/* =========================================================
   NHÔM VIỆT TRUNG - TRANG GIỚI THIỆU
   CSS dành cho Flatsome UX Builder
   ========================================================= */


:root {
  /* Hai màu thương hiệu chính */
  --nvt-primary: #4682B4;
  --nvt-primary-dark: #356D9A;
  --nvt-primary-deep: #244F73;

  --nvt-secondary: #5F9EA0;
  --nvt-secondary-dark: #477F81;
  --nvt-secondary-light: #A9C9CA;

  /* Màu giao diện hỗ trợ */
  --nvt-heading: #1F3B4D;
  --nvt-text: #2D414D;
  --nvt-muted: #667983;
  --nvt-white: #FFFFFF;
  --nvt-surface: #FFFFFF;
  --nvt-light: #F4F8FA;
  --nvt-soft: #EDF5F5;
  --nvt-cream: #F7FAFB;

  --nvt-border: rgba(70, 130, 180, 0.16);
  --nvt-border-strong: rgba(70, 130, 180, 0.28);
  --nvt-shadow-sm: 0 8px 24px rgba(36, 79, 115, 0.09);
  --nvt-shadow: 0 18px 50px rgba(36, 79, 115, 0.14);
  --nvt-shadow-lg: 0 24px 65px rgba(36, 79, 115, 0.18);

  --nvt-gradient: linear-gradient(135deg, var(--nvt-primary), var(--nvt-secondary));
  --nvt-gradient-dark: linear-gradient(135deg, var(--nvt-primary-deep), var(--nvt-primary));

  /* Alias tương thích với CSS cũ */
  --nvt-navy: var(--nvt-primary);
  --nvt-navy-dark: var(--nvt-primary-deep);
  --nvt-gold: var(--nvt-secondary);
  --nvt-gold-light: var(--nvt-secondary-light);
  --nvt-red: var(--nvt-secondary-dark);

  --nvt-blue: var(--nvt-primary);
  --nvt-blue-dark: var(--nvt-primary-deep);
  --nvt-orange: var(--nvt-secondary);
  --nvt-orange-dark: var(--nvt-secondary-dark);
}

.header-nav {
  justify-content: space-evenly !important;
}
#header .button{
  background: var(--nvt-blue);
  border: none;
  box-shadow:  none;
}

/* Icon PDF cho nút E-Catalogue */
#header .button .icon-500px::before {
  content: "" !important;
}
#header .button .icon-500px {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23FFFFFF'%3E%3Cpath d='M6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6H6zm7 1.5L18.5 9H13V3.5zM8.5 13h1.2c.7 0 1.2.1 1.5.4.3.3.5.7.5 1.2s-.2.9-.5 1.2c-.3.3-.8.4-1.5.4H9.3v1.6H8.5V13zm.8.6v1.6h.5c.4 0 .7-.1.9-.2.2-.2.3-.4.3-.6 0-.3-.1-.5-.3-.6-.2-.2-.5-.2-.9-.2h-.5zm3.2-.6h1.4c.8 0 1.4.2 1.8.7.4.4.6 1 .6 1.7 0 .7-.2 1.3-.6 1.7-.4.5-1 .7-1.8.7h-1.4V13zm.8.7v3.4h.5c.6 0 1-.2 1.3-.5.3-.3.4-.8.4-1.2 0-.5-.1-.9-.4-1.2-.3-.3-.7-.5-1.3-.5h-.5zm4-.7h2.4v.6h-1.6v1.2h1.4v.6h-1.4v2h-.8V13z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* ===============================
   Stats Box
================================= */
.box-blog-post .is-divider {
  display: none;
}
.header-main {
    height: 90px;
    border-bottom: 3px solid var(--nvt-blue);
}
/* ===== Flickity Dots ===== */

.flickity-page-dots {
  bottom: -60px !important;
  left: 0 !important;
  right: 0 !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px !important;

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

/* Dot thường */
.flickity-page-dots .dot,
.row-slider .flickity-page-dots .dot,
.nav-dots-small .flickity-page-dots .dot {
  width: 8px !important;
  height: 8px !important;

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

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

  background: #d8d8d8 !important;
  opacity: 1 !important;

  transform: rotate(45deg) !important;
  transition: all .3s ease !important;
}

/* Dot active */
.flickity-page-dots .dot.is-selected,
.row-slider .flickity-page-dots .dot.is-selected,
.nav-dots-small .flickity-page-dots .dot.is-selected {
  width: 78px !important;
  height: 10px !important;

  border-radius: 999px !important;
  background: var(--nvt-primary) !important;

  transform: rotate(0deg) !important;
  opacity: 1 !important;
}

/* Hover */
.flickity-page-dots .dot:hover {
  background: var(--nvt-primary) !important;
  opacity: 1 !important;
}

.section-stats .featured-box {
  position: relative;
  height: 100%;
  padding: 28px 20px 30px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: .35s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

/* Thanh màu bên phải */
.section-stats .featured-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: var(--nvt-primary);
}
/* =========================================================
   FOOTER – Premium Redesign
   ========================================================= */

.footer-wrapper {
  position: relative;
  overflow: hidden;
}

/* --- Footer Main Section: override inline gray bg --- */
.footer-main,
#section_1056475436 {
  background: linear-gradient(160deg, #1a3a5c 0%, #0f2744 45%, #0b1e38 100%) !important;
  position: relative;
  z-index: 1;
}

/* Decorative circle overlay */
.footer-main::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 380px;
  height: 380px;
  border: 50px solid rgba(70, 130, 180, 0.06);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Subtle dot pattern */
.footer-main::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size: 28px 28px;
}

.footer-main .section-content {
  position: relative;
  z-index: 2;
}

/* Footer text defaults */
.footer-main,
.footer-main p,
.footer-main .col-inner {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.footer-main a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-main a:hover {
  color: #fff;
}
/* Hover */
.section-stats .featured-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .15);
}

/* Icon tròn */


.section-stats .featured-box .icon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Container chính chứa form */
.inline-contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  /* Khoảng cách giữa các ô */
  align-items: stretch;
  width: 100%;
}

/* Định dạng chung cho các ô input và nút gửi */
.inline-contact-form .form-field,
.inline-contact-form .form-submit {
  flex: 1;
  /* Chia đều không gian */
  min-width: 200px;
  /* Ngăn các ô bị bóp quá nhỏ */
}

/* Tùy chỉnh riêng cho nút gửi */
.inline-contact-form .form-submit {
  max-width: 150px;
  /* Giới hạn độ rộng của nút Gửi */
}

/* Reset CSS mặc định của Contact Form 7 để tránh lỗi hiển thị */
.inline-contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Định dạng các ô nhập liệu */
.inline-contact-form input[type="text"],
.inline-contact-form input[type="tel"] {
  width: 100%;
  height: 45px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.3s ease;
}

.inline-contact-form input[type="text"]:focus,
.inline-contact-form input[type="tel"]:focus {
  border-color: #007cba;
  /* Đổi màu viền khi click vào */
}

/* Định dạng nút Gửi */
.inline-contact-form input[type="submit"] {
  width: 100%;
  height: 45px;
  background-color: #007cba;
  /* Màu nền nút */
  color: #fff;
  /* Màu chữ */
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.inline-contact-form input[type="submit"]:hover {
  background-color: #005a87;
  /* Màu nút khi rê chuột vào */
}

/* --- RESPONSIVE (Tối ưu trên điện thoại) --- */
@media (max-width: 600px) {
  .inline-contact-form {
    flex-direction: column;
    /* Chuyển thành dạng dọc trên màn hình nhỏ */
    gap: 10px;
  }

  .inline-contact-form .form-field,
  .inline-contact-form .form-submit {
    max-width: 100%;
    /* Trên mobile sẽ tràn 100% chiều ngang */
    width: 100%;
  }
}
/* --- Footer-Top: Newsletter bar --- */
.footer-top,
#section_321331419 {
  background: linear-gradient(135deg, var(--nvt-primary), var(--nvt-primary-dark)) !important;
  border-bottom: none !important;
  position: relative;
  z-index: 2;
}

.footer-top .section-content {
  position: relative;
  z-index: 2;
}

.footer-top h2 {
  color: #fff !important;
  font-size: clamp(22px, 3vw, 30px) !important;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
/* Tiêu đề số */
.section-stats .featured-box h3 {
  margin: 0;
  color: #005a9a;
  font-size: 55px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
}

.section-stats .featured-box h3 .count-up {
  font-weight: inherit;
}

/* Dấu + */
.section-stats .featured-box h3 sup,
.section-stats .featured-box h3 small {
  font-size: .55em;
  font-weight: 700;
}

/* Đơn vị m2 */
.section-stats .featured-box h3 {
  text-transform: none;
}

/* Mô tả */
.section-stats .featured-box p {
  margin: 22px 0 0;
  color: #0a237d;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: capitalize;
}

/* Mobile */
@media (max-width:768px) {

  .section-stats .featured-box {
    padding: 24px 15px;
  }

  .section-stats .featured-box h3 {
    font-size: 48px;
  }

  .section-stats .featured-box p {
    font-size: 18px;
  }


}

/* =========================================================
   TRANG LIÊN HỆ NHÔM VIỆT TRUNG - FLATSOME UX BUILDER
   ========================================================= */



.nvt-contact-hero,
.nvt-contact-info,
.nvt-contact-main,
.nvt-contact-locations,
.nvt-contact-map,
.nvt-contact-faq,
.nvt-contact-cta {
  position: relative;
}

.nvt-section-eyebrow,
.nvt-contact-eyebrow,
.nvt-form-kicker,
.nvt-contact-card-label {
  margin-bottom: 12px;
  color: var(--nvt-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.nvt-contact-main h2,
.nvt-contact-locations h2,
.nvt-contact-faq h2,
.nvt-contact-cta h2 {
  color: var(--nvt-blue-dark);
  font-size: clamp(32px, 4vw, 46px) !important;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -1.2px;
}

.nvt-contact-main p,
.nvt-contact-locations p,
.nvt-contact-faq p {
  color: var(--nvt-muted);
  line-height: 1.75;
}

.nvt-contact-main .button,
.nvt-contact-locations .button,
.nvt-contact-hero .button,
.nvt-contact-cta .button {
  min-height: 50px;
  padding: 0 25px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: 0.4px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nvt-contact-main .button:hover,
.nvt-contact-locations .button:hover,
.nvt-contact-hero .button:hover,
.nvt-contact-cta .button:hover {
  transform: translateY(-3px);
}

.nvt-contact-hero .button.primary,
.nvt-contact-main .button.primary,
.nvt-contact-cta .button.primary {
  border-color: var(--nvt-orange) !important;
  background: var(--nvt-orange) !important;
  box-shadow: 0 12px 28px rgba(95, 158, 160, 0.25);
}

.nvt-contact-hero .button.primary:hover,
.nvt-contact-main .button.primary:hover,
.nvt-contact-cta .button.primary:hover {
  border-color: var(--nvt-orange-dark) !important;
  background: var(--nvt-orange-dark) !important;
}


/* =========================
   HERO
========================= */

.banner.nvt-contact-hero {
  overflow: hidden;
}

.banner.nvt-contact-hero .banner-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(100deg, rgba(36, 79, 115, 0.94), rgba(70, 130, 180, 0.78), rgba(95, 158, 160, 0.56));
}

.banner.nvt-contact-hero .banner-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.09;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .25) 1px, transparent 1px);
  background-size: 52px 52px;
}

