Files

628 lines
62 KiB
CSS
Raw Permalink Normal View History

2023-10-10 14:48:42 +07:00
:root{--color-primary:#e30c14;--color-secondary:#ff710b;--white:#fff;--black:#212121;--red:#e80000;--blue:#006cd1;--gray:#505050;--gray-2:#d9d9d9;--box-shadow:0px 1px 6px rgba(0, 0, 0, 0.2)}
html{font-size:16px}
body{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Roboto,sans-serif;color:#000;word-break:break-word;line-height:1.4;font-weight:400;background-color:#fff;letter-spacing:.15px}
.container{max-width:1380px;width:100%;padding:0 10px;margin:0 auto}
.box-w{border-radius:15px;background-color:#fff;padding:12px}
.box-empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:24px;line-height:28px;width:100%;height:430px;color:var(--red);text-align:center;grid-column:1/-1}
.alert-mess{text-align:center;padding:50px 30px;font-size:20px;font-weight:500;color:var(--red);grid-column:1/-1}
.alert-text{font-size:13px;line-height:17px;font-weight:500;color:var(--red);margin:8px 8px 0}
.alert-error{padding-left:24px;margin:16px 0;color:var(--red);font-weight:600;line-height:1.5}
.mb-display{display:none}
.font-oswald{font-family:Oswald,sans-serif}
.font-roboto{font-family:Roboto,sans-serif}
.heading-primary{position:relative;font-size:36px;line-height:44px;font-weight:700;color:#212121;text-transform:uppercase;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:0 auto 24px;padding-bottom:18px}
.heading-primary::after{content:"";position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);height:3px;width:50%;background:var(--color-secondary)}
.accordion-icon{display:none;position:absolute;right:10px;font-size:24px;line-height:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}
.accordion-icon.rotate{-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}
.object-cover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.scroll-mt{scroll-margin-top:10px}
.hidden-name{display:block;font-size:0;width:0;height:0}
.py-52px{padding:52px 0}
.paging{padding:0 10px 32px;margin-top:42px;text-align:center}
.paging-link.active,.paging-link:hover{color:#fff;background:var(--color-secondary);font-weight:500}
.paging-link{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:8px;color:#000;font-size:16px;line-height:16px;text-decoration:none;text-transform:capitalize;width:36px;height:36px;border:1px solid #ddd}
.routing{white-space:nowrap;overflow:auto}
.routing .list{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px 0;list-style:none}
.routing .routing-link{position:relative;font-weight:400;padding:0 10px;text-decoration:none}
.routing .routing-link:first-child{padding-left:0}
.routing .routing-link:last-child{color:var(--color-secondary)}
.routing .routing-link:not(:last-child)::before{content:"";position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%) rotate(25deg);-ms-transform:translateY(-50%) rotate(25deg);transform:translateY(-50%) rotate(25deg);width:1px;height:70%;border-right:1px solid #000}
.header-cart:hover .cart-ttip{display:block}
.cart-ttip{display:none;position:absolute;background-color:#fff;border-radius:10px;width:400px;height:auto;right:0;top:100%;z-index:3;-webkit-box-shadow:0 1px 6px rgb(0 0 0 / 25%);box-shadow:0 1px 6px rgb(0 0 0 / 25%)}
.cart-ttip .null-cart{width:100%;text-align:center;padding:24px;color:#000;font-size:14px;font-weight:600}
.cart-ttip .cart-ttip-price-button{display:block;border-radius:5px;padding:10px;background:var(--color-primary);color:#fff;text-align:center;margin:0 12px 12px}
.cart-ttip .cart-ttip-container{max-height:300px;overflow:auto}
.cart-ttip .cart-ttip-price{padding:10px 20px 10px 10px;border-top:3px solid var(--color-primary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important;gap:6px;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}
.cart-ttip .cart-ttip-price p{color:#000;width:auto;padding:0;margin:0}
.cart-ttip .cart-ttip-price p:first-child{font-size:15px;font-weight:700;text-transform:uppercase;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px)}
.cart-ttip .cart-ttip-price p:nth-child(2){font-size:13px;font-weight:200;color:var(--color-primary);margin-left:0!important}
.cart-ttip .cart-ttip-price p:last-child{font-size:15px;font-weight:700}
.cart-ttip .compare-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;width:100%;padding:10px;border-radius:10px;background:#fff;font-size:15px;line-height:20px}
.cart-ttip .compare-item .compare-item-info{display:inline-block;padding:0 10px;-webkit-box-flex:1;-ms-flex:1;flex:1}
.cart-ttip .compare-item .compare-item-info p{background:0 0;color:#000;padding:0;width:100%;word-break:break-word;font-size:14px;line-height:20px;margin-left:0;height:40px}
.cart-ttip .compare-item .compare-item-name{height:40px}
.cart-ttip .compare-item .compare-item-name:hover{color:var(--color-primary)}
.cart-ttip .compare-item .compare-item-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px}
.cart-ttip .compare-item .compare-item-price p{font-weight:700;width:auto}
.cart-ttip .compare-item .compare-item-img{width:80px;border:5px}
.search-bar .search-results{display:none;border:1px solid #ddd;background:#fff;position:absolute;top:100%;right:0;width:100%;z-index:9999;-webkit-box-shadow:0 1px 5px rgb(0 0 0 / 20%);box-shadow:0 1px 5px rgb(0 0 0 / 20%)}
.search-bar .search-results .search-results-list{max-height:300px;overflow:auto;z-index:999}
.search-bar .search-results .item{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;padding:10px;width:100%;position:relative;text-decoration:none;font-weight:400}
.search-bar .search-results .item:hover{background:#f0f2f5}
.search-bar .search-results .img{width:60px;height:60px;background:#fff}
.search-bar .search-results .title{font-size:13px;font-weight:500;line-height:20px;color:#333;-webkit-box-flex:1;-ms-flex:1;flex:1}
.search-bar .search-results .name{line-height:18px;height:36px}
.search-bar .search-results .price{display:block;margin-top:4px;color:#ec1c24}
.search-bar .search-results .search-results-total{display:block;padding:8px;text-align:center;font-size:13px;background:#ececec}
.rating-input{float:right;width:16px;height:16px;padding:0;margin:0 0 0 -16px;opacity:0}
.rating-star:hover{background-position:0 0}
.rating-star{position:relative;float:right;display:block;width:17px;height:17px;background:url(../images/star_rating_2022.png) 0 0;margin:0 3px}
.rating-star:hover,.rating-star:hover~.rating-star{background-position:0 0}
.rating-input:checked~.rating-star,.rating-star:hover,.rating-star:hover~.rating-star{background-position:0 0}
.rating-input:checked~.rating-star,.rating:hover .rating-star:hover,.rating:hover .rating-star:hover~.rating-star{background-position:0 0}
.rating-comment:hover .rating-star,.rating-star{position:relative;float:right;display:block;background:url(../images/star_rating_2022.png?v=2.1) 0 -28px}
.rating-comment:hover .rating-star:hover,.rating-comment:hover .rating-star:hover~.rating-star{background-position:0 -56px!important}
#star_tip{display:none;margin-left:10px;position:relative;background:#e20505;color:#fff;padding:2px 8px 3px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:3px}
#star_tip:after{right:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(82,184,88,0);border-right-color:#e20505;border-width:6px;margin-top:-6px}
.icon-star{display:inline-block;width:90px;height:19px;background-image:url(../images/star_sprite.png);background-repeat:no-repeat;vertical-align:text-bottom}
.icon-star.star0{background-position:0 -108px!important}
.icon-star.star1{background-position:0 -87px!important}
.icon-star.star2{background-position:0 -65px!important}
.icon-star.star3{background-position:0 -42px!important}
.icon-star.star4{background-position:0 -21px!important}
.icon-star.star5{background-position:0 1px!important}
.btn-view-more{font-size:16px;line-height:36px;font-weight:700;border-radius:5px;padding:0 16px;color:var(--color-secondary);border:1px solid var(--color-secondary)}
.btn-view-more:hover{color:#fff;background:var(--color-secondary)}
.btn-view-more.show-less i{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}
.takstar-icons{background-image:url(../images/takstar-icons-map-1.png);background-repeat:no-repeat;display:inline-block;background-size:252px 207px}
.icon-cart-1{width:31px;height:29px;background-position:-3px -3px}
.icon-cart-2{width:18px;height:17px;background-position:-38px -3px}
.icon-clock-1{width:18px;height:18px;background-position:-61px -3px}
.icon-email-2{width:21px;height:16px;background-position:-84px -3px}
.icon-features-1{width:64px;height:65px;background-position:-109px -3px}
.icon-features-2{width:60px;height:61px;background-position:-2px -72px}
.icon-features-3{width:61px;height:61px;background-position:-68px -72px}
.icon-gift-1{width:25px;height:25px;background-position:-134px -72px}
.icon-location-1{width:18px;height:26px;background-position:-163px -72px}
.icon-location-2{width:19px;height:26px;background-position:-134px -103px}
.icon-logo-fb-1{width:40px;height:41px;background-position:-134px -134px}
.icon-logo-instargrams-1{width:41px;height:41px;background-position:-179px -3px}
.icon-logo-tiktok-1{width:41px;height:41px;background-position:-186px -48px}
.icon-logo-youtube-1{width:41px;height:41px;background-position:-186px -94px}
.icon-logo-zalo-1{width:41px;height:41px;background-position:-3px -139px}
.icon-news-1{width:26px;height:27px;background-position:-48px -139px}
.icon-phone-1{width:28px;height:26px;background-position:-79px -139px}
.icon-phone-2{width:21px;height:21px;background-position:-178px -139px}
.icon-scroll-top-1{width:40px;height:40px;background-position:-179px -165px}
.icon-search-1{width:18px;height:18px;background-position:-3px -48px}
.icon-user-1{width:26px;height:26px;background-position:-224px -3px}
.p-item{padding:18px 14px 14px;border:1px solid #e3e3e3;font-size:16px;line-height:24px;background:#fff}
.p-item .p-img:hover .p-pic{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.p-item .p-pic{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.p-item .p-name{font-size:16px;font-weight:500;margin:8px 0 12px}
.p-item .p-name:hover{color:var(--color-secondary)}
.p-item .p-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.p-item .p-price{color:var(--color-primary)}
.p-item .p-cart{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#d9d9d9;border-radius:50%}
.p-item .p-cart:hover{background:var(--color-primary)}
.p-item .p-cart:hover i{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
.p-box .p-box-title{position:relative;display:inline-block;font-size:36px;line-height:40px;text-transform:uppercase}
.p-box .p-box-title::after{content:"";position:absolute;bottom:0;left:0;width:70%;height:3px;background:#fff}
.p-box .p-box-btn .btn-view-more{display:inline-block;color:#fff;border:1px solid #fff;border-radius:50px;font-size:24px;line-height:44px;font-weight:500;padding:0 24px}
.p-box .p-box-btn .btn-view-more:hover{background:#fff;color:var(--color-primary)}
.heading{position:relative}
.heading .view-more{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.btn-custom.swiper-button-next{right:0}
.btn-custom.swiper-button-prev{left:0}
.global-header .header-top .row{height:92px}
.global-header .header-logo{min-height:56px}
.global-header .header-logo .logo{max-height:62px}
.global-header .header-search{max-width:520px}
.global-header .header-search .search-bar-input{width:100%;height:44px;padding:12px 54px 12px 24px;border-radius:5px;background:#f8f8f8;border:0;font-size:15px;font-weight:500}
.global-header .header-search .search-bar-btn{position:absolute;top:0;right:0;width:44px;height:44px;border-radius:5px;background:var(--color-primary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.global-header .header-cart .header-cart-amount{display:none;font-size:12px;line-height:17px;color:#fff;background:var(--color-primary);width:16px;height:16px;text-align:center;border-radius:50%;font-style:initial;position:absolute;top:-3px;right:0}
.global-header .header-features{color:#212121}
.global-header .header-bottom{color:#fff;background:#333}
.global-header .header-navbar{line-height:24px;font-weight:500}
.global-header .header-navbar .navbar-item .title{position:relative;display:inline-block;line-height:60px;cursor:pointer}
.global-header .header-navbar .sub-list{visibility:hidden;opacity:0;position:absolute;top:120%;left:0;width:100%;padding:25px 12px;background:#f8f8f8;border-radius:0 0 10px 10px;-webkit-box-shadow:0 0 33px 0 rgba(109,109,109,.25);box-shadow:0 0 33px 0 rgba(109,109,109,.25);-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;z-index:9;gap:24px 12px}
.global-header .header-navbar .sub-item{display:block;padding:10px;border-radius:10px;background:#fff;-webkit-box-shadow:0 0 10px 0 rgba(130,130,130,.25);box-shadow:0 0 10px 0 rgba(130,130,130,.25);font-size:19px;line-height:24px;font-weight:500;color:#000;text-align:center;height:100%}
.global-header .header-navbar .sub-item-name{font-size:20px}
.global-header .header-navbar .sub-item-img{display:none}
.global-header .header-navbar .sub-item:hover .sub-item-name{color:var(--color-secondary)}
.global-header .header-navbar .navbar-item:hover .title::after{content:"";position:absolute;bottom:1px;left:0;right:0;width:100%;height:4px;background:#fff;z-index:99}
.global-header .header-navbar .navbar-item:hover .sub-list{visibility:visible;opacity:1;top:100%}
.global-header .header-navbar .navbar-item:hover .sub-item-img{display:block}
.global-footer{color:#fff;background:#505050}
.global-footer .f-col{line-height:36px}
.global-footer .f-col a:hover{color:var(--color-secondary)}
.global-footer .f-col .f-title{font-size:18px;font-weight:700}
.global-footer .footer-line{height:1px;background:#fff;opacity:.5}
.global-footer .footer-location .f-col{line-height:40px}
.global-footer .copyright{color:#000;background:#e3e3e3;text-align:center;font-size:14px;line-height:40px}
.homepage .section-hero .showcase .swiper-pagination-bullet{width:14px;height:14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;background:#d3d5db}
.homepage .section-hero .showcase .swiper-pagination-bullet-active{width:50px;border-radius:14px;background:#fff}
.homepage .section-hero .showcase .b-text{position:absolute;top:50%;left:24px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:#fff;font-size:36px;line-height:44px}
.homepage .section-hero .article{background:var(--color-primary);padding:16px 14px;height:100%}
.homepage .section-hero .article-title{color:#fff;font-size:16px}
.homepage .section-hero .article-list .a-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;padding:15px 0}
.homepage .section-hero .article-list .a-item:not(:last-child){border-bottom:1px solid #e3e3e3}
.homepage .section-hero .article-list .a-img{max-width:110px;width:100%}
.homepage .section-hero .article-list .a-img .style-img-block{padding-bottom:72%}
.homepage .section-hero .article-list .a-name{font-size:16px;line-height:22px;font-weight:500}
.homepage .section-product-bestsale{background-repeat:no-repeat;background-size:cover;border-radius:10px;padding:244px 12px 24px}
.homepage .section-category-featured .cat-name{font-size:20px;line-height:32px;margin:16px 0 0}
.homepage .section-category-featured .cat-list{gap:30px 80px;color:#505050;line-height:30px}
.homepage .section-application{background:#f8f8f8}
.homepage .section-application .app-img .style-img-block{padding-bottom:68%}
.homepage .section-application .app-title{position:absolute;bottom:-1px;left:0;right:0;padding:16px;background:-o-linear-gradient(transparent,#393939);background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#393939));background:linear-gradient(transparent,#393939);font-size:24px;line-height:36px;font-weight:700;color:#fff}
.homepage .section-article .a-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}
.homepage .section-article .a-item:not(:last-child){padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #f5f5f5}
.homepage .section-article .a-img{width:40%}
.homepage .section-article .a-img .style-img-block{padding-bottom:62%;height:100%}
.homepage .section-article .a-name{font-size:16px}
.homepage .section-article .a-summary{font-size:15px;margin:4px 0 8px}
.homepage .section-article .a-time{font-size:14px;color:#767676}
.homepage .section-article .article-big .a-item{height:100%}
.homepage .section-article .article-big .a-content{position:absolute;bottom:16px;left:16px;color:#fff;text-shadow:1px 1px #000}
.homepage .section-article .article-big .a-img{width:100%;height:100%}
.homepage .section-article .article-big .a-name{font-size:24px;max-width:80%}
.homepage .section-article .article-big .a-summary{font-size:18px}
.homepage .section-article .article-big .a-time{font-size:16px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
.homepage .section-features{background-repeat:no-repeat;background-size:cover}
.homepage .section-features .list .item:not(:last-child){margin-bottom:50px}
.homepage .section-features .list .icon{width:88px;height:88px;border-radius:50%;background:rgba(252 252 252 / 10%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.product-page .cat-tool{position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#e5e5e5;padding:0 8px}
.product-page .cat-filter .f-item{position:relative;padding:0 8px;cursor:default}
.product-page .cat-filter .f-item:hover .f-list{visibility:visible;opacity:1;top:100%}
.product-page .cat-filter .f-name{font-size:16px;line-height:46px;color:#006ecb}
.product-page .cat-filter .f-list{position:absolute;visibility:hidden;opacity:0;top:120%;left:8px;padding:20px;background:#fff;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);white-space:nowrap;z-index:1;gap:16px 32px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:#5a90e2}
.product-page .cat-filter .f-list-item.active{color:var(--color-secondary);pointer-events:none}
.product-page .cat-sort{padding:6px 0}
.product-page .cat-sort select{width:100%;font-size:14px;height:32px;border:solid 1px #ccc;padding:0 5px;outline:0;background:#fff;max-width:100%}
.product-detail-page{background:#f1f1f1}
.product-detail-page .pro-gallery-left{max-width:128px}
.product-detail-page .pro-gallery-left .swiper-slide{border:1px solid #e3e3e3;height:auto!important;cursor:pointer}
.product-detail-page .pro-gallery-left .swiper-slide:nth-child(4)::after{content:"Xem thêm";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;color:#fff;background:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.product-detail-page .pro-gallery-left .swiper-slide:nth-child(n+5){display:none}
.product-detail-page .pro-gallery-left .swiper-slide-hover.swiper-slide-thumb-active{border-color:var(--color-secondary)}
.product-detail-page .pro-gallery-right{height:-webkit-max-content;height:-moz-max-content;height:max-content;border:1px solid #e3e3e3}
.product-detail-page .pro-name{font-size:24px;line-height:32px}
.product-detail-page .pro-tags .item{display:inline-block;line-height:32px;padding:0 10px;color:#212121;border:1px solid #ff2830}
.product-detail-page .pro-tags .item:hover{background:#ff2830;color:#fff}
.product-detail-page .pro-summary{max-width:90%}
.product-detail-page .pro-price-sale{font-size:36px;line-height:48px;font-weight:700}
.product-detail-page .pro-price-stock{font-size:14px;font-weight:500;-webkit-transform:translateY(2px);-ms-transform:translateY(2px);transform:translateY(2px)}
.product-detail-page .pro-price-stock .stock{color:#9f9f9f}
.product-detail-page .pro-price-stock .sale-off{color:#ff961b}
.product-detail-page .pro-status{font-weight:500;border-radius:5px;background:#fff;-webkit-box-shadow:0 0 10px 0 rgba(130,130,130,.25);box-shadow:0 0 10px 0 rgba(130,130,130,.25)}
.product-detail-page .pro-buy{line-height:60px}
.product-detail-page .pro-quantity-input{position:relative;display:block;background:#fff;height:60px;width:68px;border:1px solid #505050;font-size:28px;font-weight:700;color:#505050;text-align:center;outline:0;padding-right:16px}
.product-detail-page .pro-quantity-input::-webkit-inner-spin-button{-webkit-appearance:none}
.product-detail-page .pro-buy-btn{font-size:28px;height:60px;font-weight:700;color:#fff;background:var(--color-primary);width:100%}
.product-detail-page .pro-buy-btn:hover{opacity:.8;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.2);box-shadow:0 1px 6px rgba(0,0,0,.2)}
.product-detail-page .pro-quantity-change{position:absolute;top:50%;right:1px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:24px;line-height:10px;cursor:pointer}
.product-detail-page .pro-quantity-change::before{line-height:10px}
.product-detail-page .pro-quantity-change.q-up{top:35%}
.product-detail-page .pro-quantity-change.q-down{top:65%}
.product-detail-page .pro-attr .pro-attr-name .title{margin-bottom:1px;background:#f8e6b5;font-size:16px;font-weight:600;line-height:50px;padding:0 22px;border-left:3px solid transparent;cursor:pointer}
.product-detail-page .pro-attr .pro-attr-name .title:hover{opacity:.8}
.product-detail-page .pro-attr .pro-attr-name .title.active{color:var(--color-primary);background:#fff;border-color:var(--color-primary);pointer-events:none}
.product-detail-page .pro-attr .pro-attr-item{display:none}
.product-detail-page .pro-des .static-html{max-height:1500px}
.product-detail-page .pro-des .static-html table td{padding:8px 12px}
.product-detail-page .pro-spec table{border-collapse:collapse;border:0;overflow:hidden;width:100%}
.product-detail-page .pro-spec table tr:nth-child(odd){background:#f5f8fd}
.product-detail-page .pro-spec table td{border:0;padding:12px 8px}
.product-detail-page .detail-box{background:#fff;border-radius:10px;padding:20px 12px;margin:40px 0}
.product-detail-page .detail-box-heading .heading{font-size:24px;line-height:30px}
.product-detail-page .pro-article-related .style-img-block{padding-bottom:62%}
.product-detail-page .pro-article-related .a-list{row-gap:24px}
.product-detail-page .pro-article-related .a-name{font-size:16px;line-height:24px;margin:8px 0}
.product-detail-page .pro-article-related .a-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;font-size:14px;line-height:17px;color:#767676}
.box-product-review .box-review-content{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}
.box-product-review .review-all-rate{width:18%;float:left;padding-right:18px;text-align:center}
.box-product-review .review-all-rate .tt-rar{width:100%;float:left;margin-bottom:15px;font-size:18px;text-transform:uppercase;font-weight:700;margin-top:15px}
.box-product-review .review-all-rate .rate-rar .num{display:inline-block;font-size:40px;line-height:44px;color:var(--color-primary)}
.box-product-review .review-all-rate .rate-rar .big-star{font-size:32px;color:var(--color-primary)}
.box-product-review .rate-review-center{width:58%;float:left;padding:0 32px;border-left:solid 1px #f0f0f0;border-right:solid 1px #f0f0f0}
.box-product-review .rate-review-center ul li{overflow:hidden;margin-bottom:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.box-product-review .rate-review-center ul li:last-child{margin-bottom:0}
.box-product-review .rate-review-center ul li span.blue{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;font-weight:18px;font-weight:500}
.box-product-review .rate-review-center ul li .line-rating{max-width:338px;width:100%;height:8px;background:#d9d9d9;border-radius:5px;margin-left:4px;overflow:hidden}
.box-product-review .rate-review-center ul li .line-rating .percent{display:block;background:var(--color-primary);height:100%}
.box-product-review .rate-review-center ul li span.total-rv{float:left;color:#1fb0de;text-align:right}
.box-product-review .rate-riview-right{width:24%;float:left;padding-left:18px;text-align:center}
.box-product-review .rate-riview-right a{width:100%;float:left;text-align:center;background:var(--color-primary);line-height:40px;border-radius:5px;color:#fff;font-weight:700}
.box-product-review .form-review{width:100%;margin-top:20px;padding-top:20px;border-top:dashed 1px #f0f0f0;display:none}
.box-product-review .form-review .wrapper-r{border:1px solid #d9d9d9;border-radius:0 0 12px 12px;padding:12px}
.star-rank{margin-bottom:12px}
.box-product-review .form-review .form-review-left textarea{font-size:16px;line-height:20px;padding:10px;width:100%;height:120px;resize:none;border:solid 1px #d9d9d9;border-radius:12px 12px 0 0}
.box-product-review .form-review .form-review-left .alert-text{margin-bottom:8px}
.box-product-review .form-review .form-review-right input{border:1px solid #d9d9d9;border-radius:8px;font-size:14px;padding:5px 12px;height:40px;width:100%}
.box-product-review .form-review .form-review-right .alert-text{margin-bottom:0}
.box-product-review .form-review .form-review-right #submit-review{color:#fff;background:var(--color-primary);width:138px;cursor:pointer;text-align:center;font-weight:700}
.box-product-review .box-review-list{width:100%;margin:16px 0;padding:10px 0;border-top:1px solid #f0f0f0}
.box-product-review .box-review-list .item{width:100%;padding:10px 0}
.box-product-review .box-review-list .item .avatar{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#ccc;border-radius:5px}
.box-product-review .box-review-list .item .avatar.admin{background:var(--red);color:#fff}
.box-product-review .box-review-list .item .avatar-name{overflow:hidden;white-space:nowrap;font-size:18px;font-weight:700;text-transform:uppercase}
.box-product-review .box-review-list .item .content span.star-rate-review{margin-right:15px}
.box-product-review .box-review-list .item.review-vm{display:none}
.box-product-review .box-review-list .item.review-vm a{width:150px;line-height:28px;border:solid 1px #e31212;border-radius:3px;color:#e31212;font-weight:300;font-size:12px;text-align:center}
.box-product-review .box-review-list .item-reply{background:#f0f0f0;padding:10px;border-radius:10px;margin-top:10px;position:relative}
.box-product-review .box-review-list .item-reply::after{content:"";position:absolute;top:-10px;left:15px;width:15px;height:10px;background:#f0f0f0;-webkit-clip-path:polygon(50% 0%,0% 100%,100% 100%);clip-path:polygon(50% 0%,0% 100%,100% 100%)}
.cart-page{background:#f8f8f8}
.cart-page .shopping-cart .sc-table{border:1px solid #ccc;border-collapse:collapse;width:100%;line-height:19px;font-weight:700;background:#fff}
.cart-page .shopping-cart .sc-table td{padding:10px;text-align:center;border:1px solid #ccc}
.cart-page .shopping-cart .sc-first-row{background:#fafafa;color:#000;font-size:18px;line-height:32px;font-weight:700}
.cart-page .pro-item .pro-img{max-width:120px;width:100%}
.cart-page .pro-item .pro-quantity{max-width:70px;width:100%;margin:0 auto;font-size:inherit;line-height:30px;text-align:center;margin-bottom:8px;border:1px solid #ccc}
.cart-page .cart-box{background:#fff;padding:10px}
.cart-page .cart-box label{display:inline-block;margin-bottom:4px}
.cart-page .cart-box select,.cart-page .cart-box textarea{background:#f0f0e9}
.cart-page .cart-box-table{border-collapse:collapse;border:1px solid #ccc;width:100%}
.cart-page .cart-box-table td{padding:8px 12px;border-bottom:1px solid #ccc}
.cart-page .cart-box-table td:first-child{width:35%}
.cart-page .cart-box-title{background:var(--color-secondary);color:#fff;font-size:18px;padding:6px 10px;margin-bottom:12px}
.cart-page .cart-box-input{width:100%;height:32px;border:solid 1px #ccc;padding:0 8px;max-width:100%;margin-bottom:10px}
.cart-page .cart-btn-submit{font-size:18px;line-height:36px;padding:0 16px;border:1px solid var(--color-primary);color:var(--color-primary)}
.cart-page .cart-btn-submit:hover{color:#fff;background:var(--color-primary)}
.cart-page .alert-text{margin:0 8px 8px}
.article-page .bg-grey{background:#f5f5f5;padding:10px}
.article-page .style-img-block{padding-bottom:62%}
.article-page .style-img-content{width:100%;-o-object-fit:cover;object-fit:cover}
.article-page .page-category a{display:inline-block;line-height:25px;height:27px;font-weight:700;text-transform:uppercase;color:#333;padding:0;margin-right:35px;margin-bottom:10px}
.article-page .page-category a.active,.article-page .page-category a:hover{color:#ff9310;border-bottom:2px solid}
.article-page .article-list .list-item .img{float:left;width:40%}
.article-page .article-list .list-item .item{overflow:hidden;display:block;padding:10px 0;color:#333;line-height:20px}
.article-page .article-list .list-item .info{margin-left:40%;padding-left:16px}
.article-page .article-list .list-item .name{display:block;color:#333;font-weight:700;margin-bottom:8px}
.article-page .article-list .list-item .time{color:#888;display:block;margin-bottom:5px}
.article-page .article-list .list-item .summary{margin:5px 0;text-align:justify}
.article-page .article-list .first-item .info{margin:10px 0;padding:0}
.article-page .box-news-right .title{font-weight:700;font-size:18px;border-bottom:1px solid #ddd;padding-bottom:4px;text-align:center;text-transform:uppercase}
.article-page .box-news-right .article-new-right .item{padding:0!important;margin:10px 0}
.article-page .box-news-right .article-new-right .item:first-child{margin-top:0}
.article-page .box-news-right .article-new-right .img{width:100%!important;position:relative}
.article-page .box-news-right .article-new-right .name{position:absolute;bottom:0;z-index:99;background:rgba(0,0,0,.7);width:100%;padding:10px;color:#fff!important;margin-bottom:0}
.article-page #search-news{margin-bottom:10px;border:1px solid #ccc;position:relative}
.article-page #search-news input{font-size:14px;height:36px;border:none;width:100%;padding:0 8px}
.article-page #search-news button{position:absolute;right:3px;top:0;border:none;background:0 0;margin:4px;font-size:20px;line-height:1.3}
.application-page{font-family:Oswald,sans-serif;word-spacing:1px}
.application-page .app-heading .heading-bg img{min-height:400px;-o-object-fit:cover;object-fit:cover}
.application-page .app-heading .heading-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;width:100%;text-align:center}
.application-page .app-heading .heading-text .h-title{font-size:70px;font-weight:600}
.application-page .app-heading .heading-text .h-summary{font-size:66px;font-weight:300}
.application-page .app-description{background:#e6dcd3;padding:45px 0}
.application-page .app-description .des-title{font-size:46px;font-weight:400;color:#e70f20;margin-bottom:15px;padding:0 30px}
.application-page .app-description .des-text{font-size:18px;color:#333;line-height:32px;padding:0 30px}
.application-page .app-category{padding:64px 0;background:#ededed}
.application-page .app-category .cat-list{display:-ms-grid;display:grid;-ms-grid-columns:1fr 30px 1fr;grid-template-columns:repeat(2,1fr);gap:35px 30px}
.application-page .app-category .cat-list.layout-3{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}
.application-page .app-category .cat-list.layout-5{-ms-grid-columns:(1fr)[6];grid-template-columns:repeat(6,1fr)}
.application-page .app-category .cat-list.layout-5 .cat-item:first-child,.application-page .app-category .cat-list.layout-5 .cat-item:nth-child(2){-ms-grid-column-span:3;grid-column:span 3}
.application-page .app-category .cat-list.layout-5 .cat-item:nth-child(n+3){-ms-grid-column-span:2;grid-column:span 2}
.application-page .app-category .cat-container{padding-bottom:64px}
.application-page .app-category .cat-heading{font-size:40px;line-height:40px;font-weight:400;text-align:center;margin-bottom:40px}
.application-page .app-category .cat-img{padding-bottom:264px}
.application-page .app-category .cat-info{padding:25px 25px 30px 25px;background:#fff}
.application-page .app-category .cat-title{font-size:34px;line-height:40px;font-weight:400;color:#333;margin-bottom:15px}
.application-page .app-category .cat-summary{font-size:18px;line-height:28px;font-weight:300;height:56px;color:#666}
.application-page .app-category .cat-item:hover .cat-summary,.application-page .app-category .cat-item:hover .cat-title{color:#e70f20}
.application-page .app-related{padding:56px 0;background-color:#fff}
.application-page .app-related .related-heading{font-size:36px;font-weight:400;padding-bottom:36px}
.application-page .app-related .related-list{gap:48px;margin:24px 0 32px}
.application-page .app-related .related-list .item{font-size:20px;border:1px solid #bababa;font-weight:300;display:inline-block;width:280px;line-height:50px;text-align:center}
.application-page .app-related .related-list .item:hover{color:#e70f20;border-color:#e70f20}
.application-page .category-page .heading-bg p{display:-webkit-box;display:-ms-flexbox;display:flex}
.application-page .category-page .heading-text{text-align:left;padding-left:14%}
.application-page .category-page .heading-text .h-title{font-size:56px}
.application-page .category-page .heading-text .h-summary{font-size:40px}
.application-page .category-page .app-description{padding:32px 0}
.application-page .category-page .app-description .des-title{font-size:35px;margin-bottom:16px;color:#333}
.application-page .category-page .app-description .des-text{color:#666}
.application-page .category-page .app-description .des-list{gap:15px 12px;padding:0 30px;margin-top:32px}
.application-page .category-page .app-description .des-list .item{display:inline-block;width:210px;background:#fff;color:#e70f20;font-size:16px;line-height:46px;text-align:center}
.application-page .category-page .app-description .des-list .item:hover{color:#fff;background:#e70f20}
.application-page .category-page .app-category{background:#f7f7f7;padding-bottom:0}
.application-page .category-page .app-category .cat-info{padding:0}
.application-page .category-page .app-category .cat-title{font-size:22px;line-height:63px;font-weight:300;margin:0 0 0 25px}
.application-page .category-page .app-category .cat-summary{display:none}
.application-page .detail-page{background:#eee}
.application-page .detail-page img{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto}
.application-page .detail-page a:hover{color:var(--color-secondary)}
.application-page .detail-page .app-description{background:#fff}
.application-page .detail-page .des-title{font-size:40px;color:#333}
.application-page .detail-page .des-text{font-size:16px;font-weight:300}
.application-page .detail-page .detail-box .box-heading{padding:57px 0 34px 14px;font-size:40px;line-height:40px;font-weight:400;color:#333;background:#eee}
.application-page .detail-page .detail-box{background:#fff}
.application-page .detail-page .box-padding .box-container{padding:80px 103px 100px}
.application-page .detail-page .box-padding:first-child .box-container{padding:0}
.application-page .detail-page .box-padding:nth-child(2) .box-container h3{font-size:30px;font-weight:400;padding:80px 0 16px;color:#333;text-align:center}
.application-page .detail-page .box-padding:nth-child(2) .box-container h4{font-size:24px;font-weight:300;padding-bottom:16px;color:#777;text-align:center}
.application-page .detail-page .box-padding .bb-title{font-size:30px;font-weight:400;padding-bottom:22px;text-align:center}
.application-page .detail-page .box-padding .bb-text{font-size:24px;font-weight:300;text-align:center;color:#777;padding-bottom:80px}
.application-page .detail-page .important-note{font-size:18px;line-height:2;font-weight:300}
.application-page .detail-page .important-note .box-container{padding:64px 77px 78px}
.application-page .detail-page .important-note .box-ct{padding-left:62px;padding-bottom:52px}
.application-page .detail-page .important-note ul{list-style:decimal}
.application-page .detail-combo{font-family:Roboto,sans-serif;background:#fff;margin:50px 0}
.application-page .detail-combo .combo-heading{font-size:24px;line-height:52px;font-weight:500;color:#fff;background:var(--color-primary);max-width:240px;width:100%;-webkit-clip-path:polygon(0 0,100% 0,90% 100%,0% 100%);clip-path:polygon(0 0,100% 0,90% 100%,0% 100%);padding:0 12px}
.application-page .detail-combo .combo-container{padding:20px 32px 16px 12px;border-top:1px solid var(--color-primary);gap:46px}
.application-page .detail-combo .combo-sumary{max-width:260px;width:100%}
.application-page .detail-combo .combo-btn-submit{line-height:40px;width:100%;color:#fff;background:var(--color-primary)}
.application-page .detail-combo .combo-btn-submit:hover{opacity:.8;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.3);box-shadow:0 1px 6px rgba(0,0,0,.3)}
.application-page .detail-combo .btn-custom{color:#666}
.application-page .detail-combo .c-container:not(:last-child)::after{content:"+";position:absolute;right:-28px;top:40%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:50px;line-height:30px;font-weight:700;color:#505050}
.application-page .detail-combo .c-item{position:relative;padding:12px 10px 16px;font-size:16px}
.application-page .detail-combo .c-name{font-size:16px;line-height:24px;min-height:48px}
.application-page .detail-combo .c-price{font-size:24px;font-weight:700;color:var(--color-primary)}
.contact-page .contact-form-group{line-height:40px}
.contact-page .contact-form-group .form-control{line-height:19px;width:100%;border:1px solid #ced4da;border-radius:5px;margin:8px 0;padding:10px}
.contact-page .contact-form-group .col-form-label{margin:8px 0}
.contact-page .btn-primary{background:var(--color-primary);border:2px solid var(--color-primary);color:#fff;font-weight:700}
.contact-page .btn-primary:hover{opacity:.8;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.3);box-shadow:0 1px 6px rgba(0,0,0,.3)}
.contact-page .alert-text{margin:0 8px}
.customer-page .page-title::after{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.customer-page .customer-content-group{max-width:600px;margin:20px auto 48px;background:#fff;padding:20px}
.customer-page .customer-content-title{text-align:center;font-size:18px;font-weight:600}
.customer-page .customer-content-title a{color:#222}
.customer-page .customer-content-title a:first-child{margin-right:16px}
.customer-page .customer-content-title a.current,.customer-page .customer-content-title a:hover{color:var(--color-primary);border-bottom:1px solid var(--color-primary)}
.customer-page .customer-form .item{margin-top:20px}
.customer-page .customer-form .item input{display:block;width:100%;border:1px solid #d7d7d7;padding:10px;height:40px;margin-top:5px;font-size:16px}
.customer-page .customer-form .item span{color:#d91605}
.customer-page .customer-form .item p{font-size:14px;font-weight:400}
.customer-page .btn-customer{display:inline-block;height:40px;line-height:40px;font-weight:700;background:var(--color-primary);color:#fff;padding:0 16px}
.customer-page .btn-customer:hover{background:var(--blue);-webkit-box-shadow:0 1px 5px rgba(0,0,0,.3);box-shadow:0 1px 5px rgba(0,0,0,.3)}
.customer-page .password-input{position:relative}
.customer-page .show-pass{position:absolute;top:13px;right:10px}
.customer-page .forgot-password{display:block;text-align:right;color:#208ce8;margin:8px 0 0;font-size:14px}
.customer-page .forgot-password-content{max-width:800px;padding-top:50px;margin:0 auto}
.customer-page .forgot-password-content h2{font-size:24px;font-weight:600;margin-bottom:8px}
.customer-page .forgot-password-content p{font-size:15px;margin-bottom:20px}
.customer-page .forgot-password-content table{width:100%}
.customer-page .forgot-password-content input{width:100%;padding:8px;font-size:18px;border-radius:5px;outline:0;border:1px solid var(--color-primary)}
.customer-page .forgot-password-content td:first-child{font-size:15px;line-height:40px;vertical-align:baseline}
.customer-page .btn-forgot-password{display:block;width:50%;margin:30px auto}
.account-page .account{padding:30px 0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;font-size:16px}
.account-page .account .col-left{border-right:1px solid #f5f5f5}
.account-page .account .left-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 60px 20px 0;width:220px}
.account-page .account .left-title span{font-size:16px;font-weight:400}
.account-page .account .left-title p{font-size:18px;margin-top:4px}
.account-page .account .title-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}
.account-page .account .title-list a{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 14px}
.account-page .account .title-list a:hover{background-color:#f5f5f5}
.account-page .account .col-right{padding:10px;-webkit-box-flex:1;-ms-flex:1;flex:1}
.account-page .account .col-right h2{font-size:22px;font-weight:600;margin-bottom:16px}
.account-page .info-page table{max-width:520px;width:100%}
.account-page .account .col-right .form-input{width:100%;padding-left:13px;border-radius:5px;border:1px solid #e1e1e1;height:38px;margin-bottom:8px}
.account-page .btn-change{padding:10px 20px;border:none;background-color:#ee2d24;color:#fff;border-radius:5px;font-size:16px;cursor:pointer}
.account-page .order-page table{font-size:16px;width:100%}
.account-page .order-page td{padding:10px;border:1px solid #ccc}
.account-page .red-bold{color:#d91605;font-weight:600}
.account-page .send-cart-info{padding:20px 15px;margin-top:12px;background:#f2f2f2;font-weight:300}
.account-page .send-cart-info p{margin-bottom:16px;width:100%}
.account-page .send-cart-info b{font-weight:700;width:200px;display:inline-block}
.account-page .send-cart-info span{width:calc(100% - 200px)}
.account-page .send-cart-detail-product{margin-top:15px;-webkit-box-shadow:0 0 5px 0 rgb(0 0 0 / 20%);box-shadow:0 0 5px 0 rgb(0 0 0 / 20%);border:1px solid #dee2e6!important}
.account-page .send-cart-product-title{padding:20px 15px;font-size:18px;font-weight:600;text-transform:uppercase;border-bottom:1px solid #dee2e6}
.account-page .send-cart-product-info{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px;width:100%;border-bottom:1px solid #dee2e6}
.account-page .send-cart-item-left{width:82px;margin-right:8px;text-align:center}
.account-page .send-cart-item-left img{width:100%}
.account-page .send-cart-item-center a{font-size:14px;font-weight:600;color:#222;text-decoration:none}
.account-page .send-cart-item-center{max-width:1000px;-webkit-box-flex:1;-ms-flex:1;flex:1}
.account-page .send-cart-item-right{text-align:right;line-height:20px;margin-left:8px}
.account-page .new-price{font-size:18px;color:#d60000;font-weight:700}
.account-page .old-price{font-size:16px;color:#888;text-decoration:line-through}
.account-page .number-item{font-weight:700;font-size:12px}
.account-page .total-item{color:#d91605;font-size:16px;font-weight:700}
.account-page .send-cart-total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:15px}
.account-page .send-cart-total p:first-child{font-size:16px;font-weight:700}
.account-page .again-cart{display:block;text-decoration:none;padding:22px 0 60px;text-align:center;color:#d60000;font-weight:600;font-size:22px;text-transform:uppercase}
.brand-page .main-brand{background-color:#fff;padding:15px 0}
.brand-page .main-brand .title{font-size:20px;color:#111;font-weight:600;line-height:32px;text-transform:uppercase;display:inline-block;position:relative}
.brand-page .main-brand .title::after{content:'';position:absolute;border-bottom:2px solid #111;width:100%;bottom:-2px;left:0}
.brand-page .main-brand .featured-brand ul{padding:50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.brand-page .main-brand .featured-brand ul li{-webkit-box-flex:0;-ms-flex:0 0 calc(100% / 8);flex:0 0 calc(100% / 8);max-width:calc(100% / 8)}
.brand-page .main-brand .brand-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.brand-page .main-brand .brand-list ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.brand-page .main-brand .brand-list ul li{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.brand-page .main-brand .brand-list ul li a{display:inline-block;font-size:22px;margin:0 0 10px 0}
.brand-page .main-brand .brand-item{padding:25px 0}
.brand-page .main-brand .brand-item .smallTitle{border-bottom:1px solid #e1e1e1;display:block;font-size:22px;font-weight:700;padding:0 0 10px 0;border-bottom:1px solid #ececec;margin-bottom:20px}
.brand-page .main-brand .brand-item ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:15px;-ms-flex-wrap:wrap;flex-wrap:wrap}
.brand-page .main-brand .brand-item ul li{max-width:calc(100% / 6 - 10px);margin-right:10px;text-align:center}
.social_ct_fixed .ct-container{position:fixed;right:10px;z-index:999}
.social_ct_fixed .ct-item{display:block}
.social_ct_fixed .ct-top{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.social_ct_fixed .ct-top .ct-item{display:block;width:40px;height:40px;text-align:center;line-height:40px;background:#aaa;border-radius:50%;margin:4px 0;color:#fff;font-size:18px;position:relative;margin:10px auto}
.social_ct_fixed .ct-bottom{bottom:60px}
.popup-support-local{display:none;max-width:640px;width:100%;padding:20px;text-align:center;background:#fff}
.popup-support-local h3{font-weight:600;font-size:16px;text-transform:uppercase;color:#ff6a00;margin-bottom:0}
.popup-support-local ul li{display:block;width:100%;margin-bottom:10px}
.popup-support-local ul li a:hover,.social_ct_fixed .popup-support-local ul li a:active{outline:0;-webkit-box-shadow:0 0 3px 3px #898989;box-shadow:0 0 3px 3px #898989}
.popup-support-local ul li a{width:100%;display:inline-block;background-color:#ff6a00;color:#fff;text-transform:uppercase;line-height:1.3;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;-webkit-box-shadow:0 0 3px 3px#ccc;box-shadow:0 0 3px 3px #ccc;padding:10px;text-decoration:none;outline:0}
.popup-support-local ul li a span{display:block;width:100%;font-style:italic;font-size:.7em;text-transform:capitalize;margin-top:5px}
.popup-support-local ul li a.group-2{background-color:#093}
.popup-support-local ul{padding:0;margin:0 auto}
.global-menu-container{position:fixed;top:0;left:-100%;bottom:0;right:100%;background:#fff;z-index:9999;-webkit-transition:.5s all;-o-transition:.5s all;transition:.5s all;overflow:auto;line-height:20px;font-size:16px;-webkit-box-shadow:0 1px 5px rgb(0 0 0 / 20%);box-shadow:0 1px 5px rgb(0 0 0 / 20%)}
.global-menu-container.active{left:0;right:0}
.global-menu-container .menu-content{border-top:1px solid #e5eaf1;border-bottom:1px solid #e5eaf1}
.global-menu-container .menu-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:16px;color:#404d5f;line-height:44px}
.global-menu-container .menu-title.active{color:var(--color-primary)}
.global-menu-container .menu-title .heading{font-size:18px}
.global-menu-container .sub-menu{display:none}
.global-menu-container .sub-item{border-top:1px solid #e5eaf1}
.global-menu-container .cat-child{display:none;background:#f5f8fd;border-top:1px solid #e5eaf1}
.global-menu-container .cat-child .menu-title{margin-left:16px}
.global-menu-container .cat-child-2{background:#dfebff}
.global-menu-container .cat-child-2 .sub-item{border-top:1px solid #d2dbe7}
.global-menu-container .cat-child-2 .cat-icon{border-color:#d2dbe7}
.global-menu-container .cat-child-3{background:#b8d3ff}
.global-menu-container .cat-title{-webkit-box-flex:1;-ms-flex:1;flex:1}
.global-menu-container .cat-thumb{width:24px;height:24px;margin-right:12px;background-repeat:no-repeat;background-position:center;background-size:24px;-webkit-filter:grayscale(1);filter:grayscale(1)}
.global-menu-container .cat-icon{width:44px;line-height:44px;text-align:center;border-left:1px solid #e5eaf1}
.global-menu-container .cat-icon i{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.global-menu-container .cat-icon.active i{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.global-menu-container .menu-support .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 16px;min-height:40px}
.global-menu-container .fa-icon{width:24px;font-size:22px;margin-right:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
@media (max-width:1360px){
html{font-size:15px}
.global-header .header-features{gap:8px}
.homepage .section-hero .article-list .a-item:nth-child(5){display:none}
}
@media (max-width:1200px){
.global-header .header-navbar .navbar-item:hover .sub-list{-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5,1fr)}
.homepage .section-hero .article-list .a-item:nth-child(4){display:none}
}
@media (max-width:1024px){
html{font-size:14px}
.global-header .header-navbar .navbar-item:hover .sub-list{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}
.global-header .header-navbar .navbar-item:hover .application-list{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}
.product-page .cat-pro{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}
.application-page .app-category .cat-list{gap:22px 20px}
.application-page .app-category .cat-img{padding-bottom:210px}
.application-page .app-category .cat-info{padding:20px 20px 25px 20px}
}
@media (max-width:768px){
body{padding-top:126px}
.scroll-mt{scroll-margin-top:72px}
.heading-primary{font-size:26px;line-height:34px}
.m-mb-0{margin:0!important}
.p-mb-0{padding:0!important}
.pc-display{display:none}
.mb-display{display:inline-block}
.row-gap{row-gap:24px}
.row-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
.global-header{position:fixed;top:0;left:0;right:0;background:#fff;z-index:999}
.global-header{-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow)}
.global-header .header-top .container{padding:0 5px}
.global-header .header-top .row{height:auto}
.global-header .header-top .col-search{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:12px 10px;background:#333}
.global-header .header-top .mmenu{margin-left:5px}
.global-header .header-search{max-width:100%}
.global-header .header-search .search-bar{margin:0!important}
.global-header .header-search .search-bar-input{height:40px;padding:8px 56px 8px 16px}
.global-header .header-search .search-bar-btn{width:40px;height:40px}
.global-header .header-features .header-cart{margin-right:5px}
.global-footer .f-col .f-title{font-size:16px}
.global-footer .footer-content .f-title{font-size:14px;padding:0 12px;color:#353535;background:#f1f1f1;margin-bottom:12px}
.global-footer .footer-content .f-list{margin:0 0 12px 10px}
.global-footer .f-social{margin-top:24px!important}
.homepage .section-product-bestsale{background-image:url(../images/takstar-img-bg-product-hot-type-2.png)!important;background-size:100% 100%}
.homepage .section-category-featured .cat-list{gap:20px}
.homepage .section-category-featured .cat-name{font-size:18px;line-height:28px}
.homepage .section-features .row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}
.homepage .section-features .list{padding-top:60px;max-width:500px;margin:0 auto}
.homepage .section-features .list .item:not(:last-child){margin-bottom:24px}
.product-page .cat-pro{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}
.product-detail-page .text-24{font-size:20px;line-height:24px}
.product-detail-page .pro-summary{max-width:100%}
.product-detail-page .pro-attr .pro-attr-heading{position:relative;width:100%;margin-bottom:1px;background:#f8e6b5;font-size:16px;font-weight:600;line-height:50px;padding:0 16px;border-left:3px solid transparent}
.product-detail-page .pro-attr .pro-attr-block:last-child .pro-attr-heading{margin-bottom:0}
.product-detail-page .pro-attr .pro-attr-heading .accordion-icon.rotate{-webkit-transform:translateY(-35%) rotate(180deg);-ms-transform:translateY(-35%) rotate(180deg);transform:translateY(-35%) rotate(180deg)}
.product-detail-page .pro-attr .pro-attr-item{padding:10px}
.product-detail-page .pro-gallery{flex-direction:column-reverse;gap:16px}
.product-detail-page .pro-gallery-left{flex:unset;max-width:100%}
.product-detail-page .pro-gallery-left .swiper{padding-right:0!important}
.product-detail-page .pro-gallery-left .swiper-wrapper{box-sizing:border-box}
.product-detail-page .pro-gallery-left .swiper-slide:nth-child(4)::after{display:none}
.product-detail-page .pro-gallery-left .swiper-slide:nth-child(n+5){display:block}
.product-detail-page .pro-gallery-right{flex:unset;max-width:100%;width:100%}
.article-page .p-mb-0{padding:0 5px!important}
.application-page .app-heading .heading-text .h-title{font-size:56px}
.application-page .app-heading .heading-text .h-summary{font-size:46px}
.application-page .app-category .cat-list{-ms-grid-columns:(1fr)[1]!important;grid-template-columns:repeat(1,1fr)!important;padding:0 20px}
.application-page .app-category .cat-item{grid-column:unset!important}
.application-page .app-category .cat-img{padding-bottom:300px}
.application-page .app-related .related-heading{text-align:center}
.application-page .app-related .related-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.application-page .category-page .heading-text{top:15%;text-align:center;padding-left:0}
.application-page .category-page .app-heading .heading-text .h-title{font-size:46px}
.application-page .category-page .app-heading .heading-text .h-summary{font-size:32px}
.application-page .detail-page .detail-box .box-heading{padding:40px 13px 30px;font-size:28px;line-height:36px}
.application-page .detail-page .box-padding .box-container{padding:65px 13px 75px}
.application-page .detail-page .important-note .box-container{padding:65px 13px 75px 30px}
.application-page .detail-page .important-note .box-ct{padding:0 13px 50px}
.cart-send-page .cart-detail-group .item{gap:8px}
.cart-send-page .cart-detail-group .item-left{max-width:90px}
.cart-send-page .cart-send-info b{width:150px}
.account-page .account{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.account-page .account .title-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:0;border-bottom:1px solid #dedede;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:4px}
.account-page .account .title-list a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}
.account-page .send-cart-info b{width:150px}
.social_ct_fixed{display:none}
}
@media (max-width:576px){
body{padding-top:120px}
.py-52px{padding:40px 0}
.p-item{padding:12px 10px;font-size:14px;line-height:20px}
.p-item .p-name{font-size:15px}
.p-box .p-box-title{font-size:28px;line-height:32px}
.p-box .p-box-btn .btn-view-more{font-size:20px;line-height:40px}
.homepage .section-hero .showcase .b-text{left:10px;font-size:24px;line-height:32px}
.homepage .section-hero .showcase .swiper-homepage-showcase{padding-bottom:24px}
.homepage .section-hero .showcase .swiper-pagination{bottom:0}
.homepage .section-hero .showcase .swiper-pagination-bullet{width:10px;height:10px}
.homepage .section-hero .showcase .swiper-pagination-bullet-active{width:40px;border-radius:10px;background:var(--color-primary)}
.homepage .section-product-bestsale{padding-top:160px}
.homepage .section-category-featured .cat-list{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto}
.homepage .section-category-featured .cat-thumbs{width:205px}
.homepage .section-article .a-name{font-size:14px}
.homepage .section-article .a-summary{font-size:14px}
.homepage .section-article .a-time{font-size:13px}
.product-page .cat-pro{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}
.product-page .cat-tool{padding:2px 8px}
.product-page .cat-filter .f-item{position:unset}
.product-detail-page .pro-name{font-size:20px;line-height:28px}
.product-detail-page .pro-summary .grid{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}
.product-detail-page .pro-price{gap:8px}
.product-detail-page .pro-price-sale{font-size:32px;line-height:40px}
.product-detail-page .pro-quantity-input{font-size:24px;height:50px}
.product-detail-page .pro-buy-btn{font-size:24px;line-height:50px;height:50px}
.product-detail-page .detail-box{margin:16px 0;padding:20px 10px}
.product-detail-page .pro-attr .pro-videos .grid{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}
.product-detail-page .detail-box-heading .heading{font-size:20px;line-height:26px}
.product-detail-page .pro-article-related .a-name{font-size:15px;line-height:20px}
.product-detail-page .pro-des .static-html{max-height:unset}
.box-product-review .review-all-rate{width:30%;padding-right:10px}
.box-product-review .rate-review-center{width:70%;padding:0 0 0 12px;border-right:0}
.box-product-review .rate-riview-right{width:100%;margin-top:20px;padding-left:0}
.box-product-review .review-all-rate .rate-rar .num{font-size:32px;line-height:40px}
.box-product-review .review-all-rate .rate-rar .big-star{font-size:26px}
.box-product-review .rate-review-center ul li span.total-rv{font-size:12px}
.box-product-review .form-review .form-review-left textarea{font-size:14px}
.cart-page .shopping-cart .sc-table td{padding:8px}
.cart-page .shopping-cart .pro-info-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.cart-page .shopping-cart .pro-name{font-size:15px}
.cart-page .shopping-cart .pro-wrapper{width:100%}
.article-page .article-list .list-item .name{margin-bottom:4px}
.article-page .article-list .list-item .summary{-webkit-line-clamp:3;margin:0}
.application-page .app-heading .heading-text .h-title{font-size:40px}
.application-page .app-heading .heading-text .h-summary{font-size:30px}
.application-page .app-description .des-title{font-size:30px;padding:0 10px}
.application-page .app-description .des-text{font-size:18px;padding:0 10px}
.application-page .app-category .cat-heading{font-size:32px}
.application-page .app-category .cat-list{padding:0}
.application-page .app-category .cat-title{font-size:30px}
.application-page .app-category .cat-img{padding-bottom:210px}
.application-page .app-related .related-heading{font-size:32px}
.application-page .app-related .related-list{gap:16px}
.application-page .app-related .related-list .item{width:180px}
.application-page .category-page .app-description .des-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.application-page .detail-combo .combo-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:20px 12px 16px}
.application-page .detail-combo .combo-list{max-width:100%;-webkit-box-flex:unset;-ms-flex:unset;flex:unset}
.application-page .detail-combo .combo-sumary{max-width:100%;font-size:16px;padding:0 20px}
.account-page .account .col-right{padding:0}
.cart-ttip{width:320px}
.cart-ttip .compare-item{font-size:14px}
.cart-ttip .compare-item .compare-item-info{padding:0}
.cart-ttip .compare-item .compare-item-img{width:70px}
.cart-ttip .cart-ttip-price{padding:10px;-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}
.cart-ttip .cart-ttip-price p:nth-child(2){display:none}
.cart-ttip .cart-ttip-price-button{margin:0 10px 10px}
.social_ct_fixed .ct-top{top:70%}
.social_ct_fixed .ct-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;bottom:5px;left:5px;right:5px}
}