
/* ===== template-parts/components/tag/assets/styles.css ===== */
/* Component: Tag / chip */
.tt-tag {
    display: inline-flex;
    align-items: center;
    font-family: var(--tt-font);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.05rem;
    letter-spacing: -0.0088rem;
    color: var(--Title-Orange, #FA6900);
    background: #FEEDE1;
    padding: 0.5rem 1rem;
    /* Figma Tag instance: radius 0.25rem (đo get_node_styles), không tự chế 0.375rem. */
    border-radius: 0.25rem;
    white-space: nowrap;
}

/* MOBILE (node I2348:27304;2348:26890, variant MB2):
   font 0.75rem/400/1.125rem/-0.0112rem, padding 0.375rem 0.75rem */
@media screen and (max-width: 639.98px) {
    .tt-tag {
        font-size: 0.75rem;
        line-height: 1.125rem;
        letter-spacing: -0.0112rem;
        padding: 0.375rem 0.75rem;
    }
}


/* ===== template-parts/components/button/assets/styles.css ===== */
/* Component: Button */
.tt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--tt-font);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.01rem;
    text-transform: uppercase;
    /* Figma node I2348:26861;2348:27241 (Size=L, Primary): KHÔNG bo góc (radius 0) — không tự chế 0.5rem. */
    border-radius: 0;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.tt-btn__label {
    display: block;
}

.tt-btn__icon {
    display: block;
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
}

/* Icon đơn sắc: trên nút Primary (nền cam) phải đổi sang TRẮNG — icon gốc màu cam sẽ vô hình.
   filter brightness(0) invert(1) = trắng tinh bất kể màu nguồn. Outline giữ màu gốc (cam). */
.tt-btn--primary .tt-btn__icon {
    filter: brightness(0) invert(1);
}

.tt-btn--xl {
    padding: 1rem 4rem;
}

.tt-btn--l {
    padding: 0.75rem 1.5rem;
}

/* Figma Primary button fill = #fa6900 (orange-accent), không phải #f15a29. */
.tt-btn--primary {
    background: var(--tt-orange-accent);
    color: var(--tt-white);
}

.tt-btn--primary:hover {
    background: #FF7B1C;
}

.tt-btn--outline {
    background: transparent;
    color: var(--tt-orange-accent);
    border: 1px solid var(--tt-orange-accent);
}

.tt-btn--outline:hover {
    background: var(--tt-orange-accent);
    color: var(--tt-white);
}

@media (prefers-reduced-motion: reduce) {
    .tt-btn {
        transition: none;
    }
}

/* Mobile: button label font nhỏ hơn desktop (node I2348:27462;2348:36951 / I2348:27463;2348:36960: 14px/18.2px, ls -0.14px). */
/* Padding mobile = desktop (0.75rem 1.5rem) — không thay đổi. */
@media screen and (max-width: 639.98px) {
    .tt-btn {
        font-size: 0.875rem;
        line-height: 1.1375rem;
        letter-spacing: -0.0088rem;
        height: 2.63rem;
    }
}


/* ===== template-parts/components/card-tin-tuc/assets/styles.css ===== */
/* Component: Card tin tức (news list card) */
/* Figma node 2348:26822 "Card danh sách tin tức": fill #fff, KHÔNG bo góc (radius 0),
   shadow 0 0.25rem 1.125rem rgba(0,0,0,0.05) — đo từ get_node_styles, không tự chế. */
.tt-card {
  display: block;
  background: var(--tt-white);
  overflow: hidden;
  box-shadow: 0 0.25rem 1.125rem rgba(0, 0, 0, 0.05);
  height: 100%;
}

.tt-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tt-card__media {
  position: relative;
  width: 100%;
  height: 13.8125rem;
  overflow: hidden;
}

.tt-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Prototype ON_HOVER → Variant2: SMART_ANIMATE 0.4s ease-out. */
  transition: transform 0.4s ease-out;
}

/* Polygon 6: tam giác cam góc trên-phải, hiện khi hover (Default: off-card → ẩn). */
.tt-card__corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.025rem;
  height: 5.1875rem;
  background: var(--tt-orange-accent);
  clip-path: polygon(100% 0, 0 0, 100% 40%);
  opacity: 0;
  transform: translateX(0.75rem);
  transition:
    opacity 0.4s ease-out,
    transform 0.4s ease-out;
  pointer-events: none;
}

.tt-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 1rem 1rem;
}

/* Date row (node …26928): [📅 date] trái — [Xem chi tiết →] phải */
.tt-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.tt-card__date {
  display: inline-flex;
  align-items: center;
  font-family: var(--tt-font);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.05rem;
  letter-spacing: -0.0088rem;
  color: #131313;
}

.tt-card__cal {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
}

