header .headerTop .--listLink .--itemLink {
  color: #000;
  opacity: 0.8;
}

header .headerBot .--itemMenu {
  color: #000;
}

header .headerTop .--social .--itemSocial {
  color: #000;
}

header .headerBot .search_header {
  background: rgba(0, 0, 0, 0.2);
}
header .headerBot .search_header i {
  color: #000;
}

.sapo {
  margin-bottom: 12px;
}

.list_news_popular {
  position: sticky;
  top: 40px;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

.list_widget {
  margin-top: 40px;
  border-top: 1px solid rgb(230, 230, 230);
  display: flex;
  align-items: center;
  height: 72px;
  justify-content: space-between;
}
.list_widget .btn_back {
  border: none;
  color: var(--color-black);
  height: 32px;
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: var(--color-white);
  border-radius: 100px;
  padding: 0 12px;
  width: 100px;
  justify-content: center;
}
.list_widget .btn_back:hover {
  color: var(--color-secondary);
}
.list_widget .--right {
  display: flex;
  gap: 20px;
  align-items: center;
}
.list_widget .list_social {
  display: flex;
  gap: 8px;
}
.list_widget .list_social .item_social {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  border: 0.84px solid rgb(235, 235, 235);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08);
  text-decoration: none;
}
.list_widget .list_social .item_social i {
  color: rgb(90, 176, 238);
}

.newsRelate {
  padding-bottom: 100px;
}
.newsRelate .--top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
.newsRelate .--top .title_news {
  font-weight: 500;
  font-family: var(--font-alegreya);
  color: var(--color-primary);
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1.12px;
}
.newsRelate .--top .view_all {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.newsRelate .--top .view_all:hover {
  color: var(--color-secondary);
}
.newsRelate .list_news_relate .slick-track {
  display: flex;
}
.newsRelate .list_news_relate .--item {
  padding: 12px;
  background: var(--color-white);
  border-radius: 20px;
  margin: 0 6px;
  height: auto;
  background: rgb(245, 245, 245);
}
.newsRelate .list_news_relate .--item .--img {
  aspect-ratio: 390/216;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.newsRelate .list_news_relate .--item .content_relate .date_time {
  color: var(--color-black);
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 4px;
  opacity: 0.6;
}
.newsRelate .list_news_relate .--item .content_relate .date_time span {
  font-weight: 700;
}
.newsRelate .list_news_relate .--item .content_relate .name {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsRelate .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsRelate .arrow .--arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-primary);
  cursor: pointer;
  transition: all 0.3s ease;
}
.newsRelate .arrow .--arrow:hover {
  transform: scale(0.9);
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .cardNews {
    margin-bottom: 40px;
  }
  .newsRelate {
    padding-bottom: 40px;
  }
  .newsRelate .arrow {
    width: 100%;
  }
  .newsRelate .arrow .--arrow {
    width: 36px;
    height: 36px;
    background: var(--color-white);
  }
  .newsRelate .arrow .--arrow svg {
    width: 16px;
    height: 16px;
  }
  .newsRelate .--top .title_news {
    font-size: 32px;
  }
  .newsRelate .--top .view_all i {
    display: none;
  }
}
body {
  overflow-x: auto !important;
}/*# sourceMappingURL=news_detail_ctt.css.map */