/*
 * Thiên Hà Express design system
 * Loaded last so it can progressively replace the legacy theme without
 * changing the markup or any ordering/account flows.
 */
/* Foundation — tokens are the only source for global colour, type and spacing choices. */
:root {
  --color-brand-blue: #0072bc;
  --color-brand-blue-strong: #00548d;
  --color-brand-blue-subtle: #edf8ff;
  --color-brand-green: #35b44a;
  --color-brand-green-strong: #168534;
  --color-brand-red: #e72f52;
  --color-text-heading: #12324a;
  --color-text-body: #43586a;
  --color-text-muted: #728598;
  --color-border: #dbe8f0;
  --color-surface: #ffffff;
  --color-canvas: #f5f9fc;
  --color-focus: #0072bc;
  --font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-2xl: 24px;
  --font-size-3xl: 30px;
  --font-size-4xl: 38px;
  --font-weight-regular: 400;
  --font-weight-medium: 600;
  --font-weight-bold: 700;
  --font-weight-display: 800;
  --line-height-tight: 1.2;
  --line-height-heading: 1.3;
  --line-height-body: 1.6;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 14px;
  --shadow-raised: 0 12px 34px rgba(0, 74, 122, .10);
  /* Compatibility aliases: remove only after all legacy components migrate. */
  --the-blue: var(--color-brand-blue);
  --the-blue-deep: var(--color-brand-blue-strong);
  --the-blue-pale: var(--color-brand-blue-subtle);
  --the-green: var(--color-brand-green);
  --the-green-deep: var(--color-brand-green-strong);
  --the-red: var(--color-brand-red);
  --the-ink: var(--color-text-heading);
  --the-text: var(--color-text-body);
  --the-muted: var(--color-text-muted);
  --the-line: var(--color-border);
  --the-canvas: var(--color-canvas);
  --the-white: var(--color-surface);
  --the-radius: var(--radius-lg);
  --the-shadow: var(--shadow-raised);
}

html { scroll-behavior: smooth; }
body {
  min-height: 100%;
  color: var(--color-text-body);
  background: var(--color-canvas);
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-body);
}
body.home { background: var(--color-surface); }
h1, h2, h3, h4, h5, h6 { margin-top: 0; color: var(--color-text-heading); font-family: var(--font-family-base); font-weight: var(--font-weight-bold); line-height: var(--line-height-heading); }
h1 { font-size: var(--font-size-4xl); line-height: var(--line-height-tight); }
h2 { font-size: var(--font-size-2xl); }
h3 { font-size: var(--font-size-xl); }
h4 { font-size: var(--font-size-lg); }
p { margin-top: 0; margin-bottom: var(--space-4); }
small, .text-small { font-size: var(--font-size-sm); line-height: 1.5; }
.label { display: inline-block; max-width: 100%; white-space: normal; line-height: 1.45; }
.label-danger { font-weight: var(--font-weight-medium); }
a { color: var(--color-brand-blue); text-decoration: none; }
a:hover { color: var(--color-brand-green-strong); text-decoration: none; }
a.btn-link, .forgot-link { color: var(--color-brand-blue) !important; }
a.btn-link:hover, .forgot-link:hover { color: var(--color-brand-green-strong) !important; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(0, 114, 188, .28); outline-offset: 2px; }
button, input, select, textarea { font-family: inherit; }

/* Shared page frame */
.wrap_content, .wrap_content_header, .container { max-width: 1200px; }
.columns-container { padding: 38px 0 56px; background: var(--the-canvas); }
.columns-container .container {
  padding: 28px 32px 34px;
  background: var(--the-white);
  border: 1px solid var(--the-line);
  border-radius: var(--the-radius);
  box-shadow: 0 4px 16px rgba(0, 74, 122, .04);
}
.page-heading { margin: 0 0 28px; border: 0; }
.page-heading .page-heading-title2 {
  float: none !important;
  display: block;
  padding: 0 0 12px;
  color: var(--the-ink);
  border-bottom: 3px solid var(--the-green);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  text-transform: none;
}
.page-subheading, .ship-title {
  color: var(--the-ink);
  font-weight: 700;
  letter-spacing: 0;
}

