/**********************************************************/
#vnt-banner .banner_slider {
  margin-bottom: 0;
}
#vnt-banner .banner_slider:hover .slick-arrow {
  opacity: 1;
}
#vnt-banner .banner_slider .item {
  height: 100vh;
  position: relative;
  z-index: 0;
}
#vnt-banner .banner_slider .item .img,
#vnt-banner .banner_slider .item .video {
  position: relative;
  z-index: 1;
  height: 100%;
}
#vnt-banner .banner_slider .item .img img,
#vnt-banner .banner_slider .item .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoom 20s linear infinite alternate;
}
#vnt-banner .banner_slider .item .img video,
#vnt-banner .banner_slider .item .video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#vnt-banner .banner_slider .item .img:after,
#vnt-banner .banner_slider .item .video:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
#vnt-banner .banner_slider .item .video:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  line-height: 62px;
  font-weight: 900;
  z-index: 1;
  font-size: 30px;
  color: #fff;
  pointer-events: none;
}
#vnt-banner .banner_slider .item .content {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  z-index: 2;
}
#vnt-banner .banner_slider .slick-dots {
  bottom: 7.9vh;
}
#vnt-banner .banner_slider .slick-dots li {
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0.5;
}
#vnt-banner .banner_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
#vnt-banner .banner_slider .slick-dots li button:before {
  content: unset;
}
#vnt-banner .banner_slider .slick-dots li.slick-active {
  height: 4px;
  opacity: 1;
}
#vnt-banner .banner_slider .slick-arrow {
  z-index: 1;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#vnt-banner .banner_slider .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
}
#vnt-banner .banner_slider .slick-arrow.slick-prev {
  left: 20px;
}
#vnt-banner .banner_slider .slick-arrow.slick-prev:before {
  content: "\f0d9";
}
#vnt-banner .banner_slider .slick-arrow.slick-next {
  right: 20px;
}
#vnt-banner .banner_slider .slick-arrow.slick-next:before {
  content: "\f0da";
}
@media (max-width: 991px) {
  #vnt-banner .banner_slider .item {
    height: 410px;
  }
}
@media (max-width: 767px) {
  #vnt-banner .banner_slider .item {
    height: 210px;
  }
}

/**********************************************************/
#vnt-project {
  position: relative;
}
#vnt-project .vnt_title a {
  color: #fff;
}
#vnt-project .button_more {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 140px;
  height: 100%;
  padding: 170px 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
}
#vnt-project .button_more:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
}
#vnt-project .button_more a {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  white-space: nowrap;
}
#vnt-project .button_more a:hover {
  background-color: #fff;
  color: #333;
}
#vnt-project .button_more a:before {
  background-color: #fff;
}
#vnt-project .button_more a:after {
  content: unset;
}
#vnt-project .button_more a span:before, #vnt-project .button_more a span:after {
  border-color: #fff;
}

/**********************************************************/
#vnt-about {
  height: 100vh;
  position: relative;
}
#vnt-about .bg_about {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f6f5f3;
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
}
#vnt-about .about_wrapper {
  width: 100%;
}
#vnt-about .content {
  width: 42%;
  float: right;
}
#vnt-about .content .vnt_title {
  text-align: left;
  margin-bottom: 10px;
}
#vnt-about .content .vnt_title:after {
  left: 0;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}
#vnt-about .content p {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
#vnt-about .content ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#vnt-about .content ul li {
  width: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#vnt-about .content ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #9b8b7e;
  margin-right: 20px;
  font-weight: 900;
}
#vnt-about .content .button_more {
  text-align: right;
  margin-top: 60px;
}
#vnt-about .content .button_more a:after {
  content: unset;
}
@media (max-width: 991px) {
  #vnt-about {
    height: unset;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #vnt-about .bg_about {
    position: relative;
    height: 415px;
    width: 100%;
  }
  #vnt-about .content {
    width: 100%;
    float: none;
    padding: 35px 0 25px;
  }
  #vnt-about .content .button_more {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #vnt-about .bg_about {
    height: 215px;
  }
  #vnt-about .content p {
    font-size: 14px;
  }
  #vnt-about .content ul li {
    width: 100%;
  }
}

/**********************************************************/
.section_service .fp-tableCell {
  vertical-align: bottom;
}

.vnt-service-wrapper {
  padding-top: 60px;
  background-color: #f6f5f3;
}

