@charset "UTF-8";
#vnt-project {
  padding: 45px 0 40px;
}
#vnt-project .project_wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#vnt-project .project_wrapper .item_box {
  margin-bottom: 30px;
}
#vnt-project .project_wrapper .item {
  display: block;
}
#vnt-project .project_wrapper .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-project .project_wrapper .item:hover .content {
  background-color: #0a7ac8;
}
#vnt-project .project_wrapper .item:hover .content .size {
  background-color: #ffde00;
  color: #0267ff;
}
#vnt-project .project_wrapper .item:hover .content .title a {
  color: #fff;
}
#vnt-project .project_wrapper .item:hover .content .more {
  color: #fff;
}
#vnt-project .project_wrapper .item:hover .content .more i {
  color: #fff;
}
#vnt-project .project_wrapper .item .img {
  position: relative;
  overflow: hidden;
}
#vnt-project .project_wrapper .item .img: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_wrapper .item .img: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_wrapper .item .img a {
  display: block;
  width: 100%;
  height: 247px;
}
#vnt-project .project_wrapper .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-project .project_wrapper .item .content {
  background-color: #fff;
  padding-bottom: 20px;
  -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-project .project_wrapper .item .content .size {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  background-color: #0a7ac8;
  padding: 12.5px 20px;
  -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-project .project_wrapper .item .content .size:before {
  content: "Quy mô: ";
}
#vnt-project .project_wrapper .item .content .title {
  padding: 15px 20px;
}
#vnt-project .project_wrapper .item .content .title a {
  font-weight: 600;
  font-size: 18px;
  color: #0267ff;
  text-transform: uppercase;
  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-project .project_wrapper .item .content .more {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  display: block;
  padding: 0 20px;
  -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-project .project_wrapper .item .content .more i {
  color: #0267ff;
  margin-left: 5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  #vnt-project {
    padding: 25px 0 30px;
  }
  #vnt-project .project_wrapper .item .img a {
    height: 227px;
  }
  #vnt-project .project_wrapper .item .content .size {
    padding: 12.5px 14px;
  }
  #vnt-project .project_wrapper .item .content .title {
    padding: 15px 15px;
  }
  #vnt-project .project_wrapper .item .content .more {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  #vnt-project .item_box {
    width: 100%;
  }
}

