.nct-ui-header {
  --nct-ui-primary: #005baa;
  --nct-ui-primary-dark: #243064;
  --nct-ui-primary-bright: #2c94c9;
  --nct-ui-soft: #eef6ff;
  --nct-ui-accent: #ff7a00;
  --nct-ui-text: #111827;
  --nct-ui-muted: #64748b;
  --nct-ui-border: #e2e8f0;
  --nct-ui-white: #ffffff;
  --nct-ui-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: var(--nct-ui-white);
  color: var(--nct-ui-text);
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  line-height: 1.35;
  min-height: var(--nct-ui-header-height, auto);
}

.nct-ui-header * {
  box-sizing: border-box;
}

.nct-ui-header a {
  color: inherit;
  text-decoration: none;
}

.nct-ui-header__nav a {
  text-transform: uppercase;
}

body.nct-ui-global-header-enabled #header,
body.nct-ui-global-header-enabled .header-wrapper,
body.nct-ui-global-header-enabled .header-main,
body.nct-ui-global-header-enabled .header-bottom,
body.nct-ui-global-header-enabled #masthead,
body.nct-ui-global-header-enabled .site-header {
  display: none !important;
}

body.nct-ui-global-header-enabled .nct-ui-global-header,
body.nct-ui-global-header-enabled .nct-ui-header {
  display: block;
}

body.nct-ui-global-header-enabled {
  padding-top: 180px;
}

body.nct-ui-global-header-enabled .nct-ui-global-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

body.nct-ui-homepage-override-enabled .nct-ui-home > .nct-ui-global-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}

body.nct-ui-homepage-override-enabled .nct-ui-home {
  padding-top: 180px;
}

body.nct-ui-homepage-override-enabled .bottom-contact,
body.nct-ui-homepage-override-enabled .footer-contact,
body.nct-ui-homepage-override-enabled .sticky-contact,
body.nct-ui-homepage-override-enabled .sticky-footer,
body.nct-ui-homepage-override-enabled .fixed-bottom,
body.nct-ui-homepage-override-enabled .mobile-bottom-bar,
body.nct-ui-homepage-override-enabled .mobile-contact-bar,
body.nct-ui-homepage-override-enabled .hotline-bar,
body.nct-ui-homepage-override-enabled .action-bar,
body.nct-ui-homepage-override-enabled .quick-contact,
body.nct-ui-homepage-override-enabled .quick-links-bar,
body.nct-ui-homepage-override-enabled .quick-links,
body.nct-ui-homepage-override-enabled .call-to-action-fixed,
body.nct-ui-new-floating-cta-enabled .bottom-contact,
body.nct-ui-new-floating-cta-enabled .footer-contact,
body.nct-ui-new-floating-cta-enabled .sticky-contact,
body.nct-ui-new-floating-cta-enabled .sticky-footer,
body.nct-ui-new-floating-cta-enabled .fixed-bottom,
body.nct-ui-new-floating-cta-enabled .mobile-bottom-bar,
body.nct-ui-new-floating-cta-enabled .mobile-contact-bar,
body.nct-ui-new-floating-cta-enabled .hotline-bar,
body.nct-ui-new-floating-cta-enabled .action-bar,
body.nct-ui-new-floating-cta-enabled .quick-contact,
body.nct-ui-new-floating-cta-enabled .quick-links-bar,
body.nct-ui-new-floating-cta-enabled .quick-links,
body.nct-ui-new-floating-cta-enabled .call-to-action-fixed {
  display: none !important;
}

.nct-ui-home {
  --nct-ui-primary: #005baa;
  --nct-ui-primary-dark: #003b73;
  --nct-ui-soft: #eef6ff;
  --nct-ui-accent: #ff7a00;
  --nct-ui-yellow: #f6b800;
  --nct-ui-text: #1e293b;
  --nct-ui-muted: #64748b;
  --nct-ui-border: #e2e8f0;
  --nct-ui-white: #ffffff;
  overflow: hidden;
  background: #ffffff;
  color: var(--nct-ui-text);
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.55;
}

.nct-ui-home *,
.nct-ui-home *::before,
.nct-ui-home *::after {
  box-sizing: border-box;
}

.nct-ui-home a {
  color: inherit;
  text-decoration: none;
}

.nct-ui-preview-full {
  width: 100%;
  min-height: 100vh;
}

.nct-ui-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.nct-ui-section {
  padding: 68px 0;
}

.nct-ui-section-head {
  max-width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.nct-ui-section-head h2,
.nct-ui-hero__title,
.nct-ui-why h2,
.nct-ui-footer-cta h2 {
  margin: 0;
  color: var(--nct-ui-text);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
}

.nct-ui-section-head h2 {
  font-size: clamp(28px, 4vw, 42px);
  text-transform: uppercase;
}

.nct-ui-eyebrow {
  margin: 0 0 10px;
  color: var(--nct-ui-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nct-ui-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 800;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.nct-ui-button:hover,
.nct-ui-button:focus {
  transform: translateY(-1px);
}

.nct-ui-button--primary {
  background: var(--nct-ui-primary);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 91, 170, 0.22);
}

.nct-ui-button--accent {
  background: var(--nct-ui-accent);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 122, 0, 0.22);
}

.nct-ui-button--light {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.nct-ui-home > .nct-ui-header {
  position: relative;
  z-index: 5;
  background: linear-gradient(105deg, var(--nct-ui-primary-dark), var(--nct-ui-primary));
  color: #ffffff;
}

.nct-ui-home > .nct-ui-header .nct-ui-header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.nct-ui-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.nct-ui-brand__mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 999px;
  background: #ffffff;
  color: var(--nct-ui-primary);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}

.nct-ui-brand__text {
  max-width: 520px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.nct-ui-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nct-ui-link {
  color: #ffffff;
  font-weight: 800;
}

.nct-ui-hero {
  padding: 72px 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(246, 184, 0, 0.22), transparent 28%),
    linear-gradient(135deg, #eef6ff 0%, #ffffff 52%, #e8f4ff 100%);
}

.nct-ui-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.55fr);
  gap: 34px;
  align-items: center;
}

.nct-ui-hero__title {
  max-width: 760px;
  font-size: clamp(34px, 5vw, 58px);
}

.nct-ui-hero__lead {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--nct-ui-muted);
  font-size: 18px;
}

.nct-ui-hero__actions,
.nct-ui-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.nct-ui-hero__badges span {
  border: 1px solid rgba(0, 91, 170, 0.14);
  border-radius: 999px;
  padding: 8px 12px;
  background: #ffffff;
  color: var(--nct-ui-primary-dark);
  font-weight: 700;
}

.nct-ui-hero-card,
.nct-ui-form-card,
.nct-ui-content-card,
.nct-ui-major,
.nct-ui-step,
.nct-ui-stat {
  border: 1px solid var(--nct-ui-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.nct-ui-hero-card {
  padding: 28px;
}

.nct-ui-hero-card__label {
  display: block;
  color: var(--nct-ui-muted);
  font-weight: 700;
}

.nct-ui-hero-card a {
  display: block;
  margin-top: 8px;
  color: var(--nct-ui-primary);
  font-size: 28px;
  font-weight: 900;
}

.nct-ui-hero-card p {
  margin: 16px 0 0;
  color: var(--nct-ui-muted);
}

.nct-ui-stats {
  background: #ffffff;
}

.nct-ui-stats__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.nct-ui-stat {
  padding: 20px 14px;
  text-align: center;
}

.nct-ui-stat strong {
  display: block;
  color: var(--nct-ui-primary);
  font-size: 30px;
  font-weight: 900;
}

.nct-ui-stat span {
  display: block;
  margin-top: 6px;
  color: var(--nct-ui-muted);
  font-weight: 700;
}

.nct-ui-majors,
.nct-ui-form-section,
.nct-ui-partners {
  background: var(--nct-ui-soft);
}

.nct-ui-majors__grid,
.nct-ui-steps__grid,
.nct-ui-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nct-ui-major {
  position: relative;
  overflow: hidden;
  padding: 28px;
}

.nct-ui-major::before {
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--nct-ui-primary);
  content: "";
}

.nct-ui-major--orange::before {
  background: var(--nct-ui-accent);
}

.nct-ui-major--green::before {
  background: #15803d;
}

.nct-ui-major__icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--nct-ui-primary), #38bdf8);
}

.nct-ui-major h3,
.nct-ui-step h3,
.nct-ui-content-card h3,
.nct-ui-form-card h3 {
  margin: 16px 0 10px;
  color: var(--nct-ui-text);
  font-size: 22px;
  line-height: 1.25;
}

.nct-ui-major p,
.nct-ui-step p,
.nct-ui-content-card p,
.nct-ui-form-copy p {
  margin: 0;
  color: var(--nct-ui-muted);
}

.nct-ui-major a {
  display: inline-flex;
  margin-top: 18px;
  color: var(--nct-ui-primary);
  font-weight: 800;
}

.nct-ui-why {
  background: #ffffff;
}

.nct-ui-why__grid,
.nct-ui-form-section__grid,
.nct-ui-footer-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.nct-ui-why h2,
.nct-ui-form-copy h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.nct-ui-why__list {
  display: grid;
  gap: 12px;
}

.nct-ui-check {
  border: 1px solid var(--nct-ui-border);
  border-radius: 8px;
  padding: 16px 18px;
  background: #ffffff;
  color: var(--nct-ui-text);
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.nct-ui-step,
.nct-ui-content-card {
  padding: 24px;
}

.nct-ui-content-card__media {
  display: block;
  overflow: hidden;
  margin: -24px -24px 18px;
  aspect-ratio: 16 / 9;
  background: var(--nct-ui-soft);
}

.nct-ui-content-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nct-ui-step span,
.nct-ui-content-card span {
  color: var(--nct-ui-primary);
  font-weight: 900;
}

.nct-ui-form-card {
  padding: 28px;
}

.nct-ui-form {
  display: grid;
  gap: 14px;
}

.nct-ui-form label {
  display: grid;
  gap: 6px;
  color: var(--nct-ui-text);
  font-weight: 800;
}

.nct-ui-form input,
.nct-ui-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--nct-ui-border);
  border-radius: 8px;
  padding: 10px 12px;
  background: #ffffff;
  color: var(--nct-ui-text);
  font: inherit;
}

.nct-ui-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nct-ui-form__note {
  margin: 0;
  color: var(--nct-ui-muted);
  font-size: 13px;
}

.nct-ui-news {
  background: #ffffff;
}

.nct-ui-partners__row,
.nct-ui-quick__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.nct-ui-partners__row span {
  display: inline-flex;
  min-width: 150px;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nct-ui-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--nct-ui-primary-dark);
  font-weight: 800;
}

.nct-ui-quick {
  padding: 24px 0;
  background: var(--nct-ui-primary-dark);
  color: #ffffff;
}

.nct-ui-quick__row a {
  border-radius: 8px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.nct-ui-footer-cta {
  padding: 58px 0;
  background: linear-gradient(105deg, var(--nct-ui-primary-dark), var(--nct-ui-primary));
  color: #ffffff;
}

.nct-ui-footer-cta h2,
.nct-ui-footer-cta p {
  color: #ffffff;
}

.nct-ui-footer-cta p {
  margin: 12px 0 0;
  opacity: 0.86;
}

.nct-ui-footer-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.nct-ui-floating {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 80;
  display: grid;
  gap: 10px;
}

.nct-ui-floating a {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--nct-ui-accent);
  color: #ffffff;
  overflow: hidden;
  font-size: 0;
  text-indent: -999px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.22);
}

.nct-ui-floating a::before {
  display: block;
  width: 26px;
  height: 26px;
  background: center / contain no-repeat;
  content: "";
}

.nct-ui-floating__phone::before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 11.19 18a19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.1 3.18 2 2 0 0 1 4.11 1h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 8.91a16 16 0 0 0 7 7l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.92Z' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.nct-ui-floating__zalo {
  background: #ffffff;
}

.nct-ui-floating__zalo::before {
  width: 34px;
  height: 34px;
  background-image: url("/wp-content/plugins/nct-ui-upgrade/assets/icons/zalo.svg");
}

@media (max-width: 900px) {
  .nct-ui-hero__grid,
  .nct-ui-why__grid,
  .nct-ui-form-section__grid,
  .nct-ui-footer-cta__grid {
    grid-template-columns: 1fr;
  }

  .nct-ui-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nct-ui-majors__grid,
  .nct-ui-steps__grid,
  .nct-ui-news__grid {
    grid-template-columns: 1fr;
  }

  .nct-ui-footer-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .nct-ui-container {
    width: min(100% - 24px, 1180px);
  }

  .nct-ui-section,
  .nct-ui-hero {
    padding: 46px 0;
  }

  .nct-ui-home > .nct-ui-header .nct-ui-header__inner {
    min-height: 68px;
  }

  .nct-ui-header__actions {
    display: none;
  }

  .nct-ui-brand__mark {
    width: 42px;
    height: 42px;
  }

  .nct-ui-brand__text {
    font-size: 13px;
  }

  .nct-ui-hero__title {
    font-size: 32px;
  }

  .nct-ui-hero__lead {
    font-size: 16px;
  }

  .nct-ui-stats__grid,
  .nct-ui-form__row {
    grid-template-columns: 1fr;
  }

  .nct-ui-floating {
    right: 12px;
    bottom: 12px;
  }

  .nct-ui-floating a {
    width: 50px;
    height: 50px;
  }
}

.nct-ui-header__container {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.nct-ui-header__brandbar {
  background: linear-gradient(105deg, var(--nct-ui-primary-dark) 0%, var(--nct-ui-primary) 58%, var(--nct-ui-primary-bright) 100%);
  color: var(--nct-ui-white);
  transition: background-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.nct-ui-header--scrolled .nct-ui-header__brandbar {
  background: linear-gradient(105deg, var(--nct-ui-primary-dark) 0%, var(--nct-ui-primary) 58%, var(--nct-ui-primary-bright) 100%);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
}

.nct-ui-header__brandbar-inner {
  display: flex;
  min-height: 126px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: min-height 180ms ease;
}

.nct-ui-header--scrolled .nct-ui-header__brandbar-inner {
  min-height: 72px;
}

.nct-ui-header__brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
}

.nct-ui-header__logo {
  display: inline-flex;
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  background: var(--nct-ui-white);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
  transition: width 180ms ease, height 180ms ease;
}

.nct-ui-header--scrolled .nct-ui-header__logo {
  width: 54px;
  height: 54px;
}

.nct-ui-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nct-ui-header__brand-copy {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.nct-ui-header__brand-copy small {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  transition: opacity 180ms ease, height 180ms ease, margin 180ms ease;
}

.nct-ui-header--scrolled .nct-ui-header__brand-copy small {
  height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.nct-ui-header__brand-copy strong {
  color: var(--nct-ui-white);
  font-size: clamp(18px, 2.05vw, 23px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  text-transform: uppercase;
}

.nct-ui-header__brand-mobile {
  display: none;
}

.nct-ui-header--scrolled .nct-ui-header__brand-copy strong {
  font-size: clamp(15px, 1.6vw, 18px);
}

.nct-ui-header__brand-copy em {
  color: #ff7a00;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  transition: opacity 180ms ease, height 180ms ease;
}

.nct-ui-header--scrolled .nct-ui-header__brand-copy em {
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.nct-ui-header__brand-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nct-ui-header__phone {
  display: grid;
  min-width: 136px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--nct-ui-white);
  line-height: 1.1;
}

.nct-ui-header__phone span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 600;
  text-transform: none;
}

.nct-ui-header__phone strong {
  color: var(--nct-ui-white);
  font-size: 14px;
    font-weight: 700;
}

.nct-ui-header__language {
  position: relative;
  display: inline-flex;
  color: var(--nct-ui-text);
}

.nct-ui-header__language-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--nct-ui-text);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.nct-ui-header__language-button strong {
  font-size: 14px;
}

.nct-ui-header__language-flag {
  display: inline-flex;
  width: 24px;
  height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #da251d;
  color: #ffeb3b;
  font-size: 9px;
    font-weight: 700;
  line-height: 1;
}

.nct-ui-header__language-caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease;
}

.nct-ui-header__language--open .nct-ui-header__language-caret {
  transform: rotate(225deg) translate(-1px, -1px);
}

.nct-ui-header__language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 130;
  width: 176px;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
}

