.list_item {
  padding: 6px 4% 9px 4%;
  background: #FFF;
}
@media (max-width: 980px) {
  .list_item {
    padding: 5px 10px 5px;
  }
}
.list_item .row_item .row_item_first {
  display: flex;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-bottom: 54px;
}
@media (max-width: 980px) {
  .list_item .row_item .row_item_first {
    margin-right: -10px;
    margin-bottom: 20px;
  }
}
.list_item .row_item .row_item_first .img {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 980px) {
  .list_item .row_item .row_item_first .img {
    padding-right: 10px;
  }
}
@media (max-width: 340px) {
  .list_item .row_item .row_item_first .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.list_item .row_item .row_item_first .img a {
  padding-top: 58.9%;
}
.list_item .row_item .row_item_first .img a img {
  min-width: 100%;
  height: auto;
}
.list_item .row_item .row_item_first .info {
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 980px) {
  .list_item .row_item .row_item_first .info {
    padding-right: 10px;
  }
}
@media (max-width: 340px) {
  .list_item .row_item .row_item_first .info {
    width: 100%;
  }
}
.list_item .row_item .row_item_first .info .date_update {
  font-family: Muli-Bold;
  font-size: 16.8px;
  color: #FFF;
  background: #cd0011;
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 13px;
}
@media (max-width: 980px) {
  .list_item .row_item .row_item_first .info .date_update {
    font-size: 13px;
    padding: 3px 8px;
    margin-bottom: 5px;
  }
}
.list_item .row_item .row_item_first .info h3 a {
  font-family: Muli-Bold;
  font-size: 18px;
  color: #565555;
  line-height: 24px;
  padding-bottom: 9px;
}
.list_item .row_item .row_item_first .info h3 a:hover {
  color: #cd0011;
}
@media (max-width: 980px) {
  .list_item .row_item .row_item_first .info h3 a {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 3px;
  }
}
@media (max-width: 375px) {
  .list_item .row_item .row_item_first .info h3 a {
    font-size: 13px;
    line-height: 19px;
  }
}
.list_item .row_item .row_item_first .info .short {
  font-family: Muli-Regular;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 24px;
  padding-bottom: 24px;
}
@media (max-width: 980px) {
  .list_item .row_item .row_item_first .info .short {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .list_item .row_item .row_item_first .info .short {
    font-size: 12px;
    line-height: 23px;
  }
}
.list_item .row_item .col_item:last-child .wrap_item {
  border-bottom: none;
}
.list_item .row_item .col_item .wrap_item {
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  padding: 21px 0;
  align-items: center;
}
@media (max-width: 980px) {
  .list_item .row_item .col_item .wrap_item {
    padding: 15px 0;
  }
}
.list_item .row_item .col_item .img {
  width: 214px;
}
@media (max-width: 425px) {
  .list_item .row_item .col_item .img {
    width: 100%;
  }
}
.list_item .row_item .col_item .img a {
  padding-top: 64.6%;
}
.list_item .row_item .col_item .img a img {
  width: 100%;
}
.list_item .row_item .col_item .info {
  width: calc(100% - 214px);
  padding-left: 3%;
}
@media (max-width: 980px) {
  .list_item .row_item .col_item .info {
    padding-left: 10px;
  }
}
@media (max-width: 425px) {
  .list_item .row_item .col_item .info {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.list_item .row_item .col_item .info h3 a {
  font-family: LinhAvantGardeDemiBold;
  color: #484848;
  font-size: 16px;
  padding-bottom: 2px;
}
.list_item .row_item .col_item .info h3 a:hover {
  color: #0753c4;
}
@media (max-width: 980px) {
  .list_item .row_item .col_item .info h3 a {
    font-size: 15px;
  }
}
.list_item .row_item .col_item .info .date_create {
  font-family: LinhHelLight;
  font-size: 14px;
  color: #868686;
  padding-left: 23px;
  position: relative;
}
.list_item .row_item .col_item .info .date_create:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../images/use/icon_clock.png") no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}
.list_item .row_item .col_item .info .short {
  font-family: LinhHelLight;
  font-size: 14px;
  color: #868686;
  padding: 13px 0;
}
@media (max-width: 980px) {
  .list_item .row_item .col_item .info .short {
    font-size: 13px;
    padding: 5px 0;
  }
}
.list_item .row_item .col_item .info .see_detail a {
  font-family: LinhHelLight;
  font-size: 14px;
  color: #00339c;
  text-decoration: underline;
}
.list_item .row_item .col_item .info .see_detail a:hover {
  font-weight: bold;
}/*# sourceMappingURL=func.css.map */