#vnt-news {
  padding: 45px 0 40px;
}
#vnt-news .news_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
}
#vnt-news .news_wrapper .top_item_left {
  margin-bottom: 30px;
}
#vnt-news .news_wrapper .top_item_left .top_item {
  position: relative;
  z-index: 0;
}
#vnt-news .news_wrapper .top_item_left .top_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 .top_item_left .top_item .img {
  overflow: hidden;
}
#vnt-news .news_wrapper .top_item_left .top_item .img a {
  width: 100%;
  height: 480px;
  display: block;
}
#vnt-news .news_wrapper .top_item_left .top_item .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}
#vnt-news .news_wrapper .top_item_left .top_item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 20px 30px 15px 70px;
}
#vnt-news .news_wrapper .top_item_left .top_item .content .title a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
}
#vnt-news .news_wrapper .top_item_left .top_item .content .des {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
}
#vnt-news .news_wrapper .top_item_left .top_item .content .more {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
}
#vnt-news .news_wrapper .top_item_left .top_item .content .more i {
  margin-left: 5px;
}
#vnt-news .news_wrapper .top_item_left .top_item .content .date {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  background-color: #fff;
  text-align: center;
  color: #333333;
  padding: 2.5px 4.5px;
}
#vnt-news .news_wrapper .top_item_left .top_item .content .date span {
  font-size: 20px;
  display: block;
}
#vnt-news .news_wrapper .top_item_right.item_box .item .img a {
  height: 247px;
}
#vnt-news .news_wrapper .top_item_right.item_box .item .content {
  padding: 25px 20px 36px 25px;
}
#vnt-news .news_wrapper .top_item_right.item_box .item .content .title a {
  padding: 0;
  font-size: 18px;
}
#vnt-news .news_wrapper .top_item_right.item_box .item .content .title a:before, #vnt-news .news_wrapper .top_item_right.item_box .item .content .title a:after {
  content: unset;
}
#vnt-news .news_wrapper .top_item_right.item_box .item .content .des {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 1.6;
  text-align: justify;
}
#vnt-news .news_wrapper .top_item_right.item_box .item .content .more {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  line-height: 1.4;
  text-align: justify;
}
#vnt-news .news_wrapper .top_item_right.item_box .item .content .more i {
  margin-left: 5px;
  color: #0267ff;
}
#vnt-news .news_wrapper .item_box {
  margin-bottom: 30px;
}
#vnt-news .news_wrapper .item_box .item {
  -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:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#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: 200px;
}
#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 {
  background-color: #fff;
  position: relative;
}
#vnt-news .news_wrapper .item_box .item .content .title a {
  display: block;
  font-size: 16px;
  color: #0267ff;
  line-height: 1.6;
  font-weight: 600;
  padding: 20px 10px 35px 60px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 0;
}
#vnt-news .news_wrapper .item_box .item .content .title a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 29px;
  z-index: 1;
  background: transparent;
  width: 0;
  height: 0;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
}
#vnt-news .news_wrapper .item_box .item .content .title a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  z-index: -1;
  background-color: #ffde00;
  bottom: 0;
  left: 0;
  width: 49px;
  height: 45px;
  line-height: 45px;
  color: #0f75bc;
  text-align: center;
  font-size: 24px;
}
#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%);
  font-size: 10px;
  background-color: #fff;
  text-align: center;
  color: #333333;
  padding: 2.5px 4.5px;
  pointer-events: none;
}
#vnt-news .news_wrapper .item_box .item .content .date span {
  font-size: 20px;
  display: block;
}
@media (max-width: 767px) {
  #vnt-news {
    padding: 25px 0 30px;
  }
  #vnt-news > .vnt-container > .row {
    margin: 0 -5px;
  }
  #vnt-news .news_wrapper {
    margin-top: 30px;
  }
  #vnt-news .news_wrapper .top_item_left .top_item .img a {
    height: 212px;
  }
  #vnt-news .news_wrapper .top_item_left .top_item .content {
    padding: 10px 15px 10px 55px;
  }
  #vnt-news .news_wrapper .top_item_left .top_item .content .title {
    margin-bottom: 10px;
  }
  #vnt-news .news_wrapper .top_item_left .top_item .content .title a {
    font-size: 16px;
  }
  #vnt-news .news_wrapper .top_item_right.item_box .item .img a {
    height: 227px;
  }
  #vnt-news .news_wrapper .top_item_right.item_box .item .content {
    padding: 25px 30px 30px 25px;
  }
  #vnt-news .news_wrapper .item_box {
    padding: 0 5px;
  }
  #vnt-news .news_wrapper .item_box .item .img a {
    height: 122px;
  }
  #vnt-news .news_wrapper .item_box .item .content .title a {
    font-size: 15px;
    padding: 20px 15px 50px 15px;
  }
  #vnt-news .news_wrapper .item_box .item .content .title a:before {
    left: 18px;
    border-bottom: 14px solid #fff;
    border-left: 14px solid transparent;
  }
  #vnt-news .news_wrapper .item_box .item .content .title a:after {
    width: 32px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
}