.nct-ui-header__language-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  color: var(--nct-ui-text);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.nct-ui-header__language-menu a:hover,
.nct-ui-header__language-menu a:focus {
  background: var(--nct-ui-soft);
  color: var(--nct-ui-primary);
}

.nct-ui-header__language-menu a span {
  display: inline-flex;
  min-width: 30px;
  height: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #eef6ff;
  color: var(--nct-ui-primary);
  font-size: 10px;
  font-weight: 900;
}

.nct-ui-header__cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 10px 16px;
  background: var(--nct-ui-accent);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(255, 122, 0, 0.22);
}

.nct-ui-header__zalo,
.nct-ui-header__call-button {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.nct-ui-header__call-button {
  display: none;
  padding: 0;
  cursor: pointer;
}

.nct-ui-header__call-button span {
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 11.19 18a19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.1 3.18 2 2 0 0 1 4.11 1h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 8.91a16 16 0 0 0 7 7l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.92Z' stroke='white' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nct-ui-header__navrow {
  border-bottom: 1px solid var(--nct-ui-border);
  background: rgba(255, 255, 255, 0.96);
  transition: background-color 180ms ease, backdrop-filter 180ms ease, box-shadow 180ms ease;
}

.nct-ui-header--scrolled .nct-ui-header__navrow {
  background: var(--nct-ui-white);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.nct-ui-header__navrow-inner {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.nct-ui-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.nct-ui-header__nav a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  border-radius: 8px;
  padding: 0 10px;
  color: var(--nct-ui-text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease;
}

.nct-ui-header__nav a:hover,
.nct-ui-header__nav a:focus {
  background: var(--nct-ui-soft);
  color: var(--nct-ui-primary);
}

.nct-ui-header__mobile-actions a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 14px;
  background: var(--nct-ui-accent);
  color: var(--nct-ui-white);
  font-size: 14px;
    font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(255, 122, 0, 0.22);
}

.nct-ui-header__menu-button {
  display: none;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.nct-ui-header__menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: var(--nct-ui-white);
}

.nct-ui-header__menu-button span + span {
  margin-top: 4px;
}

.nct-ui-header__mobile-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  display: grid;
  width: min(320px, calc(100vw - 28px));
  height: 100vh;
  max-height: 100vh;
  margin: 0;
  grid-template-rows: auto 1fr auto;
  overflow: auto;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: -18px 0 45px rgba(15, 23, 42, 0.26);
  transform: translateX(108%);
  transition: transform 220ms ease;
}

.nct-ui-header--menu-open .nct-ui-header__mobile-panel {
  transform: translateX(0);
}

.nct-ui-header__mobile-panel[hidden],
.nct-ui-header__scrim[hidden] {
  display: none;
}

.nct-ui-header__mobile-head {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0 16px;
  background: linear-gradient(105deg, var(--nct-ui-primary-dark), var(--nct-ui-primary));
}

.nct-ui-header__mobile-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--nct-ui-white);
}

.nct-ui-header__mobile-brand img {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--nct-ui-white);
}

.nct-ui-header__mobile-brand span {
  display: grid;
  gap: 1px;
}

.nct-ui-header__mobile-brand strong {
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.nct-ui-header__mobile-brand em {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.nct-ui-header__mobile-head button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.14);
  color: var(--nct-ui-white);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.nct-ui-header__mobile-nav {
  display: grid;
  align-content: start;
  gap: 0;
  padding: 14px 14px 8px;
  background: #ffffff;
}

.nct-ui-header__mobile-nav a {
  display: flex;
  min-height: 43px;
  align-items: center;
  border-radius: 8px;
  border: 0;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  padding: 0 6px;
  background: transparent;
  color: var(--nct-ui-text);
  font-size: 14px;
  font-weight: 700;
  box-shadow: none;
}

.nct-ui-header__mobile-nav a:hover,
.nct-ui-header__mobile-nav a:focus {
  background: var(--nct-ui-soft);
  color: var(--nct-ui-primary);
}

.nct-ui-header__mobile-actions {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--nct-ui-border);
  padding: 14px;
  background: #ffffff;
}

.nct-ui-header__mobile-actions a:nth-child(1) {
  background: var(--nct-ui-primary);
  box-shadow: 0 12px 28px rgba(0, 91, 170, 0.2);
}

.nct-ui-header__mobile-actions a:nth-child(2) {
  background: #0ea5e9;
  box-shadow: 0 12px 28px rgba(14, 165, 233, 0.2);
}

.nct-ui-header__scrim {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(2px);
}

@media (max-width: 1180px) {
  .nct-ui-header__navrow {
    display: none;
  }

  .nct-ui-header__menu-button {
    display: inline-flex;
  }
}

@media (max-width: 720px) {
  body.nct-ui-global-header-enabled {
    padding-top: 78px;
  }

  body.nct-ui-homepage-override-enabled .nct-ui-home {
    padding-top: 78px;
  }

  .nct-ui-header__container {
    width: min(100% - 24px, 1220px);
  }

  .nct-ui-header__brandbar-inner {
    min-height: 78px;
    gap: 10px;
  }

  .nct-ui-header--scrolled .nct-ui-header__brandbar-inner {
    min-height: 78px;
  }

  .nct-ui-header__logo {
    width: 46px;
    height: 46px;
  }

  .nct-ui-header--scrolled .nct-ui-header__logo {
    width: 46px;
    height: 46px;
  }

  .nct-ui-header__brand-copy small,
  .nct-ui-header__brand-copy em {
    display: none;
  }

  .nct-ui-header__brand-copy strong {
    max-width: calc(100vw - 156px);
    overflow: visible;
    font-size: 12px;
    line-height: 1.12;
    white-space: nowrap;
  }

  .nct-ui-header--scrolled .nct-ui-header__brand-copy strong {
    font-size: 12px;
  }

  .nct-ui-header__brand-full {
    display: none;
  }

  .nct-ui-header__brand-mobile {
    display: grid;
    gap: 1px;
  }

  .nct-ui-header__brand-mobile span {
    display: block;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }

  .nct-ui-header__brand-actions {
    gap: 6px;
  }

  .nct-ui-header__language {
    display: none;
  }

  .nct-ui-header__cta,
  .nct-ui-header__zalo {
    display: none;
  }

  .nct-ui-header__call-button {
    display: inline-flex;
  }

  .nct-ui-header__phone {
    min-width: 40px;
    height: 40px;
    place-items: center;
    padding: 0;
  }

  .nct-ui-header__phone span,
  .nct-ui-header__phone strong {
    display: none;
  }

  .nct-ui-header__phone::before {
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 11.19 18a19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.1 3.18 2 2 0 0 1 4.11 1h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 8.91a16 16 0 0 0 7 7l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.92Z' stroke='white' stroke-width='2.15' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
    content: "";
  }

  .nct-ui-header__phone {
    display: none;
  }
}

@media (max-width: 430px) {
  .nct-ui-header__brand-copy strong,
  .nct-ui-header--scrolled .nct-ui-header__brand-copy strong {
    max-width: calc(100vw - 152px);
    font-size: 10.8px;
  }
}

/* Front page banner alignment fix. Scoped to the existing home template only. */
body.home .nct-homepage > .hero-banner,
body.page-id-12214 .nct-homepage > .hero-banner {
  margin-top: 0;
  padding-top: 0;
}

body.home .nct-homepage > .hero-banner .container-full,
body.page-id-12214 .nct-homepage > .hero-banner .container-full {
  margin-top: 0;
}

body.home .nct-homepage > .hero-banner .hero-slider-swiper .swiper-slide,
body.page-id-12214 .nct-homepage > .hero-banner .hero-slider-swiper .swiper-slide {
  border-radius: 0;
}

body.home .nct-homepage > .hero-banner .hero-slider-swiper .swiper-slide img,
body.page-id-12214 .nct-homepage > .hero-banner .hero-slider-swiper .swiper-slide img {
  object-position: center top;
}

/* Home programs visual upgrade. Scoped to the current homepage template. */
body.home .nct-homepage .programs-section,
body.page-id-12214 .nct-homepage .programs-section {
  padding-top: 58px;
  padding-bottom: 64px;
  background:
    radial-gradient(circle at 18% 8%, rgba(0, 91, 170, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

body.home .nct-homepage .programs-section .container,
body.page-id-12214 .nct-homepage .programs-section .container {
  width: min(1220px, calc(100% - 32px));
}

body.home .nct-homepage .programs-section .section-title,
body.page-id-12214 .nct-homepage .programs-section .section-title {
  margin-bottom: 30px;
  color: #005baa;
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

body.home .nct-homepage .programs-section .section-title::after,
body.page-id-12214 .nct-homepage .programs-section .section-title::after {
  display: block;
  width: 82px;
  height: 4px;
  margin: 16px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #005baa, #ff7a00);
  content: "";
}

body.home .nct-homepage .programs-grid,
body.page-id-12214 .nct-homepage .programs-grid {
  align-items: stretch;
  gap: 24px;
}

body.home .nct-homepage .program-card,
body.page-id-12214 .nct-homepage .program-card {
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 18px;
  aspect-ratio: 1.18 / 1;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.1);
  transform: translateY(0);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.home .nct-homepage .program-card:hover,
body.page-id-12214 .nct-homepage .program-card:hover {
  border-color: rgba(0, 91, 170, 0.22);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.16);
  transform: translateY(-5px);
}

body.home .nct-homepage .program-image,
body.page-id-12214 .nct-homepage .program-image {
  border-radius: inherit;
}

body.home .nct-homepage .program-image::after,
body.page-id-12214 .nct-homepage .program-image::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 59, 115, 0.04) 0%, rgba(0, 59, 115, 0.12) 40%, rgba(0, 24, 48, 0.72) 100%);
  content: "";
  pointer-events: none;
}

body.home .nct-homepage .program-image > img,
body.page-id-12214 .nct-homepage .program-image > img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.01);
}

body.home .nct-homepage .program-card:hover .program-image > img,
body.page-id-12214 .nct-homepage .program-card:hover .program-image > img {
  transform: scale(1.06);
}

body.home .nct-homepage .program-label,
body.page-id-12214 .nct-homepage .program-label {
  inset: auto 14px 14px 14px;
  z-index: 2;
  display: grid;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 16px 18px;
  background: rgba(0, 59, 115, 0.82);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
  color: #ffffff;
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 800;
  line-height: 1.25;
}

body.home .nct-homepage .program-label.green,
body.page-id-12214 .nct-homepage .program-label.green {
  background: linear-gradient(135deg, rgba(0, 91, 170, 0.88), rgba(66, 139, 38, 0.9));
}

body.home .nct-homepage .program-label.orange,
body.page-id-12214 .nct-homepage .program-label.orange {
  background: linear-gradient(135deg, rgba(0, 91, 170, 0.88), rgba(255, 122, 0, 0.9));
}

body.home .nct-homepage .program-label.purple,
body.page-id-12214 .nct-homepage .program-label.purple {
  background: linear-gradient(135deg, rgba(0, 59, 115, 0.9), rgba(44, 148, 201, 0.9));
}

body.home .nct-homepage .program-label span,
body.page-id-12214 .nct-homepage .program-label span {
  display: block;
  text-transform: uppercase;
}

body.home .nct-homepage .program-label ul,
body.page-id-12214 .nct-homepage .program-label ul {
  display: grid;
  gap: 7px;
  max-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: max-height 220ms ease, opacity 180ms ease, margin-top 180ms ease;
}

body.home .nct-homepage .program-card:hover .program-label ul,
body.home .nct-homepage .program-label ul.active,
body.page-id-12214 .nct-homepage .program-card:hover .program-label ul,
body.page-id-12214 .nct-homepage .program-label ul.active {
  max-height: 220px;
  margin-top: 2px;
  opacity: 1;
}

body.home .nct-homepage .program-label ul li,
body.page-id-12214 .nct-homepage .program-label ul li {
  min-height: 0;
  align-items: flex-start;
  gap: 7px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

body.home .nct-homepage .program-label ul li img,
body.page-id-12214 .nct-homepage .program-label ul li img {
  width: 15px;
  height: 15px;
  margin-top: 2px;
}

@media (max-width: 900px) {
  body.home .nct-homepage .programs-grid,
  body.page-id-12214 .nct-homepage .programs-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.home .nct-homepage .program-card,
  body.page-id-12214 .nct-homepage .program-card {
    aspect-ratio: 1.75 / 1;
  }
}

@media (max-width: 576px) {
  body.home .nct-homepage .programs-section,
  body.page-id-12214 .nct-homepage .programs-section {
    padding-top: 38px;
    padding-bottom: 44px;
  }

  body.home .nct-homepage .program-card,
  body.page-id-12214 .nct-homepage .program-card {
    aspect-ratio: 1.05 / 1;
    border-radius: 14px;
  }

  body.home .nct-homepage .program-label,
  body.page-id-12214 .nct-homepage .program-label {
    inset: auto 10px 10px 10px;
    border-radius: 12px;
    padding: 13px 14px;
    font-size: 16px;
  }

  body.home .nct-homepage .program-label ul,
  body.page-id-12214 .nct-homepage .program-label ul {
    max-height: 220px;
    margin-top: 2px;
    opacity: 1;
  }
}

/* Home partners visual upgrade. Scoped to the current homepage template. */
body.home .nct-homepage .partners-section,
body.page-id-12214 .nct-homepage .partners-section {
  overflow: hidden;
  padding: 48px 0 54px;
  border-top: 1px solid rgba(226, 232, 240, 0.72);
  border-bottom: 1px solid rgba(226, 232, 240, 0.72);
  background: #ffffff;
}

body.home .nct-homepage .partners-section .section-title,
body.page-id-12214 .nct-homepage .partners-section .section-title {
  margin-bottom: 28px;
  color: #005baa;
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

body.home .nct-homepage .partners-section .section-title::after,
body.page-id-12214 .nct-homepage .partners-section .section-title::after {
  display: block;
  width: 70px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #005baa, #ff7a00);
  content: "";
}

body.home .nct-homepage .partners-slider-swiper,
body.page-id-12214 .nct-homepage .partners-slider-swiper {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 8px 2px 10px;
  overflow: hidden;
}

body.home .nct-homepage .partners-slider-swiper .swiper-wrapper,
body.page-id-12214 .nct-homepage .partners-slider-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  gap: 28px;
}

body.home .nct-homepage .partners-slider-swiper .swiper-slide,
body.home .nct-homepage .partners-slider-swiper .partner-item,
body.page-id-12214 .nct-homepage .partners-slider-swiper .swiper-slide,
body.page-id-12214 .nct-homepage .partners-slider-swiper .partner-item {
  display: flex;
  flex: 0 0 170px;
  height: 104px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  padding: 10px 16px;
  background: transparent;
  box-shadow: none;
  transition: transform 180ms ease, opacity 180ms ease;
}

body.home .nct-homepage .partners-slider-swiper .swiper-slide:hover,
body.home .nct-homepage .partners-slider-swiper .partner-item:hover,
body.page-id-12214 .nct-homepage .partners-slider-swiper .swiper-slide:hover,
body.page-id-12214 .nct-homepage .partners-slider-swiper .partner-item:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

body.home .nct-homepage .partners-slider-swiper .swiper-slide img,
body.home .nct-homepage .partners-slider-swiper .partner-item img,
body.page-id-12214 .nct-homepage .partners-slider-swiper .swiper-slide img,
body.page-id-12214 .nct-homepage .partners-slider-swiper .partner-item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 82px;
  object-fit: contain;
  filter: none;
}