.tt-card__more {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  color: var(--Title-Orange, #fa6900);
  font-family: "Lexend Deca", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.01313rem;
}

.tt-card__more-arrow {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
  filter: brightness(0) saturate(100%) invert(41%) sepia(95%) saturate(1362%) hue-rotate(1deg) brightness(97%) contrast(104%);
}

.tt-card__title {
  margin-top: 0.5rem;
  font-family: var(--tt-font);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: var(--tt-heading);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;

  color: var(--Body-Black-100, #131313);

  /* PC/16/16-SM-130 */
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 1.3rem */
  letter-spacing: -0.01rem;
}

.tt-card__desc {
  margin-top: 0.38rem;
  font-family: var(--tt-font);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: -0.0088rem;
  color: var(--tt-text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--Body-Black-100, #131313);

  /* PC/Body/16/16-L-150 */
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.02rem;
}

/* ── Variant ngang (featured) — node "Card to" 2348:31440 (993×266):
   ảnh trái 28.3125rem, body phải; thứ tự body = title → desc → "Xem chi tiết" (đáy).
   Card to: nền XÁM #f8f8f8, KHÔNG shadow (đo get_node_styles 2348:31440, chỉ fills).
   Type đo từ Figma: title 1.25rem/600 UPPERCASE; desc 1rem/300 justify; more 1rem/500;
   tất cả #131313. */
.tt-card--wide {
  background: var(--tt-section-gray, #f8f8f8);
  box-shadow: none;
}

.tt-card--wide .tt-card__link {
  flex-direction: row;
  align-items: stretch;
}

.tt-card--wide .tt-card__media {
  width: 28.3125rem;
  height: 16.625rem;
  flex-shrink: 0;
}

.tt-card--wide .tt-card__body {
  padding: 1.5rem 1.5rem 0;
  justify-content: flex-start;
}

.tt-card--wide .tt-card__meta {
  order: 3;
  margin-top: 2.5rem;
  justify-content: flex-start;
}

.tt-card--wide .tt-card__title {
  order: 1;
  margin-top: 0;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: -0.0187rem;
  text-transform: uppercase;
}

.tt-card--wide .tt-card__desc {
  order: 2;
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: var(--tt-heading);
  text-align: justify;
  -webkit-line-clamp: 3;
}

.tt-card--wide .tt-card__more {
  color: var(--tt-heading);
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: -0.02rem;
}

.tt-card--wide .tt-card__more-arrow {
  filter: brightness(0) saturate(100%);
}

/* ── Variant compact (Card nho 2 — node 2348:31442, 318×287): nền XÁM #f8f8f8, KHÔNG shadow.
   Body xếp DỌC: date (trên) → title → "Xem chi tiết" (đáy) — KHÁC card mặc định (date+more cùng hàng).
   Type đo từ Figma: date 0.875rem/300; title 1rem/600; more 1rem/500; tất cả #131313. */
.tt-card--compact {
  background: var(--tt-section-gray, #f8f8f8);
  box-shadow: none;
}

.tt-card--compact .tt-card__media {
  height: 9.5625rem;
}

.tt-card--compact .tt-card__body {
  padding: 0.75rem 0.75rem 0.875rem;
}

.tt-card--compact .tt-card__meta {
  margin-top: 0;
  justify-content: flex-start;
}

.tt-card--compact .tt-card__date {
  font-weight: 300;
  color: var(--tt-heading);
  letter-spacing: -0.0131rem;
}

.tt-card--compact .tt-card__title {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: -0.01rem;
}

.tt-card--compact .tt-card__more {
  margin-top: 1rem;
  color: var(--tt-heading);
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: -0.02rem;
}

.tt-card--compact .tt-card__more-arrow {
  filter: brightness(0) saturate(100%);
}

/* Hover = prototype ON_HOVER → Variant2 (đọc get_node_reactions + diff 2 variant):
   - ảnh zoom 28.75→31.875rem = scale 1.1087 (KHÔNG nâng card, KHÔNG đổi shadow — đó là tự chế cũ)
   - tam giác cam góc trên-phải hiện ra
   SMART_ANIMATE 0.4s ease-out. */
.tt-card:hover .tt-card__img {
  transform: scale(1.1087);
}

@media (min-width: 640px) {
  .tt-card:hover .tt-card__corner {
  opacity: 1;
  transform: translateX(0);
}
}

@media (prefers-reduced-motion: reduce) {
  .tt-card__img,
  .tt-card__corner {
    transition: none;
  }
  .tt-card:hover .tt-card__img {
    transform: none;
  }
}

/* MOBILE (node 2348:27288): ảnh 11.5rem, body padding ngang 0.875rem.
   Spacing: meta 0.875rem từ top body, title 0.5rem sau meta, desc 0.375rem sau title.
   Typography: title 0.875rem (từ 1.125rem desktop); weight/lh/ls từng node theo Figma mobile. */
@media screen and (max-width: 639.98px) {
  .tt-card__media {
    height: 11.5rem;
  }
  .tt-card__body {
    padding: 0 0.875rem 0.875rem;
  }
  .tt-card__meta {
    margin-top: 0.875rem;
  }
  .tt-card__cal {
    width: 1rem;
    height: 1rem;
  }
  .tt-card__date {
    font-weight: 300;
    line-height: 1.3125rem;
    letter-spacing: -0.0175rem;
  }
  .tt-card__more {
    font-weight: 400;
    line-height: 1.3125rem;
    letter-spacing: -0.0131rem;
  }
  .tt-card__title {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    -webkit-line-clamp: 2;
    line-height: 1.1375rem;
    letter-spacing: -0.0088rem;
  }
  .tt-card__desc {
    /* MB/Body/14/14-L */
    font-family: "Lexend Deca";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.0175rem;
  }
  .tt-card--compact .tt-card__more {
    color: var(--Title-Orange, #fa6900);

    /* PC/Body/14/14-R-150 */
    font-family: "Lexend Deca";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.3125rem */
    letter-spacing: -0.01313rem;
  }
  .tt-card--compact .tt-card__more-arrow {
    filter: brightness(0) saturate(100%) invert(41%) sepia(95%) saturate(1362%) hue-rotate(1deg) brightness(97%) contrast(104%);
  }
  /* Featured ngang → xếp dọc trên mobile (ảnh trên, body dưới). */
  .tt-card--wide .tt-card__link {
    flex-direction: column;
  }
  .tt-card--wide .tt-card__media {
    width: 100%;
    height: 11.5rem;
  }
  .tt-card--wide .tt-card__body {
    padding: 0 0.875rem 0.875rem;
  }
  .tt-card--wide .tt-card__title {
    font-size: 0.875rem;
    line-height: 1.1375rem;
  }
}


/* ===== template-parts/quan-he-co-dong/section-banner/assets/styles.css ===== */
/* Section: Banner (hero) — Quan hệ cổ đông (node 2348:31255, 1600×678) */
.qhcd-banner {
  position: relative;
  width: 100%;
  height: 42.375rem;
  overflow: hidden;
  font-family: var(--tt-font);
}
@media (min-width: 1024px) {
  .qhcd-banner {
    height: calc(100vh - 7rem);
  }
  .qhcd-banner__content {
    padding-bottom: 5rem !important ;
  }
}
.qhcd-banner__bg,
.qhcd-banner__overlay {
  position: absolute;
  inset: 0;
}

.qhcd-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.qhcd-banner__overlay {
  background: linear-gradient(
    180deg,
    rgba(19, 19, 19, 0) 35%,
    rgba(19, 19, 19, 0.8) 100%
  );
}

.qhcd-banner__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 2.5rem 6.25rem;
}

.qhcd-banner__lead {
  display: flex;
  flex-direction: column;
}

.qhcd-banner__breadcrumb {
  display: flex;
  align-items: center;
}

.qhcd-banner__crumb {
  display: inline-block;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.02rem;
  color: rgba(255, 255, 255, 0.8);
}

.qhcd-banner__crumb + .qhcd-banner__crumb {
  margin-left: 0.625rem;
}

.qhcd-banner__crumb--current {
  color: var(--tt-white);
}

.qhcd-banner__title {
  margin-top: 1.5rem;
  width: 39.6875rem;
  max-width: 100%;
  font-weight: 600;
  font-size: 3.0625rem;
  line-height: 3.9812rem;
  letter-spacing: -0.0919rem;
  text-transform: uppercase;
  color: var(--tt-white);
}
.qhcd-banner__crumb--curren_bold {
  color: #fff;
}

.qhcd-banner__desc {
  width: 24.5rem;
  flex-shrink: 0;
  margin-left: 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 0.5rem;
}

/* MOBILE (node 2348:31485): ảnh nhỏ trên, text tối dưới nền trắng. */
@media screen and (max-width: 639.98px) {
  .qhcd-banner__crumb + .qhcd-banner__crumb {
    margin-left: 0.5rem;
  }
  .qhcd-banner {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .qhcd-banner__content {
    order: 0;
    position: static;
    flex-direction: column;
    align-items: flex-start;
    padding: 2.5rem 1rem 1.25rem;
  }
  .qhcd-banner__bg {
    order: 1;
    position: static;
    width: 100%;
    height: 10rem;
  }
  .qhcd-banner__overlay {
    display: none;
  }
  .qhcd-banner__lead {
    width: 100%;
  }
  .qhcd-banner__crumb {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    color: var(--Body-Black-60, rgba(19, 19, 19, 0.6)) !important;
    letter-spacing: 0;
  }
  .qhcd-banner__crumb--current {
    color: #131313 !important;
    margin-left: 0.375rem;
  }
  .qhcd-banner__title {
    width: 100%;
    margin-top: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.95rem;
    letter-spacing: -0.03rem;
    color: var(--tt-heading);
  }
  .qhcd-banner__title-break {
    display: none;
  }
  .qhcd-banner__crumb--curren_bold {
    color: var(--Body-Black-60, rgba(19, 19, 19, 0.6)) !important;
  }
  .qhcd-banner__desc {
    width: 100%;
    margin-left: 0;
    margin-top: 0.625rem;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: -0.0175rem;
    text-align: justify;
    color: var(--tt-heading);
    padding-bottom: 0;
  }
}


/* ===== template-parts/quan-he-co-dong/section-disclosure/assets/styles.css ===== */
/* Section: Công bố thông tin — node 2348:31266 (1600×737, bg white) */
.qhcd-disclosure {
  background: var(--tt-white);
  font-family: var(--tt-font);
  padding: 6.25rem;
}

.qhcd-disclosure__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 87.5rem;
  margin: 0 auto;
}

.qhcd-disclosure__text {
  width: 41.4375rem;
  flex-shrink: 0;
}

.qhcd-disclosure__heading {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.25rem;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  color: var(--tt-heading);
}

.qhcd-disclosure__richtext {
  margin-top: 1.5rem;
}

.qhcd-disclosure__richtext p {
  color: var(--Body-Black-100, #131313);
  text-align: justify;

  /* PC/Body/16/16-L-150 */
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.02rem;
}

.qhcd-disclosure__richtext p + p {
  margin-top: 1rem;
}

.qhcd-disclosure__media {
  width: 41.25rem;
  height: 33.4375rem;
  flex-shrink: 0;
  margin-left: 2.5rem;
  overflow: hidden;
}

.qhcd-disclosure__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MOBILE (node 2348:31493): stacked — text trên, ảnh dưới. */
@media screen and (max-width: 639.98px) {
  .qhcd-disclosure {
    padding: 2.5rem 1rem;
  }
  .qhcd-disclosure__inner {
    flex-direction: column;
  }
  .qhcd-disclosure__text {
    width: 100%;
  }
  .qhcd-disclosure__heading {
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: -0.0375rem;
  }
  .qhcd-disclosure__richtext {
    margin-top: 0.5rem;
  }
  .qhcd-disclosure__richtext p {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: -0.0175rem;
  }
  .qhcd-disclosure__richtext p + p {
    margin-top: 0.5rem;
  }
  .qhcd-disclosure__media {
    width: 100%;
    height: 18.46306rem;
    margin-left: 0;
    margin-top: 1.5rem;
  }
  /* .qhcd-disclosure__img {
    height: auto;
  } */
}


/* ===== template-parts/quan-he-co-dong/section-stock/assets/styles.css ===== */
/* Section: Theo dõi dữ liệu cổ phiếu — node 2348:31277 (1600×620, bg #f8f8f8) */
.qhcd-stock {
  background: var(--tt-section-gray);
  font-family: var(--tt-font);
  padding: 6.25rem;
}

.qhcd-stock__inner {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  max-width: 87.5rem;
  margin: 0 auto;
}

.qhcd-stock__content {
  width: 44.75rem;
  flex-shrink: 0;
  margin-top: 0.5rem;
}

.qhcd-stock__text {
  width: 33.375rem;
  max-width: 100%;
}

.qhcd-stock__heading {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.25rem;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  color: var(--tt-heading);
}

.qhcd-stock__subtitle {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: var(--tt-heading);
}

.qhcd-stock__divider {
  width: 100%;
  height: 0.0625rem;
  border: 0;
  background: #E7E7E7;
  margin: 1.8125rem 0;
}

.qhcd-stock__list {
  padding: 0.5rem 0;
  list-style: none;
  display: flex;
  /* justify-content: space-between; */
}

.qhcd-stock__item {
  width: 20.375rem;
}

.qhcd-stock__item+.qhcd-stock__item {
  margin-left: 2rem;
}

.qhcd-stock__icon {
  display: flex;
  align-items: center;
  width: 3rem;
  height: 3rem;
}

.qhcd-stock__icon img {
  display: block;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
}

.qhcd-stock__item-title {
  margin-top: 1rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: -0.0187rem;
  text-transform: uppercase;
  color: var(--tt-heading);
}

.qhcd-stock__item-desc {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: var(--tt-heading);
}

.qhcd-stock__media {
  width: 40.13rem;
  height: 26.25rem;
  flex-shrink: 0;
  margin-left: 0;
  overflow: hidden;
}

.qhcd-stock__chart-embed {
  width: 100%;
  height: 100%;
  display: block;
}

/* MOBILE (node 2348:31505): stacked — text + items dọc + ảnh. */
@media screen and (max-width: 639.98px) {
  .qhcd-stock {
    padding: 2.5rem 1rem;
  }

  .qhcd-stock__img {
    object-fit: cover;
    margin-left: 0;
  }

  .qhcd-stock__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .qhcd-stock__content {
    margin-top: 0;
    width: 100%;
  }

  .qhcd-stock__text {
    width: 100%;
  }

  .qhcd-stock__heading {
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: -0.0375rem;
  }

  .qhcd-stock__subtitle {
    margin-top: 0.5rem;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: -0.0175rem;
  }

  .qhcd-stock__divider {
    margin: 1.5rem 0;
  }

  .qhcd-stock__list {
    padding: 0;
    flex-direction: column;
  }

  .qhcd-stock__item {
    width: 100%;
  }

  .qhcd-stock__item+.qhcd-stock__item {
    margin-left: 0;
    margin-top: 1.5rem;
  }

  .qhcd-stock__item-title {
    font-size: 1.125rem;
    line-height: 1.8rem;
    letter-spacing: -0.0338rem;
  }

  .qhcd-stock__item-desc {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: -0.0175rem;
  }

  .qhcd-stock__media {
    width: 100%;
    min-height: 14.675rem;
    margin-left: 0;
    margin-top: 1.5rem;
  }
}

/* ===== template-parts/quan-he-co-dong/section-report/assets/styles.css ===== */
/* Section: Báo cáo tài chính và thường niên — node 2348:31298 (1600×741, bg #fa6900) */
.qhcd-report {
  background: var(--tt-orange-accent);
  font-family: var(--tt-font);
  padding: 6.25rem 0;
}

.qhcd-report__header {
  text-align: center;
  padding: 0 1rem;
}

.qhcd-report__heading {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.25rem;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  color: var(--tt-white);
}

.qhcd-report__subtitle {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: var(--tt-white);
}

/* Year tabs */
.qhcd-report__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.qhcd-report__tab {
  font-family: var(--tt-font);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.05rem;
  letter-spacing: -0.0088rem;
  color: var(--tt-heading);
  background: var(--tt-white);
  border: 0;
  height: 2.06rem;
  border-radius: 0.25rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.qhcd-report__tab + .qhcd-report__tab {
  margin-left: 0.625rem;
}

.qhcd-report__tab.is-active {
  background: var(--tt-heading);
  color: var(--tt-white);
}

/* Cards — mỗi năm 1 panel, chỉ panel active hiển thị */
.qhcd-report__content {
  margin-top: 2rem;
  padding: 0 6.25rem;
}

.qhcd-report__content:not(.is-active) {
  display: none;
}

.qhcd-report__cards {
  display: flex;
  align-items: flex-start;
  max-width: 87.5rem;
  margin: 0 auto;
}

.qhcd-report__card {
  flex: 1;
  background: var(--tt-white);
  border-radius: 0.25rem;
  padding: 1.25rem;
}

.qhcd-report__card + .qhcd-report__card {
  margin-left: 1.3125rem;
}

.qhcd-report__card-title {
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 2.0312rem;
  text-transform: uppercase;
  color: var(--tt-heading);
}

.qhcd-report__card-subtitle {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: var(--tt-heading);
}

.qhcd-report__files {
  list-style: none;
  margin-top: 1.25rem;
}

.qhcd-report__file-link {
  display: flex;
  align-items: center;
  height: 1.5rem;
  /* padding: 0.625rem 0; */
}
.qhcd-report__file:first-child {
  padding-top: 0;
}
.qhcd-report__file:last-child {
  padding-bottom: 0;
}
.qhcd-report__file {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e7e7e7;
}

.qhcd-report__file:last-child .qhcd-report__file-link {
  border-bottom: 0;
}

.qhcd-report__file-ic {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.qhcd-report__file-name {
  flex: 1;
  margin-left: 0.625rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: -0.0112rem;
  color: var(--tt-heading);
}

.qhcd-report__file-dl {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0.625rem;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-underline-offset: 0.12em;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: var(--tt-orange-accent);
  white-space: nowrap;
}

/* Không có file → mờ nút tải + chặn click cả dòng */
.qhcd-report__file-link.is-no-file {
  pointer-events: none;
  cursor: default;
}

.qhcd-report__file-link.is-no-file .qhcd-report__file-dl {
  opacity: 0.5;
}

.qhcd-report__file-dl img {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem;
}
.qhcd-report__file:last-child{
  border:none;
}
/* MOBILE (node 2348:31526): tabs scroll ngang, cards stack dọc. */
@media screen and (max-width: 639.98px) {
  .qhcd-report {
    padding: 2.5rem 0;
  }
  .qhcd-report__heading {
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: -0.0375rem;
    padding: 0 4rem;
  }
  .qhcd-report__subtitle {
    margin-top: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: normal;
  }
  .qhcd-report__tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 1rem;
    margin-top: 1.5rem;
  }
  .qhcd-report__tabs::-webkit-scrollbar {
    display: none;
  }
  .qhcd-report__tab + .qhcd-report__tab {
    margin-left: 0.375rem;
  }
  .qhcd-report__content {
    margin-top: 1.5rem;
    padding: 0 1rem;
  }
  .qhcd-report__cards {
    flex-direction: column;
  }
  .qhcd-report__card {
    padding: 0.875rem;
    width: 100%;
  }
  .qhcd-report__card + .qhcd-report__card {
    margin-left: 0;
    margin-top: 0.75rem;
  }
  .qhcd-report__card-title {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .qhcd-report__file {
    padding: 0.625rem 0;
  }
  .qhcd-report__file-link {
    height: auto;
    min-height: 1.5rem;
    align-items: center;
  }
  .qhcd-report__file-name {
    min-width: 0;
  }
  .qhcd-report__file-dl {
    margin-left: 0.5rem;
  }
  .qhcd-report__card-subtitle {
    margin-top: 0.275rem;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: -0.0175rem;
    width: 14.75rem;
    text-align: justify;
  }
  .qhcd-report__files {
    margin-top: 1.125rem;
  }
  .qhcd-report__file-ic {
    width: 1.125rem;
    height: 1.125rem;
  }
}


/* ===== template-parts/quan-he-co-dong/section-announcement/assets/styles.css ===== */
/* Section: Thông tin công bố — node 2348:31432 (1600×930, bg white) */
.qhcd-announcement {
    background: var(--tt-white);
    font-family: var(--tt-font);
    padding: 6.25rem;
}

.qhcd-announcement__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 87.5rem;
    margin: 0 auto;
}

.qhcd-announcement__title {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3.25rem;
    letter-spacing: -0.05rem;
    text-transform: uppercase;
    color: var(--tt-heading);
}

.qhcd-announcement__subtitle {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.02rem;
    color: var(--tt-heading);
    text-align: right;
}

.qhcd-announcement__content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: 87.5rem;
    margin: 2.5rem auto 0;
}

.qhcd-announcement__list {
    width: 62.0625rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

/* .swiper bao ngoài: overflow + layout do swiper global CSS lo. Chỉ giữ spacing trên. */
.qhcd-announcement__grid {
    margin-top: 1.25rem;
}

/* Khoảng cách 3 card = spaceBetween (JS, fluid 1.25rem) — KHÔNG dùng gap/margin desktop. */
.qhcd-announcement__cell {
    display: flex;
    height: auto; /* slide cao bằng nhau để card stretch */
}

.qhcd-announcement__cell > .tt-card {
    width: 100%;
}

/* Lead slide (card[0]) ẩn trên desktop (card to featured hiển thị riêng; JS cũng gỡ slide). */
.qhcd-announcement__cell--lead {
    display: none;
}

/* Card nhỏ = variant tt-card--compact (nền xám, ảnh 9.5625rem, body date→title→more) — xem card-tin-tuc. */

/* Actions: nút trái + pager phải (justify space-between = đo get_node_css node 2348:31445) */
.qhcd-announcement__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem;
}

.qhcd-announcement__pager {
    display: flex;
    align-items: center;
}

/* Thanh tiến trình = 4 đoạn rời (node "Frame 18" I…33282): active 6.25rem #fa6900,
   3 đoạn xám 2.5rem rgba(19,19,19,0.4), cách nhau 0.375rem, cao 0.1875rem. KHÔNG phải 1 track liền. */
.qhcd-announcement__pager-track {
    display: flex;
    align-items: center;
}

.qhcd-announcement__pager-seg {
    display: block;
    width: 2.5rem;
    height: 0.1875rem;
    background: rgba(19, 19, 19, 0.4);
    cursor: pointer; /* bullet Swiper clickable */
    transition: width 0.3s ease, background 0.3s ease;
}

.qhcd-announcement__pager-seg + .qhcd-announcement__pager-seg {
    margin-left: 0.375rem;
}

.qhcd-announcement__pager-seg--active {
    width: 6.25rem;
    background: var(--tt-orange-accent);
}

.qhcd-announcement__pager-count {
    margin-left: 0.75rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.05rem;
    letter-spacing: -0.0088rem;
    color: var(--tt-heading);
}

/* Nút mũi tên: vuông (đo I…33289 chỉ có fills #f2f3f5, KHÔNG radius → không bo tròn). */
.qhcd-announcement__pager-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-left: 0.625rem;
    background: #f2f3f5;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}

/* Nút đầu (Trước) cách "01/04" 1.5rem; nút sau cách nút trước 0.625rem (đo Frame 2147264170). */
.qhcd-announcement__pager-btn--prev {
    margin-left: 1.5rem;
}

/* Swiper navigation: hết trang → nút mờ + không bấm được. */
.qhcd-announcement__pager-btn.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
    pointer-events: none;
}

.qhcd-announcement__pager-btn img {
    display: block;
    width: 1.375rem;
    height: 1.375rem;
}

.qhcd-announcement__pager-btn--next img {
    transform: scaleX(-1);
}

/* Side promo image */
.qhcd-announcement__side {
    width: 23.9375rem;
    flex-shrink: 0;
    margin-left: 1.5rem;
    overflow: hidden;
}

.qhcd-announcement__side-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* MOBILE (node 2348:31657): đơn giản hoá — featured + cards dọc, ẩn side + pager. */
@media screen and (max-width: 639.98px) {
    .qhcd-announcement {
        padding: 2.5rem 1rem 3rem;
    }
    .qhcd-announcement__header {
        flex-direction: column;
        align-items: stretch;
    }
    .qhcd-announcement__title {
        font-size: 1.5rem;
        line-height: 1.95rem;
        letter-spacing: -0.03rem;
        text-align: center;
    }
    /* Mobile: Figma chỉ có tiêu đề căn giữa, KHÔNG subtitle. */
    .qhcd-announcement__subtitle {
        display: none;
    }
    .qhcd-announcement__content {
        flex-direction: column;
        margin-top: 1.5rem;
    }
    .qhcd-announcement__list {
        width: 100%;
    }
    /* Mobile: card to featured riêng ẩn — card[0] vào swiper qua slide --lead. */
    .qhcd-announcement__featured {
        display: none;
    }
    .qhcd-announcement__cell--lead {
        display: flex;
    }
    /* Actions xếp dọc: pager (01/04 + 2 nút) trên, nút "Xem tất cả" full-width dưới. */
    .qhcd-announcement__actions {
        flex-direction: column;
        align-items: stretch;
        margin-top: 1rem;
    }
    .qhcd-announcement__actions .tt-btn {
        width: 100%;
        justify-content: center;
    }
    .qhcd-announcement__pager {
        order: -1;
        display: flex;
        width: 100%;
        margin-bottom: 2rem;
    }
    /* Mobile không có thanh đoạn (segment bars) — chỉ count + 2 mũi tên. */
    .qhcd-announcement__pager-track {
        display: none;
    }
    .qhcd-announcement__pager-count {
        margin-left: 0;
        margin-right: auto;
        line-height: 1.3125rem;
    }
    .qhcd-announcement__pager-btn {
        width: 2.5rem;
        height: 2.5rem;
    }
    .qhcd-announcement__pager-btn--prev {
        margin-left: 0;
    }
    .qhcd-announcement__pager-btn--next {
        margin-left: 0.375rem;
    }
    .qhcd-announcement__side {
        display: none;
    }
}


/* ===== template-parts/quan-he-co-dong/section-contact/assets/styles.css ===== */
/* Section: Liên hệ với chúng tôi — node 2348:31449 (1600×588, bg #f8f8f8) */
.qhcd-contact {
    background: var(--tt-section-gray);
    font-family: var(--tt-font);
    padding: 6rem 6.25rem;
}

.qhcd-contact__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 87.5rem;
    margin: 0 auto;
}

.qhcd-contact__container {
    width: 42.5625rem;
    flex-shrink: 0;
}

.qhcd-contact__heading {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 3.25rem;
    letter-spacing: -0.05rem;
    text-transform: uppercase;
    color: var(--tt-heading);
}

.qhcd-contact__subtitle {
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.02rem;
    color: var(--tt-heading);
}

.qhcd-contact__rows {
    display: flex;
    margin-top: 2rem;
}

.qhcd-contact__info {
    width: 21.2813rem;
}

.qhcd-contact__info + .qhcd-contact__info {
    margin-left: 0;
}

.qhcd-contact__info-head {
    display: flex;
    align-items: center;
}

.qhcd-contact__info-ic {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.qhcd-contact__info-label {
    margin-left: 0.625rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.02rem;
    color: var(--tt-heading);
}

.qhcd-contact__info-desc {
    margin-top: 0.5rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.02rem;
    color: var(--tt-heading);
}

.qhcd-contact__info-value {
    display: inline-block;
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 2.0312rem;
    text-transform: uppercase;
    text-decoration: underline;
    color: var(--tt-heading);
}

.qhcd-contact__cta {
    margin-top: 2rem;
}

.qhcd-contact__media {
    width: 38.6875rem;
    height: 24.25rem;
    flex-shrink: 0;
    margin-left: 2rem;
    overflow: hidden;
}

.qhcd-contact__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* MOBILE (node 2348:31664): stacked — text, ảnh, 2 info dọc, button. */
@media screen and (max-width: 639.98px) {
    .qhcd-contact {
        padding: 3rem 1rem;
    }
    .qhcd-contact__inner {
        flex-direction: column;
        align-items: stretch;
    }
    /* Figma mobile order: heading+subtitle → ảnh → phone/email → button.
       Flatten container (display:contents) để ảnh chèn GIỮA text-block và info rows. */
    .qhcd-contact__container {
        display: contents;
    }
    .qhcd-contact__text {
        order: 1;
    }
    .qhcd-contact__media {
        order: 2;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 1.5rem;
    }
    .qhcd-contact__rows {
        order: 3;
        flex-direction: column;
        margin-top: 1.5rem;
    }
    .qhcd-contact__cta {
        order: 4;
        margin-top: 1.5rem;
    }
    .qhcd-contact__heading {
        font-size: 1.25rem;
        line-height: 2rem;
        letter-spacing: -0.0375rem;
    }
    .qhcd-contact__subtitle {
        margin-top: 0.75rem;
        font-size: 0.875rem;
        line-height: 1.3125rem;
        letter-spacing: normal;
    }
    .qhcd-contact__info {
        width: 100%;
    }
    .qhcd-contact__info + .qhcd-contact__info {
        margin-top: 2rem;
    }
    .qhcd-contact__info-ic {
        width: 1.125rem;
        height: 1.125rem;
    }
    .qhcd-contact__info-label {
        margin-left: 0.5rem;
        font-size: 0.875rem;
        line-height: 1.3125rem;
        letter-spacing: normal;
    }
    .qhcd-contact__info-desc {
        font-size: 0.875rem;
        line-height: 1.3125rem;
        letter-spacing: normal;
    }
    .qhcd-contact__info-value {
        margin-top: 0.5rem;
        font-size: 1rem;
        line-height: 1.4rem;
    }
    .qhcd-contact__img {
        height: auto;
    }
}


/* ===== template-parts/compound/section-news/assets/styles.css ===== */
/* =============================================================
   section-news — Desktop base
   Figma: node 2348:24622 (1600×930)
   rem divisor = 16 (fluid 1vw system)
   ============================================================= */

.section-news {
  background-color: #ffffff;
  padding-top: 6.25rem; /* 100px */
  padding-bottom: 6.25rem; /* 100px */
  padding-left: 6.25rem; /* 100px — page-level 100px padding */
  padding-right: 6.25rem; /* 100px */
}

.section-news__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-news__heading--wrapper {
  display: flex;
  justify-content: center;
  align-items: end;
  width: 100%;
  margin-bottom: 2.5rem;
}
.section-news__subtitle {
  flex: 1;
  text-align: right;
  color: var(--Body-Black-100, #131313);

  /* PC/Body/16/16-R-150 */
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  letter-spacing: -0.02rem;
}
/* Heading */
.section-news__heading {
  font-family: "Lexend Deca", sans-serif;
  font-size: 2.5rem; /* 40px */
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.05rem; /* -0.8px (tracking, not -2px) */
  text-transform: uppercase;
  color: #131313;
  text-align: center;
  /* 40px gap between heading and grid */
  flex-shrink: 0;
  /* width: 100%; */
}

/* ---- Main grid ---- */
.section-news__grid {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

/* Left column */
.section-news__left {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}

/* ---- Pages (desktop pagination: prev/next swaps a page of 4 posts) ---- */
.section-news__pages {
  position: relative;
  width: 100%;
}

/* .section-news__page[hidden] {
  display: none;
} */
.section-news__page {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease 0.5s;
}
.section-news__page.is-active {
  opacity: 1;
  z-index: 3;
}
.section-news__cards {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
}

.section-news__cards > * + * {
  margin-top: 1.25rem; /* 20px gap between large card and small row */
}

/* ---- Large card ---- */
.section-news__card-large {
  display: flex;
  height: 16.625rem;
  align-items: center;
  background-color: #f8f8f8;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
  transition: all 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
}

/* Orange corner triangle — hidden by default */
.section-news__card-large::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.1875rem 3.1875rem 0;
  border-color: transparent #fa6900 transparent transparent;
  transform: translate(2rem, -2rem);
  transition: transform 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
  z-index: 2;
  pointer-events: none;
}

.section-news__card-large-img {
  flex-shrink: 0;
  width: 28.3125rem; /* 453px */
  height: 16.625rem; /* 266px */
  overflow: hidden;
  position: relative;
}

.section-news__card-large-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all ease 0.3s;
}

.section-news__card-large-body {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;

  padding-right: 1.5rem; /* 24px */
  padding-top: 3rem; /* 24px */
  padding-bottom: 1.4rem;
  padding-left: 1.5rem; /* 24px — spacing from image (replaces forbidden gap) */
}

.section-news__card-large-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  color: #131313;
}

.section-news__card-large-title {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.25rem; /* 20px */
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01875rem; /* -0.2px (tracking, not -1.5px) */
  text-transform: uppercase;
  color: #131313;
  margin-bottom: 0.75rem; /* 12px gap between title and excerpt */
  flex-shrink: 0;
}

.section-news__card-large-excerpt {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1rem; /* 16px */
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.02rem; /* -0.16px (tracking, not -2px) */
  color: #131313;
  text-align: justify;
  width: 100%;
  margin: 0;
}

/* ---- Small cards row ---- */
.section-news__small-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-shrink: 0;
}

.section-news__card-small + .section-news__card-small {
  margin-left: 1.25rem; /* 20px gap between small cards */
}

/* ---- Small card ---- */
.section-news__card-small {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
}

/* Orange corner triangle */
.section-news__card-small::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 2.6875rem 2.6875rem 0;
  border-color: transparent #fa6900 transparent transparent;
  transform: translate(2rem, -2rem);
  transition: transform 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
  z-index: 2;
  pointer-events: none;
}

.section-news__card-small-img {
  width: 100%;
  height: 9.5732rem; /* 153.171px */
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.section-news__card-small-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all ease 0.3s;
}

.section-news__card-small-body {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0.75rem; /* 12px */
  padding-bottom: 0.875rem; /* 14px */
  padding-left: 0.75rem; /* 12px */
  padding-right: 0.75rem; /* 12px */
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
}

.section-news__card-small-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem; /* 16px gap between meta and link */
}

.section-news__card-small-meta > * + * {
  margin-top: 0.5rem; /* 8px gap date → title */
}

.section-news__card-date {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.section-news__card-date-icon {
  width: 1.25rem; /* 20px */
  height: 1.25rem;
  flex-shrink: 0;
}

.section-news__card-date-text {
  font-family: "Lexend Deca", sans-serif;
  font-size: 0.875rem; /* 14px */
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.00875rem; /* -0.14px (tracking, not -1.5px) */
  color: #131313;
  margin-left: 0.25rem; /* 4px */
  white-space: nowrap;
}

.section-news__card-small-title {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1rem; /* 16px */
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01rem; /* -0.16px → Figma tracking-[-0.16px]: -0.16/16 = -0.01rem */
  color: #131313;
  margin: 0;
  margin-top: 0.5rem;
  width: 100%;
}

/* ---- Shared card link ---- */
.section-news__card-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  color: #131313;
}

.section-news__card-link-text {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1rem; /* 16px */
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02rem; /* -0.32px → Figma tracking-[-0.32px]: -0.32/16 = -0.02rem */
  color: #131313;
  white-space: nowrap;
  transition: all ease 0.3s;
}

.section-news__card-link-icon {
  width: 1rem; /* 16px */
  height: 1rem;
  flex-shrink: 0;
  margin-left: 0.25rem; /* 4px — small card gap; large card uses 0.5rem below */
  transition: filter 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
}

/* Large card link has 8px gap */
.section-news__card-large .section-news__card-link-icon {
  margin-left: 0.5rem; /* 8px */
}

/* ---- Hover states ---- */
@media (min-width: 1024px) {
  .section-news__card-large:hover::before,
  .section-news__card-small:hover::before {
    transform: translate(0, 0);
  }
  .section-news__card-large:hover .section-news__card-large-photo,
  .section-news__card-small:hover .section-news__card-small-photo {
    transform: scale(1.2);
  }

  .section-news__card-large:hover .section-news__card-link-text,
  .section-news__card-small:hover .section-news__card-link-text {
    color: #fa6900;
  }

  .section-news__card-large:hover .section-news__card-link-icon,
  .section-news__card-small:hover .section-news__card-link-icon {
    filter: brightness(0) saturate(100%) invert(55%) sepia(63%) saturate(4232%)
      hue-rotate(358deg) brightness(96%) contrast(104%);
  }

  .section-news__arrow:hover {
    background-color: #fa6900;
  }

  .section-news__arrow:hover img {
    filter: brightness(0) invert(1);
  }
}

.section-news__card-large:focus-visible,
.section-news__card-small:focus-visible,
.section-news__btn-all:focus-visible,
.section-news__arrow:focus-visible {
  outline: 2px solid #fa6900;
  outline-offset: 2px;
}

/* ---- Bottom row ---- */
.section-news__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 100%;
  margin-top: auto; /* push to bottom of flex column in .section-news__left */
}