.banner.nvt-contact-hero .banner-layers {
  position: relative;
  z-index: 3;
}

.banner.nvt-contact-hero .text-box-content {
  background: transparent !important;
}

.banner.nvt-contact-hero h1 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(42px, 5vw, 66px) !important;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -2px;
}

.nvt-contact-hero-desc {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 17px;
  line-height: 1.75;
}

.banner.nvt-contact-hero .button.white {
  border-color: rgba(255, 255, 255, .55) !important;
  color: #fff !important;
  background: rgba(255, 255, 255, .08) !important;
}

.banner.nvt-contact-hero .button.white:hover {
  border-color: #fff !important;
  color: var(--nvt-blue-dark) !important;
  background: #fff !important;
}


/* =========================
   THẺ THÔNG TIN NHANH
========================= */

section.nvt-contact-info {
  z-index: 10;
}

section.nvt-contact-info>.section-content>.row {
  margin-top: -55px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--nvt-shadow);
}

.nvt-contact-card {
  position: relative;
}

.nvt-contact-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 22%;
  right: 0;
  width: 1px;
  height: 56%;
  background: var(--nvt-border);
}

.nvt-contact-card>.col-inner {
  height: 100%;
  padding: 35px 22px 30px;
}

.nvt-contact-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 17px;
  place-items: center;
  border-radius: 50%;
  color: var(--nvt-orange);
  background: rgba(95, 158, 160, 0.12);
  font-size: 24px;
  font-weight: 700;
}

.nvt-contact-card h3 {
  margin-bottom: 10px;
  color: var(--nvt-blue-dark);
  font-size: 18px;
  line-height: 1.35;
}

.nvt-contact-card h3 a {
  color: inherit;
}

.nvt-contact-card p:last-child {
  margin-bottom: 0;
  color: var(--nvt-muted);
  font-size: 13px;
  line-height: 1.65;
}


/* =========================
   NỘI DUNG VÀ FORM
========================= */

section.nvt-contact-main {
  overflow: hidden;
}

section.nvt-contact-main::before {
  content: "";
  position: absolute;
  left: -170px;
  bottom: -220px;
  width: 420px;
  height: 420px;
  border: 70px solid rgba(70, 130, 180, .035);
  border-radius: 50%;
  pointer-events: none;
}

section.nvt-contact-main .section-content {
  position: relative;
  z-index: 2;
}

.nvt-contact-copy .nvt-lead {
  margin-bottom: 26px;
  font-size: 16px;
}

.nvt-contact-checklist {
  margin-top: 25px;
}

.nvt-contact-checklist p {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 18px;
  border-left: 3px solid var(--nvt-orange);
  background: var(--nvt-light);
}

.nvt-contact-checklist strong {
  color: var(--nvt-blue-dark);
}

.nvt-contact-form-card>.col-inner {
  padding: 38px 40px 42px;
  border: 1px solid var(--nvt-border);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--nvt-shadow);
}

.nvt-contact-form-card h3 {
  margin-bottom: 8px;
  color: var(--nvt-blue-dark);
  font-size: 28px;
}

.nvt-form-intro {
  margin-bottom: 24px !important;
  font-size: 14px;
}


/* =========================
   CONTACT FORM 7
========================= */

.nvt-contact-form-card .wpcf7 {
  margin-top: 22px;
}

.nvt-contact-form-card .nvt-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.nvt-contact-form-card .nvt-form-field {
  margin: 0;
}

.nvt-contact-form-card .nvt-form-field.nvt-full {
  grid-column: 1 / -1;
}

.nvt-contact-form-card label {
  display: block;
  margin-bottom: 7px;
  color: var(--nvt-blue-dark);
  font-size: 13px;
  font-weight: 700;
}

.nvt-contact-form-card input[type="text"],
.nvt-contact-form-card input[type="email"],
.nvt-contact-form-card input[type="tel"],
.nvt-contact-form-card select,
.nvt-contact-form-card textarea {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 15px;
  border: 1px solid rgba(70, 130, 180, .16);
  border-radius: 5px;
  color: var(--nvt-text);
  background: var(--nvt-cream);
  box-shadow: none;
  font-size: 14px;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.nvt-contact-form-card textarea {
  height: 130px;
  padding-top: 13px;
  resize: vertical;
}

.nvt-contact-form-card input:focus,
.nvt-contact-form-card select:focus,
.nvt-contact-form-card textarea:focus {
  border-color: var(--nvt-orange);
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(95, 158, 160, .12);
}

.nvt-contact-form-card input[type="submit"],
.nvt-contact-form-card .nvt-submit {
  width: 100%;
  min-height: 52px;
  margin: 0;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: var(--nvt-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .5px;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease;
}

.nvt-contact-form-card input[type="submit"]:hover,
.nvt-contact-form-card .nvt-submit:hover {
  background: var(--nvt-orange-dark);
  transform: translateY(-2px);
}

.nvt-contact-form-card .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 12px;
}

.nvt-contact-form-card .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 12px 15px !important;
  border-radius: 5px;
  font-size: 13px;
}


/* =========================
   ĐỊA ĐIỂM
========================= */

section.nvt-contact-locations h2 {
  margin-bottom: 15px;
}

.nvt-location-card>.col-inner {
  height: 100%;
  padding: 32px 30px;
  border: 1px solid var(--nvt-border);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(36, 79, 115, .06);
  transition: transform .3s ease, box-shadow .3s ease;
}

.nvt-location-card:hover>.col-inner {
  transform: translateY(-7px);
  box-shadow: var(--nvt-shadow);
}

.nvt-location-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !important;
  background: var(--nvt-blue);
  font-size: 14px;
  font-weight: 800;
}

.nvt-location-card h3 {
  color: var(--nvt-blue-dark);
  font-size: 22px;
}

.nvt-location-card p {
  margin-bottom: 9px;
  font-size: 14px;
}

.nvt-location-card a {
  color: var(--nvt-blue);
}


/* =========================
   BẢN ĐỒ
========================= */

section.nvt-contact-map {
  overflow: hidden;
}

.nvt-map-wrap {
  width: 100%;
  line-height: 0;
}

.nvt-map-wrap iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  filter: saturate(.72) contrast(1.02);
}


/* =========================
   FAQ
========================= */

.nvt-contact-faq .accordion-item {
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid var(--nvt-border);
  border-radius: 7px;
  background: #fff;
}

.nvt-contact-faq .accordion-title {
  padding: 18px 52px 18px 20px;
  border: 0;
  color: var(--nvt-blue-dark);
  font-size: 15px;
  font-weight: 700;
}

.nvt-contact-faq .accordion-title.active {
  color: var(--nvt-orange-dark);
  background: var(--nvt-light);
}

.nvt-contact-faq .accordion-inner {
  padding: 0 20px 20px;
  color: var(--nvt-muted);
  line-height: 1.75;
}


/* =========================
   CTA CUỐI TRANG
========================= */

section.nvt-contact-cta {
  overflow: hidden;
}

section.nvt-contact-cta::before,
section.nvt-contact-cta::after {
  content: "";
  position: absolute;
  border: 36px solid rgba(255, 255, 255, .045);
  border-radius: 50%;
  pointer-events: none;
}

section.nvt-contact-cta::before {
  top: -150px;
  right: -70px;
  width: 280px;
  height: 280px;
}

section.nvt-contact-cta::after {
  right: 250px;
  bottom: -130px;
  width: 190px;
  height: 190px;
}

section.nvt-contact-cta .section-content {
  position: relative;
  z-index: 2;
}

section.nvt-contact-cta h2 {
  margin-bottom: 13px;
  color: #fff;
}

section.nvt-contact-cta p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
}

section.nvt-contact-cta .button {
  width: 100%;
  margin-right: 0;
}


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

@media screen and (max-width: 849px) {
  section.nvt-contact-info>.section-content>.row {
    margin-top: -40px;
  }

  .nvt-contact-card:nth-child(2)::after {
    display: none;
  }

  .nvt-contact-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--nvt-border);
  }

  .nvt-contact-form-card>.col-inner {
    padding: 32px;
  }

  .nvt-location-card {
    margin-bottom: 22px;
  }
}


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

@media screen and (max-width: 549px) {
  .banner.nvt-contact-hero h1 {
    font-size: 38px !important;
    letter-spacing: -1.3px;
  }

  .banner.nvt-contact-hero .button {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }

  section.nvt-contact-info>.section-content>.row {
    margin: -30px 0 0;
  }

  .nvt-contact-card {
    border-bottom: 1px solid var(--nvt-border);
  }

  .nvt-contact-card::after {
    display: none !important;
  }

  .nvt-contact-card:last-child {
    border-bottom: 0;
  }

  .nvt-contact-card>.col-inner {
    padding: 27px 20px;
  }

  .nvt-contact-main h2,
  .nvt-contact-locations h2,
  .nvt-contact-faq h2,
  .nvt-contact-cta h2 {
    font-size: 31px !important;
  }

  .nvt-contact-form-card>.col-inner {
    padding: 28px 21px;
  }

  .nvt-contact-form-card .nvt-form-grid {
    grid-template-columns: 1fr;
  }

  .nvt-contact-form-card .nvt-form-field.nvt-full {
    grid-column: auto;
  }

  .nvt-map-wrap iframe {
    min-height: 390px;
  }

  section.nvt-contact-cta {
    text-align: center;
  }
}

/* ---------- THIẾT LẬP CHUNG ---------- */