@media (max-width: 768px) {
  body.home .nct-homepage .partners-section,
  body.page-id-12214 .nct-homepage .partners-section {
    padding: 38px 0 42px;
  }

  body.home .nct-homepage .partners-slider-swiper .swiper-slide,
  body.home .nct-homepage .partners-slider-swiper .partner-item,
  body.page-id-12214 .nct-homepage .partners-slider-swiper .swiper-slide,
  body.page-id-12214 .nct-homepage .partners-slider-swiper .partner-item {
    flex-basis: 132px;
    height: 86px;
    padding: 8px 12px;
  }

  body.home .nct-homepage .partners-slider-swiper .swiper-slide img,
  body.home .nct-homepage .partners-slider-swiper .partner-item img,
  body.page-id-12214 .nct-homepage .partners-slider-swiper .swiper-slide img,
  body.page-id-12214 .nct-homepage .partners-slider-swiper .partner-item img {
    max-height: 66px;
  }
}

@media (max-width: 576px) {
  body.home .nct-homepage > .hero-banner,
  body.page-id-12214 .nct-homepage > .hero-banner {
    padding-top: 0;
  }
}

/* Home cooperation cards visual alignment. Scoped to the current homepage template. */
body.home .nct-homepage .cooperation-section,
body.page-id-12214 .nct-homepage .cooperation-section {
  padding: 52px 0 58px;
  background: linear-gradient(180deg, #fff7ef 0%, #fffaf5 100%);
}

body.home .nct-homepage .cooperation-section .section-title,
body.page-id-12214 .nct-homepage .cooperation-section .section-title {
  margin-bottom: 28px;
  color: #e94716;
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

body.home .nct-homepage .cooperation-slider-swiper,
body.page-id-12214 .nct-homepage .cooperation-slider-swiper {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 44px;
  overflow: hidden;
}

body.home .nct-homepage .cooperation-slider-swiper .swiper-wrapper,
body.page-id-12214 .nct-homepage .cooperation-slider-swiper .swiper-wrapper {
  align-items: stretch;
}

body.home .nct-homepage .cooperation-slider-swiper .swiper-slide,
body.page-id-12214 .nct-homepage .cooperation-slider-swiper .swiper-slide {
  display: flex;
  height: auto;
  min-height: 342px;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 14px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.home .nct-homepage .cooperation-slider-swiper .swiper-slide:hover,
body.page-id-12214 .nct-homepage .cooperation-slider-swiper .swiper-slide:hover {
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
}

body.home .nct-homepage .cooperation-slider-swiper .cooperation-image,
body.page-id-12214 .nct-homepage .cooperation-slider-swiper .cooperation-image {
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
  margin-bottom: 16px;
  border-radius: 10px;
  padding-top: 0;
  overflow: hidden;
  background: #eef6ff;
}

body.home .nct-homepage .cooperation-slider-swiper .cooperation-image img,
body.page-id-12214 .nct-homepage .cooperation-slider-swiper .cooperation-image img {
  display: block;
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.home .nct-homepage .cooperation-slider-swiper .cooperation-content,
body.page-id-12214 .nct-homepage .cooperation-slider-swiper .cooperation-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
}

body.home .nct-homepage .cooperation-slider-swiper .cooperation-content h3,
body.page-id-12214 .nct-homepage .cooperation-slider-swiper .cooperation-content h3 {
  min-height: 4.05em;
  margin: 0;
  color: #1e293b;
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.home .nct-homepage .cooperation-slider-swiper .cooperation-content h3 a,
body.page-id-12214 .nct-homepage .cooperation-slider-swiper .cooperation-content h3 a {
  color: inherit;
  text-decoration: none;
}

body.home .nct-homepage .cooperation-slider-swiper .cooperation-content p,
body.page-id-12214 .nct-homepage .cooperation-slider-swiper .cooperation-content p {
  margin: auto 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.home .nct-homepage .cooperation-slider-swiper .swiper-pagination,
body.page-id-12214 .nct-homepage .cooperation-slider-swiper .swiper-pagination {
  bottom: 8px;
}

body.home .nct-homepage .cooperation-slider-swiper .swiper-pagination .swiper-pagination-bullet,
body.page-id-12214 .nct-homepage .cooperation-slider-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 72px;
  max-width: 72px;
  height: 4px;
  border-radius: 999px;
  background: #f4d2bd;
  opacity: 1;
}

body.home .nct-homepage .cooperation-slider-swiper .swiper-pagination .swiper-pagination-bullet-active,
body.page-id-12214 .nct-homepage .cooperation-slider-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #e94716;
}

@media (max-width: 900px) {
  body.home .nct-homepage .cooperation-slider-swiper .swiper-slide,
  body.page-id-12214 .nct-homepage .cooperation-slider-swiper .swiper-slide {
    min-height: 328px;
    padding: 20px;
  }
}

@media (max-width: 576px) {
  body.home .nct-homepage .cooperation-section,
  body.page-id-12214 .nct-homepage .cooperation-section {
    padding: 40px 0 46px;
  }

  body.home .nct-homepage .cooperation-slider-swiper,
  body.page-id-12214 .nct-homepage .cooperation-slider-swiper {
    width: min(100% - 24px, 420px);
    padding-bottom: 34px;
  }

  body.home .nct-homepage .cooperation-slider-swiper .swiper-slide,
  body.page-id-12214 .nct-homepage .cooperation-slider-swiper .swiper-slide {
    min-height: 0;
    padding: 16px;
  }

  body.home .nct-homepage .cooperation-slider-swiper .cooperation-content h3,
  body.page-id-12214 .nct-homepage .cooperation-slider-swiper .cooperation-content h3 {
    min-height: auto;
    font-size: 17px;
  }

  body.home .nct-homepage .cooperation-slider-swiper .swiper-pagination .swiper-pagination-bullet,
  body.page-id-12214 .nct-homepage .cooperation-slider-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 42px;
    max-width: 42px;
  }
}

/* Mobile bottom CTA bar. Scoped to the current homepage template. */
@media (min-width: 769px) {
  body.home .quick-links-bar,
  body.page-id-12214 .quick-links-bar {
    position: fixed;
    top: 50%;
    right: 22px;
    bottom: auto;
    left: auto;
    z-index: 95;
    width: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    transform: translateY(-50%);
  }

  body.home .quick-links-bar .container,
  body.page-id-12214 .quick-links-bar .container {
    width: auto;
    padding: 0;
  }

  body.home .quick-links,
  body.page-id-12214 .quick-links {
    display: grid;
    gap: 10px;
  }

  body.home .quick-links a,
  body.page-id-12214 .quick-links a {
    position: relative;
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    overflow: visible;
    border-radius: 999px;
    padding: 0;
    background: #ffffff;
    color: #005baa;
    font-size: 0;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
  }

  body.home .quick-links a:hover,
  body.home .quick-links a:focus,
  body.page-id-12214 .quick-links a:hover,
  body.page-id-12214 .quick-links a:focus {
    transform: translateX(-4px) scale(1.04);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
  }

  body.home .quick-links a::before,
  body.page-id-12214 .quick-links a::before {
    width: 24px;
    height: 24px;
    content: "";
  }

  body.home .quick-links a::after,
  body.page-id-12214 .quick-links a::after {
    position: absolute;
    top: 50%;
    right: calc(100% + 10px);
    min-width: max-content;
    border-radius: 999px;
    padding: 7px 10px;
    background: #003b73;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transform: translate(8px, -50%);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  body.home .quick-links a:hover::after,
  body.home .quick-links a:focus::after,
  body.page-id-12214 .quick-links a:hover::after,
  body.page-id-12214 .quick-links a:focus::after {
    opacity: 1;
    transform: translate(0, -50%);
  }

  body.home .quick-links a:nth-child(1),
  body.page-id-12214 .quick-links a:nth-child(1) {
    background: #ff7a00;
    animation: nct-ui-bubble-pulse 2.4s ease-in-out infinite;
  }

  body.home .quick-links a:nth-child(1)::before,
  body.page-id-12214 .quick-links a:nth-child(1)::before {
    background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 11.19 18a19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.1 3.18 2 2 0 0 1 4.11 1h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 8.91a16 16 0 0 0 7 7l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.92Z' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.home .quick-links a:nth-child(1)::after,
  body.page-id-12214 .quick-links a:nth-child(1)::after {
    content: "Tư vấn";
  }

  body.home .quick-links a:nth-child(2),
  body.page-id-12214 .quick-links a:nth-child(2) {
    background: #005baa;
  }

  body.home .quick-links a:nth-child(2)::before,
  body.page-id-12214 .quick-links a:nth-child(2)::before {
    background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 7h8M8 11h8M8 15h5M6.8 21h10.4A2.8 2.8 0 0 0 20 18.2V5.8A2.8 2.8 0 0 0 17.2 3H6.8A2.8 2.8 0 0 0 4 5.8v12.4A2.8 2.8 0 0 0 6.8 21Z' stroke='white' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.home .quick-links a:nth-child(2)::after,
  body.page-id-12214 .quick-links a:nth-child(2)::after {
    content: "Đăng ký";
  }

  body.home .quick-links a:nth-child(3)::before,
  body.page-id-12214 .quick-links a:nth-child(3)::before {
    background: url("/wp-content/plugins/nct-ui-upgrade/assets/icons/messenger.svg") center / contain no-repeat;
  }

  body.home .quick-links a:nth-child(3)::after,
  body.page-id-12214 .quick-links a:nth-child(3)::after {
    content: "Messenger";
  }

  body.home .quick-links a:nth-child(4)::before,
  body.page-id-12214 .quick-links a:nth-child(4)::before {
    background: url("/wp-content/plugins/nct-ui-upgrade/assets/icons/zalo.svg") center / contain no-repeat;
  }

  body.home .quick-links a:nth-child(4)::after,
  body.page-id-12214 .quick-links a:nth-child(4)::after {
    content: "Zalo chat";
  }

  body.home .quick-links a:nth-child(5)::before,
  body.page-id-12214 .quick-links a:nth-child(5)::before {
    background: url("/wp-content/plugins/nct-ui-upgrade/assets/icons/map.svg") center / contain no-repeat;
  }

  body.home .quick-links a:nth-child(5)::after,
  body.page-id-12214 .quick-links a:nth-child(5)::after {
    content: "Bản đồ";
  }

  body.home .floating-buttons,
  body.page-id-12214 .floating-buttons {
    display: none;
  }
}

@keyframes nct-ui-bubble-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 122, 0, 0.2), 0 14px 34px rgba(15, 23, 42, 0.14);
  }

  50% {
    box-shadow: 0 0 0 12px rgba(255, 122, 0, 0), 0 18px 42px rgba(15, 23, 42, 0.18);
  }
}

@media (max-width: 768px) {
  body.home .quick-links-bar,
  body.page-id-12214 .quick-links-bar {
    z-index: 90;
    border-top: 1px solid rgba(246, 184, 0, 0.28);
    padding: 7px 6px calc(7px + env(safe-area-inset-bottom));
    background: #003b73;
    box-shadow: 0 -12px 30px rgba(0, 59, 115, 0.24);
  }

  body.home .quick-links-bar .container,
  body.page-id-12214 .quick-links-bar .container {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  body.home .quick-links,
  body.page-id-12214 .quick-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    align-items: stretch;
  }

  body.home .quick-links a,
  body.page-id-12214 .quick-links a {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 8px;
    padding: 5px 2px;
    background: transparent;
    color: rgba(255, 255, 255, 0.9);
    font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    line-height: 1.08;
    text-align: center;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
  }

  body.home .quick-links a::before,
  body.page-id-12214 .quick-links a::before {
    display: block;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    border-radius: 0;
    background: currentColor;
    color: #f6b800;
    font-size: 15px;
    line-height: 1;
    content: "";
  }

  body.home .quick-links a:nth-child(1)::before,
  body.page-id-12214 .quick-links a:nth-child(1)::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.home .quick-links a:nth-child(2)::before,
  body.page-id-12214 .quick-links a:nth-child(2)::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.8 3h10.4A2.8 2.8 0 0 1 20 5.8v12.4a2.8 2.8 0 0 1-2.8 2.8H6.8A2.8 2.8 0 0 1 4 18.2V5.8A2.8 2.8 0 0 1 6.8 3Zm1.2 4v2h8V7H8Zm0 4v2h8v-2H8Zm0 4v2h5v-2H8Z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.8 3h10.4A2.8 2.8 0 0 1 20 5.8v12.4a2.8 2.8 0 0 1-2.8 2.8H6.8A2.8 2.8 0 0 1 4 18.2V5.8A2.8 2.8 0 0 1 6.8 3Zm1.2 4v2h8V7H8Zm0 4v2h8v-2H8Zm0 4v2h5v-2H8Z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  body.home .quick-links a:nth-child(3)::before,
  body.page-id-12214 .quick-links a:nth-child(3)::before {
    background: url("/wp-content/plugins/nct-ui-upgrade/assets/icons/messenger.svg") center / contain no-repeat;
    -webkit-mask: none;
    mask: none;
  }

  body.home .quick-links a:nth-child(4)::before,
  body.page-id-12214 .quick-links a:nth-child(4)::before {
    background: #ffffff url("/wp-content/plugins/nct-ui-upgrade/assets/icons/zalo.svg") center / 24px 24px no-repeat;
    -webkit-mask: none;
    mask: none;
  }

  body.home .quick-links a:nth-child(5)::before,
  body.page-id-12214 .quick-links a:nth-child(5)::before {
    background: url("/wp-content/plugins/nct-ui-upgrade/assets/icons/map.svg") center / contain no-repeat;
    -webkit-mask: none;
    mask: none;
  }

  body.home .quick-links a:nth-child(n)::before,
  body.page-id-12214 .quick-links a:nth-child(n)::before {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 24, 48, 0.16);
    -webkit-mask: none;
    mask: none;
  }

  body.home .quick-links a:nth-child(1)::before,
  body.page-id-12214 .quick-links a:nth-child(1)::before {
    background: #ffffff url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 11.19 18a19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.1 3.18 2 2 0 0 1 4.11 1h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 8.91a16 16 0 0 0 7 7l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.92Z' stroke='%23FF7A00' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 17px 17px no-repeat;
  }

  body.home .quick-links a:nth-child(2)::before,
  body.page-id-12214 .quick-links a:nth-child(2)::before {
    background: #ffffff url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 7h8M8 11h8M8 15h5M6.8 21h10.4A2.8 2.8 0 0 0 20 18.2V5.8A2.8 2.8 0 0 0 17.2 3H6.8A2.8 2.8 0 0 0 4 5.8v12.4A2.8 2.8 0 0 0 6.8 21Z' stroke='%23005BAA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 17px 17px no-repeat;
  }

  body.home .quick-links a:nth-child(3)::before,
  body.page-id-12214 .quick-links a:nth-child(3)::before {
    background: #ffffff url("/wp-content/plugins/nct-ui-upgrade/assets/icons/messenger.svg") center / 23px 23px no-repeat;
  }

  body.home .quick-links a:nth-child(4)::before,
  body.page-id-12214 .quick-links a:nth-child(4)::before {
    background: #ffffff url("/wp-content/plugins/nct-ui-upgrade/assets/icons/zalo.svg") center / 24px 24px no-repeat;
  }

  body.home .quick-links a:nth-child(5)::before,
  body.page-id-12214 .quick-links a:nth-child(5)::before {
    background: #ffffff url("/wp-content/plugins/nct-ui-upgrade/assets/icons/map.svg") center / 23px 23px no-repeat;
  }

  body.home .quick-links a:hover,
  body.home .quick-links a:focus,
  body.page-id-12214 .quick-links a:hover,
  body.page-id-12214 .quick-links a:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    transform: translateY(-1px);
  }

  body.home .quick-links a:nth-child(1),
  body.home .quick-links a:nth-child(2),
  body.page-id-12214 .quick-links a:nth-child(1),
  body.page-id-12214 .quick-links a:nth-child(2) {
    background: transparent;
    box-shadow: none;
  }

  body.home .floating-buttons,
  body.page-id-12214 .floating-buttons {
    bottom: calc(84px + env(safe-area-inset-bottom));
  }
}