/* "Xem tất cả" button */
.section-news__btn-all {
  display: inline-flex;
  align-items: center;
  border: 1px solid #fa6900;
  padding-top: 0.75rem; /* 12px */
  padding-bottom: 0.75rem;
  padding-left: 1.5rem; /* 24px */
  padding-right: 1.5rem;
  text-decoration: none;
  color: #fa6900;
  transition: background-color 400ms cubic-bezier(0.47, 0, 0.01, 1.01),
    color 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .section-news__btn-all:hover {
    background-color: #fa6900;
    color: #ffffff;
  }
  .section-news__btn-all:hover .section-news__btn-all-icon {
    filter: brightness(0) invert(1);
  }
}

.section-news__btn-all-text {
  font-family: "Lexend Deca", sans-serif;
  font-size: 0.875rem; /* 14px */
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.00875rem; /* -0.14px (tracking, not -1px) */
  text-transform: uppercase;
  white-space: nowrap;
}

.section-news__btn-all-icon {
  width: 1rem; /* 16px */
  height: 1rem;
  margin-left: 0.5rem; /* 8px */
  flex-shrink: 0;
  /* ic-arrow-right.svg is white; recolor to orange to match the outline button's text/border */
  filter: brightness(0) saturate(100%) invert(55%) sepia(63%) saturate(4232%)
    hue-rotate(358deg) brightness(96%) contrast(104%);
  transition: filter 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
}

