.list_item_news .row_item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
@media (max-width: 1100px) {
  .list_item_news .row_item {
    margin: 0 -7px;
  }
}
.list_item_news .row_item .col_item {
  width: 25%;
  padding: 0 16px 35px;
}
@media (max-width: 1100px) {
  .list_item_news .row_item .col_item {
    padding: 0 7px 25px;
  }
}
@media (max-width: 900px) {
  .list_item_news .row_item .col_item {
    width: 33.3333333333%;
  }
}
@media (max-width: 600px) {
  .list_item_news .row_item .col_item {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .list_item_news .row_item .col_item {
    width: 100%;
  }
}
.list_item_news .row_item .col_item .item {
  background: #fefefe;
  box-shadow: 0 4px 125px rgba(40, 40, 40, 0.08);
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.list_item_news .row_item .col_item .item .img a {
  padding-top: 64.2%;
}
.list_item_news .row_item .col_item .item .img a img {
  width: 100%;
}
.list_item_news .row_item .col_item .item .info {
  padding: 19px 23px 20px;
}
@media (max-width: 992px) {
  .list_item_news .row_item .col_item .item .info {
    padding: 15px 10px;
  }
}
.list_item_news .row_item .col_item .item .info h3 {
  padding-bottom: 15px;
}
@media (max-width: 992px) {
  .list_item_news .row_item .col_item .item .info h3 {
    padding-bottom: 10px;
  }
}
.list_item_news .row_item .col_item .item .info h3 a {
  font-family: lato-bold;
  font-size: 16.94px;
  color: #2d2d2d;
  line-height: 22.91px;
}
@media (max-width: 992px) {
  .list_item_news .row_item .col_item .item .info h3 a {
    font-size: 16px;
    line-height: 21px;
  }
}
.list_item_news .row_item .col_item .item .info h3 a:hover {
  color: #0984fd;
}
.list_item_news .row_item .col_item .item .info .short {
  font-size: 13.95px;
  color: #707070;
  line-height: 21.31px;
  padding-bottom: 16px;
}
@media (max-width: 992px) {
  .list_item_news .row_item .col_item .item .info .short {
    padding-bottom: 10px;
  }
}
.list_item_news .row_item .col_item .item .info .detail {
  text-align: center;
}
.list_item_news .row_item .col_item .item .info .detail a {
  font-family: lato-bold;
  font-size: 13.32px;
  color: #2d2d2d;
  background: #f4f8fc;
  border: 1px solid #e4e4e4;
  border-radius: 50px;
  padding: 10px 45px;
}
@media (max-width: 992px) {
  .list_item_news .row_item .col_item .item .info .detail a {
    padding: 6px 30px 5px;
  }
}

.row_item_first {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 22px;
}
.row_item_first .item_first {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  background: #f3f3f3;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 11px;
}
@media (max-width: 900px) {
  .row_item_first .item_first {
    width: 100%;
  }
}
.row_item_first .item_first .img {
  width: 51%;
}
@media (max-width: 600px) {
  .row_item_first .item_first .img {
    width: 100%;
  }
}
.row_item_first .item_first .img a {
  padding-top: 98%;
}
@media (min-width: 601px) {
  .row_item_first .item_first .img a {
    padding-top: 0;
    height: 100%;
  }
}
.row_item_first .item_first .img a img {
  width: 100%;
}
@media (min-width: 601px) {
  .row_item_first .item_first .img a img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: unset;
  }
}
.row_item_first .item_first .info {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .row_item_first .item_first .info {
    width: 100%;
  }
}
.row_item_first .item_first .info .wrap_info {
  padding: 36px 7% 0 10%;
}
@media (max-width: 1100px) {
  .row_item_first .item_first .info .wrap_info {
    padding: 20px 15px 0;
  }
}
.row_item_first .item_first .info .wrap_info .title {
  padding-bottom: 19px;
}
@media (max-width: 1100px) {
  .row_item_first .item_first .info .wrap_info .title {
    padding-bottom: 10px;
  }
}
.row_item_first .item_first .info .wrap_info .title a {
  font-family: lato-bold;
  font-size: 19.27px;
  color: #000;
  line-height: 25.7px;
}
@media (max-width: 1100px) {
  .row_item_first .item_first .info .wrap_info .title a {
    font-size: 17px;
    line-height: 23px;
  }
}
.row_item_first .item_first .info .wrap_info .title a:hover {
  color: #0984fd;
}
.row_item_first .item_first .info .wrap_info .date_create {
  font-family: lato-bold;
  font-size: 14.99px;
  color: #5d5d5d;
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 12px;
  padding-bottom: 16px;
}
@media (max-width: 1100px) {
  .row_item_first .item_first .info .wrap_info .date_create {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
  }
}
.row_item_first .item_first .info .wrap_info .short {
  font-size: 15px;
  color: #3f3f3f;
  line-height: 25.7px;
  padding-bottom: 10px;
}
.row_item_first .item_first .info .detail {
  padding: 0 7px 6px 0;
  text-align: right;
}
.row_item_first .item_first .info .detail a {
  width: 93px;
  height: 55px;
  background: #0984fc url("../../../../../resources/images/use/right-arrow.png") no-repeat;
  background-position: calc(100% - 14px);
  border-bottom-right-radius: 6px;
  position: relative;
}
@media (max-width: 1100px) {
  .row_item_first .item_first .info .detail a {
    width: 75px;
    height: 40px;
  }
}
.row_item_first .item_first .info .detail a:before {
  content: "";
  width: 34px;
  height: 100%;
  background: url("../../../../../resources/images/use/left_detail.png") no-repeat right;
  background-size: contain;
  position: absolute;
  right: 100%;
  top: 0;
}
.row_item_first .list_second {
  width: 32%;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .row_item_first .list_second {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.row_item_first .list_second .lasted_news {
  font-family: "Playfair Display";
  font-size: 19.27px;
  color: #FFF;
  background: #0985ff;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 23px 0 27px 26px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1100px) {
  .row_item_first .list_second .lasted_news {
    font-size: 19px;
    padding: 9px 0 13px 15px;
  }
}
@media (max-width: 900px) {
  .row_item_first .list_second .lasted_news {
    display: none;
  }
}
.row_item_first .list_second .item {
  background: #f3f3f3;
  border-radius: 6px;
  margin-bottom: 11px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 9px;
}
@media (max-width: 1100px) {
  .row_item_first .list_second .item {
    padding: 10px 9px;
  }
}
.row_item_first .list_second .item .img {
  width: 132px;
}
@media (max-width: 375px) {
  .row_item_first .list_second .item .img {
    width: 115px;
  }
}
.row_item_first .list_second .item .img a {
  padding-top: 102%;
}
.row_item_first .list_second .item .img a img {
  width: 100%;
}
.row_item_first .list_second .item .info {
  width: calc(100% - 132px);
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 375px) {
  .row_item_first .list_second .item .info {
    width: calc(100% - 115px);
    padding-left: 12px;
  }
}
.row_item_first .list_second .item .info h3.title {
  max-height: 48px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (max-width: 1100px) {
  .row_item_first .list_second .item .info h3.title {
    max-height: 42px;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .row_item_first .list_second .item .info h3.title {
    max-height: unset;
  }
}
.row_item_first .list_second .item .info h3.title a {
  font-size: 18px;
  color: #202020;
  font-family: lato-bold;
  line-height: 24.63px;
}
@media (max-width: 1100px) {
  .row_item_first .list_second .item .info h3.title a {
    font-size: 16px;
    line-height: 22px;
  }
}
.row_item_first .list_second .item .info h3.title a:hover {
  color: #0984fd;
}
.row_item_first .list_second .item .info .short {
  font-size: 15px;
  color: #202020;
  line-height: 20px;
}/*# sourceMappingURL=func.css.map */