.nvt-video-section,
.nvt-intro-section,
.nvt-vision-mission,
.nvt-core-values,
.nvt-history-section {
  position: relative;
  overflow: hidden;
  color: var(--nvt-text);
}

.nvt-video-section *,
.nvt-intro-section *,
.nvt-vision-mission *,
.nvt-core-values *,
.nvt-history-section * {
  box-sizing: border-box;
}

.nvt-section-heading {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.nvt-section-heading h2,
.nvt-intro-copy h2,
.nvt-vm-copy h2 {
  margin-bottom: 18px;
  color: var(--nvt-navy-dark);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -1.2px;
}

.nvt-section-heading p,
.nvt-intro-copy p,
.nvt-vm-copy p,
.nvt-value-copy p {
  color: var(--nvt-muted);
  font-size: 16px;
  line-height: 1.8;
}

.nvt-eyebrow,
.nvt-value-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: var(--nvt-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nvt-eyebrow::before,
.nvt-value-kicker::before {
  content: "";
  width: 32px;
  height: 2px;
  background: currentColor;
}

.nvt-video-section .img,
.nvt-intro-section .img,
.nvt-vision-mission .img,
.nvt-core-values .img,
.nvt-history-section .img {
  overflow: hidden;
  border-radius: 12px;
}

.nvt-video-section img,
.nvt-intro-section img,
.nvt-vision-mission img,
.nvt-core-values img,
.nvt-history-section img {
  transition: transform 0.55s ease;
}

.nvt-video-section .img:hover img,
.nvt-intro-section .img:hover img,
.nvt-vision-mission .img:hover img,
.nvt-core-values .img:hover img,
.nvt-history-section .img:hover img {
  transform: scale(1.045);
}

/* ---------- 01. VIDEO DOANH NGHIỆP ---------- */

.nvt-video-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -120px;
  width: 430px;
  height: 430px;
  border: 65px solid rgba(70, 130, 180, 0.035);
  border-radius: 50%;
}

.nvt-video-section .section-content {
  position: relative;
  z-index: 2;
}

.nvt-video-card .video {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: var(--nvt-shadow);
}

.nvt-video-side .video {
  overflow: hidden;
  border-radius: 11px;
}

.nvt-video-caption {
  padding: 22px 4px 0;
}

.nvt-video-caption h3 {
  margin-bottom: 7px;
  color: var(--nvt-navy-dark);
  font-size: 23px;
  font-weight: 750;
}

.nvt-video-caption p {
  margin-bottom: 0;
  color: var(--nvt-muted);
  font-size: 14px;
  line-height: 1.7;
}

.nvt-video-small-title {
  padding-top: 10px;
}

.nvt-video-small-title h4 {
  margin: 0;
  color: var(--nvt-navy);
  font-size: 16px;
  font-weight: 700;
}

/* ---------- 02. GIỚI THIỆU ---------- */

.nvt-intro-section::after {
  content: "VIET TRUNG";
  position: absolute;
  right: -20px;
  bottom: 15px;
  z-index: 0;
  color: rgba(70, 130, 180, 0.035);
  font-size: clamp(90px, 14vw, 210px);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -8px;
  white-space: nowrap;
}

.nvt-intro-section .section-content {
  position: relative;
  z-index: 2;
}

.nvt-intro-visual>.col-inner {
  position: relative;
}

.nvt-intro-visual .img-inner {
  border-radius: 12px;
  box-shadow: var(--nvt-shadow);
}

.nvt-intro-badge {
  position: absolute;
  right: 4px;
  bottom: 35px;
  min-width: 210px;
  padding: 24px 28px;
  border: 7px solid #fff;
  border-radius: 10px;
  color: #fff;
  background: var(--nvt-gradient-dark);
  box-shadow: 0 18px 38px rgba(36, 79, 115, 0.22);
}

.nvt-intro-badge p {
  margin: 0;
}

.nvt-badge-number {
  margin-bottom: 4px;
  color: var(--nvt-gold-light);
  font-size: 37px;
  font-weight: 850;
  line-height: 1;
}

.nvt-badge-text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.nvt-intro-copy h2 {
  font-size: clamp(31px, 3.7vw, 45px);
}

.nvt-intro-copy strong {
  color: var(--nvt-navy);
}

.nvt-intro-points {
  margin-top: 20px;
}

.nvt-mini-point {
  height: 100%;
  padding: 18px 16px;
  border: 1px solid var(--nvt-border);
  border-radius: 8px;
  background: rgba(244, 248, 250, 0.72);
}

.nvt-mini-point strong {
  display: block;
  margin-bottom: 5px;
  color: var(--nvt-gold);
  font-size: 20px;
  font-weight: 850;
}

.nvt-mini-point span {
  display: block;
  color: var(--nvt-muted);
  font-size: 12px;
  line-height: 1.45;
}

/* ---------- 03. TẦM NHÌN & SỨ MỆNH ---------- */

.nvt-vision-mission::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(70, 130, 180, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 130, 180, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
}

.nvt-vision-mission .section-content {
  position: relative;
  z-index: 2;
}

.nvt-vm-row {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(36, 79, 115, 0.08);
}

.nvt-vm-row>.col {
  padding-bottom: 0;
}

.nvt-vm-image>.col-inner,
.nvt-vm-image .img,
.nvt-vm-image .img-inner {
  height: 100%;
  min-height: 470px;
}

.nvt-vm-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nvt-vm-copy>.col-inner {
  position: relative;
  min-height: 470px;
  padding: 58px 58px 48px;
  background: #fff;
}

.nvt-vm-index {
  position: absolute;
  top: 18px;
  right: 25px;
  color: rgba(70, 130, 180, 0.06);
  font-size: 86px;
  font-weight: 900;
  line-height: 1;
}

.nvt-vm-copy h2 {
  position: relative;
  z-index: 2;
  font-size: 40px;
}

.nvt-goal {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 18px;
  padding: 18px 0;
  border-top: 1px solid var(--nvt-border);
}

.nvt-goal strong {
  display: inline-grid;
  min-height: 43px;
  place-items: center;
  border-radius: 4px;
  color: #fff;
  background: var(--nvt-gold);
  font-size: 18px;
  font-weight: 850;
}

.nvt-goal span {
  color: var(--nvt-text);
  font-size: 15px;
  line-height: 1.7;
}

.nvt-check-list {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.nvt-check-list li {
  position: relative;
  margin-bottom: 18px;
  padding: 18px 20px 18px 54px;
  border: 1px solid var(--nvt-border);
  border-radius: 8px;
  color: var(--nvt-text);
  background: var(--nvt-light);
  font-size: 15px;
  line-height: 1.7;
}

.nvt-check-list li::before {
  content: "✓";
  position: absolute;
  top: 18px;
  left: 20px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--nvt-gold);
  font-size: 13px;
  font-weight: 900;
}

/* ---------- 04. GIÁ TRỊ CỐT LÕI ---------- */

.nvt-core-values {
  background: #fff;
}

.nvt-core-values .tabbed-content {
  max-width: 1180px;
  margin: 0 auto;
}

.nvt-core-values .nav {
  counter-reset: nvt-value;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 36px;
}

.nvt-core-values .nav>li {
  counter-increment: nvt-value;
  margin: 0 !important;
}

.nvt-core-values .nav>li>a {
  position: relative;
  display: flex;
  min-width: 90px;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  padding: 0 0 12px !important;
  border: 0 !important;
  color: var(--nvt-navy) !important;
  background: transparent !important;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  opacity: 1;
}

.nvt-core-values .nav>li>a::before {
  content: counter(nvt-value);
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 2px solid var(--nvt-navy-dark);
  border-radius: 50%;
  color: var(--nvt-navy);
  background: #fff;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  transition: all 0.28s ease;
  opacity: 1 !important;
  position: unset !important;
  transform: unset !important;
}

.nvt-core-values .nav>li>a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: transparent;
  transition: background 0.28s ease;
}

.nvt-core-values .nav>li.active>a,
.nvt-core-values .nav>li:hover>a {
  color: var(--nvt-navy-dark) !important;
}

.nvt-core-values .nav>li.active>a::before {
  border-color: var(--nvt-navy-dark);
  color: #fff;
  background: var(--nvt-navy-dark);
  transform: translateY(-3px);
}

.nvt-core-values .nav>li.active>a::after {
  background: var(--nvt-navy-dark);
}

.nvt-core-values .tab-panels {
  padding-top: 0;
}

.nvt-core-values .panel {
  padding: 0 !important;
}

.nvt-value-panel {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 3px;
  background: var(--nvt-soft);
  box-shadow: 0 16px 46px rgba(36, 79, 115, 0.10);
}

.nvt-value-panel>.col {
  padding-bottom: 0;
}

.nvt-value-image>.col-inner,
.nvt-value-image .img,
.nvt-value-image .img-inner {
  height: 100%;
  min-height: 430px;
}

.nvt-value-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nvt-value-copy>.col-inner {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  justify-content: center;
  padding: 52px 58px;
  background: var(--nvt-soft);
}

.nvt-value-copy h3 {
  margin-bottom: 18px;
  color: var(--nvt-heading);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.2;
}

.nvt-value-copy p {
  margin-bottom: 0;
  color: var(--nvt-text);
  font-size: 16px;
  line-height: 1.75;
}

/* ---------- 05. LỊCH SỬ HÌNH THÀNH ---------- */

.nvt-history-section {
  --nvt-timeline: var(--nvt-primary);
}

.nvt-history-heading h2 {
  position: relative;
  display: inline-block;
  padding: 0 32px 20px;
}

.nvt-history-heading h2::before,
.nvt-history-heading h2::after {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 130px;
  height: 2px;
  background: var(--nvt-timeline);
}

.nvt-history-heading h2::before {
  right: calc(50% + 23px);
}

.nvt-history-heading h2::after {
  left: calc(50% + 23px);
}

.nvt-history-wrap>.col>.col-inner {
  position: relative;
}

.nvt-history-wrap>.col>.col-inner::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 28px;
  left: 50%;
  z-index: 1;
  width: 5px;
  border-radius: 999px;
  background: var(--nvt-timeline);
  transform: translateX(-50%);
}

.nvt-history-item {
  position: relative;
  z-index: 2;
  min-height: 410px;
  margin-bottom: 18px;
}

.nvt-history-item::before {
  content: "";
  position: absolute;
  top: 62px;
  left: 50%;
  z-index: 4;
  width: 24px;
  height: 24px;
  border: 6px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: var(--nvt-timeline);
  box-shadow: 0 0 0 2px rgba(95, 158, 160, 0.18);
  transform: translateX(-50%);
}

