@charset "UTF-8";
/**
 * TheAnhLive DC — FIXED SHELL (khung)
 * ============================================================
 * SoT for EVERY DC page (home + dịch vụ). Load LAST.
 *
 * LOCKED (do not restyle per page):
 *   - Header: sticky 56px, logo, nav, CTA "Khám shop miễn phí"
 *   - Footer: dark 4-col + absolute bar
 *   - Page chrome: body/#main bg, full-bleed break of Flatsome row
 *
 * VARIABLE (per page, inside .tal-dc only):
 *   - Hero / sections / cards / CTA band content
 *
 * Template: page-tal-dc.php
 * Body class: tal-dc-page
 */
body.tal-dc-page {
  --tal-dc-bg: #F6F8FC;
  --tal-dc-text: #0B1A33;
  --tal-dc-muted: #5B6B84;
  --tal-dc-soft: #8494AC;
  --tal-dc-border: #E3E8F0;
  --tal-dc-accent: #0F62FE;
  --tal-dc-accent-hover: #0A4ACB;
  --tal-dc-accent-soft: #63A0FF;
  --tal-dc-green: #22A45D;
  --tal-dc-live: #3DDC84;
  --tal-dc-dark: #0A1733;
  --tal-dc-darker: #071227;
  --tal-dc-panel: #0D1B36;
  --tal-dc-max: 1240px;
  --tal-dc-font: "Be Vietnam Pro", system-ui, sans-serif;
  --tal-dc-mono: "IBM Plex Mono", ui-monospace, monospace;
  background: var(--tal-dc-bg) !important;
  color: var(--tal-dc-text);
  font-family: var(--tal-dc-font);
  -webkit-font-smoothing: antialiased;
}

body.tal-ds-saas.tal-dc-page,
body.tal-ds-saas.tal-dc-page #main,
body.tal-ds-saas.tal-dc-page .page-wrapper,
body.tal-ds-saas.tal-dc-page .content-area,
body.tal-dc-page #main,
body.tal-dc-page .page-wrapper,
body.tal-dc-page .content-area,
body.tal-dc-page .tal-dc-frame__content {
  background: var(--tal-dc-bg) !important;
}

