/**********************************************************/
#vnt-main-slider .main_slider_wrapper .slider_item {
  position: relative;
  height: 40.5vw;
}
#vnt-main-slider .main_slider_wrapper .slider_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}
#vnt-main-slider .main_slider_wrapper .slider_item .slider_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-family: sans-serif;
}
#vnt-main-slider .main_slider_wrapper .slider_item .slider_content .slider_title {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  background-color: #179cd7;
  display: inline-block;
  padding: 10px 20px;
}
#vnt-main-slider .main_slider_wrapper .slider_item .slider_content .slider_des {
  margin-left: 20px;
  background-color: #fff;
  color: #0267ff;
  line-height: 1.4;
  padding: 10px 20px;
  max-width: 400px;
}
#vnt-main-slider .main_slider_wrapper .slider_item.slick-active img {
  transform: scale(1);
}
#vnt-main-slider .main_slider_wrapper .slider_item.slick-active .slider_content .slider_title {
  animation: change_slide_title 1.2s ease-in-out;
}
#vnt-main-slider .main_slider_wrapper .slider_item.slick-active .slider_content .slider_des {
  animation: change_slide_des 1.2s ease-in-out;
}
@media (max-width: 767px) {
  #vnt-main-slider .main_slider_wrapper .slider_item {
    height: unset;
  }
  #vnt-main-slider .main_slider_wrapper .slider_item img {
    height: 40.5vw;
  }
  #vnt-main-slider .main_slider_wrapper .slider_item .slider_content {
    position: relative;
    top: unset;
    transform: unset;
  }
  #vnt-main-slider .main_slider_wrapper .slider_item .slider_content #vnt-container {
    padding: 0;
  }
  #vnt-main-slider .main_slider_wrapper .slider_item .slider_content .slider_title {
    font-size: 16px;
    width: 100%;
  }
  #vnt-main-slider .main_slider_wrapper .slider_item .slider_content .slider_des {
    margin-left: 0;
    max-width: 100%;
    font-size: 14px;
  }
}
#vnt-main-slider .main_slider_wrapper .slick-arrow {
  z-index: 1;
  width: unset;
  height: unset;
}
#vnt-main-slider .main_slider_wrapper .slick-arrow:before {
  font-family: "Fontawesome";
  font-size: 70px;
}
#vnt-main-slider .main_slider_wrapper .slick-arrow.slick-prev {
  left: 30px;
}
#vnt-main-slider .main_slider_wrapper .slick-arrow.slick-prev:before {
  content: "\f104";
}
#vnt-main-slider .main_slider_wrapper .slick-arrow.slick-next {
  right: 30px;
}
#vnt-main-slider .main_slider_wrapper .slick-arrow.slick-next:before {
  content: "\f105";
}
#vnt-main-slider .main_slider_wrapper .slick-dots {
  bottom: 30px;
  text-align: left;
  padding: 0 15px;
}
#vnt-main-slider .main_slider_wrapper .slick-dots li {
  width: unset;
  height: unset;
}
#vnt-main-slider .main_slider_wrapper .slick-dots li button {
  font-size: 22px;
  opacity: 0.5;
  color: #fff;
  transition: all 0.4s;
  width: unset;
  height: unset;
}
#vnt-main-slider .main_slider_wrapper .slick-dots li button:before {
  content: unset;
}
#vnt-main-slider .main_slider_wrapper .slick-dots li.slick-active button {
  font-size: 40px;
  opacity: 1;
}