/* Header */
.header { box-shadow: 0 2px 16px rgba(0, 58, 97, .08); }
.header .header-top { background: #f7fbfd; border-bottom: 1px solid var(--the-line); }
.header .nav_top > li > a {
  color: var(--the-ink);
  font-size: 12px;
  letter-spacing: .01em;
  text-transform: uppercase;
}
.header .nav_top > li:hover { background: var(--the-blue); }
.header .nav_top > li:hover > a { color: #fff; }
.header .money_top { color: var(--the-red); }
.header_content { background: #fff; }
.header_content .wrap_content_header { min-height: 92px; }
.header_content .logo_top { flex-basis: 205px; }
.header_content .logo_top img { max-height: 70px !important; }
.wrap_search_top {
  height: 46px;
  border: 1px solid #c9dfe9;
  border-radius: 24px;
  background: #fff;
}
.wrap_search_top:focus-within { border-color: var(--the-blue); box-shadow: 0 0 0 3px rgba(0,114,188,.12); }
.wrap_search_top select { color: var(--the-blue-deep); background: var(--the-blue-pale); border-radius: 24px 0 0 24px; font-weight: 700; }
.btn_search_top { width: 52px; flex-basis: 52px; border-radius: 0 24px 24px 0; background-color: var(--the-green); background-image: none !important; }
.btn_search_top .fa { color: #fff; font-size: 17px; line-height: 1; }
.btn_search_top:hover { background-color: var(--the-green-deep); }
.login_top { background-size: 36px; }
.login_top .mess_profile span, .login_top .mess_profile { color: var(--the-ink) !important; font-weight: 600; }
.wallet-rank { color: var(--the-green-deep); }
.wallet-top-up { padding: 2px 7px; color: #fff; background: var(--the-blue); border-radius: 20px; }
.cart_top a { padding: 8px 12px; color: var(--the-blue-deep); background: var(--the-blue-pale); border-radius: 24px; }
.cart_top a:hover { color: #fff; background: var(--the-blue); }
.breadcrumb { margin: 0; padding: 13px 0; background: #f1f8fb; border-bottom: 1px solid var(--the-line); }
.breadcrumb a { color: var(--the-muted); font-weight: 600; }

/* Homepage hero and service panel */
.wrap_home_banner {
  position: relative;
  padding: 56px 0 60px;
  overflow: hidden;
  background: linear-gradient(122deg, #005d99 0%, #0072bc 52%, #159eac 100%);
}
.wrap_home_banner:before, .wrap_home_banner:after { content: ''; position: absolute; border-radius: 999px; pointer-events: none; }
.wrap_home_banner:before { width: 580px; height: 580px; top: -380px; right: -110px; border: 90px solid rgba(74, 203, 99, .22); }
.wrap_home_banner:after { width: 350px; height: 350px; bottom: -250px; left: -45px; border: 58px solid rgba(255,255,255,.08); }
.wrap_home_banner .circle_1, .wrap_home_banner .circle_2, .wrap_home_banner .circle_3, .wrap_home_banner .circle_4, .wrap_home_banner .circle_5 { display: none; }
.box_banner_content { position: relative; z-index: 1; }
.option_tool { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; }
.option_tool .box_left, .option_tool .box_right { float: none; width: auto; padding: 0 !important; }
.home-hero-intro { max-width: 660px; margin: 0 0 22px; color: #fff; }
.home-hero-intro .eyebrow { display: inline-block; margin-bottom: 8px; color: #91ee9e; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.home-hero-intro h1 { margin: 0; color: #fff; font-size: 38px; font-weight: 500; line-height: 1.18; }
.home-hero-intro h1 strong { color: #9cf0a6; font-weight: 800; }
.home-hero-intro p { max-width: 570px; margin: 12px 0 0; color: #e0f4ff; font-size: 15px; }
.option_tool .quick-actions { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.option_tool .box_left .step { float: none; width: auto; height: auto; min-height: 154px; margin: 0; padding: 18px 12px; background: #fff; border: 1px solid rgba(255,255,255,.65); border-radius: var(--the-radius); box-shadow: 0 10px 22px rgba(0,35,64,.16); transition: transform .2s, box-shadow .2s; }
.option_tool .box_left .step:hover { transform: translateY(-5px); box-shadow: 0 18px 30px rgba(0,35,64,.22); }
.option_tool .box_left .step a { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; gap: 12px; }
.option_tool .box_left .step .icon { float: none; width: 50px; height: 50px; margin: 0; background-size: contain; }
.option_tool .box_left .step .title { width: auto; color: var(--the-ink); font-size: 14px; font-weight: 800; line-height: 1.35; text-align: center; }
.option_tool .down_tool { display: grid; grid-template-columns: 1fr 1.35fr; gap: 16px; margin-top: 24px; padding: 0; }
.option_tool .down_tool .left, .option_tool .down_tool .right { float: none; width: auto; padding: 16px 18px; color: #eaf7ff; background: rgba(0, 51, 84, .27); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; }
.option_tool .down_tool p { margin: 0 0 12px; font-size: 13px; font-weight: 700; }
.option_tool .excel, .option_tool .chorme, .option_tool .coccoc { display: inline-flex; align-items: center; justify-content: center; min-width: 112px; margin: 0 4px 0 0; padding: 8px 14px; color: var(--the-ink); background: #fff; border-radius: 8px; font-weight: 800; }
.option_tool .excel:hover, .option_tool .chorme:hover, .option_tool .coccoc:hover { color: #fff; background: var(--the-green); }
.option_tool .excel .icon, .option_tool .chorme .icon, .option_tool .coccoc .icon { margin-right: 6px; }
.home-notifications { margin-top: 28px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.22); }
.option_tool .home-notifications .mess_company { margin: 0; padding: 0; color: var(--the-text); background: transparent; border: 0; border-radius: 0; }
.notifications-heading { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 16px; }
.notifications-heading > span { flex: 0 0 auto; margin-top: 5px; color: #91ee9e; font-size: 11px; font-weight: var(--font-weight-bold); letter-spacing: .12em; }
.notifications-heading h2 { margin: 0 0 5px; color: #fff; font-size: 24px; font-weight: var(--font-weight-bold); }
.notifications-heading p { margin: 0; color: #d9f0fa; font-size: 13px; line-height: 1.5; }
.notifications-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.home-notifications .notification-item { min-height: 156px; padding: 20px 22px; color: var(--the-text); background: #fff; border: 1px solid #d9e8ef; border-radius: 10px; box-shadow: 0 8px 18px rgba(0, 35, 64, .10); text-align: left; }
.home-notifications .notification-item:last-child:nth-child(odd) { grid-column: 1 / -1; }
.home-notifications .notification-title { display: block; margin: 0 0 9px; color: var(--the-ink) !important; font-size: 16px; font-weight: var(--font-weight-bold); line-height: 1.4; }
.home-notifications .notification-title:hover, .home-notifications .notification-title:focus { color: var(--the-blue) !important; }
.home-notifications .notification-summary { display: -webkit-box; margin: 0; overflow: hidden; color: var(--the-muted); font-size: 13px; font-weight: var(--font-weight-regular); line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-notifications .notification-more { display: inline-block; margin-top: 13px; color: var(--the-green-deep) !important; font-size: 12px; font-weight: var(--font-weight-bold); }
.home-notifications .notification-more:hover, .home-notifications .notification-more:focus { color: var(--the-blue) !important; text-decoration: underline; }
.option_tool .box_right { padding: 24px !important; color: var(--the-text); background: #fff; border-radius: var(--the-radius); box-shadow: 0 12px 30px rgba(0,35,64,.2); }
.option_tool .box_right > .title { margin: 0 0 16px; padding: 0 0 12px; color: var(--the-ink); border-bottom: 3px solid var(--the-green); font-size: 19px; font-weight: 800; }
.support-intro { margin: -5px 0 16px; color: var(--the-muted); font-size: 13px; line-height: 1.55; }
.list_support a { border-color: var(--the-line); }
.list_support a:hover p, .list_support a:hover span { color: var(--the-blue); }
.list_support .hotline { margin-top: 20px; padding: 12px; color: var(--the-blue-deep); background: var(--the-blue-pale); border-radius: 9px; font-weight: 800; }

/* Homepage block 1: hero */
.home-page-top { display: block; }
.home-hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: center; }
.home-hero-copy { padding: 18px 0; }
.home-hero-intro { max-width: 700px; margin-bottom: 24px; }
.home-hero-intro h1 { font-size: 42px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-action-primary, .hero-action-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 20px; border-radius: 8px; font-size: 14px; font-weight: var(--font-weight-bold); }
.hero-action-primary { color: #fff; background: var(--the-green); }
.hero-action-primary:hover, .hero-action-primary:focus { color: #fff; background: var(--the-green-deep); }
.hero-action-secondary { color: #fff; border: 1px solid rgba(255,255,255,.75); }
.hero-action-secondary:hover, .hero-action-secondary:focus { color: var(--the-blue-deep); background: #fff; }
.hero-reassurance { margin: 16px 0 0; color: #d9f0fa; font-size: 13px; }
.hero-reassurance a { color: #fff; font-weight: var(--font-weight-bold); text-decoration: underline; text-underline-offset: 3px; }
.home-hero-support { align-self: stretch; }
.home-hero-support > .title { text-transform: none !important; }
.home-hero-support .list_support { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.home-hero-support .list_support_left, .home-hero-support .list_support_right { display: contents; float: none; width: auto; }
.home-hero-support .list_support .clear { display: none; }
.home-hero-support .list_support a { display: flex; min-height: 106px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 12px; background: #f6fbfe; background-image: none !important; border: 1px solid var(--the-line); border-radius: 8px; }
.home-hero-support .list_support a:hover, .home-hero-support .list_support a:focus { background: var(--the-blue-pale); border-color: var(--the-blue); }
.home-hero-support .list_support a p { margin: 0; color: var(--the-blue-deep); font-size: 13px; font-weight: var(--font-weight-bold); }
.home-hero-support .list_support a span { margin-top: 4px; color: var(--the-muted); font-size: 11px; font-style: normal; line-height: 1.35; }
.home-hero-support .list_support a em { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; color: var(--the-green-deep); font-size: 11px; font-style: normal; font-weight: var(--font-weight-bold); }
.home-hero-support .list_support a em img { display: block; width: 17px; height: 17px; object-fit: contain; }
.home-hero-support .list_support .hotline { grid-column: 1 / -1; }
.home-hero-support .list_support .hotline a { display: inline; min-height: 0; padding: 0; color: var(--the-blue-deep); background: transparent; border: 0; border-radius: 0; font-size: inherit; }
.home-operations { margin-top: 40px; }

/* Homepage block 2: quick actions */
.home-quick-actions { padding: 4px 0 0; }
.quick-actions-heading { margin-bottom: 18px; }
.quick-actions-heading > span { display: block; margin-bottom: 7px; color: #91ee9e; font-size: 11px; font-weight: var(--font-weight-bold); letter-spacing: .12em; }
.quick-actions-heading h2 { margin: 0; color: #fff; font-size: 24px; font-weight: var(--font-weight-bold); }
.option_tool .home-quick-actions .quick-actions { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.option_tool .home-quick-actions .step { grid-column: auto; min-height: 194px; padding: 0; border: 1px solid #d9e8ef; border-radius: 10px; box-shadow: none; }
.option_tool .home-quick-actions .step:hover { border-color: var(--the-green); box-shadow: 0 14px 24px rgba(0, 35, 64, .18); transform: translateY(-3px); }
.option_tool .home-quick-actions .step a { align-items: center; justify-content: center; gap: 0; padding: 20px 16px; text-align: center; }
.option_tool .home-quick-actions .step .icon { display: block; float: none; width: 48px; height: 48px; margin: 0 0 14px; background-color: transparent; background-size: contain; border-radius: 0; }
.option_tool .home-quick-actions .step .title { display: block; margin: 0 0 9px; color: var(--the-ink); font-size: 15px; line-height: 1.35; text-align: center; }
.quick-action-description { display: block; color: var(--the-muted); font-size: 12px; font-weight: var(--font-weight-regular); line-height: 1.5; text-align: center; }

/* Homepage block 3: download tools */
.home-download-tools { margin-top: 28px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.22); }
.download-tools-heading { margin-bottom: 18px; }
.download-tools-heading > span { display: block; margin-bottom: 7px; color: #91ee9e; font-size: 11px; font-weight: var(--font-weight-bold); letter-spacing: .12em; }
.download-tools-heading h2 { margin: 0; color: #fff; font-size: 24px; font-weight: var(--font-weight-bold); }
.option_tool .home-download-tools .down_tool { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 12px; margin-top: 0; }
.option_tool .home-download-tools .down_tool .left, .option_tool .home-download-tools .down_tool .right { padding: 20px; color: var(--the-text); background: #fff; border: 1px solid #d9e8ef; border-radius: 10px; }
.home-download-tools h3 { margin: 0 0 7px; color: var(--the-ink); font-size: 16px; font-weight: var(--font-weight-bold); }
.home-download-tools p { min-height: 38px; margin: 0 0 16px; color: var(--the-muted); font-size: 12px; font-weight: var(--font-weight-regular); line-height: 1.55; text-align: left !important; }
.download-tool-link { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; padding: 9px 12px; color: var(--the-blue-deep); background: var(--the-blue-pale); border: 1px solid #cce4f1; border-radius: 7px; font-size: 12px; font-weight: var(--font-weight-bold); }
.download-tool-link:hover, .download-tool-link:focus { color: #fff; background: var(--the-blue); border-color: var(--the-blue); }
.download-tool-link img { display: block; width: 21px; height: 21px; object-fit: contain; }
.home-download-tools .left .download-tool-link { color: #fff; background: var(--the-green); border-color: var(--the-green); }
.home-download-tools .left .download-tool-link:hover, .home-download-tools .left .download-tool-link:focus { color: #fff; background: var(--the-green-deep); border-color: var(--the-green-deep); }
.browser-downloads { display: flex; flex-wrap: wrap; gap: 8px; }
.home-download-tools .browser-downloads .download-tool-link { color: #fff !important; background: var(--the-blue); border-color: var(--the-blue); }
.home-download-tools .browser-downloads .download-tool-link:hover, .home-download-tools .browser-downloads .download-tool-link:focus { color: #fff !important; background: var(--the-blue-deep); border-color: var(--the-blue-deep); }

/* Homepage content */
.title_home { color: var(--the-ink); font-size: 30px; font-weight: 800; line-height: 1.25; text-transform: none; }
.title_home .dash { width: 58px; height: 4px; margin: 14px auto 0; background: var(--the-green); border: 0; border-radius: 3px; }
.sevice_home { padding: 72px 0; background: #fff; }
.sevice_home .wrap_content { display: grid; grid-template-columns: 1fr 290px 1fr; gap: 36px; align-items: center; margin-top: 44px; }
.sevice_home .wrap_content .left, .sevice_home .wrap_content .right { float: none; width: auto; }
.sevice_home .wrap_content .center { float: none; width: auto; text-align: center; }
.sevice_home .wrap_content .center img { max-width: 260px; }
.sevice_home .wrap_content .item { min-height: 105px; margin: 0 0 14px; padding: 18px 18px 18px 90px; background: #fff; border: 1px solid var(--the-line); border-radius: 12px; box-shadow: 0 5px 18px rgba(0,74,122,.05); }
.sevice_home .wrap_content .item .icon { left: 20px; width: 48px; height: 48px; padding: 10px; background: var(--the-blue-pale); border-radius: 12px; }
.sevice_home .wrap_content .item .title { color: var(--the-ink); font-size: 14px; font-weight: 800; }
.sevice_home .wrap_content .item .text { color: var(--the-muted); font-size: 13px; line-height: 1.55; }
.source_home { padding: 64px 0; background: #f4f9fc; }
.source_home .title_home { text-align: center; color: var(--the-ink); font-size: 26px; font-weight: 800; }
.source_subtitle { max-width: 680px; margin: 10px auto 28px; text-align: center; color: var(--the-muted); font-size: 14px; line-height: 1.6; }
.source_tabs_container { display: flex; justify-content: center; margin-bottom: 28px; }
.source_tabs_nav { display: inline-flex; flex-wrap: wrap; gap: 8px; padding: 6px; background: #e3eff7; border: 1px solid #cde4f4; border-radius: 40px; }
.source_tab_btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 22px; background: transparent; border: none; border-radius: 30px; color: var(--the-text); font-size: 13px; font-weight: 700; cursor: pointer; transition: all .25s ease; }
.source_tab_btn .tab_logo, .source_tab_btn img { width: 18px; height: 18px; object-fit: contain; }
.source_tab_btn:hover { color: var(--the-blue); }
.source_tab_btn.active { background: var(--the-blue); color: #ffffff; box-shadow: 0 4px 14px rgba(0, 114, 188, .25); }
.source_platform_panel { margin-bottom: 36px; transition: opacity .3s ease; }
.platform_banner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; padding: 24px 30px; border-radius: var(--the-radius); margin-bottom: 22px; color: #ffffff; background: linear-gradient(135deg, #00548d 0%, #0072bc 100%); border: 1px solid rgba(0, 114, 188, .2); box-shadow: 0 10px 28px rgba(0, 74, 122, .10); }
.platform_brand_badge { display: inline-flex; align-items: center; gap: 8px; padding: 5px 13px; font-size: 11px; font-weight: 800; border-radius: 20px; letter-spacing: 0.5px; background: rgba(255, 255, 255, .18); border: 1px solid rgba(255, 255, 255, .3); backdrop-filter: blur(4px); margin-bottom: 10px; color: #ffffff; }
.platform_brand_badge img { width: 16px; height: 16px; object-fit: contain; }
.platform_banner_title { margin: 0 0 6px; font-size: 21px; font-weight: 800; color: #ffffff; line-height: 1.3; }
.platform_banner_desc { margin: 0; font-size: 13px; color: #d9f0fa; max-width: 760px; line-height: 1.55; }
.platform_banner_btn { display: inline-flex; align-items: center; gap: 8px; padding: 11px 24px; background: var(--the-green); color: #ffffff; font-size: 13px; font-weight: 800; border-radius: 30px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; white-space: nowrap; box-shadow: 0 4px 12px rgba(53, 180, 74, .3); }
.platform_banner_btn:hover { background: var(--the-green-deep); color: #ffffff; transform: translateY(-2px); box-shadow: 0 6px 18px rgba(22, 133, 52, .4); }
.source_grid_categories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.source_cat_card { display: flex; flex-direction: column; padding: 0; background: #ffffff; border: 1px solid var(--the-line); border-radius: var(--the-radius); overflow: hidden; box-shadow: 0 4px 16px rgba(0, 74, 122, .05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.source_cat_card:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgba(0, 74, 122, .12); border-color: #b3d9f2; }
.source_cat_thumb { position: relative; height: 165px; overflow: hidden; background: #eaf2f8; }
.source_cat_thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.source_cat_card:hover .source_cat_thumb img { transform: scale(1.06); }
.source_badge { position: absolute; top: 12px; left: 12px; z-index: 2; display: inline-block; padding: 4px 11px; font-size: 11px; font-weight: 700; border-radius: 20px; letter-spacing: 0.3px; box-shadow: 0 3px 8px rgba(0, 74, 122, .2); }
.badge_hot, .badge_orange, .badge_pink { background: var(--the-blue); color: #ffffff; }
.badge_blue, .badge_purple, .badge_gold { background: var(--the-blue-deep); color: #ffffff; }
.badge_green, .badge_teal { background: var(--the-green); color: #ffffff; }
.source_cat_body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.source_cat_title { margin: 0 0 6px; font-size: 15px; font-weight: 800; color: var(--the-ink); line-height: 1.4; }
.source_cat_desc { margin: 0 0 14px; font-size: 13px; color: var(--the-muted); line-height: 1.5; min-height: 38px; }
.source_cat_links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 14px; border-top: 1px solid #edf4f8; }
.source_cat_links .source_link_chip { width: 100%; justify-content: center; padding: 10px 14px; font-size: 13px; font-weight: 700; border-radius: 8px; text-decoration: none; border: 1px solid #cde4f4; background: var(--the-blue-pale); color: var(--the-blue); display: inline-flex; align-items: center; gap: 8px; transition: all .2s ease; }
.source_cat_links .source_link_chip i { font-size: 12px; color: var(--the-blue); transition: transform .2s ease; }
.source_cat_links .source_link_chip:hover { background: var(--the-blue); border-color: var(--the-blue); color: #ffffff; transform: translateY(-1px); box-shadow: 0 4px 14px rgba(0, 114, 188, .25); }
.source_cat_links .source_link_chip:hover i { color: #ffffff; transform: scale(1.15); }
.source_hub_cta { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 32px; padding: 20px 28px; background: linear-gradient(135deg, #00548d 0%, #0072bc 100%); border-radius: var(--the-radius); color: #ffffff; box-shadow: 0 8px 24px rgba(0, 74, 122, .15); }
.source_hub_cta_content { display: flex; align-items: center; gap: 14px; font-size: 14px; font-weight: 600; color: #ffffff; }
.source_hub_cta_content i { font-size: 22px; color: #8ce99b; }
.btn_search_now_scroll { display: inline-flex; align-items: center; gap: 8px; padding: 11px 22px; background: var(--the-green); color: #ffffff; font-size: 13px; font-weight: 700; border-radius: 30px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn_search_now_scroll:hover { background: var(--the-green-deep); color: #ffffff; transform: translateY(-2px); box-shadow: 0 4px 14px rgba(22, 133, 52, .35); }
.testimonial { padding: 72px 0; background: var(--color-canvas); }
.testimonial-heading { max-width: 660px; margin: 0 auto 32px; text-align: center; }
.testimonial-heading > span { display: block; margin-bottom: 8px; color: var(--the-green-deep); font-size: 11px; font-weight: var(--font-weight-bold); letter-spacing: .12em; }
.testimonial .title_testi { margin: 0; color: var(--the-ink); }
.testimonial .title_testi .dash { margin-top: 14px; }
.testimonial-heading p { margin: 15px 0 0; color: var(--the-muted); font-size: 15px; line-height: 1.6; }
.list_testi { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.list_testi_item { display: flex; width: auto; min-width: 0; min-height: 278px; flex-direction: column; margin: 0; padding: 20px; background: #fff; border: 1px solid var(--the-line); border-radius: 12px; box-shadow: 0 6px 18px rgba(0, 74, 122, .05); }
.list_testi_item .description { width: auto; min-height: 146px; height: auto; padding: 0; background: none; text-align: left; }
.list_testi_item .description:after { display: none; }
.list_testi_item .description .star { padding: 0; color: #e5a400; font-size: 15px; letter-spacing: 1px; line-height: 1; }
.list_testi_item .description p { margin: 14px 0 0; color: var(--the-text); font-size: 13px; line-height: 1.65; }
.list_testi_item .info { display: flex; align-items: center; min-height: 56px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--the-line); }
.list_testi_item .info .avatar { float: none; flex: 0 0 48px; width: 48px; height: 48px; margin: 0 12px 0 0; border: 1px solid var(--the-line); }
.list_testi_item .info .avatar { display: flex; align-items: center; justify-content: center; overflow: hidden; color: var(--the-blue-deep); background: var(--the-blue-pale); font-size: 13px; font-weight: var(--font-weight-bold); }
.list_testi_item .info .avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.list_testi_item .info .avatar.image-missing:after { font-size: 13px; font-weight: var(--font-weight-bold); }
.list_testi_item:nth-child(1) .info .avatar.image-missing:after { content: 'TT'; }
.list_testi_item:nth-child(2) .info .avatar.image-missing:after { content: 'HT'; }
.list_testi_item:nth-child(3) .info .avatar.image-missing:after { content: 'TB'; }
.list_testi_item:nth-child(4) .info .avatar.image-missing:after { content: 'YT'; }
.list_testi_item .info b { display: block; margin: 0 0 3px; padding: 0; color: var(--the-ink); font-size: 14px; line-height: 1.3; }
.list_testi_item .info i { display: block; color: var(--the-muted); font-size: 12px; font-style: normal; line-height: 1.4; }

/* Forms, tables and account pages */
.form-control, .contact-form-box input, .contact-form-box textarea, .contact-form-box select {
  height: 42px;
  color: var(--the-ink);
  border: 1px solid #cbdde6;
  border-radius: 8px;
  box-shadow: none;
}
textarea.form-control, .contact-form-box textarea { height: auto; }
.form-control:focus { border-color: var(--the-blue); box-shadow: 0 0 0 3px rgba(0,114,188,.12); }
.box-authentication { min-height: 0; margin: 0; padding: 26px; border: 1px solid var(--the-line); border-radius: 12px; box-shadow: none; }
.auth-intro { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: -8px 0 24px; padding: 15px 18px; background: linear-gradient(100deg, var(--the-blue-pale), #f5fff7); border: 1px solid #d3e9e5; border-radius: 10px; }
.auth-intro span { color: var(--the-blue-deep); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.auth-intro p { margin: 0; color: var(--the-muted); font-size: 13px; }
.auth-panels > [class*='col-'] { margin-bottom: 16px; }
.box-authentication h3 { margin-top: 0; color: var(--the-ink); font-size: 20px; font-weight: var(--font-weight-bold); text-transform: none; }
.box-authentication label { margin-top: 12px; color: var(--the-ink); font-weight: 700; }
.button, .btn-primary, .btn-kute, .btn-success { border-color: var(--the-green) !important; background: var(--the-green) !important; border-radius: 8px; font-weight: 700; }
.button:hover, .btn-primary:hover, .btn-kute:hover, .btn-success:hover { border-color: var(--the-green-deep) !important; background: var(--the-green-deep) !important; }
.btn-default { color: var(--the-blue-deep); border-color: #c5dce8; background: #fff; }
.contact-form-box, .product-container, .order-older fieldset { border-color: var(--the-line); border-radius: 12px; }
.account-sidebar .btn { margin-bottom: 5px; padding: 10px 12px; text-align: left; border-radius: 8px !important; font-weight: 700; }
.account-overview { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: -8px 0 25px; padding: 17px 20px; background: linear-gradient(100deg, var(--the-blue-pale), #f5fff7); border: 1px solid #d3e9e5; border-radius: 12px; }
.account-overview .eyebrow { color: var(--the-blue-deep); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.account-overview p { margin: 3px 0 0; color: var(--the-ink); font-size: 16px; }
.account-overview small { margin-left: 8px; color: var(--the-muted); font-size: 12px; }
.account-overview-actions { display: flex; gap: 8px; }
.account-overview-actions a { padding: 8px 11px; color: #fff; background: var(--the-green); border-radius: 8px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.account-overview-actions a + a { background: var(--the-blue); }
.account-overview-actions a:hover { color: #fff; background: var(--the-green-deep); }
.table > thead > tr > th { color: #fff; background: var(--the-blue); border-color: var(--the-blue); font-weight: 700; }
.table > tbody > tr > td { border-color: var(--the-line); }
.alert-login { padding: 20px; background: var(--the-blue-pale); border: 1px solid #c9e5f4; border-radius: 12px; }
.checkout-intro { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: -7px 0 18px; padding: 18px 20px; color: #e8f8ff; background: linear-gradient(110deg, var(--the-blue-deep), var(--the-blue)); border-radius: 12px; }
.checkout-intro .eyebrow { color: #a9f5b4; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.checkout-intro p { max-width: 680px; margin: 3px 0 0; color: #e8f8ff; }
.checkout-cart-link { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; padding: 9px 13px; color: var(--the-blue-deep); background: #fff; border-radius: 8px; font-weight: 800; }
.checkout-cart-link:hover { color: #fff; background: var(--the-green); }
.checkout-link-form { margin-top: 22px; }

/* Footer */
.footer_menu { padding: 54px 0 42px; color: #bbd8e9; background: #073b60; }
.footer_menu .wrap_content { display: grid; grid-template-columns: 1.55fr repeat(4, 1fr); gap: 32px; }
.footer_menu .wrap_content > div { float: none; width: auto; }
.footer_menu p { margin: 0 0 15px; color: #fff; font-size: 15px; font-weight: 800; text-transform: none; }
.footer_menu li { margin-bottom: 8px; }
.footer_menu a { color: #bbd8e9; }
.footer_menu a:hover { color: #6ee580; }
.footer-brand { display: inline-block; margin-bottom: 8px; color: #fff !important; font-size: 20px; font-weight: 800; letter-spacing: -.02em; }
.footer-brand:after { content: ''; display: block; width: 42px; height: 3px; margin-top: 9px; background: var(--the-green); border-radius: 3px; }
.footer-tagline { max-width: 260px; margin: 0 0 17px !important; color: #bbd8e9 !important; font-size: 13px !important; font-weight: 400 !important; line-height: 1.6; }
.footer-contact-list li { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 9px; line-height: 1.5; }
.footer-contact-list i { width: 13px; margin-top: 4px; color: #6ee580; text-align: center; }
.footer-contact-list span { display: inline-block; }
.footer_menu ul.footer-contact-list li a:before { content: none !important; margin: 0 !important; }
.footer-contact-list li:nth-child(2) span a { display: block; }
.footer-fanpage { display: inline-flex; align-items: center; gap: 7px; margin-top: 4px; padding: 8px 10px; color: #fff !important; border: 1px solid rgba(187,216,233,.45); border-radius: 7px; font-size: 12px; font-weight: 700; }
.footer-fanpage:hover { border-color: #6ee580; background: rgba(53,180,74,.12); }
.footer-policy li { margin-bottom: 7px; }
.copyright { padding: 14px 0; color: #bad5e5; background: #042a46; }
.copyright-content { display: flex; align-items: center; justify-content: space-between; gap: 18px; font-size: 12px; }
.footer-compliance { display: inline-flex; align-items: center; gap: 7px; color: #cde8f6; text-align: right; }
.footer-compliance .fa { color: #6ee580; }
.scroll_top_home { right: 24px; bottom: 24px; width: 44px; height: 44px; padding: 0; color: transparent; background: var(--the-green); border-radius: 50%; box-shadow: var(--the-shadow); display: inline-flex; align-items: center; justify-content: center; }
.scroll_top_home:after { content: '\f077'; color: #fff; font-family: FontAwesome; font-size: 16px; line-height: 1; }

@media (max-width: 1199px) {
  .option_tool { grid-template-columns: 1fr; }
  .option_tool .box_right { max-width: none; }
  .option_tool .quick-actions { grid-template-columns: repeat(5, minmax(110px, 1fr)); }
  .option_tool .home-quick-actions .quick-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .source_grid_categories { grid-template-columns: repeat(3, 1fr); gap: 16px; }
}
@media (max-width: 767px) {
  body { font-size: var(--font-size-base); }
  h1 { font-size: var(--font-size-3xl); }
  h2 { font-size: var(--font-size-xl); }
  h3 { font-size: var(--font-size-lg); }
  .columns-container { padding: 20px 0 34px; }
  .columns-container .container { padding: 20px 16px; border-radius: 0; }
  .page-heading .page-heading-title2 { font-size: 21px; }
  .wrap_home_banner { padding: 30px 0 36px; }
  .home-hero-layout { grid-template-columns: 1fr; gap: 24px; }
  .home-hero-copy { padding: 0; }
  .home-hero-intro h1 { font-size: 30px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-action-primary, .hero-action-secondary { width: 100%; }
  .home-hero-support .list_support { grid-template-columns: 1fr; }
  .home-hero-support .list_support a { min-height: 0; }
  .home-operations { margin-top: 30px; }
  .quick-actions-heading h2 { font-size: 22px; }
  .option_tool .home-quick-actions .quick-actions { grid-template-columns: 1fr; }
  .option_tool .home-quick-actions .step, .option_tool .home-quick-actions .step:first-child, .option_tool .home-quick-actions .step:last-child { grid-column: 1; width: 100% !important; min-height: 0; margin: 0 !important; }
  .option_tool .home-quick-actions .step a { min-height: 164px; }
  .home-download-tools { margin-top: 24px; padding-top: 24px; }
  .download-tools-heading h2 { font-size: 22px; }
  .option_tool .home-download-tools .down_tool { grid-template-columns: 1fr; }
  .home-download-tools p { min-height: 0; }
  .home-notifications { margin-top: 24px; padding-top: 24px; }
  .notifications-heading { gap: 0; flex-direction: column; }
  .notifications-heading > span { margin-top: 0; }
  .notifications-heading h2 { font-size: 22px; }
  .notifications-list { grid-template-columns: 1fr; }
  .home-notifications .notification-item { min-height: 0; padding: 18px; }
  .home-hero-intro h1 { font-size: 30px; }
  .option_tool .quick-actions { grid-template-columns: repeat(2, 1fr); }
  .option_tool .box_left .step { min-height: 125px; }
  .option_tool .down_tool { grid-template-columns: 1fr; }
  .sevice_home, .source_home, .testimonial { padding: 46px 0; }
  .title_home { font-size: 24px; }
  .sevice_home .wrap_content { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; }
  .sevice_home .wrap_content .center { grid-row: 1; }
  .source_grid_categories { grid-template-columns: 1fr; }
  .source_hub_cta { flex-direction: column; text-align: center; }
  .source_hub_cta_content { flex-direction: column; text-align: center; }
  .list_testi { grid-template-columns: 1fr; }
  .testimonial-heading { margin-bottom: 24px; }
  .list_testi_item { min-height: 0; }
  .list_testi_item .description { min-height: 0; }
  .footer_menu .wrap_content { grid-template-columns: 1fr 1fr; gap: 26px 18px; padding: 0 15px; }
  .footer-contact { grid-column: 1 / -1; }
  .copyright-content { align-items: flex-start; flex-direction: column; padding: 0 15px; }
  .footer-compliance { text-align: left; }
  .box-authentication { margin-bottom: 18px; padding: 20px; }
  .auth-intro { display: block; }
  .auth-intro p { margin-top: 5px; }
  .checkout-intro { align-items: flex-start; flex-direction: column; }
  .account-overview { align-items: flex-start; flex-direction: column; }
  .account-overview-actions { flex-wrap: wrap; }
}

/* Authentication pages */
.auth-page { padding: 44px 0 64px; background: linear-gradient(180deg, #eef8fc 0, #f7fbfd 100%); }
.auth-page .container { max-width: 1280px; padding: 0; overflow: hidden; background: #fff; border: 1px solid #d9e8ef; border-radius: 18px; box-shadow: 0 18px 50px rgba(0, 74, 122, .10); }
.auth-shell { display: grid; grid-template-columns: minmax(300px, 35%) minmax(0, 1fr); min-height: 760px; }
.auth-brand-panel { display: flex; flex-direction: column; padding: 48px 42px; color: #eaf7ff; background: linear-gradient(150deg, #00548d 0%, #0072bc 66%, #0c9d94 100%); }
.auth-brand-logo { display: inline-block; width: 190px; margin-bottom: 72px; padding: 10px 12px; background: #fff; border-radius: 10px; }
.auth-brand-logo img { display: block; width: 100%; height: auto; }
.auth-eyebrow { display: block; margin-bottom: 11px; color: #8ce99b; font-size: 11px; font-weight: var(--font-weight-bold); letter-spacing: .1em; }
.auth-brand-panel h1 { margin-bottom: 18px; color: #fff; font-size: 32px; line-height: 1.2; }
.auth-brand-panel > p { margin-bottom: 28px; color: #d9f0fa; font-size: 15px; line-height: 1.65; }
.auth-benefits { margin: 0; padding: 0; list-style: none; }
.auth-benefits li { display: flex; gap: 9px; margin-bottom: 13px; color: #fff; font-size: 13px; line-height: 1.5; }
.auth-benefits .fa { margin-top: 2px; color: #8ce99b; }
.auth-workspace { padding: 44px; }
.auth-page-heading { margin-bottom: 28px; }
.auth-page-heading .auth-eyebrow { color: var(--color-brand-blue); }
.auth-page-heading h2 { margin-bottom: 7px; font-size: 28px; }
.auth-page-heading p { margin: 0; color: var(--color-text-muted); }
.auth-page .auth-login-note { margin: 0 0 18px; padding: 8px 11px; color: #9e223b; background: #fff1f3; border: 1px solid #ffd3db; border-radius: 7px; font-size: 13px; }
.auth-page .page-content { margin: 0; }
.auth-page .page-content > .col-sm-12 { float: none; padding: 0; }
.auth-page .alert { margin-bottom: 18px; border-radius: 8px; }
.auth-page .auth-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 0; }
.auth-page .auth-single-panel { grid-template-columns: minmax(0, 560px); }
.auth-page .auth-single-panel .auth-register-panel { grid-column: 1; }
.auth-page .auth-panels > [class*='col-'] { float: none; width: auto; margin: 0; padding: 0; }
.auth-page .auth-login-panel { grid-column: 1; grid-row: 1; }
.auth-page .auth-register-panel { grid-column: 2; grid-row: 1; }
.auth-page .auth-card { height: 100%; margin: 0; padding: 28px; border: 1px solid #d9e8ef; border-radius: 12px; background: #fff; box-shadow: none; }
.auth-page .auth-card h3 { margin-bottom: 4px; font-size: 21px; }
.auth-card-description { margin-bottom: 22px; color: var(--color-text-muted); font-size: 13px; }
.auth-page .auth-card label { display: block; margin: 16px 0 6px; color: var(--color-text-heading); font-size: 13px; font-weight: var(--font-weight-medium); }
.auth-page .auth-card .form-control { height: 44px; border-color: #cddde6; border-radius: 8px; font-size: 14px; }
.auth-page .auth-card .form-control:focus { border-color: var(--color-brand-blue); box-shadow: 0 0 0 3px rgba(0, 114, 188, .12); }
.auth-page .remember { display: flex; align-items: center; gap: 8px; margin: 17px 0 20px; }
.auth-page .remember input { width: 16px; height: 16px; margin: 0; }
.auth-page .remember p { margin: 0; color: var(--color-text-body); }
.auth-page .auth-card .button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 16px; }
.auth-page .forgot-link { margin-left: 10px; font-size: 13px; }
.auth-page .auth-switch-link { margin: 22px 0 0; color: var(--color-text-muted); font-size: 13px; }
.auth-page .auth-switch-link a { font-weight: var(--font-weight-bold); }
.auth-page .label-standard { display: inline-flex; align-items: center; margin: 4px 6px 4px 0 !important; padding: 7px 9px; border: 1px solid #d9e8ef; border-radius: 7px; font-weight: var(--font-weight-regular) !important; }
.auth-page .label-standard input { margin: 0 6px 0 0; }

@media (max-width: 991px) {
  .list_testi { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .auth-page .container { margin-right: 16px; margin-left: 16px; }
  .auth-shell { grid-template-columns: 280px minmax(0, 1fr); }
  .auth-brand-panel { padding: 36px 26px; }
  .auth-workspace { padding: 34px 28px; }
}
@media (max-width: 767px) {
  .auth-page { padding: 20px 0 36px; }
  .auth-page .container { margin: 0; border-right: 0; border-left: 0; border-radius: 0; box-shadow: none; }
  .auth-shell { display: block; min-height: 0; }
  .auth-brand-panel { display: none; }
  .auth-workspace { padding: 26px 17px; }
  .auth-page-heading { margin-bottom: 20px; }
  .auth-page-heading h2 { font-size: 24px; }
  .auth-page .auth-panels, .auth-page .auth-single-panel { grid-template-columns: 1fr; }
  .auth-page .auth-login-panel, .auth-page .auth-register-panel { grid-column: 1; grid-row: auto; }
  .auth-page .auth-card { padding: 22px 20px; }
}
@media (max-width: 420px) {
  .home-hero-intro h1 { font-size: 26px; }
  .option_tool .quick-actions { grid-template-columns: 1fr; }
  .source_home .list_cate { grid-template-columns: 1fr; }
  .footer_menu .wrap_content { grid-template-columns: 1fr; }
  .footer-contact { grid-column: auto; }
}

@media (max-width: 767px) {
  .list_testi { grid-template-columns: 1fr; }
}

/* Site header: shared navigation on every public page */
.header { position: relative; z-index: 1000; }
.header .header-top { min-height: 34px; background: #063d64; border: 0; }
.header .header-utility { display: flex; align-items: center; justify-content: space-between; min-height: 34px; padding-top: 0; padding-bottom: 0; color: #cce5f2; font-size: 11px; }
.header-contact, .header-rate { display: flex; align-items: center; gap: 7px; }
.header-contact > span + span { margin-left: 12px; }
.header .header-utility a { color: #fff; font-weight: 700; }
.header-rate { color: #9aeba8; font-weight: 700; }
.header_content { border-bottom: 1px solid var(--the-line); }
.header_content .header-main { gap: 16px; min-height: 82px; }
.header_content .logo_top { flex: 0 0 190px; }
.header_content .logo_top img { display: block; width: auto; max-width: 190px; max-height: 60px !important; }
.header-order-cta { display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; padding: 10px 13px; color: #fff; background: var(--the-green); border-radius: 8px; font-size: 12px; font-weight: 800; white-space: nowrap; }
.header-order-cta:hover, .header-order-cta:focus { color: #fff; background: var(--the-green-deep); }
.header-main .login_top { flex: 0 1 220px; min-width: 165px; padding-left: 38px; background-size: 28px; }
.header-main .guest-actions { display: flex; gap: 8px; margin-top: 2px; }
.header-main .guest-actions a { color: var(--the-blue-deep); font-size: 12px; font-weight: 800; }
.header-main .guest-actions a + a { padding-left: 8px; border-left: 1px solid var(--the-line); }
.header-main .mess_profile small { color: var(--the-muted); font-size: 11px; font-weight: 600; }
.header-main .cart_top a { padding: 9px 11px; }
.header-main .site-menu-toggle { display: none; }
.header-navigation { background: #fff; border-bottom: 1px solid var(--the-line); }
.header-navigation .wrap_content_header { display: flex; align-items: stretch; min-height: 48px; }
.header-navigation nav { width: 100%; }
.header-navigation .nav_top { display: flex; align-items: stretch; justify-content: flex-start; float: none; width: 100%; margin: 0; }
.header-navigation .nav_top > li { position: relative; display: flex; align-items: stretch; float: none; padding: 0; border-right: 1px solid var(--the-line); }
.header-navigation .nav_top > li:first-child { border-left: 1px solid var(--the-line); }
.header-navigation .nav_top > li > a, .header-navigation .nav-dropdown-toggle { display: inline-flex; align-items: center; gap: 7px; min-height: 48px; max-width: 190px; padding: 0 18px; overflow: hidden; color: var(--the-ink); background: transparent; border: 0; border-radius: 0; font-size: 12px; font-weight: var(--font-weight-medium); line-height: 1.25; text-align: left; text-overflow: ellipsis; text-transform: none; white-space: nowrap; }
.header-navigation .nav_top > li > a:hover, .header-navigation .nav-dropdown-toggle:hover, .header-navigation .nav_top > li:hover > a, .header-navigation .nav_top > li:hover > .nav-dropdown-toggle { color: var(--the-blue); background: var(--the-blue-pale); }
.header-navigation .nav-dropdown-toggle .fa { color: var(--the-green-deep); font-size: 14px; transition: transform .2s; }
.header-navigation .dropdown.is-expanded > .nav-dropdown-toggle .fa { transform: rotate(180deg); }
.header-navigation .dropdown.is-expanded > .nav-dropdown-toggle { color: var(--the-blue-deep); background: #fff; box-shadow: inset 0 -3px 0 var(--the-green); }
.header-navigation .dropdown-menu { top: 48px; left: 0; width: min(350px, calc(100vw - 28px)); min-width: 245px; padding: 8px; border: 1px solid var(--the-line); border-radius: 0 0 12px 12px; box-shadow: 0 14px 28px rgba(0, 61, 100, .16); }
.header-navigation .dropdown:hover > .dropdown-menu, .header-navigation .dropdown.is-expanded > .dropdown-menu { display: block; visibility: visible; opacity: 1; }
.header-navigation .nav_top .dropdown-menu ul { margin: 0; padding: 0; }
.header-navigation .nav_top .dropdown-menu li { display: block; float: none; padding: 0; border: 0; }
.header-navigation .nav_top .dropdown-menu li a { display: block; padding: 10px 12px; overflow: hidden; color: var(--the-text) !important; border-radius: 7px; font-size: 13px; font-weight: 600; line-height: 1.45; text-overflow: ellipsis; text-transform: none; white-space: normal; }
.header-navigation .dropdown-menu a:hover { color: var(--the-blue) !important; background: var(--the-blue-pale); }

@media (max-width: 1199px) {
  .header_content .header-main { min-height: 74px; }
  .header-main .site-menu-toggle { display: inline-flex; align-items: center; gap: 7px; order: 1; flex: 0 0 auto; padding: 9px 10px; color: var(--the-blue-deep); background: var(--the-blue-pale); border: 0; border-radius: 8px; font-size: 12px; font-weight: 800; }
  .header-main .logo_top { order: 0; }
  .header-main .wrap_search_top { order: 5; }
  .header-main .header-order-cta { order: 2; }
  .header-main .login_top { order: 3; }
  .header-main .cart_top { order: 4; }
  .header-navigation { display: none; }
  .header-navigation.is-open { display: block; }
  .header-navigation .wrap_content_header { padding: 0; }
  .header-navigation .nav_top { display: block; padding: 6px 14px 14px; }
  .header-navigation .nav_top > li { display: block; border-right: 0; border-bottom: 1px solid var(--the-line); }
  .header-navigation .nav_top > li:first-child { border-left: 0; }
  .header-navigation .nav_top > li > a, .header-navigation .nav-dropdown-toggle { justify-content: space-between; width: 100%; min-height: 46px; padding: 0 4px; }
  .header-navigation .dropdown-menu { position: static; display: none !important; width: 100%; min-width: 0; padding: 4px 0 8px; transform: none; border: 0; border-radius: 0; box-shadow: none; }
  .header-navigation .dropdown.is-expanded > .dropdown-menu { display: block !important; }
  .header-navigation .dropdown-menu a { padding: 9px 14px; }
}
@media (max-width: 767px) {
  .header .header-top { min-height: 30px; }
  .header .header-utility { min-height: 30px; padding-right: 14px; padding-left: 14px; }
  .header-email { display: none; }
  .header-rate { font-size: 10px; }
  .header_content .header-main { flex-wrap: wrap; gap: 9px; padding-top: 10px; padding-bottom: 10px; }
  .header_content .logo_top { flex: 1 1 auto; }
  .header_content .logo_top img { max-width: 145px; max-height: 48px !important; }
  .header-main .site-menu-toggle { order: 1; }
  .header-main .header-order-cta { display: none; }
  .header-main .login_top { display: none; }
  .header-main .cart_top { order: 2; flex: 0 0 auto; margin-left: 0; }
  .header-main .cart_top a { padding: 7px 9px; }
  .header-main .cart-label { display: none; }
  .header-main .wrap_search_top { order: 3; flex: 1 0 100%; height: 42px; }
  .header-navigation .nav_top { padding-right: 14px; padding-left: 14px; }
}



/* ==========================================================================
   PAGE: ABOUT US (VỀ CHÚNG TÔI) - 2026 MODERN ENTERPRISE SUITE
   ========================================================================== */
.about_modern_wrapper { background: #f8fafc; color: #1e293b; font-size: 14.5px; line-height: 1.6; }

/* 1. Hero Section */
.about_modern_hero {
  position: relative;
  padding: 54px 0 70px;
  background: linear-gradient(145deg, #001f38 0%, #003860 45%, #005a96 100%);
  color: #ffffff;
  overflow: hidden;
}
.about_modern_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.8;
  pointer-events: none;
}
.about_modern_hero::after {
  content: "";
  position: absolute;
  top: -150px;
  right: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 180, 216, 0.25) 0%, rgba(0, 114, 188, 0.05) 60%, transparent 70%);
  pointer-events: none;
  filter: blur(40px);
}
.about_hero_inner { position: relative; z-index: 2; max-width: 900px; }
.about_modern_breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.about_modern_breadcrumb a { color: rgba(255, 255, 255, 0.85); text-decoration: none; font-weight: 600; transition: color .2s; }
.about_modern_breadcrumb a:hover { color: #ffffff; }
.about_modern_breadcrumb .active { color: #ffffff; font-weight: 700; }

.about_hero_pill_badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 30px;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  backdrop-filter: blur(8px);
  color: #e0f2fe;
}
.about_pulse_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px #4ade80;
  display: inline-block;
  animation: about_pulse 2s infinite;
}
@keyframes about_pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(74, 222, 128, 0); }
}

.about_modern_hero_title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 16px;
  color: #ffffff;
  letter-spacing: -0.5px;
}
.about_modern_hero_title span {
  background: linear-gradient(135deg, #ffffff 30%, #a5f3fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_modern_hero_desc {
  font-size: 16px;
  line-height: 1.65;
  color: #e2f2fc;
  margin: 0 0 24px;
  max-width: 820px;
}

.about_hero_micro_usps {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.hero_usp_tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 700;
  color: #f0fdf4;
  backdrop-filter: blur(4px);
}
.hero_usp_tag i { color: #4ade80; }

.about_hero_cta_group { display: flex; flex-wrap: wrap; gap: 14px; }
.btn_modern_primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  border-radius: 30px;
  text-decoration: none;
  transition: all .25s ease;
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.35);
}
.btn_modern_primary:hover {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.45);
}
.btn_modern_secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.14);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 30px;
  text-decoration: none;
  backdrop-filter: blur(6px);
  transition: all .25s ease;
}
.btn_modern_secondary:hover {
  background: #ffffff;
  color: #003860;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* 2. Floating Stats Grid (Modern Glassmorphism) */
.about_modern_stats_wrap {
  margin-top: -36px;
  position: relative;
  z-index: 10;
  margin-bottom: 56px;
}
.about_modern_stats_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.about_stat_glass_card {
  background: #ffffff;
  padding: 24px 20px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(0, 46, 80, 0.08);
  text-align: center;
  transition: all .25s ease;
  position: relative;
  overflow: hidden;
}
.about_stat_glass_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0072bc, #38bdf8);
}
.about_stat_glass_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 74, 122, 0.14);
  border-color: #93c5fd;
}
.stat_glass_num {
  font-size: 36px;
  font-weight: 900;
  color: #0072bc;
  line-height: 1;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}
.stat_glass_label {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 4px;
}
.stat_glass_desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
}

/* 3. Section Headers */
.modern_section_head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 36px;
}
.modern_badge_pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  color: #0369a1;
  background: #e0f2fe;
  padding: 4px 14px;
  border-radius: 20px;
  border: 1px solid #bae6fd;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.modern_section_title {
  font-size: 28px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 10px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.modern_section_desc {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* 4. Bilateral Gateway (Mô hình song phương 2 đầu) */
.bilateral_gateway_section { padding: 20px 0 64px; }
.bilateral_gateway_card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.bilateral_gateway_grid {
  display: grid;
  grid-template-columns: 1fr 180px 1fr;
  gap: 20px;
  align-items: center;
}
.gateway_entity_box {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all .25s ease;
}
.gateway_entity_box:hover {
  background: #ffffff;
  border-color: #93c5fd;
  box-shadow: 0 10px 24px rgba(0, 114, 188, 0.08);
}
.entity_country_badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  align-self: flex-start;
}
.badge_cn { background: #fee2e2; color: #dc2626; border: 1px solid #fecaca; }
.badge_vn { background: #dcfce7; color: #166534; border: 1px solid #bbf7d0; }
.entity_corp_name {
  font-size: 16px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 8px;
}
.entity_meta { font-size: 13px; color: #64748b; line-height: 1.5; margin-bottom: 14px; }
.entity_tasks_list { list-style: none; padding: 0; margin: auto 0 0; border-top: 1px dashed #e2e8f0; padding-top: 12px; }
.entity_tasks_list li {
  font-size: 13px;
  color: #334155;
  line-height: 1.5;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.entity_tasks_list li i { color: #0072bc; font-size: 12px; margin-top: 3px; }

.gateway_hub_connector {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hub_connector_circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0072bc, #0284c7);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 6px 18px rgba(0, 114, 188, 0.35);
}
.hub_pill {
  font-size: 11px;
  font-weight: 800;
  background: #f1f5f9;
  color: #0f172a;
  border: 1px solid #cbd5e1;
  padding: 3px 8px;
  border-radius: 12px;
  white-space: nowrap;
}

/* 5. Bento Grid: 5 Core Values & Strengths */
.about_bento_section { padding: 48px 0; background: #ffffff; }
.about_bento_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.bento_card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 26px 22px;
  transition: all .25s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.bento_card:hover {
  background: #ffffff;
  border-color: #93c5fd;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 74, 122, 0.08);
}
.bento_col_span2 {
  grid-column: span 2;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
  border-color: #bfdbfe;
}
.bento_icon_circle {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #e0f2fe;
  color: #0072bc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 16px;
  border: 1px solid #bae6fd;
}
.bento_card_tag {
  font-size: 11px;
  font-weight: 800;
  color: #0284c7;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 6px;
}
.bento_card_title {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px;
  line-height: 1.35;
}
.bento_card_desc {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.55;
  margin: 0;
}

/* 6. Stepper Timeline (5 Bước XNK) */
.about_process_section {
  padding: 56px 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.stepper_timeline_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  position: relative;
}
.stepper_step_card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 22px 16px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
  transition: all .25s ease;
  position: relative;
}
.stepper_step_card:hover {
  border-color: #0072bc;
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 114, 188, 0.10);
}
.step_node_num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0072bc, #0284c7);
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  box-shadow: 0 4px 10px rgba(0, 114, 188, 0.3);
}
.step_title {
  font-size: 14.5px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px;
  line-height: 1.35;
}
.step_desc {
  font-size: 12.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.45;
}

/* 7. Specialty Categories (3 Ngành hàng mũi nhọn) */
.about_specialty_section { padding: 56px 0; background: #ffffff; }
.specialty_cards_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.specialty_modern_card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 26px 20px;
  text-align: left;
  transition: all .25s ease;
}
.specialty_modern_card:hover {
  background: #ffffff;
  border-color: #0072bc;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 74, 122, 0.08);
}
.specialty_icon_3d {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0072bc, #0ea5e9);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 114, 188, 0.25);
}
.specialty_modern_card h3 {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 8px;
}
.specialty_modern_card p {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.55;
  margin: 0 0 12px;
}
.specialty_tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 800;
  color: #15803d;
  background: #dcfce7;
  padding: 3px 8px;
  border-radius: 4px;
}

/* 8. Warehouses & Logistics Hubs */
.about_warehouse_modern {
  padding: 56px 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.two_warehouse_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}
.wh_modern_card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}
.wh_status_live {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 800;
  color: #15803d;
  background: #dcfce7;
  padding: 3px 8px;
  border-radius: 12px;
}
.wh_status_live::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16a34a;
}
.wh_modern_card h3 {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin: 10px 0 6px;
}
.wh_modern_card p {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.55;
  margin: 0;
}

.three_perks_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.perk_modern_box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.perk_icon_wrap {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #f0fdf4;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  border: 1px solid #bbf7d0;
}
.perk_info h4 { margin: 0 0 3px; font-size: 14.5px; font-weight: 800; color: #0f172a; }
.perk_info p { margin: 0; font-size: 12.5px; color: #64748b; line-height: 1.45; }

/* 9. Corporate Legal Profile */
.about_legal_modern { padding: 48px 0 64px; background: #ffffff; }
.legal_profile_box {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1.5px solid #cbd5e1;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}
.legal_header_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.5px solid #e2e8f0;
  padding-bottom: 14px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.legal_header_left { display: flex; align-items: center; gap: 12px; }
.legal_header_left i { font-size: 28px; color: #0072bc; }
.legal_header_left h3 { margin: 0 0 2px; font-size: 18px; font-weight: 900; color: #0f172a; }
.legal_header_left p { margin: 0; font-size: 13px; color: #64748b; }
.legal_verified_badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: #dcfce7;
  color: #15803d;
  font-size: 12px;
  font-weight: 800;
  border-radius: 20px;
  border: 1px solid #bbf7d0;
}

.legal_data_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.legal_data_item { font-size: 13.5px; line-height: 1.55; }
.legal_data_item.full_span { grid-column: 1 / -1; }
.legal_label { font-weight: 800; color: #64748b; margin-right: 6px; }
.legal_val { font-weight: 700; color: #0f172a; }
.legal_highlight { color: #0072bc; font-weight: 800; font-size: 14.5px; }

/* 10. High-Impact CTA */
.about_cta_modern { padding: 0 0 64px; }
.about_cta_banner {
  background: linear-gradient(145deg, #001f38 0%, #00406c 50%, #0072bc 100%);
  border-radius: 16px;
  padding: 36px 44px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  box-shadow: 0 16px 36px rgba(0, 46, 80, 0.25);
}
.cta_banner_content { max-width: 600px; }
.cta_banner_tag {
  font-size: 11.5px;
  font-weight: 800;
  color: #4ade80;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.cta_banner_title {
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 8px;
  line-height: 1.3;
}
.cta_banner_desc {
  font-size: 14.5px;
  color: #e0f2fe;
  margin: 0;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 1024px) {
  .about_modern_stats_grid { grid-template-columns: repeat(2, 1fr); }
  .bilateral_gateway_grid { grid-template-columns: 1fr; }
  .gateway_hub_connector { flex-direction: row; justify-content: center; }
  .stepper_timeline_grid { grid-template-columns: repeat(3, 1fr); }
  .about_bento_grid { grid-template-columns: 1fr; }
  .bento_col_span2 { grid-column: span 1; }
  .specialty_cards_grid { grid-template-columns: 1fr; }
  .two_warehouse_grid { grid-template-columns: 1fr; }
  .three_perks_grid { grid-template-columns: 1fr; }
  .legal_data_grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .about_modern_hero_title { font-size: 26px; }
  .about_modern_stats_grid { grid-template-columns: 1fr; }
  .stepper_timeline_grid { grid-template-columns: 1fr; }
  .about_cta_banner { padding: 24px 20px; }
  .cta_banner_title { font-size: 20px; }
}


/* ==========================================================================
   PAGE: CHECKOUT & ORDERING SUITE (ĐẶT HÀNG, KÝ GỬI, EXCEL, GIỎ HÀNG)
   ========================================================================== */
.checkout_container { max-width: 1200px; margin: 0 auto; padding: 24px 15px 60px; }

/* Unified Tab Navigation */
.checkout_tabs_nav { display: flex; align-items: center; gap: 8px; margin: 0 0 24px; padding: 6px; background: #edf4f9; border-radius: 12px; border: 1px solid #dce8ef; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.checkout_tab_item { display: inline-flex; align-items: center; gap: 8px; padding: 10px 18px; font-size: 14px; font-weight: 700; color: #475569; border-radius: 8px; text-decoration: none; transition: all .2s ease; white-space: nowrap; }
.checkout_tab_item:hover { color: #0072bc; background: #ffffff; }
.checkout_tab_item.active { color: #ffffff; background: #0072bc; box-shadow: 0 4px 12px rgba(0, 114, 188, 0.25); }
.checkout_tab_item .tab_badge { display: inline-block; padding: 2px 7px; background: rgba(255,255,255,0.25); border-radius: 10px; font-size: 11px; font-weight: 800; }
.checkout_tab_item.active .tab_badge { background: #ffffff; color: #0072bc; }

/* Layout Grids */
.checkout_layout_grid { display: grid; grid-template-columns: 1fr 340px; gap: 24px; align-items: start; }
.checkout_layout_full { width: 100%; }

/* Form Cards */
.the_card_box { background: #ffffff; border: 1px solid #dce8ef; border-radius: 12px; padding: 26px 24px; box-shadow: 0 6px 20px rgba(0, 74, 122, 0.05); margin-bottom: 24px; }
.the_card_header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1.5px solid #edf2f7; padding-bottom: 14px; margin-bottom: 20px; }
.the_card_title { font-size: 18px; font-weight: 800; color: #0f2738; margin: 0; display: flex; align-items: center; gap: 10px; }
.the_card_title i { color: #0072bc; font-size: 19px; }
.the_card_subtitle { font-size: 13px; color: #64748b; margin: 4px 0 0; }

/* Form Inputs */
.the_form_group { margin-bottom: 16px; }
.the_form_label { display: block; font-size: 13.5px; font-weight: 700; color: #1e293b; margin-bottom: 6px; }
.the_form_label .req { color: #dc2626; margin-left: 3px; font-weight: 800; }
.the_form_input, .the_form_select, .the_form_textarea { width: 100%; padding: 10px 14px; font-size: 14px; color: #0f2738; background: #ffffff; border: 1.5px solid #cbd5e1; border-radius: 8px; transition: all .2s; box-sizing: border-box; }
.the_form_textarea, #the_note_url.the_form_textarea { resize: none !important; }
.the_form_input:focus, .the_form_select:focus, .the_form_textarea:focus { border-color: #0072bc; outline: none; box-shadow: 0 0 0 3px rgba(0, 114, 188, 0.15); }
.the_form_input::placeholder, .the_form_textarea::placeholder { color: #94a3b8; }
.the_form_row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }

/* Action Buttons */
.btn_the_primary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 26px; background: #28a745; color: #ffffff; font-size: 15px; font-weight: 800; border: none; border-radius: 8px; cursor: pointer; text-decoration: none; transition: all .2s; box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3); }
.btn_the_primary:hover { background: #1e7e34; color: #ffffff; transform: translateY(-1px); box-shadow: 0 6px 16px rgba(30, 126, 52, 0.4); }
.btn_the_blue { background: #0072bc; box-shadow: 0 4px 12px rgba(0, 114, 188, 0.3); }
.btn_the_blue:hover { background: #00548d; box-shadow: 0 6px 16px rgba(0, 84, 141, 0.4); }
.btn_the_secondary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 22px; background: #f1f5f9; color: #334155; font-size: 14px; font-weight: 700; border: 1.5px solid #cbd5e1; border-radius: 8px; cursor: pointer; text-decoration: none; transition: all .2s; }
.btn_the_secondary:hover { background: #e2e8f0; color: #0f2738; }

/* Guidance Sidebar */
.order_sidebar_card { background: #f8fafc; border: 1.5px solid #cbd5e1; border-radius: 12px; padding: 22px 20px; margin-bottom: 20px; }
.sidebar_tip_title { font-size: 15px; font-weight: 800; color: #0f2738; margin: 0 0 12px; display: flex; align-items: center; gap: 8px; }
.sidebar_tip_title i { color: #f59e0b; font-size: 17px; }
.sidebar_steps_list { list-style: none; padding: 0; margin: 0 0 18px; }
.sidebar_steps_list li { font-size: 13px; color: #475569; line-height: 1.55; margin-bottom: 10px; display: flex; align-items: flex-start; gap: 8px; }
.sidebar_steps_list li i { color: #168534; margin-top: 3px; font-size: 12px; }

.extension_promo_box { background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%); border: 1.5px solid #bfdbfe; border-radius: 10px; padding: 18px 16px; margin-bottom: 20px; }
.extension_promo_box h4 { margin: 0 0 6px; font-size: 15px; font-weight: 800; color: #1e40af; display: flex; align-items: center; gap: 6px; }
.extension_promo_box p { font-size: 13px; color: #1e3a8a; margin: 0 0 12px; line-height: 1.45; }
.btn_install_extension { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: #0072bc; color: #ffffff; font-size: 13px; font-weight: 800; border-radius: 6px; text-decoration: none; transition: background .2s; }
.btn_install_extension:hover { background: #00548d; color: #ffffff; }

/* Ship Package Item Card */
.ship_package_item_card { background: #ffffff; border: 1.5px solid #dce8ef; border-radius: 10px; padding: 20px; margin-bottom: 18px; position: relative; box-shadow: 0 3px 10px rgba(0,0,0,0.03); }
.ship_package_header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #f1f5f9; }
.ship_package_num { font-size: 14px; font-weight: 800; color: #0072bc; display: flex; align-items: center; gap: 6px; }
.btn_remove_package { color: #dc2626; background: #fee2e2; border: none; padding: 5px 10px; border-radius: 6px; font-size: 12px; font-weight: 700; cursor: pointer; transition: all .2s; }
.btn_remove_package:hover { background: #fecaca; color: #b91c1c; }

/* Excel Upload Box */
.excel_drop_zone { border: 2px dashed #94a3b8; border-radius: 12px; padding: 40px 24px; text-align: center; background: #f8fafc; cursor: pointer; transition: all .25s; }
.excel_drop_zone:hover { border-color: #0072bc; background: #eff6ff; }
.excel_drop_icon { font-size: 48px; color: #168534; margin-bottom: 12px; }
.excel_drop_title { font-size: 16px; font-weight: 800; color: #0f2738; margin: 0 0 6px; }
.excel_drop_hint { font-size: 13px; color: #64748b; margin: 0 0 16px; }

/* Cart Table & Calculations */
.cart_modern_table { width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #dce8ef; border-radius: 10px; overflow: hidden; margin-bottom: 24px; }
.cart_modern_table th { background: #f8fafc; padding: 12px 14px; font-size: 13px; font-weight: 800; color: #475569; text-transform: uppercase; border-bottom: 1.5px solid #e2e8f0; }
.cart_modern_table td { padding: 14px; border-bottom: 1px solid #f1f5f9; font-size: 13.5px; color: #1e293b; vertical-align: middle; }
.cart_modern_table tr:last-child td { border-bottom: none; }
.cart_prod_thumb { width: 64px; height: 64px; object-fit: cover; border-radius: 6px; border: 1px solid #e2e8f0; }
.cart_finance_summary { background: #f8fafc; border: 1.5px solid #cbd5e1; border-radius: 10px; padding: 22px; }
.finance_row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px dashed #e2e8f0; font-size: 14px; }
.finance_row.total_row { border-top: 2px solid #0072bc; border-bottom: none; margin-top: 10px; padding-top: 12px; font-size: 17px; font-weight: 900; color: #0072bc; }

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



/* ==========================================================================
   PAGE: ARTICLE & BLOG SUITE (MODERN 2026 DESIGN)
   ========================================================================== */
.wrap_news {
  background: #f8fafc;
  padding: 24px 0 48px;
  min-height: 80vh;
}
.wrap_news .wrap_content {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 28px;
  align-items: start;
}
.content_news { width: 100%; }

.box_content_news {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 32px 36px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.box_content_news .top {
  border-bottom: 1.5px solid #f1f5f9;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
.box_content_news .top h1 {
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.35;
  margin: 0 0 8px;
}
.box_content_news .top span {
  font-size: 13px;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.box_content_news .middle {
  font-size: 15px;
  line-height: 1.75;
  color: #334155;
}
.box_content_news .middle p {
  margin: 0 0 16px;
}
.box_content_news .middle p.article_lead {
  font-size: 16px;
  line-height: 1.7;
  color: #1e293b;
  font-weight: 500;
}
.box_content_news .middle h2 {
  font-size: 19px;
  font-weight: 800;
  color: #0f172a;
  margin: 28px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
}
.box_content_news .middle h3 {
  font-size: 16px;
  font-weight: 800;
  color: #0072bc;
  margin: 20px 0 10px;
}
.box_content_news .middle ul, .box_content_news .middle ol {
  padding-left: 24px;
  margin: 0 0 18px;
}
.box_content_news .middle li {
  margin-bottom: 8px;
  line-height: 1.65;
}

.article_highlight_box {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border: 1.5px solid #86efac;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 24px 0;
}
.article_highlight_box h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  color: #166534;
  display: flex;
  align-items: center;
  gap: 8px;
}
.article_highlight_box p {
  margin: 0;
  font-size: 14.5px;
  color: #14532d;
  line-height: 1.6;
}

.article_grid_two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 20px 0 24px;
}
.article_card_box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
}
.article_card_box h3 {
  margin-top: 0;
  font-size: 15px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 8px;
}
.article_card_box ul {
  margin-bottom: 0;
  padding-left: 18px;
}

.article_info_table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #f8fafc;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.article_info_table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8f0;
  font-size: 14.5px;
}
.article_info_table tr:last-child td {
  border-bottom: none;
}

/* Sidebar Modern Widgets */
.cate_news_left { width: 100%; }
.sidebar_modern_widget {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}
.sidebar_widget_header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 12px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sidebar_widget_header i {
  color: #0072bc;
  font-size: 15px;
}
.sidebar_cate_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar_cate_list li {
  border-bottom: 1px solid #f1f5f9;
}
.sidebar_cate_list li:last-child {
  border-bottom: none;
}
.sidebar_cate_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
  border-radius: 8px;
  transition: all .2s ease;
}
.sidebar_cate_list li a:hover,
.sidebar_cate_list li.active a {
  background: #f0f7fc;
  color: #0072bc;
  font-weight: 700;
  padding-left: 12px;
}
.sidebar_cate_list li a i {
  font-size: 12px;
  color: #94a3b8;
}

.sidebar_news_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar_post_item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-decoration: none;
  padding-bottom: 12px;
  border-bottom: 1px solid #f1f5f9;
  transition: all .2s ease;
}
.sidebar_post_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar_post_item:hover .sidebar_post_title {
  color: #0072bc;
}
.sidebar_post_img {
  width: 72px;
  height: 54px;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f5f9;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
}
.sidebar_post_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sidebar_post_info {
  flex: 1;
  min-width: 0;
}
.sidebar_post_title {
  font-size: 13px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.4;
  margin: 0 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: none;
}
.sidebar_post_date {
  font-size: 11.5px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Related News Cards */
.other_news {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e2e8f0;
}
.other_news p.title {
  font-size: 16.5px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.other_news_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.related_news_card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all .2s ease;
}
.related_news_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 74, 122, 0.08);
  border-color: #93c5fd;
}
.related_news_link {
  text-decoration: none;
  display: block;
}
.related_img {
  height: 125px;
  overflow: hidden;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.related_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.related_info {
  padding: 12px 14px;
}
.related_title {
  font-size: 13.5px;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.4;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related_date {
  font-size: 11.5px;
  color: #94a3b8;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Article Listing */
.news_listing_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modern_news_item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
  transition: all .2s ease;
}
.modern_news_item:hover {
  border-color: #93c5fd;
  box-shadow: 0 8px 24px rgba(0, 74, 122, 0.08);
  transform: translateY(-2px);
}
.modern_news_thumb {
  width: 190px;
  height: 125px;
  border-radius: 10px;
  overflow: hidden;
  background: #f1f5f9;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modern_news_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.modern_news_content {
  flex: 1;
  min-width: 0;
}
.modern_news_title {
  font-size: 16.5px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 6px;
}
.modern_news_title a {
  color: #0f172a;
  text-decoration: none;
  transition: color .2s;
}
.modern_news_title a:hover {
  color: #0072bc;
}
.modern_news_meta {
  font-size: 12.5px;
  color: #64748b;
  margin-bottom: 8px;
}
.modern_news_desc {
  font-size: 13.5px;
  color: #475569;
  line-height: 1.55;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.modern_news_btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #0072bc;
  text-decoration: none;
  transition: all .2s;
}
.modern_news_btn:hover {
  color: #005a96;
  gap: 9px;
}

/* Modern Pagination */
.modern_pagination_wrap {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}
.modern_pagination {
  display: flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.modern_pagination li a,
.modern_pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  color: #475569;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}
.modern_pagination li a:hover {
  background: #f0f7fc;
  border-color: #0072bc;
  color: #0072bc;
}
.modern_pagination li.active span {
  background: #0072bc;
  border-color: #0072bc;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 1024px) {
  .wrap_news .wrap_content { grid-template-columns: 1fr; }
  .other_news_list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .box_content_news { padding: 20px 16px; }
  .box_content_news .top h1 { font-size: 20px; }
  .article_grid_two { grid-template-columns: 1fr; }
  .other_news_list { grid-template-columns: 1fr; }
  .modern_news_item { flex-direction: column; align-items: flex-start; }
  .modern_news_thumb { width: 100%; height: 160px; }
}
