/* =========================================================
   FONT SYSTEM
   Toàn bộ website dùng chung FZ Poppins để đồng nhất giao diện.
   ========================================================= */

@font-face {
  font-family: Roboto-Regular;
  src: url("../fonts/Roboto-Regular.woff") format("woff");
  font-display: swap;
}

/* FZ POPPINS - HEADING */
@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Italic - chỉ load khi selector thật sự dùng italic */
@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-ExtraBoldItalic.woff2")
    format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "FZ Poppins";
  src: url("../fonts/FZPoppins/FZ Poppins-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/*
 * Mona Sans:
 * Source hiện tại chưa có file Mona Sans thật trong assets/fonts.
 * Khi thêm MonaSans WOFF2, chỉ cần khai báo @font-face "Mona Sans".
 * Trong lúc chưa có, website fallback về Plus Jakarta Text để không vỡ font.
 */

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

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

.col-30 {
  padding-left: 15px;
  padding-right: 15px;
}

.col-20 {
  padding-left: 10px;
  padding-right: 10px;
}

.row-23 {
  margin-left: -11.5px;
  margin-right: -11.5px;
}

.col-23 {
  padding-left: 11.5px;
  padding-right: 11.5px;
}
:root {
  --color-main: #2557ae;
  --color-social: #2557ae;
  --color-hover: #2557ae;
  --color-text: #2557ae;

  --font-body: "FZ Poppins", Arial, sans-serif;
  --font-heading: "FZ Poppins", Arial, sans-serif;
}

body {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
}
button,
input,
select,
textarea {
  font-family: var(--font-body);
}
.max-width,
.wrap-content {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: auto;
}
.mw-700 {
  max-width: 700px;
}
img {
  max-width: 100%;
  display: inline-block;
}
img.lazy {
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  transition:
    filter 0.4s,
    -webkit-filter 0.4s;
  transform: unset !important;
}

img:not(.initial) {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

img.error,
img.initial,
img.loaded {
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-filter: blur(0);
  filter: blur(0);
}

img:not([src]) {
  visibility: hidden;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.social-plugin {
  display: flex;
  margin-top: 10px;
}
.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  transform: scale(1, 1);
}
.scale-img:hover > img {
  transform: scale(1.1, 1.1);
}

.hover_xemthem {
  transition: 0.4s;
}
.hover_xemthem:hover {
  letter-spacing: 2px;
}
.hover-img {
  position: relative;
  overflow: hidden;
  display: block;
}
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.p-relative {
  position: relative;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pulse-animation {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  10% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.6, 1.6, 1.6);
    opacity: 0;
  }
}
@keyframes border-animation {
  0% {
    transform: scale3d(0.6, 0.6, 0.6);
    opacity: 0;
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale3d(1.4, 1.4, 1.4);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-frame .kenit-alo-circle-fill,
.carousel-comment-media .carousel-control a span,
.control-owl button,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill,
.transition {
  transition: 0.3s all;
}
.gutter-x-20 {
  --bs-gutter-x: 20px;
}
.gutter-x-5 {
  --bs-gutter-x: 5px;
}
/* =========================================================
   FIGMA - TOP INFORMATION BAR
   Desktop Figma: 1920 x 62
   ========================================================= */
.figma-topbar {
  position: relative;
  z-index: 10020;
  width: 100%;
  height: 62px;
  overflow: visible;
  background: #171717;
  color: #fff;
}
.figma-topbar-inner {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.figma-topbar-left {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.figma-topbar-item {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
}
.figma-topbar-item:hover {
  color: #fff;
}
.figma-topbar-item i {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 14px;
  color: #fff;
  font-size: 11px;
}
.figma-topbar-email {
  padding-right: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
}
.figma-topbar-time {
  flex: 0 0 auto;
}
.figma-topbar-language {
  position: relative;
  flex: 0 0 auto;
  z-index: 1000;
}

.figma-language-current {
  appearance: none;
  -webkit-appearance: none;
  width: auto;
  min-width: 140px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 0 9px;
  background: #fff;
  border: 0;
  border-radius: 3px;
  outline: none;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility;
  line-height: 1;
  cursor: pointer;
}

.figma-language-current:hover,
.figma-language-current:focus {
  background: #fff;
  color: #111;
  outline: none;
}

.figma-language-current-content {
  min-width: max-content;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

.figma-language-flag {
  display: block;
  width: 20px;
  height: 14px;
  min-width: 20px;
  max-width: 20px;
  flex: 0 0 20px;
  margin: 0;
  padding: 0;
  object-fit: cover;
  border-radius: 1px;
}

.figma-language-label {
  display: block;
  overflow: visible;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: clip;
}

.figma-language-arrow {
  display: block;
  width: 10px;
  height: 6px;
  min-width: 10px;
  margin-left: auto;
  color: #555;
  transition: transform 0.2s ease;
}

.figma-topbar-language.open .figma-language-arrow {
  transform: rotate(180deg);
}

.figma-language-dropdown {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  width: max-content;
  min-width: 140px;
  display: none;
  margin: 0;
  padding: 4px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 99999;
}

.figma-topbar-language.open .figma-language-dropdown {
  display: block;
}

.figma-language-option {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0 8px;
  background: transparent;
  border: 0;
  border-radius: 3px;
  outline: none;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  -webkit-font-smoothing: auto;
  text-rendering: optimizeLegibility;
  line-height: 16px;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}

.figma-language-option:hover {
  background: #f5f5f5;
}

.figma-language-option.active {
  background: #f0f0f0;
  font-weight: 700;
}

.figma-language-current svg,
.figma-language-option svg {
  display: block;
  flex-shrink: 0;
}

#google_translate_element {
  position: fixed;
  top: -99999px;
  left: -99999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-ORHb,
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}
body {
  top: 0 !important;
}
html { margin-top: 0 !important; }

/* Trang danh sách dùng cùng ngôn ngữ thiết kế card phủ ảnh như trang chủ. */
.inner-home-list-page,
.inner-service-list-page {
  background: #ffffff;
  padding: 24px 0 58px;
}
.inner-home-list { color: #171717; }
.inner-home-list__heading h1,
.inner-home-list .inner-service-heading h1 {
  color: #171717;
  text-align: center;
  margin: 0 0 32px;
}
.inner-home-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.inner-home-card { min-width: 0; }
.inner-home-card__link { position: relative; display: block; height: 100%; min-height: 390px; overflow: hidden; border-radius: 24px; color: #fff; background: #252525; }
.inner-home-card__image,
.inner-home-card__image picture,
.inner-home-card__image img { display: block; width: 100%; height: 100%; }
.inner-home-card__image { position: absolute; inset: 0; }
.inner-home-card__image img { object-fit: cover; transition: transform .45s ease; }
.inner-home-card__shade { position: absolute; inset: 35% 0 0; background: linear-gradient(180deg, transparent, rgba(0,0,0,.88)); }
.inner-home-card__body { position: absolute; inset: auto 0 0; z-index: 2; display: block; padding: 28px 72px 25px 24px; }
.inner-home-card__body h3 { color: #fff; font-size: 24px; line-height: 1.25; margin: 0 0 9px; text-transform: none; }
.inner-home-card__desc { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 15px; line-height: 1.5; color: rgba(255,255,255,.88); }
.inner-home-card__meta { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 12px; color: rgba(255,255,255,.78); font-size: 13px; }
.inner-home-card__more { position: absolute; right: 20px; bottom: 23px; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; color: #fff; background: #a80f27; box-shadow: 0 0 18px rgba(200,16,46,.6); }
.inner-home-card__link:hover { color: #fff; }
.inner-home-card__link:hover .inner-home-card__image img { transform: scale(1.055); }
.inner-home-card-grid--services .inner-home-card:nth-child(5n+1) { grid-row: span 2; }
.inner-home-card-grid--services .inner-home-card:nth-child(5n+1) .inner-home-card__link { min-height: 804px; }
.inner-home-card-grid--services .inner-home-card__link { min-height: 390px; }
.inner-home-list .inner-service-layout { grid-template-columns: 260px minmax(0, 1fr); }
.inner-home-list .inner-service-sidebar { color: #161616; background: #fff; align-self: start; }
.goog-text-highlight {
  background: transparent !important;
  box-shadow: none !important;
}
/* Ngôn ngữ cũ ở header mobile/tablet không dùng nữa. */
.above-nav .header .change-lang {
  display: none !important;
}
.header {
  background: #4a90e2;
}
.flex-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-head {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  color: #fff;
}
.cart-head:hover {
  color: #fed402;
}
.cart-head i {
  font-size: 20px;
}
.cart-head .count-cart {
  position: absolute;
  z-index: 999;
  color: #fff;
  background: red;
  border-radius: 50%;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.menu-head {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.menu-head a {
  color: #fff;
}
.menu-head a:hover {
  color: #fed402;
}
.line-head {
  background-color: #72b2fd;
  height: 32px;
  width: 1px;
}
.slideshow {
  position: relative;
}
.search {
  width: 50%;
  max-width: 400px;
  background: #fff;
  position: relative;
  border-radius: 10px;
}
.search input {
  width: calc(100% - 35px);
  font-size: 13px;
  color: #333;
  border-radius: 10px;
  border: none;
}
.search input:focus {
  border: none;
  box-shadow: none;
}
.search label {
  height: 35px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  background: red;
  color: #fff;
  border-radius: 10px;
  margin-right: 3px;
  padding: 5px 10px;
}
.search label i {
  font-weight: 700;
  color: #999;
}
.search p {
  width: 35px;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
}
.search p i {
  font-weight: 700;
  color: #999;
}
.box-search {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ds-item-search {
  width: calc(100% - 70px);
}
.ds-item-search a {
  font-size: 14px;
  color: #333;
}
.show-search {
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.box-search .price-product {
  width: 100%;
  margin: 0;
  text-align: left;
}
.box-search .price-product .price-new {
  color: red;
  font-size: 14px;
  font-weight: 700;
}
.box-search .price-product .price-old {
  color: #999;
  text-decoration-line: line-through;
}
.company {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
}
.company p {
  margin-bottom: 5px;
  font-size: 13px;
}
.company p span {
  color: #007bff;
}
.head-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.head-menu img {
  max-width: 80px;
}
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: calc(50% - 22.5px);
}
.control-owl button {
  opacity: 0.5;
  top: 0;
  position: absolute;
  outline: 0;
  border: 2px solid #fff;
  padding: 0;
  margin: 0;
  display: block;
  cursor: pointer;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  margin: 0;
  background-color: #00a3ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.control-owl button:hover {
  opacity: 1;
}
.control-owl button.owl-prev {
  left: 20px;
}
.control-owl button.owl-next {
  right: 20px;
}
.item-partner {
  border: 1px solid #f1f1f1;
  display: block;
}
.box-photo-ct {
  border-radius: 20px;
  overflow: hidden;
}
.title-detail {
  position: relative;
  margin: 20px 0;
}
.title-detail h1 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}
.title-main {
  position: relative;
  text-align: center;
}
.title-main span {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
.tt-week {
  font-size: 25px;
  text-align: center;
  margin: 20px 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.title-cat-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.title-cat-main span {
  display: block;
  color: #999;
  background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.title-cat-main span.active,
.title-cat-main span:hover {
  background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
  color: #000;
}
.grid-tintuc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}
.news {
  display: block;
  margin-bottom: 20px;
  display: block;
}
.pic-news {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: relative;
}
.pic-news img {
  width: 100%;
}
a.views {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  border: solid 1px #ccc;
  padding: 7px 20px;
  border-radius: 20px;
  color: #000;
  font-size: 16px;
}
a.views:hover {
  border: solid 1px #fed402;
  color: #fed402;
}
.name-news {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 22px;
  max-height: 40px;
  -webkit-line-clamp: 2 !important;
  font-weight: 400;
}
a.name-news.name1 {
  font-size: 25px;
  line-height: 32px;
  max-height: 64px;
}
.name-news:hover {
  color: #fed402;
}
.time-news {
  color: #fed402;
  margin-bottom: 0;
  font-size: 12px;
  margin: 7px 0;
  font-style: italic;
  font-weight: 500;
}
.desc-news {
  color: #333;
  margin: 0;
}
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}
.share b {
  display: block;
  margin-bottom: 5px;
}
.othernews b {
  margin-bottom: 10px;
}
.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: #333;
}
.list-news-other li a:hover {
  color: #fed402;
}

a.mucluc-dropdown-list_button:before {
  content: "\f03a";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  background: #fff;
  color: #006acb !important;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
}

.meta-toc.fiedx {
  position: fixed;
  left: 5px;
  top: 200px;
  z-index: 111;
}

.meta-toc .mucluc-dropdown-list_button {
  display: none;
}

.meta-toc.fiedx .mucluc-dropdown-list_button {
  display: block;
}

.meta-toc:not(.fiedx) .box-readmore {
  display: block !important;
}

.box-readmore {
  padding: 10px;
  background-color: #f5f5f5;
  width: 100%;
  margin-top: 2px;
  border: 1px solid #ddd;
  font-size: 13px;
  margin-bottom: 10px;
}

.meta-toc.fiedx .box-readmore {
  width: 350px;
  display: none;
}

.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}

.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}

.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0;
  padding-left: 0 !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin: 0 0 5px 0;
}

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li a {
  color: #000 !important;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}

.box-readmore ul li li a {
  font-weight: 400;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.info-partner {
  background: #f8f8f8;
  padding: 15px 0;
}
.info-footer .flex-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}
.info-footer {
  background: #4a90e2;
  padding: 30px 0;
}
.title-footer {
  margin-bottom: 0.75rem;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.info-footer .flex-footer .box-footer:nth-child(1) {
  width: 35%;
}
.info-footer .flex-footer .box-footer:nth-child(2) {
  width: 25%;
}
.info-footer .flex-footer .box-footer:nth-child(3) {
  width: 25%;
}
.map-footer {
  position: relative;
  width: 100%;
  height: 200px;
}
.map-footer iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.footer-powered {
  padding: 10px 0;
  background: #125199;
  color: #fff;
}
.flex-powered {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.statistic span {
  position: relative;
  padding: 0 5px;
}
.title-tags {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #777;
}
.title-tags:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  height: 3px;
  width: 30px;
}
.flex-tags {
  display: flex;
  gap: 5px;
}
.flex-tags a {
  color: #333;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  opacity: 0.8;
  padding: 2px 5px;
}
.flex-tags a:hover {
  background-color: red;
  border-color: red;
  color: #fff;
  opacity: 1;
}
.item-criteria a {
  display: flex;
  align-items: center;
  color: #333;
}
.item-criteria a .ds-criteria {
  width: calc(100% - 60px);
  margin-left: 10px;
}
.item-criteria a .ds-criteria h3 {
  -webkit-line-clamp: 2;
  font-size: 16px;
  color: var(--color-main);
}
.item-criteria a .ds-criteria p {
  -webkit-line-clamp: 2;
  margin: 0;
}
.flex-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-about {
  width: 50%;
}
.meta-toc.fiedx {
  position: fixed;
  left: 5px;
  top: 200px;
  z-index: 111;
}
.photo-about {
  width: 48%;
}
.title-about {
  margin-bottom: 20px;
}
.title-about h3 {
  font-size: 30;
  color: #333;
  text-transform: uppercase;
}
.view-about {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  margin: 30px 0 20px;
  color: #333;
  text-align: center;
}
.view-about span {
  position: relative;
  z-index: 1;
}
.view-about span:hover {
  color: red;
}
.view-about span:after {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c2d2a7;
  position: absolute;
  z-index: -1;
  left: 4%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.item-service {
  position: relative;
}
.item-service h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-size: 17px;
  margin: 0;
}
.flex-video {
  display: flex;
  justify-content: space-between;
}
.wr-video {
  width: 49%;
}
.wr-form {
  width: 49%;
}
.video-main {
  position: relative;
}
.list-video {
  margin-top: 10px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.img-video span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #ff000066;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  background: #ffffffa8;
  font-size: 27px;
  cursor: pointer;
  transition: all 1s;
}
.item-video:hover span {
  transform: translateX(-50%) translateY(-50%) rotate(360deg);
}
.item-video h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0;
  position: relative;
}
.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0;
}
.sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}
.sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
  order: 2;
}
.sort-select-main p:has(.check) {
  order: 1;
}
.sort a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
}
.sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}
.sort a.check i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}
.sort-select .sort-show::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  height: 0;
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
}
.filter {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 10px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  display: none;
}
.flex-product-main {
  display: flex;
  gap: 20px;
}
.flex-product-main .left-product {
  width: 250px;
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 5px;
}
.flex-product-main .right-product {
  width: calc(100% - 250px);
}
.wrap-product-sale {
  background-color: #ffa09e;
  border-radius: 10px;
  overflow: hidden;
}
.wr-search p {
  font-weight: 700;
  text-transform: uppercase;
}
.product {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  border: 1px solid #f1f1f1;
}
.product .pic-product {
  background: #fff;
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: solid 1px transparent;
}
.product:hover .pic-product {
  border: solid 1px #ccc;
}
.product .pic-product img {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.product .pic-product > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
}
.first_img {
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  height: 100%;
}
.product:hover .first_img {
  transform: scale(0);
}
.second_img {
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  transition: all 0.5s ease;
  height: 100%;
}
.product:hover .second_img {
  right: 0;
  top: 0;
  transition: all 0.5s ease;
}
.product .name-product {
  margin-bottom: 5px;
  font-weight: 400;
}
.product .name-product a {
  font-size: 15px;
  color: #232323;
  font-weight: 500;
}
.product .name-product a:hover {
  color: #ff2e00;
}
.product .name-product .text-split {
  -webkit-line-clamp: 2;
}
.product .price-product {
  margin-bottom: 10px;
  color: #555;
}
.product .price-new {
  font-size: 16px;
  font-weight: 500;
  color: #ff2e00;
  display: inline-block;
  text-transform: uppercase;
}
.product .price-old {
  padding: 0 10px;
  font-size: 14px;
  text-decoration: line-through;
  display: block;
  color: #ff2e00;
  text-transform: uppercase;
}
.product .price-per {
  color: #ff2e00;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
}
.box-cat {
  text-align: center;
}
.box-cat h3 {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.box-cat:hover h3 {
  color: red;
}
.cart-product {
  margin: 5px 0 0 0;
}
.cart-product span {
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 0 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  font-weight: 700;
}
.cart-add {
  margin-left: 10px;
  background-color: #00a5d9;
  width: 155px;
}
.cart-add:hover {
  background-color: #fed402;
}
.cart-buy {
  background-color: #ff2e00;
  width: 93px;
  height: 33px;
}
.cart-buy:hover {
  background-color: #fed402;
}
.grid-product {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-product > * {
  max-width: 100%;
  min-width: 0;
}
.grid-product .product .product-info {
  margin-top: 10px;
  color: #333;
}
.grid-product .product .product-info h3 {
  font-size: 17px;
  color: #333;
}
.grid-product .product .product-info .price span {
  color: red;
}
.grid-product .product .pic-product {
  border: 1px solid #ddd;
}
.grid-pro-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.grid-pro-detail .left-pro-detail {
  width: 50%;
}
.grid-pro-detail .right-pro-detail {
  width: 45%;
}
.detail-product {
  display: flex;
  justify-content: space-between;
}
.detail-product .left-pro-detail {
  width: 40%;
  border: 1px solid #ddd;
}
.detail-product .right-pro-detail {
  width: 57%;
}
.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0;
}
.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}
.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0;
}
.detail-product
  .right-pro-detail
  ul
  li
  .attr-content-pro-detail
  .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: red;
}
.tabs-pro-detail .tab-content {
  border: 1px solid #ddd;
  border-top: none;
  padding: 20px;
}
.nav-tabs li a {
  text-transform: uppercase;
  font-weight: 500;
  color: #333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: red;
}
.ul-actions {
  display: flex;
  justify-content: center;
  margin: 20px;
  gap: 15px;
  align-items: flex-start;
}
.ul-actions li,
.ul-actions > div {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 80px;
  text-align: center;
}
.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
  border-color: #fd6e1d;
}
.ul-actions .box__tabr {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  min-height: 55px;
  padding: 4px;
  height: 60px;
  width: 80px;
}
.icon-action {
  background-image: url(../images/icon_chitiet@2x-min.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  vertical-align: middle;
  background-size: 300px 180px;
}
.icon-dnb {
  background-position: 0 0;
  height: 28px;
  width: 28px;
}
.icon-tskt {
  background-position: -105px 0;
  height: 30px;
  width: 30px;
}
.icon-ttsp {
  background-position: -140px 0;
  height: 19px;
  width: 23px;
}
.ul-actions p {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px;
  white-space: normal;
  color: #000;
}
.modal-detail::-webkit-scrollbar {
  width: 10px;
}
.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}
.modal-detail {
  position: fixed;
  z-index: 999;
  background: #000000c4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.content-modal-detail {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100vh;
}
.content-modal-detail .tabs {
  display: flex;
  cursor: pointer;
  padding: 0;
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
}
.content-modal-detail .tabs li {
  padding: 20px 20px;
  margin-right: 5px;
  font-weight: 700;
  position: relative;
  border-bottom: 4px solid #fff;
}
.content-modal-detail .tabs li.active {
  color: #2d9cdb;
  border-bottom: 4px solid #2d9cdb;
}
.content-modal-detail .tab-content {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}
.content-modal-detail .tab-content.active {
  display: block;
}
.close-tab {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
}
.btn-closemenu {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  line-height: 21px;
  padding: 7px;
  text-align: right;
  width: 72px;
}
.btn-closemenu::before {
  transform: rotate(45deg);
}
.btn-closemenu::after {
  transform: rotate(-45deg);
}
.btn-closemenu::after,
.btn-closemenu::before {
  background-color: #333;
  content: "";
  left: 13px;
  height: 14px;
  position: absolute;
  top: 10px;
  width: 1px;
}
.cursor-pointer {
  cursor: pointer;
}
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}
.contact-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.contact-text {
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
  border-radius: 50px;
  border: solid 1px #e8e8e8;
  padding: 30px 50px;
  color: #7b7b7b;
}
.box-frm {
  position: relative;
}
form.contact-form {
  box-shadow:
    5px 30px 40px rgba(0, 0, 0, 0.1),
    5px 30px 40px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 30px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 65px;
  background: #fff;
}
.contact-input input,
.contact-input textarea {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dotted #045b8a;
}
.btn-send {
  margin: auto;
  border-radius: 50px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 25px;
}
.breadCrumbs {
  padding: 10px 0;
  background: #ddd;
}
.breadCrumbs ol {
  margin: 0;
}
.breadCrumbs ol li a {
  color: #333;
}
.breadCrumbs ol li a:hover {
  color: red;
}
.paging-product {
  position: relative;
}
.pagination {
  margin: 20px 0;
}
.pagination li span {
  cursor: pointer;
}
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}
.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}
.grid-properties {
  display: flex;
  gap: 10px;
}
.grid-properties span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
}
.grid-properties span.active,
.grid-properties span:hover {
  border: 1px solid red;
  color: red;
}
.grid-properties span.active:after,
.grid-properties span:hover:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}
.grid-properties span.outstock {
  pointer-events: none;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: 700;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}
