28/11/2023

This commit is contained in:
2023-11-28 15:48:41 +07:00
parent f407932a86
commit a12541f0f8
96 changed files with 14157 additions and 0 deletions

922
Xuepc/css/style_pc.css Normal file
View File

@@ -0,0 +1,922 @@
:root{--color-primary:#082662;--color-secondary:#ff7e00;--white:#fff;--black:#000;--red:#e80000;--blue:#1435c3;--green:#78c63b;--gray:#a2a2a2;--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:Inter,sans-serif;color:#000;word-break:break-word;line-height:1.5;font-weight:400;background-color:#fff;letter-spacing:.15px;min-width:1220px}
.container{max-width:1620px;width:100%;padding:0 10px;margin:0 auto}
.box-w{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;font-weight:600;width:100%;height:430px;color:var(--red);text-align:center;grid-column:1/-1}
.heading-primary{font-size:32px;line-height:48px;font-weight:700}
.btn-primary{display:inline-block;font-size:16px;line-height:44px;padding:0 14px;border-radius:5px;border:1px solid #c0cfe5;background:#f9f9fb}
.btn-primary:hover{color:#fff;background:#c0cfe5}
.style-img-content.object-cover{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.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}
.arc-icon{display:none;position:absolute;right:10px;font-size:28px;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}
.arc-icon.rotate{-webkit-transform:translateY(-50%) rotate(90deg);-ms-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}
.my-60px{margin:60px 0}
.scroll-mt{scroll-margin-top:106px}
.float-left{float:left}
.font-0{font-size:0}
.hover-zoom{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.hover-zoom:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.paging{padding:0 10px 32px;margin-top:42px;text-align:center}
.paging-link.active,.paging-link:hover{color:#fff;background:var(--color-primary);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;border-radius:3px;color:#fff;background:#9f9f9f;font-size:16px;line-height:16px;text-decoration:none;text-transform:capitalize;width:36px;height:36px}
.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-primary)}
.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:430px;height:auto;right:0;top:80%;z-index:999;-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:16px;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{font-weight:500;height:40px}
.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:70px;height:70px;background:#fff}
.search-bar .search-results .title{font-size:15px;line-height:24px;font-weight:500;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:15px;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}
.xuepc-icons{background-image:url("../images/xuepc-icons-map-1.png");background-repeat:no-repeat;display:inline-block;background-size:271px 241px}
.xuepc-icon-bag{width:15px;height:14px;background-position:-3px -3px}
.xuepc-icon-big-coin{width:67px;height:68px;background-position:-23px -3px}
.xuepc-icon-buildpc{width:37px;height:37px;background-position:-95px -3px}
.xuepc-icon-cart{width:32px;height:33px;background-position:-136px -3px}
.xuepc-icon-cart-detail{width:21px;height:23px;background-position:-173px -3px}
.xuepc-icon-cart-pro{width:23px;height:23px;background-position:-173px -30px}
.xuepc-icon-check{width:10px;height:9px;background-position:-199px -3px}
.xuepc-icon-check-shield{width:68px;height:76px;background-position:-95px -58px}
.xuepc-icon-clock{width:22px;height:22px;background-position:-168px -58px}
.xuepc-icon-clock-2{width:19px;height:19px;background-position:-3px -84px}
.xuepc-icon-email{width:19px;height:15px;background-position:-27px -84px}
.xuepc-icon-flag{width:14px;height:14px;background-position:-3px -30px}
.xuepc-icon-location{width:17px;height:24px;background-position:-50px -84px}
.xuepc-icon-logo-fb{width:43px;height:43px;background-position:-3px -139px}
.xuepc-icon-logo-tictok{width:43px;height:43px;background-position:-51px -139px}
.xuepc-icon-logo-youtube{width:43px;height:43px;background-position:-99px -139px}
.xuepc-icon-loop{width:14px;height:14px;background-position:-3px -58px}
.xuepc-icon-medal{width:56px;height:78px;background-position:-213px -3px}
.xuepc-icon-medal-2{width:14px;height:14px;background-position:-72px -85px}
.xuepc-icon-menu-bar{width:24px;height:22px;background-position:-168px -85px}
.xuepc-icon-phone{width:34px;height:34px;background-position:-196px -85px}
.xuepc-icon-phone-2{width:19px;height:18px;background-position:-234px -85px}
.xuepc-icon-scroll-top{width:40px;height:40px;background-position:-168px -124px}
.xuepc-icon-search{width:25px;height:24px;background-position:-3px -108px}
.xuepc-icon-service-support{width:53px;height:71px;background-position:-213px -124px}
.xuepc-icon-shield{width:15px;height:14px;background-position:-72px -108px}
.xuepc-icon-user{width:39px;height:39px;background-position:-3px -200px}
.xuepc-icon-zalo{width:16px;height:15px;background-position:-47px -200px}
.p-item{padding:14px 13px 12px;font-size:15px;line-height:22px;background:#fff}
.p-item:hover .p-pic{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}
.p-item .p-pic{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.p-item .p-name{font-size:16px;line-height:20px;min-height:40px;font-weight:600;margin:8px 0;-o-text-overflow:ellipsis;text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}
.p-item .p-name:hover{color:var(--color-primary)}
.p-item .p-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}
.p-item .p-wrapper-price{height:26px}
.p-item .p-wrapper-cart{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:4px}
.p-item .p-market-price{color:#757575}
.p-item .p-price-off{position:relative;display:block;font-weight:600;padding:2px 10px;border-radius:7px;color:#fff;background:#ca0d0d}
.p-item .p-price-off::before{content:"";position:absolute;top:50%;left:-3px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:#fff}
.p-item .p-price-off::after{content:"";position:absolute;top:50%;right:-3px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:#fff}
.p-item .p-price-sale{font-size:20px;line-height:37px;font-weight:700;color:#e40c0c}
.p-item .p-cart{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;width:37px;height:37px;border-radius:50%;background:#e6e6e6}
.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-item .p-status{color:#0c8825}
.p-item .p-mark{position:absolute;top:0;left:0;font-size:18px;line-height:30px;padding:0 10px;background:#e40c0c;color:#fff}
.p-item .p-mark.new{background:#3ac040}
.p-item .p-mark.best-sale{background:#ffa031}
.swiper-custom-btn{width:34px;height:50px;color:#333;background:rgba(214,214,214,.5)}
.swiper-custom-btn::after{font-size:20px;font-weight:600}
.swiper-custom-btn.swiper-button-next{right:2px}
.swiper-custom-btn.swiper-button-prev{left:2px}
.global-logo{max-height:98px}
.global-header .header-search{max-width:740px;margin-left:auto}
.global-header .header-search .search-bar-input{display:block;width:100%;height:64px;font-size:18px;line-height:64px;padding:18px 65px 18px 25px;border:0;background:#f2f3f5}
.global-header .header-search .search-bar-btn{position:absolute;top:8px;right:8px;width:48px;height:48px;background:#616e7d;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-features .f-item{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;gap:8px;max-width:180px;height:64px}
.global-header .header-features .f-title{font-size:18px;line-height:24px;font-weight:600;-webkit-box-flex:1;-ms-flex:1;flex:1}
.global-header .header-features .f-item.header-buildpc{border-radius:3px;border:1px solid #4566a8;background:#fff;-webkit-box-shadow:0 0 5px 0 rgba(174,174,174,.25);box-shadow:0 0 5px 0 rgba(174,174,174,.25);width:100%}
.global-header .header-features .f-item.header-buildpc:hover{background:#4566a8;color:#fff}
.global-header .header-features .f-item.header-buildpc:hover i{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
.global-header .header-features .f-item.header-buildpc .f-title{max-width:86px}
.global-header .header-cart .header-cart-amount{position:absolute;top:-10px;right:-10px;display:block;width:20px;height:20px;font-size:13px;line-height:20px;font-style:normal;text-align:center;color:#fff;background:#082662;border-radius:50%}
.global-header .header-bottom .hb-title{font-size:19px;line-height:30px;font-weight:700;text-transform:uppercase;color:#2f2f2f}
.global-header .header-routing .hb-title{padding:0 44px}
.global-header .header-routing .routing-item{position:relative}
.global-header .header-routing .routing-item:not(:last-child)::after{content:"|";position:absolute;top:43%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);line-height:1;color:#aaa}
.global-header .header-navbar:hover .navbar-list{display:block}
.global-header .header-navbar .navbar-list{display:none;position:absolute;top:calc(100% + 24px);left:0;width:320px;background:#fff;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.2);z-index:999}
.global-header .header-navbar .navbar-list::after{content:"";position:absolute;top:-30px;left:0;width:100%;height:30px}
.global-header .header-navbar .navbar-item:not(:last-child){border-bottom:1px solid #e4e4e4}
.global-header .header-navbar .navbar-item:hover .sub-menu{display:block}
.global-header .header-navbar .navbar-item:hover .navbar-link{background:var(--color-primary);color:#fff}
.global-header .header-navbar .navbar-item:hover .navbar-icon{border-color:#fff}
.global-header .header-navbar .navbar-link{font-size:18px;font-style:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;padding-right:10px}
.global-header .header-navbar .navbar-thumbs{width:29px;height:auto;margin:0 24px 0 12px}
.global-header .header-navbar .navbar-title{-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:500}
.global-header .header-navbar .navbar-icon.arrow-right{border:solid #4e4e4e;border-width:0 2px 2px 0;display:inline-block;padding:5px;-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}
.global-header .header-navbar .sub-menu{display:none;list-style:none;-webkit-box-shadow:0 5px 10px rgb(0 0 0 / 10%);box-shadow:0 5px 10px rgb(0 0 0 / 10%);background:#fff;z-index:999;width:calc(1600px - 320px);min-height:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;overflow:auto;position:absolute;left:320px;top:0;padding:10px 20px}
.global-header .header-navbar .sub-item{float:left;padding:0 12px 20px 0;width:33%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;line-height:24px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;color:#000;text-transform:capitalize}
.global-header .header-navbar .sub-item-link:hover{color:var(--color-primary)}
.global-header .header-navbar .sub-item-1{font-size:16px}
.global-header .header-navbar .sub-item-1 .sub-item-link:hover{text-decoration:underline}
.global-header .header-navbar .sub-item-2{position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content}
.global-header .header-navbar .sub-item-3{display:none;position:absolute;top:0;left:110%;-webkit-box-shadow:0 0 10px 1px rgb(0 0 0 / 25%);box-shadow:0 0 10px 1px rgb(0 0 0 / 25%);width:-webkit-max-content;width:-moz-max-content;width:max-content;border-radius:5px;background:#fff;padding:8px 12px;z-index:1;gap:4px}
.global-header .header-navbar .sub-item-3::after{content:"";position:absolute;top:9px;left:-6px;width:10px;height:10px;border-top:1px solid rgba(0,0,0,.15);border-left:1px solid rgba(0,0,0,.15);z-index:-1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);background:#fff}
.global-header .header-navbar .sub-item-3::before{content:"";position:absolute;width:65px;height:40px;top:0;left:-60px}
.global-header .header-navbar .sub-item-2:hover .sub-item-3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.global-header .header-contact{background:#eee}
.global-header .header-contact-container{height:40px;gap:60px}
.global-header-fixed-block{height:227px}
.global-header.fixed{position:fixed;top:0;left:0;right:0;background:#fff;z-index:999}
.global-header.fixed .global-logo{display:none}
.global-header.fixed .header-top{padding:16px 0!important}
.global-header.fixed .header-bottom{padding:0!important}
.global-header.fixed .header-bottom .col-p-unset{position:unset}
.global-header.fixed .header-bottom .header-routing{display:none}
.global-header.fixed .header-bottom .header-navbar{position:absolute!important;top:50%;left:10px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.global-header.fixed .header-bottom .header-navbar .navbar-btn{padding:18px;border-radius:5px;background:var(--color-primary);color:#fff;font-weight:600}
.global-header.fixed .header-bottom .header-navbar .navbar-btn i{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
.global-header.fixed .header-bottom .header-navbar .navbar-btn p{color:#fff;font-weight:600}
.global-header.fixed .header-bottom .header-navbar .navbar-list{display:none!important;top:calc(100% + 15px)}
.global-header.fixed .header-bottom .header-navbar:hover .navbar-list{display:block!important}
.global-header.fixed .header-contact{display:none}
.global-footer a:hover{color:var(--color-primary)}
.global-footer .features{background:#f6f6f6;padding:20px 0}
.global-footer .features .ft-item{background:#fff;min-height:124px}
.global-footer .showroom .s-heading{font-size:26px;line-height:40px;font-weight:700;text-align:center;margin:32px 0 24px}
.global-footer .showroom .s-title{position:relative;background:#eee;max-width:475px;border:3px solid #d9d9d9;-webkit-clip-path:polygon(0 0,100% 0,90% 100%,0% 100%);clip-path:polygon(0 0,100% 0,90% 100%,0% 100%);padding-left:64px}
.global-footer .showroom .s-title::after{content:"";position:absolute;top:-9px;bottom:0;right:22px;width:2px;height:140%;background:#d9d9d9;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.global-footer .showroom .s-number{position:absolute;top:0;left:0;width:46px;height:44px;font-size:20px;line-height:44px;font-weight:700;text-align:center;background:#d9d9d9}
.global-footer .showroom .s-name{font-size:16px;line-height:44px}
.global-footer .showroom .s-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;color:#1d1d1d;margin-bottom:8px}
.global-footer .line{border-top:1px solid #a2a2a2;width:80%;margin:24px auto}
.global-footer .content .f-title{position:relative;display:inline-block;font-size:18px;line-height:34px}
.global-footer .content .f-title::after{content:"";position:absolute;bottom:0;left:0;width:60%;height:1px;background:#000}
.global-footer .content .f-list{font-size:15px;line-height:28px;color:#1d1d1d}
.global-footer .copyright{background:#d5d5d5;font-size:15px;line-height:48px;text-align:center}
.homepage .section-hero .banner-hero .swiper-pagination-bullet{width:14px;height:14px;border-radius:14px;background:#d9d9d9;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.homepage .section-hero .banner-hero .swiper-pagination-bullet-active{background:#fff;width:64px}
.homepage .section-hero .banner-top{margin-top:20px}
.homepage .section-collection{margin-top:20px;padding:16px 12px 24px;background:-o-linear-gradient(346deg,#d4e0f3 -4.34%,#ebecf5 49.98%,#f2eaf4 95.95%);background:linear-gradient(104deg,#d4e0f3 -4.34%,#ebecf5 49.98%,#f2eaf4 95.95%)}
.homepage .section-collection .cl-title-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;min-height:120px;font-size:26px;line-height:32px;font-weight:500;cursor:pointer}
.homepage .section-collection .cl-title-item:not(:last-child):after{content:"";position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:50%;background:#aaa}
.homepage .section-collection .cl-title-item.active,.homepage .section-collection .cl-title-item:hover{background:var(--color-primary);color:#fff;margin:0 -1px}
.homepage .section-collection .cl-title-item.active{pointer-events:none}
.homepage .section-collection .cl-title-item.active::after,.homepage .section-collection .cl-title-item:hover::after{background:var(--color-primary)}
.homepage .section-collection .cl-title-item.active .cl-title-icon,.homepage .section-collection .cl-title-item:hover .cl-title-icon{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
.homepage .section-collection .cl-title-icon{max-width:40px}
.homepage .section-collection .cl-view-more-btn{display:inline-block;width:120px;font-size:16px;line-height:40px;font-weight:500;text-align:center;border:1px solid var(--color-primary);background:#f4f5f9}
.homepage .section-collection .cl-view-more-btn:hover{background:var(--color-primary);color:#fff}
.homepage .section-collection .p-item{font-size:16px}
.homepage .section-collection .p-item .p-name{font-size:18px;line-height:22px;min-height:44px}
.homepage .section-collection .p-item .p-price-sale{font-size:24px;line-height:40px}
.homepage .section-collection .p-item .p-cart{width:40px;height:40px}
.homepage .section-category .swiper{padding-right:1px}
.homepage .section-category .swiper-slide{height:auto}
.homepage .section-category .swiper-section-category-2{width:calc(100% - 260.83px)}
.homepage .section-category .cat-item .cat-img{max-width:260.83px}
.homepage .section-category .cat-item .cat-products{border-left:1px solid #e4e4e4}
.homepage .section-category .cat-item .cat-big-img{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-ms-grid-column-span:2;grid-column:span 2}
.homepage .section-category .cat-item .p-item{border:1px solid #e4e4e4;border-left:0}
.homepage .section-category .cat-item .p-item:nth-child(n+7){border-top:0}
.homepage .section-category .cat-item.has-big-img .p-item:nth-child(n+12){display:none}
.homepage .section-brand .brand-img{padding-bottom:56%}
.homepage .section-article .swiper-custom-btn{top:37%}
.homepage .section-article .a-img{padding-bottom:60%}
.homepage .section-article .a-name{font-size:18px;line-height:24px;font-weight:500;margin:8px 0}
.homepage .section-article .a-time{font-size:15px;line-height:20px;color:#929292}
.product-page{background:#f8f8fc}
.product-page .filter{background:#fff;margin-bottom:16px;font-size:15px;padding:10px 0}
.product-page .filter-title.selected{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}
.product-page .filter-title-text{border-left:4px solid #000;padding:0 12px}
.product-page .filter-title .attr-name:not(:last-child){display:none}
.product-page .item-filter{display:block;border:1px solid #e0e0e0;background:#fff;border-radius:5px;padding:6px 12px;margin:0 8px 8px 0;cursor:pointer;position:relative;color:#000}
.product-page .item-filter::after{content:'';position:absolute;bottom:-10px;left:0;width:100%;height:20px}
.product-page .item-filter.active,.product-page .item-filter:hover{background:var(--color-primary);color:#fff}
.product-page .item-filter:hover .filter-show{display:-webkit-box;display:-ms-flexbox;display:flex}
.product-page .filter-list{padding:8px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}
.product-page .filter-list-name{font-size:15px;margin-bottom:0;width:160px;font-weight:700}
.product-page .filter-brand{margin:12px 0;padding:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}
.product-page .filter-brand .item-filter{margin:0;border-radius:0;padding:0 12px;font-size:18px;line-height:50px}
.product-page .filter-brand .item-filter img{width:unset;max-height:50px;margin:0 auto}
.product-page .filter-left{line-height:20px;width:250px}
.product-page .filter-right{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100%- 250px)}
.product-page .filter-show{display:none;background:#fff;-webkit-box-shadow:0 1px 5px rgb(0 0 0 / 20%);box-shadow:0 1px 5px rgb(0 0 0 /20%);border-radius:5px;padding:10px 2px 2px 10px;position:absolute;z-index:9;left:0;top:40px;white-space:nowrap;max-width:480px;width:-webkit-max-content;width:-moz-max-content;width:max-content;-ms-flex-wrap:wrap;flex-wrap:wrap}
.product-detail-page{background:#f8f8fc}
.product-detail-page .clearfix{clear:both}
.product-detail-page .bg-w{background:#fff;width:100%;float:left}
.product-detail-page .header-product-detail{width:100%;float:left;padding:10px 0;border-bottom:solid 1px #e1e1e1;background:#fff;margin-bottom:12px}
.product-detail-page .header-product-detail .product-name{font-size:22px;font-weight:600;margin-bottom:8px}
.product-detail-page .product-detail-top{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:16px}
.product-detail-page .product-detail-top .bg-w{padding:12px}
.product-detail-page .product-detail-top .view-album{text-align:center}
.product-detail-page .detail-top-info{width:calc(100% - 252px);float:left}
.product-detail-page .top-detail-n-content .pro-detail-config-group{width:100%;float:left;margin-bottom:8px}
.product-detail-page .top-detail-n-content .pro-detail-config-group .title-n{width:100%;float:left;font-size:18px;font-weight:500;margin-bottom:15px}
.product-detail-page .top-detail-n-content .pro-detail-config-group .list-n{width:100%;float:left}
.product-detail-page .top-detail-n-content .pro-detail-config-group .list-n a{width:calc(33.33333% - 6px);float:left;margin-right:9px;margin-bottom:9px;border:solid 1px #f1f1f1;border-radius:8px;padding:15px;position:relative}
.product-detail-page .top-detail-n-content .pro-detail-config-group .list-n a::after{display:none;content:"✓";position:absolute;top:-.5px;left:-.5px;width:24px;height:24px;-webkit-clip-path:polygon(0 0,0% 100%,100% 0);clip-path:polygon(0 0,0% 100%,100% 0);background:var(--color-primary);border-top-left-radius:7px;color:#fff;padding-left:2px;font-size:13px}
.product-detail-page .top-detail-n-content .pro-detail-config-group .list-n a.current::after{display:block}
.product-detail-page .top-detail-n-content .pro-detail-config-group .list-n a.current,.top-detail-n-content .pro-detail-config-group .list-n a:hover{border:solid 1px var(--color-primary)}
.product-detail-page .top-detail-n-content .pro-detail-config-group .list-n a:nth-child(3n){margin-right:0}
.product-detail-page .top-detail-n-content .pro-detail-config-group .list-n a .pdcg-name{width:100%;float:left;text-align:center;font-size:14px;font-weight:500;color:#222;margin-bottom:10px;line-height:normal}
.product-detail-page .top-detail-n-content .pro-detail-config-group .list-n a .pdcg-price{width:100%;float:left;text-align:center;font-size:16px;font-weight:700;color:var(--red)}
.product-detail-page .top-detail-n-content .pro-detail-config-group .list-n a .pdcg-price .pdcg-check{width:12px;height:12px;border-radius:50%;display:inline-block;margin-left:5px;background:#ddd}
.product-detail-page .top-detail-n-content .pro-detail-config-group .list-n a .pdcg-price .pdcg-check.checked{background:#2b8ae0}
.product-detail-page .top-detail-n-content .detail-n-sumary{width:100%;float:left;margin-bottom:16px}
.product-detail-page .top-detail-n-content .detail-n-sumary .title-n{width:100%;float:left;font-size:18px;font-weight:500;margin-bottom:15px}
.product-detail-page .top-detail-n-content .detail-n-sumary .list-n{width:100%;float:left}
.product-detail-page .view-more{max-height:unset!important}
.product-detail-page .top-detail-n-content .detail-n-sumary .list-n-item{width:100%;float:left;font-size:14px;line-height:1.5;margin-bottom:5px;list-style-position:inside;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}
.product-detail-page .top-detail-n-content .pd-pre-order-group{padding:12px;border-radius:10px;border:1px solid #d7d7d7}
.product-detail-page .top-detail-n-content .pd-pre-order-group .input-form{height:38px}
.product-detail-page .top-detail-n-content .pd-pre-order-group .btn-pre-order{text-align:center;color:#fff;border-radius:5px;background:var(--red);grid-column:1/-1}
.product-detail-page .top-detail-n-content .detail-n-warrantry{width:100%;float:left;font-size:16px;font-weight:500;margin-bottom:20px}
.product-detail-page .top-detail-n-content .detail-n-all-price{width:100%;float:left;padding:12px;border-radius:12px;background:#f7f7f7;margin-bottom:16px}
.product-detail-page .top-detail-n-content .detail-n-all-price .detail-n-old-price{width:100%;float:left;font-size:14px;margin-bottom:12px}
.product-detail-page .top-detail-n-content .detail-n-all-price .detail-n-old-price span{font-size:20px;text-decoration:line-through;margin-left:72px}
.product-detail-page .top-detail-n-content .detail-n-all-price .detail-n-price{width:100%;float:left;font-size:14px}
.product-detail-page .top-detail-n-content .detail-n-all-price .detail-n-price span.n-num{font-size:25px;font-weight:700;margin-left:20px;margin-right:10px}
.product-detail-page .detail-offer{width:100%;float:left;background:#fff;position:relative;margin-bottom:16px;padding:12px;border:1px dashed #da251c;border-radius:12px!important}
.product-detail-page .detail-offer .title-offer{font-weight:600;font-size:18px;color:var(--red);margin-bottom:12px}
.product-detail-page .detail-offer .title-offer .fa-gift{font-size:22px}
.product-detail-page .detail-offer .title-offer span{position:relative;z-index:12;width:100%;float:left;margin-bottom:10px}
.product-detail-page .detail-offer-extra{border:1px solid #ececec;border-radius:12px;overflow:hidden}
.product-detail-page .detail-offer-extra .title{padding:12px;background:#d7d7d7;font-size:16px;font-weight:700}
.product-detail-page .detail-offer-extra .list{padding:12px}
.product-detail-page .detail-offer-extra .item:not(:last-child){margin-bottom:8px}
.product-detail-page .detail-buy{display:-ms-inline-grid;display:inline-grid;-ms-grid-columns:1fr 12px 1fr;grid-template-columns:1fr 1fr;gap:10px}
.product-detail-page .detail-buy a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff!important;text-align:center;padding:6px 4px;border-radius:8px;font-size:18px;background:var(--color-primary);font-weight:700}
.product-detail-page .detail-buy a span{width:100%;float:left;text-align:center;font-weight:400;font-size:14px}
.product-detail-page .detail-buy a:nth-child(2){background:var(--red)}
.product-detail-page .detail-buy a:first-child .cart-icon{position:relative;display:block}
.product-detail-page .detail-buy a:first-child .cart-icon::after{content:'+';position:absolute;top:0;left:52%;width:16px;height:16px;background:#fff;border-radius:8px;color:var(--color-primary);font-size:16px;line-height:15px}
.product-detail-page .detail-buy a:first-child img{width:24px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}
.product-detail-page .support-product{overflow:hidden;border:1px solid #e8e8ef;padding:8px}
.product-detail-page .support-product .support-box{padding:0;overflow:hidden;font-size:13.5px;line-height:2;margin-bottom:10px}
.product-detail-page .support-product .support-box b{width:100%;padding:5px 10px;color:#0a0a0a;margin-bottom:4px;display:inline-block}
.product-detail-page .support-product .support-box i{margin:0 6px 0 10px}
.product-detail-page .support-product .support-box .icon-news{width:18px;margin:0 6px 0 10px}
.product-detail-page .support-product .support-box .icon-zalo{width:20px;margin-left:10px;margin-right:6px}
.product-detail-page .support-product .support-box .fa-circle{font-size:6px}
.product-detail-page .support-product .fb-group img{width:120px}
.product-detail-page .support-product .fb-group .text{border-radius:5px;-webkit-box-shadow:0 1px 5px rgb(0 0 0 / 10%);box-shadow:0 1px 5px rgb(0 0 0 / 10%);padding:4px}
.product-detail-page .detail-content-n-read{margin-bottom:25px}
.product-detail-page .detail-content-n-read .dcnr-left .box-content-read{margin-bottom:16px}
.product-detail-page .detail-content-n-read .dcnr-left .box-content-read .title-n{width:100%;float:left;padding:0 12px;font-size:22px;font-weight:700;line-height:56px;border-bottom:solid 1px #f1f1f1;margin-bottom:16px}
.product-detail-page .detail-content-n-read .dcnr-left .box-content-read .list-n{width:100%;float:left;padding:0 12px 12px}
.product-detail-page .detail-content-n-read .dcnr-left .box-content-read.box-content-des .list-n.active{max-height:initial}
.product-detail-page .detail-content-n-read .dcnr-left .box-content-read.box-content-des .list-n::after{content:'';width:100%;height:200px;background:-o-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.8),#fff);background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(rgba(255,255,255,.8)),to(#fff));background:linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.8),#fff);position:absolute;left:0;bottom:0;z-index:1}
.product-detail-page .detail-content-n-read .dcnr-left .box-content-read.box-content-des .list-n.disaffter::after{display:none}
.product-detail-page .detail-content-n-read .dcnr-left .box-content-read.box-content-des .list-n.active::after{display:none}
.product-detail-page .detail-content-n-read .dcnr-left .box-content-read.box-content-des .list-n .content-read{width:100%;float:left}
.product-detail-page .detail-content-n-read .dcnr-left .box-content-read.box-content-des .list-n.active .box-content-des-vm{position:relative;bottom:initial;left:initial;margin-top:15px}
.product-detail-page .detail-content-n-read .dcnr-left .box-content-read.box-content-des .list-n .des-view-more-btn{width:132px;display:inline-block;text-align:center;font-size:15px;color:var(--color-primary);line-height:36px;border:solid 1px var(--color-primary);border-radius:5px;font-weight:500}
.product-detail-page .detail-content-n-read .dcnr-left .box-content-read.box-content-des .list-n .des-view-more-btn:hover{background:var(--color-primary);color:#fff}
.product-detail-page .detail-content-n-read .dcnr-left .box-content-read.box-content-video .list-n iframe{width:100%;float:left;margin-top:15px;min-height:560px}
.product-detail-page .detail-content-n-read .dcnr-left .box-content-read.box-content-video .list-n iframe:first-child{margin-top:0}
.detail-content-n-read .dcnr-left .box-produc-review.content-detail-read,.product-detail-page .detail-content-n-read .dcnr-left .box-content-read.box-content-review{background:unset}
.product-detail-page .detail-content-n-read .dcnr-left .box-content-read.box-content-review{margin-bottom:0;padding-bottom:0}
.product-detail-page .box-product-n-spec{width:100%;float:left;background:#fff;margin-bottom:16px}
.product-detail-page .box-product-n-spec .title-n{width:100%;float:left;padding:0 12px;font-size:22px;font-weight:700;line-height:56px;border-bottom:solid 1px #f1f1f1}
.product-detail-page .box-product-n-spec .list-n{width:100%;float:left;padding:10px;max-height:628px;overflow:hidden;margin-bottom:10px}
.product-detail-page .box-product-n-spec .list-n table{width:100%;float:left}
.product-detail-page .box-product-n-spec .list-n table tr:nth-child(odd){background:#f5f8fd}
.product-detail-page .box-product-n-spec .list-n table tr td{padding:12px 10px;font-size:15px}
.product-detail-page .box-product-n-spec .list-n table tr:last-child td{border:none}
.product-detail-page .box-product-n-spec-vm{width:100%;float:left;padding:0 12px 12px}
.product-detail-page .box-product-n-spec-vm a{width:100%;float:left;text-align:center;font-size:15px;font-weight:500;color:#fff;line-height:36px;border-radius:5px;background:#fff;color:var(--color-primary);border:1px solid var(--color-primary)}
.product-detail-page .box-product-n-spec-vm a:hover{background:var(--color-primary);color:#fff}
.product-detail-page #full-spec table{width:100%;float:left;min-width:750px}
.product-detail-page #full-spec table tr td{padding:15px;border:solid 1px #f1f1f1}
.product-detail-page .box-news-detail-relay{width:100%;float:left;margin-bottom:25px;background:#fff}
.product-detail-page .box-news-detail-relay .title-n{width:100%;float:left;padding:0 12px;font-size:22px;font-weight:700;line-height:56px;border-bottom:solid 1px #f1f1f1}
.product-detail-page .box-news-detail-relay .list-n{width:100%;float:left}
.product-detail-page .box-news-detail-relay .list-n .item-n{width:100%;float:left;padding:25px;border-bottom:solid 1px #f1f1f1}
.product-detail-page .box-news-detail-relay .list-n .item-n:last-child{border:none}
.product-detail-page .box-news-detail-relay .list-n .item-n .nn-img{width:150px;margin-right:15px;position:relative;padding-top:100px;float:left}
.product-detail-page .box-news-detail-relay .list-n .item-n .nn-img img{position:absolute;max-width:100%;max-height:100%;width:auto!important;height:auto!important;left:0;top:0;right:0;bottom:0;display:block;margin:auto}
.product-detail-page .box-news-detail-relay .list-n .item-n .nn-info{width:calc(100% - 165px);float:left}
.product-detail-page .box-news-detail-relay .list-n .item-n .nn-info .nn-name{width:100%;float:left;font-size:16px;font-weight:500;color:#222;margin-bottom:5px;line-height:1.5}
.product-detail-page .box-news-detail-relay .list-n .item-n .nn-info .nn-sum{width:100%;float:left;font-size:13px;color:#787878;line-height:1.5}
.product-detail-page .tab-pro-detail .title-tab-dt{width:100%;float:left}
.product-detail-page .tab-pro-detail .title-tab-ct{width:100%;float:left;margin-bottom:10px;border-bottom:solid 1px #eee;padding:0 12px}
.product-detail-page .tab-pro-detail .title-tab-ct li{float:left;margin-right:30px}
.product-detail-page .tab-pro-detail .title-tab-ct li a{float:left;font-size:20px;line-height:54px;border-bottom:solid 3px transparent;margin-bottom:-1px;color:#000;font-weight:700}
.product-detail-page .tab-pro-detail .title-tab-ct li.active a{border-bottom:solid 3px var(--color-primary)}
.product-detail-page .tab-pro-detail .title-tab-ct li.active{pointer-events:none}
.product-detail-page .tab-pro-detail .product-list{width:100%;float:left}
.product-detail-page .support-product .box .fa-circle{font-size:5px;border:solid 1px #aaa;color:#fff;border-radius:100%;vertical-align:middle}
.product-detail-page .crc-right{position:relative;float:left}
.product-detail-page .crc-right #js-notification-email-newslette{position:absolute;z-index:1;left:0;bottom:-24px;color:#fff}
.product-detail-page #img-thumbs .item{border:solid 1px #ddd;position:relative;padding-top:100%;overflow:hidden}
.product-detail-page #img-thumbs .item img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;margin:auto;width:100%}
.product-detail-page .rating-selection .rating-input{float:right;width:16px;height:16px;padding:0;margin:0 0 0 -16px;opacity:0}
.product-detail-page .rating-selection{display:inline;float:left;margin-top:-8px}
.product-detail-page .rating-selection::after{content:'';display:block;clear:both}
.product-detail-page .comment{width:100%}
.product-detail-page .comment-form .img-avatar{float:left;width:40px}
.product-detail-page .comment-form form{padding-bottom:15px}
.product-detail-page .comment .relative{position:relative;z-index:9}
.product-detail-page .comment-list .item .comment-left img{width:40px;float:left}
.product-detail-page .comment-list .item .reply-comment{display:none}
.product-detail-page .info-feeback .time{color:#999}
.product-detail-page .info-feeback .right{float:right}
.product-detail-page .info-feeback{overflow:hidden;padding-bottom:2px;font-size:12px}
.product-detail-page .comment-list .item .comment-name span{font-weight:700;margin-right:2px}
.product-detail-page .comment textarea{height:120px;border:1px solid #d9d9d9;border-radius:5px;margin-top:10px}
.product-detail-page .comment-list .item .comment-name .note{color:#fff;font-size:.7em;background:#ec3237;font-style:normal;padding:2px 5px}
.product-detail-page #vote-statistic{position:relative;border:1px solid #eee!important;padding:10px 0;border-radius:15px}
.product-detail-page #ratingOveriew{cursor:pointer}
.product-detail-page #vote-statistic ul li .icon-bigStar{float:left}
.product-detail-page #vote-statistic ul li{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}
.product-detail-page #vote-statistic ul li:not(:last-child){margin-bottom:10px}
.product-detail-page #vote-statistic ul li .line-rating{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;height:8px;background:#eee;margin-top:6px;margin-right:6px;border-radius:3px;-moz-border-radius:3px}
.product-detail-page #vote-statistic .reviewRateAvg{font-size:32px;margin-bottom:10px;font-weight:700}
.product-detail-page #vote-statistic ul li .line-rating .percent{display:block;background:var(--color-secondary);height:100%;border-radius:3px}
.product-detail-page #vote-statistic ul li .count{color:#888}
.product-detail-page #vote-statistic ul li span.blue{float:left;margin-right:10px}
.product-detail-page #vote-statistic ul{padding-left:5px}
.product-detail-page .btn-red{background:#d00;color:#fff;padding:7px 20px;font-size:15px;border-radius:3px;-moz-border-radius:3px;border:solid 1px #ce0101;display:inline-block}
.product-detail-page .btn-blue-2{background:var(--color-primary);color:#fff;padding:7px 20px;font-size:15px;border-radius:3px;-moz-border-radius:3px;border:solid 1px var(--color-primary);display:inline-block}
.product-detail-page .btn-red:hover{color:#fff;-webkit-box-shadow:0 0 10px rgba(0,0,0,.5);box-shadow:0 0 10px rgba(0,0,0,.5)}
.product-detail-page .relative{position:relative}
.product-detail-page .rating-form table{width:100%}
.product-detail-page .rating-form table td{padding:5px 0}
.product-detail-page .rating-form table tr td:first-child{width:100px;vertical-align:baseline;line-height:38px}
.product-detail-page #list_vote .item{overflow:hidden;margin:10px 0}
.product-detail-page #list_vote .item:first-child{margin-top:24px}
.product-detail-page #list_vote .item .name{font-weight:700;font-size:16px}
.product-detail-page #list_vote .item i{display:inline-block;margin:0 5px}
.product-detail-page #list_vote .item .time{color:#999}
.product-detail-page #list_vote .item p{margin-bottom:6px}
.product-detail-page #review-bottom{display:none}
.product-detail-page .info-feeback .write-reply{color:#ec3237}
.product-detail-page .comment-name{font-weight:600;margin-bottom:5px}
.product-detail-page .item-reply{background:#f5f5f5;padding:10px;position:relative}
.product-detail-page .item-reply p{margin-bottom:5px}
.product-detail-page .item-reply:before{content:'';display:block;width:0;border:solid 10px transparent;border-bottom-color:#f5f5f5;position:absolute;top:-20px;left:3px;z-index:2}
.product-detail-page .comment-list .item-reply:after{content:'';display:block;width:0;border:solid 10px transparent;border-bottom-color:#cecece;position:absolute;top:-20px;left:3px;z-index:1}
.product-detail-page .avatar-user{background:#d9d9d9;color:#000;width:27px;height:27px;display:inline-block;line-height:27px;text-align:center;text-transform:uppercase}
.product-detail-page .avatar-admin{width:27px;height:27px}
.product-detail-page .icon-star-detail{width:63px;height:11px;display:inline-block;background-repeat:no-repeat!important;background-size:517.5px 306px!important;margin-top:2px}
.product-detail-page .box{margin:0;background:#fff;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.25);box-shadow:0 1px 5px rgba(0,0,0,.25);border-radius:15px;padding:12px;height:-webkit-max-content;height:-moz-max-content;height:max-content}
.box-grey{display:inline-block;font-size:14px;padding:10px 15px 10px 10px;background:#f3f3f3;border-radius:5px}
.product-pricing.deal .box-grey{background:0 0;padding:9px}
.product-detail-page .cart-quantity-select{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #f0f0f0;border-radius:5px}
.product-detail-page .js-quantity-change:first-child{border-right:1px solid #f0f0f0}
.product-detail-page .js-quantity-change:last-child{border-left:1px solid #f0f0f0}
.product-detail-page .js-quantity-change{padding:4px 8px;text-decoration:none;font-size:30px;line-height:26px;color:#666}
.product-detail-page .cart-quantity-select input{font-size:16px;border:none;width:34px;outline:0;text-align:center;color:#666}
.product-detail-page .product-title{font-size:24px;line-height:28px;margin-bottom:12px;padding:8px 0;border-bottom:1px solid #ececec}
.product-detail-page .product-title h1{font-size:inherit;font-weight:700}
.popup-body .item .title,.product-detail-page .gallery-top,.product-detail-page .item-comment .comment-form-right .info_feeback{margin-bottom:10px}
.product-detail-page .gallery-thumbs .swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}
.product-detail-page .gallery-thumbs .product-detail-page .gallery-thumbs .swiper-button-next,.product-detail-page .gallery-thumbs .swiper-button-prev{width:30px;height:30px;background:rgba(0,0,0,.55);top:62%}
.product-detail-page .btn-buy span,.product-detail-page .gallery-thumbs .swiper-button-next::after,.product-detail-page .gallery-thumbs .swiper-button-prev::after{font-size:13px}
.product-detail-page .gallery-thumbs .swiper-slide{overflow:hidden;cursor:pointer;padding:1px;border:1px solid #ececec;margin:0 8px 8px 0!important;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto}
.product-detail-page .gallery-thumbs .swiper-slide-thumb-active{opacity:1;border:1px solid var(--color-primary)}
.product-detail-page .product-subtitle{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;font-size:15px;list-style:none}
.product-detail-page .product-subtitle-item:not(:last-child)::after{content:"";position:absolute;top:50%;right:-11px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:15px;border-right:1px solid #d9d9d9}
.product-detail-page .hotline-support li,.product-detail-page .product-respond{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px}
.product-detail-page .product-features{border-top:1px solid #ececec;margin-top:16px;padding:16px 0}
.product-detail-page .product-features ul{list-style-type:circle;padding-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;gap:8px;max-height:140px;overflow:hidden}
.product-detail-page .product-features li::marker{color:#d9d9d9}
.product-detail-page .product-select-option p{margin:12px 0 8px}
.product-detail-page .product-select-option-select.grid{grid-auto-rows:1fr}
.product-detail-page .product-pricing{border-bottom:1px dashed #ececec;padding:16px 0;margin:0 0 16px}
.product-detail-page .product-pricing.deal{color:#fff;border:none;border-radius:12px;padding:20px 12px}
.product-detail-page .product-pricing-list{font-size:18px;line-height:normal}
.product-detail-page .product-pricing-sale{font-size:28px;font-weight:700;margin-bottom:4px}
.product-detail-page .product-pricing-origin{position:relative;font-size:18px;color:#999}
.product-detail-page .product-pricing.deal .product-pricing-origin{color:inherit;display:inline-block}
.product-detail-page .product-pricing-origin::after{content:"";position:absolute;border-bottom:1px solid #999;bottom:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;left:0}
.product-detail-page .product-voucher a{padding:10px 25px;-webkit-clip-path:polygon(0 0,90% 0,100% 50%,90% 100%,0 100%,10% 50%);clip-path:polygon(0 0,90% 0,100% 50%,90% 100%,0 100%,10% 50%);background-color:#dfe5ff;max-width:140px;text-align:center}
.product-detail-page .product-buy{padding:16px 0}
.product-detail-page .product-gift{padding:18px 0;border-top:1px dotted #ececec}
.product-detail-page .product-gift-header{position:absolute;top:-16px;left:12px;background:#ffe4e1;border-radius:21px;padding:8px 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}
.product-detail-page .box-details-body ul,.product-detail-page .btn-buy,.product-detail-page .btn-select-option,.product-detail-page .comment-info,.product-detail-page .info-description-content ul,.product-detail-page .info-news-list,.product-detail-page .product-gift ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column}
.product-detail-page .box-details-body ul,.product-detail-page .product-gift ul{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal}
.product-detail-page .product-gift ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;margin-top:8px;padding-left:20px}
.product-detail-page .product-buy-quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;font-size:14px;margin:18px 0}
.product-detail-page .deliver-time{color:#53c305}
.product-detail-page .sales-policy ul{list-style-type:circle}
.product-detail-page .sales-policy li::marker{color:#d9d9d9}
.product-detail-page .hotline-support a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:85%;margin-left:16px}
.product-detail-page .box-details:not(:last-child){border-bottom:1px dotted #ececec;margin-bottom:20px}
.product-detail-page .box-details-body{padding:8px 0}
.product-detail-page .box-details-body ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;padding-left:16px}
.product-detail-page .alert-mess{padding:50px 30px}
.product-detail-page .rating-selection{display:inline-block}
.product-detail-page .rating-selection label{position:relative;float:right;display:block;width:17px;height:17px;margin:0 3px}
.product-detail-page .rating-selection input{opacity:0;float:right;width:17px;height:17px;padding:0;margin:0 0 0 -16px}
.product-detail-page .rating-selection label:hover,.rating-selection label:hover~label{background-position:-1px -1px!important}
.product-detail-page .btn{display:inline-block;background-color:#fff;border:none;padding:8px 10px;cursor:pointer}
.product-detail-page .btn-select-option{border:1px solid #d9d9d9;border-radius:10px;padding:8px 4px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#000;text-align:center}
.product-detail-page .btn-select-option.active,.product-detail-page .btn-select-option:hover{position:relative;border:1px solid var(--color-primary);color:var(--color-primary)}
.product-detail-page .btn-select-option-sub{position:absolute;bottom:-1px;left:0;background-color:var(--color-primary);color:#fff;-webkit-clip-path:polygon(0 0,0% 100%,100% 100%);clip-path:polygon(0 0,0% 100%,100% 100%);width:25px;height:25px;border-bottom-left-radius:10px;text-align:center;margin:0!important;display:none}
.product-detail-page .btn-select-option-sub span{position:absolute;bottom:-1px;left:3px;font-size:8px}
.product-detail-page .btn-add-cart{border:2px solid var(--color-primary);border-radius:10px;font-size:16px;padding:4px 24px 6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}
.product-detail-page .btn-buy{padding:20px 4px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid var(--color-primary)}
.product-detail-page .btn-buy:hover{-webkit-box-shadow:0 1px 8px rgb(0 0 0 / 25%);box-shadow:0 1px 8px rgb(0 0 0 / 25%)}
.product-detail-page .btn-buy p{font-size:20px;text-transform:uppercase}
.category-page .info-description-content,.product-detail-page .info-description-content{font-size:16px;max-height:617px;overflow:hidden;-webkit-transition:.8s;-o-transition:.8s;transition:.8s;padding:12px 12px 46px;position:relative;background:#fff;border-radius:20px}
.category-page .info-description-content img,.product-detail-page .info-description-content img{display:block;margin:0 auto 16px;height:auto;width:unset}
.category-page .info-description-content ul,.product-detail-page .info-description-content ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}
.product-detail-page .comment-info,.product-detail-page .info-news-list{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal}
.category-page .info-description-content .box,.product-detail-page .info-description-content .box{-webkit-box-shadow:unset;box-shadow:unset}
.product-detail-page .info-box-left{position:relative;min-width:0}
.product-detail-page .info-box-left-video,.product-detail-page .review-customer{margin-top:15px;-webkit-box-shadow:none;box-shadow:none;border:1px solid #d9d9d9}
.review-custome-title,.video-detail{border:none}
.product-detail-page .icon-big-red-star{background-position:-107px -150px;width:32px;height:30px}
.review-custome-title{padding-bottom:27px!important;padding-top:10px!important;border-bottom:unset!important}
.heading-tertiary,.latest-news-title,.review-custome-title,.video-detail{font-size:24px;font-weight:700;line-height:32px;padding-bottom:12px;border-bottom:1px solid #ececec;color:var(--black);text-transform:none}
.product-detail-page .video{text-align:center;padding:12px 0 0}
.product-detail-page .video iframe{width:100%;height:500px;border-radius:15px}
.product-detail-page .comment-info{padding:0 0 27px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.product-detail-page .avgRate{font-weight:700;font-size:24px;line-height:20px;color:var(--color-secondary);margin-bottom:25px;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}
.product-detail-page .avgRate p{font-weight:400;font-size:16px;line-height:20px;color:#000;margin-left:6px}
.product-detail-page .rate-number i{padding-left:5px}
.product-detail-page .rate-number1 i{padding-left:7px!important}
.product-detail-page .avg-rate-count{font-weight:400;font-size:12px;line-height:22px;color:#000;border-right:1px solid rgba(0,0,0,.25);padding:0}
.product-detail-page .avg-rate-count-img img{width:unset;margin-right:12px;-ms-flex-wrap:wrap;flex-wrap:wrap}
.product-detail-page .avg-rate-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.product-detail-page .nhan-xet-bar{width:75%;height:8px;background:#d9d9d9;border-radius:3px;margin:0 10px;position:relative}
.product-detail-page .nhan-xet-bar .percent{position:absolute;left:0;top:0;bottom:0;background:var(--color-primary);border-radius:3px}
.product-detail-page .span-title{display:block;font-weight:400;font-size:12px;line-height:22px;margin-bottom:4px;text-align:center}
.product-detail-page .button-review a{font-weight:700;font-size:14px;line-height:30px;color:#fff;padding:5px 20px;background:var(--color-primary);border-radius:5px;display:block;text-align:center;margin-top:21px;width:233px}
.product-detail-page .box-comment{margin:16px 0;background:#fff;border-radius:12px;display:none}
.product-detail-page .comment_reply_content{border:1px solid #d9d9d9;outline:0;padding:15px;width:100%;height:122px;border-radius:12px;resize:none;font-family:Roboto}
.product-detail-page .actions-comment{padding:13px 0 0}
.product-detail-page .actions-comment-wrap{width:233px;margin-top:24px;text-align:center}
.product-detail-page .static-link{font-weight:400;font-size:14px;line-height:22px;color:#1fb0de}
.product-detail-page .cmt_right{background:var(--color-primary);border-radius:5px;padding:5px 27px}
.product-detail-page .send_form{font-weight:700;font-size:15px;line-height:30px;color:#fff}
.product-detail-page .hidden-more-info-box-left,.product-detail-page .show-more-info-box-right{position:absolute;left:50%;padding:8px;color:var(--color-primary);background:#fff;cursor:pointer}
.product-detail-page .send_form:hover{color:#fff!important}
.product-detail-page .info-description-content::before,.product-detail-page .info-tech::before{content:"";position:absolute;bottom:0;left:0;right:0;background:-o-linear-gradient(transparent,#fff);background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#fff));background:linear-gradient(transparent,#fff);height:200px}
.product-detail-page .show-more-info-box-right{top:570px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border:1px solid var(--color-primary);border-radius:10px}
.product-detail-page .hidden-more-info-box-left{bottom:10px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border:1px solid var(--color-primary);border-radius:10px}
.product-detail-page .info-tech{width:100%;margin:0 0 11px;max-height:678px;position:relative;overflow:hidden;padding:0;-webkit-box-shadow:none;box-shadow:none;border-radius:0}
.product-detail-page .info-tech table{border-collapse:collapse;width:100%}
.product-detail-page .info-tech td,.product-detail-page .info-tech th{vertical-align:top;padding:12px}
.product-detail-page .info-tech td:nth-child(2){width:60%}
.product-detail-page .info-tech-list h1{font-size:1.3rem;font-weight:400;text-transform:uppercase}
.product-detail-page .info-tech-list h2{font-size:14px;font-weight:600}
.product-detail-page #fancybox-spec .info-tech{height:100%;max-height:unset;margin:0}
.product-detail-page .info-news-content{padding-bottom:2.4rem}
.product-detail-page .info-news-list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.2rem}
.product-detail-page .info-news-link{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.2rem;padding:0 1.2rem;text-decoration:none}
.product-detail-page .info-news-link p{font-size:1.3rem;color:#000}
.product-detail-page .user-feedback-box{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4rem;border-bottom:1px solid #f8f8f8;padding:1.8rem 1.2rem 2.2rem}
.product-detail-page .user-feedback-commented{padding:1.6rem 1.2rem 3rem}
.product-detail-page .user-feedback-form{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.2rem}
.product-detail-page .user-avatar{padding:0 .8rem}
.product-detail-page .user-info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:6.5rem}
.product-detail-page .user-rate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1rem;padding-top:1.6rem}
.product-detail-page .user-rate p{font-size:1.4rem}
.product-detail-page .commented-header{font-size:1.6rem;font-weight:700;margin-bottom:2rem}
.product-detail-page .commented-user{font-size:1.3rem;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;gap:3rem}
.product-detail-page .commented-user-info{text-align:center;padding:0 .8rem}
.product-detail-page .commented-user-feedback{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.4rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.product-detail-page .fancybox__leftCol,.tb-hura8-variant-selection tr{-ms-flex-direction:column;-webkit-box-direction:normal;-webkit-box-orient:vertical}
.product-detail-page .fancybox__toolbar{position:relative;padding:0;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-bottom:1px solid #edeef0;text-shadow:none;font-weight:400;--carousel-button-svg-stroke-width:1.75;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}
.product-detail-page .fancybox__slide{padding-top:8px;padding-bottom:8px}
.product-detail-page .fancybox__nav{--carousel-button-bg:#e5e7eb;--carousel-button-border-radius:6px;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;--carousel-button-svg-stroke-width:2.5}
.product-detail-page .fancybox__leftCol{width:100vw;min-height:1px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;position:relative}
.product-detail-page .fancybox__thumbs .carousel__slide .fancybox__thumb::after{border-width:1px}
.product-detail-page .fancybox__container.is-animated.is-closing .fancybox__leftCol{overflow:visible}
.product-detail-page .btn-view-more-des{font-size:14px;color:var(--blue);padding:12px 0 0}
.product-detail-page .btn-view-more-des.show-less i{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}
.product-detail-page #js-add-on .btn-secondary:hover{color:#fff;background-color:#005dac}
.product-detail-page .content-product-detail{margin:30px auto 0;padding:0;-webkit-box-shadow:none;box-shadow:none;background:0 0}
.product-detail-page .content-product-detail-title{font-size:24px;font-weight:700;text-transform:uppercase;line-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}
.product-detail-page .related-products{padding:8px 12px;text-align:center}
.product-detail-page .related-products.current,.product-detail-page .related-products.current:hover{border-bottom:3px solid var(--color-primary)}
.product-detail-page .related-products.current{pointer-events:none}
.product-detail-page .bottom-product-box-swiper{padding:4px;border-radius:10px}
.product-detail-page .infomation-customer td:first-child{width:100px;padding-left:0!important}
.product-detail-page .infomation-customer td{padding:10px 14px 0}
.cart-customer-group-info input:last-child,.cart-customer-group-info input:nth-child(2),.cart-customer-group-info input:nth-child(7),.cart-customer-upload-file input,.cart-page .bk-btn button:nth-child(3),.cart-voucher-popup .code b,.footer .footer-menu .item,.footer .footer-showroom .item,.forgot-password-content table,.product-detail-page .box-info-company-title h3,.product-detail-page .infomation-customer table,.swiper-showcase img{width:100%}
.product-detail-page .form-control{display:block;width:100%;height:38px;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.product-detail-page .item-comment{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:20px}
.product-detail-page .item-comment .comment-form-left .avatar-user,.product-detail-page .item_comment .comment-left .avatar-user{display:block;text-align:center;width:34px;height:34px;line-height:34px;margin-right:12px;border-radius:5px;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;background:#d9d9d9;text-transform:uppercase;font-weight:700;font-size:17px;color:#000}
.product-detail-page .item-comment .comment-form-left .avatar-user img{display:block;margin:auto;padding:6px;max-width:100%;height:auto}
.product-detail-page .item-comment .comment-form-right{width:calc(100% - 46px)}
.product-detail-page .item-comment .comment-form-right .comment-name{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}
.product-detail-page .item-comment .comment-form-right .comment-name .user-name{text-transform:capitalize;margin:0 10px 0 0}
.product-detail-page .item-comment .comment-form-right .comment-name i{background:var(--color-primary);color:#fff;font-size:10px;padding:3px;border-radius:3px}
.product-detail-page .item-comment .comment-form-right .comment-content{font-size:16px;margin:8px 0}
.product-detail-page .item-comment .comment-form-right .info_feeback span{color:#787878;font-size:12px}
.product-detail-page .item-comment .comment-form-right .info_feeback a{color:var(--color-primary);position:relative;padding-left:12px;margin-left:5px}
.product-detail-page .item-comment .info_feeback a::before{content:"\f111";font-family:"Font Awesome 5 Free";font-weight:900;font-size:6px;position:absolute;left:0}
.product-detail-page .item_reply{border-bottom:1px solid #e1e1e1;background:#f9f9f9;padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:8px 0}
.product-detail-page .item_reply .time-reply{font-size:11px;font-weight:400!important;margin-left:4px;font-style:italic}
.product-detail-page .reply-list-container .item_reply:first-child{border-radius:12px 12px 0 0}
.product-detail-page .reply-list-container .item_reply:last-child{border-radius:0 0 12px 12px;border:0}
.product-detail-page .reply-form-group{border:1px solid #d9d9d9;border-radius:12px;overflow:hidden;margin:15px 0}
.product-detail-page .reply-template textarea{display:block;padding:12px;resize:none;outline:0;height:100px;border-radius:10px;margin-top:8px}
.product-detail-page .btn-send-comment{color:#fff;font-weight:500;font-size:14px;line-height:24px;background:var(--color-primary);border-radius:5px;padding:10px}
.product-detail-page .inputText{border:1px solid #d9d9d9;height:38px;padding:0 0 0 10px;margin-right:10px;min-width:250px;border-radius:5px}
.product-detail-page .icon-star-detail{width:126px;height:22px;display:inline-block;background-repeat:no-repeat!important;background-size:126px 152px!important}
.product-detail-page .latest-news-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px 12px 13px;border-bottom:1px solid #f3f3f3}
.product-detail-page .latest-news-text-title{font-weight:600;font-size:16px;line-height:20px}
.product-detail-page .latest-news-text-descreption{font-weight:400;font-size:13px;line-height:18px;margin-top:4px}
.product-detail-page .latest-news-img{margin-right:9px;max-width:200px;width:-webkit-fill-available;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.product-detail-page .latest-news-text{-webkit-box-flex:1;-ms-flex:1;flex:1}
.product-detail-page .latest-news-img img{border-radius:12px;width:-webkit-max-content;width:-moz-max-content;width:max-content}
a[data-fancybox] img{cursor:-webkit-zoom-in;cursor:zoom-in}
.fancybox-container #full-spec.fancybox-content{padding:0 44px 44px;max-width:800px;width:100%}
.fancybox-container #full-spec.fancybox-content table{width:100%}
.fancybox-container #full-spec.fancybox-content table tr:nth-child(odd){background:#f5f8fd}
.fancybox-container #full-spec.fancybox-content table td{padding:12px 10px}
.fancybox-container #full-spec .fancybox-close-small{padding:unset;color:#fff;background:var(--red)}
.fancybox-container #full-spec .fancy-title{text-align:center;margin:0;padding:8px 0;font-size:23px;font-weight:700}
.fancybox__container{--fancybox-color:#fff;--fancybox-accent-color:red;--carousel-button-svg-filter:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.fancybox__content{padding:12px;border-radius:15px}
.cart-page{background:#f8f8fc}
.cart-page .box-info-cart{max-width:900px;margin:0 auto;background:#fff;border-radius:15px;padding:10px 0 20px}
.cart-page .box-right{padding:0 16px}
.cart-page .cart-item-info{padding:16px}
.cart-page .box-group-input{gap:15px}
.cart-page .item-img{width:150px;display:block}
.cart-page .title-quantify{margin-right:93px}
.cart-page .cart-item-middle{width:calc(100% - 410px)}
.cart-page .cart-item-middle .cart-item-name{font-size:16px;font-weight:600;line-height:22px;margin-bottom:12px;display:block}
.cart-page .con-hang{background:#f4faf6;border-radius:8px;font-size:15px;line-height:20px;color:#00a046;padding:10px 12px;margin-bottom:20px;width:-webkit-max-content;width:-moz-max-content;width:max-content}
.cart-page .cart-item-price{font-size:20px}
.cart-page .box-change-quantity{background:#fff;border:1px solid #b6b6b6;border-radius:5px;width:120px;font-weight:700;cursor:pointer}
.cart-page .box-change-quantity input{width:60px;border:none;text-align:center;outline:0}
.cart-page .box-change-quantity a{padding:10px}
.cart-page .item-text-right{line-height:20px;color:var(--red);text-align:right}
.cart-page .cart-item-marketPrice{-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#999;margin-top:12px;height:20px}
.cart-page .delete-item-cart img{width:unset;margin-right:10px}
.cart-page .delete-item-cart{color:#8d8d8d;font-size:15px;margin-top:12px}
.cart-page .delete-item-cart:hover{color:red}
.cart-page .cart-customer-total{padding:8px 16px 18px;border-bottom:1px solid #e0e0e0;margin-bottom:28px}
.cart-page .cart-customer-total span{font-size:18px;line-height:20px}
.cart-page .cart-customer-total p{font-size:20px;line-height:20px}
.cart-page .deletal-all-item{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:20px}
.cart-page .deletal-all-item a{border:1px solid #041e42;border-radius:5px;display:block;padding:14px 0;width:320px;text-align:center;text-transform:uppercase;color:#041e42;font-size:20px}
.cart-page .deletal-all-item a:hover{background:#041e42;color:#fff;border:none;border:1px solid #041e42}
.cart-page .cart-customer-group .title{font-size:20px;line-height:24px;text-transform:uppercase;margin-bottom:12px}
.cart-page .cart-customer-group .text-title{line-height:22px;margin-bottom:24px}
.cart-page .cart-customer-group .text-title a{color:#1435c3;text-decoration:underline}
.cart-page .cart-customer-group-info input{width:100%;height:42px;padding:12px 10px;margin-top:12px;background:#fff;border:1px solid #d9d9d9;border-radius:5px}
.cart-page .cart-customer-group-info textarea{background:#fff;border:1px solid #d9d9d9;border-radius:5px;width:100%;height:100px;margin:12px 0 18px;padding:11px}
.cart-page .list-pay-method .label-container{border:1px solid #d9d9d9;border-radius:5px;padding:12px;margin-bottom:12px;cursor:pointer}
.cart-page .list-pay-method .label-container.active{border-color:#1435c3}
.cart-page .list-pay-method .label-container input{height:-webkit-max-content;height:-moz-max-content;height:max-content;margin-right:10px;margin-top:4px}
.cart-page .form-input .title{margin:20px 0 14px}
.cart-page .form-input label{margin-bottom:20px;cursor:pointer}
.cart-page .form-input label input{margin-right:12px;height:-webkit-max-content;height:-moz-max-content;height:max-content;margin-top:4px}
.cart-page .cart-voucher-group{background:#f3f3f3;border-radius:10px;padding:20px 15px}
.cart-page .cart-voucher-group .cart-voucher-form{width:calc(100% - 230px);margin-right:16px}
.cart-page .cart-voucher-group .cart-voucher-form input{padding:12px 15px;background:#fff;border:1px solid #d9d9d9;border-radius:5px;width:100%;outline:0}
.cart-page .cart-voucher-group .btn-voucher{width:212px;background:#e85933;border-radius:5px;text-align:center;color:#fff;padding:11px 10px}
.cart-page .total-product-end p{font-size:20px}
.cart-page .price-ship{margin:24px 0 16px}
.cart-page .cart-btn-buy .cart-btn{font-weight:700;font-size:20px;line-height:24px;background:var(--color-primary);text-align:center;border-radius:5px;width:100%;border:none;padding:16px 0;text-transform:uppercase;color:#fff;cursor:pointer;margin:12px 0}
.cart-page .cart-btn-buy .cart-btn:hover{background:var(--red)}
.cart-page .cart-btn-buy .cart-btn-2{height:56px;border:1px solid var(--color-primary);background:#fff;color:var(--color-primary)}
.cart-page .cart-btn-buy .cart-btn-2:hover{background:var(--color-primary);color:#fff}
.cart-page .message-voucher{margin-top:10px}
.cart-page .title-continute{color:#ffc21f;text-transform:uppercase;font-weight:600;text-align:center;width:100%;display:block}
.cart-page .title-continute:hover{color:var(--color-primary)}
.cart-page .box-bottom-cart{border-top:1px solid #e0e0e0;padding:15px 16px 0;margin-top:40px}
.cart-page .not-cart{margin:0 auto;text-align:center;padding:30px 0;padding:0 8px;max-width:1216px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:50px}
.cart-page .not-cart img{max-width:100%;width:unset}
.cart-page .not-cart p{padding:20px 0;font-weight:500}
.cart-page .not-cart a{margin:10px 0;padding:10px;background:#cd1818;display:block;width:15%;margin:0 auto;color:#fff;border-radius:8px;text-transform:uppercase}
.cart-page .form-select{position:relative;color:#288ad6}
.cart-page .form-select-input{display:block;width:100%;height:38px;font-size:14px;line-height:38px;border:1px solid #dedede;border-radius:5px;outline-color:#288ad6;padding:0 10px;margin-bottom:8px}
.cart-page .form-select-input.focus-show:focus-within+.form-select-list{display:block}
.cart-page .form-select-input.invalid{pointer-events:none}
.cart-page .form-select-input::-webkit-input-placeholder{color:#288ad6;font-size:inherit}
.cart-page .form-select-input::-moz-placeholder{color:#288ad6;font-size:inherit}
.cart-page .form-select-input:-ms-input-placeholder{color:#288ad6;font-size:inherit}
.cart-page .form-select-input::-ms-input-placeholder{color:#288ad6;font-size:inherit}
.cart-page .form-select-input::placeholder{color:#288ad6;font-size:inherit}
.cart-page .form-select-list{width:100%;overflow:auto;position:absolute;top:42px;left:0;z-index:10;-webkit-box-shadow:0 0 3px 0 #ccc;box-shadow:0 0 3px 0 #ccc;background:#fff;border-radius:5px;display:none}
.cart-page .form-select-search{position:relative;margin:10px}
.cart-page .form-select-search-result{max-height:200px;overflow:auto;gap:1px}
.cart-page .form-select-search-result .item{padding:6px 10px}
.cart-page .form-select-search-result .item.active,.cart-page .form-select-search-result .item:hover{background:#288ad6;color:#fff;cursor:pointer}
.cart-page .form-select-icon{position:absolute;top:16px;right:10px;font-size:14px}
.cart-page .style-scroll-3::-webkit-scrollbar-track{background-color:#fff}
.cart-page .style-scroll-3::-webkit-scrollbar{width:4px;background-color:#fff}
.cart-page .style-scroll-3::-webkit-scrollbar-thumb{background-color:#cecece}
.cart-send-page .cart-send-content{max-width:800px;margin:0 auto}
.cart-send-page .text-blue{color:#005cba}
.cart-send-page .cart-detail-group{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-shadow:0 0 5px 0 rgba(0,0,0,.2)}
.cart-send-page .cart-detail-group .item{padding:13px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border-top:1px solid #f5f5f5;gap:16px}
.cart-send-page .cart-send-info{padding:20px 15px;margin-top:12px;background:#f5f5f5;font-weight:300}
.cart-send-page .cart-send-info p{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px}
.cart-send-page .cart-send-info b{display:inline-block;width:240px;vertical-align:top}
.cart-send-page .icon-face-error{background:url(../images/send-cart-face.png) center no-repeat;display:block;padding-bottom:60px;margin-bottom:10px}
.cart-send-page .cart-detail-group .title{border-bottom:1px solid #d7d7d7;line-height:44px}
.cart-send-page .cart-detail-group .item:first-child{border:0}
.cart-send-page .cart-detail-group .item-left{max-width:120px}
.cart-send-page .cart-detail-group .item-left img{display:block;width:100%}
.cart-send-page .cart-detail-group .item-middle{max-width:360px;width:100%}
.cart-send-page .cart-detail-group .item-right{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.cart-send-page .cart-detail-group .item-variant{margin:10px 0 0;font-size:12px;font-weight:500}
.cart-send-page .cart-detail-group .item-name{display:block;color:#222;margin-bottom:8px;font-weight:600}
.cart-send-page .cart-detail-group .item-name:hover{color:#ee2d24}
.cart-send-page .cart-detail-group .offer-group span{position:relative;display:none;padding-left:12px;margin-bottom:10px}
.cart-send-page .cart-detail-group .offer-group span::before{content:"";width:5px;height:5px;border-radius:50%;background:#d4d4d4;position:absolute;top:7px;left:0}
.cart-send-page .cart-detail-group .item-quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;border:1px solid #e5e5e5;border-radius:4px;overflow:hidden;text-align:center;width:100px;margin:auto 0 auto auto}
.cart-send-page .cart-detail-group .item-quantity a{text-align:center;color:#222;width:30px;line-height:33px;font-weight:500}
.cart-send-page .cart-detail-group .item-quantity input{text-align:center;border:0;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;width:37px}
.cart-send-page .cart-detail-group .cart-voucher-group{padding:15px;background:#f5f5f5}
.cart-send-page .cart-detail-group .cart-voucher-group .btn-check-voucher{background:#707070;width:85px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.cart-send-page .cart-detail-group .cart-voucher-group .cart-voucher-form{background:#fff;position:relative;overflow:hidden;border-radius:6px;margin-bottom:12px}
.cart-send-page .cart-detail-group .cart-voucher-group .voucher-input{width:calc(100% - 90px);border:0;height:40px;padding-left:12px}
.cart-send-page .cart-detail-group .p-15{padding:0 15px}
.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;font-size:14px;font-weight:500}
.contact-page .contact-form-group .btn{display:inline-block;border-radius:5px}
.contact-page .contact-form-group .btn-submit{font-size:15px;line-height:44px;padding:0 14px;color:#fff;background:var(--color-primary)}
.contact-page .contact-form-group .btn-submit:hover{opacity:.8;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.2)}
.contact-page .alert-text{margin:0 8px}
.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%;gap:24px}
.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-list ul li a:hover{color:var(--color-secondary)}
.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);width:100%;margin-right:10px;text-align:center}
.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:500;background:var(--color-primary);color:#fff;padding:0 16px}
.customer-page .btn-customer:hover{opacity:.8;-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}
.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 .order-page td:first-child,.account-page .order-page td:nth-child(3){width:160px}
.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{-webkit-box-flex:1;-ms-flex:1;flex:1;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}
.article-page .a-item .a-image{position:relative}
.article-page .a-item .a-category{position:absolute;bottom:10px;left:10px;background:rgba(250,250,250,.85);padding:4px 8px;border-radius:10px;font-size:14px;line-height:18px;font-weight:500}
.article-page .a-item .a-features{font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin:8px 0}
.article-page .a-item .a-title{height:42px}
.article-page .a-item .a-pic{position:relative;padding-top:64%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:15px}
.article-page .a-item .a-img{margin:auto 0;bottom:0;right:0;top:0;left:0;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}
.article-page .a-newest .a-newest-img{max-width:160px}
.article-page .article-header{background:#f5f5f5}
.article-page .article-header .article-category .item.active,.article-page .article-header .article-category .item:hover{color:var(--color-secondary)}
.article-page .heading-primary{display:inline-block;font-size:24px;line-height:36px;font-weight:700;border-bottom:2px solid var(--color-primary);text-transform:uppercase;margin-bottom:24px}
.article-page .article-box-list{row-gap:24px}
.article-page .article-box-btn{padding-top:40px;text-align:center;position:relative;margin-bottom:40px}
.article-page .article-box-btn .link:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}
.article-page .article-box .article-box-btn::before{content:"";position:absolute;max-width:32%;width:100%;left:60px;top:75%;border-top:1px solid #939393}
.article-page .article-box .article-box-btn::after{content:"";position:absolute;max-width:32%;width:100%;right:60px;top:75%;border-top:1px solid #939393}
.article-page .article-box .article-box-btn a{display:inline-block;color:#939393;padding:9px 25px;border:1px solid #999}
.article-page .swiper-button-next,.article-page .swiper-button-prev{width:30px;height:50px;background:rgba(0,0,0,.25)}
.article-page .swiper-button-prev{border-radius:0 10px 10px 0;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}
.article-page .swiper-button-next{border-radius:10px 0 0 10px;-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}
.article-page .swiper-button-next::after,.article-page .swiper-button-prev::after{font-size:16px;color:#fff}
.article-page .a-article-showcase .a-wrapper{max-width:700px;position:absolute;bottom:40px;left:20px;color:#fff;text-shadow:1px 1px 1px #000}
.article-page .a-article-showcase .a-category{position:relative;display:inline-block;color:#000;top:0;left:0;margin-bottom:10px}
.article-page .article-home-top-right .a-name{font-size:16px;line-height:20px}
.article-page .article-home-top-right .a-wrapper{bottom:0;left:10px;right:10px}
.article-page .article-home-top-right .a-category{margin-bottom:4px}
.article-page .article-home-top-right .a-features{margin-top:4px!important}
.article-page .section-videos{background-color:#041e42;padding:16px 30px 30px;border-radius:5px}
.article-page .art-iframe{border-radius:15px}
.article-page .list-style .p-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;padding:0 0 8px 0}
.article-page .list-style .p-item .p-wrapper-price{display:none}
.article-page .list-style .p-item .p-picture{max-width:160px;width:100%}
.article-page .list-style .p-item .p-info{-webkit-box-flex:1;-ms-flex:1;flex:1}
.article-page .list-style .p-item .p-price{display:block}
.article-page .list-style .p-item .p-price-stock{margin-left:0}
.article-page .archor-text-group{display:inline-block;background:#f1f1f1;border-radius:10px;padding:15px;margin-bottom:15px}
.article-page .archor-text-group .toc_title{display:inline-block;cursor:pointer;font-size:16px}
.article-page .archor-text-group ul{padding:0!important;margin:0!important}
.article-page .archor-text-group a{color:#000}
.article-page .archor-text-group li *{font-size:14px!important;font-weight:500}
.article-page .archor-text-group a:hover{color:red}
.article-page .archor-text-group a p{margin-bottom:0}
.article-page .archor-text-group ol{margin-bottom:0;list-style:none;padding:0}
.article-page .archor-text-group ol li{margin-top:4px}
.article-page #js-outp li{display:table;counter-increment:item;margin-bottom:4px}
.article-page #js-outp ol{list-style-type:none;counter-reset:item;margin:0;padding:0!important;font-weight:400}
.article-page #js-outp li:before{width:28px;content:counters(item, ".") ". ";display:table-cell;font-weight:700;color:#363636!important}
.global-fixed-group{position:fixed;bottom:30px;right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:99999}
@-webkit-keyframes backInRight{
0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}
80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}
to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes backInRight{
0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}
80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}
to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
}
.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}
.contact-box-bottom{position:fixed;bottom:85px;right:10px;z-index:99;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-transform:translateX(2000px) scale(.7);-ms-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}
.contact-box-bottom .contact-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;margin-bottom:10px;padding:10px 20px;border-radius:10px;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.08);box-shadow:0 0 10px 0 rgba(0,0,0,.08);color:#000}
.contact-box-bottom .contact-icon-box{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;width:40px;height:40px;font-size:16px;line-height:38px;border:1px solid #e5e5e5;border-radius:999px;margin-right:10px}
.contact-box-bottom .contact-info span{color:#868686;font-size:12px;display:block}
.tooltip-name{border-radius:10px 10px 0 0;padding:12px 16px;background:-o-linear-gradient(255.49deg,#18348f 11.08%,#0a61d3 72.68%,#183793 134.96%,#0a61d3 174.25%,#19338d 259.72%);background:linear-gradient(194.51deg,#18348f 11.08%,#0a61d3 72.68%,#183793 134.96%,#0a61d3 174.25%,#19338d 259.72%)}
.tooltip-name p{color:#fff;font-size:20px;line-height:25px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.tooltip-descreption{margin:16px 0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px}
.tooltip-descreption-price{padding:0 0 6px;list-style:none}
.tooltip-descreption-info{margin-left:80px}
.tooltip-descreption-info,.tooltip-descreption-price p{font-weight:600;line-height:24px}
.tooltip-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.25);box-shadow:0 1px 6px rgba(0,0,0,.25);background-color:var(--blue);padding-left:16px;margin:0 16px;color:#fff;border-radius:8px}
.tooltip-input span{padding:10px 0}
.tooltip-input .icon-database{font-size:20px}
.tooltip-input .icon-gift{font-size:22px}
.tooltip-list ul{padding-left:20px;margin:12px 16px;line-height:24px}
.global-tooltip,.tippy-box{display:none;position:absolute;-webkit-box-shadow:0 1px 6px rgba(0,0,0,.25);box-shadow:0 1px 6px rgba(0,0,0,.25);background-color:#fff;color:#000;border-radius:10px;width:395px;z-index:9999999;overflow:hidden}
.nav-brand-item{height:50px;background:rgba(0,0,0,.04)}
.nav-brand-item:hover{background:rgba(0,0,0,.08)}
.nav-brand-img{max-width:74px;max-height:36px}
@media (max-width:1600px){
html{font-size:14px}
.container{max-width:1220px}
.heading-primary{font-size:24px;line-height:42px}
.btn-primary{font-size:14px;line-height:36px}
.my-60px{margin:40px 0}
.scroll-mt{scroll-margin-top:82px}
.cart-ttip .null-cart{font-size:14px}
.search-bar .search-results .img{width:60px;height:60px}
.search-bar .search-results .title{font-size:13px;line-height:20px}
.search-bar .search-results .search-results-total{font-size:13px}
.xuepc-icons{background-size:209px 185px}
.xuepc-icons.default{background-size:271px 241px}
.xuepc-icon-big-coin{width:52px;height:52px;background-position:-18px -2px}
.xuepc-icon-buildpc{width:28px;height:28px;background-position:-73px -2px}
.xuepc-icon-cart{width:25px;height:25px;background-position:-105px -2px}
.xuepc-icon-cart-pro{width:18px;height:18px;background-position:-134px -24px}
.xuepc-icon-check-shield{width:52px;height:58px;background-position:-73px -45px}
.xuepc-icon-clock{width:17px;height:17px;background-position:-130px -45px}
.xuepc-icon-medal{width:43px;height:60px;background-position:-164px -2px}
.xuepc-icon-menu-bar{width:18px;height:17px;background-position:-130px -65px}
.xuepc-icon-phone{width:26px;height:26px;background-position:-151px -65px}
.xuepc-icon-search{width:19px;height:18px;background-position:-2px -83px}
.xuepc-icon-service-support{width:41px;height:55px;background-position:-164px -96px}
.xuepc-icon-shield{width:12px;height:11px;background-position:-56px -84px}
.xuepc-icon-user{width:31px;height:31px;background-position:-2px -153px}
.p-item{font-size:14px!important;line-height:18px!important;padding:13px 11px 10px}
.p-item .p-name{font-size:15px!important}
.p-item .p-wrapper-price{height:22px}
.p-item .p-price-sale{line-height:35px}
.p-item .p-price-off{font-size:13px}
.p-item .p-cart{width:35px!important;height:35px!important}
.p-item .p-mark{font-size:14px;line-height:24px}
.global-logo{max-height:77px}
.global-header .header-top{padding:8px 0 4px!important}
.global-header .header-search{max-width:560px}
.global-header .header-search .search-bar-input{height:48px;font-size:14px;line-height:48px;padding:12px 55px 12px 20px;margin-left:auto}
.global-header .header-search .search-bar-btn{width:38px;height:38px;top:5px;right:5px}
.global-header .header-features .f-item{max-width:132px;height:48px}
.global-header .header-features .f-title{font-size:14px;line-height:18px}
.global-header .header-features .f-item.header-buildpc .f-title{max-width:66px}
.global-header .header-cart .header-cart-amount{width:17px;height:17px;font-size:10px;line-height:17px}
.global-header .header-bottom .hb-title{font-size:14px;line-height:22px}
.global-header .header-routing .hb-title{padding:0 28px}
.global-header .header-routing .routing-item:not(:last-child)::after{height:66%;top:44%;overflow:hidden}
.global-header .header-navbar .navbar-list{width:236px}
.global-header .header-navbar .navbar-link{font-size:14px;line-height:18px;height:38px}
.global-header .header-navbar .navbar-thumbs{width:20px;margin:0 10px 0 12px}
.global-header .header-navbar .navbar-icon.arrow-right{padding:3px}
.global-header .header-navbar .sub-menu{width:calc(1200px - 236px);left:236px;font-size:13px}
.global-header .header-navbar .sub-item-1{font-size:14px}
.global-header .header-contact-container{height:32px;font-size:13px}
.global-header-fixed-block{height:169px}
.global-header.fixed .header-top{padding:12px 0!important}
.global-header.fixed .header-bottom .header-navbar .navbar-btn{padding:12px 10px}
.global-header.fixed .header-bottom .header-navbar .navbar-list{top:calc(100% + 13px)}
.global-footer .features .ft-item{min-height:92px;gap:16px}
.global-footer .features .ft-title{font-size:16px;line-height:20px}
.global-footer .features .ft-text{font-size:14px;line-height:18px}
.global-footer .showroom .s-heading{font-size:24px;line-height:36px;margin:28px 0 20px}
.global-footer .showroom .s-iframe{height:315px}
.global-footer .showroom .s-title{max-width:400px}
.global-footer .showroom .s-title::after{-webkit-transform:rotate(42deg);-ms-transform:rotate(42deg);transform:rotate(42deg);right:18px}
.global-footer .showroom .s-name{font-size:15px;line-height:40px}
.global-footer .showroom .s-number{font-size:18px;line-height:40px;width:42px;height:40px}
.global-footer .content .f-title{font-size:16px;line-height:30px}
.global-footer .content .f-list{font-size:14px;line-height:26px}
.global-footer .copyright{font-size:13px;line-height:40px}
.homepage .section-hero .banner-hero .swiper-pagination-bullet{width:10px;height:10px}
.homepage .section-hero .banner-hero .swiper-pagination-bullet-active{width:40px}
.homepage .section-collection .heading-primary{font-size:32px;line-height:48px}
.homepage .section-collection .cl-title-item{font-size:20px;line-height:28px;min-height:100px}
.homepage .section-collection .cl-title-icon{max-width:30px}
.homepage .section-collection .p-item .p-price-sale{font-size:20px;line-height:35px}
.homepage .section-collection .cl-view-more-btn{font-size:14px;line-height:36px}
.homepage .section-category .swiper-section-category-2{width:calc(100% - 239.8px)}
.homepage .section-category .cat-item .cat-img{max-width:239.8px}
.homepage .section-category .cat-item .cat-products{-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5,1fr)}
.homepage .section-category .cat-item .p-item:nth-child(n+11){display:none}
.homepage .section-category .cat-item .p-item:nth-child(n+6){border-top:0}
.homepage .section-category .cat-item.has-big-img .p-item:nth-child(n+10){display:none}
.homepage .section-article .a-name{font-size:14px;line-height:20px}
.homepage .section-article .a-time{font-size:13px;line-height:17px}
.product-page .cat-pro{-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5,1fr)}
.product-page .filter-brand .item-filter{font-size:16px;line-height:40px}
.product-detail-page .support-product{padding:2px}
.product-detail-page .latest-news-img{max-width:160px}
.product-detail-page .latest-news-text-title{font-size:14px}
.article-page .a-newest .a-newest-img{max-width:120px}
.article-page .a-newest .text-16{font-size:14px;line-height:18px}
.article-page .list-style .p-item .p-picture{max-width:120px}
.article-page .art-iframe{height:260px}
.article-page .article-iframe iframe{height:450px}
.nav-brand-item{height:40px}
}