.section-new-list {
  padding: 100px 0px;
}

.section-new-list .wrap-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.section-new-list .wrap-title .list-nav {
  padding-top: 16px 0px;
  overflow: hidden;
  overflow-x: auto;
}
.section-new-list .wrap-title .list-nav ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-new-list .wrap-title .list-nav ul li {
  list-style: none;
  margin: 0px !important;
}
.section-new-list .wrap-title .list-nav ul li a {
  border-bottom: 2px solid transparent;
  padding: 16px 12px;
  white-space: nowrap;
  color: rgb(124 126 130);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.section-new-list .wrap-title .list-nav ul li a:hover {
  color: var(--surface-primary);
  border-bottom: 2px solid var(--surface-primary);
}
.section-new-list .wrap-title .list-nav ul li.active a {
  color: var(--surface-primary);
  border-bottom: 2px solid var(--surface-primary);
}
.section-new-list .wrap-search .search-form {
  display: flex;
  align-items: center;
  border: 2px solid #dfe8f0;
  border-radius: 8px;
  padding: 8px 8px 8px 20px;
  gap: 8px;
}

.section-new-list .wrap-search .search-form .btn-search {
  width: 50px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--surface-primary);
  border-radius: 8px;
  margin: 0px;
  padding: 0px;
}

.section-new-list .category a {
  color: var(--surface-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.section-new-list .category {
  margin-bottom: 16px;
}

.list-news-big {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
}
.list-news-big .col-right,
.list-news-big .col-left {
  grid-column: 1 / -1;
}
.list-news-big .col-right .content {
  padding-left: 0px;
}
.item-news .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-news-big .image a {
  height: 402px;
}
.list-news-big .image a {
  border-radius: 20px;
}
.item-news .image a {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}

.list-news-small .item-news .image a {
  height: 297px;
}

.section-new-list .item-big {
  border-bottom: 1px solid #e3eef8;
  padding-bottom: 40px;
}

.list-news-small {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 32px;
  padding-top: 40px;
  margin-bottom: 32px;
}

.list-news-small .title {
  margin-bottom: 0px;
}

.list-news-small .item-news {
  border-radius: 16px;
  border: 1px solid #dfe8f0;
  overflow: hidden;
}
.list-news-small .item-news .content {
  padding: 20px;
  padding-top: 12px;
}
.list-news-small .item-news .content .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  height: 72px;
}

@media (min-width: 567px) {
  .list-news-big .col-right .content {
    padding-left: 32px;
  }
  .section-new-list .category {
    margin-bottom: 28px;
  }
}

@media (min-width: 768px) {
  .list-news-big {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .list-news-big .col-left {
    grid-column: span 7 / span 7;
  }
  .list-news-big .col-right {
    grid-column: span 5 / span 5;
  }
  .list-news-small {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .list-news-small {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