/* Live homepage cleanup: remove old orange bar and polish side contact bubbles. */
body.home .nct-homepage > .hero-banner,
body.page-id-12214 .nct-homepage > .hero-banner {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.home .nct-homepage > .hero-banner .hero-slider-swiper,
body.page-id-12214 .nct-homepage > .hero-banner .hero-slider-swiper {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.home .nct-homepage > section.hero-banner,
body.page-id-12214 .nct-homepage > section.hero-banner {
  padding: 0 !important;
}

body.home .nct-homepage > .hero-banner .container-full,
body.page-id-12214 .nct-homepage > .hero-banner .container-full,
body.home .nct-homepage > .hero-banner .swiper,
body.page-id-12214 .nct-homepage > .hero-banner .swiper {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.home .quick-links-bar,
body.page-id-12214 .quick-links-bar,
body.home .nct-homepage .quick-links-bar,
body.page-id-12214 .nct-homepage .quick-links-bar {
  position: fixed !important;
  top: 50% !important;
  right: 22px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 9997 !important;
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: translateY(-50%) !important;
}

body.home .quick-links-bar .container,
body.page-id-12214 .quick-links-bar .container,
body.home .nct-homepage .quick-links-bar .container,
body.page-id-12214 .nct-homepage .quick-links-bar .container {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home .quick-links,
body.page-id-12214 .quick-links,
body.home .nct-homepage .quick-links,
body.page-id-12214 .nct-homepage .quick-links {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.home .quick-links a,
body.page-id-12214 .quick-links a,
body.home .nct-homepage .quick-links a,
body.page-id-12214 .nct-homepage .quick-links a {
  position: relative !important;
  display: grid !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  place-items: center !important;
  overflow: visible !important;
  border: 4px solid #ffffff !important;
  border-radius: 999px !important;
  padding: 0 !important;
  background: #ffffff !important;
  color: #005baa !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2) !important;
  transform: translateZ(0) !important;
  transition: transform 180ms ease, box-shadow 180ms ease !important;
}

body.home .quick-links a:hover,
body.home .quick-links a:focus,
body.page-id-12214 .quick-links a:hover,
body.page-id-12214 .quick-links a:focus,
body.home .nct-homepage .quick-links a:hover,
body.home .nct-homepage .quick-links a:focus,
body.page-id-12214 .nct-homepage .quick-links a:hover,
body.page-id-12214 .nct-homepage .quick-links a:focus {
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.24) !important;
  transform: translateX(-4px) scale(1.05) !important;
}

body.home .quick-links a::before,
body.page-id-12214 .quick-links a::before,
body.home .nct-homepage .quick-links a::before,
body.page-id-12214 .nct-homepage .quick-links a::before {
  display: block !important;
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  content: "" !important;
}

body.home .quick-links a::after,
body.page-id-12214 .quick-links a::after,
body.home .nct-homepage .quick-links a::after,
body.page-id-12214 .nct-homepage .quick-links a::after {
  position: absolute !important;
  top: 50% !important;
  right: calc(100% + 12px) !important;
  width: max-content !important;
  max-width: 220px !important;
  border-radius: 8px !important;
  padding: 9px 12px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16) !important;
  color: #475569 !important;
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(10px, -50%) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

body.home .quick-links a:hover::after,
body.home .quick-links a:focus::after,
body.page-id-12214 .quick-links a:hover::after,
body.page-id-12214 .quick-links a:focus::after,
body.home .nct-homepage .quick-links a:hover::after,
body.home .nct-homepage .quick-links a:focus::after,
body.page-id-12214 .nct-homepage .quick-links a:hover::after,
body.page-id-12214 .nct-homepage .quick-links a:focus::after {
  opacity: 1 !important;
  transform: translate(0, -50%) !important;
}

body.home .quick-links a:nth-child(1),
body.page-id-12214 .quick-links a:nth-child(1),
body.home .nct-homepage .quick-links a:nth-child(1),
body.page-id-12214 .nct-homepage .quick-links a:nth-child(1) {
  background: #ff7a00 !important;
  color: #ffffff !important;
  animation: nct-ui-live-phone-pulse 2.2s ease-out infinite !important;
}

body.home .quick-links a:nth-child(1)::before,
body.page-id-12214 .quick-links a:nth-child(1)::before,
body.home .nct-homepage .quick-links a:nth-child(1)::before,
body.page-id-12214 .nct-homepage .quick-links a:nth-child(1)::before {
  background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 11.19 18a19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.1 3.18 2 2 0 0 1 4.11 1h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 8.91a16 16 0 0 0 7 7l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.92Z' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body.home .quick-links a:nth-child(1)::after,
body.page-id-12214 .quick-links a:nth-child(1)::after,
body.home .nct-homepage .quick-links a:nth-child(1)::after,
body.page-id-12214 .nct-homepage .quick-links a:nth-child(1)::after {
  content: "Tư vấn tuyển sinh" !important;
}

body.home .quick-links a:nth-child(2)::before,
body.page-id-12214 .quick-links a:nth-child(2)::before,
body.home .nct-homepage .quick-links a:nth-child(2)::before,
body.page-id-12214 .nct-homepage .quick-links a:nth-child(2)::before {
  background: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 7h8M8 11h8M8 15h5M6.8 21h10.4A2.8 2.8 0 0 0 20 18.2V5.8A2.8 2.8 0 0 0 17.2 3H6.8A2.8 2.8 0 0 0 4 5.8v12.4A2.8 2.8 0 0 0 6.8 21Z' stroke='%23005BAA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body.home .quick-links a:nth-child(2)::after,
body.page-id-12214 .quick-links a:nth-child(2)::after,
body.home .nct-homepage .quick-links a:nth-child(2)::after,
body.page-id-12214 .nct-homepage .quick-links a:nth-child(2)::after {
  content: "Đăng ký xét tuyển" !important;
}

body.home .quick-links a:nth-child(3)::before,
body.page-id-12214 .quick-links a:nth-child(3)::before,
body.home .nct-homepage .quick-links a:nth-child(3)::before,
body.page-id-12214 .nct-homepage .quick-links a:nth-child(3)::before {
  background: url("/wp-content/plugins/nct-ui-upgrade/assets/icons/messenger.svg") center / contain no-repeat !important;
}

body.home .quick-links a:nth-child(3)::after,
body.page-id-12214 .quick-links a:nth-child(3)::after,
body.home .nct-homepage .quick-links a:nth-child(3)::after,
body.page-id-12214 .nct-homepage .quick-links a:nth-child(3)::after {
  content: "Messenger FB" !important;
}

body.home .quick-links a:nth-child(4)::before,
body.page-id-12214 .quick-links a:nth-child(4)::before,
body.home .nct-homepage .quick-links a:nth-child(4)::before,
body.page-id-12214 .nct-homepage .quick-links a:nth-child(4)::before {
  background: url("/wp-content/plugins/nct-ui-upgrade/assets/icons/zalo.svg") center / contain no-repeat !important;
}

body.home .quick-links a:nth-child(4)::after,
body.page-id-12214 .quick-links a:nth-child(4)::after,
body.home .nct-homepage .quick-links a:nth-child(4)::after,
body.page-id-12214 .nct-homepage .quick-links a:nth-child(4)::after {
  content: "Zalo chat" !important;
}

body.home .quick-links a:nth-child(5)::before,
body.page-id-12214 .quick-links a:nth-child(5)::before,
body.home .nct-homepage .quick-links a:nth-child(5)::before,
body.page-id-12214 .nct-homepage .quick-links a:nth-child(5)::before {
  background: url("/wp-content/plugins/nct-ui-upgrade/assets/icons/map.svg") center / contain no-repeat !important;
}

body.home .quick-links a:nth-child(5)::after,
body.page-id-12214 .quick-links a:nth-child(5)::after,
body.home .nct-homepage .quick-links a:nth-child(5)::after,
body.page-id-12214 .nct-homepage .quick-links a:nth-child(5)::after {
  content: "Bản đồ" !important;
}

body.home .floating-buttons,
body.page-id-12214 .floating-buttons {
  position: fixed;
  top: 50%;
  right: 22px;
  bottom: auto;
  z-index: 9998;
  display: grid;
  gap: 12px;
  width: 58px;
  transform: translateY(-50%);
}

body.home .floating-buttons::before,
body.page-id-12214 .floating-buttons::before {
  position: absolute;
  top: -6px;
  right: calc(100% + 16px);
  width: 205px;
  border-radius: 8px;
  padding: 10px 14px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
  color: #475569;
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  white-space: pre-line;
  content: "Chúng tôi đang trực tuyến\aTôi có thể giúp gì cho bạn?";
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.home .floating-buttons::after,
body.page-id-12214 .floating-buttons::after {
  position: absolute;
  top: 18px;
  right: calc(100% + 7px);
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 4px -4px 10px rgba(15, 23, 42, 0.04);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: rotate(45deg) translateX(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.home .floating-buttons:hover::before,
body.home .floating-buttons:hover::after,
body.page-id-12214 .floating-buttons:hover::before,
body.page-id-12214 .floating-buttons:hover::after {
  opacity: 1;
  transform: translateX(0);
}

body.home .floating-buttons .float-btn,
body.page-id-12214 .floating-buttons .float-btn {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 4px solid #ffffff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
  text-decoration: none;
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body.home .floating-buttons .float-btn:hover,
body.home .floating-buttons .float-btn:focus,
body.page-id-12214 .floating-buttons .float-btn:hover,
body.page-id-12214 .floating-buttons .float-btn:focus {
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.24);
  transform: translateX(-4px) scale(1.05);
}

body.home .floating-buttons .phone-btn,
body.page-id-12214 .floating-buttons .phone-btn {
  background: #ff7a00;
  color: #ffffff;
  animation: nct-ui-live-phone-pulse 2.2s ease-out infinite;
}

body.home .floating-buttons .phone-btn i,
body.page-id-12214 .floating-buttons .phone-btn i {
  font-size: 22px;
  line-height: 1;
}

body.home .floating-buttons .phone-btn span,
body.page-id-12214 .floating-buttons .phone-btn span {
  display: none;
}

body.home .floating-buttons .zalo-btn,
body.page-id-12214 .floating-buttons .zalo-btn {
  background: #ffffff;
  padding: 0;
  animation: nct-ui-live-zalo-float 2.6s ease-in-out infinite;
}

body.home .floating-buttons .zalo-btn img,
body.page-id-12214 .floating-buttons .zalo-btn img {
  display: block;
  width: 35px;
  height: 35px;
  object-fit: contain;
}

body.home .zalo-chat-widget,
body.page-id-12214 .zalo-chat-widget,
body.home .zalo-container,
body.page-id-12214 .zalo-container,
body.home .zalo-chat-widget-container,
body.page-id-12214 .zalo-chat-widget-container {
  position: fixed !important;
  right: 24px !important;
  bottom: 26px !important;
  left: auto !important;
  top: auto !important;
  z-index: 10001 !important;
  display: grid !important;
  width: 66px !important;
  height: 66px !important;
  place-items: center !important;
  overflow: visible !important;
  border: 4px solid #ffffff !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #005baa 0%, #003b73 100%) !important;
  box-shadow: 0 16px 36px rgba(0, 59, 115, 0.28) !important;
  cursor: pointer !important;
  animation: nct-ui-chat-pulse 2.5s ease-out infinite !important;
}

body.home .zalo-chat-widget::before,
body.page-id-12214 .zalo-chat-widget::before,
body.home .zalo-container::before,
body.page-id-12214 .zalo-container::before,
body.home .zalo-chat-widget-container::before,
body.page-id-12214 .zalo-chat-widget-container::before {
  display: block !important;
  width: 31px !important;
  height: 31px !important;
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.3 22.6c-1.05-1.54-1.65-3.35-1.65-5.28C5.65 11.9 10.32 7.5 16.1 7.5c5.76 0 10.43 4.4 10.43 9.82s-4.67 9.82-10.43 9.82c-1.5 0-2.93-.3-4.2-.84L7 27.9l.3-5.3Z' stroke='white' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.7 15.2h8.8M11.7 19h5.8' stroke='%23F6B800' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  content: "" !important;
  pointer-events: none !important;
}

body.home .zalo-chat-widget::after,
body.page-id-12214 .zalo-chat-widget::after,
body.home .zalo-container::after,
body.page-id-12214 .zalo-container::after,
body.home .zalo-chat-widget-container::after,
body.page-id-12214 .zalo-chat-widget-container::after {
  position: absolute !important;
  right: calc(100% + 14px) !important;
  bottom: 9px !important;
  width: 205px !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16) !important;
  color: #475569 !important;
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  white-space: pre-line !important;
  content: "Chúng tôi đang trực tuyến\aTôi có thể giúp gì cho bạn?" !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(10px) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

body.home .zalo-chat-widget:hover::after,
body.page-id-12214 .zalo-chat-widget:hover::after,
body.home .zalo-container:hover::after,
body.page-id-12214 .zalo-container:hover::after,
body.home .zalo-chat-widget-container:hover::after,
body.page-id-12214 .zalo-chat-widget-container:hover::after {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

body.home .zalo-chat-widget iframe,
body.page-id-12214 .zalo-chat-widget iframe,
body.home .zalo-container iframe,
body.page-id-12214 .zalo-container iframe,
body.home .zalo-chat-widget-container iframe,
body.page-id-12214 .zalo-chat-widget-container iframe {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  opacity: 0 !important;
}

@keyframes nct-ui-chat-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 91, 170, 0.28), 0 16px 36px rgba(0, 59, 115, 0.28);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(0, 91, 170, 0), 0 18px 40px rgba(0, 59, 115, 0.3);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 91, 170, 0), 0 16px 36px rgba(0, 59, 115, 0.28);
  }
}

@keyframes nct-ui-live-phone-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 122, 0, 0.34), 0 12px 30px rgba(15, 23, 42, 0.2);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(255, 122, 0, 0), 0 14px 34px rgba(15, 23, 42, 0.22);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 122, 0, 0), 0 12px 30px rgba(15, 23, 42, 0.2);
  }
}

@keyframes nct-ui-live-zalo-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 768px) {
  body.home .floating-buttons,
  body.page-id-12214 .floating-buttons {
    right: 12px;
    gap: 9px;
    width: 50px;
  }

  body.home .floating-buttons::before,
  body.home .floating-buttons::after,
  body.page-id-12214 .floating-buttons::before,
  body.page-id-12214 .floating-buttons::after {
    display: none;
  }

  body.home .floating-buttons .float-btn,
  body.page-id-12214 .floating-buttons .float-btn {
    width: 50px;
    height: 50px;
    border-width: 3px;
  }

  body.home .floating-buttons .zalo-btn img,
  body.page-id-12214 .floating-buttons .zalo-btn img {
    width: 31px;
    height: 31px;
  }

  body.home .zalo-chat-widget,
  body.page-id-12214 .zalo-chat-widget,
  body.home .zalo-container,
  body.page-id-12214 .zalo-container,
  body.home .zalo-chat-widget-container,
  body.page-id-12214 .zalo-chat-widget-container {
    right: 12px !important;
    bottom: 18px !important;
    width: 56px !important;
    height: 56px !important;
    border-width: 3px !important;
  }

  body.home .zalo-chat-widget::before,
  body.page-id-12214 .zalo-chat-widget::before,
  body.home .zalo-container::before,
  body.page-id-12214 .zalo-container::before,
  body.home .zalo-chat-widget-container::before,
  body.page-id-12214 .zalo-chat-widget-container::before {
    width: 27px !important;
    height: 27px !important;
  }

  body.home .zalo-chat-widget::after,
  body.page-id-12214 .zalo-chat-widget::after,
  body.home .zalo-container::after,
  body.page-id-12214 .zalo-container::after,
  body.home .zalo-chat-widget-container::after,
  body.page-id-12214 .zalo-chat-widget-container::after {
    display: none !important;
  }
}

/* Final CTA dedupe: one clean right-side stack only. */
body.home .floating-buttons,
body.page-id-12214 .floating-buttons,
body.home #btn-click_to_call,
body.page-id-12214 #btn-click_to_call,
body.home #btn-facebook,
body.page-id-12214 #btn-facebook,
body.home #btn-contact_form,
body.page-id-12214 #btn-contact_form,
body.home #btn-google_map,
body.page-id-12214 #btn-google_map,
body.home .zalo-chat-widget,
body.page-id-12214 .zalo-chat-widget,
body.home .zalo-container,
body.page-id-12214 .zalo-container,
body.home .zalo-chat-widget-container,
body.page-id-12214 .zalo-chat-widget-container {
  display: none !important;
}

body.home .quick-links a[hidden],
body.page-id-12214 .quick-links a[hidden],
body.home .quick-links a:nth-child(2),
body.page-id-12214 .quick-links a:nth-child(2),
body.home .nct-homepage .quick-links a[hidden],
body.page-id-12214 .nct-homepage .quick-links a[hidden],
body.home .nct-homepage .quick-links a:nth-child(2),
body.page-id-12214 .nct-homepage .quick-links a:nth-child(2) {
  display: none !important;
}

body.home .quick-links,
body.page-id-12214 .quick-links,
body.home .nct-homepage .quick-links,
body.page-id-12214 .nct-homepage .quick-links {
  gap: 14px !important;
  width: 62px !important;
}

body.home .quick-links a,
body.page-id-12214 .quick-links a,
body.home .nct-homepage .quick-links a,
body.page-id-12214 .nct-homepage .quick-links a {
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  min-height: 62px !important;
  animation: nct-ui-quick-float 3s ease-in-out infinite !important;
}

body.home .quick-links a:nth-child(1),
body.page-id-12214 .quick-links a:nth-child(1),
body.home .nct-homepage .quick-links a:nth-child(1),
body.page-id-12214 .nct-homepage .quick-links a:nth-child(1) {
  background: #ff7a00 !important;
  animation: nct-ui-live-phone-pulse 2.2s ease-out infinite !important;
}

body.home .quick-links a:nth-child(3),
body.page-id-12214 .quick-links a:nth-child(3),
body.home .nct-homepage .quick-links a:nth-child(3),
body.page-id-12214 .nct-homepage .quick-links a:nth-child(3) {
  animation-delay: 0.15s !important;
}

body.home .quick-links a:nth-child(4),
body.page-id-12214 .quick-links a:nth-child(4),
body.home .nct-homepage .quick-links a:nth-child(4),
body.page-id-12214 .nct-homepage .quick-links a:nth-child(4) {
  animation-delay: 0.3s !important;
}

body.home .quick-links a:nth-child(5),
body.page-id-12214 .quick-links a:nth-child(5),
body.home .nct-homepage .quick-links a:nth-child(5),
body.page-id-12214 .nct-homepage .quick-links a:nth-child(5) {
  animation-delay: 0.45s !important;
}

body.home .quick-links a:nth-child(3)::before,
body.page-id-12214 .quick-links a:nth-child(3)::before,
body.home .nct-homepage .quick-links a:nth-child(3)::before,
body.page-id-12214 .nct-homepage .quick-links a:nth-child(3)::before,
body.home .quick-links a:nth-child(4)::before,
body.page-id-12214 .quick-links a:nth-child(4)::before,
body.home .nct-homepage .quick-links a:nth-child(4)::before,
body.page-id-12214 .nct-homepage .quick-links a:nth-child(4)::before,
body.home .quick-links a:nth-child(5)::before,
body.page-id-12214 .quick-links a:nth-child(5)::before,
body.home .nct-homepage .quick-links a:nth-child(5)::before,
body.page-id-12214 .nct-homepage .quick-links a:nth-child(5)::before {
  width: 30px !important;
  height: 30px !important;
}

body.home .quick-links a:nth-child(4)::after,
body.page-id-12214 .quick-links a:nth-child(4)::after,
body.home .nct-homepage .quick-links a:nth-child(4)::after,
body.page-id-12214 .nct-homepage .quick-links a:nth-child(4)::after {
  content: "Zalo OA" !important;
}

@keyframes nct-ui-quick-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 768px) {
  body.home .quick-links-bar,
  body.page-id-12214 .quick-links-bar,
  body.home .nct-homepage .quick-links-bar,
  body.page-id-12214 .nct-homepage .quick-links-bar {
    right: 12px !important;
  }

  body.home .quick-links,
  body.page-id-12214 .quick-links,
  body.home .nct-homepage .quick-links,
  body.page-id-12214 .nct-homepage .quick-links {
    gap: 10px !important;
    width: 54px !important;
  }

  body.home .quick-links a,
  body.page-id-12214 .quick-links a,
  body.home .nct-homepage .quick-links a,
  body.page-id-12214 .nct-homepage .quick-links a {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    border-width: 3px !important;
  }
}