/* ---- Pagination ---- */
.section-news__pagination {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 26.75rem; /* 428px */
  flex-shrink: 0;
}

.section-news__pagination-left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 2rem;
}

.section-news__progress-bars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.section-news__bar {
  height: 0.1875rem; /* 3px */
  background-color: rgba(19, 19, 19, 0.4);
  flex-shrink: 0;
  width: 2.5rem; /* 40px */
  transition: all ease 0.3s;
}

.section-news__bar + .section-news__bar {
  margin-left: 0.375rem; /* 6px */
}

.section-news__bar--active {
  background-color: #fa6900;
  width: 6.25rem; /* 100px */
}

.section-news__counter {
  font-family: "Lexend Deca", sans-serif;
  font-size: 0.875rem; /* 14px */
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.00875rem; /* -0.14px (tracking, not -1px) */
  color: #131313;
  white-space: nowrap;
  margin-left: 0.75rem; /* 12px gap from progress bars */
}

.section-news__arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 6rem; /* 96px */
  flex-shrink: 0;
}

.section-news__arrow {
  width: 2.75rem; /* 44px */
  height: 2.75rem;
  background-color: #f2f3f5;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  transition: background-color 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
}
.section-news__arrow.swiper-button-disabled {
  opacity: 0.5;
}

