@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap');
:root{font-family:'Be Vietnam Pro',Arial,sans-serif;color:#202124;background:#fff;font-synthesis:none;--blue:#6f7e56}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}button,a,input,textarea{touch-action:manipulation}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #a8b492;outline-offset:5px}.preview{text-align:center;background:#f0f2f6;padding:9px 16px;font-size:.75rem;color:#545964}header{max-width:1440px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:28px 5%;border-bottom:1px solid #eceef1}.brand{font-size:2rem;font-weight:800;letter-spacing:-2px;display:flex;align-items:center;gap:14px}.brand span{font-size:.625rem;letter-spacing:2px;font-weight:500;border-left:1px solid #bcc0c7;padding-left:14px;max-width:65px;line-height:1.5}nav{display:flex;gap:36px;font-size:.875rem}.nav-cta{font-size:.875rem;border-bottom:1px solid #202124;padding:8px 0}main{max-width:1440px;margin:auto}.hero{padding:62px 5% 35px;display:grid;grid-template-columns:.95fr 1.05fr;gap:30px;align-items:center}.eyebrow{font-size:.75rem;letter-spacing:1.6px;font-weight:600;color:#626772;margin:0 0 26px}h1{font-size:clamp(2.7rem,4.7vw,4.6rem);font-weight:500;line-height:1.17;letter-spacing:-3px;margin:0 0 28px}em{font-style:normal;color:var(--blue)}.intro{max-width:420px;color:#6a6d76;line-height:1.85;font-size:1rem}.actions{display:flex;align-items:center;gap:25px;margin-top:32px;flex-wrap:wrap}.button{display:inline-flex;justify-content:center;align-items:center;padding:17px 24px;border:0;border-radius:5px;font-weight:500;font-size:.875rem;cursor:pointer}.primary{color:white;background:var(--blue)}.primary:hover{background:#596646}.text-link{font-size:.875rem}.hero-note{display:flex;gap:25px;border-top:1px solid #e6e8ed;margin-top:54px;padding-top:20px;font-size:.625rem;letter-spacing:1px;color:#757b87}figure{margin:0;background:#f2f3f5;border-radius:6px;overflow:hidden}figure img{display:block;width:100%;height:530px;object-fit:cover}figcaption{display:flex;justify-content:space-between;gap:20px;padding:22px;font-size:.625rem;letter-spacing:1px;color:#686d75}.products{padding:65px 5% 90px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.section-head .eyebrow{margin-bottom:14px}h2{font-size:clamp(2rem,3vw,3rem);line-height:1.25;font-weight:500;letter-spacing:-1.4px;margin:0}.section-head>p{font-size:.875rem;line-height:1.8;color:#767b84}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product{border:0;padding:0;text-align:left;background:none;cursor:pointer;min-width:0}.product-image{height:290px;overflow:hidden;border-radius:5px;background:#f3f4f6}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.p1 img{object-position:20% 50%}.p2 img{object-position:50% 50%}.p3 img{object-position:90% 50%}.product:hover img{transform:scale(1.05)}.product-title{display:flex;justify-content:space-between;align-items:center;gap:10px}h3{font-size:1.125rem;font-weight:500;margin:20px 0 10px}.product>p{font-size:.875rem;color:#717680;margin:0;line-height:1.7}.product>p span{display:block;font-size:.75rem;color:#898e98}.custom{margin:0 5% 80px;background:#f5f6f8;border-radius:8px;padding:58px;display:grid;grid-template-columns:1fr 1.1fr;gap:70px}.custom h2{font-size:clamp(2.5rem,3.6vw,3.7rem);line-height:1.2}.custom>div>p:not(.eyebrow){max-width:330px;color:#737983;line-height:1.8;margin-top:25px}ol{padding:10px 0 0;list-style:none}li{padding:17px 0;border-bottom:1px solid #dde0e6;font-size:.875rem;line-height:1.6}li span{margin-right:20px;color:var(--blue);font-size:.75rem}form{padding:28px;background:white;border-radius:6px}form h3{margin:0 0 12px;font-size:1.25rem}.form-note{font-size:.875rem;color:#707680;line-height:1.7;margin-bottom:25px}label{display:block;font-size:.875rem;margin:17px 0 9px}input,textarea{width:100%;border:1px solid #dce0e6;background:white;padding:12px;border-radius:4px;min-width:0;font-size:1rem}textarea{resize:vertical}.fields{display:grid;grid-template-columns:1.5fr 1fr;gap:15px}small{display:block;font-size:.75rem;line-height:1.6;color:#7b808b;margin:9px 0 20px}input[type=file]{font-size:.75rem}form .button{width:100%}#status{font-size:.875rem;line-height:1.6;color:#6f7e56}#status:empty{display:none}footer{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #e5e7eb;padding:35px 5%;font-size:.875rem;color:#6e747e}footer .brand{color:#202124}footer>span{font-size:.75rem}dialog{max-width:520px;width:calc(100% - 32px);border:1px solid #e2e5ed;border-radius:10px;padding:40px}dialog::backdrop{background:#14192370}dialog h2{font-size:2rem}dialog>p:not(.eyebrow){line-height:1.8;color:#707680}.close{float:right;background:none;border:0;font-size:1.8rem;cursor:pointer}@media(min-width:900px){.product-image img{width:185%;max-width:none}.p1 img{transform:translateX(0)}.p2 img{transform:translateX(-25%)}.p3 img{transform:translateX(-45%)}.p1:hover img{transform:translateX(0) scale(1.03)}.p2:hover img{transform:translateX(-25%) scale(1.03)}.p3:hover img{transform:translateX(-45%) scale(1.03)}}@media(max-width:900px){.hero{gap:25px}figure img{height:440px}.hero-note{flex-direction:column;gap:10px}.custom{padding:32px;gap:30px}.product-image{height:220px}footer{flex-wrap:wrap}}@media(max-width:650px){header{padding:20px 6%}.brand{font-size:1.7rem}.brand span{font-size:.6rem}nav{gap:15px;font-size:.75rem}.nav-cta{display:none}.hero{grid-template-columns:1fr;padding:40px 6% 20px;gap:28px}h1{font-size:3rem;letter-spacing:-2px}.hero-note{margin-top:30px;flex-direction:row;flex-wrap:wrap}figure img{height:330px}figcaption{font-size:.6rem;padding:16px}.products{padding:40px 6%}.section-head{display:block}.product-grid{grid-template-columns:1fr}.product-image{height:310px}.product-title h3{margin-top:15px}.product{margin-bottom:14px}.custom{margin:0 6% 40px;padding:25px 18px;grid-template-columns:1fr;gap:30px}form{padding:22px 16px}.fields{grid-template-columns:1fr}footer{padding:28px 6%;flex-direction:column;align-items:start;gap:10px}.preview{font-size:.7rem;line-height:1.6}.actions{gap:20px}}

select{width:100%;min-width:0;padding:12px 8px;border:1px solid #dce0e6;border-radius:4px;background:white;font:inherit;font-size:.875rem}.zalo-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px;font-size:.875rem;color:var(--blue)}select:focus-visible{outline:3px solid #a8b492;outline-offset:3px}
.pricing{padding:55px 5% 20px}.pricing .section-head>div:last-child{min-width:160px}table{width:100%;border-collapse:collapse;text-align:left;font-size:1rem}th,td{padding:20px 16px;border-bottom:1px solid #e4e7ed}thead th{font-size:.875rem;color:#707783;font-weight:500;background:#f5f6f8}tbody th{font-weight:500}.price-choice{border:0;background:transparent;color:var(--blue);font:inherit;cursor:pointer;white-space:nowrap}.pricing-note{font-size:.875rem;line-height:1.7;color:#707783}.table-scroll{overflow-x:auto}.quote-summary{background:#f1f4ed;padding:20px;border-radius:5px;margin-top:20px}.quote-summary>span{font-size:.875rem}.quote-summary strong{display:block;font-size:1.5rem;color:var(--blue);margin-top:8px}.quote-summary small{margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:650px){header{flex-wrap:wrap;gap:20px}nav{font-size:.8rem;gap:18px}.pricing{padding:35px 6% 10px}th,td{padding:16px 8px;font-size:.875rem}.price-choice{font-size:.75rem}.pricing .section-head>div:last-child{max-width:220px}}
.brand-mark{display:block;width:65px;height:40px;object-fit:contain;border-radius:2px;flex-shrink:0}@media(max-width:650px){.brand-mark{width:52px;height:32px}.brand{gap:10px}}
/* Customer-supplied model gallery */
.hero figure img{height:auto;aspect-ratio:1;object-fit:contain;background:#f5f6f8}.product-grid{row-gap:38px}.product-image{height:auto;aspect-ratio:1;background:#f5f6f8}.product-image img{width:100%;height:100%;object-fit:contain;transform:none}.product:hover .product-image img{transform:scale(1.025)}#detail{max-width:700px;max-height:90vh;overflow:auto}#detail-image{display:block;width:100%;height:auto;max-height:55vh;object-fit:contain;background:#f5f6f8;margin:22px 0}#detail .close{position:sticky;top:0;background:white;border-radius:50%;width:40px;height:40px}@media(max-width:650px){.product-image{height:auto}.hero figure img{height:auto}}