/* Site-wide contact CTA: convert the old orange bottom bar into a right-side stack on every page. */
body .quick-links-bar {
  position: fixed !important;
  top: 50% !important;
  right: 22px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 10020 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transform: translateY(-50%) !important;
}

body .quick-links-bar .container {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .quick-links {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 13px !important;
  align-items: center !important;
  justify-content: center !important;
  width: 62px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body .quick-links a,
body .quick-links a[hidden] {
  position: relative !important;
  display: grid !important;
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  min-height: 62px !important;
  place-items: center !important;
  overflow: visible !important;
  border: 4px solid #ffffff !important;
  border-radius: 999px !important;
  padding: 0 !important;
  background: #ffffff !important;
  color: #005baa !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2) !important;
  animation: nct-ui-quick-float 3s ease-in-out infinite !important;
  transform: translateZ(0) !important;
  transition: transform 180ms ease, box-shadow 180ms ease !important;
}

body .quick-links a:hover,
body .quick-links a:focus {
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.24) !important;
  transform: translateX(-4px) scale(1.05) !important;
}

body .quick-links a::before {
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  content: "" !important;
}

body .quick-links a::after {
  position: absolute !important;
  top: 50% !important;
  right: calc(100% + 12px) !important;
  width: max-content !important;
  max-width: 220px !important;
  border-radius: 8px !important;
  padding: 9px 12px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16) !important;
  color: #475569 !important;
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(10px, -50%) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

body .quick-links a:hover::after,
body .quick-links a:focus::after {
  opacity: 1 !important;
  transform: translate(0, -50%) !important;
}

body .quick-links a:nth-child(1) {
  background: #ff7a00 !important;
  color: #ffffff !important;
  animation: nct-ui-live-phone-pulse 2.2s ease-out infinite !important;
}

body .quick-links a:nth-child(1)::before {
  background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 11.19 18a19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.1 3.18 2 2 0 0 1 4.11 1h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 8.91a16 16 0 0 0 7 7l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.92Z' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .quick-links a:nth-child(1)::after {
  content: "Tư vấn tuyển sinh" !important;
}

body .quick-links a:nth-child(2)::before,
body .quick-links a:nth-child(4)::before {
  background: url("/wp-content/plugins/nct-ui-upgrade/assets/icons/zalo.svg") center / contain no-repeat !important;
}

body .quick-links a:nth-child(2)::after {
  content: "Zalo tư vấn" !important;
}

body .quick-links a:nth-child(3)::before {
  background: url("/wp-content/plugins/nct-ui-upgrade/assets/icons/messenger.svg") center / contain no-repeat !important;
}

body .quick-links a:nth-child(3)::after {
  content: "Messenger FB" !important;
}

body .quick-links a:nth-child(4)::after {
  content: "Zalo OA" !important;
}

body .quick-links a:nth-child(5)::before {
  background: url("/wp-content/plugins/nct-ui-upgrade/assets/icons/map.svg") center / contain no-repeat !important;
}

body .quick-links a:nth-child(5)::after {
  content: "Bản đồ" !important;
}

body .floating-buttons,
body #btn-click_to_call,
body #btn-facebook,
body #btn-contact_form,
body #btn-google_map {
  display: none !important;
}

body .quick-links a:nth-child(4) {
  display: none !important;
}

body .zalo-chat-widget,
body .zalo-container,
body .zalo-chat-widget-container {
  position: fixed !important;
  right: 22px !important;
  bottom: 26px !important;
  left: auto !important;
  top: auto !important;
  z-index: 10030 !important;
  display: grid !important;
  width: 66px !important;
  height: 66px !important;
  place-items: center !important;
  overflow: visible !important;
  border: 4px solid #ffffff !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #005baa 0%, #003b73 100%) !important;
  box-shadow: 0 16px 36px rgba(0, 59, 115, 0.28) !important;
  cursor: pointer !important;
  animation: nct-ui-chat-pulse 2.5s ease-out infinite !important;
}

body .zalo-chat-widget::before,
body .zalo-container::before,
body .zalo-chat-widget-container::before {
  display: block !important;
  width: 31px !important;
  height: 31px !important;
  background: url("/wp-content/plugins/nct-ui-upgrade/assets/icons/zalo.svg") center / contain no-repeat !important;
  content: "" !important;
  pointer-events: none !important;
}

body .zalo-chat-widget::after,
body .zalo-container::after,
body .zalo-chat-widget-container::after {
  position: absolute !important;
  right: calc(100% + 14px) !important;
  bottom: 9px !important;
  width: 205px !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16) !important;
  color: #475569 !important;
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  white-space: pre-line !important;
  content: "Zalo OA đang trực tuyến\aBấm để chat với nhà trường" !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(10px) !important;
  transition: opacity 180ms ease, transform 180ms ease !important;
}

body .zalo-chat-widget:hover::after,
body .zalo-container:hover::after,
body .zalo-chat-widget-container:hover::after {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

body .zalo-chat-widget iframe,
body .zalo-container iframe,
body .zalo-chat-widget-container iframe {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  opacity: 0 !important;
}

@media (max-width: 768px) {
  body .quick-links-bar {
    right: 12px !important;
  }

  body .quick-links {
    gap: 10px !important;
    width: 54px !important;
  }

  body .quick-links a,
  body .quick-links a[hidden] {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    border-width: 3px !important;
  }

  body .quick-links a::before {
    width: 27px !important;
    height: 27px !important;
  }

  body .zalo-chat-widget,
  body .zalo-container,
  body .zalo-chat-widget-container {
    right: 12px !important;
    bottom: 18px !important;
    width: 56px !important;
    height: 56px !important;
    border-width: 3px !important;
  }

  body .zalo-chat-widget::after,
  body .zalo-container::after,
  body .zalo-chat-widget-container::after {
    display: none !important;
  }
}

/* Option-scoped global footer and floating CTA. */
body.nct-ui-global-footer-enabled #footer,
body.nct-ui-global-footer-enabled .footer-wrapper,
body.nct-ui-global-footer-enabled .absolute-footer,
body.nct-ui-global-footer-enabled footer:not(.nct-ui-global-footer) {
  display: none !important;
}

.nct-ui-global-footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #23356d 0%, #005baa 48%, #2c94c9 100%);
  color: #ffffff;
  font-family: "Segoe UI Variable Text", "Segoe UI", Tahoma, Arial, sans-serif;
}

.nct-ui-global-footer::after {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  content: "";
}

.nct-ui-global-footer__inner {
  position: relative;
  z-index: 1;
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0 22px;
}

.nct-ui-global-footer__grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1.45fr 1.1fr;
  gap: 30px;
  align-items: start;
}

.nct-ui-global-footer__brand img {
  display: block;
  width: min(100%, 520px);
  max-height: 84px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 18px;
}

.nct-ui-global-footer__brand strong,
.nct-ui-global-footer__brand span {
  display: none;
}

.nct-ui-global-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.nct-ui-global-footer__social a {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.nct-ui-global-footer__block {
  display: grid;
  gap: 10px;
  align-content: start;
}

.nct-ui-global-footer__block h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.nct-ui-global-footer__block a,
.nct-ui-global-footer__block p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.nct-ui-global-footer__block strong {
  color: #ffffff;
}

.nct-ui-global-footer__links h3:not(:first-child) {
  margin-top: 12px;
}

.nct-ui-global-footer__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 28px;
}

.nct-ui-global-footer__media iframe {
  display: block;
  width: 100%;
  height: 240px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
}

.nct-ui-global-footer__bottom {
  margin-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 18px;
  text-align: center;
}

.nct-ui-global-footer__bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

body.nct-ui-floating-enabled .quick-links-bar {
  display: none !important;
}

body.nct-ui-floating-enabled .nct-ui-floating--global {
  position: fixed;
  top: 50%;
  right: 18px;
  z-index: 10040;
  display: grid;
  gap: 11px;
  transform: translateY(-50%);
}

.nct-ui-floating--global .nct-ui-floating__button {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  text-decoration: none;
  animation: nct-ui-floating-soft-pulse 2.8s ease-in-out infinite;
}

.nct-ui-floating--global .nct-ui-floating__button span {
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  width: max-content;
  max-width: 220px;
  border-radius: 8px;
  padding: 9px 12px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.16);
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translate(10px, -50%);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nct-ui-floating--global .nct-ui-floating__button:hover,
.nct-ui-floating--global .nct-ui-floating__button:focus {
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.24);
  transform: translateX(-5px) scale(1.06);
}

.nct-ui-floating--global .nct-ui-floating__button:hover span,
.nct-ui-floating--global .nct-ui-floating__button:focus span {
  opacity: 1;
  transform: translate(0, -50%);
}