.nvt-history-content>.col-inner {
  position: relative;
  padding: 20px 68px 30px;
}

.nvt-history-left .nvt-history-content>.col-inner {
  padding-left: 10px;
}

.nvt-history-right .nvt-history-content>.col-inner {
  padding-right: 10px;
}

.nvt-history-content .text {
  padding: 3px 0 12px;
}

.nvt-history-year {
  display: inline-flex;
  min-width: 105px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: #fff;
  background: var(--nvt-timeline);
  font-size: 17px;
  font-weight: 850;
  letter-spacing: 0.3px;
}

.nvt-history-left .nvt-history-year {
  padding: 0 28px 0 18px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
}

.nvt-history-right .nvt-history-year {
  padding: 0 18px 0 28px;
  clip-path: polygon(18px 0, 100% 0, 100% 100%, 18px 100%, 0 50%);
}

.nvt-history-content h3 {
  margin-bottom: 12px;
  color: var(--nvt-navy-dark);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.nvt-history-content ul {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.nvt-history-content li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 19px;
  color: var(--nvt-text);
  font-size: 14px;
  line-height: 1.75;
}

.nvt-history-content li::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--nvt-timeline);
  font-weight: 900;
}

.nvt-history-content .img-inner {
  border-radius: 4px;
  box-shadow: 0 9px 25px rgba(36, 79, 115, 0.10);
}

/* ---------- TABLET ---------- */

@media screen and (max-width: 849px) {
  .nvt-intro-visual {
    margin-bottom: 25px;
  }

  .nvt-intro-badge {
    right: 15px;
  }

  .nvt-vm-copy>.col-inner {
    padding: 42px 34px;
  }

  .nvt-vm-image>.col-inner,
  .nvt-vm-image .img,
  .nvt-vm-image .img-inner {
    min-height: 390px;
  }

  .nvt-core-values .nav {
    gap: 10px;
  }

  .nvt-core-values .nav>li>a {
    min-width: 76px;
  }

  .nvt-core-values .nav>li>a::before {
    width: 70px;
    height: 70px;
    font-size: 35px;
  }

  .nvt-value-copy>.col-inner {
    padding: 40px 34px;
  }

  .nvt-history-content>.col-inner {
    padding-right: 48px;
    padding-left: 48px;
  }
}

/* ---------- MOBILE ---------- */

@media screen and (max-width: 549px) {

  .nvt-section-heading h2,
  .nvt-intro-copy h2,
  .nvt-vm-copy h2 {
    font-size: 31px;
    letter-spacing: -0.7px;
  }

  .nvt-section-heading p,
  .nvt-intro-copy p,
  .nvt-vm-copy p,
  .nvt-value-copy p {
    font-size: 15px;
  }

  .nvt-video-main {
    margin-bottom: 28px;
  }

  .nvt-intro-visual>.col-inner {
    padding-bottom: 0;
  }

  .nvt-intro-badge {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 28px);
    margin: -38px auto 0;
    border-width: 5px;
  }

  .nvt-intro-points .col {
    padding-bottom: 10px;
  }

  .nvt-vm-row {
    border-radius: 10px;
  }

  .nvt-vm-image>.col-inner,
  .nvt-vm-image .img,
  .nvt-vm-image .img-inner {
    min-height: 260px;
  }

  .nvt-vm-copy>.col-inner {
    min-height: auto;
    padding: 36px 25px;
  }

  .nvt-mission-row {
    display: flex;
    flex-direction: column-reverse;
  }

  .nvt-goal {
    grid-template-columns: 68px 1fr;
    gap: 12px;
  }

  .nvt-core-values .nav {
    gap: 4px;
    justify-content: space-between;
  }

  .nvt-core-values .nav>li {
    flex: 1;
  }

  .nvt-core-values .nav>li>a {
    min-width: 0;
    font-size: 11px;
  }

  .nvt-core-values .nav>li>a::before {
    width: 58px;
    height: 58px;
    border-width: 1.5px;
    font-size: 29px;
  }

  .nvt-value-image>.col-inner,
  .nvt-value-image .img,
  .nvt-value-image .img-inner {
    min-height: 250px;
  }

  .nvt-value-copy>.col-inner {
    min-height: auto;
    padding: 34px 25px;
  }

  .nvt-value-copy h3 {
    font-size: 27px;
  }

  .nvt-history-heading h2 {
    padding-right: 0;
    padding-left: 0;
  }

  .nvt-history-heading h2::before,
  .nvt-history-heading h2::after {
    width: 58px;
  }

  .nvt-history-wrap>.col>.col-inner::before {
    left: 18px;
  }

  .nvt-history-item {
    min-height: auto;
    margin-bottom: 34px;
  }

  .nvt-history-item::before {
    top: 39px;
    left: 18px;
    width: 20px;
    height: 20px;
    border-width: 5px;
  }

  .nvt-history-content {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }

  .nvt-history-content>.col-inner,
  .nvt-history-left .nvt-history-content>.col-inner,
  .nvt-history-right .nvt-history-content>.col-inner {
    padding: 10px 0 10px 52px;
  }

  .nvt-history-left .nvt-history-year,
  .nvt-history-right .nvt-history-year {
    padding: 0 18px;
    clip-path: none;
    border-radius: 3px;
  }

  .nvt-history-content h3 {
    font-size: 18px;
  }
}


.content-head li {
  list-style-type: none;
  color: #ffffff;
  float: left;
  display: inline-block;
  font-size: 14px;
  margin-right: 35px;
  background: url(../images/ico_map.svg) no-repeat left center;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 0px;
}

.content-head li:nth-child(2) {
  background: url(../images/ico_mail.svg) no-repeat left center;
}

.content-head li:nth-child(3) {
  background: url(../images/ico_phone.svg) no-repeat left center;
}

.video-banner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 8;
  overflow: hidden;
}

.video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Lớp phủ tối nhẹ */
.video-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.video-banner-content {
  position: relative;
  z-index: 3;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  color: #fff;
}

.video-banner-content h1 {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 16px;
}

.video-banner-content p {
  font-size: 20px;
  margin: 0;
}

.row-process.row-large>.col {
  padding-bottom: 60px !important;
}

.heading-left {
  background: url(../images/line3.svg) no-repeat bottom left;
  padding-bottom: 20px;
  margin: 0 15px 35px;
}

.dark .heading-center {
  background: url(../images/line2.svg) no-repeat bottom center;
}

.heading-center {
  font-weight: 700;
  text-transform: uppercase;
  background: url(../images/line1.svg) no-repeat bottom center;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.process-box {
  --accent: var(--nvt-primary);
  position: relative;
  min-height: 330px;
  padding: 30px;
  border: 2px dashed var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 100%;
}

.process-box::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  background:
    linear-gradient(var(--accent), var(--accent)) right top / 50% 6px no-repeat,
    linear-gradient(var(--accent), var(--accent)) right top / 6px 100% no-repeat,
    linear-gradient(var(--accent), var(--accent)) right bottom / 50% 6px no-repeat;
}

.process-box.has-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  width: 44px;
  height: 38px;
  background: var(--accent);
  clip-path: polygon(0 30%,
      58% 30%,
      58% 0,
      100% 50%,
      58% 100%,
      58% 70%,
      0 70%);
  z-index: 9;
}

@media (max-width: 768px) {
  .process-box.has-arrow::after {
    display: none;
  }
}

.process-box.red {
  --accent: var(--nvt-secondary);
}

.process-card {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 295px;
  min-height: 260px;
  padding: 34px 22px 24px;
  background: #fff;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.process-number {
  width: 66px;
  height: 66px;
  margin: -18px auto 24px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 66px;
}

.process-title {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.process-desc {
  margin: 0;
  color: var(--nvt-text);
  font-size: 15px;
  line-height: 1.65;
}

.main-footer {
  background: url(/wp-content/uploads/2026/07/bg_map.jpg) no-repeat right top 30px #021774;
  color: #fff;
  text-align: center;
  padding: 50px 0;
}

.footer-block h3,
.footer-main h3,
.footer-main .contact-info-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  padding-bottom: 14px;
  color: #fff !important;
  position: relative;
  letter-spacing: 0.3px;
}

/* Accent underline for footer headings */
.footer-block h3::after,
.footer-main .contact-info-box h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: var(--nvt-secondary);
}

.contact-info-box {
  color: rgba(255, 255, 255, 0.85);
  max-width: 420px;
  font-size: 15px;
  line-height: 1.7;
}

.contact-info-box .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.3s ease;
}

.contact-info-box .contact-item:hover {
  background: rgba(255, 255, 255, 0.08);
}

.contact-info-box .contact-item:last-child {
  margin-bottom: 0;
}

.contact-info-box .contact-icon {
  width: 36px;
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(70, 130, 180, 0.4), rgba(95, 158, 160, 0.35));
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-info-box .contact-content h4 {
  margin: 0 0 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.contact-info-box .contact-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.contact-info-box a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.25s ease;
}

.contact-info-box a:hover {
  color: var(--nvt-secondary-light);
}

/* =====================================================
   PRODUCT BOX HOVER
   Scope toàn bộ trong .section-product
===================================================== */

/* Khung sản phẩm */
.section-product .box {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--nvt-primary-deep);
  isolation: isolate;
}

/* Cố định tỉ lệ khung giống ảnh mẫu 420x560 */
.section-product .box .box-image {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  z-index: 0;
}

.section-product .box .box-image>div {
  width: 100%;
  height: 100%;
}

.section-product .box .box-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition:
    transform 0.65s cubic-bezier(.2, .7, .2, 1),
    filter 0.45s ease;
}

/* Lớp gradient mặc định */
.section-product .box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg,
      rgba(36, 79, 115, 0.05) 0%,
      rgba(36, 79, 115, 0.15) 42%,
      rgba(36, 79, 115, 0.92) 100%);
}

/* Lớp phủ xanh khi hover */
.section-product .box::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(70, 130, 180, 0.91);
  opacity: 0;
  transition: opacity 0.45s ease;
}

/* Ghi đè cấu trúc box-text của Flatsome */
.section-product .box .box-text {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  pointer-events: none;
}

/* Nội dung mặc định nằm dưới đáy box */
.section-product .box .box-text-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  transform: translateY(0);
  transition:
    bottom 0.5s cubic-bezier(.2, .7, .2, 1),
    transform 0.5s cubic-bezier(.2, .7, .2, 1),
    padding 0.5s ease;
}