.section-news__arrow img {
  width: 1.375rem; /* 22px */
  height: 1.375rem;
  display: block;
  transition: filter 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
}

/* Prev arrow: mirror the right arrow */
.section-news__arrow--prev img {
  transform: scaleX(-1);
}

/* ---- Right sidebar ---- */
.section-news__sidebar {
  width: 23.9375rem; /* 383px */
  height: 39.875rem; /* 638px */
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  margin-left: 1.5rem; /* 24px gap */
}

.section-news__sidebar-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---- Mobile slider: hidden on desktop ---- */
.section-news__mobile-slider {
  display: none;
}

/* Mobile counter in bottom nav */
.section-news__counter--mobile {
  margin-left: 0;
}

/* Disabled arrow state — toggled via JS classList (no inline styles) */
.section-news__arrow.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

/* ==============================================================
   Mobile overrides — only properties that differ from desktop
   ============================================================== */
@media screen and (max-width: 639.98px) {
  .section-news__subtitle {
    display: none;
  }
  .section-news {
    padding-top: 2.5rem; /* 40px */
    padding-bottom: 3rem; /* 48px */
    padding-left: 0; /* 16px */
    padding-right: 0; /* 16px */
  }

  .section-news__heading {
    font-size: 1.5rem; /* 24px */
    letter-spacing: -0.03rem; /* -0.48px */
  }
  .section-news__heading--wrapper {
    margin-bottom: 1.5rem; /* 24px */
  }
  /* Hide desktop grid on mobile */
  .section-news__grid {
    display: none;
  }

  /* Show mobile slider on mobile */
  .section-news__mobile-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex-shrink: 0;
  }

  .section-news__swiper {
    width: 100%;
    overflow: hidden;
    padding: 0 1rem;
  }

  /* Mobile card fills slider */
  .section-news__card-small--mobile {
    width: 100%;
  }

  .section-news__card-small--mobile .section-news__card-small-img {
    height: 9.5732rem; /* 153.171px — same as desktop small card */
  }

  /* Mobile card body: gap 14px */
  .section-news__card-small--mobile .section-news__card-small-body {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .section-news__card-small--mobile .section-news__card-small-meta > * + * {
    margin-top: 0.5rem;
  }

  .section-news__card-small--mobile .section-news__card-small-meta {
    margin-bottom: 0.875rem; /* 14px */
  }

  /* Mobile date icon: 16px */
  .section-news__card-small--mobile .section-news__card-date-icon {
    width: 1rem;
    height: 1rem;
  }

  /* Mobile date text: 12px / 300 */
  .section-news__card-small--mobile .section-news__card-date-text {
    font-size: 0.75rem; /* 12px */
    letter-spacing: -0.01125rem; /* -0.18px */
  }

  /* Mobile card title: 14px / 600 */
  .section-news__card-small--mobile .section-news__card-small-title {
    font-size: 0.875rem; /* 14px */
    letter-spacing: -0.00875rem; /* -0.14px */
  }

  /* Mobile card link: 14px / 500 / lh 1.5 */
  .section-news__card-small--mobile .section-news__card-link-text {
    font-size: 0.875rem; /* 14px */
    line-height: 1.5;
    letter-spacing: 0;
  }

  .section-news__card-small--mobile .section-news__card-link-icon {
    width: 0.875rem; /* 14px */
    height: 0.875rem;
  }

  /* Mobile counter: Figma MB/14/14-M-150 uses line-height 1.5 vs desktop 1.2 */
  .section-news__counter {
    line-height: 1.5;
  }

  /* Mobile bottom nav */
  .section-news__mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem; /* 16px gap after slider */
    flex-shrink: 0;
    padding: 0 1rem;
  }

  /* Mobile arrows */
  .section-news__arrows--mobile {
    display: flex;
    align-items: center;
    width: auto;
  }

  .section-news__arrows--mobile .section-news__arrow + .section-news__arrow {
    margin-left: 0.375rem; /* 6px */
  }

  /* Mobile arrow buttons: 40×40px with 1px left orange border */
  .section-news__arrows--mobile .section-news__arrow {
    width: 2.5rem; /* 40px */
    height: 2.5rem;
    background-color: #f2f3f5;
    position: relative;
  }
  .section-news__arrow--prev-m img {
    transform: scaleX(-1);
  }
  .section-news__arrows--mobile .section-news__arrow img {
    width: 1.25rem; /* 20px */
    height: 1.25rem;
  }

  /* Mobile "Xem tất cả" button: full width, margin-top 32px */
  .section-news__btn-all--mobile {
    display: flex;
    width: calc(100% - 2rem);
    justify-content: center;

    margin: 0 1rem;
    margin-top: 2rem;
    box-sizing: border-box;
  }
}


