.elementor-671 .elementor-element.elementor-element-e8c54c1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-671 .elementor-element.elementor-element-796ada0 .tp-el-logo img{width:200px;}.elementor-671 .elementor-element.elementor-element-796ada0 .tp-el-off-logo img{width:156px;}/* Start custom CSS for tp-header-05, class: .elementor-element-796ada0 */ :root {
    --bg: #F7F9FC;
    --surface: #FFFFFF;
    --card: #EEF2F9;
    --img: #DDE3EE;
    --accent: #1E4BF5;       
    --accent-dark: #000661;  
    --accent-soft: #E8EEFE;
    --accent-cyan: #78D8FB;
    --text: #0A1230;
    --text-muted: #5D6479;
    --text-light: #9CA3B8;
    --border: #E5E9F2;
    --border-strong: #C9D0E0;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'Be Vietnam Pro', system-ui, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
  }
  img, svg { max-width: 100%; display: block; }
  a { color: inherit; text-decoration: none; }
  button { font-family: inherit; cursor: pointer; }


  /* Grid utilities */
  .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }

  /* Buttons */
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 26px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: all 0.2s;
    white-space: nowrap;
  }
  .btn-accent { background: var(--accent); color: white !important; }
  .btn-accent:hover { background: var(--accent-dark); transform: translateY(-1px); color:white !important}
  .btn-ghost { background: transparent; color: var(--text); border-color: var(--border-strong); }
  .btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
  .btn-outline-light { background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.4); }
  .btn-outline-light:hover { background: white; color: var(--accent); border-color: white; }

  /* Section base */
  section { padding: 80px 0; }
  .section-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 12px;
    text-wrap: balance;
  }
  .section-eyebrow {
    text-align: center;
    color: var(--accent);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .section-sub {
    text-align: center;
    color: var(--text-muted);
    max-width: 620px;
    margin: 0 auto 48px;
    text-wrap: pretty;
  }

  /* ===== Hero (full-bleed slider) ===== */
 
.bhn-btn-accent {
  background: #1e4bf5;
  color: white;
}
.bhn-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.2s;
  white-space: nowrap;
}
.bhn {
  position: relative;
  height: 640px;
  overflow: hidden;
  padding: 0;
}
.bhn-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: var(--card);
  opacity: 0;
  transition: opacity 0.9s ease;
  display: flex;
  align-items: flex-start;
  padding-top: 80px;
}
.bhn-slide.active { opacity: 1; z-index: 2; }
.bhn-subject {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100% !important;
  object-fit: contain;
  object-position: bottom right;
  pointer-events: none;
  z-index: 1;
}
.bhn-content {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.bhn-text {
  max-width: 540px;
}
.bhn-text h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--text);
  margin-bottom: 16px;
  text-wrap: balance;
}
.bhn-text p {
  font-size: 15px;
  color: var(--text);
  margin-bottom: 24px;
  max-width: 480px;
  line-height: 1.55;
  text-wrap: pretty;
}

/* --- STYLE MỚI CHO NÚT ĐIỀU HƯỚNG --- */
.bhn-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  color: #1e4bf5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
}
.bhn-arrow:hover {
  background: #ffffff;
  color: #0A1F4C;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.bhn-arrow svg {
  width: 24px;
  height: 24px;
}
.bhn-prev { left: 24px; }
.bhn-next { right: 24px; }

/* Thu nhỏ mũi tên một chút trên mobile */
@media (max-width: 768px) {
  .bhn-arrow { width: 36px; height: 36px; }
  .bhn-prev { left: 12px; }
  .bhn-next { right: 12px; }
}

.bhn-dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.bhn-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgb(255 255 255);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s;
}
.bhn-dot.active {
  background: #1e4bf5;
  width: 47px;
  border-radius: 50px;
}

/* Các class tabs cũ giữ nguyên */
.tabs-shell {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--border);
}
.nav-arrow {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
  margin-bottom: 12px;
}
.nav-arrow:hover:not(:disabled) {
  background: var(--bg-tint);
  border-color: var(--bg-tint);
}
.nav-arrow:disabled {
  opacity: .25;
  cursor: not-allowed;
}
.nav-arrow svg { width: 16px; height: 16px; }