/* Tiêu đề */
.section-product .box .box-text h3 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: clamp(24px, 1.8vw, 34px);
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  transition:
    transform 0.45s ease,
    margin 0.45s ease;
}

/* Ẩn mô tả ở trạng thái mặc định */
.section-product .box .box-text p {
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  transform: translateY(18px);
  transition:
    max-height 0.5s ease,
    opacity 0.35s ease,
    transform 0.45s ease,
    margin 0.45s ease,
    visibility 0s linear 0.45s;
}

/* Nút xem thêm */
.section-product .box .box-text .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  text-transform: none;
  background: transparent;
  border: 0;
  transform: translateY(18px);
  transition:
    max-height 0.4s ease,
    opacity 0.35s ease,
    transform 0.45s ease,
    margin 0.45s ease,
    visibility 0s linear 0.45s;
  pointer-events: auto;
}

.section-product .box .box-text .button::before,
.section-product .box .box-text .button::after {
  display: none;
}

.section-product .box .box-text .button i {
  font-size: 22px;
  transition: transform 0.3s ease;
  margin: 0;
}

/* =====================================================
   TRẠNG THÁI HOVER / FOCUS
===================================================== */

.section-product .box:hover::after,
.section-product .box:focus-within::after {
  opacity: 1;
}

.section-product .box:hover .box-image img,
.section-product .box:focus-within .box-image img {
  transform: scale(1.045);
  filter: brightness(0.75);
}

/* Đưa toàn bộ nội dung vào giữa box */
.section-product .box:hover .box-text-inner,
.section-product .box:focus-within .box-text-inner {
  bottom: 50%;
  padding: 20px 32px;
  transform: translateY(50%);
}

/* Khoảng cách giữa tiêu đề và mô tả */
.section-product .box:hover .box-text h3,
.section-product .box:focus-within .box-text h3 {
  margin-bottom: 26px;
}

/* Hiện mô tả */
.section-product .box:hover .box-text p,
.section-product .box:focus-within .box-text p {
  max-height: 260px;
  margin: 0;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition:
    max-height 0.55s ease,
    opacity 0.45s ease 0.08s,
    transform 0.45s ease 0.08s,
    margin 0.45s ease,
    visibility 0s;
}

/* Hiện nút */
.section-product .box:hover .box-text .button,
.section-product .box:focus-within .box-text .button {
  max-height: 60px;
  margin-top: 18px;
  padding: 4px 0;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease 0.18s,
    transform 0.4s ease 0.18s,
    margin 0.4s ease,
    visibility 0s;
}

.section-product .box .box-text .button:hover {
  color: #fff;
  opacity: 0.8;
}

.section-product .box .box-text .button:hover i {
  transform: translateX(6px);
}

/* ================================
   TESTIMONIAL – STYLE GIỐNG HÌNH MẪU
================================ */



/* Mỗi testimonial */
.row-testimonial .flickity-slider>.row {
  max-width: none !important;
  padding: 0 16px;
  box-sizing: border-box;
}

.row-testimonial .slider-style-container .flickity-slider>:not(.is-selected) {
  opacity: 1 !important;
}

.row-testimonial .flickity-slider>.row>.col {
  padding: 0;
}

.row-testimonial .col-inner {
  position: relative;
  min-height: 680px;
}

/* Khối thông tin phía trên */
.row-testimonial .testimonial-box {
  position: relative;
  z-index: 2;
  margin-bottom: 54px;
}

/* Ảnh đại diện */
.row-testimonial .testimonial-image {
  width: 116px !important;
  height: 116px;
  margin: 0 auto 22px;
  border: 2px solid #062a86;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.row-testimonial .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* Sắp xếp lại meta: tên > chức danh > sao */
.row-testimonial .icon-box-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row-testimonial .testimonial-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0 !important;
  width: 100%;
  order: 1;
}

.row-testimonial .testimonial-name-divider {
  display: none;
}

.row-testimonial .test_name {
  display: block;
  color: #082c87;
  font-size: 31px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 8px;
}

.row-testimonial .test_company {
  display: block;
  color: #082c87;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 400;
  min-height: 56px;
}

/* Sao */
.row-testimonial .star-rating {
  order: 2;
  margin: 5px auto 0;
  font-size: 24px;
  width: 124px;
  height: 28px;
  line-height: 28px;
  color: #fdbd00;
}

.row-testimonial .star-rating::before {
  color: #fdbd00;
}

.row-testimonial .star-rating span::before {
  color: #fdbd00;
}

/* Ẩn khối text trống mặc định */
.row-testimonial .testimonial-text {
  display: none;
}

/* Card nội dung */
.row-testimonial .col-inner>p {
  position: relative;
  z-index: 1;
  margin: 0;
  min-height: 378px;
  padding: 31px 28px 28px;
  background: #fff;
  color: #444;
  font-size: 19px;
  line-height: 1.22;
  font-weight: 400;
  text-align: left;
  border: 1px solid #edf0f5;
  box-shadow: 0 2px 8px rgba(14, 42, 91, 0.1);
  box-sizing: border-box;
}

/* Dấu ngoặc kép */
.row-testimonial .col-inner>p::before {
  content: "”";
  position: absolute;
  top: -25px;
  right: 25px;
  z-index: 3;
  color: #334f9f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 92px;
  line-height: 1;
  font-weight: 700;
}

/* Nút chuyển slide */
.row-testimonial .flickity-prev-next-button {
  width: 49px;
  height: 49px;
  top: 57%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(13, 44, 104, 0.18);
  opacity: 1;
}

.row-testimonial .flickity-prev-next-button:hover {
  background: #fff;
  box-shadow: 0 3px 14px rgba(13, 44, 104, 0.25);
}

.row-testimonial .flickity-prev-next-button.previous {
  left: -72px;
}

.row-testimonial .flickity-prev-next-button.next {
  right: -72px;
}

.row-testimonial .flickity-prev-next-button .arrow {
  fill: #082c87;
}

.row-testimonial .flickity-button:disabled {
  opacity: 1;
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .row-testimonial .flickity-slider>.row {
    width: 50% !important;
  }

  .row-testimonial .test_name {
    font-size: 26px;
  }

  .row-testimonial .test_company {
    font-size: 18px;
  }

  .row-testimonial .col-inner>p {
    font-size: 17px;
  }

  .row-testimonial .flickity-prev-next-button.previous {
    left: 5px;
  }

  .row-testimonial .flickity-prev-next-button.next {
    right: 5px;
  }
}

/* Mobile */
@media screen and (max-width: 549px) {
  .row-testimonial {
    padding-top: 20px;
  }

  .row-testimonial .flickity-slider>.row {
    width: 100% !important;
    padding: 0 12px;
  }

  .row-testimonial .col-inner {
    min-height: 0;
  }

  .row-testimonial .testimonial-box {
    margin-bottom: 46px;
  }

  .row-testimonial .testimonial-image {
    width: 96px !important;
    height: 96px;
    margin-bottom: 16px;
  }

  .row-testimonial .test_name {
    font-size: 24px;
  }

  .row-testimonial .test_company {
    min-height: 0;
    font-size: 17px;
  }

  .row-testimonial .star-rating {
    font-size: 21px;
    width: 110px;
  }

  .row-testimonial .col-inner>p {
    min-height: 330px;
    padding: 28px 22px 24px;
    font-size: 16px;
    line-height: 1.4;
  }

  .row-testimonial .col-inner>p::before {
    top: -38px;
    right: 18px;
    font-size: 78px;
  }

  .row-testimonial .flickity-prev-next-button {
    width: 42px;
    height: 42px;
  }
}

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

