#vnt-project .project_slider {
  position: relative;
  z-index: 0;
}
#vnt-project .project_slider .vnt_title a {
  color: #fff;
}
#vnt-project .project_slider:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 140px;
  height: 100%;
  border-left: 1px solid #fff;
  opacity: 0.3;
}
#vnt-project .pagination {
  margin: 80px 0;
}
#vnt-project .project_filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0;
  position: relative;
  z-index: 40;
}
#vnt-project .project_filter .left_grp .filter_type {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  position: relative;
  min-width: 370px;
}
#vnt-project .project_filter .left_grp .filter_type > span {
  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;
  padding: 11.5px 20px;
  background-color: #f5f3f2;
}
#vnt-project .project_filter .left_grp .filter_type ul {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  background-color: #f5f3f2;
  z-index: 5;
  display: none;
}
#vnt-project .project_filter .left_grp .filter_type ul li {
  position: relative;
  padding: 5px 20px;
  padding-left: 45px;
  margin: 10px 0;
  cursor: pointer;
}
#vnt-project .project_filter .left_grp .filter_type ul li:hover span i {
  opacity: 0.3;
  visibility: visible;
}
#vnt-project .project_filter .left_grp .filter_type ul li input[type="checkbox"] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
#vnt-project .project_filter .left_grp .filter_type ul li input[type="checkbox"]:checked ~ span i {
  opacity: 1;
  visibility: visible;
}
#vnt-project .project_filter .left_grp .filter_type ul li span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #666666;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#vnt-project .project_filter .left_grp .filter_type ul li span i {
  position: absolute;
  font-size: 16px;
  left: 1px;
  bottom: -1px;
  opacity: 0;
  visibility: hidden;
  -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_filter .right_grp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#vnt-project .project_filter .right_grp select {
  padding: 10.5px 10px;
  background-color: #f5f3f2;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  border: none;
  outline: none;
}
#vnt-project .project_filter .right_grp select option {
  background-color: #f5f3f2;
}
#vnt-project .project_filter .right_grp .sort_grp select {
  width: 130px;
}
#vnt-project .project_filter .right_grp .show_num {
  margin-left: 10px;
}
#vnt-project .project_filter .right_grp .show_num select {
  width: 86px;
}
#vnt-project .project_filter .title {
  font-size: 16px;
  color: #666666;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  #vnt-project .project_slider:after {
    content: unset;
  }
  #vnt-project .pagination {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  #vnt-project .project_filter {
    margin: 35px 0 40px;
  }
  #vnt-project .project_filter .left_grp {
    width: 100%;
    margin-bottom: 15px;
  }
  #vnt-project .project_filter .left_grp .filter_type {
    min-width: 100%;
  }
  #vnt-project .project_filter .right_grp {
    width: 100%;
  }
  #vnt-project .project_filter .right_grp select {
    width: 100% !important;
  }
  #vnt-project .project_filter .right_grp .sort_grp {
    width: calc(50% - 10px);
  }
  #vnt-project .project_filter .right_grp .show_num {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
}

#vnt-project-detail .detail_project_slider .img {
  width: 100%;
  height: 50.5vw;
}
#vnt-project-detail .detail_project_slider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#vnt-project-detail .detail_project_slider .slick-arrow {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #fff;
  z-index: 1;
}
#vnt-project-detail .detail_project_slider .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#vnt-project-detail .detail_project_slider .slick-arrow.slick-prev {
  left: 30px;
}
#vnt-project-detail .detail_project_slider .slick-arrow.slick-prev:before {
  content: "\f060";
}
#vnt-project-detail .detail_project_slider .slick-arrow.slick-next {
  right: 30px;
}
#vnt-project-detail .detail_project_slider .slick-arrow.slick-next:before {
  content: "\f061";
}
#vnt-project-detail .project_detail_content {
  padding-top: 50px;
}
#vnt-project-detail .project_detail_content .title {
  font-size: 16px;
  color: #8b8b8b;
  line-height: 1.4;
  font-weight: 400;
}
#vnt-project-detail .project_detail_content .title span {
  display: block;
  margin-top: 20px;
  font-size: 25px;
  color: #000;
}
#vnt-project-detail .detail_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 75px 0 50px;
}
#vnt-project-detail .detail_content .info {
  width: 100%;
  max-width: 380px;
}
#vnt-project-detail .detail_content .info p {
  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;
  font-size: 16px;
  padding: 10px 0;
}
#vnt-project-detail .detail_content .info p:not(:last-child) {
  border-bottom: 1px dashed #959595;
}
#vnt-project-detail .detail_content .info p span {
  color: #b2a69d;
  text-align: right;
}
#vnt-project-detail .detail_content .des {
  width: 100%;
  max-width: 470px;
  font-size: 16px;
  color: #323131;
  font-weight: 400;
  line-height: 1.4;
  text-align: justify;
}
#vnt-project-detail .vnt_title {
  text-align: left;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
#vnt-project-detail .vnt_title:after {
  left: 0;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}
#vnt-project-detail .related_project {
  margin-top: 40px;
}
#vnt-project-detail .related_project_slider {
  display: block;
}
#vnt-project-detail .related_project_slider .slick-arrow {
  z-index: 1;
}
#vnt-project-detail .related_project_slider .slick-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#vnt-project-detail .related_project_slider .slick-arrow.slick-prev {
  left: 15px;
}
#vnt-project-detail .related_project_slider .slick-arrow.slick-prev:before {
  content: "\f060";
}
#vnt-project-detail .related_project_slider .slick-arrow.slick-next {
  right: 15px;
}
#vnt-project-detail .related_project_slider .slick-arrow.slick-next:before {
  content: "\f061";
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  #vnt-project-detail .detail_content .info {
    max-width: 330px;
  }
  #vnt-project-detail .detail_content .des {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  #vnt-project-detail .project_detail_content {
    padding-top: 35px;
  }
  #vnt-project-detail .project_detail_content .title span {
    font-size: 18px;
    margin-top: 10px;
  }
  #vnt-project-detail .detail_content {
    margin: 20px 0 50px;
  }
  #vnt-project-detail .detail_content .info {
    max-width: 100%;
    margin: 30px 0 20px;
  }
  #vnt-project-detail .detail_content .des {
    width: 100%;
    max-width: 100%;
  }
  #vnt-project-detail .related_project {
    margin-top: 20px;
  }
}

.project_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project_wrapper .item_box {
  width: 50%;
  margin-bottom: 2px;
  padding-right: 1px;
}
.project_wrapper .item_box .item {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.project_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);
}
.project_wrapper .item_box .item:hover .title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.project_wrapper .item_box .item .img a {
  width: 100%;
  height: 370px;
  display: block;
}
.project_wrapper .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);
}
.project_wrapper .item_box .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  background-color: rgba(178, 166, 157, 0.6);
}
.project_wrapper .item_box .item .title a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  display: block;
  text-align: center;
  padding: 18.5px 10px;
}
.project_wrapper .item_box:nth-child(even) {
  padding-right: 0;
  padding-left: 1px;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .project_wrapper .item_box .item .title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991px) {
  .project_wrapper .item_box .item .img a {
    height: 250px;
  }
  .project_wrapper .item_box .item .title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .project_wrapper .item_box .item .img a {
    height: 40vw;
  }
  .project_wrapper .item_box .item .title a {
    font-size: 14px;
    padding: 10px 10px;
  }
}
@media (max-width: 480px) {
  .project_wrapper .item_box {
    width: 100%;
  }
}