/**********************************************************/
#vnt-about {
  position: relative;
}
#vnt-about .about_left .left_content {
  margin: 0 auto;
  margin-top: -20px;
  max-width: 300px;
}
#vnt-about .about_left .left_content .top {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background-color: #ffde00;
  text-align: center;
  padding: 10px 15px;
}
#vnt-about .about_left .left_content .top span {
  display: block;
  font-size: 48px;
  line-height: 1.2;
}
#vnt-about .about_left .left_content .bot {
  text-align: center;
  background-color: #0a7ac8;
  padding: 19px 0;
}
#vnt-about .about_left .left_content .bot img {
  max-width: 250px;
  max-height: 42px;
}
#vnt-about .about_right .right_content {
  padding: 50px 0 40px;
}
#vnt-about .about_right .about_title {
  font-size: 18px;
  color: #0267ff;
  font-weight: 500;
  line-height: 1.4;
}
#vnt-about .about_right .about_title span {
  display: block;
  font-size: 36px;
  text-transform: uppercase;
}
#vnt-about .about_right .about_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 60px;
}
#vnt-about .about_right .about_content .img_wrapper {
  position: relative;
  z-index: 0;
  width: 47.7%;
}
#vnt-about .about_right .about_content .img_wrapper:after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/circle_about.png");
  background-size: 100% 100%;
  width: 242px;
  height: 311px;
}
#vnt-about .about_right .about_content .img_wrapper .img {
  width: 260px;
  height: 260px;
  border: 12px solid #e4e6e6;
  overflow: hidden;
  border-radius: 50%;
}
#vnt-about .about_right .about_content .img_wrapper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#vnt-about .about_right .about_content .des {
  width: 52.3%;
  padding: 0 0px 0 30px;
}
#vnt-about .about_right .about_content .des p {
  font-size: 16px;
  font-weight: 500;
  color: #0267ff;
  line-height: 1.4;
  margin: 28px 0;
  padding: 0;
}
#vnt-about .about_bg {
  position: absolute;
  top: 20px;
  right: 3.47vw;
  z-index: -1;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  #vnt-about .about_right .about_content {
    margin-top: 0;
  }
  #vnt-about .about_right .about_content .img_wrapper {
    width: 260px;
  }
  #vnt-about .about_right .about_content .img_wrapper:after {
    content: unset;
  }
  #vnt-about .about_right .about_content .des {
    width: calc(100% - 260px);
  }
}
@media (max-width: 991px) {
  #vnt-about .about_right .right_content {
    padding: 25px 0;
  }
  #vnt-about .about_right .about_title {
    text-align: center;
  }
  #vnt-about .about_right .about_content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #vnt-about {
    padding: 30px 0;
  }
  #vnt-about .about_left .left_content {
    margin-top: 0;
  }
  #vnt-about .about_right .about_title {
    font-size: 16px;
  }
  #vnt-about .about_right .about_title span {
    font-size: 26px;
  }
  #vnt-about .about_right .about_content {
    margin-top: 0;
  }
  #vnt-about .about_right .about_content .des {
    width: 100%;
    padding: 0;
  }
  #vnt-about .about_right .about_content .des p {
    position: relative;
    z-index: 0;
    padding-left: 40px;
  }
  #vnt-about .about_right .about_content .des p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ffde00;
    border: 3px solid #0a7ac8;
    border-radius: 100%;
    width: 20px;
    height: 20px;
  }
}

/**********************************************************/
#vnt-vision {
  padding: 50px 0;
  background-color: #0a7ac8;
}
#vnt-vision .vision_wrapper .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#vnt-vision .vision_wrapper .item .title {
  width: 40%;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.4;
  border-right: 1px solid #3b95d3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#vnt-vision .vision_wrapper .item .title i {
  font-size: 100px;
  color: #ffde00;
}
#vnt-vision .vision_wrapper .item .content {
  width: 60%;
  padding-left: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  #vnt-vision .vision_wrapper .item .title {
    font-size: 24px;
  }
  #vnt-vision .vision_wrapper .item .title i {
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  #vnt-vision .vision_wrapper .item {
    margin-bottom: 50px;
  }
  #vnt-vision .vision_wrapper .item .title {
    font-size: 24px;
    padding: 0 10px;
  }
  #vnt-vision .vision_wrapper .item .title i {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  #vnt-vision {
    padding: 30px 0;
  }
  #vnt-vision .vision_wrapper .item .title {
    width: 55%;
  }
  #vnt-vision .vision_wrapper .item .content {
    width: 45%;
    padding: 0 5px 0 20px;
  }
}

