:root{--site-bg: #f5f5f5;--header-bg: #0b2f67;--heading-color: #153d7b;--text-color: #333333;--button-bg: #f39a1e;--button-hover: #db8816;--card-bg: #ffffff;--footer-bg: #082754;--footer-text: #ffffff;--primary-color: var(--site-bg);--secondary-color: var(--header-bg);--button-color: var(--button-bg);--button-hover-color: var(--button-hover);--background-color: var(--site-bg);--footer-bg-color: var(--footer-bg);--footer-text-color: var(--footer-text)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;min-height:100%;font-family:Arial,Helvetica,sans-serif}body{background:var(--site-bg);color:var(--text-color);top:0!important}a{text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{width:1200px;max-width:calc(100% - 40px);margin:0 auto}.site-header{width:100%;background:var(--header-bg);border-bottom:1px solid rgba(255,255,255,.08);position:relative;z-index:20}.header-inner{height:90px;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;flex-shrink:0}.header-logo a{display:flex;align-items:center}.header-logo img{width:280px;height:auto;display:block}.header-nav{flex:1;display:flex;justify-content:center;min-width:0}.header-nav ul{align-items:center;gap:28px;justify-content:center}.header-nav>ul{display:flex;align-items:center;gap:34px}.header-nav>ul>li{position:relative}.products-dropdown{display:none;position:absolute;top:30px;background:var(--button-hover);z-index:9999}.has-dropdown:hover .products-dropdown{display:block}.products-dropdown li{padding-left:10px;position:relative;border-bottom:2px solid white;min-width:180px}.products-dropdown li ul{border:2px solid white;border-bottom:0px}.products-dropdown span,.products-dropdown a{display:block;padding:10px;color:var(--menu-text-color, #ffffff);font-size:13px;font-weight:700;white-space:nowrap}.products-dropdown span:hover{color:#fff;background:#d88912}.products-submenu a:hover{color:var(--header-bg);background:var(--button-bg)}.header-nav .products-dropdown{display:none;flex-direction:column;gap:0;justify-content:flex-start;align-items:stretch}.header-nav .has-dropdown:hover>.products-dropdown{display:flex}.products-submenu{display:none;position:absolute;left:100%;top:0;margin-top:10px;background:var(--header-bg)}.products-submenu a{min-width:220px}.category-dropdown-item{position:relative}.category-dropdown-item:hover .products-submenu{display:block}.products-submenu li{padding-left:12px}.products-submenu a:hover{background:var(--header-bg)}.products-dropdown a.active:after,.products-submenu a.active:after{display:none!important}.products-dropdown a.active,.products-submenu a.active{color:var(--menu-hover-text-color, #f49a1d)!important}.header-nav a{position:relative;color:var(--menu-text-color, #ffffff);font-size:13px;font-weight:700;padding:10px 0;display:inline-block;transition:.3s ease}.header-nav a:hover,.header-nav a.active{color:var(--menu-hover-text-color, #f49a1d)}.header-nav a.active:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:3px;background:var(--button-bg);border-radius:2px}.header-right{display:flex;align-items:center;gap:18px;flex-shrink:0}.menu-toggle{display:none;width:42px;height:42px;border:none;background:transparent;cursor:pointer;padding:0;position:relative}.menu-toggle span{display:block;width:26px;height:3px;background:var(--menu-text-color, #ffffff);margin:5px auto;border-radius:3px;transition:.3s ease}.menu-toggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-nav{display:none;background:var(--header-bg);border-top:1px solid rgba(255,255,255,.08)}.mobile-nav ul{margin:0;padding:10px 20px 18px;display:flex;flex-direction:column;gap:6px}.mobile-nav a{display:block;color:var(--menu-text-color, #ffffff);font-size:14px;font-weight:700;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-nav a.active,.mobile-nav a:hover{color:var(--menu-hover-text-color, #f49a1d)}.mobile-nav.show{display:block}.header-lang{display:flex;align-items:center;gap:8px;margin-left:20px}.header-lang button{background:transparent;border:none;color:#ffffffbf;font-size:14px;font-weight:600;cursor:pointer;padding:6px 8px;border-radius:6px;transition:all .25s ease}.header-lang button:hover{color:#fff;background:#ffffff1f}.header-lang .active-lang{background:var(--button-bg);color:#fff}.header-lang span{color:#fff6;font-weight:400}.hero-section{position:relative;width:100%;min-height:620px;background-position:center center;background-size:cover;background-repeat:no-repeat}.hero-overlay{width:100%;min-height:620px;background:linear-gradient(90deg,#071632d1,#0716329e 28%,#07163238 55%,#0716320f);display:flex;align-items:center}.hero-content{display:flex;align-items:center;min-height:620px}.hero-text{max-width:470px;color:#fff}.hero-text h1{font-size:58px;line-height:1.08;font-weight:800;margin-bottom:34px}.hero-buttons{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero-btn{display:inline-flex;align-items:center;justify-content:center;min-width:190px;height:56px;padding:0 24px;font-size:16px;font-weight:700;border-radius:3px;transition:.3s ease}.hero-btn-primary{background:var(--button-bg);color:#fff}.hero-btn-primary:hover{background:var(--button-hover)}.hero-btn-secondary{background:#0a224bd9;color:#fff;border:2px solid rgba(255,255,255,.35)}.hero-btn-secondary:hover{background:#0a224b}.page-section h1{text-align:center;margin-bottom:16px;color:var(--heading-color)}.page-section h3{text-align:center;margin-bottom:28px;color:#000}.about-page-image{width:70%;max-width:900px;display:block;margin:30px auto;object-fit:contain}.about-page-content{margin-top:24px}.about-page-content p{text-align:justify;line-height:1.9;margin-bottom:18px;color:var(--text-color);font-size:16px}.about-band{width:100%;min-height:340px;display:grid;grid-template-columns:44% 56%;overflow:hidden}.about-left{background:var(--header-bg);display:flex;align-items:center}.about-left-inner{width:100%}.about-text{color:#fff;max-width:430px;padding:40px 0}.about-text h2{font-size:28px;font-weight:800;margin-bottom:14px}.about-line{width:220px;height:2px;background:#ffffff59;margin-bottom:18px}.about-text h3{font-size:18px;font-weight:700;margin-bottom:12px}.about-text p{font-size:16px;line-height:1.6;color:#ffffffe6;margin-bottom:24px}.about-btn{display:inline-flex;align-items:center;justify-content:center;min-width:140px;height:46px;padding:0 22px;background:var(--button-bg);color:#fff;font-size:15px;font-weight:700;border-radius:3px;transition:.3s ease}.about-btn:hover{background:var(--button-hover)}.about-right{min-height:340px;background-position:center center;background-size:cover;background-repeat:no-repeat}.products-section{padding:40px 0 50px;background:var(--site-bg, #f5f5f5)}.products-header{display:flex;align-items:center;gap:26px;margin-bottom:32px}.products-title-left{flex:0 0 auto}.products-title-left h2{position:relative;margin:0;color:var(--heading-color, #153d7b);font-size:30px;font-weight:800;line-height:1.1}.products-title-left h2:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:3px;background:var(--button-bg, #f39a1e)}.products-title-center{display:flex;flex:1;min-width:0;align-items:center}.title-line{display:block;width:100%;height:1px;background:#bfc5cf}.category-slider-wrapper{position:relative;width:100%;min-width:0;padding:0 64px;box-sizing:border-box}.category-slider-track{display:flex;width:100%;min-width:0;gap:24px;overflow-x:auto;overflow-y:hidden;padding:8px 0 24px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;box-sizing:border-box}.category-slider-track::-webkit-scrollbar{display:none}.category-card{flex:0 0 calc((100% - 72px)/4);width:calc((100% - 72px)/4);min-width:calc((100% - 72px)/4);max-width:calc((100% - 72px)/4);display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box;background:#fff;border:1px solid #dddddd;box-shadow:0 5px 18px #00000012;scroll-snap-align:start}.category-card-image{display:flex;flex:0 0 280px;align-items:center;justify-content:center;width:100%;height:280px;overflow:hidden;box-sizing:border-box;background:#fff;border-bottom:1px solid #eeeeee}.category-card-image img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center}.category-card-content{display:flex;flex:1;flex-direction:column;align-items:flex-start;min-height:155px;padding:24px;box-sizing:border-box}.category-card-content h3{margin:0 0 16px;color:var(--heading-color, #153d7b);font-size:22px;line-height:1.35}.category-card-link{margin-top:auto;color:var(--button-bg, #f39a1e);font-weight:700;text-decoration:none}.category-card-link:hover{color:var(--button-hover, #db8816)}.category-slider-arrow{position:absolute;top:50%;z-index:10;display:flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:0;border-radius:50%;background:var(--button-bg, #f39a1e);color:#fff;cursor:pointer;transform:translateY(-50%);box-shadow:0 5px 16px #0003;transition:background .2s ease,transform .2s ease}.category-slider-arrow:hover{background:var(--button-hover, #db8816);transform:translateY(-50%) scale(1.06)}.category-slider-arrow-left{left:4px}.category-slider-arrow-right{right:4px}.products-grid,.products-page-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;background:#fff;border:1px solid #e1e1e1;box-shadow:0 5px 18px #00000014}.product-card-image{display:flex;align-items:center;justify-content:center;width:100%;height:280px;overflow:hidden;background:#fff;border-bottom:1px solid #eeeeee}.product-card-image img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center}.product-card-content{padding:22px 24px 24px}.product-card-content h3{margin:0 0 16px;color:var(--heading-color, #153d7b);font-size:22px;line-height:1.35}.product-detail-link{color:var(--button-bg, #f39a1e);font-weight:700;text-decoration:none}.product-detail-link:hover{color:var(--button-hover, #db8816)}.products-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:36px;align-items:start}.products-filter-sidebar{position:sticky;top:120px;padding:24px 20px;background:#fff;border:1px solid #e2e2e2;border-radius:8px;box-shadow:0 5px 18px #0000000d}.products-filter-sidebar h2{margin:0 0 22px;color:var(--heading-color, #153d7b);font-size:22px;line-height:1.3}.products-filter-list{display:flex;flex-direction:column;gap:16px}.products-filter-option{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.products-filter-option input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.products-filter-checkbox{position:relative;flex:0 0 auto;width:21px;height:21px;background:#fff;border:1.5px solid #a7a7a7;border-radius:3px;transition:background .2s ease,border-color .2s ease}.products-filter-option input:checked+.products-filter-checkbox{background:var(--button-bg, #f39a1e);border-color:var(--button-bg, #f39a1e)}.products-filter-option input:checked+.products-filter-checkbox:after{content:"";position:absolute;top:3px;left:6px;width:5px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.products-filter-name{color:var(--text-color, #333333);font-size:17px;line-height:1.3}.products-filter-option:hover .products-filter-name,.products-filter-option input:checked~.products-filter-name{color:var(--heading-color, #153d7b)}.products-results{min-width:0}.products-filtered-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.products-filtered-grid .product-card-image{height:240px}.products-empty-message{padding:35px;background:#fff;border:1px solid #e2e2e2;border-radius:8px;color:var(--text-color, #333333);text-align:center}.products-button-wrap{display:flex;justify-content:center;margin-top:24px}.products-main-btn{display:inline-flex;align-items:center;justify-content:center;min-width:190px;height:48px;padding:0 24px;background:var(--button-bg, #f39a1e);color:#fff;border:0;border-radius:4px;font-size:16px;font-weight:700;text-decoration:none;transition:background .25s ease,transform .25s ease}.products-main-btn:hover{background:var(--button-hover, #db8816);color:#fff;transform:translateY(-2px)}.word-content{max-width:100%;color:var(--text-color, #333333);line-height:1.8;overflow-wrap:anywhere}.word-content p{margin-bottom:22px;text-align:justify;text-justify:inter-word;line-height:1.9}.word-content h1,.word-content h2,.word-content h3,.word-content h4{margin:28px 0 14px;color:var(--heading-color, #153d7b);line-height:1.35}.word-content table,.word-content .word-table{width:100%;margin:20px 0;border-collapse:collapse;table-layout:auto}.word-content th,.word-content td{height:auto!important;padding:6px 10px!important;border:1px solid #dcdcdc;text-align:center;vertical-align:middle;line-height:1.35}.word-content th{background:var(--header-bg, #0b2f67);color:#fff;font-weight:600}.word-content td p,.word-content th p{margin:0!important;text-align:center!important;line-height:1.35!important}.word-content ul,.word-content ol{margin:0 0 18px 24px}.word-content ul{list-style:disc}.word-content ol{list-style:decimal}@media(max-width:1200px){.category-card{flex-basis:calc((100% - 48px) / 3);width:calc((100% - 48px) / 3);min-width:calc((100% - 48px) / 3);max-width:calc((100% - 48px) / 3)}.products-grid,.products-page-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.category-slider-wrapper{padding:0 56px}.category-card{flex-basis:calc((100% - 24px)/2);width:calc((100% - 24px)/2);min-width:calc((100% - 24px)/2);max-width:calc((100% - 24px)/2)}.category-card-image{height:250px;flex-basis:250px}.products-grid,.products-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-layout{grid-template-columns:1fr}.products-filter-sidebar{position:static}.products-filter-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.products-filtered-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.products-header{align-items:flex-start;flex-direction:column;gap:22px}.products-title-center{width:100%}.category-slider-wrapper{padding:0}.category-slider-track{gap:16px;padding-right:26px}.category-card{flex-basis:84%;width:84%;min-width:84%;max-width:84%}.category-card-image{height:230px;flex-basis:230px}.category-slider-arrow{display:none}.products-grid,.products-page-grid,.products-filtered-grid,.products-filter-list{grid-template-columns:1fr}.product-card-image{height:230px}.word-content{overflow-x:auto}.word-content table{min-width:650px}}.section{display:flex;align-items:center}.section h2{font-size:28px;font-weight:700}.services-section{padding:42px 0 52px;background:var(--site-bg)}.services-header{display:flex;align-items:center;gap:26px;margin-bottom:28px;flex-wrap:wrap}.services-title-left h2{font-size:30px;font-weight:800;color:var(--heading-color);position:relative;line-height:1}.services-title-left h2:after{content:"";position:absolute;left:0;bottom:-10px;width:225px;height:3px;background:var(--button-bg)}.services-title-center{display:flex;align-items:center;flex:1;min-width:200px}.services-title-line{flex:1;height:1px;background:#bfc5cf}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.service-card{text-align:center;padding:18px 12px;background:var(--card-bg);border:1px solid #e7e7e7;box-shadow:0 4px 10px #0000000d;transition:.3s}.service-card:hover{transform:translateY(-4px)}.service-icon{display:flex;justify-content:center;align-items:center;height:70px}.service-icon img{width:70px;height:70px;object-fit:contain}.service-divider{width:70%;height:1px;background:#e5e5e5;margin:10px auto 12px}.service-card h4{font-size:15px;font-weight:600;color:var(--heading-color)}.service-image{width:auto;height:auto;max-width:160px;max-height:90px;object-fit:contain;display:block;margin:0 auto 15px}.references-wrapper{width:100%}.references-section{width:100%;min-height:150px;background-position:center;background-size:100%;background-repeat:no-repeat}.references-overlay{width:100%;min-height:150px;background:linear-gradient(90deg,#0c2c60eb,#0c2c60d1 35%,#0c2c6073 65%,#0c2c6026);display:flex;align-items:center}.references-content{color:#fff;max-width:360px;padding:24px 0}.references-content h2{font-size:26px;font-weight:800;margin-bottom:10px;line-height:1}.references-line{display:block;width:170px;height:3px;background:var(--button-bg);margin-bottom:12px}.references-content p{font-size:18px;font-weight:500;color:#fffffff2}.references-slider-section{background:var(--card-bg);border-bottom:1px solid #e8e8e8}.logo-slider{overflow:hidden;width:100%;position:relative}.logo-track{display:flex;width:max-content;animation:scrollLogos 18s linear infinite}.logo-item{width:260px;min-width:260px;height:110px;display:flex;align-items:center;justify-content:center;padding:0 26px;border-right:1px solid #e8e8e8;background:var(--card-bg)}.logo-item img{max-width:160px;max-height:48px;width:auto;height:auto;object-fit:contain}.logo-slider:hover .logo-track{animation-play-state:paused}@keyframes scrollLogos{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:992px){.references-section,.references-overlay{min-height:135px}.references-content h2{font-size:24px}.references-content p{font-size:16px}.logo-item{width:220px;min-width:220px;height:96px;padding:0 20px}.logo-item img{max-width:140px;max-height:42px}}@media(max-width:576px){.references-section,.references-overlay{min-height:120px}.references-content{padding:20px 0}.references-content h2{font-size:22px}.references-line{width:110px}.references-content p{font-size:15px}.logo-item{width:180px;min-width:180px;height:84px;padding:0 16px}.logo-item img{max-width:120px;max-height:36px}}.blog-contact-section{padding:48px 0 56px;background:var(--site-bg)}.blog-contact-grid{display:grid;grid-template-columns:2fr 1fr;gap:28px;align-items:start}.blog-area{width:100%}.blog-header{display:flex;align-items:center;gap:22px;margin-bottom:24px;flex-wrap:wrap}.blog-title-left h2{font-size:30px;font-weight:800;color:var(--heading-color);position:relative;line-height:1}.blog-title-left h2:after{content:"";position:absolute;left:0;bottom:-10px;width:265px;height:3px;background:var(--button-bg)}.blog-title-center{display:flex;align-items:center;flex:1;min-width:180px}.blog-title-line{flex:1;height:1px;background:#c7ccd5}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.blog-card{background:var(--card-bg);border:1px solid #e7e7e7;box-shadow:0 4px 14px #0000000f;overflow:hidden}.blog-card-image{display:block;width:100%;height:190px;overflow:hidden;background:var(--card-bg)}.blog-card-image img{width:100%;height:100%;object-fit:cover}.blog-card-body{display:block;padding:18px 18px 16px;background:var(--card-bg)}.blog-card-body h3{font-size:18px;font-weight:800;color:var(--heading-color);margin-bottom:12px}.blog-card-body p{font-size:14px;line-height:1.65;color:var(--text-color);margin-bottom:18px}.blog-card-footer{display:flex;justify-content:flex-end}.blog-read-more{min-width:118px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cfcfcf;color:#2d3f5c;font-size:12px;font-weight:700;background:var(--card-bg)}.contact-form-box{margin-top:10px;margin-left:20px;background:var(--card-bg);border:1px solid #dfdfdf;box-shadow:0 4px 14px #0000000f;overflow:hidden}.contact-form-header{background:var(--header-bg);padding:14px 16px}.contact-form-header h3{color:#fff;font-size:18px;font-weight:700}.contact-form{padding:18px}.contact-form input,.contact-form textarea{width:100%;border:1px solid #d9d9d9;background:#fafafa;font-size:14px;padding:12px 14px;margin-bottom:12px;outline:none}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button{min-width:120px;height:44px;border:none;background:var(--button-bg);color:#fff;font-size:16px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;float:right;margin-bottom:20px}.contact-form button:hover{background:var(--button-hover)}.blog-contact-grid.single-column{grid-template-columns:1fr}.blog-contact-grid.single-column .contact-form-box{margin-left:0}.contact-page-section{min-height:600px;padding:55px 0 65px;background:#f5f5f5}.contact-page-heading{margin-bottom:32px;text-align:center}.contact-page-heading h1{margin-bottom:12px;color:var(--heading-color, #153d7b);font-size:38px}.contact-page-heading p{max-width:760px;margin:0 auto;color:var(--text-color, #333333);font-size:16px;line-height:1.7}.contact-page-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:28px;align-items:stretch}.contact-page-form-box,.contact-page-info-box{overflow:hidden;background:#fff;border:1px solid #e4e4e4;box-shadow:0 5px 18px #00000012}.contact-page-box-title{padding:16px 20px;background:var(--header-bg, #0b2f67)}.contact-page-box-title h2{color:#fff;font-size:20px}.contact-page-form{display:flex;flex-direction:column;padding:24px}.contact-page-form label{margin-bottom:7px;color:var(--text-color, #333333);font-size:14px;font-weight:700}.contact-page-form input,.contact-page-form textarea{width:100%;margin-bottom:17px;padding:12px 14px;border:1px solid #d8d8d8;background:#fafafa;color:var(--text-color, #333333);font-family:inherit;font-size:15px;outline:none}.contact-page-form input:focus,.contact-page-form textarea:focus{border-color:var(--button-bg, #f39a1e)}.contact-page-form textarea{min-height:145px;resize:vertical}.contact-page-form button{align-self:flex-end;min-width:145px;min-height:46px;padding:0 22px;border:none;background:var(--button-bg, #f39a1e);color:#fff;font-size:15px;font-weight:700;cursor:pointer}.contact-page-form button:hover{background:var(--button-hover, #db8816)}.contact-page-form button:disabled{cursor:not-allowed;opacity:.7}.contact-form-success{margin-bottom:15px;color:#18723a;font-weight:700}.contact-form-error{margin-bottom:15px;color:#b42318;font-weight:700}.contact-page-info-content{padding:8px 24px 20px}.contact-page-info-item{display:flex;align-items:flex-start;gap:16px;padding:22px 0;border-bottom:1px solid #e7e7e7}.contact-page-info-item:last-child{border-bottom:none}.contact-page-info-icon{width:44px;height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:var(--button-bg, #f39a1e);color:#fff;font-size:18px}.contact-page-info-item h3{margin-bottom:7px;color:var(--heading-color, #153d7b);font-size:17px}.contact-page-info-item p,.contact-page-info-item a{color:var(--text-color, #333333);font-size:15px;line-height:1.7}.working-hours-text{white-space:pre-line}.contact-page-map{width:100%;margin-top:28px;overflow:hidden;background:#fff;border:1px solid #e4e4e4;box-shadow:0 5px 18px #00000012}.contact-page-map iframe{display:block;width:100%;height:430px;border:0}@media(max-width:768px){.contact-page-section{padding:40px 0 50px}.contact-page-grid{grid-template-columns:1fr}.contact-page-heading h1{font-size:31px}.contact-page-form button{width:100%}.contact-page-map iframe{height:320px}}.bottom-social a{width:42px;height:42px;min-width:42px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:transform .25s ease,box-shadow .25s ease}.bottom-social a svg{width:20px;height:20px;color:#fff;fill:currentColor}.bottom-social a:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 8px 18px #0000002e}.bottom-social a.facebook{background:#1877f2}.bottom-social a.instagram{background:linear-gradient(45deg,#feda75,#fa7e1e,#d62976,#962fbf,#4f5bd5)}.bottom-social a.linkedin{background:#0a66c2}.bottom-social a.youtube{background:red}.bottom-social a.whatsapp{background:#25d366}@media(max-width:992px){.blog-contact-grid{grid-template-columns:1fr}.blog-grid,.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.blog-contact-section{padding:38px 0 44px}.blog-title-left h2{font-size:26px}.blog-title-left h2:after{width:115px}.blog-grid{grid-template-columns:1fr}.blog-card-image{height:190px}.contact-form button{width:100%;float:none}.services-section{padding:36px 0 44px}.services-header{gap:18px}.services-title-left h2{font-size:26px}.services-title-left h2:after{width:160px}.services-grid{grid-template-columns:1fr;gap:18px}.service-image-box{height:90px;padding-bottom:12px}.service-image{max-width:90px;max-height:60px}}.bottom-bar{background:var(--footer-bg);color:var(--footer-text);padding:16px 0 12px}.bottom-bar-top{display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap}.bottom-contact-item{display:flex;align-items:center;gap:10px;color:#fff;font-size:15px;font-weight:500}.bottom-icon{font-size:20px;line-height:1}.bottom-contact-item .phone-icon svg{fill:#3b5991}.bottom-social{display:flex;align-items:center;gap:10px}.bottom-social a{width:34px;height:34px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:#fff;background:#ffffff1f;transition:.3s ease}.bottom-social a:hover{background:#ffffff38}.bottom-bar-line{width:100%;height:1px;background:#ffffff2e;margin:14px 0 10px}.bottom-bar-bottom p{font-size:13px;color:#ffffffd9}.bottom-contact-item .icon{width:20px;height:20px;display:inline-flex}.bottom-contact-item svg{width:100%;height:100%;fill:#fff}.bottom-social a{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center}.bottom-social svg{width:18px;height:18px;fill:#fff}.bottom-social .facebook{background:#3b5998}.bottom-social .youtube{background:red}@media(max-width:992px){.bottom-bar-top{gap:16px}.bottom-contact-item{font-size:14px}}@media(max-width:576px){.bottom-bar{padding:14px 0 12px}.bottom-bar-top{flex-direction:column;align-items:flex-start}.bottom-contact-item{font-size:14px}.bottom-social{margin-top:4px}.bottom-bar-bottom p{font-size:12px;line-height:1.5}}.footer{min-height:80px;background:var(--footer-bg);color:var(--footer-text)}@media(max-width:992px){.header-logo img{width:150px}.header-nav ul{gap:18px}.hero-section,.hero-overlay,.hero-content{min-height:520px}.hero-text{max-width:420px}.hero-text h1{font-size:44px}.about-band{grid-template-columns:1fr}.about-left{order:1}.about-right{order:2;min-height:280px}.about-text{max-width:100%}.products-grid{grid-template-columns:repeat(2,1fr)}.product-image-box{height:auto;padding:10px 0}.services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.desktop-nav{display:none}.menu-toggle{display:block}.header-inner{min-height:74px;gap:12px}.header-logo img{width:140px}.header-lang a,.header-lang span{font-size:11px;cursor:pointer}.mobile-nav{display:none;background:var(--header-bg);border-top:1px solid rgba(255,255,255,.08)}.mobile-nav.show{display:block}.product-image-box{height:auto;padding:10px 0}.hero-section,.hero-overlay,.hero-content{min-height:460px}.hero-overlay{background:linear-gradient(90deg,#071632d1,#07163299 45%,#0716322e)}.hero-text{max-width:100%}.hero-text h1{font-size:34px;line-height:1.15;margin-bottom:24px}.hero-buttons{gap:10px}.hero-btn{min-width:160px;height:48px;font-size:14px;padding:0 18px}}@media(max-width:576px){.hero-section,.hero-overlay,.hero-content{min-height:420px}.hero-text h1{font-size:28px}.hero-buttons{flex-direction:column;align-items:flex-start}.hero-btn{width:100%;max-width:230px}.about-band{min-height:auto}.about-text{padding:34px 0}.about-text h2{font-size:24px}.about-text h3{font-size:17px}.about-text p{font-size:15px}.about-line{width:160px}.about-right{min-height:220px}.products-grid{grid-template-columns:1fr}.product-image-box{height:auto;padding:10px 0}.product-image{max-width:100%;max-height:120px}.services-section{padding:36px 0 44px}.services-header{gap:18px}.services-title-left h2{font-size:26px}.services-title-left h2:after{width:100px}.services-grid{grid-template-columns:1fr;gap:18px}}.page-section{min-height:500px;padding:60px 0;background:var(--site-bg)}.page-section h1{font-size:36px;color:var(--heading-color);margin-bottom:20px}.page-section p{font-size:16px;line-height:1.7;color:var(--text-color)}.blog-detail-content{padding:32px}.blog-detail-section{padding:40px 0 60px;background:var(--site-bg);min-height:520px}.blog-detail-card{max-width:1000px;margin:0 auto;background:var(--card-bg);padding:40px;text-align:center}.blog-detail-image{display:block;max-width:600px;width:100%;height:auto;object-fit:contain;margin:0 auto 30px}.blog-detail-content h1{font-size:34px;color:var(--heading-color);margin-bottom:16px}.blog-detail-desc{font-size:17px;color:var(--text-color);margin-bottom:24px}.blog-detail-text{max-width:800px;margin:0 auto;text-align:left;font-size:16px;line-height:1.8;color:var(--text-color);white-space:pre-line}.blog-back-btn{display:inline-flex;margin-top:28px;background:var(--header-bg);color:#fff;padding:12px 20px;font-weight:700}.blog-detail-content p{font-size:16px;line-height:1.8;color:var(--text-color);margin-bottom:28px}.blog-back-btn{display:inline-flex;align-items:center;justify-content:center;background:#123d7a;color:#fff;padding:12px 20px;font-weight:700}@media(max-width:576px){.blog-detail-image{height:240px}.blog-detail-content{padding:22px}.blog-detail-content h1{font-size:26px}}#google_translate_element,.goog-te-banner-frame,.skiptranslate{display:none!important}body{top:0!important}.products-page-section{padding:60px 0;background:var(--site-bg);min-height:520px}.page-title{margin-bottom:34px}.page-title h1{font-size:38px;color:var(--heading-color);margin-bottom:10px}.page-title p{font-size:17px;color:var(--text-color)}.products-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.products-page-card{min-height:410px;display:flex;flex-direction:column;background:var(--card-bg);color:inherit;text-decoration:none;border:1px solid #e5e5e5;box-shadow:0 4px 14px #0000000f;overflow:hidden;transition:.3s ease}.products-page-card:hover{transform:translateY(-5px)}.products-page-image{height:230px;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--card-bg)}.products-page-image img{max-width:100%;max-height:180px;object-fit:contain}.products-page-content{padding:20px}.products-page-content h3{font-size:20px;color:var(--heading-color);margin-bottom:10px}.products-page-content p{font-size:14px;line-height:1.6;color:var(--text-color);margin-bottom:16px}.products-page-content span{color:var(--button-bg);font-weight:700}@media(max-width:992px){.products-page-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.products-page-grid{grid-template-columns:1fr}.page-title h1{font-size:30px}}.product-detail-section{padding:40px 0 60px;background:var(--site-bg);min-height:520px}.product-detail-card{max-width:1000px;margin:0 auto;background:var(--card-bg);padding:40px;text-align:center}.product-detail-image{display:flex;justify-content:center;margin-bottom:30px}.product-detail-image img{max-width:500px;width:100%;height:auto;object-fit:contain}.product-detail-content h1{font-size:34px;color:var(--heading-color);margin-bottom:16px}.product-detail-desc{font-size:17px;color:#555;margin-bottom:24px}.product-detail-text{max-width:800px;margin:0 auto;text-align:left;font-size:16px;line-height:1.8;color:var(--text-color);white-space:pre-line}.product-back-btn{display:inline-flex;margin-top:28px;background:var(--header-bg);color:#fff;padding:12px 20px;font-weight:700}@media(max-width:768px){.product-detail-card{grid-template-columns:1fr;padding:24px}.product-detail-content h1{font-size:28px}}.service-detail-section{padding:40px 0 60px;background:var(--site-bg);min-height:520px}.service-detail-card{max-width:1000px;margin:0 auto;background:var(--card-bg);padding:40px;text-align:center}.service-detail-image{display:flex;justify-content:center;margin-bottom:30px}.service-detail-image img{max-width:360px;width:100%;height:auto;object-fit:contain}.service-detail-content h1{font-size:34px;color:var(--heading-color);margin-bottom:16px}.service-detail-desc{font-size:17px;color:var(--text-color);margin-bottom:24px}.service-detail-text{max-width:800px;margin:0 auto;text-align:left;font-size:16px;line-height:1.8;color:var(--text-color);white-space:pre-line}.service-back-btn{display:inline-flex;margin-top:28px;background:var(--header-bg);color:#fff;padding:12px 20px;font-weight:700}@media(max-width:576px){.product-detail-card,.service-detail-card,.blog-detail-card{padding:24px}.product-detail-content h1,.service-detail-content h1,.blog-detail-content h1{font-size:26px}.product-detail-image img,.service-detail-image img,.blog-detail-image{max-width:100%}.products-page-image:empty{display:none}.product-detail-desc{color:var(--text-color)}}.inactive-page{min-height:70vh;padding:60px 20px;display:flex;align-items:center;justify-content:center;background:var(--site-bg, #f5f5f5)}.inactive-page-card{width:100%;max-width:620px;padding:50px 35px;text-align:center;background:var(--card-bg, #ffffff);border-radius:10px;box-shadow:0 12px 35px #0000001a}.inactive-page-card h1{margin-bottom:18px;color:var(--heading-color, #153d7b);font-size:34px}.inactive-page-card p{margin-bottom:28px;color:var(--text-color, #333333);font-size:17px;line-height:1.7}.inactive-page-button{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;background:var(--button-bg, #f39a1e);color:#fff;font-weight:700;border-radius:4px}.inactive-page-button:hover{background:var(--button-hover, #db8816)}.site-loading{display:flex;min-height:100vh;align-items:center;justify-content:center;background:var(--site-bg, #f5f5f5);color:var(--heading-color, #153d7b);font-size:18px;font-weight:700}.maintenance-page{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:40px 20px;background:var(--site-bg, #f5f5f5)}.maintenance-card{width:100%;max-width:680px;padding:60px 45px;background:#fff;border-radius:12px;text-align:center;box-shadow:0 14px 45px #0000001f}.maintenance-image{display:block;width:240px;max-width:100%;margin:0 auto 35px}.maintenance-icon{display:flex;width:80px;height:80px;align-items:center;justify-content:center;margin:0 auto 24px;background:var(--button-bg, #f39a1e);color:#fff;border-radius:50%;font-size:38px}.maintenance-card h1{margin-bottom:20px;color:var(--heading-color, #153d7b);font-size:34px}.maintenance-card h2{margin-bottom:20px;color:var(--header-bg, #0b2f67);font-size:24px}.maintenance-card p{max-width:650px;margin:auto;color:var(--text-color, #333333);font-size:17px;line-height:1.8}.word-image-slider{display:block;width:100%;margin-bottom:30px;padding:18px;background:#fff;border:1px solid #dddddd;box-sizing:border-box}.word-image-slider-frame{position:relative;display:flex;width:100%;height:500px;align-items:center;justify-content:center;overflow:hidden;background:#fff;border:1px solid #dddddd;border-radius:8px}.word-image-slider-frame img{display:block;width:auto;height:auto;max-width:90%;max-height:100%;object-fit:contain;object-position:center}.word-slider-arrow{position:absolute;top:50%;z-index:10;display:flex;width:48px;height:48px;align-items:center;justify-content:center;padding:0;background:#fffffff2;color:var(--heading-color, #153d7b);border:0;border-radius:50%;font-size:34px;font-weight:600;cursor:pointer;transform:translateY(-50%);box-shadow:0 4px 12px #00000026;transition:background .25s ease,color .25s ease,transform .25s ease}.word-slider-arrow:hover{background:var(--button-bg, #f39a1e);color:#fff;transform:translateY(-50%) scale(1.08)}.word-slider-arrow-left{left:15px}.word-slider-arrow-right{right:15px}.word-slider-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}.word-slider-dots button{width:10px;height:10px;padding:0;background:#cfcfcf;border:0;border-radius:50%;cursor:pointer}.word-slider-dots button.active{background:var(--button-bg, #f39a1e)}@media(max-width:768px){.maintenance-card{padding:42px 24px}.maintenance-card h1{font-size:28px}.maintenance-card h2{font-size:21px}.maintenance-card p{font-size:15px}.word-image-slider{padding:15px 14px 13px}.word-image-slider-frame{height:300px}.word-slider-arrow{width:40px;height:40px;font-size:28px}}@media(max-width:480px){.word-image-slider-frame{height:230px}}