/* Viewport masks the tabs; track holds all 9 and slides */
.tabs-viewport {
  flex: 1;
  overflow: hidden;
  position: relative;
  min-width: 0;
}

/* Right-edge gradient: tells the user "more tabs over there".
   Most important affordance - more powerful than arrows alone. */
.tabs-viewport::after {
  content: '';
  position: absolute;
  top: 0; bottom: 12px; right: 0;
  width: 56px;
  background: linear-gradient(to right, rgba(255,255,255,0), #fff 80%);
  pointer-events: none;
  opacity: 1;
  transition: opacity .2s ease;
  z-index: 1;
}
.tabs-viewport.at-end::after { opacity: 0; }

/* Left-edge gradient appears once you've scrolled */
.tabs-viewport::before {
  content: '';
  position: absolute;
  top: 0; bottom: 12px; left: 0;
  width: 56px;
  background: linear-gradient(to left, rgba(255,255,255,0), #fff 80%);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity .2s ease;
}
.tabs-viewport:not(.at-start)::before { opacity: 1; }

.tabs-track {
  display: flex;
  gap: 0;
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
  will-change: transform;
}

/* Each tab: icon + label, bottom-border underline for active */
.tab {
  flex: 0 0 auto;
  padding: 14px 22px 16px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  white-space: nowrap;
  transition: color .15s ease, border-color .15s ease;
}
.tab:hover { color: var(--navy); }
.tab.active {
  color: var(--navy-soft);
  border-bottom-color: var(--navy-soft);
  font-weight: 600;
}
.tab svg { width: 18px; height: 18px; flex: 0 0 auto; }

/* ============ PROGRESS BAR ============ */
.tabs-progress {
  margin-top: 10px;
  height: 3px;
  background: var(--border-soft);
  border-radius: 999px;
  position: relative;
  max-width: 140px;
  margin-left: 50px;
}
.tabs-progress-fill {
  position: absolute;
  top: 0; bottom: 0;
  background: var(--navy-soft);
  border-radius: 999px;
  transition: left .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1);
}

/* ============ HERO PANELS ============ */
.hero-stage {
  position: relative;
}

.hero-stage .hero {    padding-top: 0 !important;}

.hero {
  display: none;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: center;
  animation: fadeIn .4s ease;
}
.hero.active { display: grid; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-img {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 16px;
  overflow: hidden;
  background: var(--bg-soft);
}
.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-body h1 {
  margin: 0 0 32px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -.01em;
  color: var(--navy);
}

.bullets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}
.bullet {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--navy);
}
.check {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-soft);
}
.check svg { width: 16px; height: 16px; }

.cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--navy-soft);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, transform .15s ease;
}
.cta:hover { background: var(--navy); }
.cta:active { transform: scale(.98); }
.cta svg { width: 16px; height: 16px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  body { padding: 24px 16px; }
  .hero { grid-template-columns: 1fr; gap: 32px; }
  .hero-body h1 { font-size: 24px; margin-bottom: 24px; }
  .bullets { grid-template-columns: 1fr; gap: 16px; }
  .bullet { flex-direction: row; align-items: center; }
  .tab { font-size: 13px; padding: 12px 14px 14px; }
  .nav-arrow { width: 32px; height: 32px; }
}

  /* ===== Section: Stats (Why us) ===== */
  .why-us { background: var(--bg); }
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .stat-circle {
    aspect-ratio: 1;
    border-radius: 50%;
    border: 1.5px solid var(--border-strong);
    background: var(--surface);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .stat-circle:hover { border-color: var(--accent); transform: scale(1.03); box-shadow: 0 10px 30px rgba(200,16,46,0.08); }
  .stat-top { font-size: 13px; color: var(--text-muted); margin-bottom: 8px; }
  .stat-num {
    font-size: 44px;
    font-weight: 800;
    color: var(--accent);
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 6px;
  }
  .stat-num small { font-size: 22px; }
  .stat-bottom { font-size: 13px; color: var(--text); font-weight: 500; }

  /* ===== Section: Testimonials ===== */
  .testimonials { background: var(--surface); }
  .testimonial-wrap {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 56px;
    align-items: start;
  }
  .testimonial-heading h2 {
    font-size: 22px;
    font-weight: 500;
    color: var(--text-muted);
    margin-bottom: 6px;
  }
  .testimonial-heading strong {
    font-size: 40px;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -0.02em;
    line-height: 1.1;
    display: block;
  }
  .testimonial-slider-area {
    position: relative;
    overflow: hidden;
    margin-right: -24px;
  }
  .testimonial-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 4px;
  }
  .testimonial-card {
    flex: 0 0 calc(40% - 12px);
    background: var(--card);
    border-radius: var(--radius-lg);
    padding: 32px 36px;
    min-height: 240px;
    box-sizing: border-box;
  }
  .testimonial-card .quote-mark {
    font-size: 56px;
    color: var(--accent);
    line-height: 0.6;
    font-family: Georgia, serif;
    margin-bottom: 6px;
  }
  .testimonial-card p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text);
    margin-bottom: 22px;
    font-style: italic;
  }
  .testimonial-meta {
    display: flex;
    align-items: center;
    gap: 14px;
  }
  .testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--img);
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
  }
  .testimonial-meta strong { font-size: 14px; display: block; font-weight: 600; }
  .testimonial-meta span { font-size: 12px; color: var(--text-muted); }
  .testimonial-controls {
    grid-column: 2 / 3;
    display: flex;
    gap: 10px;
    margin-top: 28px;
  }
  .carousel-nav {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--surface);
    border: 1.5px solid var(--border-strong);
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s;
  }
  .carousel-nav:hover { background: var(--accent); color: white; border-color: var(--accent); }

  /* ===== Section: Add-on products ===== */
  .addons {
    position: relative;
    background-image: url('https://baohiemnhat.vn/wp-content/uploads/2026/05/image-16.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    isolation: isolate;
  }
  .addons::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,6,97,0.65) 0%, rgba(0,6,97,0.7) 100%);
    z-index: -1;
  }
  .addons .section-title { color: white; }
  .addons .section-sub { color: rgba(255,255,255,0.78); }
  .addons .section-eyebrow { color: var(--accent-cyan); }
  .addons-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 32px;
  }
  .addon-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 28px 22px;
    text-align: center;
    transition: all 0.25s;
    color: var(--text);
  }
  .addon-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(0,0,0,0.18); }
  .addon-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 16px;
  }
  .addon-card h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .addon-card p {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.5;
  }
  .addons-footnote {
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 20px;
  }
  .center-cta { text-align: center; }

  /* ===== Section: Team ===== */
  .team {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
    isolation: isolate;
  }
  .team::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,6,97,0.72) 0%, rgba(0,6,97,0.78) 100%);
    z-index: -1;
  }
  .team .section-title { color: white; }
  .team .section-sub { color: rgba(255,255,255,0.75); }
  .team .section-eyebrow { color: var(--accent-cyan); }
  .criteria-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }
  .criterion h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--accent-cyan);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .criterion p {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    line-height: 1.5;
  }
  .team .carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.25);
    color: white;
    backdrop-filter: blur(8px);
  }
  .team .carousel-nav.prev { left: -22px; z-index: 99;}
  .team .carousel-nav.next { right: -22px; z-index: 99;}
  .team .carousel-nav:hover {
    background: var(--accent-cyan);
    border-color: var(--accent-cyan);
    color: var(--accent-dark);
  }
  .team-carousel { position: relative; }
  .team-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 32px;
  }
  .team-card {
    position: relative;
    border-radius: var(--radius-md);
    overflow: hidden;
    aspect-ratio: 3/5;
    background: var(--img);
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(10, 18, 48, 0.08);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(30, 75, 245, 0.18);
  }
  .team-photo {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: var(--img);
  }
  .team-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,6,97,0) 40%, rgba(0,6,97,0.4) 65%, rgba(0,6,97,0.92) 100%);
  }
  .team-card:hover .team-photo::after {
    background: linear-gradient(180deg, rgba(0,6,97,0) 30%, rgba(0,6,97,0.55) 60%, rgba(0,6,97,0.95) 100%);
  }
  .team-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 18px;
    color: white;
    z-index: 2;
  }
  .team-info strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
  }
  .team-info span {
    font-size: 12px;
    color: rgba(255,255,255,0.85);
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
  .team-accent-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    z-index: 2;
  }
  .team-card:hover .team-accent-bar { transform: scaleX(1); }

  /* ===== Section: Contact ===== */
  .contact { background: var(--surface); }
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    align-items: start;
  }
  .contact-info-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--border);
  }
  .contact-info-item:last-child { border-bottom: none; margin-bottom: 0; }
  .contact-info-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
  }
  .contact-info-label {
    font-size: 12px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .contact-info-value {
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    word-break: break-all;
  }
  .contact-info-value:hover { color: var(--accent); }
  .contact-info-note {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.5;
  }
  .contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    background: var(--bg);
    padding: 36px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
  }
  .contact-form .form-row.full { grid-column: 1 / -1; }
  .contact-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 8px;
  }
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
    background: white;
    color: var(--text);
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .contact-form input:focus,
  .contact-form select:focus,
  .contact-form textarea:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--accent-soft);
  }
  .contact-form textarea { resize: vertical; min-height: 90px; }
  .contact-form select { cursor: pointer; appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3e%3cpath d='M6 8L0 0h12L6 8z' fill='%235D6479'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
  .program {
    position: relative;
    background-image: url('https://baohiemnhat.vn/wp-content/uploads/2026/05/image-17.jpg');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
  }
  .program-grid {
    display: grid;
    grid-template-columns: 260px 1fr 420px;
    gap: 40px;
    align-items: center;
  }
  .program-heading {
    text-align: left;
    margin-bottom: 48px;
    max-width: 600px;
    background: rgba(255, 255, 255, 0.92);
    padding: 24px 28px;
    border-radius: var(--radius-lg);
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 24px rgba(10, 18, 48, 0.06);
    display: inline-block;
  }
  .program-heading .eyebrow { color: var(--text-muted); font-size: 14px; margin-bottom: 6px; }
  .program-heading h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-wrap: balance;
    text-align: left;
  }
  .program-price {
    text-align: left;
    background: rgba(255, 255, 255, 0.92);
    padding: 32px 28px;
    border-radius: var(--radius-lg);
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 24px rgba(10, 18, 48, 0.06);
  }
  .program-price span {
    display: block;
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 6px;
  }
  .program-price strong {
    font-size: 39px;
    font-weight: 800;
    color: var(--accent);
    letter-spacing: -0.02em;
    line-height: 1;
    display: block;
    margin-bottom: 4px;
  }
  .program-price em { font-style: normal; font-size: 14px; color: var(--text-muted); }
  .program-image {
    aspect-ratio: 4/3;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--img);
  }
  .program-image img { width: 100%; height: 100%; object-fit: cover; }
  .program-benefits-wrap {
    background: rgba(255, 255, 255, 0.92);
    padding: 32px;
    border-radius: var(--radius-lg);
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 24px rgba(10, 18, 48, 0.06);
  }
  .program-benefit {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
  }
  .program-benefit:last-child { margin-bottom: 0; }
  .program-benefit i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--accent);
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
  }
  .program-benefit strong { font-size: 15px; font-weight: 600; display: block; margin-bottom: 4px; }
  .program-benefit p { font-size: 13px; color: var(--text-muted); }

  /* ===== Section: Promotions ===== */
  .promo {
    background: linear-gradient(135deg, #1E4BF5 0%, #000661 100%);
    position: relative;
    overflow: hidden;
    color: white;
    text-align: center;
    padding: 90px 0;
  }
  .promo::before, .promo::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
  }
  .promo::before { width: 300px; height: 300px; top: -100px; left: -100px; }
  .promo::after { width: 400px; height: 400px; bottom: -150px; right: -150px; }
  .promo-icon {
    position: absolute;
    color: rgba(255,255,255,0.15);
    font-size: 60px;
  }
  .promo-icon.i1 { top: 15%; left: 10%; transform: rotate(-15deg); }
  .promo-icon.i2 { top: 20%; right: 12%; transform: rotate(20deg); }
  .promo-icon.i3 { bottom: 18%; left: 14%; transform: rotate(15deg); }
  .promo-icon.i4 { bottom: 22%; right: 8%; transform: rotate(-10deg); }
  .promo-icon.i5 { top: 50%; left: 5%; font-size: 40px; }
  .promo-icon.i6 { top: 55%; right: 6%; font-size: 40px; transform: rotate(25deg); }
  .promo-content { position: relative; max-width: 720px; margin: 0 auto; padding: 0 24px; }
  .promo-content .eyebrow {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.85);
    margin-bottom: 8px;
  }
  .promo-content h2 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
    text-wrap: balance;
  }
  .promo-content .btn { margin-bottom: 18px; }
  .promo-content .sub { font-size: 14px; color: rgba(255,255,255,0.8); }

  /* ===== Section: Services ===== */
  .services { background: var(--bg); }
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .service-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 22px 24px;
    transition: all 0.2s;
  }
  .service-item:hover { border-color: var(--accent); transform: translateX(4px); }
  .service-item i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
  }
  .service-item span { font-size: 14px; font-weight: 600; }

  /* ===== Section: Dai-ichi partnership ===== */
  .partner-heading {
    background: var(--bg);
    text-align: center;
    padding: 80px 24px 60px;
  }
  .partner-heading h2 {
    font-size: 32px;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-wrap: balance;
  }
  .partner-heading h2 strong { color: var(--accent); }
  .partner-hero {
    position: relative;
    min-height: 480px;
    background-image: url('https://baohiemnhat.vn/wp-content/uploads/2026/05/image-18.jpg');
    background-size: cover;
    background-position: center top;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 24px;
  }
  .partner-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.75) 100%);
  }
  .partner-content {
    position: relative;
    text-align: center;
    color: white;
    max-width: 720px;
  }
  .dai-ichi-wrap { text-align: center; }
  .dai-ichi-logo {
    margin: 0 auto 28px;
    background: white;
    padding: 16px 24px;
    border-radius: 12px;
    display: inline-block;
  }
  .dai-ichi-logo img { width: 200px; display: block; }
  .partner-content p {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    margin-bottom: 48px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .partner-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: center;
  }
  .partner-stat {
    text-align: center;
    color: white;
  }
  .partner-stat-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 14px;
  }
  .partner-stat strong {
    display: block;
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 6px;
  }
  .partner-stat span { font-size: 13px; color: rgba(255,255,255,0.85); }
  .partner-stats .divider {
    width: 1px;
    height: 100px;
    background: rgba(255,255,255,0.25);
  }

  /* ===== Section: Blog ===== */
  .blog { background: var(--surface); }
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 40px;
  }
  .blog-card {
    background: var(--surface);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: all 0.25s;
    border: 1px solid var(--border);
  }
  .blog-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0,0,0,0.06); }
  .blog-img {
    aspect-ratio: 16/10;
    background: var(--img);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-size: 36px;
  }
  .blog-body { padding: 22px; }
  .blog-cat {
    font-size: 11px;
    color: var(--accent);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
  }
  .blog-body h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 14px;
    color: var(--text);
    text-wrap: balance;
  }
  .blog-readmore {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--accent);
  }

  /* ===== Footer ===== */
  footer {
    background: #000661;
    color: rgba(255,255,255,0.7);
    padding: 64px 0 32px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }
  .footer-brand p {
    font-size: 14px;
    line-height: 1.6;
    margin: 16px 0 20px;
    color: rgba(255,255,255,0.6);
  }
  .footer-brand .hotline {
    color: white;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  footer h5 {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
    font-weight: 700;
  }
  footer ul { list-style: none; }
  footer li { margin-bottom: 10px; }
  footer li a { font-size: 14px; color: rgba(255,255,255,0.65); transition: color 0.2s; }
  footer li a:hover { color: var(--accent); }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 24px;
    text-align: center;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
  }

  /* ===== Responsive ===== */
  @media (max-width: 1024px) {
    .hero-text h1 { font-size: 34px; }
    .promo-content h2 { font-size: 44px; }
  }
  @media (max-width: 860px) {
    nav, .header-contact { display: none; }
    .menu-toggle { display: block; }
    section { padding: 56px 0; }
    .bhn { height: 480px; }
    .bhn-slide { padding-top: 40px; }
    .bhn-text h1 { font-size: 26px; }
    .bhn-text p { font-size: 14px; }
    .bhn-subject { max-width: 65%; opacity: 1; }

    .section-title { font-size: 28px; }

    .tab-row { flex-wrap: wrap; gap: 4px; }
    .tab { flex: 1 1 calc(50% - 4px); padding: 12px; font-size: 13px; }
    .tab.active { flex: 1 1 100%; }
    .tab-panel.active { grid-template-columns: 1fr; gap: 24px; }
    .tab-panel h3 { font-size: 22px; margin-bottom: 18px; }
    .tab-benefits { grid-template-columns: 1fr; gap: 14px; }

    .stats-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
    .stat-circle { padding: 22px; }
    .stat-num { font-size: 34px; }

    .testimonial-wrap { grid-template-columns: 1fr; gap: 28px; }
    .testimonial-heading strong { font-size: 28px; }
    .testimonial-card { flex-basis: calc(85% - 12px); padding: 24px; }
    .testimonial-controls { grid-column: 1 / -1; margin-top: 20px; }
    .team .carousel-nav.prev { left: 8px; }
    .team .carousel-nav.next { right: 8px; }

    .addons-grid { grid-template-columns: 1fr 1fr; }
    .criteria-row { grid-template-columns: 1fr 1fr; gap: 16px; }
    .team-grid { grid-template-columns: 1fr 1fr; }

    .program { padding: 56px 0; }
    .program-grid { grid-template-columns: 1fr; gap: 24px; text-align: left; }
    .program-grid > div[aria-hidden] { display: none; }
    .program-heading { display: block; max-width: 100%; }
    .program-price, .program-benefit { text-align: left; justify-content: flex-start; }
    .program-benefit { flex-direction: row; align-items: flex-start; }

    .contact-grid { grid-template-columns: 1fr; gap: 32px; }
    .contact-form { grid-template-columns: 1fr; padding: 24px; }
    .contact-form .form-row { grid-column: 1 / -1; }

    .promo { padding: 64px 0; }
    .promo-content h2 { font-size: 32px; }
    .promo-icon { font-size: 36px !important; }

    .services-grid { grid-template-columns: 1fr; }

    .partner-heading h2 { font-size: 22px; }
    .partner-hero { padding: 64px 24px; min-height: 0; }
    .partner-stats { flex-direction: column; gap: 28px; }
    .partner-stats .divider { width: 100px; height: 1px; }
    .partner-stat strong { font-size: 28px; }

    .blog-grid { grid-template-columns: 1fr; }

    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  }
    
  
.tp-header-tel-icon span {
    background-color: #e8eefe;}
    
    .tp-header-tel-icon span i {    color: #1e4bf5 !important;}
    
    .tp-header-tel-care-text a {
    color: #1e4bf5;}

    
    .tp-main-menu-care nav ul li a {font-size: 0.9rem;
    font-weight: 500;color: #0A1230;font-family: 'Be Vietnam Pro', system-ui, sans-serif;}
 
 
 .tp-header-tel-icon span {
    line-height: 60px;}

    .tp-main-menu-content
    {text-align: center;}
    
    .tp-header-tel-icon span {
    width: 50px;
    height: 50px;}
    
        .tp-header-tel-care-text span {
    margin-bottom: 3px;
    font-size: 15px;
} /* End custom CSS */