/**********************************************************/
#vnt-project {
  padding: 65px 0 45px;
}
#vnt-project .project_item_wrapper {
  margin: 0 -10px;
  margin-top: 25px;
}
#vnt-project .project_item_wrapper .item_box {
  padding: 10px;
}
#vnt-project .project_item_wrapper .item_box .item {
  position: relative;
}
#vnt-project .project_item_wrapper .item_box .item .img {
  width: 75%;
  border: 5px solid #fff;
  position: relative;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  -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-delay: 0.4s;
}
#vnt-project .project_item_wrapper .item_box .item .img:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -15px;
  left: -15px;
  border-left: 10px solid #0e70b7;
  border-bottom: 10px solid #0e70b7;
  width: 48%;
  height: 25%;
}
#vnt-project .project_item_wrapper .item_box .item .img a {
  display: block;
  width: 100%;
  height: 440px;
  position: relative;
  overflow: hidden;
}
#vnt-project .project_item_wrapper .item_box .item .img a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  z-index: 10;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  pointer-events: none;
}
#vnt-project .project_item_wrapper .item_box .item .img a:hover:before {
  webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
#vnt-project .project_item_wrapper .item_box .item .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#vnt-project .project_item_wrapper .item_box .item .content {
  width: 30%;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 35px 65px 35px 30px;
  -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-delay: 0.4s;
}
#vnt-project .project_item_wrapper .item_box .item .content:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 38%;
  height: 48%;
  border-bottom: 10px solid #0e70b7;
  border-right: 10px solid #0e70b7;
}
#vnt-project .project_item_wrapper .item_box .item .content .title {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 15px;
}
#vnt-project .project_item_wrapper .item_box .item .content .title a {
  color: #0267ff;
}
#vnt-project .project_item_wrapper .item_box .item .content .des {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
}
#vnt-project .project_item_wrapper .slick-active.slick-current .item .img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
#vnt-project .project_item_wrapper .slick-active.slick-current .item .content {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  visibility: visible;
}
#vnt-project .project_slider .slide_arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#vnt-project .project_slider .slide_arrow:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 1;
  background: transparent;
  width: 0;
  height: 0;
  border-bottom: 20px solid #fff9e3;
  border-left: 20px solid transparent;
}
#vnt-project .project_slider .slide_arrow button {
  width: 49px;
  height: 45px;
  background: #0e70b7;
  text-align: center;
  line-height: 45px;
  color: #fff;
  border: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 20px;
  outline: none;
}
#vnt-project .project_slider .slide_arrow button:hover {
  background: #ffde00;
}
#vnt-project .project_slogan {
  margin-top: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#vnt-project .project_slogan .slogan {
  font-size: 18px;
  color: #0267ff;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
}
#vnt-project .project_slogan .slogan i {
  font-size: 36px;
  margin-right: 15px;
  vertical-align: middle;
}
#vnt-project .project_slogan p {
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}
#vnt-project .project_slogan p a {
  color: #0267ff;
  text-transform: uppercase;
  font-weight: 500;
}
#vnt-project .project_slogan .project_mess {
  font-size: 24px;
  font-weight: 400;
  color: #0267ff;
  line-height: 1.4;
  text-transform: uppercase;
}
#vnt-project .project_slogan .project_mess span {
  display: block;
  font-weight: 500;
  font-size: 36px;
}
@media (max-width: 991px) {
  #vnt-project .project_item_wrapper .item_box .item .img {
    width: 80%;
  }
  #vnt-project .project_item_wrapper .item_box .item .content {
    width: 40%;
  }
  #vnt-project .project_slider .slide_arrow:after {
    content: unset;
  }
  #vnt-project .project_slogan {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #vnt-project .project_slogan .project_mess {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #vnt-project {
    padding: 30px 0 35px;
  }
  #vnt-project .project_item_wrapper .item_box {
    padding: 10px 10px 45px;
  }
  #vnt-project .project_item_wrapper .item_box .item .img {
    width: 100%;
  }
  #vnt-project .project_item_wrapper .item_box .item .img a {
    height: 180px;
  }
  #vnt-project .project_item_wrapper .item_box .item .content {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    margin-top: 20px;
  }
  #vnt-project .project_item_wrapper .slick-active.slick-current .item .content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  #vnt-project .project_slider .slide_arrow:after {
    content: "";
  }
  #vnt-project .project_slogan .slogan {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #vnt-project .project_slogan .project_mess {
    font-size: 18px;
  }
  #vnt-project .project_slogan .project_mess span {
    font-size: 28px;
  }
}