/* ===== template-parts/quan-he-co-dong/assets/styles.css ===== */
/* Trang Quan hệ cổ đông — page tokens + section/component CSS imports (order theo PLAN.md) */
/* LƯU Ý: @import PHẢI đứng đầu file (trước mọi rule khác) — nếu không sẽ bị bỏ qua. */

/* Shared components (reuse) */




/* Sections */








:root {
  --tt-orange: #f15a29; /* Orange-300 brand */
  --tt-orange-accent: #fa6900; /* button/link/report/footer accent (đo get_node_styles) */
  --tt-orange-600: #c14821; /* hover đậm */
  --tt-orange-50: #feefea; /* chip bg */
  --tt-heading: #131313; /* heading + body text (đo) */
  --tt-text: #131313;
  --tt-text-muted: #4b4a4a;
  --tt-white: #ffffff;
  --tt-section-gray: #f8f8f8; /* section bg stock + contact (đo node 2348:31277/31449) */
  --tt-font: "Lexend Deca", sans-serif;
}

body.page-template-page-quan-he-co-dong .section-news__card-large-body,
body.page-template-page-quan-he-co-dong-php .section-news__card-large-body {
  padding-top: 3.72rem !important;
}

body.page-template-page-quan-he-co-dong .section-news__pagination,
body.page-template-page-quan-he-co-dong-php .section-news__pagination {
  justify-content: flex-end;
  justify-content: right;
}

body.page-template-page-quan-he-co-dong .section-news__pagination > * + *,
body.page-template-page-quan-he-co-dong-php .section-news__pagination > * + * {
  margin-left: 1.5rem;
}

