/* ==========================================================================
   NEW.CSS — Blog/tin tức + trang thiết kế (.design-detail-*) + slider dùng
   chung. Đã tối ưu (2026-08-25):
   1) Xoá code chết: 2 khối `.banner`, `.banner-introduce.banner_category_post`
      và `.banner-introduce__detail` từng bị định nghĩa 2 LẦN TRÙNG SELECTOR
      - bản đầu đã bị bản sau ("Thiết kế lại banner trang tin tức") ghi đè
      hoàn toàn, gộp lại còn đúng 1 định nghĩa duy nhất mỗi selector.
   2) Bỏ prefix trình duyệt cũ không còn cần thiết (-webkit-box/-ms-flexbox
      kiểu flexbox IE10 cũ, -webkit-box-sizing...). GIỮ NGUYÊN
      `display:-webkit-box; -webkit-box-orient:vertical;` ở những chỗ đi
      kèm `-webkit-line-clamp` vì Safari/Chrome vẫn cần cú pháp này để cắt
      dòng chữ hoạt động, không phải prefix thừa.
   3) Áp design-tokens.css: màu CTA/brand, bo góc về 0 (sharp-corner, đồng bộ
      với home-biz.css/product-detail.css theo yêu cầu), xám/viền về đúng
      bậc --hb-slate-*.
   BẮT BUỘC design-tokens.css load trước file này.
   ========================================================================== */

:after,
:before {
  box-sizing: border-box;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after,
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.smart-furniture_left ul#cate_product li span {
  border-top: none;
}

#design-detail h1.title {
  text-transform: uppercase;
  margin-bottom: var(--hb-space-4);
}

.rate {
  width: 100%;
  overflow: hidden;
}

.rating-stars {
  float: right;
}

.list-cmt {
  margin-top: var(--hb-space-6);
}

.alert-success {
  display: none;
}

.rating-stars ul {
  list-style-type: none;
  padding: 0;
  user-select: none;
  padding-bottom: var(--hb-space-3);
}

.rating-stars ul > li.star {
  display: inline-block;
  margin-top: var(--hb-space-1);
}

.rating-stars ul > li.star > i.fa {
  font-size: 1.5em;
  color: var(--hb-neutral-400);
}

.rating-stars ul > li.star.hover > i.fa {
  color: var(--hb-secondary) !important;
}

.rating-stars ul > li.star.selected > i.fa {
  color: var(--hb-secondary);
}

.succ {
  color: var(--hb-success);
  text-align: center;
}

.slider .owl-prev {
  left: var(--hb-space-3);
}

.slider .owl-next {
  right: var(--hb-space-3);
}

.slider .owl-prev,
.slider .owl-next {
  position: absolute;
  top: 45%;
  line-height: 28px;
  padding: 12px 0 0;
  margin: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 48px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  font-size: 46px;
  color: var(--hb-white);
  font-family: -webkit-body;
  transition: all 1s ease;
  display: none;
}

.slider:hover .owl-next {
  display: block;
}

.slider:hover .owl-prev {
  display: block;
}

.slider .owl-prev i,
.slider .owl-next i {
  font-size: 24px;
  vertical-align: middle;
}

.slider .owl-nav {
  display: block !important;
}

#info-project {
  overflow: hidden;
}

#info-project .info-item {
  background: var(--hb-bg-soft);
  width: 49%;
  float: left;
  margin: 0 2% var(--hb-space-1) 0;
}

#info-project .info-item-content {
  padding: var(--hb-space-4);
}

#info-project .info-item:last-child {
  margin-right: 0;
}

.detail-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: var(--hb-fs-h2);
  text-align: center;
  margin: var(--hb-space-10) 0;
}

#info-project .info-item .icon1 {
  background: url(../img/icon5.png) no-repeat center center;
  float: left;
  width: 35px;
  height: 24px;
}

#info-project .info-item .icon2 {
  background: url(../img/icon6.png) no-repeat center center;
  float: left;
  width: 35px;
  height: 24px;
}

#info-project .title {
  font-size: var(--hb-fs-h4);
}

