body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{margin:0;font-family:SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1d1d1f}.layout{min-height:100vh;background-color:#f5f5f7}.company-content{padding:40px;max-width:1200px;margin:0 auto}.company-header{text-align:center;margin-bottom:60px}.company-slogan{font-size:18px;color:#666;margin-top:20px}.company-main{margin-bottom:60px}.company-image-container{overflow:hidden;border-radius:8px;box-shadow:0 8px 24px #0000001f;max-width:500px;margin:0 auto;height:350px;display:flex;align-items:center;justify-content:center}.company-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.company-image:hover{transform:scale(1.03)}.company-description{padding:0 20px}.company-description p{font-size:16px;line-height:1.8;color:#333;margin-bottom:20px}.company-footer{margin-top:40px;text-align:center}.company-footer .ant-card{height:100%;box-shadow:0 4px 12px #00000014;transition:transform .3s ease}.company-footer .ant-card:hover{transform:translateY(-5px)}.company-footer .ant-card-head{background-color:#f5f5f7}@media(max-width:768px){.company-content{padding:20px}.company-description{padding:0;margin-top:30px}.company-image-container{height:250px}}.contact-cards-row{width:100%;max-width:1200px;margin:0 auto}.contact-card{height:100%;text-align:center;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}@media(max-width:768px){.contact-card{margin-bottom:16px}}.customer-container{display:flex;min-height:calc(100vh - 44px);padding:20px;background-color:#f5f5f7}.leftMenu{width:280px;padding:20px;background-color:#f8f9fa;border-right:1px solid #e9ecef;display:flex;flex-direction:column;justify-content:space-between;min-height:600px}.leftMenu-top{margin-bottom:40px}.leftMenu-top h2{font-size:24px;color:#333;margin-bottom:16px;border-bottom:2px solid #0066cc;padding-bottom:10px}.leftMenu-top p{color:#666;line-height:1.6;margin-bottom:12px}.leftMenu-bottom{background-color:#fff;padding:15px;border-radius:4px;box-shadow:0 2px 8px #0000001a}.leftMenu-bottom h3{font-size:18px;color:#333;margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:8px}.contact-info{list-style:none;padding:0;margin:0}.contact-info li{margin-bottom:12px;color:#555;font-size:14px}.contact-info li strong{color:#333;display:inline-block;margin-right:5px}@media(max-width:768px){.customer-container{flex-direction:column}.leftMenu{width:100%;min-height:auto;border-right:none;border-bottom:1px solid #e9ecef;margin-bottom:20px}}.product-section{padding:100px 20px;max-width:1200px;margin:0 auto}.section-title{font-size:40px;text-align:center;margin-bottom:60px}.product-card{opacity:0;transform:translateY(50px);transition:opacity .8s,transform .8s}.product-card.visible{opacity:1;transform:translateY(0)}.product-card .ant-card{border-radius:18px;overflow:hidden;box-shadow:0 4px 20px #0000000d;transition:transform .3s,box-shadow .3s}.product-card .ant-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #0000001a}.product-image-container{height:200px;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-card .ant-card-body h3{font-size:24px;margin-bottom:10px}.product-card .ant-card-body .ant-typography{color:#86868b;margin-bottom:20px;line-height:1.5}.product-link{color:#06c;text-decoration:none;font-size:17px;display:inline-block;position:relative}.product-link .anticon{transition:transform .3s}.product-link:hover .anticon{transform:translate(3px)}@media(max-width:768px){.product-section{padding:60px 20px}.section-title{font-size:32px;margin-bottom:40px}}.product-section .ant-row{margin-right:0!important;margin-left:0!important}.product-section .ant-col{padding:12px}.product-card{height:100%;transition:transform .3s ease}@media(max-width:576px){.product-section .ant-col{padding:8px}}.product-image-container{overflow:hidden}.product-image{transition:transform .5s ease}.product-image-container:hover .product-image{transform:scale(1.1)}.card-carousel-section{padding:60px 0;background-color:#f5f5f7;position:relative}.carousel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:0 40px}.carousel-titles h2{margin-bottom:8px;font-size:32px}.carousel-controls{display:flex;gap:12px}.carousel-control-button{border:1px solid #d9d9d9;background-color:#fff;box-shadow:0 1px 2px #0000000d}.cards-container{display:flex;overflow-x:auto;scroll-behavior:smooth;padding:20px 40px;gap:20px;scrollbar-width:none;-ms-overflow-style:none}.cards-container::-webkit-scrollbar{display:none}.carousel-card{min-width:300px;max-width:300px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.carousel-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.card-image-container{height:450px;overflow:hidden}.card-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.carousel-card:hover .card-image-container img{transform:scale(1.05)}.ant-card-meta-title{font-size:18px;margin-bottom:8px!important}.ant-card-meta-description{color:#666;line-height:1.5}.carousel-side-button{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:#fffc;border:none;box-shadow:0 2px 8px #00000026;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.carousel-side-button-left{left:10px}.carousel-side-button-right{right:10px}.carousel-side-button:hover{background-color:#fff}@media(max-width:768px){.carousel-header{flex-direction:column;align-items:flex-start;gap:16px;padding:0 20px}.cards-container{padding:20px}.carousel-card{min-width:260px}.card-image-container{height:390px}.carousel-side-button{width:36px;height:36px}}.floatButtonImg{display:block;width:150px;height:150px;object-fit:contain}.parallax-section{height:500px;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center;position:relative}.parallax-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080}.parallax-content{max-width:800px;padding:0 20px;position:relative;z-index:1;opacity:0;transform:translateY(30px);transition:opacity .8s,transform .8s}.parallax-content.visible{opacity:1;transform:translateY(0)}.parallax-content h2{font-size:40px;margin-bottom:20px;color:#fff}.parallax-content .ant-typography{font-size:18px;line-height:1.6;color:#fff}@media(max-width:768px){.parallax-section{background-attachment:scroll}.parallax-content h2{font-size:32px}.parallax-content .ant-typography{font-size:16px}}.video-section{width:100%;overflow:hidden}.video-container{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#0000004d;color:#fff;text-align:center;padding:0 20px}.video-overlay h2{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.video-overlay p{font-size:1.2rem;max-width:800px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media(max-width:768px){.video-overlay h2{font-size:1.8rem}.video-overlay p{font-size:1rem}}.footer{background-color:#f5f5f7;padding:40px 0;font-size:12px;color:#86868b}.footer-content{max-width:980px;margin:0 auto;padding:0 20px}.footer-links-list{list-style:none;padding:0;margin:0}.footer-links-list li{margin-bottom:10px}.footer h5.ant-typography{font-size:12px;margin-bottom:15px;color:#1d1d1f}.footer .ant-typography a{color:#515154;text-decoration:none;transition:color .3s}.footer .ant-typography a:hover{color:#1d1d1f;text-decoration:underline}.footer-divider{margin:20px 0;border-color:#d2d2d7}.footer-bottom{display:flex;justify-content:center;width:100%;margin-top:10px}.beian-container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.copyright-text{text-align:center;color:#00000073;font-size:14px;margin-bottom:8px}.beian{margin-top:10px}.beian img{vertical-align:middle;margin-right:5px}.footer-legal{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-legal-links{display:flex;flex-wrap:wrap}.footer-legal-links a{margin-right:20px;position:relative}.footer-legal-links a:not(:last-child):after{content:"";position:absolute;right:-10px;top:50%;transform:translateY(-50%);width:1px;height:12px;background-color:#d2d2d7}.footer-region{margin-left:auto}@media(max-width:768px){.footer-bottom,.footer-legal{flex-direction:column;align-items:flex-start}.beian,.footer-legal-links,.footer-region{margin-top:15px}.footer-region{margin-left:0;margin-top:20px}}.header{background-color:#4d4c4ccc;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);position:sticky;top:0;z-index:1000;padding:0;height:44px;line-height:44px}.myStickyHeader{margin:0;padding:0;width:100%;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.myStickyContainer{margin:0 auto;display:flex;flex-direction:column}.welcomeText{width:100%;overflow:hidden;white-space:nowrap;background-color:#e4e7ee;padding:4px 8px;border-bottom:1px solid #b8bbc3;text-align:center}.marquee-container{width:100%;overflow:hidden;position:relative;text-align:center}.marquee-content{display:inline-block;white-space:nowrap;animation:marquee-center 30s linear infinite;position:relative}@keyframes marquee-center{0%{transform:translate(0)}50%{transform:translate(-50%)}50.01%{transform:translate(50%)}to{transform:translate(0)}}.marquee-content h2{margin:0;display:inline-block}@keyframes marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}.marquee-container:hover .marquee-content{animation-play-state:paused}.welcomeText h2{margin:0;font-size:16px;color:#333;font-weight:500}.myStickyFlex{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-left:15px;margin-right:15px}.logoContainer{display:flex;align-items:center;gap:15px}.topLogo{max-width:250px;height:auto;max-height:80px;object-fit:contain}.companyInfo{display:flex;flex-direction:column;justify-content:center;width:100%;max-width:350px}.companyName{font-size:18px;font-weight:600;color:#333;white-space:nowrap;margin-bottom:5px;font-style:italic}.companyNameEn{font-size:12px;color:#666;white-space:nowrap;letter-spacing:.5px;font-style:italic}@media(max-width:768px){.companyName{font-size:16px}.companyNameEn{font-size:12px}}.contactInfo{display:flex;align-items:center}.contactDetails{display:flex;flex-direction:column;align-items:center}.contactUser{font-weight:600;color:#333;font-size:14px;line-height:1.2}.contactPhone{font-weight:700;font-style:italic;color:#ff0a0a;letter-spacing:.5px;font-size:26px}.contactUser{display:block}@media(max-width:768px){.myStickyFlex{flex-direction:column;gap:10px}.welcomeText h2{font-size:16px}.topLogo{max-width:200px;max-height:60px}.contactInfo span{font-size:14px}}.header.scrolled{box-shadow:0 2px 10px #00000026}.header-container{max-width:1200px;width:100%;padding:0 22px;height:100%;margin:0 auto}.header-menu{background:transparent;border-bottom:none}.header-actions{display:flex;align-items:center}.icon-button{color:#fffc;padding:0;width:20px;height:44px;display:flex;align-items:center;justify-content:center;margin-left:16px}.logo{cursor:pointer;height:44px;display:flex;align-items:center;justify-content:center}.logo span{padding:5px;font-size:25px;color:#fff;font-style:italic;font-family:SF Pro Display,Helvetica Neue,Arial,sans-serif;background:linear-gradient(90deg,#fff,#91a9f9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:600;letter-spacing:.5px}.header-menu{position:absolute;left:50%;transform:translate(-50%);background:transparent;border-bottom:none}.header-menu .ant-menu-item{color:#fffc;font-size:12px;padding:0 8px;margin:0 8px}.header-left{min-width:150px}.header-menu.centered{position:absolute;left:50%;transform:translate(-50%)}.header:not(.scrolled) .header-menu.centered{left:50%;transform:translate(-50%)}.header.scrolled .header-menu{position:absolute;left:50%;transform:translate(-50%)}.menu-container{position:static}.hover-menu{position:absolute;top:44px;left:0;width:100%;background-color:#cad0d1f2;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);color:#1d1d1f;z-index:999;max-height:0;overflow:hidden;transition:max-height .3s ease;box-shadow:0 2px 10px #0000001a}.hover-menu.active{opacity:1;visibility:visible;transform:translateY(0);max-height:500px;transition:opacity .3s ease,visibility .3s ease,transform .3s ease,max-height .3s ease}.hover-content{max-width:980px;margin:0 auto;display:flex;padding:40px 22px}.hover-section{flex:1;padding:0 20px}.hover-section h3{font-size:12px;margin-bottom:15px;color:#1d1d1f;font-weight:600}.hover-section ul{list-style:none;padding:0;margin:0}.hover-section li{margin-bottom:10px}.hover-section a{color:#424245;text-decoration:none;font-size:14px;transition:color .3s}.hover-section a:hover{color:#06c;text-decoration:underline}.header-menu .ant-menu-item:hover{color:#fff}.ant-menu-horizontal>.ant-menu-item:after,.ant-menu-horizontal>.ant-menu-submenu:after{border-bottom:none!important}.ant-menu-horizontal>.ant-menu-item-selected:after,.ant-menu-horizontal>.ant-menu-submenu-selected:after{border-bottom:none!important}.header-menu .ant-menu-item-selected{color:#fff;background:transparent}.header-menu .ant-menu-item:after{border-bottom:none}.header-actions{z-index:1}.icon-button{color:#fffc;padding:0;width:20px;height:44px;display:flex;align-items:center;justify-content:center}.icon-button:hover{color:#fff}.search-container{background-color:#000c}.search-input{width:200px;background:#3c3c3ccc;border:none}.search-input .ant-input{background:transparent;color:#fff}.search-input .ant-input-search-button{background:transparent;border:none}@media(max-width:768px){.header-container{padding:0 16px}.search-input{width:150px}}.logo{transition:opacity .3s ease;opacity:0}.logo.fade-in{opacity:1}.logo.fade-out{opacity:0}.product-container{display:flex;min-height:calc(100vh - 44px);padding:20px;background-color:#f5f5f7}.leftMenu{width:200px;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-right:20px;position:sticky;top:64px;height:fit-content}.rightContent{flex:1;padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.category-section{margin-bottom:40px;scroll-margin-top:64px}.category-title{margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #f0f0f0}.product-card{height:100%;transition:transform .3s}.product-card:hover{transform:translateY(-5px)}.product-price{color:#ff6b00;font-weight:700;font-size:16px}@media(max-width:768px){.product-container{flex-direction:column}.leftMenu{width:100%;margin-right:0;margin-bottom:20px;position:relative;top:0}}._container_1w257_1{height:100vh}._container_1w257_1 ._info_1w257_4{text-align:center}._container_1w257_1 ._info_1w257_4 button{height:60px;font-size:24px}