.nct-ui-floating--global .nct-ui-floating__button::before {
  display: block;
  width: 31px;
  height: 31px;
  content: "";
}

.nct-ui-floating__button--phone {
  background: #ff7a00 !important;
  animation: nct-ui-floating-phone-pulse 2.2s ease-out infinite !important;
}

.nct-ui-floating__button--phone::before {
  background: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 11.19 18a19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.1 3.18 2 2 0 0 1 4.11 1h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 8.91a16 16 0 0 0 7 7l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.92Z' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nct-ui-floating__button--messenger::before {
  background: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 7C13.5 7 5 14.8 5 24.4c0 5.5 2.8 10.4 7.2 13.6v6l6.5-3.6c1.7.5 3.5.8 5.3.8 10.5 0 19-7.8 19-17.4S34.5 7 24 7Z' fill='%230086FF'/%3E%3Cpath d='M13.5 29.2l7.1-7.6 5.4 5.7 8.5-8.9-7 11.4-5.6-5.6-8.4 5Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nct-ui-floating__button--zalo-consultant::before,
.nct-ui-floating__button--zalo-oa::before,
.nct-ui-floating__button--register::before {
  background: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='8' width='38' height='30' rx='11' fill='%23005BAA'/%3E%3Cpath d='M14 19h20M14 25h13' stroke='white' stroke-width='3.2' stroke-linecap='round'/%3E%3Cpath d='M18 38l5-5h10' stroke='%23F6B800' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.nct-ui-floating__button--map::before {
  background: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 43s14-11.7 14-25A14 14 0 1 0 10 18c0 13.3 14 25 14 25Z' fill='%23005BAA'/%3E%3Ccircle cx='24' cy='18' r='5.5' fill='white'/%3E%3Cpath d='M35.5 10.5 41 8v10l-5.5 2.5v-10Z' fill='%23FF7A00'/%3E%3Cpath d='M12.5 25.5 7 28V18l5.5-2.5v10Z' fill='%23F6B800'/%3E%3C/svg%3E") center / contain no-repeat;
}

@keyframes nct-ui-floating-soft-pulse {
  0%, 100% { box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18); }
  50% { box-shadow: 0 16px 34px rgba(0, 91, 170, 0.2); }
}

@keyframes nct-ui-floating-phone-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 122, 0, 0.28), 0 12px 28px rgba(255, 122, 0, 0.26); }
  70% { box-shadow: 0 0 0 11px rgba(255, 122, 0, 0), 0 16px 34px rgba(255, 122, 0, 0.28); }
  100% { box-shadow: 0 0 0 0 rgba(255, 122, 0, 0), 0 12px 28px rgba(255, 122, 0, 0.26); }
}

body:not(.nct-ui-floating-enabled) .quick-links-bar {
  top: auto !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  padding: 8px !important;
  background: #f16825 !important;
  transform: none !important;
}

body:not(.nct-ui-floating-enabled) .quick-links {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  gap: 8px !important;
  width: auto !important;
}

body:not(.nct-ui-floating-enabled) .quick-links a {
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 8px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  animation: none !important;
  transform: none !important;
}

body:not(.nct-ui-floating-enabled) .quick-links a::before,
body:not(.nct-ui-floating-enabled) .quick-links a::after {
  display: none !important;
}

body:not(.nct-ui-floating-enabled) .zalo-chat-widget,
body:not(.nct-ui-floating-enabled) .zalo-container,
body:not(.nct-ui-floating-enabled) .zalo-chat-widget-container {
  display: block !important;
}

@media (max-width: 900px) {
  .nct-ui-global-footer__grid,
  .nct-ui-global-footer__media {
    grid-template-columns: 1fr;
  }

  .nct-ui-global-footer__inner {
    padding-top: 34px;
  }
}

@media (max-width: 768px) {
  body.nct-ui-floating-enabled .nct-ui-floating--global {
    right: 12px;
    gap: 9px;
  }

  .nct-ui-floating--global .nct-ui-floating__button {
    width: 50px;
    height: 50px;
  }

  .nct-ui-floating--global .nct-ui-floating__button::before {
    width: 27px;
    height: 27px;
  }
}

/* CTA icon hard fallback: inline SVGs so widgets never render as blank circles. */
body .quick-links a:nth-child(2)::before {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='8' width='36' height='30' rx='10' fill='%23005BAA'/%3E%3Cpath d='M15 19h18M15 25h12' stroke='white' stroke-width='3.2' stroke-linecap='round'/%3E%3Cpath d='M18 38l5-5h10' stroke='%23F6B800' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .quick-links a:nth-child(3)::before {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 7C13.5 7 5 14.8 5 24.4c0 5.5 2.8 10.4 7.2 13.6v6l6.5-3.6c1.7.5 3.5.8 5.3.8 10.5 0 19-7.8 19-17.4S34.5 7 24 7Z' fill='%230086FF'/%3E%3Cpath d='M13.5 29.2l7.1-7.6 5.4 5.7 8.5-8.9-7 11.4-5.6-5.6-8.4 5Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .quick-links a:nth-child(5)::before {
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 43s14-11.7 14-25A14 14 0 1 0 10 18c0 13.3 14 25 14 25Z' fill='%23005BAA'/%3E%3Ccircle cx='24' cy='18' r='5.5' fill='white'/%3E%3Cpath d='M35.5 10.5 41 8v10l-5.5 2.5v-10Z' fill='%23FF7A00'/%3E%3Cpath d='M12.5 25.5 7 28V18l5.5-2.5v10Z' fill='%23F6B800'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .zalo-chat-widget::before,
body .zalo-container::before,
body .zalo-chat-widget-container::before {
  position: relative !important;
  z-index: 5 !important;
  background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='6' y='8' width='36' height='30' rx='10' fill='white'/%3E%3Cpath d='M15 18h18M15 24h12' stroke='%23005BAA' stroke-width='3.2' stroke-linecap='round'/%3E%3Cpath d='M18 38l5-5h10' stroke='%23F6B800' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .zalo-chat-widget iframe,
body .zalo-container iframe,
body .zalo-chat-widget-container iframe {
  z-index: 4 !important;
}

/* Header cleanup: Zalo chat is handled by the floating CTA/widget, not beside the CTA button. */
.nct-ui-header .nct-ui-header__zalo,
body .nct-ui-header__zalo {
  display: none !important;
}

/* CTA polish: show all intended quick actions and remove heavy white rings. */
body .quick-links a:nth-child(2),
body .quick-links a:nth-child(4),
body .nct-homepage .quick-links a:nth-child(2),
body .nct-homepage .quick-links a:nth-child(4) {
  display: grid !important;
}

body .quick-links {
  gap: 12px !important;
}

body .quick-links a,
body .quick-links a[hidden],
body .nct-homepage .quick-links a,
body .nct-homepage .quick-links a[hidden] {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  border: 0 !important;
  outline: 0 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18) !important;
  animation: nct-ui-quick-breathe 2.8s ease-in-out infinite !important;
}

body .quick-links a::before,
body .nct-homepage .quick-links a::before {
  width: 33px !important;
  height: 33px !important;
}

body .quick-links a:nth-child(1),
body .nct-homepage .quick-links a:nth-child(1) {
  background: #ff7a00 !important;
  box-shadow: 0 0 0 7px rgba(255, 122, 0, 0.14), 0 14px 28px rgba(255, 122, 0, 0.28) !important;
}

body .quick-links a:nth-child(2),
body .nct-homepage .quick-links a:nth-child(2) {
  background: #ffffff !important;
  box-shadow: 0 0 0 7px rgba(0, 91, 170, 0.08), 0 12px 26px rgba(15, 23, 42, 0.18) !important;
}

body .quick-links a:nth-child(2)::after,
body .nct-homepage .quick-links a:nth-child(2)::after {
  content: "Zalo tư vấn" !important;
}

body .quick-links a:nth-child(4)::after,
body .nct-homepage .quick-links a:nth-child(4)::after {
  content: "Zalo OA" !important;
}

body .quick-links a:hover,
body .quick-links a:focus,
body .nct-homepage .quick-links a:hover,
body .nct-homepage .quick-links a:focus {
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.24) !important;
  transform: translateX(-5px) scale(1.06) !important;
}

body .quick-links a:nth-child(1):hover,
body .quick-links a:nth-child(1):focus,
body .nct-homepage .quick-links a:nth-child(1):hover,
body .nct-homepage .quick-links a:nth-child(1):focus {
  box-shadow: 0 0 0 9px rgba(255, 122, 0, 0.16), 0 18px 36px rgba(255, 122, 0, 0.3) !important;
}

body .zalo-chat-widget,
body .zalo-container,
body .zalo-chat-widget-container {
  border: 0 !important;
  box-shadow: 0 0 0 7px rgba(0, 91, 170, 0.1), 0 16px 34px rgba(0, 59, 115, 0.26) !important;
}

@keyframes nct-ui-quick-breathe {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@media (max-width: 768px) {
  body .quick-links a,
  body .quick-links a[hidden],
  body .nct-homepage .quick-links a,
  body .nct-homepage .quick-links a[hidden] {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
  }

  body .quick-links a::before,
  body .nct-homepage .quick-links a::before {
    width: 29px !important;
    height: 29px !important;
  }
}

/* Tighten the first stats section below the homepage banner. */
body.home .nct-homepage > .stats-section,
body.page-id-12214 .nct-homepage > .stats-section {
  margin-top: 0 !important;
  padding-top: 26px !important;
}

body.home .nct-homepage > .hero-banner + .stats-section,
body.page-id-12214 .nct-homepage > .hero-banner + .stats-section {
  margin-top: 0 !important;
  padding-top: 26px !important;
}

body.home .nct-homepage > .stats-section .section-title,
body.page-id-12214 .nct-homepage > .stats-section .section-title {
  margin-bottom: 24px !important;
}

@media (max-width: 768px) {
  body.home .nct-homepage > .stats-section,
  body.page-id-12214 .nct-homepage > .stats-section,
  body.home .nct-homepage > .hero-banner + .stats-section,
  body.page-id-12214 .nct-homepage > .hero-banner + .stats-section {
    padding-top: 20px !important;
  }
}

/* Stronger live-home spacing correction: remove the large blank area after the banner. */
.nct-homepage > .hero-banner + .stats-section,
main.nct-homepage > .hero-banner + .stats-section,
body.home main.nct-homepage > .hero-banner + .stats-section,
body.page-id-12214 main.nct-homepage > .hero-banner + .stats-section {
  margin-top: -150px !important;
  padding-top: 28px !important;
}

.nct-homepage > .hero-banner + .stats-section .container,
main.nct-homepage > .hero-banner + .stats-section .container {
  padding-top: 0 !important;
}

.nct-homepage > .hero-banner + .stats-section .section-title,
main.nct-homepage > .hero-banner + .stats-section .section-title {
  margin-top: 0 !important;
  margin-bottom: 22px !important;
}

@media (max-width: 1024px) {
  .nct-homepage > .hero-banner + .stats-section,
  main.nct-homepage > .hero-banner + .stats-section {
    margin-top: -90px !important;
  }
}

@media (max-width: 768px) {
  .nct-homepage > .hero-banner + .stats-section,
  main.nct-homepage > .hero-banner + .stats-section {
    margin-top: -36px !important;
    padding-top: 22px !important;
  }
}

/* Final stable CTA stack: no duplicate blank widget circles, all icons inline, always animated. */
body .floating-buttons,
body .zalo-chat-widget,
body .zalo-container,
body .zalo-chat-widget-container,
body #btn-click_to_call,
body #btn-facebook,
body #btn-contact_form,
body #btn-google_map {
  display: none !important;
}

body .quick-links-bar {
  position: fixed !important;
  top: 50% !important;
  right: 18px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 10040 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: translateY(-50%) !important;
}

body .quick-links-bar .container {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .quick-links {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 11px !important;
  width: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body .quick-links a,
body .quick-links a[hidden],
body .quick-links a:nth-child(n) {
  position: relative !important;
  display: grid !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  place-items: center !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.98) !important;
  color: #005baa !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18) !important;
  animation: nct-ui-cta-idle 2.8s ease-in-out infinite !important;
  transform: translateZ(0) !important;
}

body .quick-links a:nth-child(1) {
  background: #ff7a00 !important;
  color: #ffffff !important;
  animation: nct-ui-cta-phone 2.2s ease-out infinite !important;
}

body .quick-links a:nth-child(2) {
  animation-delay: 0.15s !important;
}

body .quick-links a:nth-child(3) {
  animation-delay: 0.3s !important;
}

body .quick-links a:nth-child(4) {
  animation-delay: 0.45s !important;
}

body .quick-links a:nth-child(5) {
  animation-delay: 0.6s !important;
}

body .quick-links a::before {
  display: block !important;
  width: 31px !important;
  height: 31px !important;
  margin: 0 !important;
  content: "" !important;
}

body .quick-links a:nth-child(1)::before {
  background: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 11.19 18a19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.1 3.18 2 2 0 0 1 4.11 1h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 8.91a16 16 0 0 0 7 7l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.92Z' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .quick-links a:nth-child(2)::before,
body .quick-links a:nth-child(4)::before {
  background: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='8' width='38' height='30' rx='11' fill='%23005BAA'/%3E%3Cpath d='M14 19h20M14 25h13' stroke='white' stroke-width='3.2' stroke-linecap='round'/%3E%3Cpath d='M18 38l5-5h10' stroke='%23F6B800' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .quick-links a:nth-child(3)::before {
  background: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 7C13.5 7 5 14.8 5 24.4c0 5.5 2.8 10.4 7.2 13.6v6l6.5-3.6c1.7.5 3.5.8 5.3.8 10.5 0 19-7.8 19-17.4S34.5 7 24 7Z' fill='%230086FF'/%3E%3Cpath d='M13.5 29.2l7.1-7.6 5.4 5.7 8.5-8.9-7 11.4-5.6-5.6-8.4 5Z' fill='white'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .quick-links a:nth-child(5)::before {
  background: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 43s14-11.7 14-25A14 14 0 1 0 10 18c0 13.3 14 25 14 25Z' fill='%23005BAA'/%3E%3Ccircle cx='24' cy='18' r='5.5' fill='white'/%3E%3Cpath d='M35.5 10.5 41 8v10l-5.5 2.5v-10Z' fill='%23FF7A00'/%3E%3Cpath d='M12.5 25.5 7 28V18l5.5-2.5v10Z' fill='%23F6B800'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body .quick-links a:hover,
body .quick-links a:focus {
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.24) !important;
  transform: translateX(-5px) scale(1.06) !important;
}

@keyframes nct-ui-cta-idle {
  0%,
  100% {
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
    filter: saturate(1);
  }

  50% {
    box-shadow: 0 16px 34px rgba(0, 91, 170, 0.2);
    filter: saturate(1.08);
  }
}

@keyframes nct-ui-cta-phone {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 122, 0, 0.28), 0 12px 28px rgba(255, 122, 0, 0.26);
  }

  70% {
    box-shadow: 0 0 0 11px rgba(255, 122, 0, 0), 0 16px 34px rgba(255, 122, 0, 0.28);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 122, 0, 0), 0 12px 28px rgba(255, 122, 0, 0.26);
  }
}

@media (max-width: 768px) {
  body .quick-links-bar {
    right: 12px !important;
  }

  body .quick-links {
    gap: 9px !important;
    width: 50px !important;
  }

  body .quick-links a,
  body .quick-links a[hidden],
  body .quick-links a:nth-child(n) {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
  }

  body .quick-links a::before {
    width: 27px !important;
    height: 27px !important;
  }
}

/* Keep the real Zalo OA widget active so clicking Zalo OA can open the chat panel. */
body .zalo-chat-widget,
body .zalo-container,
body .zalo-chat-widget-container {
  position: fixed !important;
  right: 18px !important;
  bottom: 22px !important;
  left: auto !important;
  top: auto !important;
  z-index: 10035 !important;
  display: block !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body .zalo-chat-widget iframe,
body .zalo-container iframe,
body .zalo-chat-widget-container iframe {
  position: absolute !important;
  inset: 0 !important;
  z-index: 10 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  opacity: 0.01 !important;
  pointer-events: auto !important;
}

body .zalo-chat-widget::before,
body .zalo-container::before,
body .zalo-chat-widget-container::before {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  margin: auto !important;
  background: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='8' width='38' height='30' rx='11' fill='%23005BAA'/%3E%3Cpath d='M14 19h20M14 25h13' stroke='white' stroke-width='3.2' stroke-linecap='round'/%3E%3Cpath d='M18 38l5-5h10' stroke='%23F6B800' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat !important;
  content: "" !important;
  pointer-events: none !important;
}

body .zalo-chat-widget::after,
body .zalo-container::after,
body .zalo-chat-widget-container::after {
  display: none !important;
}

@media (max-width: 768px) {
  body .zalo-chat-widget,
  body .zalo-container,
  body .zalo-chat-widget-container {
    right: 12px !important;
    bottom: 16px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
  }
}

/* Final option guard and global component polish. Keep legacy UI untouched until floating is enabled. */
body:not(.nct-ui-floating-enabled) .quick-links-bar {
  top: auto !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  padding: 8px 10px !important;
  background: #f16825 !important;
  transform: none !important;
}

body:not(.nct-ui-floating-enabled) .quick-links {
  display: flex !important;
  width: auto !important;
  max-width: 760px !important;
  margin: 0 auto !important;
  gap: 0 !important;
}

body:not(.nct-ui-floating-enabled) .quick-links a {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 18px !important;
  background: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-size: 14px !important;
  animation: none !important;
  transform: none !important;
}

body:not(.nct-ui-floating-enabled) .quick-links a::before,
body:not(.nct-ui-floating-enabled) .quick-links a::after {
  display: none !important;
}

body:not(.nct-ui-floating-enabled) .zalo-chat-widget iframe,
body:not(.nct-ui-floating-enabled) .zalo-container iframe,
body:not(.nct-ui-floating-enabled) .zalo-chat-widget-container iframe {
  opacity: 1 !important;
  pointer-events: auto !important;
}

body:not(.nct-ui-floating-enabled) .zalo-chat-widget::before,
body:not(.nct-ui-floating-enabled) .zalo-container::before,
body:not(.nct-ui-floating-enabled) .zalo-chat-widget-container::before,
body:not(.nct-ui-floating-enabled) .zalo-chat-widget::after,
body:not(.nct-ui-floating-enabled) .zalo-container::after,
body:not(.nct-ui-floating-enabled) .zalo-chat-widget-container::after {
  display: none !important;
}

body.nct-ui-floating-enabled .quick-links-bar,
body.nct-ui-floating-enabled .bottom-contact,
body.nct-ui-floating-enabled .footer-contact,
body.nct-ui-floating-enabled .sticky-contact,
body.nct-ui-floating-enabled .sticky-footer,
body.nct-ui-floating-enabled .fixed-bottom,
body.nct-ui-floating-enabled .mobile-bottom-bar,
body.nct-ui-floating-enabled .mobile-contact-bar,
body.nct-ui-floating-enabled .hotline-bar,
body.nct-ui-floating-enabled .action-bar,
body.nct-ui-floating-enabled .quick-contact,
body.nct-ui-floating-enabled .call-to-action-fixed {
  display: none !important;
}

body.nct-ui-floating-enabled .nct-ui-floating--global {
  position: fixed !important;
  top: 50% !important;
  right: 18px !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 10060 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
  width: 62px !important;
  transform: translateY(-50%) !important;
}

body.nct-ui-floating-enabled .nct-ui-floating--global .nct-ui-floating__button {
  position: relative !important;
  display: grid !important;
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  min-height: 62px !important;
  place-items: center !important;
  overflow: visible !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #005baa !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.2) !important;
  text-decoration: none !important;
  animation: nct-ui-floating-breathe 3s ease-in-out infinite !important;
}

body.nct-ui-floating-enabled .nct-ui-floating--global .nct-ui-floating__button--phone {
  background: #ff7a00 !important;
  color: #ffffff !important;
  animation: nct-ui-floating-phone-ring 2.35s ease-out infinite !important;
}

body.nct-ui-floating-enabled .nct-ui-floating--global .nct-ui-floating__button span {
  position: absolute !important;
  right: calc(100% + 12px) !important;
  top: 50% !important;
  width: max-content !important;
  max-width: 210px !important;
  padding: 8px 11px !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #003b73 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(8px, -50%) !important;
  transition: opacity 0.18s ease, transform 0.18s ease !important;
}

body.nct-ui-floating-enabled .nct-ui-floating--global .nct-ui-floating__button:hover span,
body.nct-ui-floating-enabled .nct-ui-floating--global .nct-ui-floating__button:focus span {
  opacity: 1 !important;
  transform: translate(0, -50%) !important;
}

body.nct-ui-floating-enabled .nct-ui-floating--global .nct-ui-floating__button::before {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  content: "" !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

body.nct-ui-floating-enabled .nct-ui-floating__button--phone::before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 11.19 18a19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.1 3.18 2 2 0 0 1 4.11 1h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 8.91a16 16 0 0 0 7 7l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.92Z' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body.nct-ui-floating-enabled .nct-ui-floating__button--messenger::before {
  background-image: url("../icons/messenger.svg") !important;
}

body.nct-ui-floating-enabled .nct-ui-floating__button--zalo-consultant::before,
body.nct-ui-floating-enabled .nct-ui-floating__button--zalo-oa::before {
  width: 30px !important;
  height: 30px !important;
  margin-top: -7px !important;
  background-image: url("../icons/zalo.svg") !important;
}

body.nct-ui-floating-enabled .nct-ui-floating__button--zalo-consultant::after,
body.nct-ui-floating-enabled .nct-ui-floating__button--zalo-oa::after {
  position: absolute !important;
  right: 50% !important;
  bottom: 8px !important;
  z-index: 3 !important;
  display: grid !important;
  min-width: 24px !important;
  height: 15px !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-size: 8.5px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  box-shadow: none !important;
  transform: translateX(50%) !important;
}

body.nct-ui-floating-enabled .nct-ui-floating__button--zalo-consultant::after {
  background: #ff7a00 !important;
  content: "TV" !important;
}

body.nct-ui-floating-enabled .nct-ui-floating__button--zalo-oa::after {
  background: #005baa !important;
  content: "OA" !important;
}

body.nct-ui-floating-enabled .nct-ui-floating--global .nct-ui-floating__button--zalo-consultant {
  box-shadow: 0 14px 34px rgba(255, 122, 0, 0.18) !important;
}

body.nct-ui-floating-enabled .nct-ui-floating--global .nct-ui-floating__button--zalo-oa {
  box-shadow: 0 14px 34px rgba(0, 91, 170, 0.22) !important;
}

body.nct-ui-floating-enabled .nct-ui-floating__button--map::before {
  background-image: url("../icons/map.svg") !important;
}

body.nct-ui-floating-enabled .nct-ui-floating__button--register::before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='11' y='7' width='26' height='34' rx='5' fill='%23005BAA'/%3E%3Cpath d='M18 17h12M18 23h12M18 29h7' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M29 33l3 3 6-8' stroke='%23F6B800' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

@keyframes nct-ui-floating-breathe {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.2);
  }
  50% {
    transform: translateY(-3px) scale(1.035);
    box-shadow: 0 18px 42px rgba(0, 91, 170, 0.26);
  }
}

@keyframes nct-ui-floating-phone-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 122, 0, 0.34), 0 14px 34px rgba(255, 122, 0, 0.28);
    transform: scale(1);
  }
  70% {
    box-shadow: 0 0 0 13px rgba(255, 122, 0, 0), 0 18px 42px rgba(255, 122, 0, 0.3);
    transform: scale(1.04);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 122, 0, 0), 0 14px 34px rgba(255, 122, 0, 0.28);
    transform: scale(1);
  }
}