.vnt-service {
  border-top: 1px solid #dddcda;
}
.vnt-service .service_wrapper {
  margin-top: 15px;
}
.vnt-service .item_box:nth-child(even) .item .content {
  right: unset;
  left: 6%;
  text-align: left;
}
.vnt-service .item_box:nth-child(even) .item .content .title,
.vnt-service .item_box:nth-child(even) .item .content .des {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.vnt-service .item_box:nth-child(even) .item .content .title:after,
.vnt-service .item_box:nth-child(even) .item .content .des:after {
  content: unset;
}
.vnt-service .item_box:nth-child(even) .item .content .title:before,
.vnt-service .item_box:nth-child(even) .item .content .des:before {
  content: "";
}
.vnt-service .item_box .item {
  position: relative;
}
.vnt-service .item_box .item:hover .img a {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.vnt-service .item_box .item:hover .img a:after {
  opacity: 1;
  visibility: visible;
}
.vnt-service .item_box .item:hover .content .title:before, .vnt-service .item_box .item:hover .content .title:after {
  width: 30px;
}
.vnt-service .item_box .item .img {
  overflow: hidden;
}
.vnt-service .item_box .item .img a {
  width: 100%;
  height: calc((100vh - 15px - 45px - 60px) / 2);
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  transition: -webkit-transform 4s cubic-bezier(0, 0.4, 0.45, 1);
  transition: transform 4s cubic-bezier(0, 0.4, 0.45, 1);
  transition: transform 4s cubic-bezier(0, 0.4, 0.45, 1), -webkit-transform 7s cubic-bezier(0, 0.4, 0.45, 1);
}
.vnt-service .item_box .item .img a:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.vnt-service .item_box .item .content {
  position: absolute;
  bottom: 0;
  right: 6%;
  padding: 20px;
  text-align: right;
}
.vnt-service .item_box .item .content .title a {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
}
.vnt-service .item_box .item .content .des {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
}
.vnt-service .item_box .item .content .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.vnt-service .item_box .item .content .title:before {
  content: unset;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 0;
  margin-right: 15px;
}
.vnt-service .item_box .item .content .title:after {
  content: "";
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 0;
  margin-left: 15px;
}
.vnt-service .button_more {
  padding: 9.5px 0;
  background-color: #f6f5f3;
}
.vnt-service.service_bot {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.vnt-service.service_bot .service_wrapper {
  margin-top: 0;
}
.vnt-service.service_bot .item_box .item .img a {
  height: calc((100vh - 60px - 60px) / 2);
}
@media (max-width: 991px) {
  .vnt-service .item_box:nth-child(even) .item .content {
    left: 0;
  }
  .vnt-service .item_box .item .img a {
    height: 330px !important;
  }
  .vnt-service .item_box .item .content {
    right: 0;
    padding: 20px 20px 40px;
  }
}

@media (max-width: 991px) {
  .vnt-service-wrapper {
    padding-top: 0;
  }
}
/**********************************************************/
#vnt-news {
  padding: 70px 0 50px;
}
#vnt-news .news_wrapper {
  margin: 30px -15px 25px;
}
#vnt-news .news_wrapper .slick-arrow {
  z-index: 1;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #e0bc28;
  top: 35%;
}
#vnt-news .news_wrapper .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
}
#vnt-news .news_wrapper .slick-arrow.slick-prev {
  left: 15px;
}
#vnt-news .news_wrapper .slick-arrow.slick-prev:before {
  content: "\f104";
}
#vnt-news .news_wrapper .slick-arrow.slick-next {
  right: 15px;
}
#vnt-news .news_wrapper .slick-arrow.slick-next:before {
  content: "\f105";
}
#vnt-news .item_box {
  padding: 0 15px;
}
#vnt-news .item_box .item:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#vnt-news .item_box .item:hover .content {
  background-color: #e0bc28;
}
#vnt-news .item_box .item:hover .content:after {
  height: 100%;
}
#vnt-news .item_box .item:hover .content .title a {
  color: #fff;
}
#vnt-news .item_box .item:hover .content .date {
  color: #fff;
}
#vnt-news .item_box .item .img {
  overflow: hidden;
}
#vnt-news .item_box .item .img a {
  width: 100%;
  height: 245px;
  display: block;
  border: 1px solid #d3d3d3;
  line-height: 0;
}
#vnt-news .item_box .item .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: -webkit-transform 4s cubic-bezier(0, 0.4, 0.45, 1);
  transition: transform 4s cubic-bezier(0, 0.4, 0.45, 1);
  transition: transform 4s cubic-bezier(0, 0.4, 0.45, 1), -webkit-transform 7s cubic-bezier(0, 0.4, 0.45, 1);
}
#vnt-news .item_box .item .content {
  background-color: #f5f3f2;
  padding: 30px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#vnt-news .item_box .item .content:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e0bc28;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
#vnt-news .item_box .item .content .title a {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#vnt-news .item_box .item .content .date {
  margin-top: 10px;
  font-size: 12px;
  color: #868688;
  line-height: 1.4;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#vnt-news .item_box .item .content .date i {
  font-size: 15px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  #vnt-news {
    padding: 35px 0 10px;
  }
}

/**********************************************************/
#vnt-partner {
  padding: 10vh 0 3.33vh;
}
#vnt-partner .partner_slider {
  padding: 3.7vh 0;
  position: relative;
  z-index: 0;
}
#vnt-partner .partner_slider:before, #vnt-partner .partner_slider:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  pointer-events: none;
}
#vnt-partner .partner_slider:before {
  border-left: 3px solid #e0bc28;
  border-right: 3px solid #e0bc28;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
#vnt-partner .partner_slider:after {
  border-top: 3px solid #e0bc28;
  border-bottom: 3px solid #e0bc28;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transition-delay: 0.6s;
}
#vnt-partner .partner_slider .item {
  padding: 0 15px;
}
#vnt-partner .partner_slider .item a {
  display: block;
  height: 11vh;
  position: relative;
}
#vnt-partner .partner_slider .item img {
  max-height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  #vnt-partner {
    padding: 15px 0 40px;
  }
}

/**********************************************************/