.grecaptcha-badge {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  overflow: hidden;
}
[x-cloak] {
  display: none !important;
}
a.views_dm {
  width: 140px;
  height: 38px;
}
.effect_button {
  transform-style: preserve-3d;
  transform: translateZ(-25px);
  transition: transform 0.25s;
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.effect_button:after,
.effect_button:before {
  position: absolute;
  content: "xem thÃªm";
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: -1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.effect_button:before {
  color: #fff;
  background: red;
  transform: rotateY(0) translateZ(25px);
}
.effect_button:after {
  color: red;
  transform: rotateX(90deg) translateZ(25px);
}
.effect_button:hover {
  transform: translateZ(-25px) rotateX(-90deg);
}
.grid-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.item-news {
  --tw-bg-opacity: 1;
  background-color: #f1f1f1;
  padding: 1rem;
  box-shadow: 0 0 5px rgb(0 0 0 / 19%);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
}
.item-news:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0 10px rgb(0 0 0 / 19%);
}
.item-news .ds-news {
  width: 100%;
}
.ds-news span {
  display: block;
  line-height: 25px;
  color: #999;
  font-size: 13px;
  margin: 10px 0 0;
  font-style: italic;
}
.ds-news h3 {
  font-size: 16px;
  margin: 0;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-line-clamp: 2 !important;
}
.ds-news .desc {
  color: #333;
}
.item-news:hover h3 {
  color: red;
}
.item-news-all a {
  display: flex;
  justify-content: space-between;
}
.item-news-all a .ds-news {
  width: calc(100% - 110px);
}
.item-news-all a .ds-news h3 {
  text-transform: capitalize;
  font-size: 15px;
}
.flex-news-detail {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.news-left {
  width: 68%;
}
.news-right {
  position: sticky;
  top: 20px;
  width: 30%;
  background: #f1f1f1cc;
  padding: 20px;
  box-shadow: 0 0 5px #99999978;
}
.policy-detail-sidebar {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}
.policy-detail-sidebar .title-main {
  margin-bottom: 12px !important;
}
.policy-detail-sidebar .title-main span {
  display: block;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
}
.policy-detail-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.policy-detail-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.policy-detail-list li:last-child {
  border-bottom: 0;
}
.policy-detail-list a,
.policy-detail-list span {
  display: block;
  padding: 13px 0;
  color: #1f2933;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}
.policy-detail-list a:hover {
  color: var(--theme-color, #f5b700);
}
a.btn_link {
  position: relative;
  margin: 5px;
  height: 36px;
  width: 140px;
}
.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before {
  content: "facebook";
}
.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before,
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 165 217 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
  content: "google map";
}
div.slick.in-page:not(.slick-initialized) {
  display: flex;
  gap: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.attr-pro-detail {
  margin: auto;
  padding: 0;
}
.baonoidung iframe {
  max-width: 100% !important;
}
.baonoidung img {
  height: auto !important;
}
.baonoidung * {
  max-width: 100% !important;
}
.baonoidung table {
  display: block;
  overflow-y: auto;
}
div.desc-pro-detail ul li {
  margin-bottom: 0.75rem;
  list-style-type: circle;
}
div.desc-pro-detail ul li:last-child {
  margin-bottom: 0 !important;
}
div.baonoidung ul li {
  margin-bottom: 0.75rem;
  list-style-type: disc;
}
div.baonoidung ol li {
  margin-bottom: 0.75rem;
  list-style-type: decimal;
}
.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #ff2e00;
}
.price-old-pro-detail {
  font-weight: 500;
  color: #666;
  text-decoration: line-through;
  padding-left: 10px;
}
.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
  color: #fff !important;
  background: #232323;
}
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-right: 20px;
  font-weight: 500;
}
.quantity-pro-detail span {
  line-height: 40px;
  padding: 0;
  width: 30px;
  height: 40px;
  color: #000;
  cursor: pointer;
  font-size: 22px;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0;
}
.quantity-pro-detail input {
  height: 40px;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 20px;
  padding: 5px;
  font-weight: 700;
}
.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cart-pro-detail a {
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 700;
}
.cart-pro-detail a.addnow {
  margin-right: 10px;
  color: #fff;
  border-radius: 5px;
}
.cart-pro-detail a.addnow:hover {
  background-color: red;
  color: #fff;
  border-color: red;
}
.cart-pro-detail a.buynow {
  background-color: #000;
}
.cart-pro-detail a.buynow:hover {
  background-color: red;
  color: #fff;
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}
.swiper .swiper-wrapper {
  width: inherit;
  height: inherit;
}
.swiper.swiper-initialized .swiper-wrapper {
  margin: 0;
  width: 100%;
  height: 100%;
}
.swiper.swiper-initialized .swiper-slide {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.modal-title {
  font-size: 20px;
}
.loading-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.loading {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 5px solid #3498db;
  animation: spin 1s linear infinite;
}
.baonoidung iframe {
  max-width: 100% !important;
}
.baonoidung img {
  height: auto !important;
}
.baonoidung * {
  max-width: 100% !important;
}
.baonoidung table {
  display: block;
  overflow-y: auto;
}
div.desc-pro-detail ul li {
  margin-bottom: 0.75rem;
  list-style-type: circle;
}
div.desc-pro-detail ul li:last-child {
  margin-bottom: 0 !important;
}
div.baonoidung ul li {
  margin-bottom: 0.75rem;
  list-style-type: disc;
}
div.baonoidung ol li {
  margin-bottom: 0.75rem;
  list-style-type: decimal;
}
.he-first {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}
.he-first:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, #fff, transparent);
  content: "";
}
.he-first.heigt-auto {
  max-height: unset;
}
.he-first.heigt-auto:before {
  display: none;
}
/* =========================================================
   FIGMA HOME SLIDER - GROUP 74
   Nhiều ảnh quản lý trong Dashboard, dùng Swiper để kéo/lướt qua.
   Desktop Figma: 1920 x 879, bắt đầu ngay sau topbar 62px.
   ========================================================= */

.figma-hero {
  position: relative;
  isolation: isolate;
  z-index: 2;

  width: 100%;
  overflow: hidden;

  /*
   * Ảnh banner PNG đã có vùng alpha trong suốt ở đường cong phía dưới.
   * Không đặt background trắng ở hero, để ảnh nền section kế tiếp
   * có thể hiện xuyên qua đúng vùng trong suốt này.
   */
  background: transparent;
}

.figma-hero-swiper {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;

  /*
   * Figma có phần cong trong suốt ở đáy banner.
   * Mask này giữ được đường cong kể cả khi Admin upload ảnh banner thường
   * (không có alpha sẵn), để background 5 giải pháp phía dưới hiện xuyên qua.
   */
  -webkit-mask-image: radial-gradient(
    ellipse 66% 30% at 50% 116%,
    transparent 0 98%,
    #000 100%
  );
  mask-image: radial-gradient(
    ellipse 66% 30% at 50% 116%,
    transparent 0 98%,
    #000 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.figma-hero-swiper > .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.figma-hero-slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.figma-hero-image,
.figma-hero-image picture,
.figma-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.figma-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.figma-hero-image img {
  object-fit: cover;
  object-position: center top;
}

/* Rectangle 52: lớp trắng mờ phủ từ trên xuống. */
.figma-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96) 9.62%,
    rgba(255, 255, 255, 0) 100%
  );
}

.figma-hero-banner-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}

.figma-hero-content {
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  max-width: 1170px;
  pointer-events: none;
}

.figma-hero-copy {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 37px;
}

.figma-hero-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  text-align: center;
}

.figma-hero-text h1 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 72px;
  text-align: center;
  text-transform: capitalize;
  color: #000;
}

.figma-hero-text p {
  width: 806px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000;
}

.figma-hero-actions {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 319px;
  max-width: 100%;
  height: 59px;
  pointer-events: auto;
}

.figma-hero-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 59px;
  padding: 16px 24px;
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.figma-hero-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  filter: brightness(1.05);
}

