.section {
  padding: 20px 0 40px;
}
.feeds-special {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.wrapper-news-box {
  background: #fff;
}
.feeds a {
  color: #010101;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
.feeds-list h3 {
  font-size: 15px;
  line-height: 1.467;
}
.feeds-list li + li {
  border-top: 1px solid #ddd;
  padding-top: 12px;
  margin-bottom: 10px;
}
.news-top .img {
  margin-bottom: 10px;
}
.news-top h3 {
  font-size: 18px;
  line-height: 1.467;
}
.feeds p {
  line-height: 1.35;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
}
@media screen and (min-width: 768px) {
  /* .feeds .img {
    display: block;
    padding-top: 100%;
    position: relative;
    transition: all 300ms ease;
  }
  .feeds img {
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .feeds a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  } */
}
.news-gird {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
}
.news-gird .desc {
  padding: 15px 15px 2px;
}
.news-gird .desc p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Giới hạn số dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777;
}
.news-gird h3 {
  font-size: 15px;
  line-height: 1.456;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Giới hạn số dòng */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feeds-list li {
  margin-bottom: 20px;
}
.feeds-list .img {
  width: 120px;
}
.feeds-text {
  width: calc(100% - 120px);
  padding-left: 15px;
}
.feeds-text h3 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
  .news-top {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }
}