@media screen and (max-width: 1024px) {
  .section-product .box .box-text-inner {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-product .box:hover .box-text-inner,
  .section-product .box:focus-within .box-text-inner {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-product .box .box-text h3 {
    font-size: 25px;
  }

  .section-product .box .box-text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .section-product .box:hover .box-text h3,
  .section-product .box:focus-within .box-text h3 {
    margin-bottom: 18px;
  }
}

/* =====================================================
   MOBILE
   Hiển thị đầy đủ nội dung vì thiết bị cảm ứng không có hover
===================================================== */

@media screen and (max-width: 849px) {
  .section-product .box::after {
    opacity: 0.82;
  }

  .section-product .box .box-text-inner {
    bottom: 50%;
    padding: 24px 28px;
    transform: translateY(50%);
  }

  .section-product .box .box-text h3 {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .section-product .box .box-text p {
    max-height: 280px;
    visibility: visible;
    opacity: 1;
    font-size: 15px;
    transform: translateY(0);
  }

  .section-product .box .box-text .button {
    max-height: 60px;
    margin-top: 16px;
    padding: 4px 0;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .contact-info-box {
    max-width: 100%;
    padding: 0;
  }

  .contact-info-box .contact-content h4 {
    font-size: 13px;
  }

  .contact-info-box .contact-content p {
    font-size: 13px;
  }

  .contact-info-box .contact-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 14px;
  }
}

.red-text {
  color: var(--nvt-secondary);
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  margin-bottom: 15px;
  margin-left: 0 !important;
}

.footer-menu a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-size: 15px;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.footer-menu a:hover {
  color: #fff;
  padding-left: 26px;
}

.footer-menu a::before {
  content: "›";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--nvt-secondary);
  font-size: 24px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.footer-menu a:hover::before {
  transform: translateX(3px);
  color: var(--nvt-secondary-light);
}

.footer-right-block+.footer-right-block {
  margin-top: 62px;
}

.footer-top {
  padding-bottom: 30px !important;
}

/* --- Bottom copyright bar --- */
.absolute-footer.dark {
  display: block !important;
  background: rgba(8, 18, 36, 0.65) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 0;
}

.absolute-footer.dark .copyright-footer {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  letter-spacing: 0.2px;
}

.absolute-footer.dark .copyright-footer strong {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px !important;
}

.footer-bottom p {
  margin-bottom: 0;
}

/* --- Social Icons in footer --- */
.footer-main .social-icons a,
.footer-main .follow-icons a {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border-radius: 50% !important;
  margin-right: 8px;
  transition: all 0.3s ease !important;
  font-size: 16px !important;
}

.footer-main .social-icons a:hover,
.footer-main .follow-icons a:hover {
  background: var(--nvt-secondary) !important;
  border-color: var(--nvt-secondary) !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(95, 158, 160, 0.35);
}

/* --- Footer logo enhancement --- */
.footer-main #image_884347726 {
  filter: brightness(1.1) drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}

/* --- Facebook iframe container polish --- */
.footer-main iframe {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .footer-info-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .footer-info-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-block h3,
  .footer-main h3 {
    font-size: 19px !important;
    margin-bottom: 16px;
  }

  .contact-content p,
  .footer-menu a {
    font-size: 14px;
  }

  .contact-info-box .contact-item {
    padding: 8px 10px;
  }
}

@media (max-width: 768px) {
  .process-box {
    min-height: auto;
    padding: 22px;
  }

  .process-card {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .video-banner {
    height: 420px;
  }

  .video-banner-content h1 {
    font-size: 32px;
  }

  .video-banner-content p {
    font-size: 16px;
  }
}

/* =========================================================
   ĐỒNG BỘ MÀU THƯƠNG HIỆU #4682B4 & #5F9EA0
   Khối override cuối file để ghi đè màu cũ/inline của Flatsome.
   ========================================================= */

.nvt-video-section,
.nvt-intro-section,
.nvt-vision-mission,
.nvt-core-values,
.nvt-history-section,
.nvt-contact-main,
.nvt-contact-locations,
.nvt-contact-faq {
  color: var(--nvt-text);
}

.nvt-section-heading h2,
.nvt-intro-copy h2,
.nvt-vm-copy h2,
.nvt-contact-main h2,
.nvt-contact-locations h2,
.nvt-contact-faq h2,
.nvt-history-content h3,
.nvt-value-copy h3 {
  color: var(--nvt-heading);
}

.nvt-eyebrow,
.nvt-value-kicker,
.nvt-section-eyebrow,
.nvt-contact-eyebrow,
.nvt-form-kicker,
.nvt-contact-card-label,
.nvt-map-kicker {
  color: var(--nvt-secondary);
}

.nvt-contact-hero .button.primary,
.nvt-contact-main .button.primary,
.nvt-contact-cta .button.primary,
.nvt-contact-form-card input[type="submit"],
.nvt-contact-form-card .nvt-submit {
  border-color: var(--nvt-primary) !important;
  background: var(--nvt-gradient) !important;
  box-shadow: 0 12px 28px rgba(70, 130, 180, 0.24);
}

.nvt-contact-hero .button.primary:hover,
.nvt-contact-main .button.primary:hover,
.nvt-contact-cta .button.primary:hover,
.nvt-contact-form-card input[type="submit"]:hover,
.nvt-contact-form-card .nvt-submit:hover {
  border-color: var(--nvt-primary-dark) !important;
  background: linear-gradient(135deg, var(--nvt-primary-dark), var(--nvt-secondary-dark)) !important;
}

.nvt-contact-icon,
.nvt-location-number,
.nvt-social-button>span,
.nvt-goal strong,
.nvt-check-list li::before,
.nvt-history-year,
.process-number {
  background: var(--nvt-gradient);
}

.nvt-contact-icon {
  color: var(--nvt-primary);
  background: rgba(95, 158, 160, 0.14);
}

.nvt-contact-checklist p,
.nvt-check-list li,
.nvt-mini-point,
.nvt-contact-faq .accordion-title.active {
  background: linear-gradient(135deg, rgba(70, 130, 180, 0.07), rgba(95, 158, 160, 0.10));
}

.nvt-contact-form-card>.col-inner,
.nvt-location-card>.col-inner,
.nvt-map-card>.col-inner,
.nvt-vm-row,
.nvt-value-panel,
.process-card {
  border-color: var(--nvt-border);
  box-shadow: var(--nvt-shadow);
}

.nvt-contact-form-card input:focus,
.nvt-contact-form-card select:focus,
.nvt-contact-form-card textarea:focus {
  border-color: var(--nvt-secondary);
  box-shadow: 0 0 0 3px rgba(95, 158, 160, 0.16);
}

.nvt-core-values .nav>li>a::before {
  border-color: var(--nvt-primary);
  color: var(--nvt-primary);
}

.nvt-core-values .nav>li.active>a::before {
  border-color: var(--nvt-primary);
  color: var(--nvt-white);
  background: var(--nvt-gradient);
  box-shadow: 0 10px 26px rgba(70, 130, 180, 0.22);
}

.nvt-core-values .nav>li.active>a::after {
  background: var(--nvt-secondary);
}

.nvt-value-panel,
.nvt-value-copy>.col-inner {
  background: linear-gradient(135deg, rgba(70, 130, 180, 0.10), rgba(95, 158, 160, 0.14));
}

.nvt-history-heading h2::before,
.nvt-history-heading h2::after,
.nvt-history-wrap>.col>.col-inner::before,
.nvt-history-item::before,
.nvt-history-year {
  background: var(--nvt-gradient);
}

.nvt-history-item::before {
  box-shadow: 0 0 0 2px rgba(70, 130, 180, 0.20);
}

#top-bar {
  background: var(--nvt-gradient);
}

.process-box {
  --accent: var(--nvt-primary);
}

.process-box.red {
  --accent: var(--nvt-secondary);
}


.red-text {
  color: var(--nvt-secondary);
}

.section-product .box {
  background: var(--nvt-primary-deep);
}

.section-product .box::before {
  background: linear-gradient(180deg,
      rgba(36, 79, 115, 0.06) 0%,
      rgba(70, 130, 180, 0.20) 42%,
      rgba(36, 79, 115, 0.94) 100%);
}

.section-product .box::after {
  background: linear-gradient(135deg,
      rgba(70, 130, 180, 0.92),
      rgba(95, 158, 160, 0.90));
}

.nvt-contact-faq .accordion .toggle {
  position: unset !important;
  top: unset !important;
}

@media (prefers-reduced-motion: reduce) {

  .nvt-video-section img,
  .nvt-intro-section img,
  .nvt-vision-mission img,
  .nvt-core-values img,
  .nvt-history-section img,
  .section-product .box .box-image img,
  .nvt-location-card>.col-inner,
  .nvt-contact-main .button,
  .nvt-contact-hero .button {
    transition: none !important;
  }
}

/* =========================================================
   NVT FLOATING CHAT WIDGET
   ========================================================= */

/* ---------- Keyframes ---------- */
@keyframes nvt-pulse-ring {
  0%   { transform: scale(1);   opacity: 0.7; }
  70%  { transform: scale(1.55); opacity: 0; }
  100% { transform: scale(1.55); opacity: 0; }
}
@keyframes nvt-pulse-dot {
  0%   { transform: scale(0.95); }
  50%  { transform: scale(1.05); }
  100% { transform: scale(0.95); }
}
@keyframes nvt-chat-bounce {
  0%, 100% { transform: translateY(0); }
  40%       { transform: translateY(-6px); }
  60%       { transform: translateY(-3px); }
}

/* ---------- Wrapper ---------- */
#nvt-chat-widget {
  position: fixed !important;
  right: 18px !important;
  bottom: 90px !important;
  z-index: 99999 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  gap: 10px !important;
  overflow: visible !important;
}

/* ---------- Items container — NO overflow:hidden (clips tooltips!) ---------- */
#nvt-chat-items {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  overflow: visible;
}

/* ---------- Each item animates individually ---------- */
.nvt-chat-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  overflow: visible;
  /* hidden state */
  opacity: 0;
  transform: translateY(12px) scale(0.82);
  pointer-events: none;
  transition: opacity 0.3s ease,
              transform 0.35s cubic-bezier(.34,1.56,.64,1);
}
/* Staggered entrance */
.nvt-chat-item:nth-child(1) { transition-delay: 0.05s; }
.nvt-chat-item:nth-child(2) { transition-delay: 0.12s; }
.nvt-chat-item:nth-child(3) { transition-delay: 0.19s; }
.nvt-chat-item:nth-child(4) { transition-delay: 0.26s; }

/* visible state */
#nvt-chat-items.nvt-visible .nvt-chat-item {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* ---------- Icon button ---------- */
.nvt-chat-btn {
  position: relative;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: 0 4px 18px rgba(0,0,0,0.25), 0 1px 4px rgba(0,0,0,0.12) !important;
  transition: transform 0.25s cubic-bezier(.34,1.56,.64,1),
              box-shadow 0.25s ease !important;
  flex-shrink: 0;
  z-index: 2;
  padding: 0 !important;
  line-height: 1 !important;
  border: none !important;
}
.nvt-chat-btn svg {
  width: 26px;
  height: 26px;
  fill: #fff;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  display: block;
}
.nvt-chat-btn:hover,
.nvt-chat-btn:focus {
  transform: scale(1.13) rotate(-4deg) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3), 0 2px 6px rgba(0,0,0,0.15) !important;
  color: #fff !important;
  text-decoration: none !important;
  outline: none !important;
}
.nvt-chat-btn:hover svg {
  transform: scale(1.1);
}