/* Swap the two hero button colors only while the pointer is over a button. */
.figma-hero-btn-primary {
  transition: transform 0.2s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.figma-hero-btn-secondary {
  transition: transform 0.2s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.figma-hero-btn-primary:hover {
  background: #1f1f1f;
  box-shadow: 0 5px 14px rgba(31, 31, 31, 0.28);
}

.figma-hero-btn-secondary:hover {
  background: linear-gradient(360deg, #ba1027 0%, #7a1f2b 33.22%, #5d000b 100%);
  box-shadow: 0 5px 14px rgba(186, 16, 39, 0.3);
}

.figma-hero-btn-primary {
  width: 150px;
  min-width: 150px;
  border: 0;
  border-radius: 12.5px;
  background: linear-gradient(360deg, #ba1027 0%, #7a1f2b 33.22%, #5d000b 100%);
  box-shadow:
    0 5.25px 7.5px rgba(255, 136, 134, 0.28),
    0 4px 7.5px rgba(255, 135, 122, 0.35),
    inset 1px -1px 5px rgba(255, 255, 255, 0.4),
    inset -1px -1px 5px rgba(255, 255, 255, 0.4),
    inset -2px -2px 5px rgba(255, 255, 255, 0.4),
    inset 2px -2px 5px rgba(255, 255, 255, 0.4);
}

.figma-hero-btn-secondary {
  width: 149px;
  min-width: 149px;
  border: 0;
  border-radius: 8px;
  background: #1f1f1f;
}

.figma-hero-pagination {
  display: none !important;
  position: absolute;
  z-index: 12;
  left: 50% !important;
  bottom: 28px !important;
  width: auto !important;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.figma-hero-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.75);
  opacity: 1;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
  transition:
    width 0.25s ease,
    background-color 0.25s ease;
}

.figma-hero-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 999px;
  background: #7a1f2b;
}

.figma-hero-nav {
  position: absolute;
  z-index: 12;
  top: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: rgba(31, 31, 31, 0.62);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition:
    background-color 0.25s ease,
    transform 0.25s ease;
}

.figma-hero-prev {
  left: clamp(14px, 2.5vw, 48px);
}

.figma-hero-next {
  right: clamp(14px, 2.5vw, 48px);
}

.figma-hero-nav:hover {
  background: #7a1f2b;
  transform: translateY(-50%) scale(1.05);
}

@media (min-width: 1026px) {
  /*
   * Navigation 75px nằm đè lên banner đúng Figma.
   * Banner bắt đầu ngay dưới topbar, không bắt đầu sau navigation.
   */
  .figma-navigation {
    position: sticky;
    top: 0;
    z-index: 10010;
    height: 75px;
    background: transparent;
  }

  .figma-navigation.was-scrolled {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .figma-navigation > .wrap-content,
  .figma-navigation .navigation__main {
    height: 75px;
  }

  .figma-hero {
    margin-top: -75px;
    height: auto;
    aspect-ratio: 1920 / 879;
    min-height: 560px;
  }

  /* Frame 2071857900: top page 261px; banner top page 62px => 199px trong banner. */
  .figma-hero-content {
    top: 22.64%;
  }
}

@media (min-width: 1026px) and (max-width: 1440px) {
  .figma-hero-text h1 {
    font-size: clamp(36px, 2.5vw, 48px);
    line-height: 1.5;
  }

  .figma-hero-text p {
    font-size: clamp(16px, 1.04vw, 20px);
    line-height: 1.5;
  }
}

@media (max-width: 1025px) {
  .figma-hero {
    margin-top: 0;
    min-height: 570px;
  }

  .figma-hero-content {
    top: 110px;
    width: calc(100% - 40px);
  }

  .figma-hero-copy {
    gap: 28px;
  }

  .figma-hero-text {
    gap: 10px;
  }

  .figma-hero-text h1 {
    font-size: 38px;
    line-height: 1.35;
  }

  .figma-hero-text p {
    width: 720px;
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .figma-hero-nav {
    display: none;
  }

  .figma-hero-pagination {
    bottom: 18px !important;
  }

  .figma-hero {
    min-height: 500px;
    aspect-ratio: auto;
  }

  .figma-hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.96) 4%,
      rgba(255, 255, 255, 0.18) 68%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .figma-hero-content {
    top: 68px;
    width: calc(100% - 28px);
  }

  .figma-hero-copy {
    gap: 24px;
  }

  .figma-hero-text h1 {
    font-size: 30px;
    line-height: 1.28;
  }

  .figma-hero-text p {
    font-size: 16px;
    line-height: 24px;
  }

  .figma-hero-actions {
    width: auto;
    height: 50px;
    gap: 12px;
  }

  .figma-hero-btn {
    width: auto;
    min-width: 130px;
    height: 50px;
    padding: 12px 18px;
    font-size: 15px;
    line-height: 22px;
  }
}

@media (max-width: 420px) {
  .figma-hero-text h1 {
    font-size: 27px;
  }

  .figma-hero-actions {
    width: 100%;
  }

  .figma-hero-btn {
    flex: 1 1 0;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* =========================================================
   FIGMA - VỀ ÁNH DƯƠNG SPORT
   Main: 897x483 | Stats: 285x483 | Gap: 20
   ========================================================= */

.home-about-figma {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -86px;
  padding: 0 0 56px;
  background: transparent;
}

.home-about-figma__inner {
  width: calc(100% - 30px);
  max-width: 1202px;
  min-height: 483px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 897px) 285px;
  gap: 20px;
  align-items: stretch;
}

.home-about-figma__card {
  position: relative;
  isolation: isolate;
  min-width: 0;

  /*
   * Figma chuẩn tối thiểu 483px.
   * Khi Dashboard nhập mô tả dài hơn, card tự tăng chiều cao
   * thay vì cắt nội dung.
   */
  min-height: 483px;
  height: auto;

  padding: 48px 35px 47px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 88%, rgba(0, 0, 0, 0.08), transparent 34%),
    linear-gradient(115deg, #fff 0%, #fff 62%, #f1f1f1 100%);
  border-radius: 10px;
  box-shadow:
    0 6px 10px 4px rgba(0, 0, 0, 0.1),
    0 2px 3px rgba(0, 0, 0, 0.1);
}

.home-about-figma__title {
  width: 100%;
  min-height: 48px;
  margin: 0 0 18px;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  color: #7a1f2b;
}

.home-about-figma__desc {
  width: 100%;
  max-width: 826px;

  /*
   * Hiển thị FULL nội dung Mô tả từ CKEditor.
   * Không giới hạn 108px / 4 dòng và không cắt overflow.
   */
  height: auto;
  max-height: none;
  margin: 0 0 20px;
  overflow: visible;

  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;

  color: #000;
}

.home-about-figma__desc > :first-child {
  margin-top: 0;
}

.home-about-figma__desc > :last-child {
  margin-bottom: 0;
}

.home-about-figma__desc p {
  margin: 0 0 12px;
  font: inherit;
  line-height: inherit;
  color: inherit;
}

.home-about-figma__desc p:last-child {
  margin-bottom: 0;
}

.home-about-figma__desc strong,
.home-about-figma__desc b {
  font-weight: 700;
}

.home-about-figma__desc em,
.home-about-figma__desc i {
  font-style: italic;
}

.home-about-figma__desc ul,
.home-about-figma__desc ol {
  margin: 0;
  padding-left: 22px;
}

.home-about-figma__more {
  position: relative;
  isolation: isolate;
  width: 150px;
  min-width: 150px;
  height: 59px;
  margin-top: auto;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(360deg, #ba1027 0%, #7a1f2b 33.22%, #5d000b 100%);
  border-radius: 12.5px;
  box-shadow:
    0 5.25px 7.5px rgba(255, 136, 134, 0.28),
    0 4px 7.5px rgba(255, 135, 122, 0.35),
    inset 1px -1px 5px rgba(255, 255, 255, 0.4),
    inset -1px -1px 5px rgba(255, 255, 255, 0.4);
  color: #fff;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.home-about-figma__more::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -135%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 77, 77, 0.22) 30%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 77, 77, 0.2) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-18deg);
  transition: left 0.62s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.home-about-figma__more span {
  position: relative;
  z-index: 2;
}

.home-about-figma__more:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow:
    0 9px 16px rgba(122, 31, 43, 0.24),
    0 5px 9px rgba(255, 135, 122, 0.25),
    inset 1px -1px 5px rgba(255, 255, 255, 0.35);
}

.home-about-figma__more:hover::before {
  left: 125%;
}

.home-about-figma__stats {
  width: 285px;
  height: 483px;
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.home-about-stat {
  width: 285px;
  min-height: 0;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(180deg, #85000f 0%, #a5081b 58%, #c3162d 100%);
  border-radius: 10px;
  box-shadow:
    0 6px 10px 2px rgba(122, 31, 43, 0.14),
    inset 0 1px 2px rgba(255, 255, 255, 0.2);
  text-align: center;
  color: #fff;
}

.home-about-stat__number {
  display: block;
  margin: 0;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  color: #fff;
}

.home-about-stat__label {
  display: block;
  max-width: 235px;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

@media (max-width: 1100px) {
  .home-about-figma {
    margin-top: -48px;
    padding-bottom: 46px;
  }

  .home-about-figma__inner {
    width: calc(100% - 32px);
    min-height: 0;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 16px;
  }

  .home-about-figma__card {
    height: auto;
    min-height: 420px;
    padding: 36px 30px;
  }

  .home-about-figma__stats {
    width: 240px;
    height: auto;
    min-height: 420px;
    gap: 16px;
  }

  .home-about-stat {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .home-about-figma {
    margin-top: 0;
    padding: 28px 0 36px;
    background: #f1f1f1;
  }

  .home-about-figma__inner {
    width: calc(100% - 24px);
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .home-about-figma__card {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 26px 20px;
    border-radius: 8px;
  }

  .home-about-figma__title {
    min-height: 0;
    margin-bottom: 12px;
    font-size: 27px;
    line-height: 38px;
  }

  .home-about-figma__desc {
    height: auto;
    max-height: none;
    margin-bottom: 20px;
    overflow: visible;
    font-size: 16px;
    line-height: 26px;
  }

  .home-about-figma__more {
    width: 138px;
    min-width: 138px;
    height: 50px;
    margin-top: 0;
    padding: 12px 18px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 10px;
  }

  .home-about-figma__stats {
    width: 100%;
    height: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 8px;
  }

  .home-about-stat {
    width: 100%;
    min-height: 104px;
    padding: 13px 8px;
  }

  .home-about-stat__number {
    font-size: 25px;
    line-height: 34px;
  }

  .home-about-stat__label {
    font-size: 12px;
    line-height: 17px;
  }
}

/* =========================================================
   FIGMA - 5 GIẢI PHÁP CHÍNH
   Desktop exact:
   - Section content: 1200 x 640
   - Intro: 1200 x 108, gap 263
   - Grid: 1200 x 487, gap 20
   - Card 1: 285 x 487
   - Card 2: 387 x 233
   - Card 3: 488 x 233
   - Card 4: 488 x 233
   - Card 5: 387 x 233
   ========================================================= */
.home-services-figma {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -130px;
  padding: 108px 0 72px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0.52) 58%,
      rgba(247, 247, 247, 0.96) 100%
    ),
    var(--home-solutions-bg, none);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
}

.home-services-figma > .wrap-content {
  width: calc(100% - 30px);
  max-width: 1200px;
  min-height: 640px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
}

/* ---------- INTRO ---------- */

.home-services-figma__intro {
  width: 100%;
  height: 108px;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 263px;
}

.home-services-figma__title {
  width: 449px;
  height: 96px;
  flex: 0 0 449px;

  margin: 0;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  font-family: var(--font-heading);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  text-transform: capitalize;

  color: #7a1f2b;
}

.home-services-figma__title span {
  display: block;
  width: 100%;
  height: 48px;
  white-space: nowrap;
}

.home-services-figma__desc {
  width: 488px;
  height: 108px;
  flex: 0 0 488px;

  margin: 0;

  overflow: hidden;

  font-family: var(--font-heading);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-align: left;

  color: #000000;
}

/* ---------- FIXED 5-CARD STAGE ---------- */

.home-services-stage {
  position: relative;

  width: 1200px;
  max-width: 100%;
  height: 487px;

  margin: 0;
}

.home-service-slide {
  position: absolute;
  z-index: 1;

  display: block;

  margin: 0;
  padding: 0;
}

/* Giải pháp tư vấn thiết kế */
.home-service-slide:nth-child(1) {
  left: 0;
  top: 0;

  width: 285px;
  height: 487px;
}

/* Thiết kế và thi công trọn gói */
.home-service-slide:nth-child(2) {
  left: 305px;
  top: 0;

  width: 387px;
  height: 233px;
}

/* Lắp đặt và thiết lập thiết bị thể thao */
.home-service-slide:nth-child(3) {
  left: 712px;
  top: 0;

  width: 488px;
  height: 233px;
}

/* Bảo trì và nâng cấp công trình thể thao */
.home-service-slide:nth-child(4) {
  left: 305px;
  top: 253px;

  width: 488px;
  height: 233px;
}

/* Cung cấp vật liệu thiết bị */
.home-service-slide:nth-child(5) {
  left: 813px;
  top: 253px;

  width: 387px;
  height: 233px;
}

/* ---------- CARD ---------- */

.home-service-card {
  position: relative;
  isolation: isolate;

  display: block;

  width: 100%;
  height: 100%;

  overflow: hidden;

  background: #1f1f1f;
  border-radius: 16px;

  color: #ffffff;
  text-decoration: none;

  box-shadow: none;
}

.home-service-card:hover,
.home-service-card:focus {
  color: #ffffff;
  text-decoration: none;
}

.home-service-card__image {
  position: absolute;
  z-index: 0;
  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  overflow: hidden;
  border-radius: inherit;
}

.home-service-card__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transform: scale(1);
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

/* Hover hạng mục: zoom ảnh nhẹ */
.home-service-card:hover .home-service-card__image img,
.home-service-card:focus-visible .home-service-card__image img {
  transform: scale(1.045);
}

/* ---------- BOTTOM GLASS / GRADIENT ---------- */

.home-service-card__body {
  position: absolute;
  z-index: 2;

  left: 0;
  right: 0;
  bottom: 0;

  width: 100%;
  height: 105px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 11px;

  padding: 30px 15px 22px 16px;

  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 100%),
    rgba(0, 0, 0, 0.01);

  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);

  border-radius: 0 0 16px 16px;

  pointer-events: none;
}

/* Card dọc theo đúng Figma */
.home-service-slide:nth-child(1) .home-service-card__body {
  height: 112.16px;
  padding: 39px 15px 22px 16px;
}

.home-service-card__title {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 55px);

  margin: 0;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  font-family: var(--font-heading);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  text-transform: none;

  color: #ffffff;
}

/* ---------- ARROW ---------- */

.home-service-card__more {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0;
  padding: 0;

  background: #1f1f1f;
  border-radius: 8px;

  color: #ffffff;

  pointer-events: auto;

  transition:
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.home-service-card__more i {
  display: block;

  font-size: 24px;
  line-height: 1;

  color: #ffffff;
}

/* Hover trực tiếp mũi tên: chuyển đỏ */
.home-service-card__more:hover {
  background: #7a1f2b;
  transform: translate(2px, -2px);
  box-shadow: 0 5px 14px rgba(122, 31, 43, 0.28);
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1025px) {
  .home-services-figma {
    margin-top: 0;
    padding: 48px 0 56px;
    background-size: cover;
    background-position: center top;
  }

  .home-services-figma > .wrap-content {
    width: calc(100% - 32px);
    min-height: 0;
    gap: 32px;
  }

  .home-services-figma__intro {
    height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
  }

  .home-services-figma__title,
  .home-services-figma__desc {
    width: 100%;
    height: auto;
    min-width: 0;
    flex: none;
  }

  .home-services-figma__title {
    font-size: 30px;
    line-height: 42px;
  }

  .home-services-figma__title span {
    height: auto;
    white-space: normal;
  }

  .home-services-figma__desc {
    font-size: 16px;
    line-height: 24px;
  }

  .home-services-desktop-break {
    display: none;
  }

  .home-services-stage {
    width: 100%;
    height: auto;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .home-service-slide,
  .home-service-slide:nth-child(1),
  .home-service-slide:nth-child(2),
  .home-service-slide:nth-child(3),
  .home-service-slide:nth-child(4),
  .home-service-slide:nth-child(5) {
    position: relative;
    inset: auto;

    width: 100%;
    height: 260px;
  }

  .home-service-slide:nth-child(1) {
    grid-column: 1 / -1;
    height: 320px;
  }

  .home-service-card__body,
  .home-service-slide:nth-child(1) .home-service-card__body {
    height: 100px;
    padding: 28px 14px 18px;
  }

  .home-service-card__title {
    font-size: 20px;
    line-height: 29px;
  }

  .home-service-card__more {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .home-service-card__more i {
    font-size: 21px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .home-services-figma {
    margin-top: 0;
    padding: 36px 0 44px;
  }

  .home-services-figma > .wrap-content {
    width: calc(100% - 24px);
    gap: 28px;
  }

  .home-services-figma__intro {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .home-services-figma__title {
    font-size: 27px;
    line-height: 36px;
  }

  .home-services-figma__desc {
    font-size: 15px;
    line-height: 23px;
  }

  .home-services-stage {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-service-slide,
  .home-service-slide:nth-child(1),
  .home-service-slide:nth-child(2),
  .home-service-slide:nth-child(3),
  .home-service-slide:nth-child(4),
  .home-service-slide:nth-child(5) {
    grid-column: auto;

    width: 100%;
    height: 238px;
  }

  .home-service-card,
  .home-service-card__image {
    border-radius: 14px;
  }

  .home-service-card__body,
  .home-service-slide:nth-child(1) .home-service-card__body {
    height: 92px;
    padding: 25px 12px 15px;
    border-radius: 0 0 14px 14px;
  }

  .home-service-card__title {
    font-size: 18px;
    line-height: 26px;
  }

  .home-service-card__more {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 7px;
  }

  .home-service-card__more i {
    font-size: 20px;
  }
}

/* =========================================================
   FIGMA - BẢN ĐỒ PHẠM VI HOẠT ĐỘNG
   Export nguyên Group 52 thành 1 ảnh và upload trong Dashboard.
   Không dựng lại bản đồ/vector/label bằng HTML.
   ========================================================= */
.home-coverage-map {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #f1f1f1;
}

.home-coverage-map__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ==================================================
   FIGMA - QUY TRÌNH LÀM VIỆC
   ================================================== */

.home-process-figma {
  position: relative;
  width: 100%;
  min-height: 597px;

  overflow: hidden;
  isolation: isolate;

  display: flex;
  align-items: flex-start;
  justify-content: center;
}

/* Ảnh nền */
.home-process-figma::before {
  content: "";

  position: absolute;
  z-index: -3;
  inset: 0;

  background-image: var(--process-bg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  filter: grayscale(1) brightness(0.62);
  transform: scale(1.01);
}

/* overlay tối + blur giống Figma */
.home-process-figma::after {
  content: "";

  position: absolute;
  z-index: -2;
  inset: 0;

  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);

  pointer-events: none;
}

.home-process-figma__inner {
  position: relative;
  z-index: 2;

  width: calc(100% - 30px);
  max-width: 1200px;

  padding-top: 58px;
  padding-bottom: 58px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ===== TITLE ===== */

.home-process-figma__title {
  width: 100%;

  margin: 0 0 36px;

  font-family: var(--font-heading);
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 57px;

  text-align: center;
  text-transform: capitalize;

  color: #ffc704;
}

/* ===== GLASS BOX ===== */

.home-process-figma__box {
  position: relative;

  width: 100%;
  height: 370px;

  padding: 46px 38px 50px 40px;

  display: flex;
  align-items: flex-start;
  justify-content: center;

  background: rgba(255, 255, 255, 0.1);

  box-shadow:
    -27px 66px 29px rgba(145, 145, 145, 0.01),
    -15px 37px 24px rgba(145, 145, 145, 0.03),
    -7px 17px 18px rgba(145, 145, 145, 0.04),
    -2px 4px 10px rgba(145, 145, 145, 0.05),
    inset 0 -3px 4px rgba(255, 255, 255, 0.15),
    inset 0 3px 4px rgba(255, 255, 255, 0.15);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
}

/* ===== 5 BƯỚC ===== */

.home-process-figma__steps {
  position: relative;

  width: 1122px;
  max-width: 100%;
  height: 278px;

  display: grid;
  grid-template-columns: repeat(5, 150px);
  column-gap: 93px;

  justify-content: center;
  align-items: flex-start;
}

/* ===== STEP ===== */

.home-process-step {
  position: relative;
  z-index: 2;

  width: 150px;

  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 23px;

  text-align: center;
}

/* circle 85x85 */
.home-process-step__number {
  position: relative;
  z-index: 5;

  width: 85px;
  height: 85px;

  flex: 0 0 85px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #fcc00b;

  font-family: var(--font-body);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;

  color: #000;
}

/* ===== DÒNG CONG NỐI STEP ===== */

.home-process-step:not(:last-child)::after {
  content: "";

  position: absolute;
  z-index: 1;

  top: 41px;
  left: calc(50% + 37px);

  width: 169px;
  height: 43px;

  border-bottom: 2px dashed #fcc00b;
  border-radius: 0 0 50% 50%;

  pointer-events: none;
}

/* 02 -> 03 và 04 -> 05 cong lên */
.home-process-step:nth-child(even):not(:last-child)::after {
  top: 0;

  border-bottom: 0;
  border-top: 2px dashed #fcc00b;

  border-radius: 50% 50% 0 0;
}

/* ===== TEXT ===== */

.home-process-step__content {
  width: 150px;

  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 8px;
}

.home-process-step__content h3 {
  width: 150px;

  margin: 0;

  font-family: var(--font-body);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;

  text-align: center;

  color: #fff;
}

.home-process-step__content p {
  width: 150px;

  margin: 0;

  font-family: var(--font-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;

  text-align: center;

  color: #fff;
}

/* ==================================================
   TABLET
   ================================================== */

@media (max-width: 1200px) {
  .home-process-figma__box {
    padding-left: 25px;
    padding-right: 25px;
  }

  .home-process-figma__steps {
    grid-template-columns: repeat(5, 130px);
    column-gap: 45px;
  }

  .home-process-step,
  .home-process-step__content,
  .home-process-step__content h3,
  .home-process-step__content p {
    width: 130px;
  }

  .home-process-step:not(:last-child)::after {
    width: 112px;
  }
}

/* ==================================================
   MOBILE / TABLET NHỎ
   giữ dạng quy trình ngang và cho kéo
   ================================================== */

@media (max-width: 991px) {
  .home-process-figma {
    min-height: auto;
  }

  .home-process-figma__inner {
    padding: 40px 0;
  }

  .home-process-figma__title {
    margin-bottom: 28px;

    font-size: 30px;
    line-height: 42px;
  }

  .home-process-figma__box {
    width: 100%;
    height: auto;

    padding: 35px 20px;

    overflow-x: auto;
    overflow-y: hidden;

    justify-content: flex-start;
  }

  .home-process-figma__steps {
    min-width: 1000px;

    grid-template-columns: repeat(5, 150px);
    column-gap: 62px;

    justify-content: flex-start;

    padding: 0 25px;
  }

  .home-process-step,
  .home-process-step__content,
  .home-process-step__content h3,
  .home-process-step__content p {
    width: 150px;
  }

  .home-process-step:not(:last-child)::after {
    width: 139px;
  }
}

@media (max-width: 575px) {
  .home-process-figma__title {
    font-size: 26px;
    line-height: 36px;
  }

  .home-process-step__number {
    width: 70px;
    height: 70px;

    flex-basis: 70px;

    font-size: 25px;
    line-height: 35px;
  }

  .home-process-step__content h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .home-process-step__content p {
    font-size: 14px;
    line-height: 20px;
  }
}
/* FIX: card dịch vụ active không bị flex ép co chiều rộng */
@media (min-width: 1200px) {
  .home-services-swiper .home-service-card {
    flex: 0 0 auto;
    flex-shrink: 0;
  }
}
/* ==================================================
   HOME - CÂU HỎI THƯỜNG GẶP
   Dashboard:
   - cau-hoi-thuong-gap: câu hỏi + câu trả lời
   - cau-hoi-thuong-gap-image: ảnh 692x505
   ================================================== */
.home-faq-figma {
  width: 100%;
  padding: 72px 0 84px;
  background: #fff;
}

.home-faq-figma__grid {
  display: grid;
  grid-template-columns: 488px 692px;
  gap: 20px;
  align-items: start;
}

.home-faq-figma__grid.is-without-image {
  grid-template-columns: minmax(0, 720px);
  justify-content: center;
}

.home-faq-figma__content {
  width: 100%;
  min-width: 0;
}

.home-faq-figma__title {
  margin: 0 0 24px;
  color: #ffc704;
  font-family: var(--font-heading);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
}

.home-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-faq-item {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 15, 15, 0.06);
  border-radius: 8px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}

.home-faq-item__question {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  border: 0;
  background: #fff;
  color: #161616;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.home-faq-item__question span {
  min-width: 0;
}

.home-faq-item__question i {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #151515;
  font-size: 18px;
  line-height: 1;
}

.home-faq-item.is-open .home-faq-item__question {
  color: #f2b900;
}

.home-faq-item__answer {
  padding: 0 18px 18px;
  color: #5c5c5c;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.home-faq-item__answer p {
  margin: 0;
}

.home-faq-more {
  margin: 16px auto 0;
  min-width: 126px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid #ffc704;
  border-radius: 7px;
  background: #ffc704;
  color: #111;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.home-faq-more i {
  font-size: 14px;
  transition: transform 0.25s ease;
}

.home-faq-more.is-open i {
  transform: rotate(180deg);
}

.home-faq-figma__image {
  width: 692px;
  height: 505px;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
}

.home-faq-figma__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 1199px) {
  .home-faq-figma__grid {
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    gap: 18px;
  }

  .home-faq-figma__image {
    width: 100%;
    height: auto;
    aspect-ratio: 692 / 505;
  }
}

@media (max-width: 767px) {
  .home-faq-figma {
    padding: 44px 0 52px;
  }

  .home-faq-figma__grid,
  .home-faq-figma__grid.is-without-image {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-faq-figma__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
  }

  .home-faq-item__question {
    min-height: 54px;
    padding: 14px 15px;
    font-size: 15px;
  }

  .home-faq-item__answer {
    padding: 0 15px 16px;
    font-size: 14px;
  }

  .home-faq-figma__image {
    order: 2;
  }
}

/* =========================================================
   PROCESS LINE MOTION V5 - SOFT / SMOOTH
   - 01 -> 05 luôn hiện đầy đủ
   - Giữ line gốc đúng thiết kế
   - Vệt sáng lướt mềm theo đường cong
   - Glow vòng tròn nhẹ, không scale/ẩn
   ========================================================= */

/* Luôn giữ đủ 5 vòng tròn */
.home-process-figma .home-process-step__number {
  opacity: 1 !important;
  transform: none !important;
}

/* Line gốc luôn hiện */
.home-process-figma .home-process-step:not(:last-child)::after {
  opacity: 1 !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
  animation: none !important;
  filter: none !important;
}

/*
 * Vệt sáng phủ lên line gốc.
 * Mask gradient giúp đầu/đuôi vệt sáng tan mềm, không bị cắt cứng.
 */
.home-process-figma .home-process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: 3;

  top: 41px;
  left: calc(50% + 37px);

  width: 169px;
  height: 43px;

  border-bottom: 3px solid #fff4a8;
  border-radius: 0 0 50% 50%;

  opacity: 0;

  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.08) 18%,
    rgba(0, 0, 0, 0.75) 38%,
    #000 50%,
    rgba(0, 0, 0, 0.75) 62%,
    rgba(0, 0, 0, 0.08) 82%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.08) 18%,
    rgba(0, 0, 0, 0.75) 38%,
    #000 50%,
    rgba(0, 0, 0, 0.75) 62%,
    rgba(0, 0, 0, 0.08) 82%,
    transparent 100%
  );

  -webkit-mask-size: 260% 100%;
  mask-size: 260% 100%;
  -webkit-mask-position: 135% 0;
  mask-position: 135% 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  filter: drop-shadow(0 0 4px rgba(255, 245, 180, 0.95))
    drop-shadow(0 0 9px rgba(252, 192, 11, 0.8))
    drop-shadow(0 0 15px rgba(252, 192, 11, 0.35));

  pointer-events: none;
  will-change:
    opacity,
    mask-position,
    -webkit-mask-position;

  animation: processLineFlowV5 7.4s cubic-bezier(0.45, 0, 0.22, 1) infinite !important;
}

/* 02 -> 03 và 04 -> 05 cong lên giống line gốc */
.home-process-figma
  .home-process-step:nth-child(even):not(:last-child)::before {
  top: 0;
  border-bottom: 0;
  border-top: 3px solid #fff4a8;
  border-radius: 50% 50% 0 0;
}

/* Lệch thời gian để ánh sáng chạy 01 -> 02 -> 03 -> 04 -> 05 */
.home-process-figma .home-process-step:nth-child(1)::before {
  animation-delay: 0s !important;
}

.home-process-figma .home-process-step:nth-child(2)::before {
  animation-delay: 1.7s !important;
}

.home-process-figma .home-process-step:nth-child(3)::before {
  animation-delay: 3.4s !important;
}

.home-process-figma .home-process-step:nth-child(4)::before {
  animation-delay: 5.1s !important;
}

@keyframes processLineFlowV5 {
  0% {
    opacity: 0;
    -webkit-mask-position: 135% 0;
    mask-position: 135% 0;
  }

  4% {
    opacity: 0.5;
  }

  8% {
    opacity: 1;
  }

  18% {
    opacity: 1;
    -webkit-mask-position: -15% 0;
    mask-position: -15% 0;
  }

  24% {
    opacity: 0.8;
    -webkit-mask-position: -70% 0;
    mask-position: -70% 0;
  }

  29% {
    opacity: 0;
    -webkit-mask-position: -110% 0;
    mask-position: -110% 0;
  }

  30%,
  100% {
    opacity: 0;
    -webkit-mask-position: 135% 0;
    mask-position: 135% 0;
  }
}
/* ==================================================
   PULSE VÒNG TRÒN GIỐNG ICON HOTLINE
   chạy đồng bộ theo line 01 -> 05
   ================================================== */

/* thời gian từng bước */
.home-process-step:nth-child(1) {
  --process-pulse-delay: 0s;
}

.home-process-step:nth-child(2) {
  --process-pulse-delay: 1.35s;
}

.home-process-step:nth-child(3) {
  --process-pulse-delay: 3.05s;
}

.home-process-step:nth-child(4) {
  --process-pulse-delay: 4.75s;
}

.home-process-step:nth-child(5) {
  --process-pulse-delay: 6.45s;
}

/* vòng tròn chính giữ nguyên */
.home-process-figma .home-process-step__number {
  position: relative;
  z-index: 5;

  opacity: 1 !important;
  transform: none !important;

  animation: none !important;
}

/* 2 vòng sóng bên ngoài */
.home-process-figma .home-process-step__number::before,
.home-process-figma .home-process-step__number::after {
  content: "";

  position: absolute;
  z-index: -1;

  top: 50%;
  left: 50%;

  width: 100%;
  height: 100%;

  border-radius: 50%;

  transform: translate(-50%, -50%) scale(0.92);

  pointer-events: none;

  opacity: 0;
}

/* vòng ngoài nét */
.home-process-figma .home-process-step__number::before {
  border: 2px solid rgba(252, 192, 11, 0.85);

  animation: processHotlineRing 7.4s ease-out infinite;

  animation-delay: var(--process-pulse-delay);
}

/* vòng fill mờ giống hotline */
.home-process-figma .home-process-step__number::after {
  background: rgba(252, 192, 11, 0.22);

  animation: processHotlineFill 7.4s ease-out infinite;

  animation-delay: calc(var(--process-pulse-delay) + 0.18s);
}

/* vòng viền bung ra */
@keyframes processHotlineRing {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }

  2% {
    opacity: 0.85;
  }

  8% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1.22);
  }

  13% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.48);
  }

  14%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.48);
  }
}

/* lớp vàng mờ bung nhẹ phía sau */
@keyframes processHotlineFill {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }

  2% {
    opacity: 0.42;
  }

  7% {
    opacity: 0.22;
    transform: translate(-50%, -50%) scale(1.15);
  }

  12% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.38);
  }

  13%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.38);
  }
}
@keyframes processNodeGlowV5 {
  0%,
  14%,
  100% {
    box-shadow: 0 0 0 rgba(252, 192, 11, 0);
    filter: brightness(1);
  }

  4% {
    box-shadow:
      0 0 0 4px rgba(252, 192, 11, 0.07),
      0 0 15px rgba(252, 192, 11, 0.24);
    filter: brightness(1.02);
  }

  8% {
    box-shadow:
      0 0 0 6px rgba(252, 192, 11, 0.04),
      0 0 19px rgba(252, 192, 11, 0.14);
    filter: brightness(1.01);
  }
}

