﻿.color-container{display:flex;gap:20px;margin:20px auto;}.color-container .color-left{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;}.color-container .color-left .tabs-color{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding:0 0 10px 0;max-width:100%;margin-bottom:10px;}.color-container .color-left .tabs-color button{padding:8px 16px;border:none;background:#f5f5f5;border-radius:6px;cursor:pointer;font-weight:500;}.color-container .color-left .color-grid{display:grid;grid-template-rows:repeat(8,55px);grid-auto-flow:column;grid-auto-columns:55px;gap:4px;padding-bottom:6px;overflow-x:auto;overflow-y:hidden;}.color-container .color-left .color-grid .color-box{width:55px;height:55px;cursor:pointer;border:1px solid #eee;border-radius:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:0;position:relative;overflow:hidden;}.color-container .color-left .color-grid .color-box.selected{font-size:28px;font-weight:bold;color:#000;text-shadow:1px 1px 3px rgba(0,0,0,.5);}.color-container .color-left .color-grid .color-box.selected::after{content:"";position:absolute;inset:0;border-radius:4px;border:2px solid transparent;background:linear-gradient(90deg,#f07,#00eaff,#fc0,#f07) border-box;background-size:200% 200%;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:border-move 2s linear infinite;}.color-container .color-right{width:570px;flex-shrink:0;}.color-container .color-right .tabs-type{display:flex;justify-content:center;gap:10px;margin-bottom:10px;}.color-container .color-right .tabs-type button{padding:8px 16px;border:none;background:#f5f5f5;border-radius:6px;cursor:pointer;font-weight:500;}.color-container .color-right .tabs-type.active{background:#2e3a4d;color:#fff;}.color-container .color-right .preview{position:relative;border:1px solid #ddd;border-radius:6px;overflow:hidden;width:570px;}.color-container .color-right .preview .box-image .the-model{position:relative;z-index:1;}.color-container .color-right .preview .box-image .the-model .model-svg{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;text-align:center;}.color-container .color-right .preview .box-image .the-model .model-img-svg{position:relative;z-index:3;pointer-events:none;text-align:center;}.color-container .color-right .preview .box-image .the-model .model-img-svg img{width:auto;}.color-container .color-right .preview .box-image .the-model .button-sonnha{position:absolute;left:50%;right:auto;top:50%;z-index:5;transform:translate(-50%,-50%);transition:opacity 250ms ease-in-out;}.color-container .color-right .preview .box-image .the-model .button-sonnha .icon-sonnha{position:relative;background-color:#fff;color:#3da79e;border:2px solid #3da79e;padding:9px 25px 6px;font-size:14px;min-width:230px;line-height:2.5;display:inline-block;transition:300ms ease-in-out;text-align:center;text-decoration:none;cursor:pointer;}.color-container .color-right .preview .box-image .the-model .button-sonnha .icon-sonnha .close{position:absolute;right:10px;top:10px;z-index:5;}.color-container .color-right .preview .box-image .the-model .button-sonnha .icon-sonnha .close i{color:#3da79e;font-size:20px;transition:300ms ease-in-out;}.color-container .color-right .preview .preview-footer{display:flex;align-items:center;background:#f7f8f9;height:50px;}.color-container .color-right .preview .preview-footer .preview-info{flex:0 0 40%;display:flex;flex-direction:column;justify-content:center;padding:5px 20px;line-height:14px;}.color-container .color-right .preview .preview-footer .preview-info .color-name{font-size:14px;color:#333;margin-bottom:4px;display:block;}.color-container .color-right .preview .preview-footer .preview-info .color-code{font-size:13px;color:#666;display:block;}.color-container .color-right .preview .preview-footer .preview-color{flex:0 0 30%;height:100%;}.color-container .color-right .preview .preview-footer .preview-actions{flex:0 0 30%;display:flex;justify-content:center;gap:12px;}.color-container .color-right .preview .preview-footer .preview-actions .btn-icon{width:32px;height:32px;border:1px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;text-decoration:none;transition:background .2s ease;}.color-container .color-right .preview .preview-footer .preview-actions .btn-icon:hover{background:#e5e5e5;}.color-container .color-right .preview .preview-footer .preview-actions .btn-icon i{font-size:14px;}.color-container .active{background:#2e3a4d !important;color:#fff !important;font-weight:600;box-shadow:0 2px 6px rgba(0,0,0,.2);}.color-container #loading-overlay{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.7);z-index:999;display:flex;align-items:center;justify-content:center;}.color-container #loading-overlay img{width:80px;height:80px;}@media only screen and (max-width:768px){.color-container{flex-direction:column;gap:15px;}.color-container .color-left{order:2;width:100%;max-width:100%;}.color-container .color-left .tabs-color{padding-bottom:8px;}.color-container .color-left .color-grid{grid-template-rows:repeat(5,55px);grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;}.color-container .color-right{order:1;width:100% !important;}.color-container .color-right .preview{width:100% !important;}.color-container .color-right .preview .box-image .image .model-img-svg img{max-width:none;}.color-container .color-right .preview-footer .preview-info span{font-size:12px;}}@media only screen and (max-width:480px){.color-container{gap:10px;}.color-container .color-left .color-grid{grid-template-rows:repeat(4,50px);}.color-container .color-left .color-grid .color-box{width:50px;height:50px;}}@keyframes border-move{0%{background-position:0 0;}100%{background-position:200% 0;}}.section-products{padding:40px 0;background:#f5f5f5;}.section-products .extra-col-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}@media only screen and (max-width:767px){.section-products .extra-col-3{grid-template-columns:repeat(1,1fr);}}.section-products .product-item{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:all .4s ease;margin:0 12px;height:100%;display:flex;flex-direction:column;}.section-products .product-item:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 8px 24px rgba(0,0,0,.15);}.section-products .product-item .product-img{width:100%;height:300px;overflow:hidden;}.section-products .product-item .product-img img{width:100%;height:100%;object-fit:cover;transition:all .5s ease;}.section-products .product-item .product-img:hover img{transform:scale(1.1);}@media(max-width:600px){.section-products .product-item .product-img{height:auto;}.section-products .product-item .product-img img{height:auto;object-fit:contain;}}.section-products .product-item .product-title{font-size:1.1em;text-align:left;font-weight:700;margin:20px 16px 4px;color:#222;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}.section-products .product-item .product-title a{text-decoration:none;color:inherit;}.section-products .product-item .product-desc{font-size:14px;color:#2a2a2a;text-align:justify;line-height:1.6;margin:0 16px 16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:68px;}.section-products .product-item .product-link{font-size:14px;text-align:left;color:#555;margin:0 16px 20px;text-decoration:none;display:inline-block;transition:color .3s;}.section-products .product-item .product-link:hover{color:#2b3d4f;}.section-products .product-item .product-link i{color:#555;margin-left:10px;}.section-products .product-item .date-news{margin:20px 16px 4px;}.section-products .slick-prev,.section-products .slick-next{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:30px;height:30px;border:none;background:none;color:#585858;font-size:24px;cursor:pointer;transition:color .3s ease;}.section-products .slick-prev:hover,.section-products .slick-next:hover{color:#000;}.section-products .slick-prev:before,.section-products .slick-next:before{display:none;}.section-products .slick-prev{left:-25px;}@media only screen and (max-width:600px){.section-products .slick-prev{left:0;}}.section-products .slick-next{right:-25px;}@media only screen and (max-width:600px){.section-products .slick-next{right:0;}}.section-products.extra-white{background:#fff;}.section-products.extra-white .sl-products .product-item{background:#f5f5f5;}.error-info{color:#f00;font-size:.9em;margin:0 !important;}.section-title{text-align:center;font-size:28px;font-weight:700;margin-bottom:40px;color:#222;}@media only screen and (max-width:768px){.section-title{font-size:22px;}}@media only screen and (max-width:500px){.section-title{font-size:18px;}}@media only screen and (max-width:991px){header .navbar-extra{margin-top:10px;}}.why-westox{padding:60px 0;background:#fff;}.why-westox .features{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}@media(max-width:991px){.why-westox .features{grid-template-columns:repeat(2,1fr);}}@media(max-width:575px){.why-westox .features{grid-template-columns:1fr;}}.why-westox .feature-item{text-align:center;transition:all .3s ease;border-radius:12px;padding:10px;}.why-westox .feature-item:hover{background:#f9f9f9;transform:translateY(-6px);box-shadow:0 6px 20px rgba(0,0,0,.08);}.why-westox .feature-item .feature-img{width:100%;height:160px;border-radius:12px;overflow:hidden;margin-bottom:20px;}.why-westox .feature-item .feature-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}.why-westox .feature-item:hover .feature-img img{transform:scale(1.08);}.why-westox .feature-item .feature-icon{font-size:28px;color:#111;margin-bottom:12px;}.why-westox .feature-item .feature-icon img{height:50px;}.why-westox .feature-item .feature-title{font-size:1.1em;font-weight:700;margin-bottom:10px;color:#222;}.why-westox .feature-item .feature-desc{font-size:14px;line-height:1.6;color:#555;white-space:pre-wrap;}.section-cauchuyenchungtoi{margin:20px 0;padding:40px 0;background-color:#f5f5f5;}@media only screen and (max-width:768px){.section-cauchuyenchungtoi{padding:20px 0;}}.section-cauchuyenchungtoi .text-content{margin:20px 0;}.section-cauchuyenchungtoi .text-content video,.section-cauchuyenchungtoi .text-content iframe{width:100%;}.consult-form{padding:80px 20px;background:linear-gradient(135deg,#d2e0ff,#ffe2e2,#e5ffe9,#f5e2ff);background-size:400% 400%;animation:gradientMove 12s ease infinite;text-align:center;border-radius:16px;overflow:hidden;}@keyframes gradientMove{0%{background-position:0% 50%;}50%{background-position:100% 50%;}100%{background-position:0% 50%;}}.consult-form .form-title{font-size:26px;font-weight:700;margin-bottom:10px;color:#111;}.consult-form .form-subtitle{font-size:16px;margin-bottom:30px;color:#333;}.consult-form .form-box{display:flex;flex-direction:column;gap:15px;max-width:600px;margin:0 auto;}.consult-form .form-box input,.consult-form .form-box textarea{padding:14px 16px;font-size:15px;border:1px solid #ddd;border-radius:10px;outline:none;transition:all .3s ease;resize:none;}.consult-form .form-box input:focus,.consult-form .form-box textarea:focus{border-color:#4f6ef7;box-shadow:0 0 8px rgba(79,110,247,.2);}.consult-form .form-box button{padding:16px;background:#1e2a38;color:#fff;font-size:15px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;}.consult-form .form-box button:hover{background:#4f6ef7;transform:translateY(-2px);box-shadow:0 6px 15px rgba(79,110,247,.3);}footer{background:#fff;font-size:14px;color:#000;}footer .container{padding:30px 15px;}footer .container .foo-title{font-weight:bold;margin-bottom:10px;text-transform:uppercase;font-size:1.2em;color:#000;}@media only screen and (max-width:767px){footer .container .foo-title{text-align:center;}}footer .container .footer-info p{margin:0;line-height:1.6;color:#333;}@media only screen and (max-width:767px){footer .container .footer-info{text-align:center;}}footer .container .footer-cats ul{list-style:none;padding:0;margin:0;}footer .container .footer-cats ul li{margin-bottom:6px;}footer .container .footer-cats ul li a{color:#333;text-decoration:none;font-size:1.1em;}footer .container .footer-cats ul li a:hover{text-decoration:underline;}@media only screen and (max-width:767px){footer .container .footer-cats ul li{text-align:center;}}footer .container .footer-social a{display:inline-block;width:40px;height:40px;line-height:42px;background-color:#000;color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-right:5px;margin-bottom:5px;text-align:center;}footer .container .footer-social a:hover{background-color:#2b3d4f;}footer .container .footer-social i{font-size:1.2em;color:#fff;}@media only screen and (max-width:767px){footer .container .footer-social{text-align:center;}}@media only screen and (max-width:767px){footer .container .col-xs-12{margin-top:10px;}}footer .copyright{text-align:center;padding:15px 0;font-size:13px;color:#777;border-top:1px solid #eee;}