.pageNewsDetail {
  padding-top: 40px;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .pageNewsDetail .row {
    flex-flow: column;
    gap: 40px;
  }
  .pageNewsDetail .row .col-md-9 {
    width: 100%;
  }
  .pageNewsDetail .row .col-md-3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pageNewsDetail {
    padding-top: 80px;
  }
}

.cardNews {
  padding-right: 44px;
}
.cardNews .breadcrumb {
  justify-content: flex-start;
  margin-bottom: 16px !important;
}
.cardNews .breadcrumb .item_link {
  color: rgb(152, 152, 152);
}
.cardNews .breadcrumb .item_link.active {
  color: var(--color-primary);
}
.cardNews .title_news {
  font-size: 36px;
  font-family: var(--font-title);
  color: var(--color-black);
  margin-bottom: 12px;
}
.cardNews .--top {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cardNews .--top .date_time {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cardNews .--top .date_time i {
  font-size: 16px;
  color: var(--color-primary);
  font-weight: 300;
}
.cardNews .--top .date_time .time {
  font-size: 13px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}
.cardNews .--top .cate {
  font-size: 13px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  position: relative;
}
.cardNews .--top .cate::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: rgb(194, 194, 194);
  border-radius: 50%;
  left: -14px;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .cardNews {
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
  .cardNews .title_news {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .cardNews {
    padding-right: calc(var(--bs-gutter-x) / 2);
  }
  .cardNews .title_news {
    font-size: 20px;
  }
  .cardNews .--top {
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
}

.list_news_popular .title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 20px;
  line-height: 1.1;
  text-transform: uppercase;
}
.list_news_popular .--list {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.list_news_popular .--list .--item {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.list_news_popular .--list .--item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.list_news_popular .--list .--item .--img {
  width: 94px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 auto;
}
.list_news_popular .--list .--item .name {
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.42;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}
.list_news_popular .--list .--item .date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(102, 102, 102);
  font-size: 13px;
}

.header {
  background: var(--color-white);
}
.header .content_header .right_header .menu_header li a {
  color: rgb(92, 92, 92);
}
.header .content_header .right_header .menu_header li.active a {
  font-weight: 700;
  color: var(--color-body);
}

.sapo {
  margin-bottom: 16px;
}

.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;
  }
}/*# sourceMappingURL=news_detail.css.map */