.pageNewsBQL .bqlPopular {
  padding-top: 80px;
}
.pageNewsBQL .bqlPopular .--content {
  display: flex;
  gap: 32px;
}
.pageNewsBQL .bqlPopular .--content .--left {
  width: 70%;
  display: flex;
  gap: 20px;
}
.pageNewsBQL .bqlPopular .--content .--left .itemNews {
  width: 34%;
}
.pageNewsBQL .bqlPopular .--content .--left .img_popular {
  flex: 1;
}
.pageNewsBQL .bqlPopular .--content .--right {
  flex: 1;
}
.pageNewsBQL .bqlPopular .--content .--right .itemNews {
  flex-flow: column;
}
@media (max-width: 767px) {
  .pageNewsBQL .bqlPopular {
    padding-top: 40px;
  }
  .pageNewsBQL .bqlPopular .--content {
    flex-flow: column;
  }
  .pageNewsBQL .bqlPopular .--content .--left {
    width: 100%;
  }
}
.pageNewsBQL .bqlNews {
  padding-top: 80px;
}
.pageNewsBQL .bqlNews .list_news {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
}
.pageNewsBQL .bqlNews .list_news .itemNews {
  flex-flow: column;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .pageNewsBQL .bqlNews .list_news {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .pageNewsBQL .bqlNews {
    padding-top: 40px;
  }
  .pageNewsBQL .bqlNews .list_news {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .pageNewsBQL .bqlNews .list_news .itemNews {
    flex-flow: column;
  }
  .pageNewsBQL .bqlNews .list_news .itemNews .--img {
    flex: unset;
    height: 150px;
  }
}

.top_primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.top_primary .--left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}
.top_primary .--left .line {
  width: 100%;
  height: 1px;
  background: rgb(238, 238, 238);
  flex: 1;
}
.top_primary .title {
  font-size: 32px;
  color: var(--color-primary);
  font-family: var(--font-Megante);
  letter-spacing: -0.96px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.top_primary .title::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
}
.top_primary .btn_view_all {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .top_primary {
    margin-bottom: 24px;
    flex-flow: column;
    gap: 16px;
  }
  .top_primary .--left .line {
    display: none;
  }
  .top_primary .title {
    font-size: 24px;
  }
}

.itemNews {
  display: flex;
  gap: 24px;
  color: var(--color-2);
}
.itemNews .--img img {
  aspect-ratio: 25/16;
}
.itemNews .--cate {
  color: var(--color-primary);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 21px;
}
.itemNews .--cate span {
  color: rgba(0, 0, 0, 0.3);
  position: relative;
}
.itemNews .--cate span::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgb(217, 217, 217);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -13px;
}
.itemNews .--name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: var(--color-black);
}
.itemNews .--name:hover {
  color: var(--color-primary) !important;
}
.itemNews article {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  margin-top: 16px;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .itemNews {
    gap: 16px;
  }
  .itemNews .--name {
    font-size: 16px;
  }
  .itemNews article {
    margin-top: 12px;
  }
  .itemNews .--img {
    flex: 0 0 40%;
  }
  .itemNews .--img img {
    aspect-ratio: unset;
  }
}

.pagination {
  gap: 8px;
  justify-content: center;
  margin: 52px auto 0;
}
.pagination .page-item .page-link {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  cursor: pointer;
  font-size: 14px;
}
.pagination .page-item .page-link:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.pagination .page-item .page-link i {
  font-size: 10px;
}
.pagination .page-item.active .page-link {
  box-shadow: 2px 4px 15px 0 rgba(0, 0, 0, 0.08);
  background: var(--color-primary);
  color: var(--color-white);
}
@media (max-width: 767px) {
  .pagination {
    margin: 24px auto 0;
  }
}

.banner_primary_bql {
  position: relative;
}
.banner_primary_bql .--img {
  aspect-ratio: 1440/657;
  position: relative;
}
.banner_primary_bql .--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 57.38%, rgba(0, 0, 0, 0.12) 63.76%, rgba(0, 0, 0, 0.258) 71.48%, rgba(0, 0, 0, 0.456) 81.34%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.345) 11.33%, rgba(0, 0, 0, 0.16679) 18.48%, rgba(0, 0, 0, 0) 25.18%);
}
.banner_primary_bql .--img img {
  width: 100%;
}
.banner_primary_bql .--content {
  position: absolute;
  bottom: 72px;
  left: 0;
  width: 100%;
}
.banner_primary_bql .--content .breadcrumb {
  margin-bottom: 12px;
}
.banner_primary_bql .--content .segTitle {
  color: var(--color-white);
}
.banner_primary_bql .--content .txt {
  position: relative;
  padding-left: 30px;
}
.banner_primary_bql .--content .txt::after {
  width: 4px;
  height: 100%;
  background-color: var(--color-primary);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
@media (max-width: 1050px) and (min-width: 768px) {
  .banner_primary_bql {
    margin-top: 60px;
  }
  .banner_primary_bql .txt .title {
    font-size: 52px;
    letter-spacing: 0.32px;
  }
  .banner_primary_bql .txt .name {
    font-size: 56px;
    letter-spacing: -1.12px;
  }
}
@media (max-width: 767px) {
  .banner_primary_bql .--img {
    aspect-ratio: unset;
    height: 300px;
  }
  .banner_primary_bql .--content .txt {
    padding-left: 20px;
  }
}

.breadcrumb {
  justify-content: flex-start;
}/*# sourceMappingURL=bql.css.map */