#vnt-project-detail {
  padding: 45px 0 70px;
}
#vnt-project-detail #p-overview .overview_slider {
  margin: 30px 0 25px;
}
#vnt-project-detail #p-overview .overview_slider .item {
  height: 510px;
  position: relative;
  padding: 0 5px;
}
#vnt-project-detail #p-overview .overview_slider .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.6);
  -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-project-detail #p-overview .overview_slider .item 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-project-detail #p-overview .overview_slider .slick-active:after {
  opacity: 0;
}
#vnt-project-detail #p-overview .overview_slider .slick-arrow {
  width: 49px;
  height: 45px;
  background-color: #ffde00;
  text-align: center;
  color: #fff;
  z-index: 1;
}
#vnt-project-detail #p-overview .overview_slider .slick-arrow:hover {
  background-color: #0267ff;
}
#vnt-project-detail #p-overview .overview_slider .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 1;
}
#vnt-project-detail #p-overview .overview_slider .slick-arrow.slick-prev {
  left: calc(260px + 5px);
}
#vnt-project-detail #p-overview .overview_slider .slick-arrow.slick-prev:before {
  content: "\f104";
}
#vnt-project-detail #p-overview .overview_slider .slick-arrow.slick-next {
  right: calc(260px + 5px);
}
#vnt-project-detail #p-overview .overview_slider .slick-arrow.slick-next:before {
  content: "\f105";
}
#vnt-project-detail #p-overview .overview_content {
  margin-top: 25px;
}
#vnt-project-detail #p-overview .overview_content .t1 {
  font-size: 16px;
  color: #0267ff;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#vnt-project-detail #p-overview .overview_content .item {
  padding: 9px 0;
  border-top: 1px solid #e5e9df;
  position: relative;
  font-size: 14px;
  padding-left: 35px;
}
#vnt-project-detail #p-overview .overview_content .item > span {
  position: absolute;
  left: 0;
  top: 16px;
  text-align: center;
  width: 20px;
}
#vnt-project-detail #p-overview .overview_content .item > span i {
  color: #0267ff;
}
#vnt-project-detail #p-overview .overview_content .item p {
  font-weight: 300;
  line-height: 1.4;
  color: #666666;
}
#vnt-project-detail #p-overview .overview_content .item p span {
  font-weight: 500;
  color: #333333;
}
#vnt-project-detail #p-overview .overview_content .item p a {
  color: #0267ff;
  font-style: italic;
  text-decoration: underline;
}
#vnt-project-detail #p-overview .overview_content .item ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#vnt-project-detail #p-overview .overview_content .item ul li {
  width: 50%;
  color: #666666;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#vnt-project-detail #p-overview .overview_content .item ul li:before {
  content: "-";
  margin-right: 5px;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  #vnt-project-detail #p-overview .overview_slider .slick-arrow.slick-prev {
    left: calc(100px + 5px);
  }
  #vnt-project-detail #p-overview .overview_slider .slick-arrow.slick-next {
    right: calc(100px + 5px);
  }
}
@media (max-width: 991px) {
  #vnt-project-detail #p-overview .overview_slider .item {
    height: 350px;
    position: relative;
    padding: 0 5px;
  }
  #vnt-project-detail #p-overview .overview_slider .slick-arrow.slick-prev {
    left: calc(80px + 5px);
  }
  #vnt-project-detail #p-overview .overview_slider .slick-arrow.slick-next {
    right: calc(80px + 5px);
  }
}
@media (max-width: 767px) {
  #vnt-project-detail #p-overview .overview_slider .item {
    height: 217px;
    padding: 0;
  }
  #vnt-project-detail #p-overview .overview_slider .slick-arrow.slick-prev {
    left: 0;
  }
  #vnt-project-detail #p-overview .overview_slider .slick-arrow.slick-next {
    right: 0;
  }
  #vnt-project-detail #p-overview .overview_content .item ul li {
    width: 100%;
  }
}
#vnt-project-detail #p-location {
  margin-top: 30px;
}
#vnt-project-detail #p-location .location_content {
  padding: 30px 0 20px;
  background-color: #fff;
  margin-top: 30px;
}
#vnt-project-detail #p-location .location_content .img {
  overflow: hidden;
}
#vnt-project-detail #p-location .location_content .img:hover 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-project-detail #p-location .location_content .img img {
  -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-project-detail #p-location .location_content .item {
  margin-bottom: 20px;
}
#vnt-project-detail #p-location .location_content .item .title {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.8;
  margin-bottom: 10px;
}
#vnt-project-detail #p-location .location_content .item ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  margin: 8px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#vnt-project-detail #p-location .location_content .item ul li:before {
  content: "\f0a4";
  font-family: "Font Awesome 5 Free";
  color: #0267ff;
  margin-right: 10px;
  font-weight: 900;
}
#vnt-project-detail #p-location .location_content .item ul li span:first-child {
  width: 155px;
}
#vnt-project-detail #p-location .location_content .item ul li span:last-child {
  width: calc(100% - 155px - 10px - 14px);
}
@media (max-width: 991px) {
  #vnt-project-detail #p-location .location_content {
    margin-top: 20px;
    padding: 30px 0 10px;
  }
  #vnt-project-detail #p-location .location_content .img {
    margin-bottom: 15px;
  }
}
#vnt-project-detail #p-structure {
  padding-top: 40px;
}
#vnt-project-detail #p-structure .structure_slider {
  margin-top: 20px;
}
#vnt-project-detail #p-structure .structure_slider .slide_arrow {
  position: absolute;
  bottom: 20px;
  right: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#vnt-project-detail #p-structure .structure_slider .slide_arrow button {
  width: 49px;
  height: 45px;
  background: #0f75bc;
  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-detail #p-structure .structure_slider .slide_arrow button:hover {
  background: #ffde00;
}
#vnt-project-detail #p-structure .item {
  position: relative;
}
#vnt-project-detail #p-structure .item .img {
  height: 45.8vw;
  width: 100%;
}
#vnt-project-detail #p-structure .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#vnt-project-detail #p-structure .item .content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(9, 67, 108, 0.6);
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 20px 35px 70px 50px;
  color: #fff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#vnt-project-detail #p-structure .item .content .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 20px;
}
#vnt-project-detail #p-structure .item .content .des {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
#vnt-project-detail #p-structure .slick-active .img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#vnt-project-detail #p-structure .slick-active .content {
  transition-delay: 0.6s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 767px) {
  #vnt-project-detail #p-structure {
    padding-top: 35px;
  }
  #vnt-project-detail #p-structure .structure_slider .slide_arrow {
    bottom: 0;
    right: 20px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #vnt-project-detail #p-structure .item .img {
    height: 175px;
  }
  #vnt-project-detail #p-structure .item .content {
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
    background-color: #09436c;
    padding: 15px 20px 60px;
  }
}
#vnt-project-detail #p-map {
  padding-top: 40px;
}
#vnt-project-detail #p-map .p_map_wrapper {
  margin-top: 30px;
}
#vnt-project-detail #p-map .p_map_wrapper .nav.nav-pills {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
#vnt-project-detail #p-map .p_map_wrapper .nav.nav-pills li {
  float: none;
  margin: 0 10px;
}
#vnt-project-detail #p-map .p_map_wrapper .nav.nav-pills li a {
  font-weight: 500;
  border-radius: 0;
}
#vnt-project-detail #p-map .p_map_wrapper .tab-content {
  margin-top: 30px;
}
#vnt-project-detail #p-map .p_map_wrapper .tab-content .map_slider .item {
  text-align: center;
}
#vnt-project-detail #p-map .p_map_wrapper .tab-content .map_slider .item img {
  margin: 0 auto;
}
#vnt-project-detail #p-map .p_map_wrapper .nav > li > a:focus,
#vnt-project-detail #p-map .p_map_wrapper .nav > li > a:hover {
  color: #333;
}
#vnt-project-detail #p-map .p_map_wrapper .nav-pills > li.active > a,
#vnt-project-detail #p-map .p_map_wrapper .nav-pills > li.active > a:focus,
#vnt-project-detail #p-map .p_map_wrapper .nav-pills > li.active > a:hover {
  background-color: #0f75bc;
  color: #fff;
}
#vnt-project-detail #p-map .p_map_wrapper .tab-content > .tab-pane,
#vnt-project-detail #p-map .p_map_wrapper .pill-content > .pill-pane {
  display: block;
  height: 0;
  overflow-y: hidden;
}
#vnt-project-detail #p-map .p_map_wrapper .tab-content > .active,
#vnt-project-detail #p-map .p_map_wrapper .pill-content > .active {
  height: auto;
}
@media (max-width: 767px) {
  #vnt-project-detail #p-map {
    padding-top: 30px;
  }
  #vnt-project-detail #p-map .p_map_wrapper .nav.nav-pills {
    overflow: auto hidden;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }
  #vnt-project-detail #p-map .p_map_wrapper .nav.nav-pills li {
    flex-shrink: 0;
  }
}
#vnt-project-detail #p-promotion {
  padding-top: 50px;
}
#vnt-project-detail #p-promotion .promotion_wrapper {
  margin-top: 25px;
}
#vnt-project-detail #p-promotion .promotion_wrapper p {
  color: #666666;
  line-height: 1.6;
  font-weight: 300;
}
#vnt-project-detail #p-promotion .promotion_wrapper p span {
  color: #0267ff;
  font-weight: 600;
  text-transform: uppercase;
}
#vnt-project-detail #p-promotion .promotion_wrapper ul li {
  font-weight: 300;
  line-height: 1.6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#vnt-project-detail #p-promotion .promotion_wrapper ul li:before {
  content: "-";
  margin-right: 10px;
}
#vnt-project-detail #p-promotion .promotion_wrapper ul li span:first-child {
  width: 155px;
}
#vnt-project-detail #p-promotion .promotion_wrapper ul li span:last-child {
  width: calc(100% - 155px - 10px);
}
#vnt-project-detail #p-gallery {
  padding-top: 35px;
}
#vnt-project-detail #p-gallery .gallery_slider {
  margin: 30px -15px 0;
}
#vnt-project-detail #p-gallery .gallery_slider .slick-arrow {
  width: 49px;
  height: 45px;
  background-color: #ffde00;
  text-align: center;
  color: #fff;
  z-index: 1;
}
#vnt-project-detail #p-gallery .gallery_slider .slick-arrow:hover {
  background-color: #0267ff;
}
#vnt-project-detail #p-gallery .gallery_slider .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 1;
}
#vnt-project-detail #p-gallery .gallery_slider .slick-arrow.slick-prev {
  left: 15px;
}
#vnt-project-detail #p-gallery .gallery_slider .slick-arrow.slick-prev:before {
  content: "\f104";
}
#vnt-project-detail #p-gallery .gallery_slider .slick-arrow.slick-next {
  right: 15px;
}
#vnt-project-detail #p-gallery .gallery_slider .slick-arrow.slick-next:before {
  content: "\f105";
}
#vnt-project-detail #p-gallery .item_box {
  padding: 0 15px;
}
#vnt-project-detail #p-gallery .item_box .item {
  position: relative;
}
#vnt-project-detail #p-gallery .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-project-detail #p-gallery .item_box .item .img {
  width: 100%;
  height: 427px;
  overflow: hidden;
}
#vnt-project-detail #p-gallery .item_box .item .img 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-project-detail #p-gallery .item_box .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(15, 117, 188, 0.7);
  padding: 14px 15px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 991px) {
  #vnt-project-detail #p-gallery {
    padding-top: 25px;
  }
  #vnt-project-detail #p-gallery .item_box .item .img {
    height: 327px;
  }
}
@media (max-width: 991px) {
  #vnt-project-detail #p-gallery .item_box .item .img {
    height: 255px;
  }
}
@media (max-width: 767px) {
  #vnt-project-detail {
    padding: 25px 0 50px;
  }
}

.menu_project_wrapper.fixed_menu {
  height: 45px;
}
.menu_project_wrapper.fixed_menu .menu_category {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