#info-project .info-item li {
  line-height: 24px;
  margin-bottom: var(--hb-space-4);
  font-size: var(--hb-fs-body-lg);
  color: var(--hb-text-muted);
}

.cate-des-title {
  text-align: left;
  font-weight: 600;
  position: relative;
  font-size: var(--hb-fs-h3);
  margin-bottom: var(--hb-space-8);
  text-transform: uppercase;
}

.cate-des-title:after {
  position: absolute;
  content: "";
  height: 34px;
  width: 90px;
  border-bottom: 1px solid var(--hb-secondary);
  left: 0;
}

.box-adv {
  margin-top: var(--hb-space-8);
  margin-bottom: var(--hb-space-8);
  text-align: center;
}

.btn-popup-adv {
  display: inline-block;
  text-transform: uppercase;
  color: var(--hb-btn-primary-text);
  font-weight: bold;
  padding: var(--hb-space-4);
  background: var(--hb-secondary);
  box-shadow: var(--hb-shadow-md);
  border-radius: 0;
}

.design-detail {
  width: 100%;
  margin-top: var(--hb-space-8);
  overflow: hidden;
}

.design-detail-left {
  width: 65%;
  float: left;
}

.design-detail-right {
  width: 30%;
  float: right;
}

.design-detail-left .title {
  text-align: left;
  font-weight: 600;
  position: relative;
  font-size: var(--hb-fs-h3);
  margin-bottom: var(--hb-space-5);
}

.design-detail-left .title:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 90px;
  border-bottom: 1px solid var(--hb-secondary);
  left: 0;
}

.design-detail-right .title {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  color: var(--hb-btn-primary-text);
  font-weight: bold;
  padding: var(--hb-space-4);
  background: var(--hb-secondary);
  box-shadow: var(--hb-shadow-md);
  border-radius: 0;
}

.design-detail-right .main .item {
  width: 100%;
  position: relative;
  margin-bottom: var(--hb-space-3);
  box-sizing: border-box;
  height: 270px;
  margin-right: var(--hb-space-3);
  overflow: hidden;
}

.design-detail-right .main .item:nth-child(3n+3) {
  margin-right: 0;
}

.design-detail-right .main .item__view:hover .image img {
  transform: scale(1.5);
}

.design-detail-right .main .item__view:hover .icon {
  visibility: visible;
  opacity: 1;
}

.design-detail-right .main .item__view:hover .icon span a img {
  transform: scale(1);
}

.design-detail-right .main .item__view .image {
  width: 100%;
}

.design-detail-right .main .item__view .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  transition: all ease 0.5s;
}

.design-detail-right .main .item__view .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: var(--hb-space-3) var(--hb-space-4);
  line-height: 1.5em;
  z-index: 1;
  background: linear-gradient(transparent 0%, #000 100%);
}

.design-detail-right .main .item__view .info h3 {
  font-weight: unset;
}

.design-detail-right .main .item__view .info h3 a {
  color: var(--hb-white);
  text-transform: uppercase;
}

.design-detail-right .main .item__view .info #design a {
  text-transform: unset;
}

.design-detail-right .main .item__view .info p {
  color: var(--hb-price);
}

.design-detail-right .main .item__view .icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
}

.design-detail-right .main .item__view .icon span a img {
  transition: all ease 0.5s;
  transform: scale(0);
}

.design-contact {
  margin-top: var(--hb-space-5);
}

.design-contact .send_advice {
  margin-top: var(--hb-space-10);
  border: 1px solid var(--hb-secondary);
  border-radius: 0;
}

.design-contact .send_advice #send_advice_title {
  font-size: var(--hb-fs-h4);
  display: block;
  padding: var(--hb-space-4) 0;
}

.design-contact .send_advice #send_advice_title #title {
  padding-left: var(--hb-space-3);
  color: var(--hb-neutral-900);
  text-transform: uppercase;
}

.design-contact .send_advice form {
  padding: var(--hb-space-3);
}

.design-contact .send_advice form .form-group {
  margin-bottom: var(--hb-space-5);
}

.design-contact .send_advice form .form-group label {
  width: 200px;
  float: left;
  line-height: 39px;
}

