/* import */
/* mixin */
.br {
  border-radius: 4px;
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
/* mixin */
.section-main-page-title {
  margin-top: -5px;
  margin-bottom: 45px;
  font-size: 2em;
  font-weight: 600;
}
.section-title-align-center {
  text-align: center;
}
.section-title-align-left {
  text-align: left;
}
.section-main-page-desc {
  margin-top: -10px;
  margin-bottom: 35px;
  max-width: 950px;
  line-height: 1.5;
  color: #777;
}
.section-desc-align-center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.section-desc-align-left {
  text-align: left;
}
.section-link-all {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 0;
}
.section-link-all-center {
  display: block;
  width: 200px;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 15px 30px;
  border: 1px solid;
  border-radius: 4px;
  text-decoration: none;
}
.section-link-all-center:hover {
  opacity: 0.8;
}
.section-slider-row {
  position: relative;
}
.section-bg {
  background: #f7f7f7;
}
.section-border-bottom {
  border-bottom: 1px solid #ececec;
}
.section-padding {
  padding: 40px 0;
}
.section-padding-55 {
  padding: 55px 0;
}
.section-padding-55 .section-main-page-title {
  margin-top: 15px;
}
.section-padding-55 .section-link-all-center {
  margin-top: 35px;
  margin-bottom: 15px;
}
.section-block-hover:hover {
  border: 1px solid #dadada;
  box-shadow: none !important;
}
.section-link-more__link {
  display: inline-block;
  font-size: 0.9em;
}
.section-link-more__link:hover {
  opacity: 0.8;
}
.video-bg {
  position: relative;
}
.video-bg__box {
  position: absolute;
  z-index: -1;
  inset: 0px;
  overflow: hidden;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: none;
}
.video-bg__video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  width: 1940px;
  height: auto;
}
.video-bg__video-company {
  width: 570px;
}
/* MAIN PAGE */
/* section news */
.section-news__item {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
}
.section-news__item:hover {
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.section-news__text-box {
  padding: 20px 20px 40px 20px;
}
.section-news__title {
  margin-top: -5px;
  margin-bottom: 45px;
  font-size: 2em;
  font-weight: 600;
}
.section-news__desc {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.1;
}
.section-news__img-box {
  position: relative;
  z-index: 1;
}
.section-news__img-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.section-news__section-name {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
}
.section-news__section-name-link {
  padding: 2px 10px;
  font-size: 0.9em;
  color: #f7f7f7;
  background: #0d897f;
  border-radius: 4px;
  opacity: 0.8;
}
.section-news__section-name-link:hover {
  opacity: 1;
}
.section-news__section-name-text {
  display: inline-block;
  margin-bottom: 15px;
  padding: 4px 10px;
  color: #999;
  border: 1px solid #ccc;
  font-size: 0.9em;
  border-radius: 4px;
}
.section-news__icon-video {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: url(../images/icon_youtube.png);
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.section-news__icon-video:hover {
  opacity: 1;
}
.section-news__icon-video-index {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url(../images/icon_youtube.png);
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.section-news__icon-video-index:hover {
  opacity: 1;
}
.section-news__title-link {
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 500;
  color: #333;
}
.section-news__title-link:hover {
  opacity: 0.8;
}
.section-news__count-box {
  margin-top: 10px;
  font-size: 0.9em;
  color: #333;
}
.section-news__date-box {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 20px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.section-news__date {
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #999;
}
.section-news__counter {
  font-size: 0.9em;
  color: #999;
}
.section-news__counter:before {
  content: "\f06e";
  font-family: FontAwesome;
  font-size: 0.9em;
  opacity: 0.8;
}
.section-news__link-all {
  margin-top: 20px;
}
.section-news__item-one {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
}
.section-news__item-one:hover {
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.section-news__img-box-one {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.section-news__shadow {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/shadow_bottom.png) repeat-x bottom left;
  border-radius: 4px;
}
.section-news__img-img-one {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.section-news__text-box-one,
.section-news__text-box-video {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 0;
}
.section-news__text-box-video {
  padding: 0 70px 0 30px;
}
.section-news__text-box-one {
  padding: 0 30px;
}
.section-news__text-box-video {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 0;
  padding: 0 70px 0 30px;
}
.section-news__title-link-one,
.section-news__title-link-other {
  font-size: 1.7em;
  line-height: 1.1;
  font-weight: 500;
  color: #f7f7f7;
}
.section-news__title-link-one:hover,
.section-news__title-link-other:hover {
  opacity: 0.8;
}
.section-news__title-link-one {
  font-size: 1.7em;
}
.section-news__title-link-other {
  font-size: 1.4em;
}
.section-news__count-box-one {
  font-size: 0.9em;
  color: #f7f7f7;
}
.section-news__date-one {
  font-size: 0.9em;
  color: #f7f7f7;
}
/* slider */
.section-slider-main-box {
  height: 570px;
  width: 100%;
  background: #333;
}
.section-slider-main {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.section-slider-main__noitems {
  padding: 30px;
  color: #f7f7f7;
}
.section-slider-main__img {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
.section-slider-main__shadow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.section-slider-main__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 570px;
}
.section-slider-main__offer {
  position: relative;
  width: 100%;
  height: 570px;
  padding: 0 3%;
}
.section-slider-main__offer-inner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 900px;
  padding-top: 30px;
  padding: 0 7%;
  border-radius: 4px;
}
.section-slider-main__offer-title {
  font-size: 2.8em;
  margin: 0 0 10px 0;
  color: #f7f7f7;
}
.section-slider-main__offer-desc {
  line-height: 1.4;
  margin: 0 0 20px 0;
  font-size: 1.1em;
  color: #f7f7f7;
}
.section-slider-main__offer-btn {
  display: flex;
  margin-top: 30px;
}
.section-slider-main__date-box {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  text-align: center;
}
.section-slider-main__date {
  font-size: 0.9em;
  color: #ccc;
}
.section-slider-main__counter {
  margin-left: 30px;
  font-size: 0.9em;
  color: #ccc;
}
.section-slider-main__counter:before {
  content: "\f06e";
  font-family: FontAwesome;
  font-size: 0.9em;
  opacity: 0.8;
}
.section-slider-main .owl-nav .fa {
  font-size: 2em;
  color: #333;
}
.section-slider-main .owl-prev,
.section-slider-main .owl-next {
  width: 40px;
  height: 50px;
  background: #f7f7f7 !important;
  border-radius: 4px;
  outline: 0;
  opacity: 0.5;
}
.section-slider-main .owl-prev:hover,
.section-slider-main .owl-next:hover {
  opacity: 0.8;
}
.section-slider-main .owl-nav .owl-prev {
  margin-left: 0.7%;
}
.section-slider-main .owl-nav .owl-next {
  margin-right: 0.7%;
}