/**********************************************************/
#vnt-news {
  background-color: #0a7ac8;
  padding: 60px 0;
}
#vnt-news .news_wrapper {
  margin-top: 25px;
}
#vnt-news .news_wrapper .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 .news_wrapper .item_box .item .img {
  overflow: hidden;
}
#vnt-news .news_wrapper .item_box .item .img a {
  display: block;
  width: 100%;
  height: 245px;
}
#vnt-news .news_wrapper .item_box .item .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -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 .news_wrapper .item_box .item .content {
  padding: 25px 30px 25px 25px;
  background-color: #fff;
  position: relative;
}
#vnt-news .news_wrapper .item_box .item .content .title a {
  font-size: 18px;
  color: #0267ff;
  font-weight: 600;
  text-align: justify;
  line-height: 1.4;
}
#vnt-news .news_wrapper .item_box .item .content .des {
  font-weight: 300;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  text-align: justify;
  margin: 10px 0 15px;
}
#vnt-news .news_wrapper .item_box .item .content .date {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 2.5px 4.5px;
}
#vnt-news .news_wrapper .item_box .item .content .date span {
  font-size: 20px;
  display: block;
}
#vnt-news .news_wrapper .item_box .item .content .view_more a {
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  font-weight: 300;
}
#vnt-news .news_wrapper .item_box .item .content .view_more a i {
  color: #0267ff;
  margin-left: 5px;
}
#vnt-news .news_slider {
  margin: 25px -15px 0;
}
#vnt-news .news_slider .slick-slide {
  padding: 0 15px;
}
#vnt-news .news_slider .slick-slide .item {
  display: block;
}
#vnt-news .slider_arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}
#vnt-news .slider_arrow button {
  width: 49px;
  height: 45px;
  background: #0e70b7;
  text-align: center;
  line-height: 45px;
  color: #fff;
  border: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 20px;
  outline: none;
}
#vnt-news .slider_arrow button:hover {
  background: #ffde00;
}
@media (max-width: 767px) {
  #vnt-news {
    padding: 40px 0;
  }
  #vnt-news .news_wrapper .item_box .item .img a {
    height: 227px;
  }
}

/**********************************************************/
#vnt-partner {
  padding: 55px 0 45px;
}
#vnt-partner .partner_slider {
  margin: 0 -15px;
}
#vnt-partner .partner_slider .item {
  padding: 0 15px;
  text-align: center;
}
#vnt-partner .partner_slider .item a {
  display: block;
  width: 100%;
  height: 116px;
  background-color: #fff;
  border: 1px solid #eeeded;
  position: relative;
}
#vnt-partner .partner_slider .item a img {
  max-height: 100%;
  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: 767px) {
  #vnt-partner {
    padding: 50px 0;
  }
  #vnt-partner .partner_slider {
    margin: 0 -4px;
  }
  #vnt-partner .partner_slider .item {
    padding: 0 4px;
  }
}

/**********************************************************/
.hp_title {
  font-size: 24px;
  color: #0267ff;
  line-height: 1.4;
  text-transform: uppercase;
  background-color: #e1c404;
  padding: 11px 30px;
  position: relative;
  z-index: 0;
  border-radius: 0 10px 0 10px;
  display: inline-block;
}
.hp_title:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 5px;
  left: 0;
  width: 100%;
  border-radius: 0 10px 0 10px;
  background-color: #ffde00;
}
.hp_title span {
  display: block;
  font-size: 36px;
  line-height: 1.4;
  margin-top: 5px;
  font-weight: 700;
}