/* Responsive: bám chiều dài line đang có trong source */
@media (max-width: 1200px) {
  .home-process-figma .home-process-step:not(:last-child)::before {
    width: 112px;
  }
}

@media (max-width: 991px) {
  .home-process-figma .home-process-step:not(:last-child)::before {
    width: 139px;
  }
}

/* =========================================================
   HOME - ĐĂNG KÍ NGAY - FIGMA
   1 ảnh gộp toàn bộ phần visual theo Group 39: 1200 x 821
   Ảnh upload nên chứa: sân + người chơi + mảng trắng/panel.
   Form vẫn là HTML và nằm đúng tọa độ Figma.
   ========================================================= */
.home-quick-repair {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(247, 247, 247, 0.72);
  background-image: var(--home-register-bg, none);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home-quick-repair__stage {
  position: relative;
  isolation: isolate;
  width: 1200px !important;
  max-width: 1200px !important;
  height: 821px;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* Ảnh visual gộp full Group 39 */
.home-quick-repair__visual {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 1200px;
  height: 821px;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.home-quick-repair__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

/*
 * Panel đã nằm trong ảnh gộp.
 * Giữ element Blade để không phải sửa markup thêm,
 * nhưng không render thêm một panel thứ hai.
 */
.home-quick-repair__panel {
  display: none;
}

.home-quick-repair__content {
  position: absolute;
  z-index: 5;
  left: 569px;
  top: 279px;
  width: 529px;
  height: 488px;
  min-width: 0;
}

.home-quick-repair__title {
  width: 529px;
  height: 48px;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7a1f2b;
  font-family: var(--font-heading);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  text-transform: none;
}

.home-quick-repair__form {
  width: 529px;
  margin: 0;
}

.home-quick-repair__fields {
  width: 529px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.home-quick-repair__row {
  width: 529px;
  display: grid;
  grid-template-columns: 256px 256px;
  gap: 17px;
  align-items: start;
}

.home-quick-repair__field {
  position: relative;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.home-quick-repair__field label {
  width: 100%;
  height: 24px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  color: #7a1f2b;
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.home-quick-repair__field input,
.home-quick-repair__field textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  outline: 0;
  background: #fff;
  color: #101828;
  font-family: var(--font-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  box-shadow: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.home-quick-repair__field input {
  height: 52px;
  padding: 15px 16px;
}

.home-quick-repair__field textarea {
  height: 121px;
  min-height: 121px;
  max-height: 121px;
  padding: 18px 16px;
  resize: none;
}

.home-quick-repair__field input::placeholder,
.home-quick-repair__field textarea::placeholder {
  color: rgba(16, 24, 40, 0.5);
  opacity: 1;
}

.home-quick-repair__field input:focus,
.home-quick-repair__field textarea:focus {
  border-color: #7a1f2b;
  box-shadow: 0 0 0 3px rgba(122, 31, 43, 0.08);
}

.home-quick-repair__field .invalid-feedback {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  margin: 1px 0 0;
  font-size: 11px;
  line-height: 14px;
}

.home-quick-repair__submit {
  width: 529px;
  height: 59px;
  margin: 30px 0 0;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 12.5px;
  background: linear-gradient(360deg, #ba1027 0%, #7a1f2b 33.22%, #5d000b 100%);
  box-shadow:
    0 5.25px 7.5px rgba(255, 136, 134, 0.28),
    0 4px 7.5px rgba(255, 135, 122, 0.35),
    inset 1px -1px 5px rgba(255, 255, 255, 0.4),
    inset -1px -1px 5px rgba(255, 255, 255, 0.4);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    filter 0.22s ease,
    box-shadow 0.22s ease;
}

.home-quick-repair__submit:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.home-quick-repair__submit:active {
  transform: translateY(0);
}

/* Tablet */
@media (max-width: 1199px) and (min-width: 768px) {
  .home-quick-repair__stage {
    width: calc(100% - 30px) !important;
    max-width: 1000px !important;
    height: auto;
    aspect-ratio: 1200 / 821;
  }

  .home-quick-repair__visual {
    width: 100%;
    height: 100%;
  }

  .home-quick-repair__content {
    left: 47.4167%;
    top: 33.983%;
    width: 44.0833%;
    height: auto;
    transform-origin: top left;
  }

  .home-quick-repair__title,
  .home-quick-repair__form,
  .home-quick-repair__fields,
  .home-quick-repair__row,
  .home-quick-repair__submit {
    width: 100%;
  }

  .home-quick-repair__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-quick-repair__title {
    height: auto;
    margin-bottom: 10px;
    font-size: clamp(22px, 2.7vw, 30px);
    line-height: 1.35;
  }

  .home-quick-repair__fields {
    gap: 10px;
  }

  .home-quick-repair__field label {
    height: auto;
    font-size: 13px;
    line-height: 20px;
  }

  .home-quick-repair__field input {
    height: 44px;
    padding: 11px 12px;
  }

  .home-quick-repair__field textarea {
    height: 96px;
    min-height: 96px;
    max-height: 96px;
    padding: 12px;
  }

  .home-quick-repair__submit {
    height: 48px;
    margin-top: 18px;
    font-size: 15px;
  }
}

/* Mobile: tách ảnh và form để dễ đọc, không làm vỡ bố cục */
@media (max-width: 767px) {
  .home-quick-repair {
    padding: 28px 0 38px;
  }

  .home-quick-repair__stage {
    width: calc(100% - 24px) !important;
    max-width: 560px !important;
    height: auto;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .home-quick-repair__visual {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1200 / 821;
    margin: 0;
  }

  .home-quick-repair__content {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    margin: -10px 0 0;
    padding: 22px 16px 18px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  }

  .home-quick-repair__title,
  .home-quick-repair__form,
  .home-quick-repair__fields,
  .home-quick-repair__row,
  .home-quick-repair__submit {
    width: 100%;
  }

  .home-quick-repair__title {
    height: auto;
    margin-bottom: 16px;
    font-size: 27px;
    line-height: 36px;
  }

  .home-quick-repair__row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .home-quick-repair__field label {
    height: 22px;
    font-size: 14px;
    line-height: 22px;
  }

  .home-quick-repair__field input {
    height: 48px;
    padding: 13px 14px;
  }

  .home-quick-repair__field textarea {
    height: 110px;
    min-height: 110px;
    max-height: 110px;
    padding: 14px;
  }

  .home-quick-repair__submit {
    height: 52px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }
}

/* =========================================================
   HOME - CUNG CẤP SẢN PHẨM VẬT LIỆU & THIẾT BỊ - FIGMA
   Desktop chuẩn:
   - Khung card: 1203 x 642
   - 2 hàng, mỗi hàng 4 card
   - Card: 285 x 311
   - Gap: 20
   - Nội dung card: 252 x 115.57
   ========================================================= */

.home-accessories {
  width: 100%;
  margin: 0;
  padding: 42px 0 54px;
  overflow: hidden;

  background-color: #f3f3f3;
  background-image: var(--home-accessories-bg, none);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.home-accessories__inner {
  width: 1203px !important;
  max-width: 1203px !important;
  margin: 0 auto !important;
  padding: 0 !important;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.home-accessories__title {
  width: 100%;
  margin: 0;
  padding: 0;

  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;

  color: #7a1f2b;
}

.home-accessories__body {
  width: 1203px;
  max-width: 1203px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

/* ===== TABS ===== */

.home-accessories__tabs {
  width: 1200px;
  max-width: 1200px;
  min-height: 45.95px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;

  margin: 0;
  padding: 0;

  overflow: visible;
}

.home-accessories__tab {
  flex: 0 0 auto;

  height: 45.95px;
  min-width: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0;
  padding: 12.4746px 18.7119px;

  border: 0;
  border-radius: 6.23729px;
  outline: 0;

  background: #c4c4c4;
  color: #1f1f1f;

  font-family: var(--font-heading);
  font-size: 14.0339px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;

  cursor: pointer;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.home-accessories__tab:hover {
  background: #b5b5b5;
  color: #111;
  transform: translateY(-1px);
}

.home-accessories__tab.is-active,
.home-accessories__tab[aria-selected="true"] {
  background: #1f1f1f;
  color: #fff;
}

/* ===== GRID 1203 x 642 ===== */

.home-accessories__results {
  position: relative;

  width: 1203px;
  max-width: 1203px;
  min-height: 642px;

  margin: 0;
}

.home-accessories.is-loading .home-accessories__results {
  opacity: 0.58;
  pointer-events: none;
}

.home-accessories__grid {
  width: 1200px !important;
  max-width: 1200px !important;
  height: 642px;
  min-height: 642px;

  display: grid !important;
  grid-template-columns: repeat(4, 285px) !important;
  grid-template-rows: repeat(2, 311px) !important;
  grid-auto-columns: 285px;
  grid-auto-rows: 311px;

  column-gap: 20px !important;
  row-gap: 20px !important;

  justify-content: center;
  align-items: start;

  margin: 0 auto !important;
  padding: 0 !important;
}

/* ===== CARD 285 x 311 ===== */

.home-accessories .home-accessory-card {
  position: relative;
  isolation: isolate;

  width: 285px !important;
  min-width: 285px !important;
  max-width: 285px !important;

  height: 311px !important;
  min-height: 311px !important;
  max-height: 311px !important;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;

  margin: 0 !important;
  padding: 15px 16px !important;
  gap: 10px;

  overflow: hidden;

  border: 0;
  border-radius: 10px;

  background: transparent;

  box-shadow:
    0 6px 10px 4px rgba(0, 0, 0, 0.1),
    0 2px 3px rgba(0, 0, 0, 0.1);
}

/* Lớp trắng chuyển dần giống Figma. */
.home-accessories .home-accessory-card::after {
  content: "";

  position: absolute;
  z-index: 1;
  inset: 0;

  border-radius: inherit;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 37.62%,
    #ffffff 73.31%
  );

  pointer-events: none;
}

/*
 * Ảnh PHẢI phủ toàn bộ 285 x 311.
 * Scope + important để không bị CSS ảnh/card cũ đẩy ảnh vào trong padding.
 */
.home-accessories .home-accessory-card__image {
  position: absolute !important;
  z-index: 0 !important;

  inset: 0 !important;

  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;

  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;

  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden;

  border: 0 !important;
  border-radius: 10px !important;

  background: transparent !important;
}

.home-accessories .home-accessory-card__image picture {
  width: 100% !important;
  height: 100% !important;

  display: block !important;

  margin: 0 !important;
  padding: 0 !important;
}

.home-accessories .home-accessory-card__img,
.home-accessories .home-accessory-card__image img {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;

  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;

  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: cover !important;
  object-position: center !important;

  border: 0 !important;
  border-radius: 10px !important;

  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.home-accessories .home-accessory-card:hover .home-accessory-card__image img {
  transform: scale(1.035);
}

/* ===== NỘI DUNG 252 x 115.57 ===== */

.home-accessories .home-accessory-card__content {
  position: relative;
  z-index: 2;

  width: 252px !important;
  max-width: 252px !important;

  height: 115.57px;
  min-height: 115.57px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

  gap: 3px;

  margin: 0 !important;
  padding: 0 !important;
}

.home-accessories .home-accessory-card__info {
  width: 252px !important;
  max-width: 252px !important;

  height: 76px;
  min-height: 76px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

  margin: 0 !important;
  padding: 0 !important;
}

.home-accessories .home-accessory-card__name {
  width: 252px !important;
  max-width: 252px !important;

  height: 30px;
  min-height: 30px;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden;

  font-family: var(--font-heading) !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 30px !important;
  text-transform: capitalize;

  color: #000;
}

.home-accessories .home-accessory-card__name a {
  display: block;

  width: 100%;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  font-family: var(--font-heading) !important;
  font-weight: 700 !important;

  color: #000;
}

.home-accessories .home-accessory-card__name a:hover {
  color: #7a1f2b;
}

.home-accessories .home-accessory-card__desc,
.home-accessories .home-accessory-card__price {
  width: 252px !important;
  max-width: 252px !important;

  height: 46px;
  min-height: 46px;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  font-family: var(--font-heading);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;

  white-space: normal;

  color: #000;
}

/* ===== ACTION 252 x 36.57 ===== */

.home-accessories .home-accessory-card__actions {
  width: 252px !important;
  max-width: 252px !important;

  height: 36.57px;
  min-height: 36.57px;

  display: grid;
  grid-template-columns: 208px 35.95px;
  align-items: center;
  justify-content: space-between;

  gap: 8.05px;

  margin: 0 !important;
  padding: 0 !important;
}

.home-accessories .home-accessory-card__contact {
  width: 208px !important;
  height: 36.57px !important;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0 !important;
  padding: 9.78334px 14.675px !important;

  border: 0;
  border-radius: 7.64324px;

  background: linear-gradient(360deg, #ba1027 0%, #7a1f2b 33.22%, #5d000b 100%);

  box-shadow:
    0 3.21016px 4.58594px rgba(255, 136, 134, 0.28),
    0 2.44584px 4.58594px rgba(255, 135, 122, 0.35),
    inset 0.611459px -0.611459px 3.05729px rgba(255, 255, 255, 0.4),
    inset -0.611459px -0.611459px 3.05729px rgba(255, 255, 255, 0.4),
    inset -1.22292px -1.22292px 3.05729px rgba(255, 255, 255, 0.4),
    inset 1.22292px -1.22292px 3.05729px rgba(255, 255, 255, 0.4);

  font-family: var(--font-heading);
  font-size: 11.0063px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  text-transform: capitalize;

  color: #fff;

  transition:
    transform 0.22s ease,
    filter 0.22s ease;
}

.home-accessories .home-accessory-card__contact:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.home-accessories .home-accessory-card__arrow {
  width: 35.95px !important;
  min-width: 35.95px !important;

  height: 35.95px !important;
  min-height: 35.95px !important;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0 !important;
  padding: 8.17028px !important;

  border-radius: 6.53622px;

  background: #1f1f1f;
  color: #fff;

  font-size: 19.61px;
  line-height: 1;

  transition:
    background-color 0.22s ease,
    transform 0.22s ease;
}

.home-accessories .home-accessory-card__arrow:hover {
  background: #7a1f2b;
  color: #fff;
  transform: translateY(-1px);
}

.home-accessories .home-accessory-card__arrow i {
  display: block;
  line-height: 1;
}

/* Cache-safe: markup cũ nếu còn class __more vẫn ra đúng khung. */
.home-accessories .home-accessory-card__more {
  width: 252px !important;
  height: 36.57px !important;

  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0 !important;
  padding: 9.78334px 50px 9.78334px 14.675px !important;

  border-radius: 7.64324px;

  background: linear-gradient(360deg, #ba1027 0%, #7a1f2b 33.22%, #5d000b 100%);

  font-family: var(--font-heading);
  font-size: 11.0063px;
  font-weight: 600;
  line-height: 17px;

  color: #fff;
}

.home-accessories .home-accessory-card__more i {
  position: absolute;

  top: 0;
  right: 0;

  width: 35.95px;
  height: 35.95px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 6.53622px;

  background: #1f1f1f;
  color: #fff;

  font-size: 19.61px;
}

/* ===== PAGINATION ===== */

.home-accessories__pagination {
  width: 100%;
  min-height: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  margin-top: 24px;
}

.home-accessories__page {
  width: 10px;
  height: 10px;

  padding: 0;

  border: 0;
  border-radius: 999px;

  background: #c4c4c4;

  cursor: pointer;

  transition:
    width 0.2s ease,
    background-color 0.2s ease;
}

.home-accessories__page.is-active {
  width: 28px;
  background: #7a1f2b;
}

.home-accessories__empty {
  width: 100%;
  min-height: 311px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #666;

  font-family: var(--font-body);
  font-size: 15px;
  text-align: center;
}

/* =========================================================
   LAPTOP
   Chỉ co card khi viewport thực sự nhỏ hơn khung Figma.
   ========================================================= */

@media (max-width: 1199px) {
  .home-accessories {
    padding: 38px 0 48px;
  }

  .home-accessories__inner,
  .home-accessories__body,
  .home-accessories__results {
    width: calc(100% - 32px) !important;
    max-width: 100% !important;
  }

  .home-accessories__tabs {
    width: 100%;
    max-width: 100%;

    justify-content: flex-start;

    overflow-x: auto;
    overflow-y: hidden;

    scrollbar-width: none;
  }

  .home-accessories__tabs::-webkit-scrollbar {
    display: none;
  }

  .home-accessories__grid {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    min-height: 0;

    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    grid-auto-rows: auto;

    gap: 16px !important;
  }

  .home-accessories .home-accessory-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    aspect-ratio: 285 / 311;

    padding: 15px 14px !important;
  }

  .home-accessories .home-accessory-card__content,
  .home-accessories .home-accessory-card__info,
  .home-accessories .home-accessory-card__actions,
  .home-accessories .home-accessory-card__name,
  .home-accessories .home-accessory-card__desc,
  .home-accessories .home-accessory-card__price,
  .home-accessories .home-accessory-card__more {
    width: 100% !important;
    max-width: 100% !important;
  }

  .home-accessories .home-accessory-card__actions {
    grid-template-columns: minmax(0, 1fr) 35.95px;
  }

  .home-accessories .home-accessory-card__contact {
    width: 100% !important;
  }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {
  .home-accessories__title {
    font-size: 29px;
    line-height: 42px;
  }

  .home-accessories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  .home-accessories .home-accessory-card {
    max-width: 360px !important;
    justify-self: center;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 575px) {
  .home-accessories {
    padding: 32px 0 40px;
  }

  .home-accessories__inner,
  .home-accessories__body,
  .home-accessories__results {
    width: calc(100% - 24px) !important;
  }

  .home-accessories__title {
    font-size: 25px;
    line-height: 34px;
  }

  .home-accessories__tabs {
    min-height: 39px;
    gap: 10px;
  }

  .home-accessories__tab {
    height: 39px;

    padding: 9px 13px;

    font-size: 12px;
    line-height: 18px;
  }

  .home-accessories__grid {
    gap: 10px !important;
  }

  .home-accessories .home-accessory-card {
    padding: 10px !important;
    border-radius: 8px;
  }

  .home-accessories .home-accessory-card__image,
  .home-accessories .home-accessory-card__img,
  .home-accessories .home-accessory-card__image img {
    border-radius: 8px !important;
  }

  .home-accessories .home-accessory-card__content {
    height: 102px;
    min-height: 102px;
    gap: 4px;
  }

  .home-accessories .home-accessory-card__info {
    height: 68px;
    min-height: 68px;
  }

  .home-accessories .home-accessory-card__name {
    height: 23px;
    min-height: 23px;

    font-size: 14px !important;
    line-height: 23px !important;
  }

  .home-accessories .home-accessory-card__desc,
  .home-accessories .home-accessory-card__price {
    height: 42px;
    min-height: 42px;

    font-size: 11px;
    line-height: 16px;
  }

  .home-accessories .home-accessory-card__actions,
  .home-accessories .home-accessory-card__more {
    height: 30px !important;
    min-height: 30px;
  }

  .home-accessories .home-accessory-card__actions {
    grid-template-columns: minmax(0, 1fr) 30px;
    gap: 6px;
  }

  .home-accessories .home-accessory-card__contact {
    width: 100% !important;
    height: 30px !important;

    padding: 6px 8px !important;

    font-size: 10px;
    line-height: 14px;
  }

  .home-accessories .home-accessory-card__arrow {
    width: 30px !important;
    min-width: 30px !important;

    height: 30px !important;
    min-height: 30px !important;

    padding: 6px !important;

    font-size: 15px;
  }
}

/* =========================================================
   INNER PAGES - SERVICES
========================================================= */
.inner-service-page {
  --service-primary: #ffc107;
  --service-text: #111;
  --service-muted: #666;
  --service-border: #e8e8e8;
  --service-shadow: 0 8px 26px rgba(0, 0, 0, 0.07);
}

.inner-service-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.inner-service-layout > .inner-service-main:only-child {
  grid-column: 1 / -1;
}

.inner-service-sidebar {
  position: sticky;
  top: 20px;
  min-width: 0;
  border: 1px solid var(--service-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.045);
  overflow: hidden;
}

.inner-service-sidebar__title {
  padding: 16px 18px;
  border-bottom: 1px solid var(--service-border);
  color: var(--service-text);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.inner-service-sidebar__menu {
  padding: 8px 14px 14px;
}

.inner-service-menu-group {
  border-bottom: 1px dashed #d8d8d8;
}

.inner-service-menu-group:last-child {
  border-bottom: 0;
}

.inner-service-menu-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0;
  cursor: pointer;
  list-style: none;
}

.inner-service-menu-group summary::-webkit-details-marker {
  display: none;
}

.inner-service-menu-group summary a {
  min-width: 0;
  color: var(--service-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.inner-service-menu-group summary i {
  flex: 0 0 auto;
  color: #999;
  font-size: 12px;
  transition: transform 0.2s ease;
}

.inner-service-menu-group[open] summary i {
  transform: rotate(180deg);
}

.inner-service-menu-group ul {
  margin: -2px 0 10px;
  padding: 0 0 0 12px;
  list-style: none;
}

.inner-service-menu-group li a {
  display: block;
  padding: 8px 0;
  color: var(--service-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.inner-service-menu-group.is-active summary a,
.inner-service-menu-group li.is-active a,
.inner-service-menu-group a:hover {
  color: #b98512;
}

.inner-service-heading h1 {
  margin: 0 0 26px;
  color: var(--service-text);
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.inner-service-posts {
  display: grid;
  gap: 20px;
}

.inner-service-post {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--service-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.045);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.inner-service-post:hover {
  transform: translateY(-3px);
  box-shadow: var(--service-shadow);
}

.inner-service-post__photo {
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
}

.inner-service-post__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-service-post__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 4px 4px 0;
}

.inner-service-post__meta,
.inner-service-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #888;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.inner-service-post__meta span,
.inner-service-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.inner-service-post__title {
  margin: 10px 0 9px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.inner-service-post__title a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--service-text);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.inner-service-post__title a:hover {
  color: #b98512;
}

.inner-service-post__desc {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 16px;
  color: var(--service-muted);
  font-size: 15px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.inner-service-post__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  margin-top: auto;
  padding: 9px 16px;
  border-radius: 999px;
  background: var(--service-primary);
  color: #111;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.inner-service-post__more:hover {
  color: #111;
  background: #e6ad00;
}

.inner-service-article {
  min-width: 0;
}

.inner-service-detail-meta {
  margin: -12px 0 20px;
}

.inner-service-detail-photo {
  margin-bottom: 22px;
  border-radius: 14px;
  overflow: hidden;
  background: #f5f5f5;
}

.inner-service-detail-photo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.inner-service-detail-desc,
.inner-service-detail-content {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.inner-service-detail-desc {
  margin-bottom: 18px;
}

.inner-service-detail-desc img,
.inner-service-detail-desc iframe,
.inner-service-detail-desc table,
.inner-service-detail-content img,
.inner-service-detail-content iframe,
.inner-service-detail-content table {
  max-width: 100%;
}

.inner-service-detail-desc img,
.inner-service-detail-content img {
  height: auto !important;
}

.inner-service-detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.inner-service-detail-gallery__item {
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
}

.inner-service-detail-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-service-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--service-border);
}

.inner-service-related {
  margin-top: 34px;
}

.inner-service-related__title {
  margin-bottom: 18px;
  color: var(--service-text);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.inner-service-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.inner-service-related__card {
  min-width: 0;
}

.inner-service-related__photo {
  display: block;
  aspect-ratio: 4 / 3;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
  background: #f5f5f5;
}

.inner-service-related__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-service-related__card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.45;
}

.inner-service-related__card h3 a {
  color: var(--service-text);
}

.inner-service-related__card h3 a:hover {
  color: #b98512;
}

@media (max-width: 1199px) {
  .inner-service-layout {
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 24px;
  }

  .inner-service-post {
    grid-template-columns: 240px minmax(0, 1fr);
  }
}

@media (max-width: 991px) {
  .inner-service-layout {
    grid-template-columns: 1fr;
  }

  .inner-service-sidebar {
    position: static;
  }

  .inner-service-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .inner-service-heading h1 {
    margin-bottom: 20px;
    font-size: 26px;
    text-align: center;
  }

  .inner-service-post {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 12px;
  }

  .inner-service-post__body {
    padding: 0;
  }

  .inner-service-post__title {
    font-size: 20px;
  }

  .inner-service-detail-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .inner-service-related__grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   FIGMA - ĐỐI TÁC CHẠY NGANG
   Container ~ 133px | Logo row 72.55px | Gap 77.38px
   ========================================================= */

.home-partners {
  position: relative;
  z-index: 3;

  width: 100%;
  margin: 0;
  padding: 0;

  overflow: hidden;

  background: #ffffff;
}

.home-partners__stage {
  width: 100%;
  height: 133px;

  display: flex;
  align-items: center;

  overflow: hidden;

  background: #ffffff;

  border-top: 1.21px solid #e5e7eb;
  border-bottom: 1.21px solid #e5e7eb;
}

.home-partners__swiper {
  width: 100%;
  height: 72.55px;

  display: flex;
  align-items: center;

  overflow: hidden;
}

.home-partners__swiper .swiper-wrapper {
  height: 72.55px;

  align-items: center;

  transition-timing-function: linear !important;
}

.home-partners__swiper .swiper-slide {
  width: auto !important;
  height: 72.55px !important;

  flex: 0 0 auto !important;

  display: flex;
  align-items: center;
  justify-content: center;
}

.home-partner-card {
  width: auto;
  height: 72.55px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin: 0;
  padding: 0;

  background: transparent;
  border: 0;
  border-radius: 0;

  text-decoration: none;
}

.home-partner-card__logo {
  width: auto;
  height: 72.55px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  overflow: visible;
}

.home-partner-card__logo img {
  display: block !important;

  width: auto !important;
  height: auto !important;

  /*
   * Figma có logo cao/thấp khác nhau.
   * Không ép tất cả cùng 1 kích thước; chỉ giới hạn theo logo lớn nhất.
   */
  max-width: 151.14px !important;
  max-height: 72.12px !important;

  margin: 0 !important;

  object-fit: contain !important;
  object-position: center !important;

  transform: none !important;
  filter: none !important;

  transition: opacity 0.25s ease !important;
}

.home-partner-card:hover .home-partner-card__logo img {
  opacity: 0.78;
  transform: none !important;
  filter: none !important;
}

.home-partners .swiper-button-prev,
.home-partners .swiper-button-next,
.home-partners .swiper-pagination {
  display: none !important;
}

@media (max-width: 1025px) {
  .home-partners__stage {
    height: 108px;
  }

  .home-partners__swiper,
  .home-partners__swiper .swiper-wrapper,
  .home-partners__swiper .swiper-slide,
  .home-partner-card,
  .home-partner-card__logo {
    height: 62px !important;
  }

  .home-partner-card__logo img {
    max-width: 130px !important;
    max-height: 58px !important;
  }
}

@media (max-width: 767px) {
  .home-partners__stage {
    height: 88px;
  }

  .home-partners__swiper,
  .home-partners__swiper .swiper-wrapper,
  .home-partners__swiper .swiper-slide,
  .home-partner-card,
  .home-partner-card__logo {
    height: 52px !important;
  }

  .home-partner-card__logo img {
    max-width: 108px !important;
    max-height: 48px !important;
  }
}

/* =========================================================
   FIGMA - BẠN ĐANG LÊN KẾ HOẠCH ĐẦU TƯ
   Desktop:
   - Inner: 1202 x 922
   - Title: 510 x 96, 32/48
   - Grid: 1202 x 802
   - Card: 590 x 390
   - Gap: 20px
   ========================================================= */

.home-investment-figma {
  position: relative;
  width: 100%;
  padding: 48px 0 70px;
  overflow: hidden;

  /*
   * Ảnh nền được upload riêng trong Dashboard.
   * Figma export: 1910 x 989px.
   */
  background-color: #f1f1f1;
  background-image: var(--home-investment-bg, none);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.home-investment-figma__inner {
  width: calc(100% - 30px);
  max-width: 1202px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.home-investment-figma__title {
  width: 510px;
  max-width: 100%;
  min-height: 96px;
  margin: 0;

  font-family: var(--font-heading);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;

  color: #7a1f2b;
}

.home-investment-figma__grid {
  width: 100%;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 590px));
  gap: 20px;

  justify-content: center;
}

.home-investment-card {
  position: relative;
  isolation: isolate;

  width: 590px;
  max-width: 100%;
  height: 390px;

  overflow: hidden;

  background: #1f1f1f;
  border-radius: 20px;
}

.home-investment-card__image {
  position: absolute;
  z-index: 0;
  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  overflow: hidden;
  border-radius: inherit;
}

.home-investment-card__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.home-investment-card:hover .home-investment-card__image img {
  transform: scale(1.035);
}

/* Glass area theo Figma: khoảng 199px ở đáy card */
.home-investment-card__glass {
  position: absolute;
  z-index: 2;

  left: 0;
  right: 0;
  bottom: 0;

  min-height: 199px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;

  padding: 23px;

  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 100%),
    rgba(0, 0, 0, 0.01);

  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);

  border-radius: 0 0 20px 20px;
}

.home-investment-card__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;

  width: 100%;
}

.home-investment-card__title {
  width: 100%;
  min-height: 45px;
  margin: 0;

  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  text-transform: capitalize;

  color: #ffffff;
}

.home-investment-card__desc {
  width: 100%;
  min-height: 54px;
  margin: 0;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;

  color: #ffffff;
}

.home-investment-card__actions {
  width: 100%;
  min-height: 65px;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 59px;
  align-items: center;
  gap: 18px;
}

.home-investment-card__contact,
.home-investment-card__arrow {
  height: 59px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.3);

  color: #ffffff;
  text-decoration: none;

  transition:
    background-color 0.28s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.home-investment-card__contact {
  width: 100%;

  padding: 16px 24px;

  border-radius: 8px;

  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
}

.home-investment-card__arrow {
  width: 59px;

  border-radius: 10.7273px;

  font-size: 28px;
}

.home-investment-card__contact:hover,
.home-investment-card__arrow:hover {
  background: #7a1f2b;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 7px 16px rgba(122, 31, 43, 0.24);
}

/* =========================================================
   HOME FEATURED PROJECTS - FIGMA - EXACT PROPORTION
   Design frame:
   - Content group: 1793 x 977
   - Project stage: 1793 x 731
   - Columns: 297 / 333 / 453 / 333 / 297
   - Gap: 20
   - Left stack: 348 + 20 + 222
   - Right stack: 222 + 20 + 348
   ========================================================= */

.home-featured-projects {
  position: relative;
  width: 100%;
  overflow: hidden;

  /* 49px top + group 977px + ~50px bottom = BG 1076px ở Figma */
  padding: clamp(38px, 2.552083vw, 49px) 0 clamp(39px, 2.604167vw, 50px);

  background-color: #070707;
  background-image: var(--home-featured-projects-bg, none);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.home-featured-projects__inner {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: none;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-featured-projects__intro {
  width: min(62.8125%, 1206px);
  margin: 0 auto clamp(39px, 2.65625vw, 51px);

  text-align: center;
}

.home-featured-projects__title {
  margin: 0 0 clamp(5px, 0.3125vw, 6px);

  font-family: var(--font-heading);
  font-size: clamp(24px, 1.666667vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;

  color: #ffffff;
}

.home-featured-projects__desc {
  margin: 0;

  font-family: var(--font-heading);
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;

  color: #ffffff;
}

/*
 * Stage giữ đúng tỷ lệ 1793 x 731 ở mọi desktop.
 * Đây là điểm sửa chính: không thu các column độc lập theo breakpoint nữa.
 */
.home-featured-projects__stage {
  position: relative;

  width: min(93.385417%, 1793px);
  max-width: 1793px;
  aspect-ratio: 1793 / 731;

  min-height: 0;
  margin: 0 auto;

  display: block;
}

/* ===== 5 exact columns ===== */

.home-featured-projects__column {
  position: absolute;
  display: block;
  margin: 0;
}

.home-featured-projects__column--side {
  top: 22.571819%;
  width: 16.564417%;
  height: 54.719562%;
}

.home-featured-projects__column--side-left {
  left: 0;
}

.home-featured-projects__column--side-right {
  left: 83.435583%;
  top: 22.640219%;
}

.home-featured-projects__column--stack {
  top: 0;
  width: 18.572225%;
  height: 80.711354%;
}

.home-featured-projects__column--stack-left {
  left: 17.679866%;
}

.home-featured-projects__column--center {
  top: 0;
  left: 37.36754%;
  width: 25.264919%;
  height: 100%;
}

.home-featured-projects__column--stack-right {
  left: 63.748466%;
}

/* ===== Card base ===== */

.home-featured-project {
  position: relative;
  isolation: isolate;

  width: 100%;
  overflow: hidden;

  border-radius: clamp(15px, 1.041667vw, 20px);
  background: #151515;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transform: scale(1);
  z-index: 0;
  transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.25, 1), box-shadow 0.55s ease;
}

/* One featured project gently enlarges at a time on the home page. */
.home-featured-projects__stage.has-auto-highlight .home-feature.is-auto-highlighted {
  z-index: 4;
  transform: scale(1.045);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42), 0 0 0 2px rgba(255, 255, 255, 0.55);
}

.home-featured-projects__stage.has-auto-highlight .home-feature.is-auto-highlighted .home-featured-project__image img {
  transform: scale(1.055);
}

.home-featured-projects__stage.has-auto-highlight .home-featured-project.is-auto-highlighted:hover {
  transform: scale(1.055);
}

@media (max-width: 1025px) {
  .home-featured-projects__stage.has-auto-highlight .home-feature.is-auto-highlighted,
  .home-featured-projects__stage.has-auto-highlight .home-feature.is-auto-highlighted:hover {
    transform: scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-featured-project { transition: none; }
  .home-featured-projects__stage.has-auto-highlight .home-feature.is-auto-highlighted,
  .home-featured-projects__stage.has-auto-highlight .home-feature.is-auto-highlighted:hover,
  .home-featured-projects__stage.has-auto-highlight .home-feature.is-auto-highlighted .home-featured-project__image img {
    transform: none;
  }
}

.home-featured-project--side,
.home-featured-project--center {
  height: 100%;
}

/* Left stack = 348 + 20 + 222 */
.home-featured-projects__column--stack-left .home-featured-project--small-1 {
  position: absolute;
  inset: 0 0 auto 0;
  height: 58.983051%;
}

.home-featured-projects__column--stack-left .home-featured-project--small-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 62.372881%;
  height: 37.627119%;
}

/* Right stack = 222 + 20 + 348 */
.home-featured-projects__column--stack-right .home-featured-project--small-1 {
  position: absolute;
  inset: 0 0 auto 0;
  height: 37.627119%;
}

.home-featured-projects__column--stack-right .home-featured-project--small-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 41.016949%;
  height: 58.983051%;
}

.home-featured-project__link {
  position: relative;
  display: block;

  width: 100%;
  height: 100%;

  color: #ffffff;
  text-decoration: none;
}

.home-featured-project__image {
  position: absolute;
  inset: 0;

  display: block;
  width: 100%;
  height: 100%;
}

.home-featured-project__image::after {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.01) 0%,
    rgba(0, 0, 0, 0.08) 48%,
    rgba(0, 0, 0, 0.38) 100%
  );

  pointer-events: none;
}

.home-featured-project__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transform: scale(1);
  transition: transform 0.45s ease;
}

.home-featured-project:hover .home-featured-project__image img {
  transform: scale(1.035);
}

/* ===== Glass panels - đúng chiều cao Figma ===== */

.home-featured-project__glass {
  position: absolute;
  z-index: 2;

  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(8px, 0.729167vw, 14px);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.32) 100%
    ),
    rgba(0, 0, 0, 0.01);

  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);

  border-radius: 0 0 clamp(15px, 1.041667vw, 20px) clamp(15px, 1.041667vw, 20px);
}

/* 297 x 400 side card -> glass 129 */
.home-featured-project--side .home-featured-project__glass {
  height: 32.25%;
  padding: clamp(8px, 0.572917vw, 11px) clamp(10px, 0.677083vw, 13px);
}

/* 453 x 731 center -> glass 178 */
.home-featured-project--center .home-featured-project__glass {
  height: 24.350205%;
  padding: clamp(16px, 1.354167vw, 26px) clamp(13px, 0.833333vw, 16px)
    clamp(13px, 0.833333vw, 16px);
}

/* 333 x 348 -> glass 77 (left top) */
.home-featured-projects__column--stack-left
  .home-featured-project--small-1
  .home-featured-project__glass {
  height: 22.126437%;
  padding: clamp(8px, 0.520833vw, 10px) clamp(12px, 0.78125vw, 15px);
}

/* 333 x 222 -> glass 99 (left bottom) */
.home-featured-projects__column--stack-left
  .home-featured-project--small-2
  .home-featured-project__glass {
  height: 44.594595%;
  padding: clamp(7px, 0.416667vw, 8px) clamp(12px, 0.78125vw, 15px)
    clamp(12px, 0.885417vw, 17px);
}

/* 333 x 222 -> glass 100 (right top) */
.home-featured-projects__column--stack-right
  .home-featured-project--small-1
  .home-featured-project__glass {
  height: 45.045045%;
  padding: clamp(5px, 0.3125vw, 6px) clamp(12px, 0.78125vw, 15px)
    clamp(12px, 0.885417vw, 17px);
}

/* 333 x 348 -> glass 100 (right bottom) */
.home-featured-projects__column--stack-right
  .home-featured-project--small-2
  .home-featured-project__glass {
  height: 28.735632%;
  padding: clamp(5px, 0.3125vw, 6px) clamp(12px, 0.78125vw, 15px)
    clamp(12px, 0.885417vw, 17px);
}

.home-featured-project__content {
  min-width: 0;
  flex: 1 1 auto;
}

.home-featured-project__name {
  margin: 0;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

  font-family: var(--font-heading);
  font-size: clamp(15px, 1.041667vw, 20px);
  font-weight: 800;
  line-height: 1.455;
  text-transform: none;

  color: #ffffff;
}

.home-featured-project--small .home-featured-project__name {
  -webkit-line-clamp: 2;
  font-size: clamp(12px, 1.041667vw, 20px);
}

.home-featured-project--center .home-featured-project__name {
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.35;
}

.home-featured-project__meta {
  margin-top: clamp(2px, 0.3125vw, 6px);

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  font-family: var(--font-body);
  font-size: clamp(11px, 0.78125vw, 15px);
  font-weight: 400;
  line-height: 1.455;

  color: #ffffff;
}

.home-featured-project--small .home-featured-project__meta {
  font-size: clamp(10px, 0.78125vw, 15px);
}

.home-featured-project__arrow {
  flex: 0 0 clamp(34px, 2.291667vw, 44px);

  width: clamp(34px, 2.291667vw, 44px);
  height: clamp(34px, 2.291667vw, 44px);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: clamp(7px, 0.511533vw, 9.821px);

  background: linear-gradient(360deg, #ba1027 0%, #7a1f2b 33.22%, #5d000b 100%);

  box-shadow:
    0 4.125px 5.893px rgba(255, 136, 134, 0.28),
    0 3.143px 5.893px rgba(255, 135, 122, 0.35),
    inset 0.786px -0.786px 3.929px rgba(255, 255, 255, 0.4),
    inset -0.786px -0.786px 3.929px rgba(255, 255, 255, 0.4);

  font-size: clamp(14px, 0.982292vw, 18.86px);
  color: #ffffff;

  transition:
    transform 0.28s ease,
    filter 0.28s ease;
}

.home-featured-project--center .home-featured-project__arrow {
  flex-basis: clamp(44px, 2.957292vw, 56.78px);
  width: clamp(44px, 2.957292vw, 56.78px);
  height: clamp(44px, 2.957292vw, 56.78px);
}

.home-featured-project:hover .home-featured-project__arrow {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

/* ===== Xem tất cả ===== */

.home-featured-projects__footer {
  width: 100%;

  margin-top: clamp(22px, 1.458333vw, 28px);

  text-align: center;
}

.home-featured-projects__more {
  position: relative;

  min-width: clamp(124px, 8.072917vw, 155px);
  height: clamp(47px, 3.072917vw, 59px);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: clamp(12px, 0.833333vw, 16px) clamp(19px, 1.25vw, 24px);

  overflow: hidden;

  border-radius: clamp(10px, 0.651042vw, 12.5px);

  background: linear-gradient(360deg, #ba1027 0%, #7a1f2b 33.22%, #5d000b 100%);

  box-shadow:
    0 5.25px 7.5px rgba(255, 136, 134, 0.28),
    0 4px 7.5px rgba(255, 135, 122, 0.35),
    inset 1px -1px 5px rgba(255, 255, 255, 0.4),
    inset -1px -1px 5px rgba(255, 255, 255, 0.4);

  font-family: var(--font-heading);
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 600;
  line-height: 1.5;

  color: #ffffff;
  text-decoration: none;
  text-transform: capitalize;

  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.home-featured-projects__more::before {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0)
  );

  transform: translateX(-100%);
  transition: transform 0.35s ease;
}

.home-featured-projects__more span {
  position: relative;
  z-index: 1;
}

.home-featured-projects__more:hover {
  color: #ffffff;

  transform: translateY(-2px);

  box-shadow: 0 12px 26px rgba(93, 0, 11, 0.28);
}

.home-featured-projects__more:hover::before {
  transform: translateX(0);
}

/*
 * Tablet: bỏ layout absolute Figma, chuyển grid 2 cột.
 * Desktop/laptop >= 1026 vẫn giữ đúng tỷ lệ 5 cột.
 */
@media (max-width: 1025px) {
  .home-featured-projects {
    padding: 42px 0;
    background-position: center center;
    background-size: cover;
  }

  .home-featured-projects__intro {
    width: calc(100% - 32px);
    max-width: 760px;
    margin-bottom: 28px;
  }

  .home-featured-projects__title {
    font-size: 28px;
    line-height: 40px;
  }

  .home-featured-projects__desc {
    font-size: 15px;
    line-height: 24px;
  }

  .home-featured-projects__stage {
    width: calc(100% - 32px);
    max-width: 920px;
    aspect-ratio: auto;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .home-featured-projects__column,
  .home-featured-projects__column--side,
  .home-featured-projects__column--stack,
  .home-featured-projects__column--center {
    position: static;

    width: 100%;
    height: auto;
    margin: 0;

    display: contents;
  }

  .home-featured-project,
  .home-featured-project--side,
  .home-featured-project--center,
  .home-featured-project--small,
  .home-featured-projects__column--stack-left .home-featured-project--small-1,
  .home-featured-projects__column--stack-left .home-featured-project--small-2,
  .home-featured-projects__column--stack-right .home-featured-project--small-1,
  .home-featured-projects__column--stack-right .home-featured-project--small-2 {
    position: relative;
    inset: auto;

    width: 100%;
    height: 340px;
  }

  .home-featured-project--center {
    height: 420px;
  }

  .home-featured-project__glass,
  .home-featured-project--side .home-featured-project__glass,
  .home-featured-project--center .home-featured-project__glass,
  .home-featured-projects__column--stack-left
    .home-featured-project--small-1
    .home-featured-project__glass,
  .home-featured-projects__column--stack-left
    .home-featured-project--small-2
    .home-featured-project__glass,
  .home-featured-projects__column--stack-right
    .home-featured-project--small-1
    .home-featured-project__glass,
  .home-featured-projects__column--stack-right
    .home-featured-project--small-2
    .home-featured-project__glass {
    height: auto;
    min-height: 125px;
    padding: 16px;
  }

  .home-featured-project__name,
  .home-featured-project--small .home-featured-project__name,
  .home-featured-project--center .home-featured-project__name {
    font-size: 19px;
    line-height: 1.4;
  }

  .home-featured-project__meta,
  .home-featured-project--small .home-featured-project__meta {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .home-featured-projects {
    padding: 36px 0 38px;
  }

  .home-featured-projects__intro {
    width: calc(100% - 24px);
    margin-bottom: 22px;
  }

  .home-featured-projects__title {
    font-size: 26px;
    line-height: 36px;
  }

  .home-featured-projects__stage {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-featured-project,
  .home-featured-project--side,
  .home-featured-project--center,
  .home-featured-project--small,
  .home-featured-projects__column--stack-left .home-featured-project--small-1,
  .home-featured-projects__column--stack-left .home-featured-project--small-2,
  .home-featured-projects__column--stack-right .home-featured-project--small-1,
  .home-featured-projects__column--stack-right .home-featured-project--small-2 {
    height: 300px;
    border-radius: 16px;
  }

  .home-featured-project--center {
    height: 340px;
  }

  .home-featured-project__glass,
  .home-featured-project--side .home-featured-project__glass,
  .home-featured-project--center .home-featured-project__glass {
    min-height: 116px;
    padding: 14px 12px;
    border-radius: 0 0 16px 16px;
  }

  .home-featured-project__name,
  .home-featured-project--small .home-featured-project__name,
  .home-featured-project--center .home-featured-project__name {
    font-size: 18px;
  }

  .home-featured-project__arrow,
  .home-featured-project--center .home-featured-project__arrow {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-featured-project__image img,
  .home-featured-project__arrow,
  .home-featured-projects__more,
  .home-featured-projects__more::before {
    transition: none;
  }
}

@media (max-width: 1025px) {
  .home-investment-figma {
    padding: 44px 0 54px;
    background-position: center top;
    background-size: cover;
  }

  .home-investment-figma__inner {
    width: calc(100% - 32px);
  }

  .home-investment-figma__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-investment-card {
    width: 100%;
    height: 340px;
  }

  .home-investment-card__glass {
    min-height: 178px;
    padding: 18px;
  }

  .home-investment-card__title {
    min-height: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .home-investment-card__desc {
    min-height: 48px;
    font-size: 16px;
    line-height: 24px;
  }

  .home-investment-card__actions {
    min-height: 54px;
    grid-template-columns: minmax(0, 1fr) 54px;
    gap: 12px;
  }

  .home-investment-card__contact,
  .home-investment-card__arrow {
    height: 54px;
  }

  .home-investment-card__arrow {
    width: 54px;
  }
}

@media (max-width: 767px) {
  .home-investment-figma {
    padding: 36px 0 44px;
    background-position: center top;
    background-size: cover;
  }

  .home-investment-figma__inner {
    width: calc(100% - 24px);
    gap: 20px;
  }

  .home-investment-figma__title {
    min-height: 0;

    font-size: 27px;
    line-height: 38px;
  }

  .home-investment-figma__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-investment-card {
    height: 310px;
    border-radius: 16px;
  }

  .home-investment-card__glass {
    min-height: 164px;
    padding: 16px;
    border-radius: 0 0 16px 16px;
  }

  .home-investment-card__title {
    font-size: 21px;
    line-height: 31px;
  }

  .home-investment-card__desc {
    min-height: 44px;
    font-size: 15px;
    line-height: 22px;
  }

  .home-investment-card__actions {
    min-height: 48px;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 10px;
  }

  .home-investment-card__contact,
  .home-investment-card__arrow {
    height: 48px;
  }

  .home-investment-card__contact {
    padding: 11px 16px;
    font-size: 15px;
    line-height: 24px;
  }

  .home-investment-card__arrow {
    width: 48px;
    font-size: 23px;
  }
}

/* =========================================================
   MOBILE HEADER - STICKY + WHITE
   Additive override: giữ nguyên toàn bộ CSS hiện có.
   ========================================================= */
@media (max-width: 1025px) {
  .above-nav {
    position: relative;
    z-index: 1000;
  }

  .above-nav .header {
    position: relative;
    z-index: 10020;
    width: 100%;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(15, 15, 15, 0.08);
    transition:
      box-shadow 0.2s ease,
      background-color 0.2s ease;
  }

  body.mobile-header-sticky .above-nav {
    padding-bottom: var(--mobile-header-sticky-height, 0px);
  }

  body.mobile-header-sticky .above-nav .header {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 10020;
    background: #ffffff !important;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.1);
  }

  .above-nav .header .header-menu-mobile-btn,
  .above-nav .header .mobile-header-search-toggle {
    background: transparent !important;
    color: #111111 !important;
  }

  .above-nav .header .header-menu-mobile-btn span,
  .above-nav .header .menu-mobile-btn span {
    background: #111111 !important;
  }

  .above-nav .header .mobile-header-search-toggle i {
    color: #111111 !important;
  }

  .above-nav .header .cart-head {
    color: #111111;
    border-color: rgba(15, 15, 15, 0.14);
  }

  .above-nav .header .cart-head:hover {
    color: #111111;
  }

  .above-nav .header .logo-header {
    position: relative;
    z-index: 2;
  }

  .opacity-menu {
    z-index: 10030;
  }

  .header-left-fixwidth {
    z-index: 10040;
  }
}

@media (min-width: 1026px) {
  body.mobile-header-sticky .above-nav {
    padding-bottom: 0;
  }
}

/* =========================================================
   HOME - KHÁCH HÀNG NÓI GÌ VỀ CHÚNG TÔI
   FIGMA desktop:
   - tổng: 1200 x 455
   - ảnh trái: 488 x 455
   - gap: 20px
   - cột phải: 692 x 405
   - card giữa: 382.53 x 318.15
   - card hai bên: 248.34 x 206.11
   - > 3 đánh giá: JS tự chạy 5 giây/lần
========================================================= */

.home-testimonials {
  width: 100%;
  padding: 56px 0 64px;
  overflow: hidden;
  background: #fff;
}

.home-testimonials__layout {
  width: 1200px;
  max-width: 100%;
  min-height: 455px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.home-testimonials__image {
  width: 488px;
  height: 455px;
  flex: 0 0 488px;

  margin: 0;
  overflow: hidden;

  border-radius: 22.6357px;
  background: #f5f5f5;
}

.home-testimonials__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-testimonials__content {
  width: 692px;
  height: 405px;
  flex: 0 0 692px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  gap: 50px;
}

.home-testimonials__title {
  width: 692px;
  margin: 0;

  font-family: var(--font-heading);
  font-size: 38px;
  line-height: 57px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;

  color: #ffc704;
}

.home-testimonials__carousel {
  width: 692px;
  height: 356px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  gap: 31px;
}

.home-testimonials__cards {
  position: relative;

  width: 692px;
  height: 318.15px;
  flex: 0 0 318.15px;
}

/* Mỗi slide được JS đổi class vị trí. */
.home-testimonial-slide {
  position: absolute;
  top: 63.75px;
  left: 221.5px;

  width: 248.34px;
  height: 206.11px;

  opacity: 0;
  z-index: 0;
  pointer-events: none;

  transition:
    left 0.85s ease,
    top 0.85s ease,
    width 0.85s ease,
    height 0.85s ease,
    opacity 0.55s ease;
}

.home-testimonial-slide.is-prev {
  left: 0.5px;
  top: 63.75px;
  opacity: 1;
  z-index: 1;
}

.home-testimonial-slide.is-active {
  left: 154.73px;
  top: 0;

  width: 382.53px;
  height: 318.15px;

  opacity: 1;
  z-index: 3;
}

.home-testimonial-slide.is-next {
  left: 443.16px;
  top: 65.5px;
  opacity: 1;
  z-index: 1;
}

.home-testimonial-slide.is-hidden {
  left: 221.5px;
  top: 63.75px;
  opacity: 0;
  z-index: 0;
}

/* Base = card hai bên trong Figma */
.home-testimonial-card {
  box-sizing: border-box;

  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;

  padding: 15.7202px;
  gap: 21.83px;

  background: #fff;
  box-shadow: 0 3.49337px 6.98674px 2.62003px rgba(0, 0, 0, 0.08);
  border-radius: 17.4669px;

  overflow: hidden;

  transition:
    padding 0.85s ease,
    gap 0.85s ease,
    border-radius 0.85s ease,
    box-shadow 0.85s ease;
}

.home-testimonial-card__top {
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 19.21px;
}

.home-testimonial-card__quote {
  display: block;

  width: 23.58px;
  height: 20.96px;

  font-family: var(--font-body);
  font-size: 42px;
  line-height: 34px;
  font-weight: 700;

  color: #d9d9d9;

  overflow: hidden;

  transition:
    width 0.85s ease,
    height 0.85s ease,
    font-size 0.85s ease,
    line-height 0.85s ease;
}

.home-testimonial-card__body {
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 9.61px;
}

.home-testimonial-card__stars {
  display: flex;
  align-items: center;
  gap: 3.49px;

  font-size: 17.47px;
  line-height: 17.47px;

  transition:
    gap 0.85s ease,
    font-size 0.85s ease,
    line-height 0.85s ease;
}

.home-testimonial-card__stars span {
  color: #d9d9d9;
}

.home-testimonial-card__stars span.is-filled {
  color: #fcc00b;
}

.home-testimonial-card__review {
  width: 100%;
  margin: 0;

  font-family: var(--font-body);
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: -0.03em;

  color: #000;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;

  transition:
    font-size 0.85s ease,
    line-height 0.85s ease;
}

.home-testimonial-card__customer {
  width: 100%;

  display: flex;
  align-items: center;

  gap: 8.73px;

  transition: gap 0.85s ease;
}

.home-testimonial-card__avatar {
  width: 36.68px;
  height: 36.68px;
  flex: 0 0 36.68px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  background: #fcc00b;
  border-radius: 999px;

  transition:
    width 0.85s ease,
    height 0.85s ease,
    flex-basis 0.85s ease;
}

.home-testimonial-card__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.home-testimonial-card__initials {
  /* width: 100%; */
  /* height: 100%; */

  align-items: center;
  justify-content: center;

  font-family: var(--font-body);
  font-size: 13.9735px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;

  color: #000;

  transition:
    font-size 0.85s ease,
    line-height 0.85s ease;
}

.home-testimonial-card__identity {
  min-width: 0;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 1.75px;

  transition: gap 0.85s ease;
}

.home-testimonial-card__identity strong {
  max-width: 100%;

  font-family: var(--font-body);
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;

  color: #000;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  transition:
    font-size 0.85s ease,
    line-height 0.85s ease;
}

.home-testimonial-card__identity small {
  max-width: 100%;

  font-family: var(--font-body);
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: -0.03em;

  color: #000;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  transition:
    font-size 0.85s ease,
    line-height 0.85s ease;
}

/* Active = card lớn giữa, đúng tỷ lệ Figma */
.home-testimonial-slide.is-active .home-testimonial-card {
  padding: 24.2146px;
  gap: 33.63px;

  box-shadow: 0 5.38102px 10.762px 4.03576px rgba(0, 0, 0, 0.08);
  border-radius: 26.9051px;
}

.home-testimonial-slide.is-active .home-testimonial-card__top {
  gap: 29.6px;
}

.home-testimonial-slide.is-active .home-testimonial-card__quote {
  width: 36.32px;
  height: 32.29px;

  font-size: 64px;
  line-height: 52px;
}

.home-testimonial-slide.is-active .home-testimonial-card__body {
  gap: 14.8px;
}

.home-testimonial-slide.is-active .home-testimonial-card__stars {
  gap: 5.38px;
  font-size: 26.91px;
  line-height: 26.91px;
}

.home-testimonial-slide.is-active .home-testimonial-card__review {
  font-size: 14px;
  line-height: 20px;
}

.home-testimonial-slide.is-active .home-testimonial-card__customer {
  gap: 13.45px;
}

.home-testimonial-slide.is-active .home-testimonial-card__avatar {
  width: 56.5px;
  height: 56.5px;
  flex-basis: 56.5px;
}

.home-testimonial-slide.is-active .home-testimonial-card__initials {
  font-size: 21.5241px;
  line-height: 26px;
}

.home-testimonial-slide.is-active .home-testimonial-card__identity {
  gap: 2.69px;
}

.home-testimonial-slide.is-active .home-testimonial-card__identity strong {
  font-size: 20px;
  line-height: 28px;
}

.home-testimonial-slide.is-active .home-testimonial-card__identity small {
  font-size: 16px;
  line-height: 23px;
}

/* Figma progress: 82 x 6 */
.home-testimonials__progress {
  position: relative;

  width: 82px;
  height: 6px;
  flex: 0 0 6px;

  overflow: hidden;

  border-radius: 999px;
  background: #d9d9d9;
}

.home-testimonials__progress-track {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #d9d9d9;
}

.home-testimonials__progress-active {
  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 6px;

  border-radius: 999px;
  background: #fcc00b;

  transition: transform 0.85s ease;
}

/* Tablet */
@media (max-width: 1199px) {
  .home-testimonials {
    padding: 48px 0 54px;
  }

  .home-testimonials__layout {
    min-height: 0;
    gap: 18px;
  }

  .home-testimonials__image {
    width: 40%;
    height: auto;
    aspect-ratio: 488 / 455;
    flex: 0 0 40%;
  }

  .home-testimonials__content {
    width: calc(60% - 18px);
    height: auto;
    flex: 0 0 calc(60% - 18px);
  }

  .home-testimonials__title,
  .home-testimonials__carousel,
  .home-testimonials__cards {
    width: 100%;
  }

  .home-testimonials__title {
    font-size: 32px;
  }

  /*
   * Giữ tỷ lệ bố cục 692px bằng scale container trên tablet,
   * tránh card tràn ngang.
   */
  .home-testimonials__cards {
    transform-origin: top left;
  }
}

/* Mobile: ảnh trên, testimonial dưới; card active ưu tiên đọc rõ */
@media (max-width: 767px) {
  .home-testimonials {
    padding: 36px 0 42px;
  }

  .home-testimonials__layout {
    flex-direction: column;
    gap: 28px;
  }

  .home-testimonials__image {
    width: 100%;
    max-width: 488px;
    flex: none;
  }

  .home-testimonials__content {
    width: 100%;
    height: auto;
    flex: none;
    gap: 26px;
  }

  .home-testimonials__title {
    width: 100%;
    font-size: 28px;
    line-height: 1.3;
  }

  .home-testimonials__carousel {
    width: 100%;
    height: auto;
    gap: 20px;
  }

  .home-testimonials__cards {
    width: 100%;
    height: 300px;
  }

  .home-testimonial-slide,
  .home-testimonial-slide.is-prev,
  .home-testimonial-slide.is-next,
  .home-testimonial-slide.is-hidden {
    left: 50%;
    top: 48px;

    width: 210px;
    height: 190px;

    opacity: 0.22;

    transform: translateX(-50%) scale(0.88);
  }

  .home-testimonial-slide.is-prev {
    left: 8%;
    transform: translateX(-50%) scale(0.82);
  }

  .home-testimonial-slide.is-next {
    left: 92%;
    transform: translateX(-50%) scale(0.82);
  }

  .home-testimonial-slide.is-active {
    left: 50%;
    top: 0;

    width: min(340px, calc(100vw - 40px));
    height: 285px;

    opacity: 1;

    transform: translateX(-50%);
  }

  .home-testimonial-slide.is-active .home-testimonial-card {
    padding: 20px;
  }

  .home-testimonial-slide.is-active .home-testimonial-card__stars {
    font-size: 22px;
    line-height: 22px;
  }

  .home-testimonial-slide.is-active .home-testimonial-card__review {
    font-size: 13px;
    line-height: 19px;
  }

  .home-testimonial-slide.is-active .home-testimonial-card__identity strong {
    font-size: 17px;
    line-height: 23px;
  }

  .home-testimonial-slide.is-active .home-testimonial-card__identity small {
    font-size: 13px;
    line-height: 18px;
  }
}

/* =========================================================
   HOME - TIN TỨC & KIẾN THỨC - FIGMA
   Desktop:
   - Tổng: 1200 x 652.34
   - Title: 1200 x 48
   - Gap title -> grid: 24
   - Grid: 1200 x 580.34
   - Trái: 285 x 580.34 (2 card 280.17, gap 20)
   - Giữa: 590 x 580
   - Phải: 285 x 580
   ========================================================= */

.home-knowledge {
  width: 100%;
  margin: 0;
  padding: 34px 0 44px;
  overflow: hidden;
  background-color: transparent;
  background-image: var(--home-knowledge-bg, none);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.home-knowledge__inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.home-knowledge__title {
  width: 1200px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 !important;
  padding: 0 !important;

  font-family: var(--font-heading);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;

  color: #7a1f2b;
}

.home-knowledge__intro {
  width: min(900px, 100%);
  margin: -12px auto 0;
  color: #101010;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.home-knowledge__grid {
  width: 1200px !important;
  max-width: 1200px !important;
  height: 580.34px !important;
  min-height: 580.34px;

  display: grid !important;
  grid-template-columns: 285px 590px 285px !important;
  grid-template-rows: 580.34px;
  align-items: stretch;
  justify-content: center;

  gap: 20px !important;

  margin: 0 !important;
  padding: 0 !important;
}

.home-knowledge__left {
  width: 285px;
  height: 580.34px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 20px;
}

.home-knowledge-card {
  position: relative;
  isolation: isolate;

  overflow: hidden;

  margin: 0;
  padding: 0;

  border-radius: 10px;
  background: #d7d7d7;
}

.home-knowledge-card--small {
  width: 285px !important;
  height: 280.17px !important;
  flex: 0 0 280.17px;
}

.home-knowledge-card--main {
  width: 590px !important;
  height: 580px !important;
  align-self: start;
}

.home-knowledge-card--right {
  width: 285px !important;
  height: 580px !important;
  align-self: start;
}

.home-knowledge-card__link,
.home-knowledge-card__main-link {
  position: relative;
  z-index: 3;

  width: 100%;
  height: 100%;

  display: flex;
  align-items: flex-end;

  color: #fff;
}

.home-knowledge-card__main-link {
  position: absolute;
  inset: 0;
  z-index: 3;

  padding: 28px 30px 27px;
  pointer-events: auto;
}

.home-knowledge-card__image {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;

  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;

  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;

  display: block !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: cover !important;
  object-position: center !important;

  border-radius: 10px;

  transform: scale(1);
  transition: transform 0.42s ease;
}

.home-knowledge-card__shade {
  position: absolute;
  inset: 0;
  z-index: 1;

  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000 100%);

  pointer-events: none;
}

.home-knowledge-card:hover .home-knowledge-card__image {
  transform: scale(1.035);
}

/* ===== COPY ===== */

.home-knowledge-card__copy {
  position: relative;
  z-index: 3;

  width: 256.02px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 3.38px;

  margin: 0;
  padding: 0;
}

.home-knowledge-card--small .home-knowledge-card__link {
  padding: 13.5254px 14.4915px 13.0424px;
}

.home-knowledge-card--small .home-knowledge-card__copy {
  min-height: 112.38px;
}

.home-knowledge-card--right .home-knowledge-card__link {
  padding: 27px 14.4915px;
}

.home-knowledge-card--right .home-knowledge-card__copy {
  min-height: 165.38px;
}

.home-knowledge-card__name {
  width: 100%;

  margin: 0;
  padding: 0;

  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 700;

  color: #fff;

  display: -webkit-box;
  -webkit-box-orient: vertical;

  overflow: hidden;
}

.home-knowledge-card__desc {
  width: 100%;

  margin: 0;
  padding: 0;

  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 500;

  color: #fff;

  display: -webkit-box;
  -webkit-box-orient: vertical;

  overflow: hidden;
}

/* Trái: đúng Figma */
.home-knowledge-card--small .home-knowledge-card__name {
  min-height: 81px;

  font-size: 18px;
  line-height: 27px;

  -webkit-line-clamp: 3;
}

.home-knowledge-card--small .home-knowledge-card__desc {
  height: 28px;

  font-size: 9px;
  line-height: 14px;

  -webkit-line-clamp: 2;
}

/* Phải: đúng Figma */
.home-knowledge-card--right .home-knowledge-card__name {
  min-height: 108px;

  font-size: 24px;
  line-height: 36px;

  -webkit-line-clamp: 3;
}

.home-knowledge-card--right .home-knowledge-card__desc {
  height: 54px;

  font-size: 12px;
  line-height: 18px;

  -webkit-line-clamp: 3;
}

/* Giữa: đúng Figma */
.home-knowledge-card__copy--main {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 27px;

  width: 530px;

  gap: 7px;
}

.home-knowledge-card--main .home-knowledge-card__name {
  width: 488px;
  min-height: 84px;

  font-size: 28px;
  line-height: 42px;

  -webkit-line-clamp: 2;
}

.home-knowledge-card--main .home-knowledge-card__desc {
  width: 530px;
  height: 48px;

  font-size: 16px;
  line-height: 24px;

  -webkit-line-clamp: 2;
}

/* ===== META CARD GIỮA ===== */

.home-knowledge-card__meta {
  width: 517px;
  height: 18px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  gap: 18px;

  margin-top: 12px;

  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;

  color: #fff;
}

.home-knowledge-card__meta > span {
  display: inline-flex;
  align-items: center;

  gap: 6px;

  white-space: nowrap;
}

.home-knowledge-card__meta i {
  width: 16px;
  height: 16px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 13px;
  line-height: 1;
}

/* ===== 2 NÚT TRÒN TRÊN CARD GIỮA ===== */

.home-knowledge-card__nav {
  position: absolute;
  top: 28px;
  right: 30px;
  z-index: 5;

  width: 102px;
  height: 44px;

  display: flex;
  align-items: center;

  gap: 14px;
}

.home-knowledge-card__nav-btn {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px;

  border-radius: 9999px;

  background: rgba(255, 255, 255, 0.4);
  color: #fff;

  font-size: 24px;
  line-height: 1;

  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  transition:
    background-color 0.22s ease,
    transform 0.22s ease;
}

.home-knowledge-card__nav-btn:hover {
  background: rgba(122, 31, 43, 0.92);
  color: #fff;
  transform: translateY(-1px);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1199px) {
  .home-knowledge__inner,
  .home-knowledge__title,
  .home-knowledge__grid {
    width: calc(100% - 32px) !important;
    max-width: 100% !important;
  }

  .home-knowledge__title {
    height: auto;
  }

  .home-knowledge__grid {
    height: auto !important;
    min-height: 0;

    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;

    gap: 16px !important;
  }

  .home-knowledge__left {
    width: 100%;
    height: auto;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 16px;
  }

  .home-knowledge-card--small,
  .home-knowledge-card--main,
  .home-knowledge-card--right {
    width: 100% !important;
    height: auto !important;
  }

  .home-knowledge-card--small {
    aspect-ratio: 285 / 280.17;
  }

  .home-knowledge-card--main {
    aspect-ratio: 590 / 580;
  }

  .home-knowledge-card--right {
    aspect-ratio: 285 / 580;
  }

  .home-knowledge-card__copy,
  .home-knowledge-card__copy--main,
  .home-knowledge-card--main .home-knowledge-card__desc,
  .home-knowledge-card__meta {
    width: 100%;
  }

  .home-knowledge-card__copy--main {
    left: 0;
    right: 0;
    bottom: 0;

    padding: 28px 30px 27px;
  }

  .home-knowledge-card--main .home-knowledge-card__name {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .home-knowledge {
    padding: 32px 0 40px;
  }

  .home-knowledge__inner,
  .home-knowledge__title,
  .home-knowledge__grid {
    width: calc(100% - 24px) !important;
  }

  .home-knowledge__inner {
    gap: 18px;
  }

  .home-knowledge__title {
    font-size: 27px;
    line-height: 38px;
  }

  .home-knowledge__grid {
    display: flex !important;
    flex-direction: column;

    gap: 12px !important;
  }

  .home-knowledge__left {
    display: flex;
    flex-direction: column;

    gap: 12px;
  }

  .home-knowledge-card--small,
  .home-knowledge-card--main,
  .home-knowledge-card--right {
    width: 100% !important;

    aspect-ratio: 1.15 / 1;

    min-height: 300px;
  }

  .home-knowledge-card--right {
    aspect-ratio: 1 / 1.15;
  }

  .home-knowledge-card--small .home-knowledge-card__link,
  .home-knowledge-card--right .home-knowledge-card__link {
    padding: 18px;
  }

  .home-knowledge-card__main-link {
    padding: 18px;
  }

  .home-knowledge-card__copy--main {
    padding: 18px;
  }

  .home-knowledge-card--small .home-knowledge-card__name,
  .home-knowledge-card--right .home-knowledge-card__name,
  .home-knowledge-card--main .home-knowledge-card__name {
    min-height: 0;

    font-size: 20px;
    line-height: 28px;

    -webkit-line-clamp: 2;
  }

  .home-knowledge-card--small .home-knowledge-card__desc,
  .home-knowledge-card--right .home-knowledge-card__desc,
  .home-knowledge-card--main .home-knowledge-card__desc {
    width: 100%;
    height: auto;

    font-size: 12px;
    line-height: 18px;

    -webkit-line-clamp: 2;
  }

  .home-knowledge-card__nav {
    top: 16px;
    right: 16px;

    width: auto;
    height: 38px;

    gap: 8px;
  }

  .home-knowledge-card__nav-btn {
    width: 38px;
    height: 38px;
    flex-basis: 38px;

    font-size: 20px;
  }

  .home-knowledge-card__meta {
    height: auto;

    flex-wrap: wrap;
    justify-content: flex-start;

    gap: 8px 14px;

    font-size: 10px;
    line-height: 15px;
  }
}

/* =========================================================
   HOME - TÌM CHÚNG TÔI QUA
   Figma:
   - full width: 1920 x 578
   - inner: 1198.26 x 451.74
   - top: 1198.26 x 91.74
   - title: 373px / 38px
   - social: 3 x 255.42 x 91.74, gap 13px
   - map: 1198.26 x 325
   - map button: 269 x 49
========================================================= */

.home-find-us {
  position: relative;
  isolation: isolate;

  width: 100%;
  min-height: 578px;

  padding: 63px 0;

  overflow: hidden;

  background: #111;
}

.home-find-us__background,
.home-find-us__black,
.home-find-us__blur {
  position: absolute;
  inset: 0;
}

.home-find-us__background {
  z-index: 0;

  background-image: var(--find-us-bg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;

  filter: grayscale(1);
  transform: scale(1.02);
}

.home-find-us__black {
  z-index: 1;

  background: rgba(0, 0, 0, 0.68);
  mix-blend-mode: hue;
}

.home-find-us__blur {
  z-index: 2;

  background: rgba(0, 0, 0, 0.1);

  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.home-find-us__inner {
  position: relative;
  z-index: 3;

  width: calc(100% - 20px);
  max-width: 1200px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  gap: 35px;
}

.home-find-us__top {
  width: 100%;
  height: 91.74px;

  display: grid;
  grid-template-columns: 373px minmax(0, 1fr);
  align-items: center;

  gap: 35px;
}

.home-find-us__title {
  width: 373px;

  margin: 0;
  padding: 0;

  font-family: var(--font-heading);
  font-size: 38px;
  line-height: 57px;
  font-weight: 700;
  text-transform: capitalize;

  color: #ffc704;
}

.home-find-us__socials {
  min-width: 0;
  height: 91.74px;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 13px;
}

.home-find-us-social {
  width: 100%;
  height: 91.74px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 8px;
  padding: 18px 22px;

  overflow: hidden;

  background: #fff;
  border-radius: 11.88px;

  color: #0f0f0f;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

a.home-find-us-social:hover {
  transform: translateY(-2px);

  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.home-find-us-social i {
  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 34px;
  line-height: 1;
}

.home-find-us-social strong {
  display: block;

  font-family: var(--font-heading);
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.home-find-us-social--youtube i {
  color: #ff0000;
}

.home-find-us-social--youtube strong {
  color: #282828;
}

.home-find-us-social--facebook i,
.home-find-us-social--facebook strong {
  color: #1877f2;
}

.home-find-us-social--tiktok i,
.home-find-us-social--tiktok strong {
  color: #0f0f0f;
}

.home-find-us__map {
  position: relative;

  width: 100%;
  height: 325px;

  overflow: hidden;

  background: #fff;
  border-radius: 18px;
}

.home-find-us__map-frame {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  overflow: hidden;

  background: #e9e9e9;
}

.home-find-us__map-frame iframe {
  display: block;

  width: 100% !important;
  max-width: none !important;
  height: 100% !important;

  margin: 0 !important;
  border: 0 !important;
}

.home-find-us__map-empty {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 8px;

  font-family: var(--font-body);
  font-size: 16px;

  color: #777;
}

.home-find-us__map-empty i {
  font-size: 34px;
}

.home-find-us__map-button {
  position: absolute;
  z-index: 2;

  right: 19px;
  bottom: 17px;

  width: 280px;
  height: 49px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 8px;
  padding: 12px 24px;

  background: #fcc00b;
  border-radius: 4px;

  font-family: var(--font-body);
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-transform: capitalize;

  color: #0f0f0f;

  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.home-find-us__map-button:hover {
  color: #0f0f0f;
  background: #ffc704;

  transform: translateY(-2px);
}

.home-find-us__map-button i {
  width: 24px;
  height: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 21px;
  line-height: 1;
}

/* Laptop / tablet */
@media (max-width: 1199px) {
  .home-find-us {
    min-height: auto;
    padding: 52px 0;
  }

  .home-find-us__top {
    height: auto;

    grid-template-columns: 300px minmax(0, 1fr);

    gap: 24px;
  }

  .home-find-us__title {
    width: auto;

    font-size: 34px;
    line-height: 1.3;
  }

  .home-find-us__socials {
    height: 80px;

    gap: 10px;
  }

  .home-find-us-social {
    height: 80px;

    padding: 15px 16px;
  }

  .home-find-us-social i {
    font-size: 28px;
  }

  .home-find-us-social strong {
    font-size: 20px;
  }

  .home-find-us__map {
    height: 300px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .home-find-us {
    padding: 36px 0;
  }

  .home-find-us__inner {
    gap: 24px;
  }

  .home-find-us__top {
    display: flex;
    flex-direction: column;
    align-items: stretch;

    gap: 20px;
  }

  .home-find-us__title {
    width: 100%;

    font-size: 28px;
    line-height: 1.3;
    text-align: center;
  }

  .home-find-us__socials {
    width: 100%;
    height: auto;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 8px;
  }

  .home-find-us-social {
    height: 68px;

    flex-direction: column;

    gap: 5px;
    padding: 8px 6px;

    border-radius: 9px;
  }

  .home-find-us-social i {
    font-size: 22px;
  }

  .home-find-us-social strong {
    max-width: 100%;

    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 13px;
  }

  .home-find-us__map {
    height: 280px;

    border-radius: 14px;
  }

  .home-find-us__map-button {
    right: 12px;
    bottom: 12px;

    width: auto;
    max-width: calc(100% - 24px);
    height: 44px;

    padding: 9px 14px;

    font-size: 14px;
    line-height: 20px;
  }

  .home-find-us__map-button i {
    width: 20px;
    height: 20px;

    font-size: 18px;
  }
}

/* Background full-screen: desktop fixed; mobile/tablet giữ cover nhưng dùng scroll để tránh giật Safari/Android. */
@media (max-width: 1025px) {
  .home-services-figma,
  .home-accessories,
  .home-investment-figma,
  .home-featured-projects,
  .footer-figma,
  .home-find-us__background {
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

/* =========================================================
   FOOTER - FIGMA ÁNH DƯƠNG
   Chỉ thay block footer. Toàn bộ CSS cũ phía trên/dưới giữ nguyên.
   Desktop theo Figma:
   - Footer: 1917 x 499px
   - Card kính: 1200 x 426px
   - Content: 1155 x 370.31px
   - Main: 1155 x 257.31px
   - Brand: 389.18px
   - Right columns: 718.82px
========================================================= */

.footer-figma {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 499px;
  padding: 34px 0 39px;
  overflow: visible;
  background-color: #161616;
  background-image: var(--footer-bg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* Figma: overlay đen 69% trên ảnh nền footer */
.footer-figma::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.69);
}

.footer-figma__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: 0 auto;
}

/* Rectangle 22731 - card kính */
.footer-figma__card {
  width: 1200px;
  max-width: 100%;
  height: auto;
  min-height: 426px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 43px 22px 13px;
  background: rgba(255, 255, 255, 0.29);
  border-radius: 20px;
  box-shadow: none;
}

.footer-figma__content {
  width: 1155px;
  max-width: 100%;
  height: auto;
  min-height: 370.31px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}

.footer-figma__main {
  width: 1155px;
  max-width: 100%;
  height: auto;
  min-height: 257.31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 47px;
}

/* =========================
   CỘT THƯƠNG HIỆU
========================= */
.footer-figma__brand {
  width: 389.18px;
  height: 257.31px;
  min-height: 257.31px;
  flex: 0 0 389.18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
  color: #fff;
}

.footer-figma__brand-head {
  width: 389px;
  max-width: 100%;
  height: 75px;
  min-height: 75px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-figma__logo {
  width: 180px;
  height: 75px;
  flex: 0 0 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.footer-figma__logo img {
  display: block;
  width: 180px;
  height: 75px;
  max-width: 180px;
  object-fit: contain;
  object-position: center;
}

.footer-figma__company-name {
  width: auto;
  flex: 1 1 auto;
  min-width: 0;
  height: 75px;
  margin: 0;
  display: flex;
  align-items: center;
  font-family: var(--font-heading);
  font-size: 17px;
  line-height: 26px;
  font-weight: 800;
  color: #fff;
}

.footer-figma__brand-description {
  width: 389.18px;
  max-width: 100%;
  min-height: 84px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #fff;
}

.footer-figma__brand-description,
.footer-figma__brand-description * {
  color: #fff;
}

.footer-figma__brand-description p {
  margin: 0;
}

.footer-figma__social-block {
  width: 227px;
  max-width: 100%;
  min-height: 70.31px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-figma__social-block > strong {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
}

.footer-figma__socials {
  width: auto;
  min-height: 39.31px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9.59px;
}

.footer-figma__socials a,
.footer-figma__socials span {
  width: 39.31px;
  height: 39.31px;
  flex: 0 0 39.31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.45s ease;
}

.footer-figma__socials i {
  font-size: 15px;
  line-height: 1;
  color: #fff !important;
}

.footer-figma__socials a:hover {
  background: #fff;
  color: #7a1f2b;
  transform: translateY(-2px) rotate(360deg);
}

.footer-figma__socials a:hover i {
  color: #7a1f2b !important;
}

/* =========================
   3 CỘT BÊN PHẢI
========================= */
.footer-figma__right {
  width: 718.82px;
  max-width: 718.82px;
  height: 205px;
  min-height: 205px;
  flex: 0 0 718.82px;
  display: grid;
  grid-template-columns: 180px 170px 251px;
  justify-content: space-between;
  align-items: start;
  column-gap: 0;
}

.footer-figma__column {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  color: #fff;
}

.footer-figma__column--products {
  width: 180px;
}

.footer-figma__column--services {
  width: 170px;
}

.footer-figma__column--contact {
  width: 251px;
}

.footer-figma__heading {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.footer-figma__heading h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
}

.footer-figma__heading > span {
  display: block;
  width: 40px;
  height: 0;
  border-top: 2px solid #fff;
}

.footer-figma__links {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-figma__links li {
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer-figma__links a,
.footer-figma__links span {
  display: flex;
  align-items: center;
  width: 100%;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}

.footer-figma__links a:hover {
  color: #fff;
  opacity: 0.8;
}

.footer-figma__contact-list,
.footer-figma__contact-content {
  width: 251px;
  max-width: 100%;
}

.footer-figma__contact-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-figma__contact-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #fff;
}

.footer-figma__contact-item i {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}

.footer-figma__contact-item span,
.footer-figma__contact-item a {
  min-width: 0;
  color: #fff;
  overflow-wrap: anywhere;
}

.footer-figma__contact-item a:hover {
  color: #fff;
  opacity: 0.8;
}

.footer-figma__contact-content,
.footer-figma__contact-content * {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

.footer-figma__contact-content p,
.footer-figma__contact-content ul,
.footer-figma__contact-content ol {
  margin: 0 0 8px;
}

.footer-figma__contact-content a {
  color: #fff;
}

.footer-figma__contact-content a:hover {
  opacity: 0.8;
}

.footer-figma__map {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
}

.footer-figma__map iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

.footer-figma__map-link {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 38px;
  padding: 8px 16px;
  border-radius: 7px;
  background: linear-gradient(360deg, #ba1027 0%, #7a1f2b 33.22%, #5d000b 100%);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.footer-figma__map-link:hover {
  color: #fff;
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.footer-floating-hotline {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 7px 16px 7px 7px;
  border-radius: 999px;
  background: #e60012;
  box-shadow: 0 8px 22px rgba(230, 0, 18, 0.35);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.footer-floating-hotline:hover {
  color: #fff;
  transform: translateY(-2px);
}

.footer-floating-hotline__icon {
  position: relative;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #e60012;
}

.footer-floating-hotline__icon::before,
.footer-floating-hotline__icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  animation: footerHotlinePulse 1.6s ease-out infinite;
}

.footer-floating-hotline__icon::after {
  animation-delay: 0.45s;
}

.footer-floating-hotline__text {
  white-space: nowrap;
}

@keyframes footerHotlinePulse {
  0% {
    opacity: 0.8;
    transform: scale(0.75);
  }
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

/* Copyright Figma: 11px / 16px */
.footer-figma__copyright {
  width: 1155px;
  max-width: 100%;
  min-height: 17px;
  margin: 0;
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

/* Laptop / tablet - giữ responsive cũ, chỉ đổi theo class footer mới */
@media (max-width: 1199px) {
  .footer-figma {
    min-height: auto;
    padding: 32px 10px;
  }

  .footer-figma__wrap {
    width: 100%;
  }

  .footer-figma__card {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 36px 28px 24px;
  }

  .footer-figma__content {
    width: 100%;
    height: auto;
    min-height: 0;
    gap: 42px;
  }

  .footer-figma__main {
    width: 100%;
    height: auto;
    min-height: 0;
    align-items: flex-start;
    gap: 32px;
  }

  .footer-figma__brand {
    width: 36%;
    height: auto;
    min-height: 0;
    flex: 0 0 36%;
  }

  .footer-figma__brand-head,
  .footer-figma__brand-description {
    width: 100%;
  }

  .footer-figma__company-name {
    width: auto;
    flex: 1;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-figma__right {
    width: calc(64% - 32px);
    max-width: none;
    height: auto;
    min-height: 0;
    flex: 1 1 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .footer-figma__column--products,
  .footer-figma__column--services,
  .footer-figma__column--contact {
    width: 100%;
  }

  .footer-figma__heading h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-figma__contact-list {
    width: 100%;
  }

  .footer-figma__contact-content {
    width: 100%;
  }

  .footer-figma__copyright {
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .footer-figma {
    padding: 28px 10px;
  }

  .footer-figma__card {
    padding: 28px 20px 22px;
    border-radius: 14px;
  }

  .footer-figma__content {
    gap: 32px;
  }

  .footer-figma__main {
    flex-direction: column;
    gap: 32px;
  }

  .footer-figma__brand {
    width: 100%;
    flex: none;
    align-items: flex-start;
  }

  .footer-figma__brand-head {
    height: auto;
    min-height: 75px;
  }

  .footer-figma__logo {
    width: 150px;
    flex-basis: 150px;
  }

  .footer-figma__logo img {
    width: 150px;
    max-width: 150px;
  }

  .footer-figma__company-name {
    height: auto;
    min-height: 75px;
    font-size: 14px;
    line-height: 21px;
  }

  .footer-figma__brand-description {
    min-height: 0;
    font-size: 13px;
    line-height: 19px;
  }

  .footer-figma__right {
    width: 100%;
    max-width: 100%;
    flex: none;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-figma__heading h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .footer-figma__links a,
  .footer-figma__links span,
  .footer-figma__contact-item {
    font-size: 13px;
    line-height: 20px;
  }

  .footer-figma__copyright {
    font-size: 11px;
    line-height: 17px;
  }

  .footer-figma__map {
    height: 220px;
  }

  .footer-floating-hotline {
    left: 12px;
    bottom: 12px;
    min-height: 46px;
    padding: 6px 12px 6px 6px;
    font-size: 13px;
  }

  .footer-floating-hotline__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
}

/* =========================================================
   TYPOGRAPHY NORMALIZATION - FIGMA
   Body/UI: Mona Sans
   Heading thật: FZ Poppins
   Không ép mọi h1-h6 thành FZ để tránh card/product bị quá nặng.
   ========================================================= */

/* UI / nội dung */
body,
button,
input,
select,
textarea,
.breadCrumbs,
.figma-topbar,
.figma-navigation,
.inner-service-menu-group,
.inner-service-post__meta,
.inner-service-post__desc,
.inner-service-post__more,
.product,
.ds-news,
.home-accessory-card,
.footer-figma__brand-copy,
.footer-figma__policies,
.footer-figma__contact-item {
  font-family: var(--font-body);
}

/* Tiêu đề cấp section/page theo Figma */
.figma-about__heading h2,
.figma-about__heading h3,
.home-services-figma__title,
.home-process-figma__title,
.home-faq-figma__title,
.home-quick-repair__title,
.home-accessories__title,
.home-partners__title,
.home-testimonials__title,
.home-knowledge__title,
.home-find-us__title,
.footer-figma__heading h3,
.inner-service-sidebar__title,
.inner-service-heading h1,
.inner-service-related__title,
.title-detail h1,
.title-main,
.title-product {
  font-family: var(--font-heading);
  font-weight: 700;
}

/* Service card title là heading thật, nhưng không dùng 800 */
.inner-service-post__title {
  font-family: var(--font-heading);
  font-weight: 700;
}

/* Card nhỏ / nội dung: Mona Sans */
.inner-service-related__card h3,
.product .name-product,
.product .name-product a,
.ds-news h3 {
  font-family: var(--font-body);
}

/* Card sản phẩm trang chủ theo Figma dùng FZ Poppins. */
.home-accessory-card__name,
.home-accessory-card__name a {
  font-family: var(--font-heading);
}

/* Giảm độ đậm để danh sách không bị "đen cục" */
.product .name-product a {
  font-weight: 600;
}

.ds-news h3 {
  font-weight: 600;
}

.inner-service-related__card h3 {
  font-weight: 600;
}

.home-accessory-card__name {
  font-weight: 700;
}

/* Service sidebar/menu là UI, không phải heading */
.inner-service-menu-group summary a,
.inner-service-menu-group li a {
  font-family: var(--font-body);
  font-weight: 600;
}

/* Meta + mô tả nhẹ, dễ đọc */
.inner-service-post__meta,
.inner-service-post__desc {
  font-weight: 400;
}

.inner-service-post__more {
  font-weight: 600;
}

/* =========================================================
   FINAL OVERRIDE - 5 GIẢI PHÁP THEO FIGMA 1200x640
   Chỉ khóa lại section 5 giải pháp trên desktop.
   Giữ nguyên toàn bộ CSS cũ + responsive tablet/mobile phía trên.
   ========================================================= */
@media (min-width: 1026px) {
  .home-services-figma {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
    margin-top: -130px !important;
    padding: 108px 0 72px !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: 1920px 989px !important;
  }

  .home-services-figma > .wrap-content {
    width: 1200px !important;
    max-width: calc(100% - 30px) !important;
    min-height: 640px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 45px !important;
  }

  .home-services-figma__intro {
    width: 1200px !important;
    max-width: 100% !important;
    height: 108px !important;
    display: grid !important;
    grid-template-columns: 449px 488px !important;
    justify-content: space-between !important;
    align-items: start !important;
    column-gap: 263px !important;
  }

  .home-services-figma__title {
    width: 449px !important;
    height: 96px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    font-family: var(--font-heading) !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 48px !important;
    color: #7a1f2b !important;
    text-align: left !important;
    text-transform: capitalize !important;
  }

  .home-services-figma__title span {
    display: block !important;
    width: 100% !important;
    height: 48px !important;
    white-space: nowrap !important;
  }

  .home-services-figma__desc {
    width: 488px !important;
    height: 108px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    font-family: var(--font-heading) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 27px !important;
    color: #000 !important;
    text-align: left !important;
  }

  .home-services-stage {
    position: relative !important;
    width: 1200px !important;
    max-width: 100% !important;
    height: 487px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  .home-service-slide {
    position: absolute !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .home-service-slide--1,
  .home-service-slide:nth-child(1) {
    left: 0 !important;
    top: 0 !important;
    width: 285px !important;
    height: 487px !important;
  }

  .home-service-slide--2,
  .home-service-slide:nth-child(2) {
    left: 305px !important;
    top: 0 !important;
    width: 387px !important;
    height: 233px !important;
  }

  .home-service-slide--3,
  .home-service-slide:nth-child(3) {
    left: 712px !important;
    top: 0 !important;
    width: 488px !important;
    height: 233px !important;
  }

  .home-service-slide--4,
  .home-service-slide:nth-child(4) {
    left: 305px !important;
    top: 253px !important;
    width: 488px !important;
    height: 233px !important;
  }

  .home-service-slide--5,
  .home-service-slide:nth-child(5) {
    left: 813px !important;
    top: 253px !important;
    width: 387px !important;
    height: 233px !important;
  }

  .home-service-card {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: #1f1f1f !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  .home-service-card__image {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: 16px !important;
  }

  .home-service-card__image img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 0 !important;
    transform: scale(1) !important;
    transition: transform 0.35s ease !important;
  }

  .home-service-card:hover .home-service-card__image img,
  .home-service-card:focus-visible .home-service-card__image img {
    transform: scale(1.045) !important;
  }

  .home-service-card__body {
    position: absolute !important;
    z-index: 2 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 105px !important;
    margin: 0 !important;
    padding: 30px 15px 22px 16px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 11px !important;
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 100%),
      rgba(0, 0, 0, 0.01) !important;
    -webkit-backdrop-filter: blur(32px) !important;
    backdrop-filter: blur(32px) !important;
    border-radius: 0 0 16px 16px !important;
  }

  .home-service-slide--1 .home-service-card__body,
  .home-service-slide:nth-child(1) .home-service-card__body {
    height: 112.16px !important;
    padding: 39px 15px 22px 16px !important;
  }

  .home-service-card__title {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 55px) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    font-family: var(--font-heading) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 36px !important;
    color: #fff !important;
    text-align: left !important;
    text-transform: capitalize !important;
  }

  .home-service-card__more {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    flex: 0 0 44px !important;
    margin: 0 !important;
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #1f1f1f !important;
    border-radius: 8px !important;
    color: #fff !important;
    transition:
      background-color 0.2s ease,
      transform 0.2s ease !important;
  }

  .home-service-card__more i {
    font-size: 24px !important;
    line-height: 24px !important;
    color: #fff !important;
  }

  .home-service-card__more:hover {
    background: #7a1f2b !important;
    transform: translate(2px, -2px) !important;
  }
}
.footer-figma__brand-head {
  width: 389px;
  max-width: 100%;
  height: 75px;
  min-height: 75px;
  display: flex;
  align-items: center;
}

.footer-figma__logo {
  width: 389px;
  height: 75px;
  flex: 0 0 389px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.footer-figma__logo img {
  display: block;
  width: 389px;
  height: 75px;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}
/* =========================================================
   FOOTER - NỚI KHOẢNG CÁCH CHO GIỐNG FIGMA
   Dán cuối assets/css/style.css
========================================================= */

@media (min-width: 1200px) {
  /* Khung footer */
  .footer-figma__card {
    padding: 42px 22px 18px !important;
  }

  /* Toàn bộ content bên trong */
  .footer-figma__content {
    gap: 34px !important;
  }

  /* Khoảng cách giữa cột logo và các cột bên phải */
  .footer-figma__main {
    align-items: flex-start !important;
    gap: 58px !important;
  }

  /* =========================
       CỘT LOGO
    ========================= */

  .footer-figma__brand {
    gap: 18px !important;
  }

  .footer-figma__brand-head {
    margin-bottom: 2px !important;
  }

  .footer-figma__brand-description {
    margin-top: 2px !important;
  }

  /* Nội dung CKE dễ đọc hơn */
  .footer-figma__brand-description,
  .footer-figma__brand-description * {
    line-height: 22px !important;
  }

  .footer-figma__social-block {
    margin-top: 14px !important;
    gap: 12px !important;
  }

  .footer-figma__socials {
    gap: 10px !important;
  }

  /* =========================
       3 CỘT BÊN PHẢI
    ========================= */

  .footer-figma__right {
    column-gap: 34px !important;
  }

  .footer-figma__column {
    gap: 22px !important;
  }

  .footer-figma__heading {
    gap: 7px !important;
  }

  .footer-figma__links {
    gap: 11px !important;
  }

  .footer-figma__contact-list {
    gap: 11px !important;
  }

  /* =========================
       GOOGLE MAP
    ========================= */

  .footer-figma__map {
    margin-top: 6px !important;
    height: 190px !important;
  }

  /* =========================
       COPYRIGHT
    ========================= */

  .footer-figma__copyright {
    margin-top: 3px !important;
  }
}
/* =========================================================
   DESKTOP MENU - DROPDOWN HOVER MƯỢT
   Dán cuối assets/css/style.css
========================================================= */

@media (min-width: 1026px) {
  /* Menu cha */
  .figma-navigation .menu > .ulmn > li {
    position: relative;
  }

  /* Dropdown cấp 1 */
  .figma-navigation .menu > .ulmn > li > .sub-menu {
    display: block !important;

    position: absolute;
    top: calc(100%);
    left: 0;

    min-width: 250px;
    margin: 0;
    padding: 8px;

    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(122, 31, 43, 0.08);
    border-radius: 10px;

    box-shadow:
      0 12px 35px rgba(0, 0, 0, 0.12),
      0 2px 8px rgba(0, 0, 0, 0.05);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(10px);
    transform-origin: top center;

    transition:
      opacity 0.22s ease,
      transform 0.22s ease,
      visibility 0.22s ease;

    z-index: 99999;
  }

  /* Hover menu cha -> hiện dropdown */
  .figma-navigation .menu > .ulmn > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  /* Item cấp 1 */
  .figma-navigation .menu .sub-menu > li {
    position: relative;
    margin: 0;
    padding: 0;

    border: 0 !important;
    background: transparent;
  }

  .figma-navigation .menu .sub-menu > li + li {
    margin-top: 2px;
  }

  /* Link dropdown */
  .figma-navigation .menu .sub-menu > li > a {
    position: relative;

    width: 100%;
    min-height: 42px;

    display: flex;
    align-items: center;

    margin: 0;
    padding: 10px 14px;

    border: 0 !important;
    border-radius: 7px;

    background: transparent;

    color: #202020 !important;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;

    transition:
      background-color 0.2s ease,
      color 0.2s ease,
      padding-left 0.2s ease;
  }

  /* Vạch đỏ nhỏ bên trái */
  .figma-navigation .menu .sub-menu > li > a::before {
    content: "";

    position: absolute;
    left: 5px;
    top: 50%;

    width: 3px;
    height: 0;

    transform: translateY(-50%);

    border-radius: 10px;
    background: #7a1f2b;

    transition: height 0.2s ease;
  }

  /* Hover item */
  .figma-navigation .menu .sub-menu > li:hover > a {
    padding-left: 20px;

    background: rgba(122, 31, 43, 0.07);

    color: #7a1f2b !important;
  }

  .figma-navigation .menu .sub-menu > li:hover > a::before {
    height: 22px;
  }

  /* =============================
       DROPDOWN CẤP 2
    ============================= */

  .figma-navigation .menu .sub-menu .sub-menu.level1 {
    display: block !important;

    position: absolute;

    top: -8px;
    left: calc(100% + 8px);

    min-width: 235px;

    margin: 0;
    padding: 8px;

    background: rgba(255, 255, 255, 0.98);

    border: 1px solid rgba(122, 31, 43, 0.08);
    border-radius: 10px;

    box-shadow:
      0 12px 35px rgba(0, 0, 0, 0.12),
      0 2px 8px rgba(0, 0, 0, 0.05);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateX(10px);

    transition:
      opacity 0.22s ease,
      transform 0.22s ease,
      visibility 0.22s ease;

    z-index: 100000;
  }

  .figma-navigation .menu .sub-menu > li:hover > .sub-menu.level1 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateX(0);
  }

  /* Khoảng đệm invisible để rê chuột sang cấp 2 không bị mất menu */
  .figma-navigation .menu .sub-menu > li:has(.sub-menu.level1)::after {
    content: "";

    position: absolute;

    top: 0;
    right: -12px;

    width: 14px;
    height: 100%;
  }

  /* Bỏ border chia từng dòng kiểu cũ */
  .figma-navigation .menu .sub-menu li,
  .figma-navigation .menu .sub-menu li a {
    border-bottom: 0 !important;
  }
}

/* =========================================================
   QUOTE CALCULATOR - ÁNH DƯƠNG
   ========================================================= */
.quote-calculator-page {
  padding: 70px 16px;
  background: linear-gradient(180deg, #f7f7f7, #fff);
  min-height: 70vh;
  font-family: var(--font-body);
}
.quote-calculator-shell {
  width: min(100%, 1080px);
  margin: auto;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  padding: 34px;
}
.quote-calculator-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 30px;
}
.quote-kicker {
  display: block;
  font-family: var(--font-body);
  color: #7a1f2b;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: none;
}
.quote-calculator-head h1 {
  font-family: var(--font-heading);
  font-size: 36px;
  line-height: 1.2;
  color: #7a1f2b;
  margin: 0 0 10px;
}
.quote-calculator-head p {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.quote-progress {
  height: 7px;
  background: #eee;
  border-radius: 99px;
  overflow: hidden;
  margin: 22px 0 30px;
}
.quote-progress span {
  display: block;
  width: 33.333%;
  height: 100%;
  background: linear-gradient(90deg, #7a1f2b, #d04a59);
  transition: width 0.35s ease;
}
.quote-step h2 {
  font-family: var(--font-heading);
  font-size: 24px;
  color: #202020;
  margin: 0 0 20px;
}
.quote-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.quote-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 125px;
  padding: 22px 54px 20px 20px;
  border: 2px solid #e8e8e8;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.25s ease;
  background: #fff;
}
.quote-category-card:hover {
  border-color: #b98189;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(122, 31, 43, 0.1);
}
.quote-category-card input {
  position: absolute;
  opacity: 0;
}
.quote-category-card strong {
  font-size: 18px;
  color: #222;
}
.quote-category-card small {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
}
.quote-category-check {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 30px;
  height: 30px;
  border: 2px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  transition: 0.25s;
}
.quote-category-card:has(input:checked) {
  border-color: #7a1f2b;
  background: #fff9fa;
}
.quote-category-card:has(input:checked) .quote-category-check {
  background: #7a1f2b;
  border-color: #7a1f2b;
  color: #fff;
}
.quote-fields {
  display: grid;
  gap: 22px;
}
.quote-field > label,
.quote-lead-grid label {
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.quote-field em,
.quote-lead-grid em {
  color: #b51e2d;
  font-style: normal;
}
.quote-field input[type="text"],
.quote-field input[type="number"],
.quote-field select,
.quote-field textarea,
.quote-lead-grid input,
.quote-lead-grid select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 11px 13px;
  font-size: 15px;
  outline: none;
  transition: 0.2s;
  background: #fff;
}
.quote-field textarea {
  min-height: 110px;
  resize: vertical;
}
.quote-field input:focus,
.quote-field select:focus,
.quote-field textarea:focus,
.quote-lead-grid input:focus,
.quote-lead-grid select:focus {
  border-color: #7a1f2b;
  box-shadow: 0 0 0 3px rgba(122, 31, 43, 0.08);
}
.quote-input-unit {
  position: relative;
}
.quote-input-unit span {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
  font-weight: 700;
}
.quote-input-unit input {
  padding-right: 55px !important;
}
.quote-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.quote-choice {
  cursor: pointer;
}
.quote-choice input {
  position: absolute;
  opacity: 0;
}
.quote-choice span {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 52px;
  padding: 11px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: 0.2s;
}
.quote-choice span i {
  width: 23px;
  height: 23px;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
}
.quote-choice:hover span {
  border-color: #b98189;
}
.quote-choice:has(input:checked) span {
  border-color: #7a1f2b;
  background: #fff8f9;
  color: #7a1f2b;
}
.quote-choice:has(input:checked) span i {
  background: #7a1f2b;
  border-color: #7a1f2b;
  color: #fff;
}
.quote-lead-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.quote-lead-grid .full {
  grid-column: 1/-1;
}
.quote-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 28px;
}
.quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 11px 22px;
  border: 0;
  border-radius: 10px;
  background: #7a1f2b;
  color: #fff !important;
  font-weight: 800;
  cursor: pointer;
  transition: 0.25s;
  text-decoration: none;
}
.quote-btn:hover {
  background: #941f31;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(122, 31, 43, 0.22);
}
.quote-btn-back {
  background: #eee;
  color: #333 !important;
}
.quote-btn-back:hover {
  background: #ddd;
  box-shadow: none;
}
.quote-result {
  text-align: center;
  padding: 25px 0;
}
.quote-result-ok {
  font-size: 54px;
  color: #18994d;
}
.quote-result h2 {
  font-family: var(--font-heading);
  color: #7a1f2b;
}
.quote-result-total {
  font-size: 42px;
  font-weight: 900;
  color: #7a1f2b;
  margin: 16px 0;
}
.quote-result-page {
  max-width: 860px;
}
.quote-breakdown {
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  overflow: hidden;
  margin: 24px 0;
}
.quote-breakdown h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  line-height: 1.35;
  color: #202020;
  margin: 0;
  padding: 18px 18px 14px;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.quote-breakdown > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border-bottom: 1px solid #eee;
}
.quote-breakdown > div:last-child {
  border-bottom: 0;
}
.quote-breakdown-sub {
  background: #fafafa;
}
.quote-breakdown-total {
  background: #7a1f2b;
  color: #fff;
  font-size: 20px;
}
.quote-disclaimer {
  color: #777;
  line-height: 1.6;
}
.home-investment-card__arrow .bi-check2 {
  font-size: 30px;
}
.home-investment-card__arrow:hover {
  transform: translateY(-2px) rotate(-6deg);
}
@media (max-width: 767px) {
  .quote-calculator-page {
    padding: 28px 12px;
  }
  .quote-calculator-shell {
    padding: 20px 14px;
    border-radius: 16px;
  }
  .quote-calculator-head h1 {
    font-size: 27px;
  }
  .quote-category-grid,
  .quote-choice-grid,
  .quote-lead-grid {
    grid-template-columns: 1fr;
  }
  .quote-step h2 {
    font-size: 21px;
  }
  .quote-result-total {
    font-size: 32px;
  }
}
@media print {
  .above-nav,
  .figma-navigation,
  .footer-figma,
  #social,
  .social-template-4,
  .quote-result-page .quote-btn {
    display: none !important;
  }
  .quote-calculator-page {
    padding: 0;
    background: #fff;
  }
  .quote-calculator-shell {
    box-shadow: none;
    border: 0;
    width: 100%;
    max-width: none;
  }
}


/* =========================================================
   FIX 2026-09-22 - PROJECT / FOOTER / FONT
   ========================================================= */

/* Dự án / Kiến thức: bỏ khoảng trắng dư do .my-4 và thu nhẹ vùng tiêu đề. */
.inner-home-list-page {
  padding-top: 26px;
}
.inner-home-list__heading h1 {
  margin-bottom: 24px;
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.25;
}

/* Footer dùng đúng một hệ font, tránh nội dung CKE mang font riêng. */
.footer-figma,
.footer-figma p,
.footer-figma li,
.footer-figma span,
.footer-figma a,
.footer-figma strong,
.footer-figma b {
  font-family: var(--font-body) !important;
}
.footer-figma__heading h3 {
  font-family: var(--font-heading) !important;
}

/* Logo footer hiện là lockup 389x75 đã có sẵn tên công ty. */
.footer-figma__brand-head:has(.footer-figma__logo) {
  width: 389px;
  max-width: 100%;
}
.footer-figma__brand-head:has(.footer-figma__logo) .footer-figma__logo {
  width: 389px;
  max-width: 100%;
  flex: 0 1 389px;
}

/* Ở màn hình desktop nhỏ/tablet ngang, thu cụm nút nổi bên phải để không che Email/Website footer. */
@media (min-width: 768px) and (max-width: 1365px) {
  #social {
    right: 4px !important;
    transform: scale(0.78);
    transform-origin: right bottom;
  }

  #social .btn-frame {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .footer-figma__column--contact {
    padding-right: 34px;
  }
}

@media (max-width: 767px) {
  .inner-home-list-page {
    padding-top: 20px;
  }

  .inner-home-list__heading h1 {
    margin-bottom: 20px;
  }
}

/* Automatic mirror-like light sweep for “View more / View all” actions. */
:is(
  .home-about-figma__more,
  .home-featured-projects__more,
  .product-best-view-all,
  .news-template-read,
  .hover_xemthem,
  .xemthem-pro a
) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

:is(
  .home-about-figma__more,
  .home-featured-projects__more,
  .product-best-view-all,
  .news-template-read,
  .hover_xemthem,
  .xemthem-pro a
)::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -35%;
  bottom: -35%;
  left: -70%;
  width: 42%;
  pointer-events: none;
  transform: skewX(-22deg);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.12) 30%,
    rgba(255, 255, 255, 0.72) 50%,
    rgba(255, 255, 255, 0.12) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: mirror-sweep 3.6s ease-in-out infinite;
}

@keyframes mirror-sweep {
  0%, 12% { transform: translateX(0) skewX(-22deg); }
  68%, 100% { transform: translateX(410%) skewX(-22deg); }
}

@media (prefers-reduced-motion: reduce) {
  :is(
    .home-about-figma__more,
    .home-featured-projects__more,
    .product-best-view-all,
    .news-template-read,
    .hover_xemthem,
    .xemthem-pro a
  )::after {
    animation: none;
    display: none;
  }
}
