.news {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  padding-top: 15px;
  grid-template-rows: auto auto;
}

.tab_tintuc {
  display: inline-block;
  width: 100%;
}

.tab_tintuc ul {

  background: #f1f1f1;
  list-style: none;
}

.news .title {
  font-family: 'UTM-Swiss-Condensed';
  text-transform: uppercase;
  color: #b21f25;
  font-size: 30px;
  padding: 20px;
}

.news .item-news {}

.tintucmoi {
  display: grid;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 55px;
  background: #AA671D;
  text-align: center;
}

.tintucmoi a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 550;
}

.tintucmoi:hover a {
  text-decoration: none;
  color: #fff;
}

.item-news .info {
  display: grid;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 55px;
}

.box_itembv {
  border-radius: 7px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #cec9c963
}

.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: #fb6935;
  height: 50px;
  width: 100%;
}

.tinchay {
  max-height: 55px;
  background: #ccc;
}

.news .item-news .info h3 {
  margin: 5px 0px;
}

.news .item-news .info h3 a {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.3;
  color: #cc0e0e;
  font-style: italic;
}

.item-news {
  padding: 0px 7px !important;
  display: inline-block;
}

.news .item-news .info .motatin {
  margin-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 80px;
  color: #999999;
}

.chitiettin {
  text-align: center;
  padding: 10px 0px;
}

.chitiettin button {
  padding: 5px 15px;
  border-radius: 20px;
  background: unset;
  border: 1px solid #fb6935;
}

.chitiettin button:hover {
  background: #fb6935;
  color: #fff;
}

.xemchitiet a {
  text-transform: uppercase;
  border-bottom: 2px solid #4ca3d9;
  padding: 5px 0px;

}

@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: 100%;
  }

  .news .item-news .info h3 a {
    font-size: 12px;
  }

  .item-news .info {
    height: 32px;
  }

  .tintucmoi {
    height: 40px;
  }

  .tintucmoi a {
    font-size: 14px;
  }
}

@media screen and (max-width: 603px) {}

@media screen and (max-width: 460px) {

  .news .item-news {
    width: 98%;
  }
}