.design-contact .send_advice form .form-group .form-inline {
  float: left;
  width: calc(100% - 200px);
}

.design-contact .send_advice form .form-group .form-inline input,
.design-contact .send_advice form .form-group .form-inline textarea,
.design-contact .send_advice form .form-group .form-inline select {
  padding: var(--hb-space-3);
  resize: vertical;
  border: 1px solid var(--hb-border);
  outline: none;
  transition: 0.3s all ease;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  background-color: var(--hb-bg-soft);
}

.design-contact .send_advice form .form-group-1 {
  display: flex;
  justify-content: center;
}

.design-contact .send_advice form .form-group-1 #contact_buttom {
  text-transform: uppercase;
  background-color: var(--hb-secondary);
  color: var(--hb-btn-primary-text);
  display: block;
  font-weight: bold;
  padding: var(--hb-space-3) var(--hb-space-5);
  cursor: pointer;
  border-radius: 0;
}

.design-comment {
  margin-top: var(--hb-space-5);
}

.categoriesNews-list__top .item:nth-child(n+2) .item-info {
  height: 50px;
}

.categoriesNews .slick-next:hover {
  background: url(../../assets/img/ic_next03.png);
  top: 50%;
  left: 100%;
  box-shadow: none;
  border: none;
  z-index: 1;
  width: 20px !important;
  height: 50px !important;
}

.categoriesNews .slick-prev:hover {
  background: url(../../assets/img/ic-prv.png);
  top: 50%;
  left: -40px;
  z-index: 1;
  box-shadow: none;
  border: none;
  width: 20px !important;
  height: 50px !important;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.detail_news__list .right_list__item a .infor {
  border: none !important;
  margin-bottom: 0 !important;
}

.detail_news__list .right_list__item {
  padding-bottom: var(--hb-space-4);
}

.news-relate {
  width: 100%;
  position: relative;
}

.news-relate-title {
  width: 100%;
  height: 48px;
  border: 1px solid var(--hb-secondary);
  border-radius: 0;
}

.news-relate-title span {
  display: block;
  float: left;
  height: 48px;
  line-height: 48px;
  padding: 0 80px 0 var(--hb-space-5);
  background: var(--hb-secondary);
  font-family: var(--hb-font);
  font-size: var(--hb-fs-h4);
  font-weight: var(--hb-fw-bold);
  color: var(--hb-btn-primary-text);
  border-radius: 0;
  text-transform: uppercase;
}

.new-relate-slider {
  width: calc(100% + var(--hb-space-5));
  float: left;
  margin-top: var(--hb-space-4);
  margin-bottom: var(--hb-space-4);
}

.new-relate-slider__item {
  height: 215px;
  position: relative;
  margin-right: var(--hb-space-5);
}

.new-relate-slider__item .item-img {
  height: 215px;
}

.new-relate-slider__item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.new-relate-slider__item .item-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 3px var(--hb-space-1);
  background: rgba(0, 0, 0, 0.3);
  color: var(--hb-white);
}

.new-relate-slider__item .item-info * {
  color: var(--hb-white);
  font-size: 0.9em;
}

.new-relate-slider__item .item-info h3 {
  color: var(--hb-white);
  font-size: 1.1em;
}

#news-relate-nav {
  position: absolute;
  top: var(--hb-space-3);
  right: var(--hb-space-4);
}

#news-relate-nav button {
  font-size: 1.5em;
  color: var(--hb-secondary);
  margin-left: var(--hb-space-3);
  cursor: pointer;
}

