#vnt-news .news_wrapper .item_box {
  margin-top: 80px;
}
#vnt-news .news_wrapper .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -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:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#vnt-news .news_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-news .news_wrapper .item:hover .content .title a {
  color: #e0bc28;
}
#vnt-news .news_wrapper .item:hover .content .more a:after {
  width: calc(100% - 23.5px);
}
#vnt-news .news_wrapper .item .img {
  width: 65%;
  overflow: hidden;
}
#vnt-news .news_wrapper .item .img a {
  width: 100%;
  height: 520px;
  display: block;
}
#vnt-news .news_wrapper .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 .news_wrapper .item .content {
  width: 35%;
  background-color: #f5f3f2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 50px;
}
#vnt-news .news_wrapper .item .content .title a {
  font-weight: 600;
  color: #333;
  -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: 16px;
  line-height: 1.6;
  display: block;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 51.2px;
}
#vnt-news .news_wrapper .item .content .date {
  color: #868688;
  line-height: 1.4;
  font-size: 12px;
  margin: 10px 0 20px;
}
#vnt-news .news_wrapper .item .content .date i {
  font-size: 15px;
  margin-right: 10px;
}
#vnt-news .news_wrapper .item .content .des {
  font-size: 16px;
  color: #323131;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 40px;
}
#vnt-news .news_wrapper .item .content .more {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
}
#vnt-news .news_wrapper .item .content .more a {
  color: #333333;
  display: inline-block;
  position: relative;
}
#vnt-news .news_wrapper .item .content .more a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 23.5px;
  width: 0;
  height: 2px;
  background-color: #e0bc28;
  -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 .content .more i {
  color: #e0bc28;
  margin-right: 10px;
}
#vnt-news .pagination {
  margin: 80px 0;
}
@media (max-width: 991px) {
  #vnt-news .news_wrapper .item .img {
    width: 50%;
  }
  #vnt-news .news_wrapper .item .content {
    width: 50%;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  #vnt-news .news_wrapper .item_box {
    margin-top: 40px;
  }
  #vnt-news .news_wrapper .item .img {
    width: 100%;
  }
  #vnt-news .news_wrapper .item .img a {
    height: 230px;
  }
  #vnt-news .news_wrapper .item .content {
    width: 100%;
    padding: 30px 20px 35px;
  }
  #vnt-news .news_wrapper .item .content .des {
    margin-bottom: 25px;
  }
  #vnt-news .pagination {
    margin: 40px 0;
  }
}

#vnt-news-detail {
  background-color: #f5f3f2;
}
#vnt-news-detail .news_detail_wrapper {
  padding: 70px 0 50px;
}
#vnt-news-detail .news_title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
#vnt-news-detail .news_info {
  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-bottom: 15px;
}
#vnt-news-detail .news_info .news_date {
  font-size: 12px;
  color: #868688;
  line-height: 1.4;
}
#vnt-news-detail .news_info .news_date i {
  margin-right: 10px;
  font-size: 15px;
}
#vnt-news-detail .news_info .news_social a {
  display: inline-block;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #999999;
  border-radius: 50%;
  border: 1px solid #999999;
}
#vnt-news-detail .news_info .news_social a i,
#vnt-news-detail .news_info .news_social a img {
  line-height: 30px;
}
#vnt-news-detail .news_info .news_social a img {
  margin-top: 9px;
  max-width: 20px;
}
#vnt-news-detail .newsOther {
  margin: 30px 0;
}
#vnt-news-detail .newsOther .other-tab {
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
}
#vnt-news-detail .newsOther .other-tab span {
  color: #333333;
  text-transform: uppercase;
  font-size: 25px;
}
#vnt-news-detail .newsOther .other-tab a {
  float: right;
  color: #666666;
  font-size: 14px;
  display: inline-block;
  position: relative;
}
#vnt-news-detail .newsOther .other-tab a:hover:after {
  width: 100%;
}
#vnt-news-detail .newsOther .other-tab a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e0bc28;
  -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-detail .newsOther li {
  display: block;
  padding: 11.5px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#vnt-news-detail .newsOther li:hover:before {
  color: #e0bc28;
}
#vnt-news-detail .newsOther li:hover .title a {
  color: #e0bc28;
}
#vnt-news-detail .newsOther li:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #878685;
  font-size: 16px;
  width: 6px;
  margin-right: 20px;
}
#vnt-news-detail .newsOther li:not(:last-child) {
  border-bottom: 1px solid #e4e2e1;
}
#vnt-news-detail .newsOther .title {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  width: calc(100% - 6px - 20px - 100px);
}
#vnt-news-detail .newsOther .title a {
  display: block;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#vnt-news-detail .newsOther .date {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  width: 100px;
  text-align: right;
}
#vnt-news-detail .newsOther .date i {
  font-size: 15px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  #vnt-news-detail .news_detail_wrapper {
    padding-top: 30px;
  }
  #vnt-news-detail .news_title {
    font-size: 20px;
  }
  #vnt-news-detail .myTools .share {
    float: none;
  }
  #vnt-news-detail .myTools .print {
    margin-top: 15px;
    float: none;
    text-align: center;
  }
  #vnt-news-detail .comment .title {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #vnt-news-detail .news_title {
    font-size: 16px;
  }
  #vnt-news-detail .newsOther li:before {
    margin-right: 15px;
  }
  #vnt-news-detail .newsOther .title {
    width: calc(100% - 6px - 15px);
  }
}