/* ---------- Brand colors — !important to override theme ---------- */
.nvt-chat-btn.nvt-hotline  { background: linear-gradient(135deg, #e11d48, #be123c) !important; }
.nvt-chat-btn.nvt-zalo     { background: linear-gradient(135deg, #0068FF, #0052cc) !important; }
.nvt-chat-btn.nvt-facebook { background: linear-gradient(135deg, #0084FF, #006ad0) !important; }
.nvt-chat-btn.nvt-email    { background: linear-gradient(135deg, #f97316, #ea580c) !important; }

/* ---------- Pulse ring — hotline only ---------- */
.nvt-chat-btn.nvt-hotline::before,
.nvt-chat-btn.nvt-hotline::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(225, 29, 72, 0.45);
  animation: nvt-pulse-ring 2.2s ease-out infinite;
  z-index: -1;
  pointer-events: none;
}
.nvt-chat-btn.nvt-hotline::after {
  animation-delay: 0.7s;
}
.nvt-chat-btn.nvt-hotline {
  animation: nvt-pulse-dot 2.2s ease-in-out infinite;
}

/* ---------- Tooltip label ---------- */
.nvt-chat-label {
  position: absolute !important;
  right: 60px !important;
  top: 50% !important;
  transform: translateY(-50%) translateX(10px) !important;
  white-space: nowrap;
  background: rgba(20, 20, 30, 0.9) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em;
  padding: 6px 14px !important;
  border-radius: 20px !important;
  pointer-events: none;
  opacity: 0 !important;
  transition: opacity 0.2s ease, transform 0.22s cubic-bezier(.34,1.56,.64,1) !important;
  box-shadow: 0 2px 14px rgba(0,0,0,0.25) !important;
  z-index: 99999 !important;
  line-height: 1.4 !important;
}
.nvt-chat-item:hover .nvt-chat-label {
  opacity: 1 !important;
  transform: translateY(-50%) translateX(0) !important;
}

/* ---------- Hotline sub-label (phone number) ---------- */
.nvt-chat-label small {
  display: block;
  font-weight: 400;
  font-size: 10.5px;
  opacity: 0.8;
  margin-top: 2px;
  letter-spacing: 0.04em;
}


/* ---------- Mobile ---------- */
@media (max-width: 767px) {
  #nvt-chat-widget {
    right: 12px !important;
    bottom: 72px !important;
    gap: 8px !important;
  }
  .nvt-chat-btn {
    width: 44px !important;
    height: 44px !important;
  }

  .nvt-chat-btn svg {
    width: 22px !important;
    height: 22px !important;
  }

  .nvt-chat-label {
    right: 52px;
    font-size: 11.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nvt-chat-btn.nvt-hotline::before,
  .nvt-chat-btn.nvt-hotline::after,
  .nvt-chat-btn.nvt-hotline {
    animation: none !important;
  }
  .nvt-chat-item {
    transition: opacity 0.15s ease !important;
  }
}

/* =========================================================
   ẨN PREFIX "LƯU TRỮ DANH MỤC:" TRÊN TRANG ARCHIVE
   ========================================================= */

/* Ẩn span screen-reader-text chứa prefix (WordPress 5.5+) */
.archive .page-title .screen-reader-text,
.category .page-title .screen-reader-text,
.tag .page-title .screen-reader-text,
.tax- .page-title .screen-reader-text,
.archive h1.page-title span:first-child,
.category h1 span:first-child {
  display: none !important;
}

/* Fallback: nếu Flatsome render prefix dưới dạng chữ thường trong heading */
.archive .page-header .entry-title,
.archive .page-title-inner h1,
.category .page-header .entry-title {
  /* Ẩn toàn bộ nội dung cũ rồi dùng attr data nếu có */
  /* Phương án này dùng khi không có span riêng */
}


/* =========================================================
   BLOG ARCHIVE – LAYOUT GRANDO STYLE (v2 – Polished)
   ========================================================= */

/* --- Ẩn header archive mặc định Flatsome --- */
.nvt-blog-archive .archive-page-header {
  display: none !important;
}

/* --- Page wrapper --- */
.nvt-blog-archive {
  background: #f8f9fb;
}

.nvt-blog-archive > .container {
  max-width: 1200px;
}


/* -------------------------------------------------------
   1. PAGE HEADER (Breadcrumb + Title + Search)
   ------------------------------------------------------- */
.nvt-blog-header {
  background: #fff;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e8ecf0;
}

.nvt-blog-header > .container {
  max-width: 1200px;
}

/* Breadcrumb */
.nvt-breadcrumb {
  font-size: 11px;
  letter-spacing: 0.8px;
  color: #999;
  padding: 14px 0;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
}

.nvt-breadcrumb a {
  color: #777;
  text-decoration: none;
  transition: color 0.2s;
}

.nvt-breadcrumb a:hover {
  color: var(--primary-color, #005a9a);
}

.nvt-breadcrumb .sep {
  margin: 0 6px;
  color: #ccc;
  font-size: 9px;
}

/* Header Inner: Title (left) + Search (right) */
.nvt-blog-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 22px 0;
}

/* Title */
.nvt-blog-header-left {
  flex-shrink: 0;
}

.nvt-blog-title {
  font-size: 26px;
  font-weight: 800;
  color: #1a2a3a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  position: relative;
  display: inline-block;
}

.nvt-blog-title::after {
  content: '';
  display: block;
  margin-top: 8px;
  width: 50px;
  height: 3px;
  background: var(--primary-color, #005a9a);
  border-radius: 2px;
}

/* Search Form */
.nvt-blog-header-right {
  flex-shrink: 0;
}

.nvt-blog-search {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}

.nvt-search-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #1a2a3a;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px 14px 10px 0;
  border-right: 1px solid #ddd;
  margin-right: 14px;
  line-height: 1;
}

.nvt-search-input-wrap {
  position: relative;
  width: 240px;
}

.nvt-search-input-wrap input[type="search"] {
  width: 100% !important;
  padding: 9px 42px 9px 14px !important;
  border: 1.5px solid #d0d5dd !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  color: #333 !important;
  background: #f8f9fb !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  height: 38px !important;
  line-height: normal !important;
  margin: 0 !important;
  transition: border-color 0.3s, background 0.3s;
  -webkit-appearance: none;
  appearance: none;
}

.nvt-search-input-wrap input[type="search"]:focus {
  border-color: var(--primary-color, #005a9a) !important;
  background: #fff !important;
  box-shadow: none !important;
}

.nvt-search-input-wrap input[type="search"]::placeholder {
  color: #aaa;
  font-size: 12px;
}

.nvt-search-input-wrap button {
  position: absolute !important;
  right: 3px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: var(--primary-color, #005a9a) !important;
  border: none !important;
  color: #fff !important;
  font-size: 13px !important;
  cursor: pointer !important;
  width: 32px !important;
  height: 32px !important;
  min-height: unset !important;
  min-width: unset !important;
  border-radius: 5px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transition: opacity 0.2s;
}

.nvt-search-input-wrap button:hover {
  opacity: 0.85;
}

.nvt-search-input-wrap button i {
  font-size: 14px !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* -------------------------------------------------------
   2. FEATURED GRID (1 lớn trái + bài nhỏ phải)
   ------------------------------------------------------- */
.nvt-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  padding: 30px 0 40px;
}

/* --- Bài lớn bên trái --- */
.nvt-featured-main {
  min-height: 0;
}

.nvt-featured-card--large {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s ease;
  height: 100%;
}

.nvt-featured-card--large:hover {
  box-shadow: 0 6px 24px rgba(0,0,0,0.10);
}

.nvt-featured-card--large .nvt-featured-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.nvt-featured-card--large .nvt-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.nvt-featured-card--large:hover .nvt-featured-img img {
  transform: scale(1.04);
}

.nvt-featured-content {
  padding: 20px 22px 24px;
}

.nvt-featured-card--large .nvt-featured-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a2a3a;
  line-height: 1.45;
  margin: 0 0 8px;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nvt-featured-card--large:hover .nvt-featured-title {
  color: var(--primary-color, #005a9a);
}

.nvt-featured-date {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.nvt-featured-excerpt {
  font-size: 13.5px;
  color: #777;
  line-height: 1.7;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --- Bài nhỏ bên phải (2×2) --- */
.nvt-featured-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  min-height: 0;
}

.nvt-featured-card--small {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.nvt-featured-card--small:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.10);
  transform: translateY(-2px);
}

.nvt-featured-card--small .nvt-featured-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  flex-shrink: 0;
}

.nvt-featured-card--small .nvt-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.nvt-featured-card--small:hover .nvt-featured-img img {
  transform: scale(1.05);
}

.nvt-featured-card--small .nvt-featured-title {
  font-size: 13px;
  font-weight: 600;
  color: #2a2a2a;
  line-height: 1.5;
  margin: 0;
  padding: 12px 14px 14px;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nvt-featured-card--small:hover .nvt-featured-title {
  color: var(--primary-color, #005a9a);
}


/* -------------------------------------------------------
   3. MAIN CONTENT: LIST VIEW + SIDEBAR (70/30)
   ------------------------------------------------------- */
.nvt-blog-main {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  padding-bottom: 50px;
  align-items: start;
}

/* --- List View --- */
.nvt-blog-list {
  min-width: 0;
}

.nvt-list-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0,0,0,0.04);
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease;
}

.nvt-list-item:hover {
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

.nvt-list-item-link {
  display: flex;
  gap: 0;
  text-decoration: none;
  color: inherit;
  align-items: stretch;
}

/* Ảnh list item */
.nvt-list-item-img {
  width: 280px;
  flex-shrink: 0;
  overflow: hidden;
}

.nvt-list-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.nvt-list-item-link:hover .nvt-list-item-img img {
  transform: scale(1.04);
}

/* Nội dung list item */
.nvt-list-item-body {
  flex: 1;
  min-width: 0;
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nvt-list-item-title {
  font-size: 17px;
  font-weight: 700;
  color: #1a2a3a;
  line-height: 1.45;
  margin: 0 0 6px;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nvt-list-item-link:hover .nvt-list-item-title {
  color: var(--primary-color, #005a9a);
}

.nvt-list-item-date {
  font-size: 12px;
  color: #b0b0b0;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.nvt-list-item-excerpt {
  font-size: 13.5px;
  color: #777;
  line-height: 1.65;
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nvt-list-item-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--primary-color, #005a9a);
  transition: gap 0.2s;
  letter-spacing: 0.3px;
}

.nvt-list-item-more .nvt-arrow {
  transition: transform 0.2s;
  font-size: 14px;
}

.nvt-list-item-link:hover .nvt-list-item-more {
  gap: 10px;
}

.nvt-list-item-link:hover .nvt-list-item-more .nvt-arrow {
  transform: translateX(3px);
}

/* No more posts */
.nvt-no-more-posts {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  text-align: center;
  color: #aaa;
  font-size: 14px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.04);
}


/* -------------------------------------------------------
   4. SIDEBAR
   ------------------------------------------------------- */
.nvt-blog-sidebar {
  min-width: 0;
}

.nvt-sidebar-block {
  position: sticky;
  top: 110px;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.04);
}

.nvt-sidebar-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a2a3a;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0 0 18px;
  padding-left: 12px;
  padding-bottom: 14px;
  border-left: 3px solid var(--primary-color, #005a9a);
  border-bottom: 1px solid #eee;
  line-height: 1;
}

.nvt-sidebar-posts {
  display: flex;
  flex-direction: column;
}

/* Sidebar post item */
.nvt-sidebar-post-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dotted #e5e5e5;
  text-decoration: none;
  color: inherit;
  align-items: flex-start;
}

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

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

/* Sidebar thumbnail */
.nvt-sidebar-post-thumb {
  width: 80px;
  height: 56px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
}

.nvt-sidebar-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.nvt-sidebar-post-item:hover .nvt-sidebar-post-thumb img {
  transform: scale(1.06);
}

/* Sidebar post info */
.nvt-sidebar-post-info {
  flex: 1;
  min-width: 0;
}

.nvt-sidebar-post-title {
  font-size: 13px;
  font-weight: 600;
  color: #2a2a2a;
  line-height: 1.4;
  margin: 0 0 4px;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.nvt-sidebar-post-item:hover .nvt-sidebar-post-title {
  color: var(--primary-color, #005a9a);
}

.nvt-sidebar-post-date {
  font-size: 11px;
  color: #b5b5b5;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nvt-sidebar-post-date i {
  font-size: 10px;
}


/* -------------------------------------------------------
   5. PAGINATION
   ------------------------------------------------------- */
.nvt-pagination {
  padding: 20px 0 0;
  text-align: center;
}

.nvt-pagination .page-numbers {
  list-style: none;
  display: inline-flex;
  gap: 6px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.nvt-pagination .page-numbers li {
  margin: 0;
  padding: 0;
}

.nvt-pagination .page-numbers li a,
.nvt-pagination .page-numbers li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  text-decoration: none;
  transition: all 0.25s ease;
  background: #fff;
}

.nvt-pagination .page-numbers li a:hover {
  background: var(--primary-color, #005a9a);
  border-color: var(--primary-color, #005a9a);
  color: #fff;
}

.nvt-pagination .page-numbers li span.current {
  background: var(--primary-color, #005a9a);
  border-color: var(--primary-color, #005a9a);
  color: #fff;
  font-weight: 600;
}

.nvt-pagination .page-numbers li .dots {
  border: none;
  background: none;
  color: #999;
}

/* No posts */
.nvt-no-posts {
  text-align: center;
  padding: 80px 20px;
}

.nvt-no-posts h2 {
  color: #1a2a3a;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}

.nvt-no-posts p {
  color: #999;
  font-size: 14px;
}


/* -------------------------------------------------------
   6. RESPONSIVE
   ------------------------------------------------------- */

/* Tablet */
@media (max-width: 992px) {
  .nvt-blog-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .nvt-blog-search {
    width: 100%;
  }

  .nvt-search-input-wrap {
    width: 100%;
    max-width: 320px;
  }

  .nvt-featured-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nvt-featured-side {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .nvt-featured-card--large .nvt-featured-img {
    aspect-ratio: 16 / 9;
  }

  .nvt-blog-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .nvt-sidebar-block {
    position: static;
  }

  .nvt-list-item-img {
    width: 220px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .nvt-blog-header {
    padding: 20px 0 18px;
  }

  .nvt-blog-title {
    font-size: 22px;
  }

  .nvt-blog-search {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .nvt-search-input-wrap {
    max-width: 100%;
  }

  .nvt-featured-grid {
    padding: 20px 0 30px;
    gap: 16px;
  }

  .nvt-featured-side {
    gap: 12px;
  }

  .nvt-featured-card--small .nvt-featured-title {
    font-size: 12px;
    padding: 10px 12px 12px;
  }

  .nvt-featured-content {
    padding: 16px;
  }

  .nvt-featured-card--large .nvt-featured-title {
    font-size: 16px;
  }

  .nvt-list-item-link {
    flex-direction: column;
  }

  .nvt-list-item-img {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .nvt-list-item-body {
    padding: 16px;
  }

  .nvt-list-item-title {
    font-size: 15px;
  }

  .nvt-list-item {
    margin-bottom: 14px;
  }

  .nvt-sidebar-block {
    padding: 18px;
  }

  .nvt-pagination .page-numbers li a,
  .nvt-pagination .page-numbers li span {
    min-width: 34px;
    height: 34px;
    font-size: 12px;
  }
}


/* =========================================================
   TRANG SẢN PHẨM – Premium Redesign
   Target: body.page-id-490
   ========================================================= */

/* --- Hero Header Section --- */
.page-id-490 .page-header-wrapper {
  position: relative;
  padding: 60px 0 45px;
  background: linear-gradient(160deg, #0f2744 0%, #1a3a5c 40%, #244F73 70%, #2d6a9f 100%);
  overflow: hidden;
}

/* Decorative circle */
.page-id-490 .page-header-wrapper::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -60px;
  width: 340px;
  height: 340px;
  border: 50px solid rgba(70, 130, 180, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

/* Dot pattern overlay */
.page-id-490 .page-header-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.04;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.5) 1px, transparent 1px);
  background-size: 28px 28px;
}

.page-id-490 .page-title {
  position: relative;
  z-index: 2;
  background: transparent !important;
  border: none !important;
}

.page-id-490 .entry-title {
  color: #fff !important;
  font-size: clamp(36px, 5vw, 52px) !important;
  font-weight: 800 !important;
  letter-spacing: -1.5px;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

/* Decorative line under title */
.page-id-490 .entry-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 2px;
  background: var(--nvt-secondary);
}

/* --- Description text below header --- */
.page-id-490 #content > p {
  position: relative;
  z-index: 2;
  max-width: 680px;
  margin: -15px auto 40px !important;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  text-align: center;
}

/* Extend the header background to cover the description */
.page-id-490 #content > .page-header-wrapper + .gap-element {
  display: none !important;
}

/* Make description sit inside the hero visually */
.page-id-490 #content {
  position: relative;
}

.page-id-490 #content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 260px;
  background: linear-gradient(160deg, #0f2744 0%, #1a3a5c 40%, #244F73 70%, #2d6a9f 100%);
  z-index: 0;
}

.page-id-490 #content > * {
  position: relative;
  z-index: 1;
}

/* --- Gap element fix --- */
.page-id-490 #gap-2021646924 {
  padding-top: 0 !important;
}

/* --- Products Section --- */
.page-id-490 #section_1962670746 {
  padding-top: 30px !important;
  padding-bottom: 60px !important;
  background: transparent !important;
}

/* --- Product Grid Row --- */
.page-id-490 #row-1399315749 {
  gap: 0;
}

.page-id-490 #row-1399315749 > .col {
  padding: 12px !important;
}

/* --- Product Cards --- */
.page-id-490 .box.has-hover.box-text-bottom {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 30px rgba(15, 39, 68, 0.10);
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1),
              box-shadow 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}

.page-id-490 .box.has-hover.box-text-bottom:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(15, 39, 68, 0.20);
}

/* --- Product Image --- */
.page-id-490 .box-image {
  position: relative;
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}

.page-id-490 .box-image .image-cover {
  padding-top: 68% !important;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.page-id-490 .box.has-hover:hover .box-image .image-cover {
  transform: scale(1.06);
}

.page-id-490 .box-image img {
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
              filter 0.6s ease;
}

.page-id-490 .box.has-hover:hover .box-image img {
  transform: scale(1.06);
  filter: brightness(1.05);
}

/* Gradient overlay on image */
.page-id-490 .box-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(15, 39, 68, 0.35), transparent);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.page-id-490 .box.has-hover:hover .box-image::after {
  opacity: 0.7;
}

/* --- Product Card Text --- */
.page-id-490 .box-text {
  position: relative;
  padding: 22px 20px 26px !important;
  background: #fff;
  border-top: 3px solid transparent;
  transition: border-color 0.4s ease;
}

.page-id-490 .box.has-hover:hover .box-text {
  border-top-color: var(--nvt-primary);
}

.page-id-490 .box-text-inner h3 {
  margin: 0 !important;
  color: var(--nvt-heading) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: -0.3px;
  transition: color 0.3s ease;
}

.page-id-490 .box.has-hover:hover .box-text-inner h3 {
  color: var(--nvt-primary) !important;
}

/* Arrow icon on hover */
.page-id-490 .box-text-inner h3::after {
  content: " →";
  display: inline-block;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  color: var(--nvt-primary);
}

.page-id-490 .box.has-hover:hover .box-text-inner h3::after {
  opacity: 1;
  transform: translateX(4px);
}

/* --- Stagger Animation on Load --- */
@keyframes nvtProductFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-id-490 #row-1399315749 > .col:nth-child(1) {
  animation: nvtProductFadeUp 0.6s ease-out both;
  animation-delay: 0.1s;
}

.page-id-490 #row-1399315749 > .col:nth-child(2) {
  animation: nvtProductFadeUp 0.6s ease-out both;
  animation-delay: 0.2s;
}

.page-id-490 #row-1399315749 > .col:nth-child(3) {
  animation: nvtProductFadeUp 0.6s ease-out both;
  animation-delay: 0.3s;
}

.page-id-490 #row-1399315749 > .col:nth-child(4) {
  animation: nvtProductFadeUp 0.6s ease-out both;
  animation-delay: 0.4s;
}

.page-id-490 .box.has-hover:hover .box-image a::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* --- Newsletter section spacing fix --- */
.page-id-490 .footer-top,
.page-id-490 #section_141380071 {
  margin-top: 0;
}

/* =========================================================
   TRANG SẢN PHẨM – Responsive
   ========================================================= */

@media (max-width: 849px) {
  .page-id-490 .page-header-wrapper {
    padding: 40px 0 30px;
  }

  .page-id-490 .entry-title {
    font-size: 32px !important;
  }

  .page-id-490 #content > p {
    font-size: 14px !important;
    margin-bottom: 25px !important;
  }

  .page-id-490 #content::before {
    height: 220px;
  }

  .page-id-490 #row-1399315749 > .col {
    padding: 8px !important;
  }

  .page-id-490 .box-text-inner h3 {
    font-size: 17px !important;
  }

  .page-id-490 .box-text {
    padding: 16px 14px 20px !important;
  }
}

@media (max-width: 549px) {
  .page-id-490 .page-header-wrapper {
    padding: 30px 0 20px;
  }

  .page-id-490 .entry-title {
    font-size: 26px !important;
    letter-spacing: -0.5px;
  }

  .page-id-490 .entry-title::after {
    width: 40px;
    height: 3px;
    margin-top: 12px;
  }

  .page-id-490 #content > p {
    font-size: 13px !important;
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
  }

  .page-id-490 #content::before {
    height: 200px;
  }

  .page-id-490 #row-1399315749 > .col {
    padding: 6px !important;
  }

  .page-id-490 .box.has-hover.box-text-bottom {
    border-radius: 10px;
  }

  .page-id-490 .box-image {
    border-radius: 10px 10px 0 0;
  }

  .page-id-490 .box-text-inner h3 {
    font-size: 15px !important;
  }

  .page-id-490 .box-text {
    padding: 12px 12px 16px !important;
  }

  /* Hide hover badge on mobile */
  .page-id-490 .box-image a::before {
    display: none;
  }

  .page-id-490 .box-text-inner h3::after {
    display: none;
  }
}
