@font-face{font-family:Manrope;src:url(/fonts/Manrope-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/Manrope-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/Manrope-ExtraBold.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}:root{font-family:Manrope,sans-serif;font-size:16px;line-height:1.5;font-weight:600;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-green: #388e3c;--light-blue: #0d706e;--earth-brown: #8d6748;--cream: #f6e7cb;--off-white: #f9f9f9;--light-gray: #e0e0e0;--dark: #222}.app-content{min-height:80vh}html,body{margin:0 auto;padding:0;box-sizing:border-box;width:100%;max-width:1920px;scroll-behavior:auto!important;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;scroll-behavior:smooth}body{background-color:var(--off-white);color:var(--dark)}img{pointer-events:none;-webkit-user-drag:none}a{font-weight:600;text-decoration:inherit}button{border-radius:6px;border:1px solid transparent;padding:.6em 1.2em;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .3s}.notification-wrapper{position:fixed;inset:0;pointer-events:none;z-index:9999}.notification-container{position:fixed;display:flex;flex-direction:column;gap:12px;padding:12px 20px;pointer-events:none}.notification-topLeft{top:0;left:0}.notification-topRight{top:0;right:0}.notification-topCenter{top:0;left:50%;transform:translate(-50%);align-items:center}.notification-bottomLeft{bottom:0;left:0}.notification-bottomRight{bottom:0;right:0}.notification-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-top-right-radius:16px;background-color:#fff;box-shadow:0 2px 8px #00000026;min-width:320px;max-width:420px;animation:slideIn .3s ease-out;position:relative;overflow:hidden}.notification-item.notification-success{border-left:4px solid #52c41a;background-color:#f6ffed}.notification-item.notification-error{border-left:4px solid #ff4d4f;background-color:#fff1f0}.notification-item.notification-info{border-left:4px solid #1890ff;background-color:#e6f7ff}.notification-item.notification-warning{border-left:4px solid #faad14;background-color:#fffbe6}.notification-icon{font-size:20px;flex-shrink:0;margin-top:2px}.notification-item.notification-success .notification-icon{color:#52c41a}.notification-item.notification-error .notification-icon{color:#ff4d4f}.notification-item.notification-info .notification-icon{color:#1890ff}.notification-item.notification-warning .notification-icon{color:#faad14}.notification-body{flex:1}.notification-message{font-weight:600;font-size:14px;margin-bottom:4px;color:#262626}.notification-description{font-size:13px;color:#8c8c8c;line-height:1.5}.notification-close{background:none;border:none;padding:0;cursor:pointer;font-size:18px;color:#8c8c8c;flex-shrink:0;margin-top:2px;transition:color .3s ease;pointer-events:auto!important}.notification-close:hover{color:#262626}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.notification-progress{position:absolute;bottom:0;left:0;height:4px;width:100%;transition:width .05s linear}.notification-item.notification-success .notification-progress{background-color:#52c41a}.notification-item.notification-error .notification-progress{background-color:#ff4d4f}.notification-item.notification-info .notification-progress{background-color:#1890ff}.notification-item.notification-warning .notification-progress{background-color:#faad14}.notification-progress.paused{transition:none}@media(max-width:480px){.notification-item{min-width:280px;max-width:360px}.notification-topCenter{width:100%;max-width:380px}}.main-page-body{min-height:calc(100vh - 140px);display:flex;flex-direction:column}.page-loading{flex:1;display:flex;align-items:center;justify-content:center}.spinner{width:48px;height:48px;border:4px solid var(--dark);border-top-color:var(--light-blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-loading{background:var(--off-white)}.page-not-found{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px 80px;background:var(--off-white)}.error-code{font-size:6rem;font-weight:600;color:var(--light-blue);margin-bottom:0;line-height:1;letter-spacing:2px}.page-not-found h2{font-size:2rem;font-weight:600;color:var(--dark);margin-bottom:12px}.page-not-found p{font-size:1rem;color:#4e4e4e;line-height:1.6;max-width:420px;margin-bottom:24px}.page-not-found.global-404 p{max-width:600px}.back-to-page{padding:10px 24px;border-radius:6px;border:none;cursor:pointer;background:var(--dark);color:var(--off-white);font-size:1rem;font-weight:600;transition:all .5s ease}.back-to-page:hover{transform:translateY(-2px);background:var(--light-blue);text-decoration:underline;text-underline-offset:6px}@media(max-width:600px){.error-code{font-size:4.5rem}.page-not-found h2{font-size:1.8rem}.page-not-found p,.back-to-page{font-size:.9rem}}@media(max-width:500px){.error-code{font-size:4rem}.page-not-found h2{font-size:1.6rem}.page-not-found p{padding:0 60px}.page-not-found.global-404 p{padding:0 40px}}.admin-error-page{min-height:calc(100dvh - 40px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:40px;box-sizing:border-box}.admin-error-code{font-Size:6rem;font-weight:600;margin:0;color:#f5576c}.admin-error-page h2{margin:0;font-size:2rem;font-weight:600;color:var(--dark)}.admin-error-page p{margin:24px 0 10px;max-width:520px;color:#7a7a7a;font-size:1rem}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:1001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-card{position:relative;width:90%;max-width:400px;padding:20px 30px;max-height:90vh;background:#fff;border-radius:6px;overflow-y:auto;box-shadow:0 20px 40px #0003;animation:modalShow .3s ease-out;box-sizing:border-box}@keyframes modalShow{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.close-btn{position:absolute;top:0;right:0;background:none;border:none;font-size:36px;cursor:pointer;padding:10px 30px;color:#a0aec0}.user-login-header{margin-bottom:30px}.user-login-header h3{margin:0;font-size:1.5rem;color:var(--light-blue);font-weight:600}.user-info-subtext{margin:4px 0 0;color:var(--dark);font-size:.8rem}.user-login-form{display:flex;flex-direction:column;gap:5px}.user-input-group{position:relative}.floating-label{position:absolute;top:50%;left:12px;transform:translateY(-80%);font-size:.9rem;color:#4e4e4e;pointer-events:none;transition:all .3s ease-out;background-color:#fff;padding:0 4px}.user-modal-input:focus~.floating-label,.user-modal-input:not(:placeholder-shown)~.floating-label{top:0;transform:translateY(-50%) scale(.85);color:var(--dark);font-weight:600}.user-input-group input{width:100%;padding:12px 16px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;color:var(--dark);font-size:.9rem;transition:all .3s;box-sizing:border-box}.user-input-group input:focus{outline:none;border-color:var(--dark)}.user-input-group input:-webkit-autofill,.user-input-group input:-webkit-autofill:hover,.user-input-group input:-webkit-autofill:focus,.user-input-group input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px #ffffff inset!important;-webkit-text-fill-color:var(--dark)!important;transition:background-color 5000s ease-in-out 0s}.user-modal-input{width:100%;padding:12px;margin-bottom:12px;border:1px solid #ddd;border-radius:6px;font-size:.9rem}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:.8rem}.remember-me{display:flex;align-items:center;gap:5px;cursor:pointer}.remember-me input{cursor:pointer;color:var(--light-blue)}.forgot-pass{color:var(--dark);cursor:pointer;font-weight:600}.forgot-pass:hover{color:var(--light-blue);text-decoration:underline;text-underline-offset:6px}.modal-input{transition:all .3s ease}.user-login-button{width:100%;padding:14px;border:none;border-radius:6px;background:var(--light-blue);color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:transform .2s}.switch-mode{text-align:center;margin-top:15px;font-size:14px;color:#666}.switch-mode span{color:var(--dark);font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:6px}.switch-mode span:hover{color:var(--light-blue)}.otp-resend{margin-top:10px;text-align:center;font-size:.9rem}.resend-link{color:#0d706e;font-weight:600;cursor:pointer}.resend-link:hover{text-decoration:underline}.resend-timer{color:#999}.grid-header{display:flex;justify-content:space-between;position:sticky;top:0;z-index:1000;flex-direction:column;justify-content:center;padding:0 32px;width:100%;max-width:100%;min-height:160px;background-color:#fff;box-sizing:border-box;box-shadow:0 4px 20px #0e5e4e0d}.header-top{display:flex;align-items:center;justify-content:space-between;min-height:100px;flex-wrap:wrap}.logo-container{display:flex;align-items:center;gap:15px;flex:1}.hamburger-btn{display:none;font-size:2rem;background-color:transparent;border:none;cursor:pointer;color:var(--light-blue)}.logo img{height:100px;width:auto;object-fit:contain}.logo{flex:1;display:flex;justify-content:flex-start;align-items:center;cursor:pointer}.logo-heading a{display:flex;width:100%}.logo h1,.logo div{margin:0;padding:0}.search-wrapper{position:relative;flex:2}.search-bar{display:flex;justify-content:center;align-items:center;padding:20px 30px 0}.search-bar input{background-color:#d3e3e3;border:none;border:2px solid #d1e2dd;border-radius:30px;color:var(--light-blue);height:45px;padding-left:20px;padding-right:15px;width:100%;max-width:800px;font-size:.9rem;font-weight:600;transition:all .3s ease;font-family:Manrope,sans-serif}.search-bar input:focus{background-color:var(--light-blue);border-color:var(--light-blue);color:#fff;box-shadow:0 4px 16px #0e5e4e1f;outline:none}.search-bar input:focus::placeholder{border-color:var(--light-blue);color:#fff;outline:none}.suggestion-list{position:absolute;top:calc(100% + 8px);left:30px;right:30px;background:#fff;border-radius:0;border:1px solid #e1ebe8;overflow:hidden;z-index:1001;list-style:none;margin:0;padding:6px 0;box-shadow:0 10px 25px #0e5e4e1f}.suggestion-list li{padding:10px 18px;cursor:pointer;display:flex;justify-content:space-between}.suggestion-list li:hover,.suggestion-list li.active{background-color:#b6ede0;color:#fff}.suggest-main{font-weight:600;color:var(--light-blue)}.suggest-en{color:#4e4e4e;font-size:.9rem}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:20px;padding-top:20px;font-size:.9rem}.auth-buttons{display:flex;align-items:center;white-space:nowrap}.user-profile-nav{display:flex;width:220px;gap:10px;align-items:center;white-space:nowrap}.user-profile-nav span{display:block;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.logout-mini-btn{background-color:transparent;color:var(--dark);border-radius:0;padding:8px;font-size:.9rem;font-weight:600;border-bottom:2px solid var(--dark)}.logout-mini-btn:hover{color:var(--light-blue);background-color:transparent;border-bottom:2px solid #36bfa2!important}button:hover{border-color:transparent!important}.auth-separator{margin:0 6px;color:var(--light-blue);font-weight:600;font-size:1rem;pointer-events:none;-webkit-user-select:none;user-select:none}.auth-buttons{min-width:220px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.auth-placeholder{width:220px;height:32px;background:#f0f0f0;background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer-loading 1.5s infinite}.auth-btn{padding:8px;border:none;background-color:transparent;font-weight:600;color:var(--dark);cursor:pointer;border-radius:0;border-bottom:2px solid var(--dark)}.auth-btn:hover{color:var(--light-blue);background-color:transparent;border-bottom:2px solid #36bfa2!important}.header-nav{flex:2;display:flex;justify-content:center;min-height:40px;line-height:2.2}.header-nav a{display:inline-block;width:120px;text-align:center;padding:10px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;font-weight:600;color:var(--dark);transition:color .3s ease,box-shadow .3s ease}.header-nav a:hover,.header-nav a:focus{box-shadow:inset 0 .2em 0 var(--light-blue);color:var(--light-blue)}.header-nav a.active{box-shadow:inset 0 -.2em 0 var(--light-blue);color:var(--light-blue)}.slider{position:relative;width:100%;overflow:hidden}.slider-track{display:flex;flex-wrap:nowrap;height:100%;min-height:700px;transition:transform .5s ease-in-out}.slider-img{width:50%;height:auto;aspect-ratio:1/1;object-fit:cover;cursor:pointer;pointer-events:initial;-webkit-user-drag:initial;min-width:0;flex-shrink:1}.slider-btn{border-radius:0;padding:0;position:absolute;top:48%;font-size:2rem;width:48px;height:48px;cursor:pointer;transition:background-color .2s;z-index:2;display:flex;align-items:center;justify-content:center;opacity:.3}.slider-btn:first-child{left:0}.slider-btn:last-child{right:0}.preview-overlay{position:fixed;inset:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.preview-img{width:1000px;height:700px;object-fit:contain;border-radius:6px;background-color:transparent;max-width:90vw;max-height:90vh}.slider-content{width:50%;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto}.slider-Buoi{background:#559133}.slider-DauMieu{background:#712e7e}.slider-DuongTrang{background:#a82314}.slider-info{margin:auto 0;padding:0 60px;box-sizing:border-box}.slider-info h2{font-size:2.5rem;font-weight:700;line-height:1.2;margin-top:0;margin-bottom:16px;color:#fff}.slider-intro{font-size:1rem;line-height:1.8;letter-spacing:1.2px;margin-bottom:32px;color:#fff}.slider-benefits{list-style:none;padding:0;margin:0 0 32px}.slider-benefits li{font-size:1rem;margin-bottom:16px;position:relative;padding-left:32px;color:#fff}.slider-benefits li:before{content:"✓";position:absolute;left:0;color:#fff;font-weight:600}.slider-highlight{font-size:1.5rem;font-weight:600;color:#fff;margin:32px 0;text-align:center}.slider-Note{display:flex;justify-content:center}.slider-view{display:flex;padding:12px 80px;margin-bottom:0;font-size:1.1rem;font-weight:700;color:var(--dark);background-color:#fff;border:none;text-decoration:none;transition:all .3s ease;cursor:pointer}.slider-view:hover{opacity:.9;transform:translateY(-2px)}.grid-about{display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(135deg,#041f1de0,#0a4e4cd1),url(/images/AboutUs.webp) no-repeat center center / cover;color:#fff;min-height:700px}.about-container{max-width:1100px;padding:0 24px}.about-content{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.about-main-text{font-size:2.5rem;font-weight:700;line-height:1.2;color:#fff;margin:0 0 16px;position:relative;display:inline-block}.about-main-text span{background:transparent;color:#fff;border:none}.about-main-text:after{content:"";display:block;width:90%;height:4px;background-color:#36bfa2;border-radius:6px;margin-top:8px}.about-intro{font-size:1rem;line-height:1.8;color:#fff;margin-bottom:32px}.about-intro strong{font-weight:700}.about-highlights{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.highlight-item{display:flex;align-items:center;gap:12px;font-size:.9rem;font-weight:600;color:#fff;background:#ffffff14;padding:10px 16px;border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);width:250px}.hl-icon{color:#36bfa2;font-size:1rem}.btn-about-more{display:inline-block;background-color:#36bfa2;color:var(--dark);font-weight:700;font-size:1rem;padding:12px 24px;border-radius:30px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #36bfa24d}.btn-about-more:hover{background-color:#fff;color:var(--dark);transform:translateY(-2px);box-shadow:0 6px 20px #fff6}.about-video-wrapper{display:flex;flex-direction:column;gap:12px}.video-main-card{width:100%;aspect-ratio:16 / 9;border-radius:30px;overflow:hidden;box-shadow:0 12px 30px #00000059;border:2px solid rgba(0,0,0,.15);background-color:var(--dark)}.video-thumbnail{position:relative;width:100%;height:100%;cursor:pointer;overflow:hidden}.video-thumbnail img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease,filter .45s ease}.video-thumbnail:hover img{transform:scale(1.04)}.play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;padding:12px;border-radius:50%;background:#36bfa2;color:#fff;transition:.3s}.video-thumbnail:hover .play-icon{transform:translate(-50%,-50%) scale(1.04)}.video-main-card iframe{width:100%;height:100%;border:none}.video-sub-link{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;color:#fff;text-decoration:none;padding:8px 12px;background:#0003;border-radius:8px;transition:all .3s ease}.video-sub-link:hover{color:#36bfa2;background:#0006}.play-icon-mini{font-size:1rem}.horizontal-marquee{width:100%;overflow:hidden;background-color:var(--off-white);padding:14px 0;-webkit-user-select:none;user-select:none;cursor:pointer}.marquee-track{display:flex;width:max-content;flex-shrink:0;will-change:transform;animation:marquee-horizontal 25s linear infinite}.horizontal-marquee:hover .marquee-track{animation-play-state:paused}.marquee-content{display:flex;align-items:center;white-space:nowrap;flex-shrink:0}.marquee-content span{font-family:Manrope,sans-serif;font-size:2.5rem;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:2px;color:#0e5e4e;line-height:1}.marquee-divider{margin:0 16px;color:#36bfa2;font-weight:600}@keyframes marquee-horizontal{0%{transform:translate(0)}to{transform:translate(-50%)}}.grid-product{display:flex;align-items:center;justify-content:center;min-height:700px}.product-container{max-width:1320px;margin:0 auto;display:flex;align-items:flex-start;padding:0 24px;box-sizing:border-box}.product-brand{flex:0 0 35%;max-width:35%;position:sticky;top:250px;padding-top:8px;padding-right:60px;box-sizing:border-box}.product-badge{display:inline-flex;align-items:center;gap:8px;background:#0d706e1a;color:var(--light-blue);padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:700;letter-spacing:.5px;margin-bottom:24px}.badge-dot{width:8px;height:8px;border-radius:50%;background-color:#36bfa2;box-shadow:0 0 8px #2bb89a99}.product-brand-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--dark);margin:0 0 20px}.product-highlight-text{color:var(--light-blue);position:relative;display:inline-block}.product-highlight-text:after{content:"";position:absolute;bottom:-1.8px;left:0;width:100%;height:8px;background-color:#c9e9e6;z-index:-1;border-radius:6px}.product-brand-desc{font-size:1rem;line-height:1.8;color:#4e4e4e;margin:0 0 20px}.product-brand-btn{background-color:var(--light-blue);font-size:1rem;color:var(--off-white);padding:10px 24px;border-radius:20px;border:none;cursor:pointer;position:relative;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.product-brand-btn:hover{opacity:.9}.product-slider{flex:0 0 65%;max-width:65%;box-sizing:border-box}.product-slider-header{display:flex;justify-content:flex-end;margin-bottom:20px}.product-nav-buttons{display:flex;gap:10px}.product-nav-btn{width:48px;height:48px;border-radius:6px;border:2px solid var(--light-blue);background-color:#fff;color:var(--light-blue);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000000a;padding:12px}.product-nav-btn:hover{background-color:var(--light-blue);color:#fff}.product-cards-wrapper{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none}.product-cards-wrapper::-webkit-scrollbar{display:none}.product-card-item{flex:0 0 calc((100% - 60px)*.4);min-width:calc((100% - 60px)*.4);box-sizing:border-box}.product-category-card{height:100%;background-color:#fff;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none}.product-card-img-wrapper{width:100%;aspect-ratio:4 / 3;position:relative;overflow:hidden;background-color:#f2f7f5}.product-card-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-category-card:hover .product-card-img-wrapper img{transform:scale(1.08)}.product-pill-tag{position:absolute;bottom:12px;left:12px;font-size:.7rem;font-weight:700;color:var(--dark);background-color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6px 12px;border-radius:20px}.product-card-body{padding:20px;display:flex;flex-direction:column;flex-grow:1}.product-card-body h3{font-size:1.2rem;font-weight:600;color:var(--dark);margin:0 0 8px;line-height:1.2;transition:color .3s}.product-category-card:hover .product-card-body h3{color:var(--light-blue)}.product-card-body p{font-size:.9rem;color:var(--dark);margin:0 0 20px;line-height:1.5;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card-footer{margin-top:auto;display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:var(--light-blue);transition:all .3s ease;opacity:0}.product-category-card:hover .product-card-footer{color:var(--light-blue);opacity:1}.grid-service{display:flex;align-items:center;justify-content:center;min-height:700px}.service-container{max-width:1320px;margin:0 auto;padding:0 24px;box-sizing:border-box}.service-header-split{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:48px;padding-bottom:24px;border-bottom:1px solid rgba(43,184,154,.15)}.service-header-left{flex:1;max-width:920px}.service-header-right{flex:1;max-width:400px}.service-title-split{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--light-blue);margin:0}.highlight-nature-bar{color:var(--dark);position:relative;display:inline-block;padding-left:12px;margin-top:4px}.highlight-nature-bar:before{content:"";position:absolute;left:0;top:15%;height:70%;width:4px;background-color:#36bfa2;border-radius:6px}.service-desc-split{font-size:.9rem;line-height:1.8;color:#4e4e4e;margin:0;border-left:2px solid rgba(43,184,154,.15);padding-left:16px}.service-cards-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%}.service-card-item{height:100%}.service-card{display:flex;flex-direction:column;height:100%;background-color:#fff;border-radius:20px;overflow:hidden;text-decoration:none}.service-img-wrapper{width:100%;aspect-ratio:16 / 10;position:relative;overflow:hidden;background-color:var(--off-white)}.service-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-img-wrapper img{transform:scale(1.08)}.service-pill-tag{position:absolute;top:14px;left:14px;font-size:.7rem;font-weight:700;color:var(--dark);background-color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6px 12px;border-radius:20px}.service-arrow-btn{position:absolute;top:14px;right:14px;width:40px;height:40px;border-radius:50%;background-color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--light-blue);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.service-card:hover .service-arrow-btn{background-color:var(--light-blue);color:#fff;transform:translate(2px,-2px)}.service-card-body{padding:20px;display:flex;flex-direction:column;flex-grow:1}.service-card-body h3{font-size:1.2rem;font-weight:700;color:var(--dark);margin:0 0 10px;line-height:1.2;transition:color .3s}.service-card:hover .service-card-body h3{color:var(--light-blue)}.service-card-body p{font-size:.9rem;color:var(--dark);margin:0 0 20px;line-height:1.5;display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.service-card-footer{margin-top:auto;display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:var(--light-blue);transition:all .3s ease;opacity:0}.service-card:hover .service-card-footer{color:var(--light-blue);opacity:1}.grid-knowledge{display:flex;align-items:center;justify-content:center;min-height:700px}.knowledge-container{max-width:1320px;margin:0 auto;padding:0 24px;box-sizing:border-box;display:grid;grid-template-columns:1fr 1.1fr;gap:80px;align-items:start}.knowledge-text{display:flex;flex-direction:column}.knowledge-main-text{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--dark);margin:0 0 20px}.knowledge-sub-text{font-size:1rem;line-height:1.8;color:#4e4e4e;margin:0 0 20px}.knowledge-img-wrapper{position:relative;width:100%;border-radius:16px;overflow:hidden}.knowledge-img{width:100%;height:280px;object-fit:cover;display:block}.knowledge-img-overlay{position:absolute;border-left:4px solid var(--light-blue);border-radius:0 14px 14px 0;bottom:16px;left:16px;right:16px;background-color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:12px 20px}.knowledge-img-overlay span{font-size:.9rem;font-weight:600;color:var(--dark)}.knowledge-grid{display:flex;flex-direction:column;gap:20px}.knowledge-item{display:grid;grid-template-columns:48px 1fr;gap:20px;background:transparent!important;border:none!important;padding:0!important;box-shadow:none!important}.item-num{font-size:1.5rem;font-weight:600;opacity:.3;display:block;color:var(--dark);line-height:1.2}.item-body h3{font-size:1.2rem;font-weight:700;color:var(--dark);margin:0 0 8px;line-height:1.2}.item-body p{font-size:.9rem;line-height:1.5;color:#4e4e4e;margin:0 0 20px}.item-check{display:inline-flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:var(--light-blue)}.item-check svg{stroke:var(--light-blue);flex-shrink:0}.grid-goal{display:flex;align-items:center;justify-content:center;min-height:500px}.goal-container{padding:0 24px;box-sizing:border-box}.timeline-left-editorial{position:relative;padding-right:80px;max-width:420px}.bg-watermark{position:absolute;top:-30px;left:0;font-size:5rem;font-weight:800;color:#0d706e0d;letter-spacing:4px;pointer-events:none;z-index:0;-webkit-user-select:none;user-select:none}.left-tag{display:block;font-size:.9rem;font-weight:700;letter-spacing:2px;color:var(--light-blue);margin-bottom:12px;position:relative;z-index:1}.timeline-left-editorial .timeline-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--light-blue);margin:0 0 16px;text-align:left;position:relative;z-index:1}.highlight-text{color:var(--light-blue)}.left-desc{font-size:1rem;color:#4e4e4e;line-height:1.6;margin:0 0 20px;position:relative;z-index:1}.timeline{position:relative;padding-left:80px;padding-top:20px;padding-bottom:20px;border-left:3px dashed rgba(13,112,110,.3)!important;max-width:50%;height:fit-content}.timeline-item{position:relative}.timeline-content{max-width:600px}.timeline-content h3{font-size:1.2rem;font-weight:700;margin-top:12px;margin-bottom:12px;color:var(--light-blue);box-sizing:border-box;width:fit-content;padding:2px 8px;position:relative;z-index:1}.timeline-content h3:after{content:"";position:absolute;left:-2%;bottom:2px;width:104%;height:75%;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 120' preserveAspectRatio='none'%3E%3Cpath d='M10 25C120 12 380 10 490 22C498 50 492 80 485 98C350 108 120 102 12 90C3 65 2 40 10 25Z' fill='%23B6EEE5' opacity='0.5'/%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat}.timeline-content p{line-height:1.8;font-weight:600;font-size:1rem;color:var(--dark);margin:2px 0}.grid-certificate{display:flex;align-items:center;justify-content:center;min-height:600px;text-align:center;flex-direction:column;justify-content:normal!important;box-sizing:border-box}.toggle-certificate{max-height:500px;margin:auto}.grid-certificate .section-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--light-blue);margin-bottom:40px;margin-top:0;position:relative}.grid-certificate .section-title:after{content:"";display:block;max-width:500px;height:3px;background:linear-gradient(90deg,transparent,var(--light-blue),transparent);border-radius:10px;margin:12px auto 0}.toggle-buttons{display:inline-flex;gap:6px;background:#0d706e29;padding:6px;border-radius:40px;margin-bottom:40px}.toggle-buttons button{border:none;background:transparent;padding:10px 30px;border-radius:30px;font-size:1rem;font-weight:600;color:var(--light-blue);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.toggle-buttons button.active{background:var(--light-blue);color:#fff;box-shadow:0 4px 14px #0d706e40}.toggle-content{max-width:850px;margin:0 auto}.reputation-content{text-align:center}.reputation-text{font-size:1.2rem;font-weight:700;color:var(--light-blue)}.reputation-content>p:not(.reputation-text){font-size:1rem;color:#4e4e4e;line-height:1.8;margin-bottom:32px}.reputation-content ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.reputation-content li{background:#fff;border:2px solid rgba(13,112,110,.15);border-left:4px solid var(--light-blue);border-radius:0 14px 14px 0;padding:22px 20px 22px 52px;text-align:left;font-size:.9rem;font-weight:600;color:var(--dark);position:relative}.reputation-content li:before{content:"";position:absolute;left:18px;top:50%;transform:translateY(-50%);width:22px;height:22px;background-color:var(--light-blue);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E") no-repeat center / contain;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E") no-repeat center / contain}.certificate-content .certificate-grid{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:40px;margin-top:24px}.certificate-content .certificate-grid img{max-width:250px;height:230px;object-fit:contain;display:block;cursor:pointer;pointer-events:initial;-webkit-user-drag:initial;box-shadow:0 8px 20px #0000000f;border-radius:6px;background:#fff}.certificate-item{display:flex;flex-direction:column;align-items:center;text-align:center;width:300px}.certificate-item p{margin-top:20px;font-weight:600;color:var(--dark);font-size:1rem}.grid-consult{display:flex;align-items:center;justify-content:center;min-height:700px;box-sizing:border-box}.consult-wrapper{max-width:1100px;width:100%;display:grid;grid-template-columns:1fr 440px;gap:60px;align-items:center}.consult-info{position:relative;color:var(--dark)}.consult-badge{display:inline-flex;align-items:center;gap:8px;background:#0d706e1a;color:var(--light-blue);padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:700;letter-spacing:.5px;margin-bottom:16px}.consult-info h2{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--light-blue);margin-top:0;margin-bottom:0;line-height:1.6}.consult-info p{font-size:1rem;line-height:1.8;color:#4e4e4e;max-width:480px;margin-bottom:28px}.consult-info ul{padding:0;margin:0;list-style:none;counter-reset:consult-step;display:flex;flex-direction:column;gap:16px}.consult-info li{font-size:.9rem;font-weight:600;color:#4e4e4e;display:flex;align-items:center;gap:16px;counter-increment:consult-step}.consult-info li:before{content:"0" counter(consult-step);font-size:.95rem;font-weight:700;color:var(--light-blue);background:#0d706e14;padding:4px 10px;border-radius:8px;letter-spacing:1px;flex-shrink:0}.consult-form{background:#fff;border:1px solid rgba(13,112,110,.12);border-radius:24px;padding:36px 32px;box-shadow:0 16px 40px #0d706e14;transition:transform .3s ease,box-shadow .3s ease}.consult-form:hover{box-shadow:0 20px 48px #0d706e1f}.consult-form h3{color:var(--light-blue);text-align:center;margin-top:0;margin-bottom:24px;font-size:2rem;font-weight:700}.field{position:relative;margin-bottom:12px}.field input,.field textarea{width:100%;padding:18px 8px 10px;border:none;border-bottom:2px solid rgba(13,112,110,.2);background:transparent;color:var(--dark);font-size:.9rem;box-sizing:border-box;transition:border-color .3s ease}.field label{position:absolute;left:8px;top:50%;transform:translateY(-50%);font-size:.9rem;color:var(--dark);background:transparent;pointer-events:none;transition:all .3s ease}.field input:focus+label,.field input:not(:placeholder-shown)+label,.field textarea:focus+label,.field textarea:not(:placeholder-shown)+label{top:-6px;transform:none;font-size:.9rem;font-weight:600;color:var(--dark)}.field input:focus,.field textarea:focus{outline:none;border-bottom-color:var(--light-blue)}.consult-form textarea{resize:none;height:60px;margin-top:8px}.consult-form button{width:100%;padding:12px;border-radius:30px;border:none;background-color:var(--light-blue);color:#fff;font-weight:600;font-size:1rem;cursor:pointer;margin-top:16px;box-shadow:0 4px 14px #0d706e40;transition:all .3s ease}.consult-form button:hover{opacity:.9}.grid-footer{position:relative;background:linear-gradient(135deg,#041f1deb,#0a4e4ce0),url(/images/Footer.webp) no-repeat center center / cover;color:var(--off-white);padding:12px 0;box-sizing:border-box;min-height:550px}.footer-container{max-width:1100px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.footer-title{font-size:1.2rem;font-weight:700;color:#fff;margin:32px 0 16px;position:relative;display:inline-block}.footer-title:after{content:"";display:block;width:30px;height:3px;background-color:#36bfa2;border-radius:6px;margin-top:6px}.company-name{font-size:1.1rem;font-weight:600;color:#fff;margin-top:0;margin-bottom:10px;line-height:1.6}.contact-item{margin:10px 0;line-height:1.6;font-size:.9rem;color:#fff}.contact-item a{color:#fff;font-weight:700;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#36bfa2}.footer-socials{display:flex;gap:16px;margin-top:12px}.footer-socials a{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.footer-socials a:hover{background:#36bfa2;color:var(--dark);transform:translateY(-3px)}.partner-box img{max-width:140px;height:auto;background:#fff;padding:8px 14px;border-radius:12px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.partner-box img:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000040}.partner-box a{display:block;width:fit-content}.footer-map-column{width:100%}.footer-map-wrap{position:relative;width:100%;height:430px;margin-top:32px;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 12px 30px #00000040}.footer-map-wrap iframe{width:100%;height:100%;border:0}.map-preview{position:relative;width:100%;height:100%;cursor:pointer;overflow:hidden}.map-preview img{width:100%;height:100%;object-fit:cover;display:block}.map-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d;color:#fff;font-size:1.2rem;font-weight:600;transition:.3s}.map-preview:hover .map-overlay{background:#0006}.map-certificates{position:absolute;bottom:12px;right:12px;display:flex;gap:10px;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6px 12px;border-radius:10px;box-shadow:0 4px 16px #0003}.map-certificates img{height:48px;width:auto;object-fit:contain}.footer-bottom{margin-top:20px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{font-size:.9rem;color:#92b7b4;margin:0}.floating-buttons{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column;gap:12px;z-index:999;opacity:0;pointer-events:none;transform:translateY(20px);transition:all .35s cubic-bezier(.4,0,.2,1)}.floating-buttons.show{opacity:1;pointer-events:auto;transform:translateY(0)}.floating-buttons a,.floating-buttons button{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;box-shadow:0 6px 18px #0000002e;transition:transform .3s ease,box-shadow .3s ease}.floating-buttons a:hover,.floating-buttons button:hover{transform:scale(1.08) translateY(-2px);box-shadow:0 10px 22px #00000040}.btn-zalo{background-color:#fff}.btn-zalo img{width:28px;height:28px}.btn-phone{background-color:var(--light-blue);color:#fff}.back-to-top{background-color:#00bfa5;color:#fff;font-weight:700;font-size:1.2rem}@media(max-width:1364px){.slider-info{padding:0 40px}.grid-goal{padding:0 20px}.timeline-left-editorial{padding-left:32px}.timeline{padding-top:0;padding-bottom:0}}@media(max-width:1200px){.slider-info h2{font-size:2rem}.grid-about{min-height:650px}.about-container{padding:0 20px}.about-content{gap:32px}.grid-product{min-height:650px}.product-container{padding:0 20px}.product-slider{flex:1;min-width:0}.product-card-item{flex:0 0 calc((100% - 35px)/2);min-width:calc((100% - 35px)/2)}.product-brand{flex:0 0 40%;max-width:40%;padding-right:30px}.product-slider{flex:0 0 60%;max-width:60%}.grid-service{min-height:650px}.service-container{padding:0 20px}.service-header-split{gap:28px;margin-bottom:40px}.grid-knowledge{min-height:650px}.knowledge-container{padding:0 20px;gap:60px}.knowledge-grid{gap:24px}.knowledge-img{height:240px}.timeline-left-editorial{padding-right:50px;max-width:360px}.timeline{padding-left:50px;max-width:55%}.grid-certificate{min-height:550px}.toggle-certificate{max-width:100%;padding:0 20px}.toggle-content{max-width:760px}.certificate-content .certificate-grid{gap:28px}.certificate-item{width:260px}.certificate-content .certificate-grid img{max-width:220px;height:205px}.grid-consult{min-height:650px}.consult-wrapper{padding:0 32px;gap:40px;grid-template-columns:1fr 400px}.consult-form{padding:32px 28px}.grid-footer{min-height:auto;padding:50px 0 20px}.footer-container{padding:0 20px}.footer-content{gap:36px}.footer-map-wrap{height:425px}}@media(max-width:1024px){.grid-header{padding:8px 8px 0;min-height:120px}.header-top{min-height:60px;padding-bottom:12px}.logo img{height:50px}.search-bar{padding-top:0}.search-bar input{width:100%;max-width:420px}.header-actions{padding-top:0;justify-content:flex-start;gap:20px;font-size:.8rem}.auth-btn,.auth-separator{font-size:.8rem}.header-nav{min-height:34px}.logout-mini-btn{font-size:.8rem}.slider-content{display:none!important}.slider-track{min-height:auto}.grid-about{min-height:auto;padding:50px 0}.about-content{grid-template-columns:1fr .9fr;gap:24px;align-items:flex-start}.about-container{padding:0 24px}.about-video-wrapper{margin-top:80px}.grid-product{min-height:auto;padding:50px 0 30px}.product-container{flex-direction:column}.product-brand{position:static;flex:1;max-width:100%;padding-right:0;text-align:center;margin:0 auto}.product-brand-title{margin:0 0 40px}.product-brand-desc{display:none}.product-brand-btn,.product-nav-buttons{display:none;width:100%;justify-content:center}.product-cards-wrapper{scrollbar-width:thin;padding-bottom:20px;width:100%;min-width:0}.product-slider{flex:1;max-width:100%;min-width:0;overflow:hidden}.grid-service{min-height:auto;padding:50px 0}.service-header-split{flex-direction:column;align-items:center;text-align:center;padding-bottom:0}.service-desc-split{display:none}.service-cards-wrapper{grid-template-columns:repeat(2,1fr)}.grid-knowledge{min-height:auto;padding:50px 0}.knowledge-container{grid-template-columns:1.05fr 1.15fr;gap:40px}.knowledge-grid{gap:28px}.knowledge-item{gap:16px;grid-template-columns:40px 1fr}.grid-goal{min-height:auto;padding:50px 20px}.timeline-left-editorial{max-width:320px;padding-right:32px}.bg-watermark{font-size:4rem}.timeline{max-width:calc(100% - 320px);padding-left:32px}.grid-certificate{min-height:auto;padding:50px 0}.toggle-buttons{margin-bottom:30px}.reputation-content ul{gap:16px}.certificate-content .certificate-grid{gap:24px}.certificate-item{width:240px}.grid-consult{min-height:auto;padding:50px 0}.consult-wrapper{grid-template-columns:1fr;gap:40px;padding:0 24px}.consult-info{text-align:center}.consult-info p{display:none;max-width:700px;margin:0 auto 28px}.consult-info ul{display:none;max-width:520px;margin:auto}.consult-form{max-width:520px;width:100%;margin:auto}.footer-title{margin-top:0}.footer-map-wrap{margin-top:0;height:320px}}.mobile-nav,.menu-overlay{display:none}@media(max-width:800px){[data-aos]{opacity:1!important;transform:none!important;transition-duration:0s!important;transition-delay:0s!important}.grid-header{position:sticky;top:0;z-index:1000;width:100%;background-color:var(--off-white);display:flex;flex-direction:column;justify-content:center;padding:16px;box-sizing:border-box;transition:all .3s ease;min-height:0}.grid-header.compact{padding:0 16px;background-color:var(--off-white);box-shadow:0 2px 8px #0000001a}.hamburger-btn{position:absolute;right:0}.mobile-nav{display:flex;position:fixed;top:0;right:0;width:100%;height:100%;max-height:100vh;flex-direction:column;background-color:var(--off-white);padding:30px 20px;gap:20px;transform:translate(100%);transition:all .3s ease;z-index:1099;overflow-y:auto;box-sizing:border-box}.mobile-nav.compact.active{padding:15px 20px}.mobile-nav a{color:var(--dark);font-weight:600;font-size:1rem;padding:5px 0;cursor:pointer}.mobile-nav.active{transform:translate(0)}.mobile-top{display:flex;align-items:center;gap:12px}.mobile-username{font-size:1rem;font-weight:600;padding-left:20px}.mobile-username strong{color:var(--light-blue)}.mobile-nav .lang-btn{width:fit-content}.mobile-search input{background-color:#d3e3e3;border:none;border:2px solid #d1e2dd;border-radius:30px;color:var(--light-blue);height:45px;padding-left:15px;padding-right:15px;width:100%;font-weight:600;font-size:.9rem;box-sizing:border-box;transition:all .3s ease;font-family:Manrope,sans-serif}.mobile-search input:focus{border-color:var(--light-blue);color:var(--dark);outline:none}.mobile-search input:focus::placeholder{color:var(--dark)}.mobile-search-wrapper{position:relative;width:100%}.mobile-suggestion-list{position:absolute;top:100%;left:0;right:0;background:#fff;overflow-y:auto;z-index:9999;list-style:none;margin:0;padding:0;box-shadow:0 8px 20px #00000014}.mobile-suggestion-list li{padding:5px 15px}.mobile-suggestion-list li:active{background:#f5f5f5}.mobile-auth{display:flex;flex-direction:column;gap:12px}.mobile-auth button{border-radius:0}.mobile-login-btn{background-color:var(--light-blue)}.mobile-register-btn{background-color:transparent;border:2px solid var(--light-blue);color:var(--light-blue)}.header-nav,.search-bar,.header-actions{display:none}.hamburger-btn{display:flex;z-index:9000;padding:20px}.about-content{grid-template-columns:1fr .85fr}.about-main-text{font-size:2rem}.about-intro{font-size:.9rem}.highlight-item{font-size:.8rem}.btn-about-more{font-size:.9rem}.video-sub-link{font-size:.8rem;padding:8px 4px}.horizontal-marquee{padding:12px 0}.marquee-content span{font-size:2rem;letter-spacing:1.5px}.marquee-divider{margin:0 12px}.product-badge{font-size:.8rem}.product-brand-title{font-size:2rem}.product-brand-desc,.product-brand-btn{font-size:.9rem}.product-card-body h3{font-size:1.1rem}.product-card-body p{font-size:.85rem}.service-title-split{font-size:2rem}.service-desc-split{font-size:.9rem}.service-card-body h3{font-size:1.1rem}.service-card-body p{font-size:.85rem}.service-arrow-btn{width:32px;height:32px}.service-arrow-btn svg{width:16px;height:16px}.knowledge-container{grid-template-columns:1fr}.knowledge-main-text{font-size:2rem;text-align:center;margin:0 0 40px}.knowledge-sub-text{font-size:.9rem}.knowledge-img-overlay{left:12px;right:12px;bottom:12px;padding:10px 14px}.knowledge-img-overlay span{font-size:.85rem}.item-num{font-size:1.2rem}.item-body h3{font-size:1.1rem}.item-body p{font-size:.85rem}.grid-goal{display:block}.bg-watermark{font-size:3rem;top:-40px}.bg-watermark{left:50%;transform:translate(-50%)}.timeline-left-editorial{max-width:100%;padding-left:0;padding-right:0;text-align:center}.timeline-left-editorial .timeline-title{font-size:2rem;max-width:100%;padding-right:0;margin:0 0 40px;text-align:center}.left-desc{font-size:.9rem}.timeline{max-width:100%;padding-left:0;border-left:none!important}.timeline-content h3{font-size:1.1rem}.timeline-content p{font-size:.9rem}.grid-certificate .section-title{font-size:2rem}.toggle-buttons button{font-size:.9rem;padding:10px 22px}.reputation-text{font-size:1.1rem}.reputation-content>p:not(.reputation-text){font-size:.9rem}.reputation-content li{font-size:.85rem}.certificate-item p{font-size:.9rem}.consult-info h2{font-size:2rem}.consult-info p{font-size:.9rem}.consult-info li{font-size:.85rem}.consult-badge{font-size:.8rem}.consult-form{max-width:480px}.consult-form h3{font-size:1.6rem}.field input,.field textarea,.field label{font-size:.85rem}.consult-form button{font-size:.9rem}.footer-content{grid-template-columns:1fr;gap:40px}.footer-map-column{order:-1}.footer-map-wrap{height:460px}.footer-title{font-size:1.1rem}.company-name{font-size:1rem}.contact-item{font-size:.85rem}.footer-bottom p{font-size:.8rem}.floating-buttons{right:12px;bottom:12px;gap:12px}.floating-buttons a,.floating-buttons button{width:44px;height:44px}.btn-zalo img{width:24px;height:24px}}@media(max-width:600px){.grid-about{padding:60px 0}.about-container{padding:0 20px}.about-content{grid-template-columns:1fr}.about-highlights{gap:10px}.highlight-item{width:100%;max-width:280px;align-self:center;box-sizing:border-box}.about-action{text-align:center}.about-video-wrapper{margin-top:20px}.horizontal-marquee{padding:10px 0}.marquee-content span{font-size:1.5rem;letter-spacing:1px}.marquee-divider{margin:0 10px}.grid-product{display:block}.product-card-item{flex:0 0 72%;min-width:72%}.service-cards-wrapper{grid-template-columns:1fr}.knowledge-img{height:240px}.knowledge-grid{gap:24px}.toggle-certificate{padding:0 20px;max-height:none}.toggle-buttons{width:100%;display:flex}.toggle-buttons button{flex:1;padding:10px 0}.reputation-content ul{grid-template-columns:1fr}.reputation-content li{padding:20px 20px 20px 50px}.certificate-content .certificate-grid{gap:20px;padding:20px 0 0}.certificate-item{width:100%}.certificate-item p{font-size:1rem}.certificate-content .certificate-grid img{width:100%;max-width:260px;height:auto}.grid-consult{padding:60px 0}.consult-wrapper{padding:0 20px;gap:32px}.consult-info ul{width:100%}.consult-info li{align-items:flex-start;text-align:left}.consult-form{max-width:300px;padding:28px 22px;border-radius:20px}.consult-form button{width:100%}.footer-content{gap:32px}.footer-map-wrap{height:300px}.map-certificates{padding:4px 8px;gap:6px}.map-certificates img{height:36px}}@media(max-width:400px){.highlight-item{width:100%;max-width:none}.btn-about-more{width:100%}.horizontal-marquee{padding:8px 0}.marquee-content span{font-size:1.2rem;letter-spacing:.5px}.marquee-divider{margin:0 8px}.product-card-item{flex:0 0 100%;min-width:100%}.knowledge-img{height:200px}.toggle-buttons button{width:100%}.grid-certificate .section-title:after{width:70%}.certificate-content .certificate-grid img{max-width:220px}.consult-wrapper{padding:0 16px}.consult-form{max-width:240px;padding:24px 18px}.footer-map-wrap{height:240px;border-radius:12px}.footer-socials{gap:12px}.footer-socials a{width:36px;height:36px}.partner-box img{max-width:120px}.map-overlay{font-size:.8rem}.footer-bottom p{font-size:.7rem}}@media(max-width:360px){*:not(.logo-container,.marquee-content){min-width:0}.mobile-search input{padding-left:10px;padding-right:10px}.mobile-suggestion-list li{padding:5px 10px}.floating-buttons{right:8px;bottom:8px;gap:8px}.about-main-text,.product-brand-title,.service-title-split{font-size:1.6rem}.service-title-split span{font-size:1.2rem}.knowledge-main-text,.timeline-left-editorial .timeline-title{font-size:1.6rem}.timeline-content h3{font-size:1rem}.timeline-content h3:after{background-image:none}.grid-certificate .section-title,.consult-info h2{font-size:1.6rem}.consult-form h3{font-size:1.2rem}}.products-section{background-color:var(--off-white);padding:20px 0 80px}.products-container{max-width:1280px;margin:0 auto;padding:0 20px 20px;display:grid;grid-template-columns:280px 1fr;gap:20px}.sidebar-group{position:sticky;top:180px}.products-sidebar{min-height:0}.sidebar-top{position:static;background-color:#fff;padding:4px 4px 4px 16px;border:2px solid #ebebeb;border-radius:6px}.sidebar-top .category-header,.sidebar-top nav{font-size:1rem;font-weight:600;margin-top:8px;margin-bottom:8px;padding-right:20px;color:#4e4e4e;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.arrow{width:8px;height:8px;border-right:2px solid #7a7a7a;border-bottom:2px solid #7a7a7a;transform:rotate(45deg);transition:transform .3s ease}.sidebar-top.open .arrow{transform:rotate(-135deg)}.category-list{max-height:0;overflow:hidden;transition:max-height .35s ease}.sidebar-top.open .category-list{max-height:500px}.category-list{list-style:none;padding:0;margin:0}.category-list li{font-size:.9rem;font-weight:600;color:#4e4e4e;border-left:3px solid transparent;transition:color .3s ease;padding:8px 0;cursor:pointer}.category-item a{margin:0;padding:0;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.category-list li:hover{color:var(--light-blue)}.category-list li.active{font-weight:600;color:var(--light-blue);border-left:3px solid var(--light-blue);box-sizing:border-box;padding:0 8px;margin:4px 0}.category-list li{padding:0 8px;margin:4px 0}.category-list li.active>.main-category .count{background-color:var(--light-blue);color:#fff}.sub-category-list li.sub-active .count{background-color:var(--light-blue);color:#fff}.count{min-width:22px;height:22px;padding:0 6px;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#f0f2f5;color:#666;transition:all .2s ease}.sub-category-list li.active .count{background:var(--light-blue);color:#fff}.category-list li{cursor:pointer;list-style:none}.sub-category-list{font-size:.9em;padding-left:10px;max-height:158px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#bcbcbc transparent}.sub-category-list::-webkit-scrollbar{width:8px}.sub-category-list::-webkit-scrollbar-track{background:transparent}.sub-category-list::-webkit-scrollbar-thumb{background:#bcbcbc;border-radius:999px}.sub-category-list::-webkit-scrollbar-thumb:hover{background:#999}.sub-category-list::-webkit-scrollbar-button{display:none;width:0;height:0}.sub-category-list::-webkit-scrollbar-corner{background:transparent}.sub-category-list li{margin:5px 0;padding:0 0 0 10px;border-left:3px solid;color:#666}.sub-category-list li:hover,.sub-category-list li.sub-active{color:var(--light-blue)}.sub-category-list li.sub-active{font-weight:600}.category-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:4px}.category-intro-card{width:100%;min-height:135px;padding:18px 24px;margin-bottom:20px;background:#fff;border:2px solid #ebebeb;border-radius:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;box-shadow:inset .2em 0 0 var(--light-blue)}.category-intro-card h1{margin:0 0 8px;font-size:1.5rem;font-weight:600;color:var(--light-blue);text-align:left}.category-intro-card p{margin:0;color:#4e4e4e;line-height:1.8;font-size:.9rem}.category-intro-card .intro-title{width:45%;height:28px;margin-bottom:14px;border-radius:6px}.category-intro-card .intro-line{width:100%;height:18px;margin-bottom:7px;border-radius:6px}.category-intro-card .intro-line.short{width:90%;height:18px;margin-bottom:0;border-radius:6px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-item{border:2px solid #ebebeb;border-radius:6px;padding:16px;max-width:280px;overflow:hidden;background:#fff;transition:all .3s ease;cursor:pointer}.product-item:hover{border:2px solid var(--light-blue)}.product-img{width:100%;aspect-ratio:1 / 1;background:#fafafa;display:flex;align-items:center;justify-content:center}.product-img img{border-radius:6px;width:100%;height:100%;object-fit:cover}.product-category{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#7a7a7a;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding:8px 0 0}.product-name{font-size:1rem;font-weight:600;margin:0;color:var(--dark);max-height:60px;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding:4px 0 0}.product-code{font-size:.9rem;color:#4e4e4e;font-weight:600;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding:4px 0 0}.product-img{position:relative;overflow:hidden}.image-skeleton{position:absolute;inset:0;border-radius:inherit;z-index:2}.product-img img.loading{opacity:0}.product-img img.loaded{opacity:1;transition:opacity .3s ease}.skeleton-shimmer{background:#f0f0f0;background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer-loading 1.5s infinite;border-radius:6px}@keyframes shimmer-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.product-item:has(.skeleton-shimmer):hover{border:1px solid #ebebeb;transform:none}.pagination-products{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;margin:40px 0 0;width:100%}.more-product-btn{font-size:1rem;font-weight:600;letter-spacing:1px;padding:10px 24px;border:none;border-radius:6px;background-color:transparent;color:var(--dark);text-decoration:underline;text-underline-offset:6px;cursor:pointer;transition:all .3s}.more-product-btn:hover{background:var(--light-blue);color:var(--off-white);text-decoration:none}.Product-show{color:#666;font-size:1rem;margin:0}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(2,1fr)}.product-item{max-width:420px}}@media(max-width:1024px){.products-sidebar{min-height:0}.Sidebar-outer .sidebar-top{width:31.95%;box-sizing:border-box}.Sidebar-inner .sidebar-top{width:325px;box-sizing:border-box}.products-container{grid-template-columns:1fr}.product-page-body .products-container .products-sidebar{display:none}.products-sidebar{position:relative;top:0;border-bottom:1px solid #eee;padding-bottom:20px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;justify-content:center}}@media(max-width:900px){.skeleton-shimmer.intro-line,.skeleton-shimmer.intro-line.short{padding-bottom:30px;box-sizing:border-box}.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.Sidebar-outer .sidebar-top{width:48.45%;box-sizing:border-box}.Sidebar-inner .sidebar-top{width:300px}}@media(max-width:700px){.Sidebar-inner .sidebar-top{width:275px}}@media(max-width:600px){.Sidebar-outer .sidebar-top,.Sidebar-inner .sidebar-top{width:100%}.category-intro-card h1{text-align:center}.products-grid{grid-template-columns:1fr}.products-section{padding:20px 0 40px}.product-item{max-width:525px}}.sidebar-single{position:sticky;top:180px}.product-detail{position:relative;max-width:1000px;margin:0;padding:0}.product-description-wrapper{position:relative}.description-content{max-height:650px;overflow:hidden;position:relative;transition:max-height .3s ease}.description-content.expanded{max-height:none}.read-more-overlay{position:absolute;bottom:0;left:0;right:0;height:200px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:24px;pointer-events:none}.read-more-overlay:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#f9f9f900,#f9f9f9e6)}.read-more-btn{position:relative;z-index:999;pointer-events:auto;padding:10px 24px;border-radius:20px;border:none;background:var(--light-blue);color:#fff;cursor:pointer;font-weight:600}.product-detail-layout{display:grid;grid-template-columns:.8fr 1.2fr;grid-template-columns:minmax(325px,.8fr) 1.2fr;gap:40px;align-items:start}.product-gallery-wrapper{display:flex;flex-direction:column;gap:14px;width:100%}.zoom-trigger-zone{aspect-ratio:1 / 1}.product-thumbnails-slider{display:flex;width:100%;gap:8px}.thumbnail-item-box{flex:1;max-width:calc(25% - 6px);aspect-ratio:1 / 1;border:2px solid #e2e8f0;overflow:hidden;cursor:pointer;transition:all .2s ease-in-out}.thumbnail-item-box:hover,.thumbnail-item-box.selected{border-color:var(--light-blue);opacity:.9}.thumbnail-item-box img{width:100%;height:100%;object-fit:cover}.product-info.relative-box{position:relative}.zoom-lens,.product-zoom-result-panel{display:none!important}.product-images img{border-radius:6px;height:100%;width:100%;object-fit:cover}.product-info .category{font-size:1rem;text-transform:uppercase;letter-spacing:.08em;color:#7a7a7a;display:block}.product-info h1{font-size:2rem;line-height:1.5;margin-top:12px;margin-bottom:12px;font-weight:600}.product-extra-info p{font-size:1rem;margin-top:12px;margin-bottom:12px}.product-actions{display:flex;gap:16px;margin:20px 0 10px}.product-actions a{flex:1;text-decoration:none;display:flex;justify-content:center;font-size:1rem;padding:10px 24px;border-radius:20px;cursor:pointer;position:relative;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.btn-sample{background:var(--light-blue);color:#fff}.btn-sample:hover{opacity:.9}.btn-contact{border:2px solid var(--light-blue);color:var(--light-blue);background:#fff}.btn-contact:hover{background:var(--light-blue);color:#fff}.toc-container{border:1px solid #ccc;background-color:#fff;margin:20px 0 0;overflow:hidden}.toc-header{display:flex;justify-content:space-between;align-items:center;padding:12px;background-color:#fafafa;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #eee}.toc-title-wrapper{display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:600;color:#1f1f1f}.toc-arrow{transition:transform .2s ease}.toc-arrow.open{transform:rotate(180deg)}.toc-list{list-style:none;padding:0;margin:12px 0 0}.toc-item-h2{margin-bottom:12px}.toc-link-wrapper{position:relative;display:flex;align-items:center;padding:2px 42px}.toc-link-wrapper .sub-arrow{position:absolute;left:16px;top:20%;transform:translateY(-50%);transition:transform .2s ease}.sub-arrow{color:var(--dark)}.toc-link-wrapper a{text-decoration:none;color:var(--dark);font-weight:600;font-size:.95rem;line-height:1.4;display:inline-block}.toc-sub-list{list-style:none;padding-left:48px;padding-right:48px;margin-top:4px;margin-bottom:8px}.toc-item-h3{margin-bottom:8px}.toc-item-h3 a{font-size:.9rem;line-height:1.5;color:var(--dark);text-decoration:none}.toc-container a:hover{color:var(--light-blue)}.product-description h2{font-size:1.5rem;margin-top:0;margin-bottom:24px;font-weight:600}.product-description h3{font-size:1.2rem;margin-top:0;margin-bottom:12px;font-weight:600}.product-description h4{font-size:1.1rem;margin-top:0;margin-bottom:12px;font-weight:600}.product-description p{font-size:1rem;line-height:1.8;margin-bottom:16px}.product-description p a{color:var(--light-blue);text-decoration:underline;text-underline-offset:6px}.product-description ul{padding-left:1.2rem;margin-bottom:16px}.product-description li{font-size:1rem;line-height:1.8;margin-bottom:12px}.product-description figure{margin:1.5rem 0;text-align:center}.product-description figure figcaption{font-size:1rem;margin-top:8px}.product-description table{margin:0 auto;width:100%;border-collapse:collapse;margin:1.8rem 0;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 4px 15px #0000000f;border:1px solid #e5e7eb}.product-description th,.product-description td{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb;font-size:1rem;line-height:1.5}.product-description th{font-weight:600;color:var(--light-blue);text-transform:uppercase;font-size:1rem;letter-spacing:.5px}.product-description tr:last-child td{border-bottom:none}.product-description td:first-child{text-align:left;color:var(--dark);width:30%}.product-description td:last-child{text-align:center;color:var(--dark);width:15%}.product-description .align-center{text-align:center}.product-description{margin-top:40px}.product-description section{margin-bottom:40px}.product-description img{max-width:100%;height:100%;width:100%;margin:0 auto!important;display:block;border-radius:6px;object-fit:cover}.product-specs{border-top:1px solid #e5e5e5}.product-specs h2{font-size:1.5rem;margin-bottom:24px;font-weight:600}.product-specs ul{list-style:none;padding:0;margin:0}.product-specs li{display:grid;grid-template-columns:220px 1fr;padding:20px 0;border-bottom:1px solid #eee;font-size:.9rem}.product-specs li:last-child{border-bottom:none}.product-specs li strong{font-weight:600;color:#666}.related-products-container{width:100%;box-sizing:border-box;overflow-x:hidden;max-width:1320px;margin:0 auto;padding:0 20px 80px}.related-products-container h2{font-size:2rem;margin-bottom:24px;font-weight:600}.related-products-grid{width:100%;display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;box-sizing:border-box;padding-bottom:24px}.related-products-grid{overflow-x:auto;scrollbar-width:auto;scrollbar-color:#ddd transparent}.related-product-item{border:2px solid #ebebeb;border-radius:6px;flex:0 0 275px;max-width:275px;padding:12px;background:#fff;transition:all .3s ease;cursor:pointer;box-sizing:border-box}.related-product-item:hover{border:2px solid var(--light-blue)}.related-product-img{width:100%;display:flex;align-items:center;justify-content:center;background:#fff}.related-product-img img{aspect-ratio:1 / 1;border-radius:6px;max-width:100%;max-height:100%;object-fit:contain}.related-product-info{padding:0 4px}.related-product-category{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#888;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding:6px 0 0}.related-product-name{font-size:.95rem;font-weight:600;margin:0;color:#111;max-height:60px;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding:3px 0 0}.related-product-code{font-size:.85rem;color:#4e4e4e;font-weight:600;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;padding:3px 0 0}@media(min-width:1024px){.zoom-trigger-zone{position:relative;overflow:hidden;cursor:crosshair}.zoom-trigger-zone.disabled-zoom{cursor:default}.zoom-lens{display:block!important;position:absolute;width:115px;height:100px;background-color:#fff6;border:1px solid #ccc;pointer-events:none}.product-zoom-result-panel{display:block!important;position:absolute;top:0;left:0;width:100%;height:100%;min-height:420px;z-index:10;background-color:#fff;background-repeat:no-repeat;background-size:275%;border:1px solid #ddd;box-shadow:0 4px 20px #0000001a;animation:fadeIn .1s ease-out}.product-gallery-wrapper{position:sticky;top:190px;z-index:99}}@media(max-width:1024px){.breadcrumb{margin-bottom:20px!important}.product-detail-layout{grid-template-columns:.7fr 1.3fr}.product-images img{width:325px}.product-description img{width:60%;height:60%}.related-products-container{padding:0 20px 60px}}@media(min-width:800px)and (max-width:1023px){.product-gallery-wrapper{position:sticky;top:160px;z-index:5}.product-thumbnails-slider{width:325px}}@media(max-width:800px){.product-detail-layout{grid-template-columns:minmax(300px,.8fr) 1.2fr}.product-images img{width:100%}.product-info h1{font-size:1.8rem}.product-extra-info p{font-size:.9rem;margin-top:12px;margin-bottom:12px}.product-info .category{font-size:.9rem}.product-actions{gap:8px}.product-actions a{font-size:.9rem;padding:8px 12px}.toc-header{padding:6px}.toc-title-wrapper{font-size:.9rem}.toc-link-wrapper{padding:1px 36px}.toc-link-wrapper .sub-arrow{left:10px}.toc-link-wrapper a{font-size:.85rem}.toc-sub-list{padding-left:42px;padding-right:42px}.toc-item-h3 a{font-size:.8rem}.product-description{margin-top:20px}.product-description h2{font-size:1.4rem}.product-description h3{font-size:1.1rem}.product-description h4{font-size:1rem}.product-description p,.product-description li{font-size:.9rem}.product-description figure figcaption{font-size:.9rem;margin-top:4px}.product-description img{width:80%;height:80%}.product-description th,.product-description td{padding:12px 10px;font-size:.9rem}.product-specs h2{font-size:1.4rem}.product-specs li{grid-template-columns:1fr;gap:6px;font-size:.9rem}.product-specs li strong{font-size:.9rem}.related-products-container{padding:0 20px 40px}.related-products-container h2{font-size:1.6rem}.related-products-grid{scrollbar-width:none}.related-products-grid::-webkit-scrollbar{display:none}}@media(min-width:601px)and (max-width:799px){.product-gallery-wrapper{position:sticky;top:100px;z-index:5}}@media(max-width:700px){.product-info h1{font-size:1.6rem}.product-detail-layout{grid-template-columns:minmax(275px,.8fr) 1.2fr}.product-info .category{font-size:.8rem}}@media(max-width:600px){.related-product-item{flex:0 0 225px;max-width:225px}.product-detail-layout{grid-template-columns:1fr;gap:24px}.product-info h1{font-size:1.8rem}.product-info .category{font-size:.9rem}.product-description img{width:100%;height:100%}.related-products-container{padding:0 20px 20px}}.breadcrumb{width:100%;background-color:#e9ecef;padding-block:12px;padding-inline:env(safe-area-inset-left,20px) env(safe-area-inset-right,20px);margin-bottom:40px}.breadcrumb .container{max-width:850px;margin:0 auto;padding:0 20px;display:flex;align-items:flex-start;flex-wrap:wrap}.breadcrumb .container span{font-size:.9rem}.breadcrumb a,.breadcrumb .separator{white-space:nowrap;flex-shrink:0}.breadcrumb a{color:#4e4e4e;font-weight:600;text-decoration:none}.breadcrumb a:hover{text-decoration:underline;text-underline-offset:6px}.separator{margin:0 4px}.current{font-weight:600;color:var(--light-blue);cursor:text;flex:1 1 auto;min-width:0;white-space:normal;overflow-wrap:break-word}.services-section{background-color:var(--off-white);padding:20px 0 80px}.services-content{max-width:850px;margin:0 auto;padding:0 20px;align-items:center;display:grid;grid-template-columns:1.2fr .8fr;gap:50px}.services-image img{max-width:100%;border-radius:6px}.services-badge{display:inline-flex;align-items:center;gap:8px;background:#0d706e1a;color:var(--light-blue);padding:6px 16px;border-radius:20px;font-size:.85rem;font-weight:700;letter-spacing:.5px;margin-bottom:24px}.services-content-text h1{color:var(--dark);font-size:2.5rem;line-height:1.5;letter-spacing:-.5px;font-weight:700}.services-content-text h1 .text-highlight{color:var(--light-blue);background-color:#00b4930f;border:1.5px solid var(--light-blue);padding:0 16px;border-radius:50px;display:inline-block;font-weight:600;box-shadow:0 4px 12px #00000008}.services-content-text p{margin:12px 0;font-size:1rem;color:#4e4e4e;line-height:1.8}.services-actions{margin-top:32px;display:flex;gap:16px}.services-btn-primary{flex:1;display:flex;justify-content:center;background-color:var(--light-blue);font-size:1rem;color:var(--off-white);padding:10px 24px;border-radius:20px;border:none;cursor:pointer;position:relative;font-weight:600;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.services-btn-primary:hover{opacity:.9}.services-btn-outline{flex:1;display:flex;justify-content:center;background-color:transparent;font-size:1rem;color:var(--light-blue);padding:10px 24px;border-radius:20px;border:2px solid var(--light-blue);cursor:pointer;transition:all .3s ease}.services-btn-outline:hover{background-color:var(--light-blue);color:var(--off-white);border-radius:20px;border:2px solid var(--light-blue);cursor:pointer}.services-list{background-color:var(--off-white);max-width:1000px;margin:0 auto;padding:0 20px 80px}.services-list hr{border:none;height:24px;margin:48px 0;background:transparent;text-align:center;position:relative}.services-list hr:before{content:"• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • •";font-size:1.2rem;color:var(--light-blue);opacity:.5;letter-spacing:12px}.services-title-wrapper{text-align:center;margin:20px 0 50px}.services-list-title{text-align:center;color:var(--dark);margin:0;padding-top:20px;padding-bottom:80px;font-size:2.5rem;font-weight:700;line-height:1.5;letter-spacing:-.5px}.services-list-title .text-highlight{color:var(--light-blue);background-color:#00b4930f;border:1.5px solid var(--light-blue);padding:0 16px;border-radius:50px;display:inline-block;font-weight:700;box-shadow:0 4px 12px #00000008}.services-list-items{display:flex;flex-direction:column;gap:80px}.services-list-row{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.services-list-row.reverse{direction:rtl}.services-list-row.reverse .services-list-text{direction:ltr}.services-list-img img{width:100%;height:300px;object-fit:cover;border-radius:6px;box-shadow:0 20px 60px #0000001f}.services-list-text h3{font-size:1.6rem;font-weight:600;line-height:1.5;margin:0 0 16px;color:var(--light-blue)}.services-list-text p{font-size:1rem;line-height:1.8;margin-bottom:16px}.services-list-text a{font-size:1rem;font-weight:600;letter-spacing:1px;padding:10px 24px;border:none;border-radius:6px;background-color:transparent;color:var(--dark);text-decoration:underline;text-underline-offset:6px;cursor:pointer;transition:all .3s}.services-list-text a:hover{color:var(--light-blue)}@media(max-width:1024px){.services-section{padding:20px 20px 60px}.services-list{padding:0 20px 60px}.services-list hr{margin:32px 0 48px}.services-list-title{padding-bottom:60px}.services-list-items{gap:60px}.services-list-row{gap:40px}}@media(max-width:800px){.services-section{padding:20px 20px 40px}.services-content,.services-list,.services-list-row{grid-template-columns:1fr;text-align:center}.services-content-text{padding:0 40px}.services-badge{font-size:.8rem}.services-content-text h1{font-size:2rem}.services-content-text p{font-size:.9rem}.services-actions{justify-content:center}.services-list{padding:0 20px 40px}.services-list hr{margin:24px 0 48px}.services-list-items{gap:40px}.services-list-row.reverse .services-list-text{text-align:center}.services-list-row{padding:0 40px}.services-list-title{font-size:2rem;padding-bottom:40px}.services-list-text h3{font-size:1.4rem}.services-list-text p{font-size:.9rem}}@media(max-width:600px){.services-content{gap:30px}.services-content-text{padding:0 12px}.services-content-text h1{font-size:1.6rem}.services-actions{flex-direction:column}.services-btn-primary,.services-btn-outline{flex:0}.services-list-title{font-size:1.6rem;padding-bottom:20px}.services-list-text h3{font-size:1.2rem}.services-list-items{gap:20px}.services-list-row{padding:0 12px}}.service-detail{max-width:850px;margin:0 auto;padding:0 20px 80px}.service-header{text-align:center}.service-header h1{font-size:2rem;line-height:1.5;margin-top:0;margin-bottom:12px;font-weight:600}.service-subtitle{font-size:1rem;line-height:1.8;color:#4e4e4e}.service-banner{aspect-ratio:16 / 9;border-radius:6px;overflow:hidden}.service-banner img{width:100%;height:100%;border-radius:6px;margin:20px 0;display:block;object-fit:cover}.service-description{display:flex;flex-direction:column;gap:24px}.main-description{max-width:900px}.main-description h2{font-size:1.5rem;font-weight:600;line-height:1.5;margin-bottom:24px}.main-description h3{font-size:1.2rem;font-weight:600;line-height:1.5;margin:24px 0 12px}.main-description p{font-size:1rem;line-height:1.8;margin-bottom:16px}.main-description ul{padding-left:20px;margin-bottom:20px}.main-description li{font-size:1rem;line-height:1.8;margin-bottom:12px}.support-title{text-align:center;font-size:1.5rem;font-weight:600}.service-support{display:flex;justify-content:center;padding-bottom:24px}.support-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;width:100%;max-width:1100px}.support-cards .support-card{grid-column:span 2;background-color:#fff;padding:24px;text-align:center;border:3px solid #faf6f5;transition:all .3s ease;border-radius:6px}.support-cards .support-card:nth-child(4){grid-column:2 / span 2}.support-cards .support-card:nth-child(5){grid-column:4 / span 2}.support-cards .support-card:hover{border:3px solid var(--light-blue)}.support-card h3{font-size:1.2rem;font-weight:600;margin:18px 0}.support-card p{font-size:.9rem;line-height:1.8;color:#4e4e4e}.support-link{font-size:1rem;margin-top:12px;color:var(--dark);display:inline-block;text-decoration:underline;text-underline-offset:6px;font-weight:600;cursor:pointer}.support-link:hover{color:#0d706e;text-decoration:underline;text-underline-offset:6px}@media(max-width:1024px){.service-detail{padding:0 20px 60px}.main-description{margin-top:8px}.support-cards{grid-template-columns:1fr 1fr}.support-card{grid-column:auto!important;padding:24px 80px!important}}@media(max-width:800px){.service-detail{padding:0 20px 40px}.service-header h1{font-size:1.8rem}.service-subtitle{font-size:.9rem}.main-description h2{font-size:1.4rem}.main-description h3{font-size:1.1rem}.main-description p,.main-description li{font-size:.9rem}.support-title{font-size:1.6rem}.support-cards{grid-template-columns:1fr;max-width:480px}}@media(max-width:600px){.service-detail{padding:0 20px 20px}.service-banner img{margin:12px 0}.support-card{padding:24px!important}}.news-section{background-color:var(--off-white);padding:0 0 80px}.news-container{max-width:1280px;margin:0 auto;padding:0 20px}.news-layout{display:flex;gap:20px}.news-top-bar{display:flex;align-items:end;justify-content:space-between;gap:32px;flex-wrap:wrap;padding:20px 0}.news-popular h1{margin:0;font-size:2rem;font-weight:600;color:var(--light-blue)}.news-popular span{display:inline-flex;align-items:center;gap:8px;color:var(--dark);font-weight:600;letter-spacing:.3px;position:relative}.news-popular span:before{content:"";display:inline-block;width:3px;height:32px;background-color:#36bfa2;border-radius:2px}.category-tabs{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;width:100%;max-width:500px}.category-btn{color:var(--light-blue);width:100%;height:24px;padding:0 12px;border-radius:20px;border:1px solid var(--light-blue);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;white-space:nowrap;font-size:.9rem;font-weight:600}.category-btn:hover{color:var(--off-white);background-color:var(--light-blue)}.category-btn.active{background:var(--light-blue);color:var(--off-white)}.news-left{position:sticky;top:248px;align-self:flex-start;max-width:40%;width:100%;height:fit-content}.news-main{padding:8px 0 0}.news-main .category{margin:0;font-size:.9rem;font-weight:600;color:var(--dark)}.news-main .date{margin:0;font-size:.9rem;font-weight:600;color:var(--light-blue)}.latest-item h3{font-size:1.2rem;font-weight:600;max-height:60px;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin:8px 0}.latest-item span{font-size:.9rem;color:#4e4e4e}.big-img-box{aspect-ratio:16 / 9;overflow:hidden}.news-right{width:60%}.other-news{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.small-img-box{aspect-ratio:16 / 9;overflow:hidden}.news-sub{padding:4px 0 0}.news-sub .category{margin:0;font-size:.8rem;font-weight:600;color:var(--dark)}.news-sub .date{margin:0;font-size:.8rem;font-weight:600;color:var(--light-blue)}.news-sub h3{font-size:1rem;font-weight:600;margin:6px 0;max-height:48px;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.read{font-size:.8rem;color:#4e4e4e;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.big-img-box,.small-img-box{position:relative;overflow:hidden;border-radius:6px}.big-img-box img,.small-img-box img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,1,.5,1)}.latest-item:hover .big-img-box img,.other-item:hover .small-img-box img{transform:scale(1.06)}.latest-item h3,.other-item h3{text-decoration:underline;text-decoration-color:transparent;text-underline-offset:6px;transition:color .3s ease,text-decoration-color .3s ease;padding-bottom:1px}.latest-item:hover h3,.other-item:hover h3{color:var(--light-blue);text-decoration-color:var(--light-blue)}.latest-item,.other-item{cursor:pointer}.pagination-news{max-width:1280px;display:flex;position:sticky;gap:12px;justify-content:end;align-items:center;padding-top:40px;z-index:999;background-color:var(--off-white)}.pagination-news button{padding:8px 12px;border-radius:6px;border:none;background-color:var(--light-blue);color:#fff;cursor:pointer;transition:.3s}.pagination-news button:disabled{cursor:not-allowed;opacity:.6}@media(min-width:1024px){.news-top-bar{position:sticky;top:160px;z-index:999;background-color:var(--off-white);width:100%}}@media(max-width:1024px){.news-top-bar{padding-bottom:32px}.news-section{padding:0 0 60px}.news-layout{display:flex;flex-direction:column;gap:32px}.news-left{position:relative;top:unset;width:100%;max-width:100%;order:-1}.news-right{width:100%}.news-main .category,.news-main .date{font-size:1rem}.news-main h3{font-size:1.6rem}.read{font-size:1rem}.other-news{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.news-sub .date{font-size:.9rem}.news-sub h3{font-size:1.2rem}.news-sub .category,.read{font-size:.9rem}}@media(max-width:800px){.news-top-bar{padding-top:0}.category-tabs{grid-template-columns:repeat(5,1fr)}.news-section{padding:0 0 40px}.other-news{grid-template-columns:1fr}.news-sub .date{font-size:1rem}.news-sub h3{font-size:1.6rem}.news-sub .category,.read{font-size:1rem}.pagination-news{justify-content:center}}@media(max-width:700px){.news-top-bar{display:flex;justify-content:center}}@media(max-width:600px){.category-tabs{grid-template-columns:repeat(3,1fr);max-width:600px}.news-section{padding:0 0 20px}.news-main .category,.news-main .date{font-size:.9rem}.news-main h3{font-size:1.2rem}.read,.news-sub .date{font-size:.9rem}.news-sub h3{font-size:1.2rem}.news-sub .category,.read{font-size:.9rem}}@media(max-width:400px){.news-main .category,.news-main .date{font-size:.8rem}.news-main h3{font-size:1rem}.read,.news-sub .date{font-size:.8rem}.news-sub h3{font-size:1rem}.news-sub .category,.read{font-size:.8rem}}@media(max-width:359px){.category-tabs{grid-template-columns:repeat(2,1fr)}}.new-detail{max-width:850px;margin:0 auto;padding:0 20px}.new-title{font-size:2rem;line-height:1.5;margin-top:0;margin-bottom:12px;font-weight:600}.meta{display:flex;align-items:center;margin-top:12px;margin-bottom:12px;gap:6px}.meta .category{margin:0;font-size:1rem;font-weight:600;line-height:1.8;color:var(--dark)}.meta .date{margin:0;font-size:1rem;font-weight:600;line-height:1.8;color:var(--light-blue)}.detail-img{aspect-ratio:16 / 9;border-radius:6px}.detail-img img{width:100%;height:100%;border-radius:6px;margin:20px 0;display:block;object-fit:cover}.new-description h2{font-size:1.5rem;margin-top:0;margin-bottom:24px;font-weight:600}.new-description h3{font-size:1.2rem;margin-top:0;margin-bottom:12px;font-weight:600}.new-description h4{font-size:1.1rem;margin-top:0;margin-bottom:12px;font-weight:600}.new-description p{font-size:1rem;line-height:1.8;margin-bottom:16px}.new-description p a{color:var(--light-blue);text-decoration:underline;text-underline-offset:6px}.new-description ul{padding-left:1.2rem;margin-bottom:16px}.new-description li{font-size:1rem;line-height:1.8;margin-bottom:12px}.new-description figure{margin:1.5rem 0;text-align:center}.new-description figure figcaption{font-size:1rem;margin-top:8px}.new-description table{margin:0 auto;width:100%;max-width:500px;border-collapse:collapse;margin:1.8rem 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0000000f;border:1px solid #e5e7eb}.new-description th,.new-description td{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb;font-size:1rem;line-height:1.5}.new-description th{font-weight:600;color:var(--light-blue);text-transform:uppercase;font-size:1rem;letter-spacing:.5px}.new-description tr:last-child td{border-bottom:none}.new-description td:first-child{text-align:left;color:var(--dark);width:55%}.new-description td:last-child{text-align:center;color:var(--dark)}.new-description .align-center{text-align:center}.new-description{margin-top:20px}.new-description section{margin-bottom:40px}.new-description img{max-width:100%;height:auto;width:auto;margin:0 auto!important;display:block;border-radius:6px;object-fit:cover}.related-news{width:100%;box-sizing:border-box;overflow-x:hidden;max-width:850px;margin:0 auto;padding:0 0 80px}.related-news h2{font-size:2rem;margin-bottom:24px;font-weight:600}.related-news-list{width:100%;display:flex;gap:16px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;box-sizing:border-box;padding-bottom:24px}.related-news-list{overflow-x:auto;scrollbar-width:auto;scrollbar-color:#ddd transparent}.related-new-item{flex:0 0 272px;max-width:272px;transition:all .3s ease;cursor:pointer;box-sizing:border-box}.img-box{position:relative;overflow:hidden;border-radius:6px}.img-box img{width:100%;height:100%;border-radius:6px;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,1,.5,1)}.related-new-item:hover .img-box img{transform:scale(1.06)}.related-new-item .info{padding:4px 0 0}.sub-meta .category{margin:0;font-size:.8rem;font-weight:600;color:var(--dark)}.sub-meta .date{margin:0;font-size:.8rem;font-weight:600;color:var(--light-blue)}.related-new-item h3{font-size:.9rem;max-height:36px;font-weight:600;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin:6px 0}.read{font-size:.75rem;color:#4e4e4e;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-new-item h3{text-decoration:underline;text-decoration-color:transparent;text-underline-offset:6px;transition:color .3s ease,text-decoration-color .3s ease;padding-bottom:1px}.related-new-item:hover h3{color:var(--light-blue);text-decoration-color:var(--light-blue)}.related-new-item{cursor:pointer;transition:.3s}@media(max-width:1024px){.breadcrumb{margin-bottom:20px!important}.new-description img{width:60%;height:60%}.related-news{padding:0 20px 60px}}@media(max-width:800px){.new-title{font-size:1.8rem}.meta .category,.meta .date{font-size:.9rem}.new-description h2{font-size:1.4rem}.new-description h3{font-size:1.1rem}.new-description h4{font-size:1rem}.new-description p,.new-description li{font-size:.9rem}.new-description figure figcaption{font-size:.9rem;margin-top:4px}.new-description img{width:80%;height:80%}.new-description th,.new-description td{padding:12px 10px;font-size:.9rem}.related-news{padding:0 20px 40px}.related-news h2{font-size:1.6rem}.related-news-list{scrollbar-width:none}.related-news-list::-webkit-scrollbar{display:none}}@media(max-width:700px){.new-title{font-size:1.6rem}.meta .category,.meta .date{font-size:.8rem}}@media(max-width:600px){.new-title{font-size:1.8rem}.meta .category,.meta .date{font-size:.9rem}.related-news{padding:0 20px 20px}}@media(max-width:400px){.breadcrumb .container span{font-size:.8rem}}
