:root{
  --orange:#ff5a00;
  --orange2:#ff9700;
  --red:#d90c0c;
  --navy:#061a2c;
  --navy2:#0b263e;
  --ink:#0b1830;
  --muted:#697386;
  --line:#e2e7ed;
  --light:#f5f7f9;
  --white:#fff;
  --section-pad:50px;
  --radius:8px;
  --shadow:0 8px 24px rgba(4,24,45,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Inter,Roboto,Arial,Helvetica,sans-serif;background:#fff;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input{font:inherit}
.mvo-container{width:min(1180px,calc(100% - 48px));margin:0 auto}
.section{padding:var(--section-pad) 0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 24px;border-radius:6px;font-weight:800;font-size:13px;letter-spacing:.2px;transition:.25s ease}
.btn-orange{color:#fff;background:linear-gradient(135deg,var(--orange2),var(--orange));box-shadow:0 8px 20px rgba(255,103,0,.2)}
.btn-orange:hover{transform:translateY(-2px);filter:brightness(1.03)}
.btn-outline{border:1px solid rgba(255,255,255,.7);color:#fff;background:rgba(4,18,35,.28)}
.btn-outline:hover{background:#fff;color:var(--navy)}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.98);border-bottom:1px solid #eef1f4;transition:.2s;min-height:72px}
.site-header.is-scrolled{box-shadow:0 8px 28px rgba(0,0,0,.07)}
.header-inner{height:72px;display:grid;grid-template-columns:160px minmax(480px,1fr) auto;align-items:center;gap:22px}
.brand{display:flex;align-items:center;height:100%}
.brand img,.custom-logo{max-width:148px;max-height:47px;object-fit:contain}.brand .mvo-header-logo{width:auto;height:auto;max-width:148px;max-height:47px;object-fit:contain;object-position:left center}
.custom-logo-link{display:flex;align-items:center}
.mvo-nav-list{display:flex;align-items:center;gap:27px;margin:0;padding:0;list-style:none;white-space:nowrap}
.mvo-nav-list>li>a{font-size:12px;font-weight:900;color:#0d1c31;line-height:72px;position:relative}
.mvo-nav-list>li.current-menu-item>a,.mvo-nav-list>li>a:hover{color:var(--red)}
.mvo-nav-list>li.current-menu-item>a:after{content:"";height:3px;background:var(--red);position:absolute;left:0;right:0;bottom:-20px;border-radius:3px}
.header-actions{display:flex;align-items:center;gap:12px}
.header-search{height:39px;width:230px;display:flex;align-items:center;border:1px solid #dfe5eb;border-radius:999px;background:#fff;overflow:hidden}
.header-search input{border:0;outline:0;width:100%;padding:0 13px;font-size:11px;color:#667}
.header-search button{width:41px;height:41px;border:0;border-radius:50%;background:var(--red);color:#fff;font-size:19px;cursor:pointer;flex:0 0 auto}
.header-consult{height:39px;display:inline-flex;align-items:center;gap:7px;background:var(--red);color:#fff;border-radius:999px;padding:0 18px;font-size:11px;font-weight:900;white-space:nowrap}
.nav-toggle{display:none;border:0;background:transparent;padding:6px;cursor:pointer}.nav-toggle span{display:block;width:24px;height:2px;background:#101c2c;margin:5px 0}

/* Hero slider */
.home-hero{height:470px;position:relative;overflow:hidden;background:#07192c;color:#fff;isolation:isolate}
.hero-slides,.hero-slide{position:absolute;inset:0}
.hero-slide{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .7s ease,visibility .7s ease;z-index:1}
.hero-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}
.hero-media{position:absolute;inset:0;background:#0a1d30;overflow:hidden}
.hero-media picture,.hero-media img{display:block;width:100%;height:100%}
.hero-media img{object-fit:cover;object-position:center right;transform:scale(1.015);transition:transform 6.5s cubic-bezier(.2,.65,.3,1);will-change:transform}
.hero-slide.is-active .hero-media img{transform:scale(1.055)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,37,.98) 0%,rgba(5,23,42,.94) 29%,rgba(5,23,42,.76) 43%,rgba(5,23,42,.24) 66%,rgba(5,23,42,.08) 100%)}
.hero-shade:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 46% 28%,rgba(255,255,255,.08),transparent 28%),linear-gradient(180deg,rgba(0,0,0,0) 60%,rgba(0,0,0,.18) 100%)}
.hero-inner{height:100%;position:relative;z-index:3;display:flex;align-items:center}
.hero-copy{width:49%;max-width:590px;color:#fff;padding-top:5px}
.hero-kicker{font-size:22px;font-weight:900;letter-spacing:.35px;margin-bottom:7px;color:#fff}
.hero-title,.hero-copy h1,.hero-copy h2{font-size:39px;line-height:1.05;margin:0 0 16px;color:var(--orange2);font-weight:950;letter-spacing:.1px}
.hero-copy p{font-size:13px;margin:0 0 21px;color:#f0f4f6;line-height:1.6;max-width:560px}
.hero-buttons{display:flex;gap:15px;margin-bottom:29px}
.hero-trust{display:flex;gap:22px;align-items:center;font-size:11px;color:#fff;white-space:nowrap}
.hero-trust span{display:inline-flex;gap:6px;align-items:center}.hero-trust span::first-letter{color:var(--orange)}
.hero-animate{opacity:0;transform:translateY(16px)}
.hero-slide.is-active .hero-animate{animation:heroReveal .62s cubic-bezier(.2,.75,.25,1) forwards}
.hero-slide.is-active .hero-animate-1{animation-delay:.08s}.hero-slide.is-active .hero-animate-2{animation-delay:.18s}.hero-slide.is-active .hero-animate-3{animation-delay:.3s}.hero-slide.is-active .hero-animate-4{animation-delay:.42s}.hero-slide.is-active .hero-animate-5{animation-delay:.54s}
@keyframes heroReveal{to{opacity:1;transform:translateY(0)}}
.hero-nav{position:absolute;z-index:8;top:50%;width:46px;height:46px;margin-top:-23px;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:rgba(3,19,34,.38);backdrop-filter:blur(8px);color:#fff;font-size:31px;line-height:1;display:grid;place-items:center;cursor:pointer;opacity:0;transform:translateX(-6px);transition:.25s ease}
.hero-next{right:24px;transform:translateX(6px)}.hero-prev{left:24px}.home-hero:hover .hero-nav,.home-hero:focus-within .hero-nav{opacity:1;transform:none}.hero-nav:hover{background:var(--red);border-color:var(--red)}
.hero-controls{position:absolute;z-index:9;left:50%;transform:translateX(-50%);bottom:20px;display:flex;align-items:center;justify-content:flex-end;gap:14px;pointer-events:none}
.hero-dots{display:flex;align-items:center;gap:9px;pointer-events:auto}.hero-dot{width:14px;height:14px;padding:0;border:2px solid rgba(255,255,255,.82);border-radius:50%;background:rgba(255,255,255,.15);cursor:pointer;transition:.25s}.hero-dot span{display:block;width:100%;height:100%;border-radius:50%;transform:scale(0);background:var(--red);transition:.25s}.hero-dot.is-active{width:16px;height:16px;border-color:#fff}.hero-dot.is-active span{transform:scale(.72)}
.hero-count{display:flex;align-items:center;gap:5px;color:#fff;font-size:10px;font-weight:800;opacity:.86}.hero-count b{font-size:13px;color:var(--orange2)}.hero-count em{font-style:normal}
.hero-progress{position:absolute;z-index:10;left:0;right:0;bottom:0;height:3px;background:rgba(255,255,255,.13)}.hero-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--red),var(--orange2));transform-origin:left center}
.hero-slider.is-running .hero-progress span{animation:heroProgress var(--hero-duration,5500ms) linear forwards}@keyframes heroProgress{from{width:0}to{width:100%}}
@media(prefers-reduced-motion:reduce){.hero-slide,.hero-media img,.hero-animate,.hero-nav,.hero-dot,.hero-progress span{transition:none!important;animation:none!important}.hero-animate{opacity:1;transform:none}.hero-slide.is-active .hero-media img{transform:none}}

/* Category + products */
.section-categories{background:#fff}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:45px}
.category-card{border-radius:7px;overflow:hidden;box-shadow:var(--shadow);transition:.25s ease;background:#0b1b2c}
.category-card img{width:100%;aspect-ratio:1.55/1;object-fit:cover;transition:.35s ease}
.category-card:hover{transform:translateY(-3px)}.category-card:hover img{transform:scale(1.025)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}
.eyebrow{display:inline-block;color:var(--red);font-weight:900;font-size:14px;line-height:1.1;border-left:4px solid var(--red);padding-left:9px;text-transform:uppercase}
.section-heading h2,.about-copy h2{font-size:28px;line-height:1.08;margin:8px 0 0;font-weight:950;color:#0c1c32}
.slider-arrows{display:flex;gap:9px}.slider-arrows button{width:34px;height:34px;border:1px solid #d6dee6;border-radius:50%;background:#fff;color:#123;cursor:pointer;font-size:22px;line-height:1}.slider-arrows button:hover{border-color:var(--red);color:var(--red)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{border:1px solid #dde5eb;border-radius:7px;overflow:hidden;background:#fff;box-shadow:0 4px 18px rgba(3,24,44,.035);transition:.25s}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-image{display:block;overflow:hidden;background:#eef3f6}.product-image img{width:100%;aspect-ratio:1.76/1;object-fit:cover;transition:.35s}.product-card:hover .product-image img{transform:scale(1.035)}
.product-body{padding:15px 15px 13px}.product-body h3{font-size:15px;line-height:1.35;margin:0 0 9px;font-weight:900}.product-body ul{list-style:none;padding:0;margin:0;color:#4b5767;font-size:12px;line-height:1.5}.product-actions{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.product-actions strong{font-size:18px;color:var(--red)}.product-actions a{background:var(--red);color:#fff;border-radius:5px;padding:9px 14px;font-size:11px;font-weight:800}

/* Stats */
.stats-strip{background:linear-gradient(90deg,#06182a,#0c2944);color:#fff}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.stat-item{display:flex;align-items:center;justify-content:center;gap:16px;min-height:54px}
.stat-icon{color:var(--orange2);font-size:38px;line-height:1;font-weight:800}.stat-item strong{display:block;color:var(--orange2);font-size:26px;line-height:1;font-weight:950;margin-bottom:6px}.stat-item span{font-size:12px;color:#fff}

/* About */
.about-section{background:#fff}
.about-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:42px;align-items:center}
.about-media{display:block;border-radius:7px;overflow:hidden;box-shadow:var(--shadow)}.about-media img{width:100%;height:100%;object-fit:cover}
.about-copy p{font-size:13px;color:#374558;margin:15px 0 18px}.check-list{list-style:none;padding:0;margin:0 0 20px}.check-list li{position:relative;padding:5px 0 5px 30px;font-size:13px;font-weight:600}.check-list li:before{content:"✓";position:absolute;left:0;top:3px;width:20px;height:20px;border-radius:50%;background:var(--red);color:#fff;text-align:center;line-height:20px;font-size:12px}

/* Finance */
.finance-section{position:relative;overflow:hidden;background:linear-gradient(90deg,#0b1b2d,#0c2946 60%,#0a2138);color:#fff}
.finance-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,17,31,.05),rgba(2,17,31,.2)),radial-gradient(circle at 72% 30%,rgba(255,255,255,.05),transparent 28%)}
.finance-bg-machine{position:absolute;left:0;top:0;bottom:0;width:42%;background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.98}.finance-bg-machine:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,36,.08),rgba(6,24,42,.18),#0c2946 98%)}
.finance-grid{position:relative;z-index:2;display:grid;grid-template-columns:40% 37% 23%;align-items:center;min-height:150px}
.finance-copy span{font-size:28px;font-weight:400}.finance-copy h2{font-size:41px;margin:-2px 0 3px;line-height:1;font-weight:950}.finance-copy h2 b{color:var(--orange2)}.finance-copy p{font-size:12px;color:#e9eef3;margin:0 0 13px}.finance-copy .btn{min-height:39px;padding:0 18px;font-size:11px}
.finance-benefits{display:grid;gap:14px;font-size:12px;font-weight:700}.finance-benefits span{color:#fff}.finance-benefits span::first-letter{color:var(--orange2)}

/* News */
.news-heading{align-items:center;margin-bottom:22px}.news-heading>a{font-size:12px;color:var(--red);font-weight:800}
.news-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.news-card{border:1px solid #dfe6ec;border-radius:6px;overflow:hidden;background:#fff}.news-card img{width:100%;aspect-ratio:2.65/1;object-fit:cover}.news-body{padding:11px 13px 12px}.news-body h3{font-size:13px;line-height:1.3;margin:0 0 7px;font-weight:850}.news-body time{font-size:10px;color:var(--red);font-weight:700}

/* Partners */
.partners-section{background:#fff}
.compact-heading{margin-bottom:16px}.partners-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.partner-card{height:58px;border:1px solid #dfe6ed;border-radius:5px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.partner-card img{width:100%;height:100%;object-fit:cover}

/* Footer */
.site-footer{background:#06192a;color:#fff;position:relative;overflow:hidden}.footer-main{position:relative;background:radial-gradient(circle at 82% 100%,rgba(38,78,104,.4),transparent 33%),linear-gradient(90deg,#071b2e,#061728 55%,#081b2d);padding:42px 0 32px}.footer-main:after{content:"";position:absolute;right:-4%;bottom:-22%;width:42%;height:78%;background:url('../images/hero-machine.jpg') center/cover no-repeat;opacity:.08;filter:grayscale(1)}
.footer-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.25fr .58fr .72fr 1.15fr;gap:42px;align-items:start}.footer-company-card{background:linear-gradient(135deg,#ffc21c,#ff8a00);color:#071626;border-radius:5px;padding:23px 25px 26px;box-shadow:0 18px 42px rgba(0,0,0,.18);position:relative;margin-top:-65px}.footer-company-card:after{content:"";position:absolute;right:-20px;top:0;border-top:20px solid #cd7300;border-right:20px solid transparent}.footer-brand-row{display:flex;align-items:center;gap:9px;margin-bottom:12px}.footer-brand-row img{width:auto;height:auto;max-width:185px;max-height:58px;object-fit:contain;object-position:left center}.footer-brand-row .mvo-footer-logo{display:block}.footer-brand-row strong{font-size:18px;line-height:.85}.footer-brand-row small{display:block;font-size:9px;font-weight:800;margin-top:4px}.footer-company-card h3{font-size:13px;line-height:1.35;margin:0 0 12px;font-weight:900;text-transform:uppercase}.footer-company-card p{font-size:11px;margin:7px 0;font-weight:650}.footer-links h4,.footer-newsletter h4{font-size:12px;margin:0 0 14px;font-weight:900}.footer-links{display:flex;flex-direction:column;gap:7px}.footer-links a{font-size:11px;color:#d7e0e8;transition:.2s}.footer-links a:hover{color:var(--orange2)}.footer-newsletter p{font-size:10px;color:#d4dde5;margin:0 0 12px;max-width:290px}.newsletter-form{display:flex;max-width:300px;height:36px;background:#fff;border-radius:4px;overflow:hidden}.newsletter-form input{width:100%;border:0;outline:0;padding:0 12px;font-size:10px}.newsletter-form button{width:46px;border:0;background:var(--orange2);color:#fff;font-size:20px}.social-row{display:flex;gap:8px;margin-top:14px}.social-row a{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#1f69ca;color:#fff;font-size:12px;font-weight:900}.social-row a:nth-child(2){background:#e31d2d}.social-row a:nth-child(3){background:#111}.social-row a:nth-child(4){background:#087ee7}.footer-slogan{text-align:right;font-size:21px;line-height:1.05;font-weight:700;color:#dfe6ec;opacity:.75;margin-top:-5px}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);padding:14px 0;background:#061728}.footer-bottom .mvo-container{display:flex;justify-content:space-between;gap:20px;font-size:9px;color:#d8e0e7}.back-to-top{position:fixed;right:20px;bottom:20px;width:42px;height:42px;border:0;border-radius:50%;background:var(--red);color:#fff;font-size:22px;box-shadow:0 8px 25px rgba(0,0,0,.2);opacity:0;pointer-events:none;transform:translateY(15px);transition:.25s;z-index:100}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:none}

/* WordPress */
.admin-bar .site-header{top:32px}

@media (max-width:1180px){
  .header-inner{grid-template-columns:145px 1fr auto;gap:15px}.mvo-nav-list{gap:16px}.mvo-nav-list>li>a{font-size:11px}.header-search{display:none}.header-consult{padding:0 14px}.hero-copy{width:52%}.hero-title,.hero-copy h1,.hero-copy h2{font-size:36px}
}
@media (max-width:960px){
  :root{--section-pad:50px}
  .mvo-container{width:min(100% - 32px,760px)}
  .header-inner{grid-template-columns:1fr auto;height:64px}.site-header{min-height:64px}.brand img,.custom-logo{max-width:138px}.main-nav{position:fixed;left:0;right:0;top:64px;background:#fff;max-height:0;overflow:hidden;transition:.3s;box-shadow:0 12px 30px rgba(0,0,0,.08)}.admin-bar .main-nav{top:96px}.main-nav.is-open{max-height:520px}.mvo-nav-list{display:block;padding:12px 20px 20px}.mvo-nav-list>li>a{display:block;line-height:45px;border-bottom:1px solid #edf0f3}.mvo-nav-list>li.current-menu-item>a:after{display:none}.nav-toggle{display:block}.header-consult{display:none}
  .home-hero{height:560px}.hero-media img{object-position:62% center}.hero-shade{background:linear-gradient(180deg,rgba(5,23,42,.98) 0%,rgba(5,23,42,.92) 47%,rgba(5,23,42,.45) 70%,rgba(5,23,42,.12) 100%)}.hero-inner{align-items:flex-start;padding-top:50px}.hero-copy{width:100%;max-width:630px}.hero-title,.hero-copy h1,.hero-copy h2{font-size:35px}.hero-trust{flex-wrap:wrap}.hero-controls{bottom:18px}.hero-nav{display:none}
  .category-grid,.product-grid,.news-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.about-grid{grid-template-columns:1fr}.finance-bg-machine{width:100%;opacity:.28}.finance-grid{grid-template-columns:1fr;gap:22px}.finance-grid>div:first-child{display:none}.finance-copy,.finance-benefits{max-width:520px}.partners-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-company-card{margin-top:-60px}.footer-newsletter{grid-column:span 2}
}
@media (max-width:640px){
  .mvo-container{width:calc(100% - 28px)}
  .header-actions{gap:5px}
  .home-hero{height:620px;min-height:620px}.hero-media img{object-position:center center}.hero-inner{padding-top:42px;align-items:flex-start}.hero-copy{max-width:100%}.hero-kicker{font-size:18px}.hero-title,.hero-copy h1,.hero-copy h2{font-size:30px}.hero-copy p{font-size:12px;max-width:94%}.hero-copy p br{display:none}.hero-buttons{flex-wrap:wrap;margin-bottom:22px}.hero-buttons .btn{min-height:43px;padding:0 18px}.hero-trust{gap:10px 14px;font-size:10px;white-space:normal}.hero-controls{bottom:16px;justify-content:center}.hero-count{display:none}.hero-dots{gap:8px}
  .category-grid,.product-grid,.news-grid,.stats-grid,.partners-grid{grid-template-columns:1fr}.category-grid{gap:12px}.section-heading h2,.about-copy h2{font-size:24px}.product-grid{gap:14px}.stat-item{justify-content:flex-start;padding-left:20px}.finance-copy span{font-size:23px}.finance-copy h2{font-size:34px}.footer-grid{grid-template-columns:1fr}.footer-company-card{margin-top:-48px}.footer-newsletter{grid-column:auto}.footer-slogan{text-align:left;margin-top:22px}.footer-bottom .mvo-container{flex-direction:column}.partners-grid{grid-template-columns:repeat(2,1fr)}
}

/* =========================================================
   PAGE: GIỚI THIỆU
   ========================================================= */
.about-page-hero{height:255px;position:relative;overflow:hidden;background:#081b2f;color:#fff}
.about-page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(104deg,#071a2e 0%,#0b2238 38%,rgba(9,31,52,.9) 46%,rgba(6,22,38,.08) 72%);z-index:1}
.about-page-hero:after{content:"";position:absolute;left:0;top:0;bottom:0;width:47%;background:linear-gradient(120deg,rgba(8,27,46,.25),rgba(8,27,46,.9));clip-path:polygon(0 0,100% 0,82% 100%,0 100%);z-index:1}
.about-page-hero-media{position:absolute;right:0;top:0;width:67%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;z-index:0}
.about-page-hero-inner{height:100%;position:relative;z-index:2;display:flex;align-items:center}
.about-page-hero-copy{padding-left:2px;margin-top:6px}
.about-page-hero-copy h1{margin:0;font-size:54px;line-height:.95;font-weight:950;letter-spacing:-1.3px;color:#fff}.about-page-hero-copy h1 span{color:var(--orange2)}
.about-page-hero-copy p{font-size:21px;line-height:1.35;margin:15px 0 20px;color:#f5f7fa;font-weight:450}
.about-breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:#dbe4ec}.about-breadcrumb a:hover{color:var(--orange2)}

.about-company-section{background:#fff}
.about-company-grid{display:grid;grid-template-columns:46% 54%;gap:30px;align-items:stretch}
.about-company-photo{margin:0;min-height:360px;border-radius:6px;overflow:hidden;background:#eaf0f4;box-shadow:0 8px 25px rgba(8,28,47,.08)}
.about-company-photo img{width:100%;height:100%;object-fit:cover}
.about-company-content{padding:1px 0 0}.about-company-content h2{font-size:31px;line-height:1.05;margin:7px 0 1px;font-weight:950;color:#0c1a2d}.about-company-content h3{font-size:18px;line-height:1.25;margin:0 0 11px;font-weight:850;color:#101c30}
.about-company-content>p{margin:0 0 15px;font-size:12.5px;line-height:1.55;color:#334154}
.company-facts{display:grid;grid-template-columns:1fr 1fr;border:1px solid #dfe6ed;border-radius:6px;overflow:hidden;background:#fbfcfd}
.company-fact-col{padding:9px 12px}.company-fact-col+ .company-fact-col{border-left:1px solid #e5ebf0}
.company-fact{display:grid;grid-template-columns:18px 92px 1fr;gap:7px;align-items:start;min-height:31px;padding:5px 0;font-size:10px;color:#263649}.company-fact b{font-size:10px;color:#33445a}.company-fact em{font-style:normal;color:#263649;line-height:1.4}.fact-icon{color:var(--red);font-weight:900;font-size:13px;line-height:1.1}

.about-milestones{background:linear-gradient(90deg,#071b2e,#0b2c49);color:#fff}
.milestones-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.milestone-item{display:flex;align-items:center;justify-content:center;gap:16px;min-height:62px}.milestone-icon{font-size:40px;line-height:1;color:var(--orange2);font-weight:900}.milestone-item strong{display:block;font-size:16px;line-height:1.15;color:var(--orange2);font-weight:900}.milestone-item strong b{font-size:28px}.milestone-item small{display:block;margin-top:4px;color:#fff;font-size:11px}

.about-values-section{position:relative;background:#fff;overflow:hidden}.about-values-section:after{content:"";position:absolute;right:-3%;bottom:-11%;width:35%;height:89%;background:url('../images/about-main.jpg') center/cover no-repeat;opacity:.08;filter:grayscale(1);pointer-events:none}
.about-section-title{position:relative;z-index:2}.about-section-title h2{margin:0;font-size:25px;line-height:1.05;font-weight:950;color:#101c31;border-left:4px solid var(--red);padding-left:10px}.about-section-title span{display:block;font-size:11px;line-height:1.3;margin:4px 0 0 14px;color:#334355;font-weight:700;letter-spacing:.35px}
.values-layout{display:grid;grid-template-columns:1fr 245px;gap:35px;align-items:stretch;margin-top:17px;position:relative;z-index:2}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.value-card{border:1px solid #d9e2e9;border-radius:6px;background:rgba(255,255,255,.93);padding:24px 18px 22px;min-height:188px}.value-icon{font-size:33px;line-height:1;color:var(--orange);margin-bottom:13px}.value-icon.red{color:#e71717}.value-icon.diamond{color:#ff5b26}.value-card h3{font-size:16px;margin:0 0 13px;font-weight:900}.value-card p,.value-card li{font-size:11.5px;line-height:1.6;color:#485668}.value-card p{margin:0}.value-card ul{list-style:none;padding:0;margin:0}.value-card li{position:relative;padding-left:20px;margin:3px 0}.value-card li:before{content:"✓";position:absolute;left:0;top:1px;width:14px;height:14px;line-height:14px;text-align:center;border-radius:50%;background:var(--red);color:#fff;font-size:9px;font-weight:900}
.values-quote{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;padding:6px 10px 0 0}.values-quote blockquote{margin:0;text-align:right;font-size:21px;line-height:1.35;color:#39495b;font-style:italic;font-weight:600}.values-quote i{display:block;width:34px;height:4px;background:var(--orange2);margin-top:13px}

.about-why-section{position:relative;overflow:hidden;background:#081c30;color:#fff}.about-why-bg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.14;filter:saturate(.65)}.about-why-section:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,35,.96),rgba(7,28,46,.86));z-index:0}.about-why-grid{position:relative;z-index:2;display:grid;grid-template-columns:35% 65%;gap:28px;align-items:center}.about-why-intro h2{font-size:31px;line-height:1.05;margin:0 0 12px;font-weight:950;color:#fff}.about-why-intro h2 span{color:var(--orange2)}.about-why-intro p{font-size:12px;line-height:1.55;color:#dfe8ef;margin:0}.about-reasons{display:grid;grid-template-columns:repeat(3,1fr);gap:22px 18px}.about-reasons article{display:flex;gap:12px;align-items:flex-start}.about-reasons article>span{font-size:31px;line-height:1;color:var(--orange2);min-width:36px;text-align:center}.about-reasons h3{font-size:12px;margin:0 0 5px;color:#fff;font-weight:850}.about-reasons p{font-size:10px;line-height:1.45;margin:0;color:#d3dee7}

.about-process-section{background:#fff}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:23px;margin-top:16px;margin-bottom:42px}.process-step{position:relative;border:1px solid #dce4ea;border-radius:6px;min-height:90px;padding:19px 22px 16px 55px;display:flex;align-items:center;gap:12px;background:#fff}.process-step>b{position:absolute;left:14px;top:-12px;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-size:10px}.process-icon{font-size:29px;color:var(--red);min-width:34px;text-align:center}.process-step h3{font-size:12px;line-height:1.2;margin:0 0 4px;color:var(--red);font-weight:900}.process-step p{font-size:9.5px;line-height:1.4;margin:0;color:#465468}.process-step i{position:absolute;right:-18px;top:50%;transform:translateY(-50%);font-style:normal;font-size:35px;color:var(--red);z-index:3}.activity-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:15px}.activity-controls{display:flex;align-items:center;gap:8px}.activity-controls button{width:32px;height:32px;border:1px solid #d7e0e8;background:#fff;border-radius:50%;font-size:20px;color:#123;cursor:pointer}.activity-controls a{height:34px;display:flex;align-items:center;padding:0 16px;border:1px solid #f0bcc0;border-radius:5px;color:var(--red);font-size:10px;font-weight:800}.activity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.activity-grid figure{margin:0}.activity-grid img{width:100%;aspect-ratio:1.72/1;object-fit:cover;border-radius:4px}.activity-grid figcaption{font-size:10px;color:#415064;padding-top:5px}

.about-cta-section{position:relative;overflow:hidden;background:#071d31;color:#fff}.about-cta-bg{position:absolute;inset:0;background-size:cover;background-position:left center;opacity:.6}.about-cta-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,23,40,.16) 0%,#071d31 40%,rgba(7,29,49,.94) 100%);z-index:1}.about-cta-grid{position:relative;z-index:2;display:grid;grid-template-columns:31% 46% 23%;align-items:center;gap:24px}.about-cta-copy h2{font-size:26px;line-height:1.1;margin:0 0 8px;font-weight:900}.about-cta-copy h2 span{color:var(--orange2)}.about-cta-copy p{font-size:11px;margin:0 0 14px;color:#dfe8ef}.about-cta-buttons{display:flex;gap:12px}.about-cta-buttons .btn{min-height:39px;font-size:10px;padding:0 18px}.about-cta-benefits{display:grid;gap:10px;font-size:11px;color:#fff}.about-cta-benefits span::first-letter{color:var(--orange2)}

body.page-template-page-gioi-thieu .mvo-nav-list>li.current-menu-item>a{color:var(--red)}

@media (max-width:960px){
  .about-page-hero{height:300px}.about-page-hero-media{width:78%}.about-page-hero:after{width:62%}.about-page-hero-copy h1{font-size:46px}
  .about-company-grid{grid-template-columns:1fr}.about-company-photo{min-height:auto}.about-company-photo img{aspect-ratio:1.55/1}.company-facts{grid-template-columns:1fr}.company-fact-col+ .company-fact-col{border-left:0;border-top:1px solid #e5ebf0}
  .milestones-grid{grid-template-columns:repeat(2,1fr)}.values-layout{grid-template-columns:1fr}.values-quote{align-items:flex-start}.values-quote blockquote{text-align:left}.about-values-section:after{width:60%;opacity:.05}.values-grid{grid-template-columns:repeat(3,1fr)}
  .about-why-grid{grid-template-columns:1fr}.about-reasons{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(2,1fr)}.process-step:nth-child(2) i{display:none}.activity-grid{grid-template-columns:repeat(2,1fr)}
  .about-cta-grid{grid-template-columns:1fr}.about-cta-grid>div:first-child{display:none}.about-cta-copy{max-width:600px}
}
@media (max-width:640px){
  .about-page-hero{height:360px}.about-page-hero-media{width:100%;opacity:.58}.about-page-hero:before{background:linear-gradient(90deg,#071a2e 0%,rgba(7,26,46,.84) 65%,rgba(7,26,46,.4) 100%)}.about-page-hero:after{display:none}.about-page-hero-copy h1{font-size:40px}.about-page-hero-copy p{font-size:17px}
  .about-company-content h2{font-size:27px}.company-fact{grid-template-columns:18px 82px 1fr}.milestones-grid{grid-template-columns:1fr}.milestone-item{justify-content:flex-start;padding-left:18px}
  .values-grid{grid-template-columns:1fr}.about-section-title h2{font-size:22px}.about-reasons{grid-template-columns:1fr}.about-why-intro h2{font-size:28px}
  .process-grid{grid-template-columns:1fr}.process-step i{display:none}.activity-heading{align-items:flex-start;flex-direction:column}.activity-grid{grid-template-columns:1fr}.about-cta-buttons{flex-wrap:wrap}
}

/* =========================================================
   Product archive / Trang danh sách sản phẩm
   ========================================================= */
.catalog-hero{height:226px;position:relative;overflow:hidden;background:#071b2e;color:#fff}
.catalog-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#071b2e 0%,#0a2238 36%,rgba(7,27,46,.7) 51%,rgba(7,27,46,.05) 74%);z-index:1}
.catalog-hero-media{position:absolute;right:0;top:0;width:70%;height:100%;background-size:cover;background-position:center right;background-repeat:no-repeat}
.catalog-hero-inner{height:100%;position:relative;z-index:2;display:flex;align-items:center}
.catalog-hero-copy{width:47%;padding-top:2px}
.catalog-breadcrumb{display:flex;align-items:center;gap:10px;font-size:11px;color:#e1e8ef;margin-bottom:15px}.catalog-breadcrumb a:hover{color:var(--orange2)}
.catalog-hero-copy h1{margin:0;color:#fff;font-size:42px;line-height:.95;font-weight:950;letter-spacing:-.7px}.catalog-hero-copy h1 span{color:var(--orange2)}
.catalog-hero-copy>p{font-size:17px;line-height:1.3;margin:9px 0 22px;color:#f2f5f7}
.catalog-hero-trust{display:flex;gap:28px;flex-wrap:wrap;font-size:10px;font-weight:700;color:#fff}.catalog-hero-trust span::first-letter{color:var(--orange)}
.catalog-main-section{background:#fff}
.catalog-filter{border:1px solid #d9e2e9;border-radius:7px;padding:13px;display:grid;grid-template-columns:1.08fr .86fr .86fr .93fr .86fr .85fr 1.13fr;gap:10px;align-items:end;box-shadow:0 4px 14px rgba(5,26,44,.025);margin-bottom:18px}
.catalog-field{display:block;min-width:0}.catalog-field>span{display:block;font-size:10px;font-weight:900;color:#15243a;margin:0 0 7px;white-space:nowrap}.catalog-field>span::first-letter{color:#10243d}
.catalog-field input,.catalog-field select,.catalog-field>div{width:100%;height:37px;border:1px solid #d9e2e8;border-radius:4px;background:#fff;color:#6c7787;font-size:10px;outline:0}.catalog-field input,.catalog-field select{padding:0 10px}.catalog-field select{appearance:auto}.catalog-field>div{display:flex;align-items:center;overflow:hidden}.catalog-field>div input{border:0;height:35px}.catalog-field>div i{font-style:normal;font-size:16px;color:#23344b;padding:0 9px}
.catalog-filter-actions{display:grid;grid-template-rows:37px 31px;gap:7px}.catalog-filter-submit,.catalog-filter-reset{border-radius:4px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:850;font-size:11px;cursor:pointer}.catalog-filter-submit{border:0;background:var(--red);color:#fff}.catalog-filter-reset{border:1px solid #d7e0e7;background:#fff;color:#304056}.catalog-filter-submit:hover{filter:brightness(.96)}.catalog-filter-reset:hover{border-color:var(--red);color:var(--red)}
.catalog-category-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:0 22px 25px}.catalog-cat-card{position:relative;display:block;height:115px;border-radius:5px;overflow:hidden;background:#0a1c2e;box-shadow:0 4px 15px rgba(4,24,43,.08)}.catalog-cat-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,17,29,.88) 0%,rgba(5,17,29,.18) 64%,transparent 100%)}.catalog-cat-card img{width:100%;height:100%;object-fit:cover;transition:.3s}.catalog-cat-card:hover img{transform:scale(1.035)}.catalog-cat-card div{position:absolute;left:15px;bottom:10px;z-index:2;color:#fff}.catalog-cat-card strong{display:block;font-size:16px;line-height:1.05;font-weight:950}.catalog-cat-card span{display:block;font-size:11px;margin-top:4px;font-weight:700}
.catalog-layout{display:grid;grid-template-columns:195px minmax(0,1fr);gap:26px;align-items:start}
.catalog-sidebar{min-width:0}.catalog-side-block{margin-bottom:22px}.catalog-side-block h2{font-size:16px;line-height:1.1;margin:0 0 10px;padding-left:9px;border-left:4px solid var(--red);font-weight:950;color:#142137}.catalog-side-list{display:flex;flex-direction:column;border:1px solid #e0e7ed;border-radius:5px;overflow:hidden}.catalog-side-list a{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border-bottom:1px solid #e6ebf0;background:#fff;font-size:11px;color:#344458}.catalog-side-list a:last-child{border-bottom:0}.catalog-side-list a>span{display:flex;align-items:center;gap:9px}.catalog-side-list i{width:16px;text-align:center;font-style:normal;color:#15273e}.catalog-side-list em{font-style:normal;color:#69788a}.catalog-side-list a.is-active,.catalog-side-list a:hover{color:var(--red);background:#fff7f2}.catalog-side-list a.is-active span{font-weight:850}.catalog-side-list a.is-active em{color:var(--red)}
.catalog-check-list{border:1px solid #e0e7ed;border-radius:5px;background:#fff;padding:8px 8px}.catalog-check-list a{display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:6px;min-height:27px;font-size:10px;color:#3d4b5f}.catalog-check-list a i{width:14px;height:14px;border:1px solid #b8c6d2;border-radius:3px;background:#fff;position:relative}.catalog-check-list a.is-active i:after{content:"✓";position:absolute;inset:-1px;display:grid;place-items:center;background:var(--red);border-radius:3px;color:#fff;font-size:9px}.catalog-check-list a em{font-style:normal;color:#718093}.catalog-check-list a:hover{color:var(--red)}
.catalog-consult-card{position:relative;overflow:hidden;min-height:222px;border:1px solid #dbe3e9;border-radius:5px;background:linear-gradient(145deg,#fff 0%,#f7f9fb 62%,#e7edf1 100%);padding:16px 8px 54px 12px;box-shadow:0 4px 14px rgba(4,24,44,.035)}.catalog-consult-copy{position:relative;z-index:2;width:58%}.catalog-headset{font-size:31px;line-height:1;color:var(--red);margin-bottom:5px}.catalog-consult-copy h3{font-size:16px;line-height:1;margin:0 0 6px;color:#13233a;font-weight:950}.catalog-consult-copy p{font-size:10px;line-height:1.45;margin:0 0 9px;color:#5b6878}.catalog-consult-copy>a{display:block;color:var(--red);font-size:10px;font-weight:850;margin:3px 0}.catalog-consult-card>img{position:absolute;right:-8px;bottom:38px;width:46%;height:142px;object-fit:cover;object-position:center top;mix-blend-mode:multiply}.catalog-consult-btn{position:absolute;left:12px;right:12px;bottom:10px;height:34px;background:var(--red);border-radius:4px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:850;z-index:3}
.catalog-results{min-width:0}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:13px}.catalog-toolbar>p{margin:0;font-size:11px;color:#4f5d6f;white-space:nowrap}.catalog-sort{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.catalog-sort>span{font-size:10px;color:#697587;margin-right:2px}.catalog-sort a{height:29px;padding:0 12px;border:1px solid #dce3e9;border-radius:4px;display:flex;align-items:center;background:#fff;color:#536175;font-size:9.5px;font-weight:700}.catalog-sort a.active,.catalog-sort a:hover{background:var(--red);border-color:var(--red);color:#fff}
.catalog-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.catalog-product-card{border:1px solid #dde4ea;border-radius:5px;overflow:hidden;background:#fff;box-shadow:0 3px 10px rgba(4,24,44,.025);transition:.22s}.catalog-product-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(4,24,44,.09)}.catalog-product-image{display:block;overflow:hidden;background:#eef2f4}.catalog-product-image img{width:100%;aspect-ratio:1.6/1;object-fit:cover;transition:.3s}.catalog-product-card:hover .catalog-product-image img{transform:scale(1.03)}.catalog-product-body{padding:10px 9px 9px}.catalog-product-body h3{font-size:11.8px;line-height:1.24;margin:0 0 7px;color:#17243a;font-weight:900;min-height:30px}.catalog-product-body h3 a:hover{color:var(--red)}.catalog-product-body ul{list-style:none;padding:0;margin:0;color:#607084;font-size:9.6px;line-height:1.45;min-height:55px}.catalog-product-actions{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-top:7px}.catalog-product-actions strong{font-size:15px;color:var(--red);font-weight:950}.catalog-product-actions a{height:28px;padding:0 10px;display:flex;align-items:center;justify-content:center;border-radius:4px;background:var(--red);color:#fff;font-size:9px;font-weight:850;white-space:nowrap}.catalog-empty{grid-column:1/-1;border:1px dashed #ccd6de;border-radius:6px;padding:35px;text-align:center;color:#667587;background:#fafbfc}
.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:14px}.catalog-pagination .page-numbers{width:29px;height:29px;border:1px solid #d8e1e8;border-radius:4px;display:grid;place-items:center;background:#fff;color:#46566b;font-size:10px;font-weight:800}.catalog-pagination .page-numbers.current,.catalog-pagination .page-numbers:hover{background:var(--red);border-color:var(--red);color:#fff}
.catalog-finance{margin-top:0}.catalog-finance .finance-grid{min-height:130px}.catalog-partners-section{background:#fff}.catalog-partners-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.catalog-partners-grid .partner-card{height:48px}.catalog-word-logo{font-size:18px;font-weight:950;letter-spacing:-.4px}.catalog-word-logo.hitachi{color:#e31b23}.catalog-word-logo.doosan{color:#0067ad;font-style:italic}.catalog-word-logo.cat{color:#111;font-size:24px;position:relative}.catalog-word-logo.cat:after{content:"";width:13px;height:5px;background:#f5b800;position:absolute;bottom:8px;left:50%;transform:translateX(-50%)}
body.post-type-archive-mvo_product .mvo-nav-list>li.current-menu-item>a{color:var(--red)}

@media (max-width:1180px){
  .catalog-filter{grid-template-columns:repeat(4,1fr)}.catalog-filter-actions{grid-column:4}.catalog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-toolbar{align-items:flex-start}.catalog-sort{max-width:560px}.catalog-category-cards{margin-left:0;margin-right:0}.catalog-partners-grid{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:960px){
  .catalog-hero{height:250px}.catalog-hero-media{width:88%;opacity:.76}.catalog-hero:before{background:linear-gradient(90deg,#071b2e 0%,rgba(7,27,46,.92) 44%,rgba(7,27,46,.3) 100%)}.catalog-hero-copy{width:70%}.catalog-filter{grid-template-columns:repeat(2,1fr)}.catalog-filter-actions{grid-column:auto}.catalog-category-cards{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.catalog-consult-card{grid-column:1/-1;min-height:180px}.catalog-consult-copy{width:55%}.catalog-consult-card>img{height:150px;width:32%;right:8%}.catalog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-toolbar{flex-direction:column}.catalog-sort{justify-content:flex-start}.catalog-partners-grid{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:700px){
  .catalog-hero{height:320px}.catalog-hero-media{width:100%;background-position:64% center;opacity:.56}.catalog-hero:before{background:linear-gradient(90deg,#071b2e 0%,rgba(7,27,46,.86) 65%,rgba(7,27,46,.35) 100%)}.catalog-hero-copy{width:100%}.catalog-hero-copy h1{font-size:37px}.catalog-hero-copy>p{font-size:15px}.catalog-hero-trust{gap:12px;max-width:330px}.catalog-filter{grid-template-columns:1fr}.catalog-filter-actions{grid-template-columns:1fr 1fr;grid-template-rows:37px}.catalog-category-cards{grid-template-columns:1fr 1fr;gap:10px}.catalog-cat-card{height:102px}.catalog-cat-card strong{font-size:13px}.catalog-sidebar{grid-template-columns:1fr}.catalog-consult-card{grid-column:auto}.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-toolbar>p{white-space:normal}.catalog-sort a{padding:0 9px}.catalog-partners-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:460px){
  .catalog-category-cards{grid-template-columns:1fr}.catalog-cat-card{height:120px}.catalog-product-grid{grid-template-columns:1fr}.catalog-product-body h3{font-size:13px}.catalog-product-body ul{font-size:10.5px}.catalog-product-actions a{font-size:10px}.catalog-filter-actions{grid-template-columns:1fr;grid-template-rows:37px 33px}.catalog-consult-card>img{width:40%;right:3%}
}

/* =========================================================
   Product detail / Trang chi tiết sản phẩm
   ========================================================= */
body.single-mvo_product .mvo-nav-list>li:nth-child(3)>a{color:var(--red)}
body.single-mvo_product .mvo-nav-list>li:nth-child(3)>a:after{content:"";height:3px;background:var(--red);position:absolute;left:0;right:0;bottom:-20px;border-radius:3px}
.product-detail-hero{height:206px}.product-detail-hero .catalog-hero-media{width:68%;background-position:center 46%}.product-detail-hero .catalog-hero-copy{width:53%}.product-detail-hero .catalog-breadcrumb{margin-bottom:17px}.product-detail-hero .catalog-hero-copy h1{font-size:39px}.product-detail-hero .catalog-hero-copy>p{font-size:16px;margin-bottom:18px}

.product-summary-section{background:#fff;padding:var(--section-pad) 0}.product-summary-grid{display:grid;grid-template-columns:minmax(0,44%) minmax(0,36%) minmax(205px,20%);gap:20px;align-items:start}.product-gallery{min-width:0}.product-gallery-main{position:relative;height:302px;border:1px solid #dce4ea;border-radius:5px;overflow:hidden;background:#edf2f4}.product-gallery-main>img{width:100%;height:100%;object-fit:cover}.product-condition-badge{position:absolute;right:10px;top:10px;z-index:3;padding:7px 13px;border-radius:3px;background:var(--red);color:#fff;font-size:11px;font-weight:900}.product-gallery-arrow{position:absolute;top:50%;z-index:3;width:34px;height:34px;border:1px solid rgba(15,33,51,.18);border-radius:50%;background:rgba(255,255,255,.94);color:#22334a;display:grid;place-items:center;font-size:27px;line-height:1;transform:translateY(-50%);cursor:pointer;box-shadow:0 3px 10px rgba(0,0,0,.08)}.product-gallery-arrow.prev{left:10px}.product-gallery-arrow.next{right:10px}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}.product-thumb{padding:0;height:72px;border:2px solid transparent;border-radius:4px;background:#edf1f4;overflow:hidden;cursor:pointer}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-thumb.is-active{border-color:var(--red)}
.product-summary-info{min-width:0;padding:0 2px}.product-summary-info>h1{font-size:27px;line-height:1.12;margin:0 0 8px;color:#13223a;font-weight:950;letter-spacing:-.35px}.product-brand-mark{height:32px;display:flex;align-items:center;gap:7px;margin-bottom:5px;color:#1958b7}.product-brand-symbol{font-size:27px;line-height:1}.product-brand-mark strong{font-size:17px;font-weight:950}.product-summary-trust{display:flex;gap:11px;align-items:center;flex-wrap:wrap;border-top:1px solid #edf1f4;border-bottom:1px solid #edf1f4;padding:8px 0;margin-bottom:9px;color:#35465c;font-size:9.3px;font-weight:700}.product-summary-trust span::first-letter{color:var(--red)}.product-summary-desc{font-size:10.5px;line-height:1.55;color:#5b687a;margin:0 0 12px}.product-key-specs{display:grid;grid-template-columns:1fr 1fr;gap:7px 17px;padding:2px 0 11px}.product-key-specs>div{display:flex;gap:7px;align-items:center;min-width:0}.product-key-specs>div>span{width:18px;flex:0 0 18px;text-align:center;color:#102e62;font-size:13px;font-weight:900}.product-key-specs p{margin:0;font-size:10px;color:#34445c;white-space:nowrap}.product-key-specs b{font-weight:900}.product-summary-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:4px 0 10px}.product-action{height:43px;border-radius:4px;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:900}.product-action.red{background:linear-gradient(180deg,#ec1717,#cb0505)}.product-action.orange{background:linear-gradient(180deg,#ff9f09,#ff7400)}.product-action span{font-size:17px}.product-hotline-box{min-height:66px;border-radius:4px;background:linear-gradient(90deg,#fff1ec,#fff7f2);display:flex;align-items:center;gap:12px;padding:8px 12px}.product-hotline-icon{width:45px;height:45px;flex:0 0 45px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-size:21px}.product-hotline-box small{display:block;color:#506075;font-size:8.5px}.product-hotline-box strong{display:block;color:var(--red);font-size:16px;line-height:1.2;font-weight:950;white-space:nowrap}.product-hotline-box p{margin:2px 0 0;color:#626f7e;font-size:8px}
.product-consult-panel{position:relative;min-height:414px;border:1px solid #dae2e8;border-radius:5px;background:linear-gradient(140deg,#fff 0,#fafcfd 58%,#eef3f6 100%);overflow:hidden;padding:14px 13px 16px}.product-consult-panel h2{font-size:20px;line-height:1;margin:0 0 9px;padding-left:9px;border-left:4px solid var(--red);font-weight:950;color:#17283e}.product-consult-panel>p{position:relative;z-index:2;margin:0;width:58%;font-size:11px;line-height:1.42;color:#37475d}.product-consult-panel>img{position:absolute;right:-3px;top:31px;width:48%;height:165px;object-fit:cover;object-position:center top;mix-blend-mode:multiply}.product-consult-phones{position:relative;z-index:3;display:flex;flex-direction:column;gap:4px;margin-top:15px}.product-consult-phones a{color:var(--red);font-size:12px;font-weight:950}.product-consult-btn{position:relative;z-index:3;height:39px;margin-top:11px;background:linear-gradient(180deg,#ef1717,#ca0606);border-radius:4px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.product-consult-panel ul{list-style:none;padding:10px 0 0;margin:0;border-top:1px solid #e4e9ed;margin-top:10px}.product-consult-panel li{font-size:9.5px;color:#4f5e70;line-height:1.9}.product-consult-panel li::first-letter{color:var(--orange);font-weight:950}

.product-tabs-section{background:#fff}.product-tabs{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #d8e1e8;border-radius:5px;overflow:hidden}.product-tabs a{height:47px;display:flex;align-items:center;justify-content:center;border-right:1px solid #d8e1e8;background:#fff;color:#25384f;font-size:11px;font-weight:800;transition:.2s}.product-tabs a:last-child{border-right:0}.product-tabs a.active,.product-tabs a:hover{background:linear-gradient(180deg,#ef1717,#d00808);color:#fff}
.product-detail-content{padding:var(--section-pad) 0;background:#fff}.product-detail-columns{display:grid;grid-template-columns:minmax(0,58%) minmax(0,42%);gap:24px;align-items:start}.product-content-block{scroll-margin-top:96px}.product-content-block h2{font-size:19px;line-height:1.1;margin:0 0 12px;padding-left:10px;border-left:4px solid var(--red);color:#16253b;font-weight:950}.product-richtext{font-size:11px;line-height:1.6;color:#536277}.product-richtext p{margin:0 0 10px}.product-advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.product-advantages-grid article{min-height:77px;border:1px solid #dce4ea;border-radius:4px;background:#fff;display:flex;align-items:flex-start;gap:9px;padding:10px}.product-advantages-grid article>span{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff9b08,#ff5a00);color:#fff;font-size:15px}.product-advantages-grid h3{font-size:10px;line-height:1.2;margin:0 0 3px;color:#20334b;font-weight:950}.product-advantages-grid p{font-size:8.7px;line-height:1.38;margin:0;color:#667486}.product-detail-left .product-content-block+.product-content-block{margin-top:18px}.product-usage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.product-usage-grid article{position:relative;min-height:96px;border:1px solid #dce4ea;border-radius:4px;padding:23px 8px 8px;background:#fff}.product-usage-grid article>span{position:absolute;left:8px;top:7px;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff8e04,#eb1808);color:#fff;font-size:8px;font-weight:950}.product-usage-grid h3{font-size:9.5px;line-height:1.2;margin:0 0 5px;color:#1d2e44;font-weight:950}.product-usage-grid p{font-size:8px;line-height:1.35;margin:0;color:#667486}
.product-detail-right{min-width:0}.product-spec-table{border:1px solid #d8e1e8;border-radius:3px;overflow:hidden}.product-spec-table>div{display:grid;grid-template-columns:1fr 1fr;min-height:27px;border-bottom:1px solid #d8e1e8}.product-spec-table>div:last-child{border-bottom:0}.product-spec-table>div:nth-child(even){background:#eef3f7}.product-spec-table span,.product-spec-table strong{display:flex;align-items:center;padding:4px 10px;font-size:9.5px}.product-spec-table span{color:#425369;border-right:1px solid #d8e1e8}.product-spec-table strong{font-weight:500;color:#30435b}.product-docs-block{margin-top:22px}.product-docs-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.product-docs-grid article{min-height:62px;border:1px solid #d9e2e9;border-radius:4px;background:#fff;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;padding:8px}.product-pdf-icon{width:30px;height:36px;border-radius:4px;display:grid;place-items:center;background:var(--red);color:#fff;font-size:15px}.product-docs-grid h3{font-size:9px;line-height:1.25;margin:0 0 3px;color:#25384d;font-weight:900}.product-docs-grid small{font-size:8px;color:#7a8795}.product-docs-grid a{font-size:8px;color:#1680e7;font-weight:800;white-space:nowrap}.product-docs-grid a[aria-disabled="true"]{opacity:.8;pointer-events:none}
.product-detail-finance{padding:var(--section-pad) 0}.product-detail-finance .finance-grid{min-height:158px}.product-related-section{padding:var(--section-pad) 0}.product-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-related-card .catalog-product-image img{aspect-ratio:1.85/1}.product-related-card .catalog-product-body h3{min-height:auto;font-size:11px}.product-related-card .catalog-product-body ul{min-height:49px}.product-related-card .catalog-product-actions strong{font-size:14px}

@media (max-width:1180px){
  .product-summary-grid{grid-template-columns:minmax(0,44%) minmax(0,36%) minmax(190px,20%);gap:14px}.product-summary-info>h1{font-size:23px}.product-hotline-box strong{font-size:13px}.product-key-specs{gap:6px 10px}.product-key-specs p{font-size:9px}.product-consult-panel{min-height:408px}.product-related-grid{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:960px){
  .product-detail-hero{height:250px}.product-detail-hero .catalog-hero-copy{width:70%}.product-summary-grid{grid-template-columns:1fr 1fr}.product-consult-panel{grid-column:1/-1;min-height:210px;padding-right:240px}.product-consult-panel>p{width:auto}.product-consult-panel>img{right:20px;top:10px;width:200px;height:185px}.product-consult-panel ul{columns:2}.product-detail-columns{grid-template-columns:1fr}.product-tabs{grid-template-columns:repeat(3,1fr)}.product-tabs a:nth-child(3){border-right:0}.product-tabs a:nth-child(n+4){border-top:1px solid #d8e1e8}.product-advantages-grid{grid-template-columns:repeat(3,1fr)}.product-related-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:700px){
  .product-detail-hero{height:310px}.product-detail-hero .catalog-hero-copy{width:100%}.product-detail-hero .catalog-hero-copy h1{font-size:34px}.product-summary-grid{grid-template-columns:1fr}.product-gallery-main{height:auto;aspect-ratio:1.55/1}.product-summary-info>h1{font-size:25px}.product-consult-panel{grid-column:auto;padding-right:48%;min-height:255px}.product-consult-panel>img{right:0;top:25px;width:46%;height:195px}.product-consult-panel ul{columns:1}.product-tabs{grid-template-columns:1fr 1fr}.product-tabs a{border-bottom:1px solid #d8e1e8}.product-tabs a:nth-child(odd){border-right:1px solid #d8e1e8}.product-tabs a:nth-child(even){border-right:0}.product-tabs a:last-child{grid-column:1/-1;border-bottom:0}.product-advantages-grid{grid-template-columns:1fr 1fr}.product-usage-grid{grid-template-columns:1fr 1fr}.product-docs-grid{grid-template-columns:1fr}.product-related-grid{grid-template-columns:1fr 1fr}.product-summary-actions{grid-template-columns:1fr}.product-key-specs{grid-template-columns:1fr 1fr}
}
@media (max-width:460px){
  .product-detail-hero .catalog-breadcrumb{font-size:9px;gap:6px}.product-detail-hero .catalog-hero-copy h1{font-size:30px}.product-detail-hero .catalog-hero-trust{font-size:9px}.product-thumbs{gap:6px}.product-thumb{height:58px}.product-summary-trust{gap:7px}.product-key-specs{grid-template-columns:1fr}.product-hotline-box{align-items:flex-start}.product-hotline-box strong{font-size:12px;white-space:normal}.product-consult-panel{padding-right:14px;padding-bottom:170px}.product-consult-panel>img{top:auto;bottom:82px;width:52%;height:150px}.product-tabs{grid-template-columns:1fr}.product-tabs a{border-right:0!important}.product-tabs a:last-child{grid-column:auto}.product-advantages-grid,.product-usage-grid,.product-related-grid{grid-template-columns:1fr}.product-spec-table span,.product-spec-table strong{font-size:8.8px;padding:4px 7px}
}

/* =========================================================
   HỖ TRỢ TRẢ GÓP 0% — page-ho-tro-tra-gop-0.php
   Header/footer dùng chung từ header.php + footer.php.
   ========================================================= */
.installment-hero{position:relative;min-height:350px;overflow:hidden;background:#071b2e;color:#fff}
.installment-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#061a2d 0%,#09233a 43%,rgba(6,26,45,.68) 59%,rgba(6,26,45,.12) 100%);z-index:1}
.installment-hero-media{position:absolute;z-index:0;right:0;top:0;width:58%;height:100%;background-image:url('../images/finance-page-hero.jpg');background-size:cover;background-position:center right;background-repeat:no-repeat}
.installment-hero-media:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#071b2e 0%,rgba(7,27,46,.12) 34%,rgba(7,27,46,0) 75%)}
.installment-hero-inner{position:relative;z-index:2;min-height:350px;display:flex;align-items:center;padding-top:50px;padding-bottom:50px}
.installment-hero-copy{width:53%;max-width:620px}
.installment-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:28px;font-size:11px;color:rgba(255,255,255,.92)}
.installment-breadcrumb a:hover{color:var(--orange2)}
.installment-hero h1{margin:0 0 3px;font-size:43px;line-height:1.05;font-weight:950;letter-spacing:-.7px;color:#fff}
.installment-hero h1 b{color:#ff7000}
.installment-hero h2{margin:0 0 10px;font-size:25px;line-height:1.18;font-weight:950;color:#ff8b00}
.installment-hero-copy>p{max-width:500px;margin:0;color:#fff;font-size:14px;line-height:1.55}
.installment-hero-points{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:30px;max-width:585px}
.installment-hero-points>div{display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;min-width:0}
.installment-circle-icon{grid-row:1/3;width:46px;height:46px;border:3px solid #ff9800;border-radius:50%;display:grid;place-items:center;color:#ff9800;font-size:22px;font-weight:950}
.installment-hero-points strong{font-size:11px;color:#fff;align-self:end;white-space:nowrap}
.installment-hero-points small{font-size:10px;color:#dce6ee;align-self:start}

.installment-why{background:#fff}
.installment-center-heading{text-align:center;margin-bottom:28px}
.installment-center-heading h2{margin:0 0 6px;font-size:25px;line-height:1.2;font-weight:950;color:#17273d}
.installment-center-heading h2 b{color:#ff6900}
.installment-center-heading p{margin:0;color:#667386;font-size:12px}
.installment-benefit-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.installment-benefit-grid article{min-height:182px;border:1px solid #dfe5ea;border-radius:4px;background:#fff;box-shadow:0 5px 18px rgba(10,35,55,.04);text-align:center;padding:20px 16px 18px;transition:.25s ease}
.installment-benefit-grid article:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(10,35,55,.08)}
.installment-benefit-grid span{width:52px;height:52px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff9e0b,#ff5a00);color:#fff;font-weight:950;font-size:25px}
.installment-benefit-grid article:nth-child(4) span{background:linear-gradient(135deg,#ff7400,#ff9500)}
.installment-benefit-grid h3{margin:0 0 8px;font-size:14px;line-height:1.28;color:#1c2d43;font-weight:950}
.installment-benefit-grid p{margin:0;color:#526174;font-size:11.5px;line-height:1.55}

.installment-process{position:relative;overflow:hidden;background:linear-gradient(90deg,#071a2c,#0a2741 62%,#071d31);color:#fff}
.installment-process-media{position:absolute;left:0;top:0;bottom:0;width:40%;background:url('../images/finance-process.jpg') center/cover no-repeat}
.installment-process-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,24,41,.1),rgba(6,27,46,.16) 55%,#08243b 100%)}
.installment-process-inner{position:relative;z-index:2;display:grid;grid-template-columns:36% 64%;align-items:center;min-height:220px}
.installment-process-content{padding-left:24px}
.installment-process-content>h2{margin:0;font-size:24px;line-height:1.1;font-weight:900;color:#fff}
.installment-process-content>h2 b{color:#ff8b00}
.installment-process-line{height:1px;background:rgba(255,255,255,.2);margin:14px 0 24px}
.installment-steps{display:grid;grid-template-columns:1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;align-items:start;gap:3px}
.installment-steps article{text-align:center}
.installment-steps article>span{width:48px;height:48px;border-radius:50%;margin:0 auto 6px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);background:#102f4a;color:#fff;font-size:20px;box-shadow:inset 0 0 0 6px rgba(255,255,255,.025)}
.installment-steps article>b{display:block;color:#fff;font-size:16px;line-height:1}
.installment-steps article>p{margin:6px 0 0;font-size:10.5px;line-height:1.35;color:#fff}
.installment-steps>i{font-style:normal;color:#fff;font-size:18px;text-align:center;padding-top:16px;opacity:.9}

.installment-partners{background:#fff}
.installment-section-title{margin-bottom:18px}
.installment-section-title h2{margin:0 0 4px;padding-left:10px;border-left:4px solid var(--red);font-size:21px;line-height:1.1;font-weight:950;color:#1d2e44}
.installment-section-title h2 b{color:#ff6500}
.installment-section-title p{margin:0 0 0 14px;color:#5f6d7e;font-size:11px}
.installment-bank-strip{border-radius:4px;overflow:hidden;margin-bottom:30px;background:#fff}
.installment-bank-strip img{width:100%;height:auto;display:block}
.installment-info-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:25px;align-items:stretch}
.installment-documents,.installment-faq{border:1px solid #dde5eb;border-radius:5px;background:#fff;box-shadow:0 5px 18px rgba(8,35,58,.035);padding:18px 20px}
.installment-documents h2,.installment-faq h2{margin:0;font-size:20px;line-height:1.1;color:#1e2d43;font-weight:950;padding-left:10px;border-left:4px solid var(--red)}
.installment-documents h2 b,.installment-faq h2 b{color:var(--red)}
.installment-doc-body{display:grid;grid-template-columns:minmax(0,1fr) 145px;align-items:center;gap:10px;margin-top:12px}
.installment-documents ul{list-style:none;margin:0;padding:0}
.installment-documents li{position:relative;padding:6px 0 6px 29px;color:#5e6978;font-size:10.5px;line-height:1.35}
.installment-documents li:before{content:"✓";position:absolute;left:0;top:5px;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ff9b00,#ff5a00);color:#fff;font-size:10px;font-weight:900}
.installment-doc-illustration{height:150px;display:grid;place-items:center;color:#dce6ee;font-size:112px;line-height:1;transform:rotate(-3deg)}
.installment-faq-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:12px}
.installment-faq-head a{font-size:10px;color:var(--red);font-weight:800;white-space:nowrap}
.installment-faq-list{border:1px solid #e1e7ec;border-radius:3px;overflow:hidden}
.installment-faq-list details{border-bottom:1px solid #e1e7ec;background:#fff}
.installment-faq-list details:last-child{border-bottom:0}
.installment-faq-list summary{position:relative;cursor:pointer;list-style:none;min-height:39px;display:flex;align-items:center;padding:8px 38px 8px 38px;color:#24364c;font-size:10.5px;font-weight:700}
.installment-faq-list summary::-webkit-details-marker{display:none}
.installment-faq-list summary:before{content:"?";position:absolute;left:12px;width:17px;height:17px;border:2px solid #ff9800;border-radius:50%;display:grid;place-items:center;color:#ff8b00;font-size:9px;font-weight:950}
.installment-faq-list summary:after{content:"+";position:absolute;right:13px;top:50%;transform:translateY(-50%);color:#30435a;font-size:18px;font-weight:400}
.installment-faq-list details[open] summary:after{content:"−"}
.installment-faq-list details[open] summary{background:#f8fafc}
.installment-faq-list details p{margin:0;padding:0 38px 12px;color:#687587;font-size:10px;line-height:1.5}

.installment-contact-cta{position:relative;overflow:hidden;background:linear-gradient(90deg,#071a2c,#0b2b48);color:#fff}
.installment-contact-media{position:absolute;left:0;top:0;bottom:0;width:37%;background:url('../images/finance-cta.jpg') center/cover no-repeat}
.installment-contact-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,20,35,.05),rgba(7,28,47,.1) 55%,#09263f 100%)}
.installment-contact-inner{position:relative;z-index:2;display:grid;grid-template-columns:34% minmax(0,1fr) 310px;gap:28px;align-items:center;min-height:130px}
.installment-contact-copy h2{margin:0 0 8px;font-size:24px;line-height:1.1;color:#fff;font-weight:950}
.installment-contact-copy p{margin:0;color:#dce5ec;font-size:11px;line-height:1.5;max-width:440px}
.installment-contact-phone{display:grid;grid-template-columns:46px 1fr;column-gap:12px;align-items:center}
.installment-contact-phone>span{grid-row:1/3;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--red);font-size:21px;color:#fff}
.installment-contact-phone strong{font-size:20px;line-height:1;color:#fff;font-weight:950;letter-spacing:.3px}
.installment-contact-phone small{display:block;color:#dfe8ee;font-size:10px;margin-top:4px}
.installment-contact-phone .btn{grid-column:1/-1;margin-top:13px;min-height:39px;font-size:10px}

@media(max-width:1100px){
  .installment-hero-copy{width:60%}.installment-hero-media{width:62%}.installment-benefit-grid{gap:9px}.installment-benefit-grid article{padding:18px 11px}.installment-process-inner{grid-template-columns:31% 69%}.installment-contact-inner{grid-template-columns:31% 1fr 280px}.installment-contact-copy h2{font-size:21px}
}
@media(max-width:900px){
  .installment-hero{min-height:410px}.installment-hero-media{width:72%;opacity:.74}.installment-hero:before{background:linear-gradient(90deg,#061a2d 0%,rgba(6,26,45,.96) 50%,rgba(6,26,45,.45) 100%)}.installment-hero-inner{min-height:410px}.installment-hero-copy{width:72%}.installment-benefit-grid{grid-template-columns:repeat(3,1fr)}.installment-benefit-grid article:nth-child(n+4){min-height:165px}.installment-process-media{width:100%;opacity:.2}.installment-process-media:after{background:rgba(4,22,38,.72)}.installment-process-inner{grid-template-columns:1fr}.installment-process-spacer{display:none}.installment-process-content{padding-left:0}.installment-info-grid{grid-template-columns:1fr}.installment-contact-media{width:100%;opacity:.25}.installment-contact-media:after{background:rgba(6,28,46,.68)}.installment-contact-inner{grid-template-columns:1fr 300px}.installment-contact-spacer{display:none}.installment-contact-copy{padding-right:10px}
}
@media(max-width:700px){
  .installment-hero{min-height:570px}.installment-hero-media{width:100%;height:56%;top:auto;bottom:0;background-position:center}.installment-hero-media:before{background:linear-gradient(180deg,#071b2e 0%,rgba(7,27,46,.38) 35%,rgba(7,27,46,0) 100%)}.installment-hero-inner{align-items:flex-start;min-height:570px;padding-top:38px}.installment-hero-copy{width:100%}.installment-hero h1{font-size:35px}.installment-hero h2{font-size:20px}.installment-hero-points{grid-template-columns:1fr 1fr;gap:12px;max-width:470px}.installment-hero-points>div:nth-child(3){grid-column:1/-1;max-width:220px}.installment-benefit-grid{grid-template-columns:1fr 1fr}.installment-benefit-grid article{min-height:172px}.installment-process{padding-top:50px;padding-bottom:50px}.installment-steps{grid-template-columns:1fr 1fr 1fr;gap:16px}.installment-steps>i{display:none}.installment-steps article:nth-of-type(4),.installment-steps article:nth-of-type(5){margin-top:6px}.installment-steps article:nth-of-type(4){grid-column:1/2}.installment-steps article:nth-of-type(5){grid-column:2/3}.installment-doc-body{grid-template-columns:1fr}.installment-doc-illustration{display:none}.installment-contact-inner{grid-template-columns:1fr}.installment-contact-copy{text-align:center}.installment-contact-phone{width:min(320px,100%);margin:0 auto}.installment-contact-phone .btn{width:100%}
}
@media(max-width:480px){
  .installment-hero{min-height:635px}.installment-breadcrumb{margin-bottom:19px}.installment-hero h1{font-size:30px}.installment-hero h2{font-size:18px}.installment-hero-copy>p{font-size:12px}.installment-hero-points{grid-template-columns:1fr;margin-top:22px}.installment-hero-points>div:nth-child(3){grid-column:auto}.installment-center-heading h2{font-size:20px}.installment-benefit-grid{grid-template-columns:1fr}.installment-benefit-grid article,.installment-benefit-grid article:nth-child(n+4){min-height:auto}.installment-process-content>h2{font-size:21px}.installment-steps{grid-template-columns:1fr 1fr}.installment-steps article:nth-of-type(4),.installment-steps article:nth-of-type(5){grid-column:auto;margin-top:0}.installment-steps article:nth-of-type(5){grid-column:1/-1}.installment-info-grid{gap:16px}.installment-documents,.installment-faq{padding:15px 13px}.installment-documents h2,.installment-faq h2{font-size:17px}.installment-faq-head{align-items:flex-start}.installment-bank-strip{overflow-x:auto}.installment-bank-strip img{min-width:730px}.installment-contact-copy h2{font-size:20px}.installment-contact-phone strong{font-size:17px}
}

/* =========================================================
   LIÊN HỆ — page-lien-he.php
   Header/footer tiếp tục dùng chung toàn website.
   ========================================================= */
.contact-hero{position:relative;min-height:285px;overflow:hidden;background:#071b2e;color:#fff}
.contact-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#071b2e 0%,#071b2e 38%,rgba(7,27,46,.92) 49%,rgba(7,27,46,.25) 72%,rgba(7,27,46,.06) 100%);z-index:1}
.contact-hero-media{position:absolute;right:0;top:0;width:61%;height:100%;background:url('../images/contact-hero.png') center right/cover no-repeat;z-index:0}
.contact-hero-inner{position:relative;z-index:2;min-height:285px;display:flex;align-items:center}
.contact-hero-copy{width:49%;padding:4px 0 0}
.contact-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:20px;color:#e3eaf0;font-size:11px}.contact-breadcrumb a:hover{color:var(--orange2)}
.contact-hero h1{margin:0 0 5px;font-size:38px;line-height:1.08;font-weight:950;letter-spacing:-.4px;color:#fff}
.contact-hero h2{margin:0 0 13px;font-size:24px;line-height:1.12;font-weight:950;color:var(--orange2)}
.contact-hero p{max-width:560px;margin:0;color:#f2f5f7;font-size:12.5px;line-height:1.55}

.contact-main-section{background:#fff}
.contact-top-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:42px;align-items:start}
.contact-heading h2{margin:0 0 6px;padding-left:12px;border-left:4px solid var(--red);font-size:24px;line-height:1.08;font-weight:950;color:#17283f}
.contact-heading p{margin:0;color:#5d6c7f;font-size:11.5px;line-height:1.5}.contact-heading.compact h2{font-size:20px}.contact-heading.compact p{font-size:10.5px}
.contact-info-list{display:grid;gap:18px;margin-top:23px}.contact-info-list article{display:grid;grid-template-columns:50px 1fr;gap:15px;align-items:center}
.contact-icon{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:0 5px 15px rgba(10,30,50,.08)}.contact-icon.orange{background:linear-gradient(135deg,#ff9b00,#ff5a00)}.contact-icon.red{background:linear-gradient(135deg,#ed1c24,#c6060b)}.contact-icon.navy{background:linear-gradient(135deg,#0a2d49,#061725)}.contact-icon .dashicons{width:auto;height:auto;font-size:23px;line-height:1}
.contact-info-list h3{margin:0 0 3px;font-size:13px;line-height:1.2;color:#16243a;font-weight:900}.contact-info-list p{margin:0;color:#26374d;font-size:12px;line-height:1.48}.contact-info-list p a:hover{color:var(--red)}.contact-info-list p b{display:inline-block;margin:0 9px;color:#98a4b0;font-weight:400}

.contact-form-card{border:1px solid #dbe3ea;border-radius:6px;background:#fff;box-shadow:0 6px 24px rgba(8,33,55,.035);padding:20px 20px 17px}
.contact-notice{margin:15px 0 0;padding:10px 12px;border-radius:4px;font-size:10.5px;font-weight:700}.contact-notice.success{background:#edf9f0;color:#1e7a37;border:1px solid #ccebd4}.contact-notice.error{background:#fff0f0;color:#b20b11;border:1px solid #f3cccc}
.contact-form{margin-top:16px}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px}.contact-form label{display:grid;gap:6px;color:#24354a;font-size:10.5px;font-weight:800}.contact-form label em{color:var(--red);font-style:normal}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d7e0e7;border-radius:4px;background:#fff;color:#26384d;outline:0;font-size:10.5px;font-weight:400;padding:0 12px;transition:border-color .2s,box-shadow .2s}.contact-form input,.contact-form select{height:41px}.contact-form textarea{min-height:94px;padding-top:11px;resize:vertical;line-height:1.45}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#ff8b00;box-shadow:0 0 0 3px rgba(255,139,0,.08)}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#98a4b1}.contact-message-field{grid-column:1/-1}.contact-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.contact-submit{margin-top:14px;width:100%;height:42px;border:0;border-radius:4px;background:linear-gradient(90deg,#ff9c00,#ff6500);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:11.5px;font-weight:950;cursor:pointer;box-shadow:0 7px 18px rgba(255,110,0,.15);transition:.2s}.contact-submit:hover{transform:translateY(-1px);filter:brightness(1.02)}.contact-submit .dashicons{font-size:16px;width:16px;height:16px}
.contact-privacy{display:flex;align-items:center;justify-content:center;gap:5px;margin:11px 0 0;color:#6f7b89;font-size:8.8px}.contact-privacy .dashicons{font-size:13px;width:13px;height:13px;color:#0b243c}

.contact-location-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-top:25px;align-items:stretch}
.contact-map-box{position:relative;min-height:278px;border:1px solid #d9e2e8;border-radius:6px;overflow:hidden;background:#edf3f6 url('../images/contact-map-fallback.png') center/cover no-repeat}.contact-map-box iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:transparent}
.contact-office-card{border:1px solid #dbe3ea;border-radius:6px;background:#fff;padding:16px 16px 13px}.contact-office-list{display:grid;gap:9px;margin-top:12px}.contact-office-list article{position:relative;display:grid;grid-template-columns:23px 1fr auto;gap:10px;align-items:start;min-height:64px;border:1px solid #e1e7ed;border-radius:4px;background:#fff;padding:11px 10px}.contact-office-list article>.dashicons{color:var(--red);font-size:19px;width:19px;height:19px;margin-top:2px}.contact-office-list h3{margin:0 0 3px;color:#1d2d43;font-size:10.5px;line-height:1.25;font-weight:900}.contact-office-list p{margin:0;color:#5d6a7a;font-size:8.8px;line-height:1.4}.contact-office-list small{align-self:start;white-space:nowrap;border-radius:3px;background:#fff0a8;color:#5f5320;padding:4px 7px;font-size:7.5px;font-weight:700}

.contact-service-strip{padding:24px 0;background:linear-gradient(90deg,#071b2e,#0a2b48);color:#fff;border-bottom:1px solid rgba(255,255,255,.15)}
.contact-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.contact-service-grid article{display:flex;align-items:center;justify-content:center;gap:15px;min-height:54px;border-right:1px solid rgba(255,255,255,.11)}.contact-service-grid article:last-child{border-right:0}.contact-service-grid article>.dashicons{color:var(--orange2);font-size:38px;width:38px;height:38px;line-height:1}.contact-service-grid strong{display:block;color:#fff;font-size:13px;line-height:1.2;font-weight:900}.contact-service-grid small{display:block;margin-top:4px;color:#e1e8ee;font-size:10px}
body.page-template-page-lien-he .mvo-nav-list>li.current-menu-item>a{color:var(--red)}

@media(max-width:1000px){
  .contact-hero-media{width:68%}.contact-hero-copy{width:58%}.contact-top-grid{grid-template-columns:.9fr 1.1fr;gap:25px}.contact-location-grid{grid-template-columns:1fr 1fr}.contact-office-list article{grid-template-columns:22px 1fr}.contact-office-list small{grid-column:2;margin-top:3px;justify-self:start}.contact-service-grid strong{font-size:12px}.contact-service-grid article>.dashicons{font-size:32px;width:32px;height:32px}
}
@media(max-width:820px){
  .contact-hero{min-height:320px}.contact-hero-inner{min-height:320px}.contact-hero-media{width:82%;opacity:.8}.contact-hero:before{background:linear-gradient(90deg,#071b2e 0%,rgba(7,27,46,.98) 48%,rgba(7,27,46,.55) 77%,rgba(7,27,46,.15) 100%)}.contact-hero-copy{width:72%}.contact-hero h1{font-size:34px}.contact-hero h2{font-size:21px}.contact-top-grid,.contact-location-grid{grid-template-columns:1fr}.contact-info-list{grid-template-columns:1fr 1fr}.contact-info-list article:last-child{grid-column:1/-1}.contact-map-box{min-height:320px}.contact-service-grid{grid-template-columns:1fr 1fr;row-gap:18px}.contact-service-grid article:nth-child(2){border-right:0}.contact-service-grid article:nth-child(n+3){border-top:1px solid rgba(255,255,255,.11);padding-top:18px}
}
@media(max-width:600px){
  .contact-hero{min-height:420px}.contact-hero-inner{min-height:420px;align-items:flex-start;padding-top:38px}.contact-hero-media{width:100%;height:58%;top:auto;bottom:0;background-position:center}.contact-hero:before{background:linear-gradient(180deg,#071b2e 0%,#071b2e 48%,rgba(7,27,46,.56) 72%,rgba(7,27,46,.2) 100%)}.contact-hero-copy{width:100%}.contact-hero h1{font-size:30px}.contact-hero h2{font-size:18px}.contact-hero p{font-size:11.5px;max-width:100%}.contact-info-list{grid-template-columns:1fr}.contact-info-list article:last-child{grid-column:auto}.contact-form-grid{grid-template-columns:1fr}.contact-message-field{grid-column:auto}.contact-heading h2{font-size:21px}.contact-form-card{padding:17px 14px}.contact-map-box{min-height:270px}.contact-service-grid{grid-template-columns:1fr}.contact-service-grid article{border-right:0;border-top:1px solid rgba(255,255,255,.11);padding-top:16px}.contact-service-grid article:first-child{border-top:0;padding-top:0}.contact-service-grid article:nth-child(n+3){padding-top:16px}
}
@media(max-width:420px){
  .contact-hero{min-height:455px}.contact-hero-inner{min-height:455px}.contact-hero h1{font-size:27px}.contact-hero h2{font-size:17px}.contact-info-list article{grid-template-columns:43px 1fr;gap:12px}.contact-icon{width:42px;height:42px}.contact-info-list p{font-size:11px}.contact-office-card{padding:14px 11px}.contact-office-list article{grid-template-columns:20px 1fr;padding:10px 8px}.contact-office-list small{grid-column:2}.contact-privacy{align-items:flex-start;text-align:center}
}

/* =========================================================
   CHÍNH SÁCH KHÁCH HÀNG — page-chinh-sach-khach-hang.php
   Header/footer dùng chung từ header.php + footer.php.
   ========================================================= */
.policy-hero{position:relative;min-height:220px;overflow:hidden;background:#071b2e;color:#fff}
.policy-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#071b2e 0%,#071b2e 34%,rgba(7,27,46,.96) 45%,rgba(7,27,46,.42) 70%,rgba(7,27,46,.06) 100%)}
.policy-hero-media{position:absolute;right:0;top:0;width:63%;height:100%;z-index:0;background:url('../images/policy-customer-hero.jpg') center right/cover no-repeat}
.policy-hero-inner{position:relative;z-index:2;min-height:220px;display:flex;align-items:center}
.policy-hero-copy{width:58%}
.policy-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:#e4ebf1;font-size:10px}.policy-breadcrumb a:hover{color:var(--orange2)}
.policy-hero h1{margin:0 0 4px;color:#fff;font-size:34px;line-height:1.06;font-weight:950;letter-spacing:-.45px}
.policy-hero h2{margin:0 0 12px;color:var(--orange2);font-size:21px;line-height:1.12;font-weight:950}
.policy-hero p{max-width:620px;margin:0;color:#f1f5f8;font-size:11.5px;line-height:1.55}
.policy-main-section{background:#fff}
.policy-layout{display:grid;grid-template-columns:255px minmax(0,1fr);gap:38px;align-items:start}
.policy-sidebar{min-width:0}.policy-sidebar-title{height:47px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#061a2c,#0a2a46);color:#fff;border-radius:5px 5px 0 0;font-size:12px;font-weight:950}.policy-sidebar-title span{font-size:20px;font-weight:500}
.policy-menu{border:1px solid #dbe3e9;border-top:0;border-radius:0 0 5px 5px;overflow:hidden;background:#fff}.policy-menu a{min-height:43px;padding:0 18px;display:flex;align-items:center;border-top:1px solid #e3e8ed;color:#425166;font-size:11px;font-weight:600;transition:.2s}.policy-menu a:first-child{border-top:0}.policy-menu a:hover{background:#f7f9fb;color:#18283e}.policy-menu a.active{background:linear-gradient(90deg,#ff9f00,#ff7100);color:#fff;font-weight:900}
.policy-consult-card{position:relative;min-height:410px;margin-top:0;border-radius:0 0 5px 5px;overflow:hidden;background:#071b2e;color:#fff}.policy-consult-brand{position:absolute;z-index:4;left:18px;top:17px;width:118px}.policy-consult-brand img{width:100%;filter:brightness(0) invert(1);opacity:.98}.policy-consult-image{position:absolute;inset:0;background:url('../images/about-main.jpg') center 20%/cover no-repeat}.policy-consult-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,20,35,.08) 0%,rgba(4,20,35,.2) 36%,rgba(4,20,35,.94) 65%,#061a2c 100%)}.policy-consult-content{position:absolute;z-index:3;left:18px;right:18px;bottom:18px}.policy-consult-content h3{margin:0 0 15px;color:#fff;font-size:17px;line-height:1.25;font-weight:950}.policy-consult-phone{height:40px;border-radius:999px;background:linear-gradient(90deg,#ffab00,#ff7a00);color:#07182a;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:950;box-shadow:0 7px 16px rgba(255,128,0,.22)}.policy-consult-content ul{list-style:none;padding:14px 0 0;margin:0}.policy-consult-content li{position:relative;padding:4px 0 4px 22px;color:#fff;font-size:10px}.policy-consult-content li:before{content:"✓";position:absolute;left:0;top:4px;width:14px;height:14px;border-radius:50%;background:var(--orange2);color:#fff;display:grid;place-items:center;font-size:8px;font-weight:900}
.policy-content{min-width:0}.policy-heading h2,.policy-body-block>h2{margin:0 0 8px;padding-left:12px;border-left:4px solid var(--red);color:#17283e;font-size:23px;line-height:1.08;font-weight:950}.policy-heading p{margin:0;color:#556477;font-size:11px;line-height:1.55;max-width:96%}
.policy-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:24px}.policy-feature-grid article{min-height:176px;border:1px solid #e1e7ec;border-radius:5px;background:linear-gradient(180deg,#fbfcfd,#f4f7f9);padding:18px 15px;text-align:center}.policy-feature-icon{width:56px;height:56px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;color:#fff}.policy-feature-icon.orange{background:linear-gradient(135deg,#ff9f00,#ff6a00)}.policy-feature-icon.red{background:linear-gradient(135deg,#ec1c24,#c9080f)}.policy-feature-icon.navy{background:linear-gradient(135deg,#0b2d49,#061827)}.policy-feature-icon .dashicons{width:auto;height:auto;font-size:29px;line-height:1}.policy-feature-grid h3{margin:0 0 8px;color:#17283e;font-size:12px;line-height:1.25;font-weight:950}.policy-feature-grid p{margin:0;color:#5b6979;font-size:10.5px;line-height:1.45}
.policy-body-block{margin-top:25px}.policy-rules{display:grid;gap:13px;margin-top:17px}.policy-rules article{display:grid;grid-template-columns:42px 1fr;gap:15px;align-items:start}.policy-rule-no{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:950}.policy-rule-no.orange{background:linear-gradient(135deg,#ff9600,#ff6a00)}.policy-rule-no.red{background:linear-gradient(135deg,#eb1d26,#c7070d)}.policy-rule-no.navy{background:linear-gradient(135deg,#0b2c48,#061725)}.policy-rules h3{margin:2px 0 3px;color:#18283e;font-size:11.5px;line-height:1.2;font-weight:950}.policy-rules p{margin:0;color:#5d6b7d;font-size:10.5px;line-height:1.45}
.policy-quote{margin:22px 0 0;border:1px solid #dde5eb;border-radius:5px;background:#fafbfd;min-height:76px;display:grid;grid-template-columns:40px 1fr auto;gap:12px;align-items:center;padding:14px 18px}.policy-quote>span{color:var(--red);font-size:45px;line-height:.7;font-weight:950}.policy-quote p{margin:0;color:#46566b;font-size:10.5px;font-style:italic}.policy-quote cite{color:#35465c;font-size:10px;font-style:normal;white-space:nowrap}.policy-service-strip{margin-top:0}

@media (max-width:1080px){
  .policy-layout{grid-template-columns:230px minmax(0,1fr);gap:25px}.policy-feature-grid{gap:9px}.policy-feature-grid article{padding:16px 10px}.policy-heading h2,.policy-body-block>h2{font-size:20px}
}
@media (max-width:900px){
  .policy-hero{min-height:270px}.policy-hero-inner{min-height:270px}.policy-hero-media{width:75%;opacity:.82}.policy-hero:before{background:linear-gradient(90deg,#071b2e 0%,rgba(7,27,46,.98) 52%,rgba(7,27,46,.5) 80%,rgba(7,27,46,.12) 100%)}.policy-hero-copy{width:72%}.policy-layout{grid-template-columns:1fr}.policy-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:18px}.policy-sidebar-title{grid-column:1/-1}.policy-menu{border-top:1px solid #dbe3e9;border-radius:5px}.policy-consult-card{margin:0;border-radius:5px;min-height:330px}.policy-feature-grid{grid-template-columns:1fr 1fr}.policy-feature-grid article{min-height:155px}
}
@media (max-width:700px){
  .policy-hero{min-height:390px}.policy-hero-inner{min-height:390px;align-items:flex-start;padding-top:34px}.policy-hero-media{width:100%;height:56%;top:auto;bottom:0;background-position:center}.policy-hero:before{background:linear-gradient(180deg,#071b2e 0%,#071b2e 48%,rgba(7,27,46,.58) 72%,rgba(7,27,46,.16) 100%)}.policy-hero-copy{width:100%}.policy-hero h1{font-size:30px}.policy-hero h2{font-size:18px}.policy-hero p{font-size:10.5px;max-width:100%}.policy-sidebar{grid-template-columns:1fr}.policy-sidebar-title{grid-column:auto}.policy-consult-card{min-height:360px}.policy-feature-grid{grid-template-columns:1fr 1fr}.policy-quote{grid-template-columns:34px 1fr}.policy-quote cite{grid-column:2;justify-self:end}.policy-heading h2,.policy-body-block>h2{font-size:19px}.policy-heading p{max-width:100%}
}
@media (max-width:480px){
  .policy-hero{min-height:430px}.policy-hero-inner{min-height:430px}.policy-hero h1{font-size:26px}.policy-hero h2{font-size:16px}.policy-feature-grid{grid-template-columns:1fr}.policy-feature-grid article{min-height:auto}.policy-rules article{grid-template-columns:36px 1fr;gap:11px}.policy-rule-no{width:34px;height:34px}.policy-quote{padding:13px 11px}.policy-quote p{font-size:9.8px}
}

/* =========================================================
   PRODUCTION CLEANUP v19 — empty states, policy note
   ========================================================= */
.mvo-empty-state{grid-column:1/-1;min-height:180px;border:1px dashed #cfd9e2;border-radius:8px;background:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;color:#5d6c7c}.mvo-empty-state strong{display:block;color:#14263b;font-size:18px;margin-bottom:6px}.mvo-empty-state p{margin:0 0 16px;max-width:620px}.mvo-empty-state--compact{min-height:120px;padding:22px}.product-policy-note{margin:14px 0 2px;padding:11px 13px;border-left:4px solid var(--orange);border-radius:5px;background:#fff7ee;color:#5b4a3b;font-size:11px;line-height:1.5}.privacy-hero .policy-hero-media{background-image:url('../images/policy-customer-hero.jpg')}.policy-hero h1 span{color:var(--orange2)}

/* =========================================================
   NEWS — list + detail
   ========================================================= */
.news-page-hero{position:relative;min-height:250px;overflow:hidden;background:#071b2e;color:#fff}.news-page-hero:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#071b2e 0%,rgba(7,27,46,.97) 46%,rgba(7,27,46,.52) 72%,rgba(7,27,46,.15) 100%)}.news-page-hero-media{position:absolute;inset:0 0 0 42%;background:url('../images/about-hero-ref.jpg') center/cover no-repeat}.news-page-hero-inner{position:relative;z-index:2;min-height:250px;display:flex;align-items:center}.news-page-hero h1{margin:4px 0 10px;font-size:38px;line-height:1;font-weight:950}.news-page-hero h1 span{color:var(--orange2)}.news-page-hero p{max-width:650px;margin:0;color:#e8eef4;font-size:12px;line-height:1.6}
.news-index-section{background:#f7f9fb}.news-index-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:32px;align-items:start}.news-index-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.news-index-head h2{margin:7px 0 0;font-size:25px;line-height:1.1;font-weight:950}.news-index-head select{height:39px;min-width:190px;border:1px solid #d7e0e7;border-radius:5px;background:#fff;padding:0 12px;color:#334357}.news-index-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.news-index-card{overflow:hidden;border:1px solid #dde5eb;border-radius:7px;background:#fff;box-shadow:0 4px 16px rgba(4,24,45,.04)}.news-index-card-image{display:block;overflow:hidden;background:#e9eef2}.news-index-card-image img{width:100%;aspect-ratio:1.7/1;object-fit:cover;transition:.35s}.news-index-card:hover img{transform:scale(1.035)}.news-index-card-body{padding:15px}.news-index-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;font-size:9.5px}.news-index-meta span{color:var(--red);font-weight:900;text-transform:uppercase}.news-index-meta time{color:#8390a0}.news-index-card h2{margin:0 0 8px;font-size:15px;line-height:1.35;font-weight:900}.news-index-card h2 a:hover{color:var(--red)}.news-index-card p{margin:0;color:#697587;font-size:11px;line-height:1.55}.news-readmore{display:inline-block;margin-top:12px;color:var(--red);font-size:10.5px;font-weight:900}.news-pagination{margin-top:25px}
.news-sidebar{display:grid;gap:18px}.news-side-box{overflow:hidden;border:1px solid #dce4ea;border-radius:6px;background:#fff}.news-side-box>h3{margin:0;padding:14px 16px;background:linear-gradient(90deg,#071b2e,#0a2b47);color:#fff;font-size:12px;font-weight:950}.news-side-box>a:not(.news-side-post){min-height:40px;padding:0 14px;border-top:1px solid #edf1f4;display:flex;align-items:center;justify-content:space-between;color:#46566a;font-size:10.5px}.news-side-box>a.is-active,.news-side-box>a:not(.news-side-post):hover{background:#fff5eb;color:#d94a00;font-weight:800}.news-side-box em{font-style:normal;color:#8b97a5}.news-side-post{display:block;padding:12px 14px;border-top:1px solid #edf1f4}.news-side-post strong{display:block;color:#203148;font-size:10.8px;line-height:1.4}.news-side-post small{display:block;margin-top:5px;color:#8b97a5;font-size:9px}.news-side-post:hover strong{color:var(--red)}.news-side-empty{margin:0;padding:14px;color:#8792a0;font-size:10.5px}
.news-detail-hero{padding:42px 0 38px;background:linear-gradient(115deg,#071b2e,#0b3150);color:#fff}.news-detail-hero .catalog-breadcrumb{margin-bottom:23px}.news-detail-hero-copy>span{display:inline-block;margin-bottom:9px;color:var(--orange2);font-size:11px;font-weight:900;text-transform:uppercase}.news-detail-hero h1{max-width:880px;margin:0 0 15px;font-size:34px;line-height:1.18;font-weight:950}.news-detail-hero-copy>div{display:flex;align-items:center;gap:10px;color:#cfdbe4;font-size:10px}.news-detail-section{background:#fff}.news-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:36px;align-items:start}.news-detail-image{margin:0 0 24px;border-radius:8px;overflow:hidden;background:#eef2f5}.news-detail-image img{width:100%;max-height:470px;object-fit:cover}.news-detail-content{color:#3d4c5f;font-size:14px;line-height:1.8}.news-detail-content h2,.news-detail-content h3{color:#15283f;line-height:1.3}.news-detail-content img{height:auto;border-radius:6px}.news-related{margin-top:38px;padding-top:28px;border-top:1px solid #e5ebf0}.news-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.news-related-grid article{border:1px solid #e0e7ed;border-radius:6px;overflow:hidden}.news-related-grid img{width:100%;aspect-ratio:1.65/1;object-fit:cover}.news-related-grid article>div{padding:12px}.news-related-grid time{font-size:9px;color:#8b97a5}.news-related-grid h3{margin:4px 0 0;font-size:12px;line-height:1.4}.news-consult-box{padding:20px;border-radius:7px;background:linear-gradient(145deg,#071b2e,#0a3455);color:#fff}.news-consult-box>span{color:var(--orange2);font-size:10px;font-weight:900}.news-consult-box h3{margin:4px 0 7px;font-size:20px}.news-consult-box p{margin:0 0 13px;color:#d9e3eb;font-size:10.5px}.news-consult-box>a:not(.btn){display:block;margin-bottom:13px;color:#fff;font-size:16px;font-weight:950}.news-consult-box .btn{width:100%;font-size:10px}

/* =========================================================
   GENERIC PAGES — source-grounded policy fallbacks
   ========================================================= */
.generic-page-hero{padding:42px 0;background:linear-gradient(105deg,#071b2e,#0b3150);color:#fff}.generic-page-hero .catalog-breadcrumb{margin-bottom:16px}.generic-page-hero h1{margin:0;font-size:34px;font-weight:950}.generic-page-section{background:#f7f9fb}.generic-page-content{max-width:900px;padding:28px 32px;border:1px solid #dce4ea;border-radius:8px;background:#fff;box-shadow:var(--shadow);font-size:14px;line-height:1.8;color:#415166}.generic-page-content p:first-child{margin-top:0}.generic-page-content p:last-child{margin-bottom:0}

@media(max-width:980px){.news-index-layout,.news-detail-layout{grid-template-columns:1fr}.news-sidebar{grid-template-columns:repeat(2,1fr)}.news-index-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.news-page-hero{min-height:300px}.news-page-hero-media{inset:45% 0 0 0}.news-page-hero:before{background:linear-gradient(180deg,#071b2e 0%,#071b2e 52%,rgba(7,27,46,.5) 100%)}.news-page-hero-inner{min-height:300px;align-items:flex-start;padding-top:36px}.news-page-hero h1{font-size:31px}.news-index-head{align-items:stretch;flex-direction:column}.news-index-head select{width:100%}.news-index-grid,.news-related-grid,.news-sidebar{grid-template-columns:1fr}.news-detail-hero h1{font-size:27px}.generic-page-hero h1{font-size:28px}.generic-page-content{padding:20px 17px}}

/* ===== v20: Smart search, newsletter, quick contact, anti-spam ===== */
.header-search-wrap{position:relative;z-index:30}.smart-search-dropdown{position:absolute;right:0;top:48px;width:min(430px,88vw);background:#fff;border:1px solid #dfe6ec;border-radius:10px;box-shadow:0 18px 48px rgba(6,25,43,.18);padding:7px;max-height:520px;overflow:auto}.smart-search-dropdown[hidden]{display:none!important}.smart-search-item{display:grid;grid-template-columns:50px 1fr 20px;gap:10px;align-items:center;padding:8px;border-radius:7px;color:#0b1d31;transition:.18s}.smart-search-item:hover{background:#f5f8fa}.smart-search-item img{width:50px;height:42px;object-fit:cover;border-radius:5px;background:#edf2f5}.smart-search-icon{width:50px;height:42px;display:grid;place-items:center;background:#edf2f5;border-radius:5px}.smart-search-item span{min-width:0}.smart-search-item small{display:block;color:var(--orange2);font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.5px}.smart-search-item strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:2px 0}.smart-search-item em{display:block;color:#6b7786;font-size:9px;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-search-item>b{color:var(--red)}.smart-search-all{display:block;border-top:1px solid #edf1f4;margin-top:4px;padding:10px 8px 7px;text-align:center;color:var(--red);font-size:10px;font-weight:900}.smart-search-empty{padding:16px 12px;color:#647284;font-size:10px;text-align:center}
.search-page-hero{background:linear-gradient(115deg,#071b2e,#0a3152);color:#fff;padding:58px 0;position:relative;overflow:hidden}.search-page-hero:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-130px;top:-280px;background:radial-gradient(circle,rgba(255,139,0,.23),transparent 65%)}.search-page-hero-inner{position:relative;z-index:1}.search-page-hero h1{font-size:40px;line-height:1;margin:12px 0 10px;font-weight:950}.search-page-hero h1 span{color:var(--orange2)}.search-page-hero p{font-size:12px;color:#d9e3eb}.search-page-form{margin-top:20px;display:flex;max-width:700px;height:48px;background:#fff;border-radius:6px;overflow:hidden}.search-page-form input{flex:1;border:0;outline:0;padding:0 16px;font-size:12px}.search-page-form button{width:125px;border:0;background:var(--orange2);color:#fff;font-weight:900;cursor:pointer}.smart-search-results{background:#f7f9fb}.search-result-summary{margin-bottom:28px;color:#5d6b7b;font-size:12px}.search-result-summary strong{font-size:23px;color:var(--red);margin-right:5px}.search-result-group+.search-result-group{margin-top:48px}.search-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.search-product-card{background:#fff;border:1px solid #e1e7ec;border-radius:7px;overflow:hidden;box-shadow:0 7px 20px rgba(10,35,55,.04)}.search-product-image{display:block;background:#f2f5f7}.search-product-image img{width:100%;aspect-ratio:1.35/1;object-fit:contain;padding:8px}.search-product-card>div{padding:13px}.search-product-card small,.search-news-card small{font-size:9px;color:var(--orange2);font-weight:800}.search-product-card h3,.search-news-card h3{font-size:13px;line-height:1.35;margin:5px 0}.search-product-card p{font-size:10px;color:#667588;margin:0 0 9px}.search-more{font-size:10px;color:var(--red);font-weight:900}.search-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.search-news-card{background:#fff;border-radius:7px;overflow:hidden;border:1px solid #e1e7ec}.search-news-card img{width:100%;aspect-ratio:1.75/1;object-fit:cover}.search-news-card>div{padding:14px}.search-news-card p{font-size:10px;line-height:1.55;color:#667588}.search-page-link-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.search-page-link-grid>a{display:grid;grid-template-columns:34px 1fr 20px;gap:10px;align-items:center;background:#fff;border:1px solid #e1e7ec;border-radius:6px;padding:13px;color:#102136}.search-page-link-grid .dashicons{color:var(--orange2)}.search-page-link-grid strong{display:block;font-size:11px}.search-page-link-grid small{display:block;font-size:9px;color:#778494;margin-top:3px}.search-page-link-grid>a>b{color:var(--red)}
.newsletter-notice{font-size:9px;padding:7px 9px;border-radius:4px;margin:0 0 8px}.newsletter-notice.success{background:rgba(46,160,67,.14);color:#bcecc7}.newsletter-notice.error{background:rgba(220,53,69,.15);color:#ffd0d4}.newsletter-form{position:relative}.newsletter-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}.floating-contact{position:fixed;right:20px;bottom:74px;z-index:999;display:flex;flex-direction:column;gap:9px}.floating-contact a{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:950;box-shadow:0 7px 24px rgba(0,0,0,.2);transition:.2s}.floating-contact a:hover{transform:translateY(-2px)}.floating-contact-zalo{background:#087ee7;font-size:15px}.floating-contact-phone{background:linear-gradient(135deg,#ff8a00,#e8392f);font-size:18px}.contact-turnstile{margin:15px 0 5px;min-height:65px}
@media(max-width:1180px){.header-search-wrap{display:none}.search-product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:780px){.search-page-hero{padding:44px 0}.search-page-hero h1{font-size:31px}.search-page-form{height:auto;display:grid}.search-page-form input{min-height:46px}.search-page-form button{width:100%;height:43px}.search-product-grid{grid-template-columns:repeat(2,1fr)}.search-news-grid,.search-page-link-grid{grid-template-columns:1fr}.floating-contact{right:14px;bottom:68px}.floating-contact a{width:41px;height:41px}}
@media(max-width:520px){.search-product-grid{grid-template-columns:1fr}}
.mobile-nav-search{display:none;padding:4px 20px 20px}.mobile-nav-search input{width:100%;height:42px;border:1px solid #dce3e9;border-radius:5px;padding:0 11px;font-size:11px}.mobile-nav-search button{width:100%;height:39px;margin-top:8px;border:0;border-radius:5px;background:var(--red);color:#fff;font-size:10px;font-weight:900}
@media(max-width:1180px){.mobile-nav-search{display:block}}

/* v21 product slider behavior */
.section-categories .product-grid{scroll-behavior:smooth}
@media(max-width:900px){.section-categories .product-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.section-categories .product-card{min-width:min(82vw,320px);scroll-snap-align:start}}
