:root{--text-color:#1c1c1c;--loud-color:#2d52a3;--menu-color:#fff;--brand-color:#fff;--brand-bg:#2d52a3}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}button{background-color:transparent;outline:none;border:0;cursor:pointer}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;color:#2d52a3;line-height:1}h1{font-size:100%}h2{font-size:4.8rem}h3{font-size:2.4rem}a,a:visited{color:var(--text-color);text-decoration:none}a:hover,a:visited:hover{color:var(--loud-color);text-decoration:none}a:focus{outline:none;text-decoration:none}.italic{font-style:italic}.bold{font-weight:700}.more{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.nav-bar{width:100%;position:fixed;z-index:999;bottom:0;left:0;padding:2rem 1.5rem 3rem;background:#fff}.nav-bar__main{display:flex;justify-content:space-between;align-items:center;background:#2d52a3;border-radius:4.5rem;padding:2rem 3rem 1rem}.nav-bar__main--items{width:calc(100% / 5);padding:0 2rem;text-align:center}.nav-bar__main--items a{display:block;padding:0;font-size:1.4rem;line-height:1.7rem;color:#fff}.nav-bar__main--items a svg{width:3.9rem;height:3.9rem}.nav-bar__main--items a span{display:block}.nav-bar-menu{width:100%;max-width:30rem;position:fixed;top:0;left:calc((100% - 120rem) / 2);padding-top:7rem;background:#fff;box-shadow:0 0 5px rgba(0,0,0,.3);z-index:99;overflow:auto;max-height:100%}.nav-bar-menu ul{padding:0 2rem}.nav-bar-menu ul li{border-bottom:1px solid #2d52a3}.nav-bar-menu ul li a{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;color:#2d52a3;font-weight:800;padding:1rem 0;line-height:1.5}.nav-bar-menu ul li a i{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.nav-bar-menu ul li ul{padding-bottom:1rem;display:none}.nav-bar-menu ul li ul li{border-bottom:none}.nav-bar-menu ul li ul li a{font-size:1.2rem;color:#1c1c1c;font-weight:500;padding:.5rem 0}.nav-bar-menu ul li.is_active a i{transform:rotate(180deg)}.nav-bar-menu ul li.is_active ul{display:block}@media (max-width:768px){.nav-bar-menu{display:none}}*{box-sizing:border-box}html{font-size:10px}body{background:#fff;font-family:Montserrat,sans-serif;color:var(--text-color);font-size:1.6rem;line-height:2;overflow-x:hidden;font-weight:500;letter-spacing:0;width:100%;padding-top:6.8rem}body.is_active{position:absolute;width:100%;z-index:-1}body.is_active,body.is_active:after{height:100vh;overflow:hidden;top:0;left:0}body.is_active:after{content:"";width:100vw;background:rgba(0,0,0,.33);position:fixed;z-index:99}hr{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;border-image:none;border:0 -moz-use-text-color;border-top:.2em solid #000;margin:0}.container{width:100%;max-width:119rem;padding:0 1.5rem;margin:0 auto}p{margin-bottom:1.5rem}input:focus{outline:none}a img{transition:all .4s ease-in-out;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out}a img:hover{opacity:.7}img{width:auto;height:auto;max-width:100%;vertical-align:middle}.thumb-box a{display:block}.thumb-box img{width:100%;height:auto}.img-cover figure{display:block;width:100%;height:100%}.img-cover img{object-fit:cover;width:100%;height:100%}.thumb-over figure{display:block;position:relative;overflow:hidden}.thumb-over figure:before{content:"";width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:10;transition:.3s}.thumb-over figure img{transition:.3s}.thumb-over:hover figure:before{background:rgba(0,0,0,.5)}.thumb-over:hover figure img{transform:scale(1.05)}.scrollTop{position:fixed;bottom:-50px;right:4rem;z-index:10;height:200px;text-align:center;transition:bottom .8s cubic-bezier(.165,.84,.44,1),opacity .8s cubic-bezier(.165,.84,.44,1);opacity:0;z-index:999;width:6rem}.scrollTop__main{cursor:pointer}.scrollTop__main:hover{opacity:.7}.scrollTop__main img{width:7.6rem}.scrollTop.active{bottom:0;opacity:1}.w-100{width:100%!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.d-flex{display:flex;flex-wrap:wrap}.justify-content-between{justify-content:space-between}.justify-content-center{justify-content:center}.justify-content-end{justify-content:flex-end}.align-items-center{align-items:center}.align-items-start{align-items:start}.align-items-end{align-items:end}.flex-row-reverse{flex-direction:row-reverse}.header{background:#2d52a3;padding:1rem 0;z-index:999;position:fixed;width:100%;top:0;left:0}.header__main--menu{text-align:center;font-size:1rem;line-height:1;color:#fff;margin-right:3rem}.header__main--menu img{width:3.1rem}.header__main--menu span{display:block;line-height:1.6}.header__main .logo{margin-right:4.4rem;display:flex;align-items:flex-end}.header__main .logo a{display:block;width:26.5rem}.header__main .logo a.sp{display:none}.header__main .logo .kohang{display:block;margin-left:1rem;font-size:1.558rem;color:#fff;line-height:1;padding-right:2rem;background-image:url(/_next/static/media/icon-check.c5f1a77a.webp);background-position:0 0;background-repeat:no-repeat;background-size:1.008rem auto;background-position:100%;position:relative;z-index:9;min-width:13.5rem}.header__main .logo .kohang__sub{background:#fff;border:1px solid #2d52a3;border-radius:1rem;padding:.5rem;width:100%;position:absolute;top:-1rem;right:0;z-index:99}.header__main .logo .kohang__sub span{font-size:1.2rem;font-weight:300;font-style:italic;color:#2d52a3;line-height:1.5;display:flex;align-items:center;justify-content:space-between}.header__main .logo .kohang__sub span i{font-size:1.3rem}.header__main .logo .kohang__sub--items{padding-right:2rem;background-image:url(/_next/static/media/icon-check-no.54313ec0.webp);background-position:0 0;background-repeat:no-repeat;background-size:1.008rem auto;background-position:100%;line-height:1.5;color:#2d52a3;font-size:1.3rem}.header__main .logo .kohang__sub--items.--select{background-image:url(/_next/static/media/icon-check-check.974ed1cc.webp)}.header__main--items a{display:block;margin-right:2rem;text-align:center}.header__main--items a img{width:2.5rem}.header__main--items a span{display:block;font-size:1rem;line-height:1.6;color:#fff}.header__main--items a:nth-child(3) img{width:2.1rem}.header__main--items a:nth-child(4) img{width:1.9rem}.header__main--search{width:33.4rem}.header__main--search,.header__main--search form{position:relative;z-index:1}.header__main--search input{width:100%;height:3.5rem;background:#fff;border:2px solid #fbb03b;padding:0 2rem;font-size:1rem;color:#2d52a3;border-radius:3.5rem}.header__main--search button{padding:0;cursor:pointer;font-size:1.5rem;line-height:1;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;text-align:center;position:absolute;right:2rem;top:50%;transform:translateY(-50%);color:#2d52a3}.header__main--search .sub{width:100%;border-radius:7px;background:#fff;box-shadow:0 0 5px rgba(0,0,0,.3);padding-top:2.5rem;position:absolute;top:2rem;left:0;z-index:-1}.header__main--search .sub__items{display:flex;flex-wrap:wrap;padding:.5rem 1.2rem}.header__main--search .sub__items--thumbnail{width:5.3rem}.header__main--search .sub__items--text{width:calc(100% - 5.3rem);padding-left:2rem;padding-top:.5rem}.header__main--search .sub__items--text h3{font-size:1rem;line-height:1.1;color:#000;margin-bottom:.7rem}.header__main--search .sub__items--text p{margin-bottom:0;font-size:1rem;line-height:1.1;font-weight:700;color:#000}.header__main--search .sub__items--text p>span:first-child{margin:0}.header__main--search .sub__items--text p>span:last-child{margin-left:1.1rem;font-weight:400;color:#7c7c7c}.header__main--search .sub__items--text p>span spam{text-decoration:line-through}.header__main--search .sub__items--text p>span b{color:#f4142f;text-decoration:none;font-weight:400}.header__main--search .sub__items.more{text-align:center;justify-content:center}.header__main--search .sub__items.more a{font-size:1rem;color:#000;font-weight:600}@media (max-width:768px){.header{background:#fff;padding:2rem 0 1.2rem;width:100%;position:fixed;top:0;left:0;z-index:999}.header__main--menu{display:none}.header__main .logo{width:100%;margin-right:0;margin-bottom:2rem;justify-content:space-between}.header__main .logo a{width:46.7rem}.header__main .logo a.pc{display:none}.header__main .logo a.sp{display:block}.header__main .logo .kohang{margin-left:2.5rem;font-size:2.3rem;padding-right:3.5rem;background:none;color:#2d52a3}.header__main .logo .kohang:after{content:"\f107";font-family:FontAwesome;position:absolute;top:50%;right:0;transform:translateY(-50%)}.header__main .logo .kohang__sub{padding:1rem;width:22rem}.header__main .logo .kohang__sub span{font-size:1.581rem}.header__main .logo .kohang__sub span i{font-size:1.5rem}.header__main .logo .kohang__sub--items{padding-right:2rem;background-size:1.518rem auto;font-size:2.346rem}.header__main--items{display:none}.header__main--search{width:100%;position:relative}.header__main--search input{width:100%;height:4.4rem;background:#2d52a3;border:none;padding:0 5rem;font-size:2rem;color:#fff;border-radius:4.4rem}.header__main--search input::placeholder{font-style:italic}.header__main--search button{font-size:2.7rem;width:2.7rem;height:2.7rem;right:5rem;color:#fff}.header__main--search .sub{border-radius:1.733rem}.header__main--search .sub__items{padding:1rem 2.5rem}.header__main--search .sub__items--thumbnail{width:10.424rem}.header__main--search .sub__items--text{width:calc(100% - 10.424rem);padding-left:4rem;padding-top:1rem}.header__main--search .sub__items--text h3{font-size:1.986rem;margin-bottom:1.5rem;font-weight:600}.header__main--search .sub__items--text p{font-size:1.91rem}.header__main--search .sub__items--text p>span:last-child{margin-left:11.5rem}.header__main--search .sub__items--text p>span b{margin-left:2.5rem;font-weight:400}.header__main--search .sub__items.more a{font-size:1.986rem}.--page .header__main{flex-direction:column-reverse}.--page .header__main--search{margin-bottom:2.6rem}}.banner{padding-top:2.5rem}.banner__main--left,.banner__main--right{width:37.2413793%;position:relative}.banner__main--left .text,.banner__main--right .text{width:100%;height:100%;position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:space-between;padding:2rem 1.5rem}.banner__main--left .text h2,.banner__main--right .text h2{color:#fff;font-size:2rem;line-height:2.4rem;font-style:italic}.banner__main--left .text .txt h3,.banner__main--right .text .txt h3{font-size:1.3rem;line-height:1.5rem;color:#fff;margin-bottom:.5rem}.banner__main--left .text .txt p,.banner__main--right .text .txt p{font-size:.9rem;line-height:1.1rem;color:#fff;font-weight:300;font-style:italic;margin-bottom:.5rem}.banner__main--center{width:25.5172414%;padding:0 2rem}.banner__main--center main{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;background:#fff;border:1px solid #2d52a3;border-radius:1.5rem;box-shadow:0 0 5px rgba(0,0,0,.3);text-align:center;padding:2.5rem 1rem}.banner__main--center main p{margin-bottom:2.5rem;font-size:1.3rem;line-height:1.5rem;letter-spacing:.1em}.banner__main--center main .labels span{display:inline-block;line-height:2.6rem;background:#2d52a3;border-radius:1rem;font-size:2rem;font-weight:700;color:#fff;padding:0 1rem;letter-spacing:.1em}.menu-box{padding:3rem 0}.menu-box__main{overflow:hidden}.menu-box__main .d-flex{margin:0 -1.5rem;justify-content:space-between}.menu-box__main--items{padding:0 1.5rem;width:calc(100% / 5);margin-bottom:1.5rem}.menu-box__main--items h3{font-size:1.4rem;line-height:1.7rem;padding-bottom:.5rem;margin-bottom:1rem;border-bottom:2px solid #2d52a3}.menu-box__main--items ul{padding-left:2rem}.menu-box__main--items ul li{margin-bottom:.5rem}.menu-box__main--items ul li a{display:block;font-size:1.3rem;line-height:1.5rem}.partner-box{padding:2rem 0;box-shadow:0 0 2px rgba(0,0,0,.25)}.partner-box__main{padding:0 2.8rem;position:relative}.partner-box__main:after,.partner-box__main:before{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);font:normal normal normal 2rem/1 FontAwesome;color:#2d52a3}.partner-box__main:before{content:"\f053";left:0}.partner-box__main:after{content:"\f054";right:0}.partner-box__main .slider{display:flex;align-items:center}.partner-box__main .slider .items{width:9.7rem!important}.category-box{padding:3rem 0 10rem}.category-box .container{max-width:91rem}.category-box .head-box{text-align:center;margin-bottom:4rem}.category-box .head-box h2{font-weight:700;color:#1c1c1c;font-size:2.2rem;line-height:1.4}.category-box__main .d-flex{margin:0 -4.25rem}.category-box__main--items{width:calc(100% / 4);padding:0 4.25rem;margin-bottom:3.5rem}.category-box__main--items a{display:block}.category-box__main--items main{display:block;width:100%;height:100%;text-align:center}.category-box__main--items .thumbnail{border-radius:15px;overflow:hidden;box-shadow:0 0 2.5rem rgba(0,0,0,.3);margin-bottom:1.5rem}.category-box__main--items h3{font-size:2rem;line-height:1.4;color:#1c1c1c;font-weight:500;font-style:italic}.products-box{padding:3rem 0 10rem;overflow:hidden}.products-box .container{max-width:96rem;position:relative}.products-box .head-box{text-align:center;margin-bottom:4rem}.products-box .head-box h2{font-weight:700;color:#1c1c1c;font-size:2.2rem;line-height:1.4}.products-box__filter{width:11.4rem;box-shadow:0 0 1rem rgba(0,0,0,.3);border-radius:.4rem;position:absolute;top:0;left:0;transform:translateX(calc(-100% - 3rem))}.products-box__filter .fa-chevron-circle-left{display:none}.products-box__filter h3{border-bottom:1px solid #bcbcbc;padding:0 1rem;font-size:.9rem;font-weight:800;color:#2d52a3;line-height:2.5rem;font-style:italic;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.products-box__filter ul{padding:1.2rem}.products-box__filter ul li{margin-bottom:.5rem;font-size:.9rem;font-weight:700;color:#2d52a3}.products-box__filter ul li .wrap{display:flex;align-items:center}.products-box__filter ul li .wrap input{margin-right:.7rem}.products-box__filter ul.is_active{display:block}.products-box__main{position:relative}.products-box__main .d-flex{margin:0 -3.3rem}.products-box__main--items{width:50%;padding:0 3.3rem;margin-bottom:5.5rem}.products-box__main--items main{display:flex;flex-wrap:wrap;align-items:center;width:100%;height:100%;box-shadow:0 0 2.5rem rgba(0,0,0,.3);background:#fff;border-radius:1rem;padding:1.5rem}.products-box__main--items .thumbnail{width:16rem;position:relative}.products-box__main--items .thumbnail span{font-size:1.4rem;line-height:1;font-weight:600;color:#000;position:absolute;left:1rem;bottom:.5rem}.products-box__main--items .text{width:calc(100% - 16rem);padding-left:2rem}.products-box__main--items .text__list{display:flex;flex-wrap:wrap;align-items:center;margin:0 -1rem 1.2rem}.products-box__main--items .text__list--items{width:calc(100% / 5);padding:0 1rem}.products-box__main--items .text__list--items span{display:block;cursor:pointer;border:1px solid #fff;border-radius:.5rem;overflow:hidden}.products-box__main--items .text__list--items span picture{display:block}.products-box__main--items .text__list--items span img{vertical-align:middle;width:100%;height:auto;display:block}.products-box__main--items .text__list--items span.is_active,.products-box__main--items .text__list--items span:hover{border-color:#2d52a3}.products-box__main--items .text__tonkho{display:flex;align-content:center;flex-wrap:wrap;margin-bottom:2rem}.products-box__main--items .text__tonkho .tk{width:4.6rem;line-height:1;font-size:1.1rem;color:#000}.products-box__main--items .text__tonkho .d-flex{width:calc(100% - 4.6rem);margin:0}.products-box__main--items .text__tonkho .d-flex span{font-size:1.1rem;line-height:1;color:#000;padding-left:1.5rem;margin-bottom:1rem;text-align:center}.products-box__main--items .text__tonkho .d-flex span spam{display:block;font-size:.9rem;line-height:1;font-weight:300;font-style:italic;margin-top:.8rem}.products-box__main--items .text__info{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end}.products-box__main--items .text__info--left{width:11rem}.products-box__main--items .text__info--dowload{width:4rem}.products-box__main--items .text__info--btn{width:7.2rem}.products-box__main--items .text__info h3{font-size:1.4rem;line-height:1.6rem;font-weight:600;color:#000;width:100%}.products-box__main--items .text__info .code{font-size:1.2rem;line-height:1.6rem;font-weight:600;color:#000}.products-box__main--items .text__info .price-new{font-size:1.4rem;line-height:1.7rem;color:#000;font-weight:700;white-space:nowrap}.products-box__main--items .text__info .price-old{font-size:1.2rem;line-height:1.7rem;color:#7c7c7c;font-weight:400}.products-box__main--items .text__info .price-old spam{text-decoration:line-through}.products-box__main--items .text__info .price-old>span{color:#f4142f}.products-box__main--items .text__info--dowload{padding-left:1.5rem;padding-right:1rem}.products-box__main--items .text__info--dowload i{color:#2d52a3;display:block}.products-box__main--items .text__info--btn button{padding:0;cursor:pointer;width:7.2rem;height:6rem;display:flex;justify-content:center;align-items:center;border-radius:.5rem;text-align:center;background:#2d52a3;font-size:1.1rem;line-height:1.7rem;color:#fff}.products-box__main--items .text__info--btn button:hover{background:#000}.products-box__modal{width:100%;max-width:64.1rem;overflow:auto;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;box-shadow:0 0 2.5rem rgba(0,0,0,.3);border-radius:1.5rem;z-index:9999}.products-box__modal h3{line-height:5rem;background:#2d52a3;text-align:center;font-size:2rem;color:#fff;border-radius:1.5rem;margin-bottom:2.5rem;position:relative}.products-box__modal h3 i{font-size:3rem;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}.products-box__modal--content{padding:0 2.5rem;margin-bottom:4rem;display:flex;justify-content:space-between}.products-box__modal--content .thumbnail{width:16rem}.products-box__modal--content .thumbnail img{margin-bottom:2rem}.products-box__modal--content .thumbnail p{font-size:1.2rem;line-height:1.6rem;margin-bottom:0;font-weight:600}.products-box__modal--content .thumbnail span{display:block;font-size:1.7rem;line-height:2rem;color:#000;font-weight:700}.products-box__modal--content .text{width:calc(100% - 16rem);padding-left:11rem}.products-box__modal--content .text__main{border:1px solid #1c1c1c;border-radius:.5rem}.products-box__modal--content .text__main--head{display:flex;align-items:center}.products-box__modal--content .text__main--head span{width:calc(100% / 4);text-align:center;line-height:3.8rem;border-bottom:1px solid #1c1c1c}.products-box__modal--content .text__main--head span:last-child{width:50%}.products-box__modal--content .text__main--content .items{display:flex;align-content:center;padding:1.2rem 0}.products-box__modal--content .text__main--content .items span{width:calc(100% / 4);text-align:center;line-height:2.7rem}.products-box__modal--content .text__main--content .items span:last-child{width:50%;display:flex;align-items:center;justify-content:center}.products-box__modal--content .text__main--content .items span:last-child input{width:6.2rem;height:2.7rem;border:1px solid #1c1c1c;border-radius:.5rem;text-align:center;font-size:1.4rem;font-weight:600;margin:0 1.5rem}.products-box__modal--content .text__main--content .items span i{cursor:pointer;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.products-box__modal--content .text__main--content .items span i:hover{color:#2d52a3}.products-box__modal--total{width:100%;max-width:30rem;margin:0 auto}.products-box__modal--total .total-items{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.products-box__modal--total .total-items .items{font-size:1.1rem;line-height:2rem;font-weight:400;text-align:center}.products-box__modal--total .total-items .items b{display:block;font-size:1.5rem;line-height:2rem;font-weight:600}.products-box__modal--total .cart-btn{padding-bottom:2rem}.products-box__modal--total .cart-btn button{padding:0;cursor:pointer;background:#ea8b3d;width:100%;line-height:4.2rem;border:none;border-radius:.5rem;text-align:center;font-size:1.7rem;color:#fff;font-style:italic}.products-box__modal--total .cart-btn button:hover{background:#000}.cartempty-box{padding:3rem 0 10rem}.cartempty-box .head-box{text-align:center;margin-bottom:4rem}.cartempty-box .head-box h2{font-weight:700;color:#1c1c1c;font-size:2.2rem;line-height:1.4}.cartempty-box__main{text-align:center}.cartempty-box__main--icon{margin-bottom:7.5rem}.cartempty-box__main--icon img{width:100%;max-width:20.4rem;margin-bottom:3rem}.cartempty-box__main--icon span{display:block;font-size:1.5rem;line-height:1.8rem;font-weight:600}.cartempty-box__main--btn{display:inline-block;max-width:30.4rem;width:100%}.cartempty-box__main--btn .more{display:inline-block;width:100%;line-height:3.4rem;background:#2d52a3;text-align:center;color:#fff;font-size:1.5rem;font-style:italic;margin-bottom:2rem;border-radius:5px}.cartempty-box__main--btn .more:last-child{margin-bottom:0;background:#fff;border:1px solid #2d52a3;color:#1c1c1c}.cartempty-box__main--btn .more:hover{background:#000;color:#fff}.customer-box{padding:3rem 0 10rem}.customer-box .head-box{text-align:center;margin-bottom:4rem}.customer-box .head-box h2{font-weight:800;font-size:3.245rem;line-height:1.4}.customer-box__main{display:flex;flex-wrap:wrap;margin:0 -2rem}.customer-box__main--items{width:50%;padding:0 2rem;margin-bottom:2rem}.customer-box__main--items main{padding:2rem 3rem;box-shadow:0 0 .5rem rgba(0,0,0,.3);border-radius:1.6rem}.customer-box__main--items h3{margin-bottom:2rem;padding-bottom:1.2rem;border-bottom:1px solid #1c1c1c;font-size:1.8rem;line-height:2.6rem;color:#1c1c1c;font-weight:600}.customer-box__main--items .items{margin-bottom:1.5rem}.customer-box__main--items .items p{margin-bottom:0;font-size:1.2rem;line-height:2.6rem;font-weight:400}.customer-box__main--items .items p span{display:block;font-weight:600}.customer-box__main--items .items:last-child{margin-bottom:0}.customer-box__main--items .items a{font-weight:500;color:#2d52a3;margin-right:3rem;font-size:1.2rem}.customer-box__main--items .items a.tel{font-size:1.5rem;color:#1c1c1c}.customer-box__main--items .items a:last-child{margin:0}.customer-box__main--items .items a:hover{text-decoration:underline}.customer-box__main--items:first-child h3{padding-bottom:0;border-bottom:none}.customer-box__main--items:nth-child(3){margin-top:-7rem}.order-box{padding:3rem 0 10rem}.order-box h2{font-weight:600;color:#1c1c1c;font-size:1.6rem;line-height:1.4;text-align:center;margin-bottom:4rem}.order-box__main{position:relative}.order-box__main:after{content:"";width:1px;height:100%;background:#000;position:absolute;top:0;left:50%}.order-box__main--order{width:50%;padding-right:4.5rem}.order-box__main--order .main-box{box-shadow:0 0 1.5rem rgba(0,0,0,.3);border-radius:1rem;padding:2rem 3rem;margin-bottom:2rem}.order-box__main--order .main-box:last-child{margin-bottom:0}.order-box__main--order .main-box .head{display:flex;justify-content:space-between;padding-bottom:1.5rem;margin-bottom:1rem;border-bottom:1px solid #1c1c1c}.order-box__main--order .main-box .head__left--time{font-size:1.2rem;line-height:1.5;font-weight:400;margin-bottom:1.5rem}.order-box__main--order .main-box .head__left--code{font-size:1rem;line-height:1.8;font-weight:300;font-style:italic}.order-box__main--order .main-box .head__right--price{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.order-box__main--order .main-box .head__right--price span{font-size:1.2rem;line-height:1.5;font-weight:400}.order-box__main--order .main-box .head__right--price button{border:1px solid #1c1c1c;width:5.2rem;line-height:1.7rem;text-align:center;font-size:.9rem;color:#1c1c1c;margin-left:3.5rem}.order-box__main--order .main-box .head__right--price button:hover{background:#1c1c1c;color:#fff}.order-box__main--order .main-box .head__right--status{font-size:1rem;line-height:2;color:#ea8b3d;text-align:right}.order-box__main--order .main-box .detail .items{margin-bottom:1rem}.order-box__main--order .main-box .detail .items p{margin-bottom:0;font-size:.8rem;line-height:1.5;font-weight:300}.order-box__main--order .main-box .detail .items p span{display:block;font-weight:500;font-size:1rem;line-height:2}.order-box__main--order .main-box .detail .items:last-child{margin-bottom:0}.order-box__main--order .main-box .detail .items a{font-weight:500;color:#2d52a3;font-size:1rem}.order-box__main--order .main-box .detail .items a.tel{font-size:1.5rem;color:#1c1c1c}.order-box__main--order .main-box .detail .items a:last-child{margin:0}.order-box__main--order .main-box .detail .items a:hover{text-decoration:underline}.order-box__main--order .main-box .action{padding-top:4rem;display:flex;justify-content:center;font-size:1rem;line-height:2rem}.order-box__main--order .main-box .action a{margin:0 7rem}.order-box__main--order .main-box .action a i{font-size:1.5rem;vertical-align:text-bottom}.order-box__main--list{width:50%;padding-left:4.5rem}.order-box__main--list .head{display:flex;align-items:center;margin-bottom:3rem}.order-box__main--list .head span{font-size:1rem;line-height:1;margin-right:2.5rem;display:block}.order-box__main--list .head input{width:9rem;height:1.8rem;font-size:.9rem}.order-box__main--list .head .calenda{position:relative}.order-box__main--list .head .calenda i{position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.order-box__main--list .main-box{box-shadow:0 0 1.5rem rgba(0,0,0,.3);border-radius:1rem;padding:2rem 3rem;margin-bottom:2rem;display:flex;justify-content:space-between}.order-box__main--list .main-box__left--time{font-size:1.2rem;line-height:1.5;font-weight:400;margin-bottom:1.5rem}.order-box__main--list .main-box__left--code{font-size:1rem;line-height:1.8;font-weight:300;font-style:italic}.order-box__main--list .main-box__right--price{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.order-box__main--list .main-box__right--price span{font-size:1.2rem;line-height:1.5;font-weight:400}.order-box__main--list .main-box__right--price button{border:1px solid #1c1c1c;width:5.2rem;line-height:1.7rem;text-align:center;font-size:.9rem;color:#1c1c1c;margin-left:3.5rem}.order-box__main--list .main-box__right--price button:hover{background:#1c1c1c;color:#fff}.order-box__main--list .main-box__right--status{font-size:1rem;line-height:2;color:#ea8b3d;text-align:right}.order-box__main--list .main-box__right--status img{width:7rem;margin-left:3rem}.order-box__main--list .main-box:last-child{margin-bottom:0}.cart-box{padding:3rem 0 10rem}.cart-box .container{max-width:59.5rem}.cart-box .head-box{text-align:center;margin-bottom:4rem}.cart-box .head-box h2{font-weight:700;color:#1c1c1c;font-size:2.2rem;line-height:1.4}.cart-box__main{padding:1rem;box-shadow:0 0 .5rem rgba(0,0,0,.3);margin-bottom:1rem;border-radius:1rem}.cart-box__main .thumbnail{width:10rem}.cart-box__main .text{width:calc(100% - 10rem);padding-left:2rem}.cart-box__main .text__info{display:flex;justify-content:space-between}.cart-box__main .text__info--title h3{font-size:1.6rem;line-height:1.2;color:#000;font-weight:600;margin-bottom:.5rem}.cart-box__main .text__info--title p{margin-bottom:0;font-size:1.3rem;line-height:1.5;font-weight:400;font-style:italic}.cart-box__main .text__info--title p span{display:block}.cart-box__main .text__info--title p span span{display:inline-block}.cart-box__main .text__info--btn button{padding:0;display:block;width:4.5rem;line-height:2.8rem;border:1px solid #1c1c1c;font-size:1.3rem;text-align:center;font-style:italic;margin-bottom:1rem}.cart-box__main .text__info--btn button:last-child{margin-bottom:0}.cart-box__main .text__info--btn button:hover{background:#1c1c1c;color:#fff}.cart-box__main .text__price{text-align:right;font-size:1.6rem;font-weight:600;padding-top:.5rem;line-height:1}.cart-box__infomation{padding-top:1.5rem}.cart-box__infomation--items{margin-bottom:1.5rem;align-items:center;justify-content:space-between}.cart-box__infomation--items .labels{font-size:1.3rem;line-height:1.2;font-style:italic}.cart-box__infomation--items .info{display:flex;justify-content:flex-end;text-align:right;align-items:center;font-size:1.3rem;line-height:1.2;font-weight:600}.cart-box__infomation--items .info input{width:15.5rem;height:3rem;border:1px solid #1c1c1c;border-radius:.5rem}.cart-box__infomation--items .info i{font-size:2rem;margin-left:1.2rem}.cart-box__checkout{text-align:right;padding-top:14rem}.cart-box__checkout .more{display:inline-block;width:15.5rem;line-height:3rem;padding:0;text-align:center;font-size:1.4rem;color:#fff;background:#ea8b3d;border-radius:.5rem}.cart-box__checkout .more:hover{background:#1c1c1c}.login-box{padding:5rem 0 10rem}.login-box__main{width:100%;max-width:39rem;margin:0 auto 10rem}.login-box__main .form-group{margin-bottom:2rem}.login-box__main .form-group label{display:flex;margin-bottom:1.4rem;font-size:1.8rem;line-height:1;color:#1c1c1c;font-weight:600}.login-box__main .form-group input[type=password],.login-box__main .form-group input[type=text]{width:100%;height:4rem;border:none;background:#fff;border-radius:9px;box-shadow:0 0 .5rem rgba(0,0,0,.3);padding:0 2.2rem;font-size:1.5rem;font-weight:500}.login-box__main .form-group input[type=password]:focus,.login-box__main .form-group input[type=text]:focus{outline:none;outline:0}.login-box__main .form-group input[type=password]::placeholder,.login-box__main .form-group input[type=text]::placeholder{color:gray}.login-box__main .form-group.required label:after{content:"*";color:red;margin-left:.5rem}.login-box__main .form-password{position:relative}.login-box__main .form-password:after{content:"";width:2.1rem;height:2.2rem;background-image:url(/_next/static/media/icon-password.76a038da.webp);background-position:0 0;background-repeat:no-repeat;background-size:100% 100%;position:absolute;right:1.4rem;bottom:.9rem;z-index:99}.login-box__main .form-check{display:flex;align-items:center;margin-bottom:3rem}.login-box__main .form-check input{margin:0}.login-box__main .form-check label{margin-left:1rem;margin-bottom:0}.login-box__main .btn-login{display:block;width:100%;max-width:23.3rem;margin:0 auto;line-height:4.3rem;font-size:2rem;font-weight:600;color:#fff;background:#2d52a3;border-radius:2.5rem}.login-box__main .btn-login:hover{background:#000}.login-box__copyright{text-align:center;font-size:1.6rem;font-weight:600;color:#999;line-height:2.3rem}.customer-box .head-box h2{font-size:2.2rem;color:#1c1c1c;font-weight:700}.footer{background:#2d52a3;padding:.5rem 0}.footer__main nav ul{display:flex;flex-wrap:wrap}.footer__main nav ul li{width:calc(100% / 3);border-right:2px solid #fff}.footer__main nav ul li a{display:block;line-height:1.1rem;font-size:1.1rem;letter-spacing:.2em;text-align:center;color:#fff!important;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.footer__main nav ul li a:hover{opacity:.7}.footer__main nav ul li:last-child{border:none}.products-box__main{min-height:61rem}@media (max-width:768px){.footer{padding:1rem 0 15rem}.footer__main nav ul li a{line-height:2.6rem;font-size:2.2rem;letter-spacing:.3em}}.sp{display:none}@media screen and (max-width:1100px) and (min-width:769px){html{font-size:.8vw}}@media (max-width:768px){html{font-size:1.30208vw}body{padding-top:10rem}.pc{display:none}.sp{display:block}.container{padding:0 3rem}.banner{padding-top:15.7rem}.banner__main--left,.banner__main--right{width:100%}.banner__main--left .text,.banner__main--right .text{padding:3rem}.banner__main--left .text h2,.banner__main--right .text h2{font-size:3rem;line-height:3.6rem}.banner__main--left .text .txt h3,.banner__main--right .text .txt h3{font-size:2rem;line-height:2.3rem;margin-bottom:1rem}.banner__main--left .text .txt p,.banner__main--right .text .txt p{font-size:1.3rem;line-height:2rem;margin-bottom:0}.banner__main--left{order:2}.banner__main--right{display:none;order:3}.banner__main--center{width:100%;order:1;padding:0;margin-bottom:1.5rem}.banner__main--center main{display:flex;flex-direction:row;justify-content:space-between;border:none;border-radius:1.5rem;box-shadow:0 0 4px rgba(0,0,0,.3);text-align:left;padding:1rem 0}.banner__main--center main .items{display:flex;justify-content:center;align-items:center;width:50%;border-right:1px solid #7c7c7c;padding:0 2rem}.banner__main--center main .items:last-child{border:none}.banner__main--center main p{margin-bottom:0;font-size:1.2rem;line-height:1.3rem;text-align:right;padding-right:1.5rem}.banner__main--center main .labels span{line-height:2.4rem;font-size:1.7rem}.menu-box__main--items{width:calc(100% / 2)}.menu-box__main--items h3{font-size:2.4rem;line-height:2.8rem;padding-bottom:1.5rem;margin-bottom:1.5rem}.menu-box__main--items ul{padding-left:2.5rem}.menu-box__main--items ul li{margin-bottom:1rem}.menu-box__main--items ul li a{font-size:2.2rem;line-height:2.7rem}.partner-box__main{padding:0 2.8rem;position:relative}.partner-box__main:after,.partner-box__main:before{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);font:normal normal normal 2rem/1 FontAwesome;color:#2d52a3}.partner-box__main:before{content:"\f053";left:0}.partner-box__main:after{content:"\f054";right:0}.partner-box__main .slider{display:flex;align-items:center}.partner-box__main .slider .items{padding:0 1.5rem}.category-box{padding:8rem 0 0}.category-box .head-box{text-align:left;margin-bottom:5rem}.category-box .head-box h2{font-size:3rem;font-weight:600}.category-box__main .d-flex{margin:0 -.6rem}.category-box__main--items{width:calc(100% / 4);padding:0 .6rem;margin-bottom:0}.category-box__main--items .thumbnail{border-radius:0;box-shadow:none;margin-bottom:1rem}.category-box--sp{padding-top:8rem;padding-bottom:10rem}.category-box--sp .category-box__main--items{margin-bottom:1rem}.products-box{padding:8rem 0 5rem}.products-box .head-box{text-align:left;margin-bottom:5rem}.products-box .head-box h2{font-size:3rem;font-weight:600}.products-box__filter{position:static;width:100%;box-shadow:none;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-start;transform:none}.products-box__filter .fa-chevron-circle-left{display:block;font-size:4.5rem;color:#2d52a3}.products-box__filter .main{width:17rem;box-shadow:0 0 1rem rgba(0,0,0,.3);border-radius:.4rem;position:relative}.products-box__filter h3{font-size:1.5rem;line-height:4rem}.products-box__filter ul{display:none;position:absolute;left:0;width:100%;background:#fff;box-shadow:0 0 1rem rgba(0,0,0,.3)}.products-box__filter ul li{font-size:1.3rem}.products-box__filtersp{margin-bottom:2rem}.products-box__filtersp i{font-size:4.5rem;color:#2d52a3}.products-box__filtersp select{border:none;border-radius:.3rem;height:5rem;width:22.8rem;box-shadow:0 0 1rem rgba(0,0,0,.3);padding:0 2rem;font-size:1.9rem;color:#2d52a3;font-weight:800;font-style:italic}.products-box__filtersp select:focus{border:none;outline:0;outline:none}.products-box__main .d-flex{margin:0}.products-box__main--items{width:100%;padding:0;margin-bottom:3rem}.products-box__main--items main{border-radius:1.5rem;padding:2rem}.products-box__main--items .thumbnail{width:24rem;position:relative}.products-box__main--items .thumbnail span{font-size:2.1rem}.products-box__main--items .text{width:calc(100% - 24rem);padding-left:3rem}.products-box__main--items .text__list{margin:0 -1.7rem 1.8rem}.products-box__main--items .text__list--items{width:calc(100% / 5);padding:0 1.7rem}.products-box__main--items .text__tonkho{margin-bottom:1.5rem}.products-box__main--items .text__tonkho .tk{font-size:1.7rem;width:7rem}.products-box__main--items .text__tonkho .d-flex{width:calc(100% - 7rem)}.products-box__main--items .text__tonkho .d-flex span{font-size:1.7rem;line-height:2rem;padding-left:2rem}.products-box__main--items .text__tonkho .d-flex span spam{font-size:1.3rem}.products-box__main--items .text__info .code,.products-box__main--items .text__info h3{font-size:1.8rem;line-height:2.4rem}.products-box__main--items .text__info .price-new,.products-box__main--items .text__info .price-old{font-size:2.2rem;line-height:2.6rem}.products-box__main--items .text__info--left{width:calc(100% - 16.8rem)}.products-box__main--items .text__info--dowload{padding-left:2.5rem;padding-right:1rem;width:6rem}.products-box__main--items .text__info--dowload i{font-size:3rem}.products-box__main--items .text__info--btn{width:10.8rem}.products-box__main--items .text__info--btn button{width:10.7rem;height:9rem;font-size:1.7rem;line-height:2.5rem}.products-box__modal{max-width:95%}.products-box__modal h3{line-height:5rem;font-size:2.4rem;margin-bottom:2rem}.products-box__modal h3 i{font-size:3rem}.products-box__modal--content{margin-bottom:2rem;flex-wrap:wrap}.products-box__modal--content .thumbnail{width:100%;display:flex}.products-box__modal--content .thumbnail picture{display:block;width:15rem}.products-box__modal--content .thumbnail .txt{width:calc(100% - 15rem);padding-left:2rem}.products-box__modal--content .thumbnail p{font-size:2rem;line-height:2}.products-box__modal--content .thumbnail span{font-size:2.2rem}.products-box__modal--content .text{width:100%;padding-left:0}.products-box__modal--content .text__main{border-radius:1rem}.products-box__modal--content .text__main--head span{font-size:2rem;line-height:4rem}.products-box__modal--content .text__main--content .items{padding:1rem 0;line-height:4rem;font-size:2rem}.products-box__modal--content .text__main--content .items span{line-height:4rem}.products-box__modal--content .text__main--content .items span:last-child input{width:15rem;height:4rem;font-size:2rem;margin:0 2rem}.products-box__modal--content .text__main--content .items span i{font-size:1.5rem}.products-box__modal--total{max-width:100%}.products-box__modal--total .total-items .items{width:calc(100% / 3);text-align:center;font-size:2rem;line-height:4rem}.products-box__modal--total .total-items .items b{font-size:2.5rem}.products-box__modal--total .cart-btn{text-align:center}.products-box__modal--total .cart-btn button{display:inline-block;width:100%;max-width:30rem;border-radius:3rem;font-size:2.2rem;line-height:4rem}.cartempty-box{padding:8rem 0 10rem;min-height:85vh}.cartempty-box .head-box{margin-bottom:5rem}.cartempty-box .head-box h2{font-size:3rem;font-weight:600}.cartempty-box__main--icon{margin-bottom:14rem}.cartempty-box__main--icon img{max-width:41.4rem;margin-bottom:5rem}.cartempty-box__main--icon span{font-size:3rem;line-height:3.6rem}.cartempty-box__main--btn{max-width:61.7rem}.cartempty-box__main--btn .more{line-height:7rem;font-size:3rem;margin-bottom:5rem}.customer-box{padding:8rem 0 10rem}.customer-box .head-box{margin-bottom:5rem}.customer-box .head-box h2{font-size:4.2rem}.customer-box__main{margin:0}.customer-box__main--items{width:100%;padding:0;margin-bottom:4rem}.customer-box__main--items main{padding:4rem 2.5rem;box-shadow:0 0 5rem rgba(0,0,0,.3);border-radius:3rem}.customer-box__main--items h3{font-size:2.6rem;line-height:3.6rem}.customer-box__main--items .items{margin-bottom:1.5rem}.customer-box__main--items .items p{font-size:1.8rem;line-height:3.6rem}.customer-box__main--items .items a{font-size:1.8rem}.customer-box__main--items .items a.tel{font-size:2.2rem}.customer-box__main--items:nth-child(3){margin-top:0}.order-box{padding:8rem 0 10rem}.order-box h2{font-size:3rem}.order-box__main:after{display:none}.order-box__main--order{width:100%;padding-right:0;margin-bottom:4rem}.order-box__main--order .main-box{box-shadow:0 0 2.5rem rgba(0,0,0,.3);border-radius:3rem;padding:3.5rem;margin-bottom:4rem}.order-box__main--order .main-box:last-child{margin-bottom:0}.order-box__main--order .main-box .head{padding-bottom:2.5rem;margin-bottom:1.5rem}.order-box__main--order .main-box .head__left--time{font-size:2.2rem;margin-bottom:3rem}.order-box__main--order .main-box .head__left--code{font-size:2rem}.order-box__main--order .main-box .head__right--price{margin-bottom:3rem}.order-box__main--order .main-box .head__right--price span{font-size:2.2rem}.order-box__main--order .main-box .head__right--price button{width:9.8rem;line-height:3.2rem;font-size:1.8rem;margin-left:6rem}.order-box__main--order .main-box .head__right--status{font-size:2rem;line-height:1.5}.order-box__main--order .main-box .detail .items{margin-bottom:1.5rem}.order-box__main--order .main-box .detail .items p{font-size:1.5rem}.order-box__main--order .main-box .action,.order-box__main--order .main-box .detail .items a,.order-box__main--order .main-box .detail .items p span{font-size:2rem}.order-box__main--order .main-box .action a{margin:0 6rem}.order-box__main--order .main-box .action a i{font-size:2.5rem}.order-box__main--list{width:100%;padding-left:0}.order-box__main--list .head{margin-bottom:4rem;justify-content:space-between;padding:0 5rem}.order-box__main--list .head span{font-size:1.8rem;margin-right:0}.order-box__main--list .head input{width:17.2rem;height:3.5rem;font-size:1.8rem}.order-box__main--list .head .calenda i{right:1rem}.order-box__main--list .main-box{box-shadow:0 0 2.5rem rgba(0,0,0,.3);border-radius:3rem;padding:3.5rem;margin-bottom:4rem}.order-box__main--list .main-box__left--time{font-size:2.2rem;margin-bottom:3rem}.order-box__main--list .main-box__left--code{font-size:2rem}.order-box__main--list .main-box__right--price{margin-bottom:3rem}.order-box__main--list .main-box__right--price span{font-size:2.2rem}.order-box__main--list .main-box__right--price button{width:9.8rem;line-height:3.2rem;font-size:1.8rem;margin-left:6rem}.order-box__main--list .main-box__right--status{font-size:2rem;line-height:1.5}.order-box__main--list .main-box__right--status img{width:13.2rem;margin-left:4.5rem}.order-box__main--list .main-box:last-child{margin-bottom:0}.cart-box{padding:8rem 0 10rem}.cart-box .head-box{margin-bottom:5rem}.cart-box .head-box h2{font-size:3rem;font-weight:600}.cart-box .container{max-width:100%;padding:0 6rem}.cart-box__main{padding:1.5rem;box-shadow:0 0 .5rem rgba(0,0,0,.3);margin-bottom:1rem;border-radius:1rem}.cart-box__main .thumbnail{width:12rem}.cart-box__main .text{width:calc(100% - 12rem);padding-left:3rem}.cart-box__main .text__info--title h3{font-size:2.3rem}.cart-box__main .text__info--title p{font-size:2rem}.cart-box__main .text__info--btn button{width:6.6rem;line-height:4.2rem;font-size:2rem;margin-bottom:1rem}.cart-box__main .text__price{font-size:2.3rem;padding-top:1rem}.cart-box__infomation{padding-top:3rem}.cart-box__infomation--items{margin-bottom:3rem}.cart-box__infomation--items .info,.cart-box__infomation--items .labels{font-size:2rem}.cart-box__infomation--items .info input{width:25rem;height:5rem;border-radius:1rem}.cart-box__infomation--items .info i{font-size:3rem;margin-left:2rem}.cart-box__checkout{text-align:center}.cart-box__checkout .more{width:30.5rem;line-height:5.7rem;font-size:2.7rem;border-radius:1.5rem}.login-box{padding:20rem 0 5rem}.login-box .container{padding:0 5rem}.login-box__main{max-width:100%;margin:0 auto 45rem}.login-box__main .form-group{margin-bottom:5.5rem}.login-box__main .form-group label{margin-bottom:2rem;font-size:2.6rem}.login-box__main .form-group input[type=password],.login-box__main .form-group input[type=text]{height:6rem;border-radius:14px;box-shadow:0 0 1rem rgba(0,0,0,.3);padding:0 3.8rem;font-size:2.2rem}.login-box__main .form-group.required label:after{margin-left:1rem}.login-box__main .form-password{position:relative}.login-box__main .form-password:after{width:3.5rem;height:3.3rem;right:2.3rem;bottom:1.4rem}.login-box__main .form-check{margin-bottom:6rem}.login-box__main .form-check label{margin-bottom:0}.login-box__main .btn-login{max-width:39rem;line-height:6.4rem;font-size:3.1rem;border-radius:3.3rem}.login-box__copyright{font-size:2rem;line-height:3rem}.customer-box .head-box h2{font-size:3rem;font-weight:600}.head-box h2{font-weight:600!important}.products-box__main{min-height:90rem}}.partner-box__main:after,.partner-box__main:before{cursor:pointer}.products-box .products-box__main--items .text__tonkho .d-flex span spam{font-size:1.2rem;font-weight:600}.products-box__main .products-box__main--items .text__list--items{width:calc(100% / 4)}.products-box__main .products-box__main--items .text__info--btn button{height:3.5rem}.products-box__main .products-box__main--items{margin-bottom:2rem}.products-box__main .products-box__main--items .text__info .code{color:red}.products-box__modal--content .text__main--content .items span i.fa-minus{background:#000;color:#fff;padding:5px 8px}.products-box__modal--content .text__main--content .items span i.fa-plus{background:red;color:#fff;padding:5px 8px}.header__main--items a.cart{position:relative}.header__main--items a.cart .badge{border-radius:10px;line-height:20px;height:20px;background:red;color:#fff;width:20px;position:absolute;top:-8px;right:0}.header__main .logo{position:relative}.header__main .logo .chonkhohang{background-color:orange;position:absolute;top:0;right:0;color:#fff;font-size:13px;padding:3px 1px;display:none}.header__main .logo .kohang{display:none!important}.order-box .products-box__modal--total{max-width:none;padding:0 10px}.order-box .products-box__modal--description{padding:0 10px}.order-box .products-box__modal--total .total-items{background-color:#d3d3d3;padding:10px}.order-box .cart-box__main{box-shadow:none}.order-box .products-box__modal--content .text__main--head span:last-child{width:20%}.order-box .products-box__modal--content .text__main--head span{width:40%}.order-box .products-box__modal .more{border:1px solid #1c1c1c;width:5.2rem;line-height:1.7rem;text-align:center;font-size:.9rem;color:#1c1c1c;margin-left:.5rem}.order-box .products-box__modal .text__info--price{display:flex;justify-content:space-between}.order-box .cart-box__main .text__info{display:initial}.order-box .cart-box__container{max-height:30rem;overflow:scroll}.products-box .products-box__modal{max-height:50rem;overflow:scroll}.products-box .products-box__main--items .thumbnail{width:14rem;height:14rem}.products-box .products-box__main--items .thumbnail span{bottom:-2.5rem}.order-box .cart-box__main{padding:0 1rem;margin-bottom:0}.order-box .cart-box__main .thumbnail{width:8.5rem}.order-box .more{border:1px solid #000;height:2rem}@media (max-width:768px){.products-box .products-box__main--items .thumbnail{width:24rem;height:24rem}.order-box .more{border:1px solid #000;height:3.5rem}.products-box .products-box__main--items .thumbnail span{bottom:.5rem}.order-box .products-box__modal .more{width:9.8rem;line-height:3.2rem;font-size:1.8rem;margin-left:6rem}.products-box__main .products-box__main--items .text__info--btn button{height:5rem}.products-box__main .products-box__main--items{margin-bottom:1rem}.products-box__modal--content .text__main--content .items span i.fa-minus,.products-box__modal--content .text__main--content .items span i.fa-plus{padding:9px 15px}.header__main .logo .chonkhohang{font-size:11px;padding:3px 5px}.products-box .products-box__main--items .text__tonkho .d-flex span,.products-box .products-box__main--items .text__tonkho .d-flex span spam{font-size:2rem}.nav-bar__main--items a.cart{position:relative}.nav-bar__main--items a.cart .badge{border-radius:10px;line-height:20px;height:20px;background:red;color:#fff;width:20px;position:absolute;top:-8px;right:0}}.bank-information-container{padding:15px 25px}.modal-bank-box{margin-bottom:15px;padding:30px 15px;width:100%;border:1px solid #7c7b7b;border-radius:8px}.modal-bank-box p{align-items:center;color:#007bff}.modal-bank-box-amount{margin-bottom:15px;padding:30px 15px;width:65%;border:1px solid #7c7b7b;border-radius:8px}.modal-bank-box-qr{width:35%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.modal-bank-box span,.modal-bank-box-amount span{width:25%}.modal-bank-box input,.modal-bank-box strong,.modal-bank-box-amount strong{width:60%}.modal-bank-box button,.modal-bank-box-amount button{width:15%;color:#007bff}.modal-bank-box-qr img{width:110px;height:110px}.modal-bank-box-qr span{font-size:11px}