body.nct-ui-floating-enabled .zalo-chat-widget,
body.nct-ui-floating-enabled .zalo-container,
body.nct-ui-floating-enabled .zalo-chat-widget-container {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.nct-ui-floating-enabled .zalo-chat-widget iframe,
body.nct-ui-floating-enabled .zalo-container iframe,
body.nct-ui-floating-enabled .zalo-chat-widget-container iframe {
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__grid {
  grid-template-columns: minmax(260px, 1.15fr) minmax(220px, 0.95fr) minmax(300px, 1.3fr) minmax(220px, 0.9fr) !important;
  align-items: start !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand {
  display: grid !important;
  grid-template-columns: 86px minmax(0, 1fr) !important;
  column-gap: 16px !important;
  row-gap: 4px !important;
  align-items: center !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand img {
  grid-row: 1 / span 2 !important;
  width: 86px !important;
  height: 86px !important;
  max-width: 86px !important;
  max-height: 86px !important;
  object-fit: contain !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand strong,
body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand span {
  display: block !important;
  text-align: left !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand strong {
  font-size: 17px !important;
  line-height: 1.25 !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand span {
  font-size: 11px !important;
  color: #ffb25a !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__social {
  grid-column: 1 / -1 !important;
  justify-content: flex-start !important;
  margin-top: 20px !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__contact,
body.nct-ui-global-footer-enabled .nct-ui-global-footer__block p {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: start !important;
  min-height: 34px !important;
  margin: 0 0 12px !important;
  color: #ffffff !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__contact::before,
body.nct-ui-global-footer-enabled .nct-ui-global-footer__block p::before {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  background-color: rgba(255, 255, 255, 0.96) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 19px 19px !important;
  content: "" !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__contact--phone::before {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.79 19.79 0 0 1 11.19 18a19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.1 3.18 2 2 0 0 1 4.11 1h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.68 2.8a2 2 0 0 1-.45 2.11L8.09 8.91a16 16 0 0 0 7 7l1.27-1.27a2 2 0 0 1 2.11-.45c.9.32 1.84.55 2.8.68A2 2 0 0 1 22 16.92Z' stroke='%23005BAA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__contact--email::before {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6h16v12H4V6Z' stroke='%23005BAA' stroke-width='2.2' stroke-linejoin='round'/%3E%3Cpath d='m4 7 8 6 8-6' stroke='%23005BAA' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__contact--website::before {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23005BAA' stroke-width='2.2'/%3E%3Cpath d='M3 12h18M12 3c2.4 2.5 3.6 5.5 3.6 9S14.4 18.5 12 21c-2.4-2.5-3.6-5.5-3.6-9S9.6 5.5 12 3Z' stroke='%23005BAA' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__block p::before {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s7-5.8 7-12A7 7 0 1 0 5 10c0 6.2 7 12 7 12Z' stroke='%23005BAA' stroke-width='2.2' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='10' r='2.4' fill='%23FF7A00'/%3E%3C/svg%3E") !important;
}

@media (max-width: 980px) {
  body.nct-ui-global-footer-enabled .nct-ui-global-footer__grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 768px) {
  body.nct-ui-floating-enabled .nct-ui-floating--global {
    right: 12px !important;
    width: 54px !important;
    gap: 9px !important;
  }

  body.nct-ui-floating-enabled .nct-ui-floating--global .nct-ui-floating__button {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
  }

  body.nct-ui-floating-enabled .nct-ui-floating--global .nct-ui-floating__button::before {
    width: 30px !important;
    height: 30px !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__grid {
    grid-template-columns: 1fr !important;
  }
}

/* Footer repair: round logo only, readable address columns, no leftover orange/red legacy bar. */
body.nct-ui-floating-enabled .quick-links-bar,
body.nct-ui-floating-enabled .quick-links,
body.nct-ui-floating-enabled .quick-links-bar *,
body.nct-ui-floating-enabled .quick-links * {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.nct-ui-floating-enabled::after,
body.nct-ui-floating-enabled::before {
  border-bottom: 0 !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 46px 0 28px !important;
  border: 0 !important;
  border-bottom: 0 !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__inner {
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__grid {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.05fr) minmax(230px, 0.9fr) minmax(360px, 1.45fr) minmax(250px, 1fr) !important;
  gap: 34px !important;
  align-items: start !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) !important;
  gap: 6px 14px !important;
  align-items: center !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand img {
  grid-row: 1 / span 2 !important;
  display: block !important;
  width: 82px !important;
  height: 82px !important;
  max-width: 82px !important;
  max-height: 82px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  object-fit: cover !important;
  background: #ffffff !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand strong {
  display: block !important;
  max-width: 220px !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand span {
  display: block !important;
  max-width: 220px !important;
  margin: 0 !important;
  color: #ffb25a !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__social {
  grid-column: 1 / -1 !important;
  display: flex !important;
  justify-content: flex-start !important;
  gap: 9px !important;
  margin: 18px 0 0 !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__block {
  min-width: 0 !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__block h3 {
  margin: 0 0 14px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__contact,
body.nct-ui-global-footer-enabled .nct-ui-global-footer__block p {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 10px !important;
  align-items: flex-start !important;
  width: auto !important;
  max-width: 390px !important;
  min-height: 0 !important;
  margin: 0 0 12px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__contact::before,
body.nct-ui-global-footer-enabled .nct-ui-global-footer__block p::before {
  flex: 0 0 34px !important;
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__block p strong {
  display: inline !important;
  margin: 0 4px 0 0 !important;
  color: #ffffff !important;
  white-space: nowrap !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__links a {
  display: block !important;
  margin: 0 0 10px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__media {
  display: grid !important;
  grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr) !important;
  gap: 24px !important;
  margin-top: 28px !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__bottom {
  margin-top: 26px !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__bottom,
body.nct-ui-global-footer-enabled .nct-ui-global-footer__bottom p {
  border-bottom: 0 !important;
}

@media (max-width: 1180px) {
  body.nct-ui-global-footer-enabled .nct-ui-global-footer__grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 768px) {
  body.nct-ui-global-footer-enabled .nct-ui-global-footer {
    padding: 36px 0 24px !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__inner {
    width: min(100% - 28px, 520px) !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__grid,
  body.nct-ui-global-footer-enabled .nct-ui-global-footer__media {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand strong,
  body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand span {
    max-width: none !important;
  }
}

/* CTA final cleanup: icon-only stack, no hidden legacy bubbles behind it. */
body.nct-ui-floating-enabled .nct-ui-floating--global {
  z-index: 2147483000 !important;
  gap: 13px !important;
}

body.nct-ui-floating-enabled .nct-ui-floating--global .nct-ui-floating__button--register {
  display: none !important;
}

body.nct-ui-floating-enabled .nct-ui-floating--global .nct-ui-floating__button > span {
  position: absolute !important;
  display: block !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: none !important;
}

body.nct-ui-floating-enabled .nct-ui-floating--global .nct-ui-floating__button:hover > span,
body.nct-ui-floating-enabled .nct-ui-floating--global .nct-ui-floating__button:focus > span {
  opacity: 0 !important;
  transform: none !important;
}

body.nct-ui-floating-enabled .floating-buttons,
body.nct-ui-floating-enabled .floating-button,
body.nct-ui-floating-enabled .float-contact,
body.nct-ui-floating-enabled .hotline-phone-ring-wrap,
body.nct-ui-floating-enabled .hotline-phone-ring,
body.nct-ui-floating-enabled .hotline-phone-ring-circle,
body.nct-ui-floating-enabled .hotline-phone-ring-circle-fill,
body.nct-ui-floating-enabled .hotline-phone-ring-img-circle,
body.nct-ui-floating-enabled .zalo-chat-widget,
body.nct-ui-floating-enabled .zalo-container,
body.nct-ui-floating-enabled .zalo-chat-widget-container,
body.nct-ui-floating-enabled #btn-click_to_call,
body.nct-ui-floating-enabled #btn-facebook,
body.nct-ui-floating-enabled #btn-contact_form,
body.nct-ui-floating-enabled #btn-google_map,
body.nct-ui-floating-enabled [class*="zalo"]:not([class*="nct-ui-"]),
body.nct-ui-floating-enabled [class*="hotline"]:not([class*="nct-ui-"]) {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Official Zalo OA widget rendered by this plugin. */
body .nct-ui-zalo-widget {
  position: fixed !important;
  right: 22px !important;
  bottom: 22px !important;
  left: auto !important;
  top: auto !important;
  z-index: 2147482500 !important;
  display: block !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body .nct-ui-zalo-widget .zalo-chat-widget,
body.nct-ui-floating-enabled .nct-ui-zalo-widget .zalo-chat-widget,
body.nct-ui-floating-enabled .nct-ui-zalo-widget [class*="zalo"] {
  position: static !important;
  display: block !important;
  visibility: visible !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

body .nct-ui-zalo-widget .zalo-chat-widget::before,
body .nct-ui-zalo-widget .zalo-chat-widget::after,
body.nct-ui-floating-enabled .nct-ui-zalo-widget [class*="zalo"]::before,
body.nct-ui-floating-enabled .nct-ui-zalo-widget [class*="zalo"]::after {
  display: none !important;
}

body .nct-ui-zalo-widget iframe,
body.nct-ui-floating-enabled .nct-ui-zalo-widget iframe {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.nct-ui-google-translate-element {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

body.nct-ui-global-header-enabled > .skiptranslate,
body.nct-ui-global-header-enabled .goog-te-banner-frame,
body.nct-ui-global-header-enabled .goog-te-balloon-frame {
  display: none !important;
}

body.nct-ui-global-header-enabled {
  top: 0 !important;
}

@media (max-width: 768px) {
  body .nct-ui-zalo-widget {
    right: 14px !important;
    bottom: 16px !important;
  }
}

/* Language switcher: flags stay stable while Google Translate changes page text. */
.nct-ui-header .nct-ui-header__language {
  isolation: isolate;
}

.nct-ui-header .nct-ui-header__language-flag,
.nct-ui-header .nct-ui-header__language-option-flag,
.nct-ui-header .nct-ui-header__language-menu a span {
  display: inline-grid;
  width: 28px;
  min-width: 28px;
  height: 22px;
  place-items: center;
  border-radius: 6px;
  background: #ffffff;
  color: inherit;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.1);
}

.nct-ui-header .nct-ui-header__language-button {
  gap: 8px;
  min-width: 76px;
}

.nct-ui-header .nct-ui-header__language-button strong {
  min-width: 22px;
  color: #0f172a;
  font-size: 13px;
  text-align: left;
}

.nct-ui-header .nct-ui-header__language-menu {
  width: 188px;
  border-radius: 10px;
}

.nct-ui-header .nct-ui-header__language-menu a {
  gap: 11px;
  min-height: 46px;
}

.nct-ui-header .nct-ui-header__language-menu a strong {
  color: #1e293b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.nct-ui-header .nct-ui-header__language-flag,
.nct-ui-header .nct-ui-header__language-option-flag,
.nct-ui-header .nct-ui-header__language-menu a span.nct-ui-header__language-option-flag {
  overflow: hidden;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: transparent;
  font-size: 0;
  text-indent: -999px;
}

.nct-ui-header .nct-ui-header__language-flag--vi {
  background-image: url("../icons/flag-vn.svg");
}

.nct-ui-header .nct-ui-header__language-flag--gb {
  background-image: url("../icons/flag-gb.svg");
}

.nct-ui-header .nct-ui-header__language-flag--kr {
  background-image: url("../icons/flag-kr.svg");
}

.nct-ui-header .nct-ui-header__language-flag--cn {
  background-image: url("../icons/flag-cn.svg");
}

/* Live homepage programs: prevent the opened major list from being cramped. */
body.home .nct-homepage .program-card,
body.page-id-12214 .nct-homepage .program-card {
  aspect-ratio: 1.08 / 1 !important;
}

body.home .nct-homepage .program-label,
body.page-id-12214 .nct-homepage .program-label {
  min-height: 152px;
  gap: 8px !important;
  padding: 17px 18px 16px !important;
  overflow: visible;
}

body.home .nct-homepage .program-label span,
body.page-id-12214 .nct-homepage .program-label span {
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.18;
}

body.home .nct-homepage .program-label ul,
body.page-id-12214 .nct-homepage .program-label ul,
body.home .nct-homepage .program-card:hover .program-label ul,
body.page-id-12214 .nct-homepage .program-card:hover .program-label ul,
body.home .nct-homepage .program-label ul.active,
body.page-id-12214 .nct-homepage .program-label ul.active {
  display: grid !important;
  gap: 4px !important;
  max-height: 240px !important;
  margin-top: 0 !important;
  overflow: visible !important;
  opacity: 1 !important;
}

body.home .nct-homepage .program-label ul li,
body.page-id-12214 .nct-homepage .program-label ul li {
  display: flex !important;
  min-height: 16px !important;
  align-items: flex-start !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
  white-space: normal !important;
}

body.home .nct-homepage .program-label ul li img,
body.page-id-12214 .nct-homepage .program-label ul li img {
  flex: 0 0 14px !important;
  width: 14px !important;
  height: 14px !important;
  margin-top: 1px !important;
}

@media (max-width: 900px) {
  body.home .nct-homepage .program-card,
  body.page-id-12214 .nct-homepage .program-card {
    aspect-ratio: 1.45 / 1 !important;
  }

  body.home .nct-homepage .program-label,
  body.page-id-12214 .nct-homepage .program-label {
    min-height: 140px;
  }
}

@media (max-width: 576px) {
  body.home .nct-homepage .program-card,
  body.page-id-12214 .nct-homepage .program-card {
    aspect-ratio: 0.98 / 1 !important;
  }

  body.home .nct-homepage .program-label,
  body.page-id-12214 .nct-homepage .program-label {
    min-height: 148px;
    padding: 14px !important;
  }

  body.home .nct-homepage .program-label span,
  body.page-id-12214 .nct-homepage .program-label span {
    font-size: 17px;
  }

  body.home .nct-homepage .program-label ul li,
body.page-id-12214 .nct-homepage .program-label ul li {
    font-size: 13px !important;
  }
}

/* Global footer social logos: use real icon assets instead of text initials. */
.nct-ui-global-footer .nct-ui-global-footer__social-link,
body.nct-ui-global-footer-enabled .nct-ui-global-footer .nct-ui-global-footer__social-link {
  position: relative !important;
  display: inline-grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease !important;
}

.nct-ui-global-footer .nct-ui-global-footer__social-link:hover,
.nct-ui-global-footer .nct-ui-global-footer__social-link:focus,
body.nct-ui-global-footer-enabled .nct-ui-global-footer .nct-ui-global-footer__social-link:hover,
body.nct-ui-global-footer-enabled .nct-ui-global-footer .nct-ui-global-footer__social-link:focus {
  background: #ffffff !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18) !important;
  transform: translateY(-2px) !important;
}

.nct-ui-global-footer .nct-ui-global-footer__social-link::before,
body.nct-ui-global-footer-enabled .nct-ui-global-footer .nct-ui-global-footer__social-link::before {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  content: "" !important;
}

.nct-ui-global-footer .nct-ui-global-footer__social-link span,
body.nct-ui-global-footer-enabled .nct-ui-global-footer .nct-ui-global-footer__social-link span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.nct-ui-global-footer__social-link--youtube::before {
  background-image: url("../icons/youtube.svg") !important;
}

.nct-ui-global-footer__social-link--tiktok::before {
  background-image: url("../icons/tiktok.svg") !important;
}

.nct-ui-global-footer__social-link--x::before {
  background-image: url("../icons/x.svg") !important;
}

.nct-ui-global-footer__social-link--instagram::before {
  background-image: url("../icons/instagram.svg") !important;
}

.nct-ui-global-footer__social-link--zalo::before {
  background-image: url("../icons/zalo.svg") !important;
}

/* Footer address readability: keep each address as one coherent text block. */
body.nct-ui-global-footer-enabled .nct-ui-global-footer__inner {
  width: min(1280px, calc(100% - 48px)) !important;
  max-width: 1280px !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__grid {
  grid-template-columns: minmax(245px, 0.95fr) minmax(235px, 0.9fr) minmax(470px, 1.75fr) minmax(245px, 0.9fr) !important;
  gap: 28px !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__block p {
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  column-gap: 11px !important;
  align-items: flex-start !important;
  max-width: none !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__address-text {
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__address-text strong {
  display: inline !important;
  margin: 0 6px 0 0 !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

@media (max-width: 1180px) {
  body.nct-ui-global-footer-enabled .nct-ui-global-footer__grid {
    grid-template-columns: minmax(245px, 1fr) minmax(430px, 1.45fr) minmax(230px, 0.9fr) !important;
  }
}

@media (max-width: 900px) {
  body.nct-ui-global-footer-enabled .nct-ui-global-footer__inner {
    width: min(100% - 32px, 720px) !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__grid {
    grid-template-columns: 1fr !important;
  }
}

/* Footer final structure: brand gets a full-width top row, mobile stays compact. */
body.nct-ui-global-footer-enabled .nct-ui-global-footer__grid {
  grid-template-columns: minmax(260px, 0.95fr) minmax(500px, 1.55fr) minmax(250px, 0.9fr) !important;
  gap: 28px 36px !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) auto !important;
  gap: 8px 18px !important;
  align-items: center !important;
  padding-bottom: 24px !important;
  margin-bottom: 2px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand img {
  grid-row: 1 / span 2 !important;
  width: 92px !important;
  height: 92px !important;
  max-width: 92px !important;
  max-height: 92px !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand strong {
  max-width: 760px !important;
  font-size: clamp(20px, 2.1vw, 30px) !important;
  line-height: 1.12 !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand span {
  max-width: 760px !important;
  font-size: clamp(11px, 1vw, 13px) !important;
  line-height: 1.25 !important;
}

body.nct-ui-global-footer-enabled .nct-ui-global-footer__social {
  grid-column: 3 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  justify-self: end !important;
  margin: 0 !important;
}

.nct-ui-global-footer__mobile-actions {
  display: none;
}

@media (max-width: 1180px) {
  body.nct-ui-global-footer-enabled .nct-ui-global-footer__grid {
    grid-template-columns: minmax(230px, 0.9fr) minmax(420px, 1.35fr) minmax(220px, 0.85fr) !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand {
    grid-template-columns: 86px minmax(0, 1fr) !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__social {
    grid-column: 2 !important;
    grid-row: 3 !important;
    justify-self: start !important;
    margin-top: 8px !important;
  }
}

@media (max-width: 768px) {
  body.nct-ui-global-footer-enabled .nct-ui-global-footer {
    padding: 28px 0 18px !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__grid {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand {
    grid-template-columns: 76px minmax(0, 1fr) !important;
    gap: 6px 14px !important;
    padding-bottom: 18px !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand img {
    width: 76px !important;
    height: 76px !important;
    max-width: 76px !important;
    max-height: 76px !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand strong {
    font-size: 17px !important;
    line-height: 1.16 !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__brand span {
    font-size: 9.5px !important;
    line-height: 1.25 !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__social {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    justify-self: start !important;
    margin-top: 8px !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__block h3 {
    margin-bottom: 10px !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__links {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px 18px !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__links h3 {
    grid-column: 1 / -1 !important;
    margin-top: 4px !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__media {
    display: none !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__mobile-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 18px !important;
  }

  body.nct-ui-global-footer-enabled .nct-ui-global-footer__mobile-actions a {
    display: inline-flex !important;
    min-height: 42px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
    background: rgba(255, 255, 255, 0.13) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }
}

/* Header desktop compact mode: keep school name on one line and show flag assets. */
@media (min-width: 1025px) {
  body.nct-ui-global-header-enabled .nct-ui-header__brandbar-inner {
    gap: 18px !important;
  }

  body.nct-ui-global-header-enabled .nct-ui-header__brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  body.nct-ui-global-header-enabled .nct-ui-header__brand-copy {
    min-width: 0 !important;
  }

  body.nct-ui-global-header-enabled .nct-ui-header__brand-full {
    display: block !important;
    max-width: none !important;
    overflow: visible !important;
    white-space: nowrap !important;
  }

  body.nct-ui-global-header-enabled .nct-ui-header__brand-copy strong {
    max-width: none !important;
    overflow: visible !important;
    font-size: clamp(18px, 1.62vw, 22px) !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
  }

  body.nct-ui-global-header-enabled .nct-ui-header__brand-copy em {
    white-space: nowrap !important;
  }

  body.nct-ui-global-header-enabled .nct-ui-header__brand-actions {
    flex: 0 0 auto !important;
    gap: 8px !important;
  }

  body.nct-ui-global-header-enabled .nct-ui-header__phone {
    min-width: 118px !important;
    padding: 7px 10px !important;
  }

  body.nct-ui-global-header-enabled .nct-ui-header__phone span {
    font-size: 10px !important;
  }

  body.nct-ui-global-header-enabled .nct-ui-header__phone strong {
    font-size: 13px !important;
  }

  body.nct-ui-global-header-enabled .nct-ui-header__language-button {
    min-width: 86px !important;
    min-height: 40px !important;
    padding: 0 8px !important;
  }

  body.nct-ui-global-header-enabled .nct-ui-header__cta {
    min-height: 40px !important;
    padding: 9px 14px !important;
    font-size: 13px !important;
  }
}

body.nct-ui-global-header-enabled .nct-ui-header .nct-ui-header__language-flag,
body.nct-ui-global-header-enabled .nct-ui-header .nct-ui-header__language-option-flag,
body.nct-ui-global-header-enabled .nct-ui-header .nct-ui-header__language-menu a span.nct-ui-header__language-option-flag {
  display: inline-block !important;
  width: 30px !important;
  min-width: 30px !important;
  height: 21px !important;
  overflow: hidden !important;
  border-radius: 5px !important;
  background-color: #ffffff !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.13) !important;
}

body.nct-ui-global-header-enabled .nct-ui-header .nct-ui-header__language-flag--vi {
  background-image: url("../icons/flag-vn.svg") !important;
}

body.nct-ui-global-header-enabled .nct-ui-header .nct-ui-header__language-flag--gb {
  background-image: url("../icons/flag-gb.svg") !important;
}

body.nct-ui-global-header-enabled .nct-ui-header .nct-ui-header__language-flag--kr {
  background-image: url("../icons/flag-kr.svg") !important;
}

body.nct-ui-global-header-enabled .nct-ui-header .nct-ui-header__language-flag--cn {
  background-image: url("../icons/flag-cn.svg") !important;
}