/* ---- Full-bleed: Flatsome must not contain DC bands ---- */
body.tal-dc-page .tal-dc-section,
body.tal-dc-page .tal-dc-section > .section-content,
body.tal-dc-page .tal-dc-section .row,
body.tal-dc-page .tal-dc-section .row.container,
body.tal-dc-page .tal-dc-section .section-content.relative {
  max-width: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.tal-dc-page .tal-dc-section .col,
body.tal-dc-page .tal-dc-section .col.large-12,
body.tal-dc-page .tal-dc-section .col-inner {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
body.tal-dc-page .tal-dc {
  width: 100%;
  max-width: none;
  background: var(--tal-dc-bg);
  color: var(--tal-dc-text);
  font-family: var(--tal-dc-font);
}
body.tal-dc-page .tal-dc-hero,
body.tal-dc-page .tal-dc-ticker,
body.tal-dc-page .tal-dc-flow,
body.tal-dc-page .tal-dc-cta,
body.tal-dc-page .tal-dc-band {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
}

/* ---- Content bands (full-bleed backgrounds; inner max 1240) ---- */
body.tal-dc-page .tal-dc-band--soft { background: var(--tal-dc-bg); }
body.tal-dc-page .tal-dc-band--light { background: #fff; }
body.tal-dc-page .tal-dc-band--dark {
  background: var(--tal-dc-dark);
  color: #fff;
}
body.tal-dc-page .tal-dc-band > .tal-dc-sec,
body.tal-dc-page .tal-dc-band > .tal-dc-wrap {
  max-width: var(--tal-dc-max);
  margin-left: auto;
  margin-right: auto;
}

/* ---- HEADER (locked) ---- */
body.tal-ds-saas.tal-dc-page .header-wrapper,
body.tal-dc-page .header-wrapper {
  position: sticky !important;
  top: 0 !important;
  z-index: 60 !important;
  background: rgba(246, 248, 252, 0.86) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--tal-dc-border) !important;
  box-shadow: none !important;
  height: 56px !important;
}
body.tal-ds-saas.tal-dc-page .header-main,
body.tal-dc-page .header-main {
  min-height: 56px !important;
  height: 56px !important;
  position: relative !important;
  z-index: 2 !important;
  background: transparent !important;
}
body.tal-dc-page .header-main .header-inner.container {
  max-width: var(--tal-dc-max) !important;
  padding: 0 24px !important;
  min-height: 56px !important;
  height: 56px !important;
  align-items: center !important;
}
body.tal-dc-page .header-main #logo,
body.tal-dc-page .header-main .logo,
body.tal-dc-page .header-main .flex-col.logo {
  position: relative !important;
  z-index: 5 !important;
  pointer-events: auto !important;
}
body.tal-dc-page .header-main .logo img,
body.tal-dc-page .header-main .header-logo img,
body.tal-dc-page .header-main .header_logo {
  max-height: 30px !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
}
body.tal-dc-page .header-main .header_logo,
body.tal-dc-page .header-main img.header-logo:not(.header-logo-dark) {
  display: block !important;
}
body.tal-dc-page .header-main .header-logo-dark,
body.tal-dc-page .header-main img.header-logo-dark {
  display: none !important;
}
body.tal-dc-page .header-main .flex-col.flex-right,
body.tal-dc-page .header-main .header-button,
body.tal-dc-page .header-main li.header-button-1 {
  position: relative !important;
  z-index: 5 !important;
  pointer-events: auto !important;
}

body.tal-ds-saas.tal-dc-page .header-bottom,
body.tal-ds-saas.tal-dc-page #wide-nav.header-bottom,
body.tal-ds-saas.tal-dc-page .header-wrapper .header-bottom,
body.tal-dc-page .header-bottom,
body.tal-dc-page #wide-nav.header-bottom,
body.tal-dc-page .header-wrapper .header-bottom {
  display: flex !important;
  visibility: visible !important;
  pointer-events: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  z-index: 3 !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
}
body.tal-dc-page .header-bottom .flex-row.container {
  width: 100% !important;
  max-width: var(--tal-dc-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 168px 0 156px !important;
  pointer-events: none !important;
  background: transparent !important;
}
body.tal-dc-page .header-bottom .nav {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  height: 56px !important;
  max-width: 100% !important;
  margin: 0 !important;
  gap: 0 !important;
}
body.tal-dc-page .header-bottom .nav > li {
  flex: 0 0 auto !important;
  margin: 0 !important;
}
body.tal-dc-page .header-bottom .nav,
body.tal-dc-page .header-bottom .nav > li,
body.tal-dc-page .header-bottom .nav > li > a {
  pointer-events: auto !important;
}

body.tal-ds-saas.tal-dc-page .header-bottom .nav > li > a,
body.tal-ds-saas.home.tal-dc-page .header-bottom .nav > li > a,
body.tal-dc-page .header-bottom .nav > li > a,
body.tal-dc-page .header-nav-main > li > a {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #42536B !important;
  padding: 8px 8px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  border-radius: 8px !important;
  white-space: nowrap !important;
  background: transparent !important;
}
body.tal-ds-saas.tal-dc-page .header-bottom .nav > li > a:hover,
body.tal-ds-saas.tal-dc-page .header-bottom .nav > li.active > a,
body.tal-ds-saas.tal-dc-page .header-bottom .nav > li.current-menu-item > a,
body.tal-ds-saas.home.tal-dc-page .header-bottom .nav > li > a:hover,
body.tal-ds-saas.home.tal-dc-page .header-bottom .nav > li.current-menu-item > a,
body.tal-dc-page .header-bottom .nav > li > a:hover,
body.tal-dc-page .header-bottom .nav > li.active > a,
body.tal-dc-page .header-bottom .nav > li.current-menu-item > a {
  color: var(--tal-dc-accent) !important;
  background: transparent !important;
}

body.tal-ds-saas.tal-dc-page .header-button .button,
body.tal-ds-saas.home.tal-dc-page .header-button .button,
body.tal-dc-page .header-button .button,
body.tal-dc-page .header-button a.button,
body.tal-dc-page li.header-button-1 a.button,
body.tal-dc-page .header-wrapper a.button.primary,
body.tal-dc-page .header .header-button .button,
body.tal-dc-page .header .header-button .button.success,
body.tal-dc-page .header .header-button .button.primary,
body.tal-dc-page.tal-ds-v4 .header .header-button .button.primary {
  background: #0F62FE !important;
  background-color: #0F62FE !important;
  background-image: none !important;
  border-color: #0F62FE !important;
  color: #fff !important;
  border-radius: 9px !important;
  padding: 10px 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: 0 6px 18px rgba(15, 98, 254, 0.28) !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  position: relative !important;
  z-index: 6 !important;
}
body.tal-dc-page .header-button .button:hover,
body.tal-dc-page .header-wrapper a.button.primary:hover,
body.tal-dc-page .header .header-button .button:hover {
  background: #0A4ACB !important;
  background-color: #0A4ACB !important;
  border-color: #0A4ACB !important;
  color: #fff !important;
}

body.tal-dc-page .header-cart,
body.tal-dc-page .cart-item,
body.tal-dc-page .header-search {
  display: none !important;
}

@media (max-width: 849px) {
  body.tal-dc-page .header-bottom,
  body.tal-dc-page #wide-nav.header-bottom {
    display: none !important;
  }
  body.tal-dc-page .header-main {
    height: auto !important;
    min-height: 56px !important;
  }
  body.tal-dc-page .header-wrapper {
    height: auto !important;
  }
}

/* ---- FOOTER (locked) ---- */
body.tal-ds-saas.tal-dc-page .footer-wrapper,
body.tal-ds-saas.tal-dc-page #footer,
body.tal-ds-saas.tal-dc-page .tal-site-footer,
body.tal-dc-page .footer-wrapper,
body.tal-dc-page #footer,
body.tal-dc-page .tal-site-footer,
body.tal-dc-page #section_2085574863,
body.tal-dc-page .tal-site-footer .section-bg,
body.tal-dc-page .tal-site-footer .bg {
  background: var(--tal-dc-darker) !important;
  background-color: var(--tal-dc-darker) !important;
  color: #A9BAD4 !important;
}
body.tal-dc-page .tal-site-footer,
body.tal-dc-page #section_2085574863 {
  margin-top: 0 !important;
  padding: 52px 0 26px !important;
}
body.tal-dc-page .tal-site-footer .section-content {
  max-width: var(--tal-dc-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
body.tal-dc-page .tal-site-footer__row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  max-width: var(--tal-dc-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  gap: 0 !important;
}
body.tal-dc-page .tal-site-footer__row > .col {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  float: none !important;
  padding: 0 18px 24px 0 !important;
  margin: 0 !important;
}
body.tal-dc-page .tal-site-footer__row > .col:first-child {
  flex: 1.5 1 220px !important;
  max-width: none !important;
  width: auto !important;
}
body.tal-dc-page .tal-site-footer__row > .col:not(:first-child) {
  flex: 1 1 160px !important;
  max-width: none !important;
  width: auto !important;
}
body.tal-dc-page .tal-site-footer__eyebrow {
  display: block !important;
  width: 150px !important;
  height: 30px !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  background: url("https://theanhlive.com/wp-content/uploads/2026/09/logo-theanhlive.png") left center / contain no-repeat !important;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}
body.tal-dc-page .tal-site-footer__heading {
  margin: 0 0 14px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-transform: none !important;
}
body.tal-dc-page .tal-site-footer__lead,
body.tal-dc-page .tal-site-footer__links li,
body.tal-dc-page .tal-site-footer__contact li,
body.tal-dc-page .footer-wrapper a,
body.tal-dc-page #footer a {
  color: #A9BAD4 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}
body.tal-dc-page .footer-wrapper a:hover,
body.tal-dc-page #footer a:hover {
  color: #fff !important;
}
body.tal-dc-page .tal-site-footer__links,
body.tal-dc-page .tal-site-footer__contact {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 9px !important;
}
body.tal-dc-page .tal-site-footer .button,
body.tal-dc-page .tal-site-footer .button.primary {
  background: var(--tal-dc-accent) !important;
  border-color: var(--tal-dc-accent) !important;
  color: #fff !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
}
body.tal-dc-page .absolute-footer,
body.tal-dc-page #footer .absolute-footer,
body.tal-dc-page .footer-wrapper .absolute-footer {
  display: block !important;
  visibility: visible !important;
  background: var(--tal-dc-darker) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #A9BAD4 !important;
  padding: 16px 0 !important;
  margin: 0 !important;
}
body.tal-dc-page .absolute-footer .container {
  max-width: var(--tal-dc-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
body.tal-dc-page .absolute-footer .copyright-footer {
  font-size: 13px !important;
  color: #A9BAD4 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: space-between !important;
  width: 100% !important;
}
body.tal-dc-page .absolute-footer .copyright-footer::before {
  content: "© 2026 TheAnhLive.com · 293/63 Tam Trinh, Hà Nội";
}
body.tal-dc-page .absolute-footer .copyright-footer::after {
  content: "Thu hút khách · Tăng chuyển đổi · Từng bước tự động hóa bằng AI";
}

@media (max-width: 849px) {
  body.tal-dc-page .tal-site-footer__row > .col,
  body.tal-dc-page .tal-site-footer__row > .col:first-child,
  body.tal-dc-page .tal-site-footer__row > .col:not(:first-child) {
    flex: 1 1 100% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
}