#vnt-news-detail {
  padding: 50px 0 40px;
}
#vnt-news-detail .news_detail_date {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  line-height: 1.4;
  padding-bottom: 20px;
  border-bottom: 1px solid #ede7d3;
  margin-bottom: 20px;
}
#vnt-news-detail .news_detail_date .news_share {
  display: inline-block;
  margin-left: 30px;
}
#vnt-news-detail .news_detail_date .news_share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
}
#vnt-news-detail .news_detail_date .news_share a i {
  line-height: 30px;
}
#vnt-news-detail .news_detail_date .news_share a:nth-child(1) {
  background-color: #3b5998;
}
#vnt-news-detail .news_detail_date .news_share a:nth-child(2) {
  background-color: #dc4e41;
}
#vnt-news-detail .news_detail_date .news_share a:nth-child(3) {
  background-color: #1da1f2;
}
#vnt-news-detail .news_detail_date .news_share a:nth-child(4) {
  background-color: #cb2027;
}
#vnt-news-detail .news_title {
  font-size: 24px;
  color: #0267ff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.8;
  margin-bottom: 15px;
}
#vnt-news-detail .newsOther {
  margin: 30px 0;
}
#vnt-news-detail .newsOther .other-tab {
  font-size: 25px;
  line-height: 1.4;
  color: #0267ff;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
}
#vnt-news-detail .newsOther .other-tab:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #005abb;
}
#vnt-news-detail .newsOther li {
  display: block;
  padding: 10px 0 10px 120px;
  position: relative;
}
#vnt-news-detail .newsOther li:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
#vnt-news-detail .newsOther li .date {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 13px;
  font-weight: 400;
}
#vnt-news-detail .newsOther .title {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  color: #0267ff;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#vnt-news-detail .newsOther .title a {
  color: #0267ff;
}
#vnt-news-detail .newsOther .title a:hover {
  color: #0e70b7;
}
@media (max-width: 991px) {
  #vnt-news-detail .news_title {
    font-size: 20px;
  }
  #vnt-news-detail .newsOther li {
    padding-left: 90px;
  }
  #vnt-news-detail .myTools .share {
    float: none;
  }
  #vnt-news-detail .myTools .share ul li {
    margin-left: 30px;
  }
  #vnt-news-detail .myTools .print {
    margin-top: 15px;
    float: none;
    text-align: center;
  }
  #vnt-news-detail .comment .title {
    margin-bottom: 5px;
  }
}

#vnt-sidebar {
  width: 25.86%;
}
#vnt-sidebar .box {
  background-color: #fff;
  padding: 10px 20px 20px;
}
#vnt-sidebar .box-title {
  border: none;
  margin-bottom: 0;
}
#vnt-sidebar .box-title .fTitle {
  display: inline-block;
  background: transparent;
  padding: 0;
  padding-bottom: 5px;
  color: #0267ff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4;
}
#vnt-sidebar .box-content {
  border: none;
  padding: 0;
}
#vnt-sidebar .box-content .side_news_wrapper .side_news_item_box {
  margin-top: 30px;
}
#vnt-sidebar .box-content .side_news_wrapper .side_news_item_box .side_news_item:hover .side_news_img img {
  transform: scale(1.1);
}
#vnt-sidebar .box-content .side_news_wrapper .side_news_item_box .side_news_item:hover .side_news_title a {
  color: #0e70b7;
}
#vnt-sidebar .box-content .side_news_wrapper .side_news_item_box .side_news_item .side_news_img {
  overflow: hidden;
}
#vnt-sidebar .box-content .side_news_wrapper .side_news_item_box .side_news_item .side_news_img a {
  width: 100%;
  height: 153px;
  display: block;
}
#vnt-sidebar .box-content .side_news_wrapper .side_news_item_box .side_news_item .side_news_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-sidebar .box-content .side_news_wrapper .side_news_item_box .side_news_item .side_news_title {
  padding: 10px 0;
}
#vnt-sidebar .box-content .side_news_wrapper .side_news_item_box .side_news_item .side_news_title a {
  display: block;
  font-size: 14px;
  color: #0267ff;
  line-height: 1.4;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
}

#vnt-main {
  width: 74.14%;
}
#vnt-main .mid-content {
  border: none;
  padding: 0;
}

@media (max-width: 991px) {
  #vnt-main {
    width: 100%;
  }
}
