.news {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.tab_tintuc {
  margin-top: 20px;
}
.news .title {
  font-family: "UTM-Swiss-Condensed";
  text-transform: uppercase;
  color: #b21f25;
  font-size: 30px;
  padding: 20px;
}
.news .item-news {
  width: 31%;
  float: left;
  margin: 10px 1%;
  position: relative;
}
.news .item-news .img-content {
  line-height: 0px;
}
.news .item-news img {
  width: 100%;
}
.news .item-news a {
  text-decoration: none;
  color: #000;
  font-weight: normal;
}

.slick-center .item-info .item-description {
  color: #000;
}
.ovuong {
  background: #266041;
  height: 50px;
  width: 100%;
}
.news .item-news .info h3 {
  margin: 0px;
  line-height: 1;
}
.news .item-news .info h3 a {
  font-size: 15px;
  font-weight: 600;
}
.news .item-news .info p {
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 703px) {
  .news {
    width: 100%;
    /*background: #e4ebb8;*/
  }
  .news .title {
    color: #b21f25;
    font-size: 27px;
    text-align: left;
    padding-left: 0px;
  }
  .news .item-news {
    width: 48%;
  }
}
@media screen and (max-width: 603px) {
}
@media screen and (max-width: 460px) {
  .news .item-news {
    width: 98%;
  }
}