.products-slide.s-wrap .nav .nav-next,
.products-slide.s-wrap .nav .nav-prev {
  top: -20%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.lh-21 {
  line-height: 21px;
}

/* .lh-18 vốn đã có bên mobile (news_mb.min.css) nhưng chưa được thêm sang
   đây - .post-title/.text-title dùng chung markup 2 nền tảng nên thiếu class
   này khiến web không áp được line-height 18px như mobile. */
.lh-18 {
  line-height: 18px;
}

.color-description {
  color: var(--hb-text-muted);
}

.f-w-b {
  font-weight: 700;
}

.fs-18 {
  font-size: var(--hb-fs-h4);
}

/* .fs-20 vốn đã có bên mobile (news_mb.min.css) nhưng chưa được thêm sang
   đây - .post-title (tiêu đề trang tin tức) dùng class này với ý định
   20px, nhưng vì thiếu định nghĩa nên rơi về .text-title (30px), khiến
   tiêu đề trang tin tức web to hơn hẳn ý định ban đầu và không đồng nhất
   với mobile. */
.fs-20 {
  font-size: 20px;
}

.flex-center-between {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.lh-26 {
  line-height: 26px;
}

.mg-10 {
  margin: var(--hb-space-3) 0;
}

.mt-12 {
  margin-top: var(--hb-space-3);
}

.background-button {
  background-color: var(--hb-secondary);
}

.text-up {
  text-transform: uppercase;
}

.white {
  color: var(--hb-white);
}

.title-defaul {
  color: var(--hb-text-main);
  font-family: Roboto;
  font-size: var(--hb-fs-hero);
  font-weight: 600;
  line-height: 64px;
}

.banner-introduce {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
}

.banner-introduce__category {
  margin-top: var(--hb-space-10);
}

.banner-introduce__category .item {
  margin-right: var(--hb-space-4);
  height: 52px;
  margin-bottom: var(--hb-space-3);
}

.banner-introduce__category .item a {
  padding: var(--hb-space-4) var(--hb-space-8);
  border-radius: 0;
}

.banner-introduce__category .item.active a,
.banner-introduce__category .item:hover a {
  color: var(--hb-btn-primary-text);
  background-color: var(--hb-secondary);
}

.banner-introduce__category .item:last-child {
  margin-right: 0;
}

.banner-introduce.banner_posts {
  top: 40%;
  transform: translateY(-50%);
}

.post {
  background-color: var(--hb-bg-soft);
}

.post-item {
  flex: 0 0 100%;
  padding: var(--hb-space-6) 0;
  border-bottom: 1px dashed var(--hb-neutral-200);
}

.post-item__thumbnail {
  flex: 0 0 200px;
  margin-right: var(--hb-space-4);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: var(--hb-space-3);
}

.post-item__thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.post-item__info {
  flex: 0 0 calc(100% - 230px - 15px);
}

.post-item__cate {
  margin-bottom: var(--hb-space-5);
}

.post-item__category-first {
  padding: 4px var(--hb-space-4);
  border-radius: 0;
  background: var(--hb-btn-primary-bg, var(--hb-secondary));
    color: var(--hb-btn-primary-text, var(--hb-primary-hover));
    border-color: var(--hb-btn-primary-bg, var(--hb-secondary));
    box-shadow: 0 4px 12px rgba(212, 176, 76, 0.3);
}

.post-item__description {
  display: -webkit-box; /* bắt buộc giữ để -webkit-line-clamp hoạt động */
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.post-item__time {
  color: var(--hb-primary);
}

.post-item:first-child {
  padding-top: 0;
}

.post-item:first-child .thumbnail {
  flex: 0 0 100%;
  margin-right: 0;
  margin-bottom: var(--hb-space-4);
  max-height: 315px;
}

.post-item:first-child .thumbnail img {
  height: 315px;
}

.post-item:first-child .info {
  flex: 0 0 100%;
  background-color: var(--hb-white);
  padding: var(--hb-space-4) 0;
  border-radius: 0;
  overflow: hidden;
}

.post-left {
  flex: 1 1 0%;
  min-width: 0;
  margin-right: var(--hb-space-5);
}

.post-right {
  flex: 0 0 340px;
}

.post-categories {
  margin-bottom: var(--hb-space-12);
  padding: var(--hb-space-5) var(--hb-space-8);
  background-color: var(--hb-white);
  border-radius: 0;
  overflow: hidden;
}

.post-categories__title {
  padding: var(--hb-space-5) 0;
  border-bottom: 1px solid var(--hb-neutral-200);
  margin-bottom: var(--hb-space-8);
}

.fs-16 {
  font-size: 16px;
}

.color-text-accent {
  color: var(--hb-secondary);
}

.post-categories__list .item {
  margin-bottom: var(--hb-space-5);
}

.post-categories__list .item:last-child {
  margin-bottom: 0;
}

.post-hot .post-item {
  border-bottom: 1px solid var(--hb-neutral-200);
}

.post-hot .post-item .thumbnail {
  flex: 0 0 100px;
  margin-right: var(--hb-space-5);
}

.post-hot .post-item .thumbnail img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.post-hot .post-item .info {
  flex: 0 0 calc(100% - 100px - 20px);
  padding: 0;
  border-radius: 0;
}

.post-hot .post-item:first-child .thumbnail {
  margin-bottom: 0 !important;
}

.post-hot .post-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.post-detail {
  width: 100%;
  z-index: 2;
  margin-top: -300px;
  border-radius: 0;
  padding: var(--hb-space-20) var(--hb-space-10);
  background-color: var(--hb-white);
  position: relative;
}

.post-detail .share .social-icon {
  margin-left: var(--hb-space-5);
}

.post-detail .top-icon {
  position: absolute;
  left: 50%;
  top: -64px;
  transform: translateX(-50%);
}

.post-related {
  width: 100%;
  margin: var(--hb-space-20) 0;
}

.post-related__top {
  margin-bottom: var(--hb-space-12);
}

.post-related .description {
  margin: auto;
  margin-top: var(--hb-space-4);
  max-width: 500px;
}

.post-related .item .thumbnail {
  max-height: 250px;
  padding: 0 70px 0 var(--hb-space-10);
  z-index: 3;
}

.post-related .item .thumbnail img {
  clip-path: polygon(98.642% 48.146%, 98.642% 48.146%, 95.973% 59.175%, 92.935% 68.656%, 89.48% 76.679%, 85.559% 83.337%, 81.123% 88.72%, 76.123% 92.919%, 70.51% 96.027%, 64.236% 98.133%, 57.251% 99.33%, 49.505% 99.709%, 49.505% 99.709%, 41.535% 99.034%, 33.975% 97.08%, 26.924% 93.954%, 20.486% 89.76%, 14.761% 84.606%, 9.849% 78.598%, 5.853% 71.842%, 2.874% 64.444%, 1.012% 56.509%, 0.369% 48.146%, 0.369% 48.146%, 1.157% 40.712%, 3.39% 35.211%, 6.869% 31.206%, 11.397% 28.266%, 16.776% 25.957%, 22.808% 23.845%, 29.294% 21.497%, 36.038% 18.479%, 42.841% 14.357%, 49.505% 8.699%, 49.505% 8.699%, 56.395% 3.416%, 63.774% 0.603%, 71.293% 0.104%, 78.606% 1.761%, 85.363% 5.416%, 91.217% 10.911%, 95.82% 18.089%, 98.824% 26.793%, 99.881% 36.864%, 98.642% 48.146%);
  width: 250px;
  height: 250px;
}

.post-related .item .info {
  padding: 150px 70px 0 var(--hb-space-10);
  margin-top: -130px;
  width: 100%;
  flex: 0 0 100%;
  height: 340px;
  background-color: var(--hb-white);
  clip-path: polygon(1.031% 52.712%, 1.031% 52.712%, 3.459% 41.671%, 6.293% 32.162%, 9.58% 24.092%, 13.367% 17.369%, 17.702% 11.901%, 22.632% 7.596%, 28.203% 4.362%, 34.463% 2.107%, 41.46% 0.738%, 49.239% 0.165%, 49.239% 0.165%, 57.269% 0.634%, 64.917% 2.386%, 72.08% 5.317%, 78.652% 9.325%, 84.529% 14.307%, 89.608% 20.16%, 93.783% 26.78%, 96.952% 34.065%, 99.009% 41.911%, 99.851% 50.216%, 99.851% 50.216%, 99.232% 57.631%, 97.115% 63.161%, 93.71% 67.233%, 89.225% 70.273%, 83.87% 72.707%, 77.854% 74.962%, 71.386% 77.463%, 64.675% 80.637%, 57.931% 84.91%, 51.361% 90.708%, 51.361% 90.708%, 44.556% 96.139%, 37.202% 99.125%, 29.653% 99.812%, 22.261% 98.35%, 15.381% 94.885%, 9.366% 89.567%, 4.57% 82.543%, 1.347% 73.96%, 0.049% 63.967%, 1.031% 52.712%);
}

.post-related .slide {
  width: 100%;
}

.post-related .slide-list {
  overflow: inherit;
}

.post-related .slide-box {
  overflow: hidden;
}

.post-related .slide .nav-next {
  right: -100px;
}

.post-related .slide .nav-prev {
  left: -100px;
}

.category-related {
  margin-bottom: var(--hb-space-5);
}

.category-related__title {
  font-size: var(--hb-fs-h4);
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: var(--hb-space-3);
  color: var(--hb-secondary);
  font-weight: 500;
}

.category-related ul li {
  margin-bottom: var(--hb-space-1);
}

.category-related ul li a {
  display: flex;
  align-items: flex-start;
  line-height: 24px;
}

.category-related ul li a svg {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-right: var(--hb-space-1);
  fill: none;
}

.post-title,
.text-title {
  padding-top: var(--hb-space-2);
  margin-bottom: var(--hb-space-4);
  font-size: var(--hb-fs-h2);
  line-height: 36px;
  text-transform: uppercase;
}

/* === Banner trang tin tức - giới hạn theo container, overlay tối + chữ trái === */
.banner {
  background-color: var(--hb-primary);
  height: 420px;
  max-width: 1452px;
  margin: var(--hb-space-5) auto 0;
  border-radius: 0;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  overflow: hidden;
}

.banner.single {
  height: 420px;
  background-size: cover !important;
}

.banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.banner .container {
  max-width: 100%;
  height: 100%;
  padding: 0 60px;
  display: flex;
  align-items: center;
}

.banner-introduce.banner_category_post {
  position: static;
  transform: none;
  z-index: 2;
  max-width: 520px;
  text-align: left;
}

.banner-introduce__title.title-defaul {
  color: var(--hb-white);
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: none;
}

.banner-introduce__detail {
  margin-top: var(--hb-space-4) !important;
  max-width: 520px;
  text-align: left !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: var(--hb-fs-body-lg);
  line-height: 1.7;
}

@media (max-width: 1380px) {
  .banner {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 767px) {
  .banner {
    height: 260px;
    margin-top: var(--hb-space-3);
    border-radius: 0;
  }

  .banner__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.15) 100%);
  }

  .banner .container {
    padding: 0 var(--hb-space-5);
  }

  .banner-introduce.banner_category_post {
    max-width: none;
  }

  .banner-introduce__title.title-defaul {
    font-size: 22px;
  }

  .banner-introduce__detail {
    font-size: var(--hb-fs-sm);
    margin-top: var(--hb-space-2) !important;
    -webkit-line-clamp: 2;
    display: -webkit-box; /* bắt buộc giữ để -webkit-line-clamp hoạt động */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

/* Dòng thông tin bài viết (tác giả + ngày cập nhật + thời gian đọc) - trang chi tiết tin tức */
.post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--hb-space-2);
  margin-bottom: var(--hb-space-4);
  color: var(--hb-text-muted);
  font-size: var(--hb-fs-body);
}

.post-meta__author {
  display: flex;
  align-items: center;
  gap: var(--hb-space-2);
  color: var(--hb-neutral-900);
  text-decoration: none;
}

.post-meta__author img {
  width: 32px;
  height: 32px;
  border-radius: 0;
  object-fit: cover;
  flex-shrink: 0;
}

.post-meta__author strong {
  color: var(--hb-neutral-900);
}

.post-meta__author:hover strong {
  text-decoration: underline;
}

.post-meta__item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.post-meta__item svg {
  flex-shrink: 0;
}

.post-meta__divider {
  color: var(--hb-neutral-200);
}

@media (max-width: 767px) {
  .post-meta {
    font-size: var(--hb-fs-sm);
  }

  .post-meta__author img {
    width: 26px;
    height: 26px;
  }
}

/*# sourceMappingURL=new.css.map */