:root{--color-main:#dd3333;--color-social:#2557ae;--color-hover:#2557ae;--color-text:#2557ae;--m1: #2b2b2b;--m2: #a10d0d; --color-red: #ec2d3f;}
@font-face{font-family:'SFProDisplayRegular';font-display:block;src:url('../fonts/SFProDisplay-Regular.woff');}
@font-face{font-family:'SFProDisplaySemiBold';font-display:block;src:url('../fonts/SFProDisplay-Semibold.woff');}
@font-face{font-family:'SFProDisplayBold';font-display:block;src:url('../fonts/SFProDisplay-Bold.woff');}
@font-face{font-family:'RobotoBold';font-display:block;src:url('../fonts/Roboto-Bold.woff');}
@font-face{font-family:'RobotoRegular';font-display:block;src:url('../fonts/Roboto-Regular.woff');}
@font-face{font-family:'MuliBold';font-display:block;src:url('../fonts/Muli-Bold.woff');}
@font-face{font-family:'MuliRegular';font-display:block;src:url('../fonts/Mulish-Regular.woff');}

@keyframes spin{
	to{transform:rotate(360deg);}
}
@keyframes blink{
	0%{opacity:1;}
	50%{opacity:0;}
	100%{opacity:1;}
}
@keyframes shake-anim{
	0%{transform:rotate(0) scale(1) skew(1deg);}
	10%,
	30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg);}
	20%,
	40%{-moz-transform:rotate(25deg) scale(1) skew(1deg);}
	100%,
	50%{-moz-transform:rotate(0) scale(1) skew(1deg);}
}
@keyframes rotate{
	from{transform:rotate(0);}
	to{transform:rotate(360deg);}
}
@keyframes fadeup{
	from{opacity:0;transform:translateX(-20px);}
	to{opacity:1;transform:translateX(0);}
}
@keyframes pulse-animation{
	0%{transform:scale3d(1,1,1);opacity:0;}
	10%{transform:scale3d(1.1,1.1,1.1);opacity:1;}
	100%{transform:scale3d(1.6,1.6,1.6);opacity:0;}
}
@keyframes border-animation{
	0%{transform:scale3d(0.6,0.6,0.6);opacity:0;}
	20%{transform:scale3d(1.2,1.2,1.2);opacity:1;}
	100%{transform:scale3d(1.4,1.4,1.4);opacity:0;}
}
.w-clear::after{
    content: '';
    position: relative;
    clear: both;
    display: block;
}
/* hover xam */
.hover_xam { position: relative; overflow: hidden; display: block; } 
.hover_xam:before { content: ""; background: rgba(255,255,255,.5); bottom: 0; left: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 3; } 
.hover_xam:after { content: ""; background: rgba(255,255,255,.5); top: 0; right: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 2; } 
.hover_xam:hover:before, .hover_xam:hover:after { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transition-duration: 1.3s; -moz-transition-duration: 1.3s; -ms-transition-duration: 1.3s; -o-transition-duration: 1.3s; transition-duration: 1.3s; -khtml-opacity: 0; -o-opacity: 0; -ms-opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; height: 100%; width: 100%; } 

body{font-size:14px;font-family: 'Quicksand';overflow-x: hidden;background: #FFFF;}
.max-width{width: 95%;max-width: 1300px;margin:0px auto;}
img{max-width:100%;}
*{box-sizing:border-box;}
a{text-decoration:none;}
.social-plugin{display:flex;margin-top:10px;}
.scale-img{overflow: hidden;}
.scale-img img{transform:scale(1,1);}
.scale-img:hover > img{transform:scale(1.1,1.1);}
.hover-img{position:relative;overflow:hidden;display:block;}
.text-split{overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;}
.p-relative{position:relative;}

/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill{transition:0.3s all;}
/* Text Hide */
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; } 

/* Text split */
.row1 { -webkit-line-clamp: 1; } 
.row2 { -webkit-line-clamp: 2; } 
.row4 { -webkit-line-clamp: 4; } 
.row5 { -webkit-line-clamp: 5; } 
.row6 { -webkit-line-clamp: 6; } 
.row7 { -webkit-line-clamp: 7; } 

/*   Header   */
.header{}
.header .wrap-content{padding: 10px 15px;}
.cart-head{border:1px solid #fff;padding:10px;border-radius:5px;position:relative;color:#fff;}
.cart-head:hover{color:#fed402;}
.cart-head i{font-size:20px;}
.cart-head .count-cart{position:absolute;z-index:999;color:#fff;background:#f00;border-radius:50%;top:-10px;right:20px;width:20px;height:20px;text-align:center;}
.menu-head{display:flex;gap:20px;justify-content:space-between;align-items:center;}
.menu-head a{color:#fff;}
.menu-head a:hover{color:#fed402;}
.line-head{background-color:#72b2fd;height:32px;width:1px;}
.menu-fix{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.menu-fix .logo-header img{zoom: 0.66;}
/* Slideshow */
.slideshow { position: relative; z-index: 10; } 
.slideshow-item { display: block; cursor: pointer; } 
.slideshow:hover .control-slideshow { opacity: 1; } 
.control-slideshow { opacity: 0; } 
.slideshow a { position: relative; display: block; cursor: pointer; overflow: hidden; height: 100%; } 
.slideshow a img { width: 100% !important; height: 100% !important; } 
.slideshow-image p img { width: 100%; height: 100%; object-fit: cover; } 

/* Search */
.box-search{padding:10px;border-bottom:1px solid #f1f1f1;display:flex;justify-content:space-between;align-items:center;}
.ds-item-search{width:calc(100% - 70px);}
.ds-item-search a{font-size: 14px !important;color:#333;text-transform: unset !important;}
.show-search{position:absolute;z-index:9999;top:100%;background:#fff;width:100%;border-radius:10px;box-shadow:0 1px 8px rgba(0,0,0,0.3);height: 350px;overflow-y: auto;}
.box-search .price-product{width:100%;margin:0px;text-align:left;border: 0;line-height: inherit;height: auto;}
.box-search .price-product .price-new{color:#f00;font-size:14px;font-family: 'SFProDisplayRegular';}
.box-search .price-product .price-old{color:#999;text-decoration-line:line-through;}
.search {width: 235px;height: 40px;color: #000;background: #fff;} 
.search p {float: left;line-height: 40px;cursor: pointer;text-align: center;margin: 0px;color: #000;width: 40px;height: 40px;position: relative;top: 0px;text-transform: uppercase;font-size: 15px;border: solid 1px #dd3333;} 
.search input {width: calc(100% - 40px);height: 40px;float: left;outline: none;padding: 0px;border: 0px;background: transparent;text-indent: 10px;font-size: 13px;color: #000;border: solid 1px #dd3333;} 
.search input::-webkit-input-placeholder { color: #333333; } 
.search input:-moz-placeholder { color: #ccc; } 
.search input::-moz-placeholder { color: #ccc; } 
.search input:-ms-input-placeholder { color: #ccc; } 
.search1 { /* background: rgba(0, 0, 0, 0.5); */width: 100%; height: 55px; /* border-radius: 50px; */margin-left: 15px; border: solid 1px #d9d9d9; background-color: #fff; } 
.search1 p { float: left; line-height: 45px; cursor: pointer; text-align: center; margin: 0px; color: #fff; background: #ab0407; border-radius: 50%; width: 45px; height: 45px; font-size: 23px; margin-top: 4px; margin-left: -3px; } 
.search1 input { width: calc(100% - 46px); height: 53px; float: left; outline: none; padding: 0px; border: 0px; background: transparent; text-indent: 10px; font-size: 13px; color: #000; } 
.search1 input::-webkit-input-placeholder { color: #ccc; } 
.search1 input:-moz-placeholder { color: #ccc; } 
.search1 input::-moz-placeholder { color: #ccc; } 
.search1 input:-ms-input-placeholder { color: #ccc; } 
.fsearch-show {z-index: 999;width: 580px;height: 40px;position: relative;} 
.fsearch-show input[type="search"],.fsearch-show button { background-color: #fff; box-shadow: none; border: solid 2px #dd3333; height: 100%; } 
.fsearch-show input[type="search"] { color: #000; padding: 0 15px; width: calc(100% - 580px); width: -moz-calc(100% - 580px); width: -webkit-calc(100% - 50px); } 
.fsearch-show button { width: 35px; padding: 0; text-align: center; color: #757575; margin-left: -5px; } 


/* Menu */
#menu{display:none;}
#hamburger{display:none;width:35px;height:23px;position:relative;}
#hamburger:before,
#hamburger:after,
#hamburger span{background: #000;content:'';display:block;width:100%;height:2px;position:absolute;left:0px;}
#hamburger:before{top:0px;}
#hamburger span{top:10px;}
#hamburger:after{top:20px;}
#hamburger:before,
#hamburger:after,
#hamburger span{-webkit-transition:none 0.5s ease 0.5s;transition:none 0.5s ease 0.5s;-webkit-transition-property:transform,top,bottom,left,opacity;-webkit-transition-property:top,bottom,left,opacity,-webkit-transform;transition-property:top,bottom,left,opacity,-webkit-transform;transition-property:transform,top,bottom,left,opacity;transition-property:transform,top,bottom,left,opacity,-webkit-transform;}
.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after{top:10px;}
.mm-wrapper_opening #hamburger span{left:-50px;opacity:0;}
.mm-wrapper_opening #hamburger:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.mm-wrapper_opening #hamburger:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.mm-menu_opened{display:block!important;}
.mm-slideout{z-index:unset;}
.wrap-menu{display:flex;justify-content:space-between;align-items:center;gap:10px;}
.menu-head-left{position:relative;}
.title-menu{color:#fff;font-size:14px;font-weight:500;cursor:pointer;line-height:40px;display:block;}
.menu-product-list{position:absolute;z-index:99;top:100%;width:250px;background:#fff;border-radius:2px;}
.menu-product-list ul{padding:0px;margin-bottom:0px;}
.menu-product-list ul ul{position:absolute;width:750px;background:#fff;left:100%;top:0px;border:1px solid #999;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;height:100%;overflow-x:hidden;}
.menu-product-list ul ul ul{position:relative;left:0px;top:0px;width:100%;border:none;display:block;height:auto;}
.menu-product-list ul li a{position:relative;display:block;color:#333;font-size:14px;font-weight:500;padding:5px 10px 5px 10px;border-bottom:1px solid #ddd;}
.menu-product-list ul li a .icon-down{position:absolute;right:10px;top:10px;}
.menu-product-list ul ul li a span{position:absolute;right:10px;font-size:13px;font-weight:500;color:#00a3ff;}
.menu-product-list ul li a:hover{color:#f00;}
.menu-product-list ul ul li a{border-bottom:none;font-weight:bold;}
.menu-product-list ul ul ul li a{font-weight:normal;}
.menu{position: relative;z-index:99;background: var(--color-main);}
.menu2{position: relative;}
.menu .wrap-content{position:relative;}
.fix_menu{position:fixed!important;box-shadow:0 0 1px #999;background:#fff;}
.menu-ul{display: flex;justify-content: space-between;gap: 10px;align-items: center;}
.menu.menu-fix{position: fixed;top: 0px;left: 0px;width: 100%;}
.menu ul{width: 95%;padding:0px;margin: auto;list-style:none}
.menu ul li{position:relative;z-index:99}
.menu ul.ulmn > li{}
.menu ul li.li-home i{font-size: 17px;}
.menu ul li.li-left{
    min-width: 95px;
}
.menu ul li.li-home{
}
.menu ul li.line{width:5px;height:5px;background-color:#aaa;border-radius:50%;flex:none}
.menu ul li a{color: #fff;position:relative;z-index:1;text-decoration:none!important;padding: 10px 10px;font-size: 15px;display:flex;align-items:center;gap: 24px;font-weight: 500;text-transform: uppercase;font-family: 'SFProDisplaySemiBold';}
.menu ul li a.logo-header{
    padding: 0;
    margin: 0;
}
.menu-list a:before{content:'';}
.menu ul li a img{vertical-align:middle}
.menu ul li a.active,
.menu ul li:hover > a{background: var(--m2);color: #fff;transition: 0.2s;}
.menu ul li ul{position:absolute;min-width:250px;left:0;box-shadow:0 3px 11px 0 rgba(0,0,0,0.3);-webkit-transform:perspective(600px) rotateX(-90deg);transform:perspective(600px) rotateX(-90deg);-webkit-transform-origin:0 0 0;transform-origin:0 0 0;opacity:0;visibility:hidden;transition:all 0.5s;background:#fff;}
.menu ul li:hover > ul{-webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0);-webkit-transform-origin:0 0 0;opacity:1;visibility:visible;}
.menu ul li ul li{text-align:left;border-bottom:1px solid rgb(173 173 173 / 32%);display:flex;align-items:center;}
.menu ul li ul li:last-child{border-bottom:0px}
.menu ul li ul li a{font-size:16px;padding:10px;text-decoration:none!important;line-height:20px;text-align:left;font-weight:500;text-transform:capitalize;color:#000!important;background:unset!important;transition:0.2s all;width:100%;}
.menu ul li ul li ul{top:0px;left:100%}
.menu ul li ul li a:before{content:'';opacity:0;height:1px;width:0px;transition:0.3s all;}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before{left:0;opacity:1;width:20px;background: var(--color-main);}
.menu ul li ul li a:hover{visibility:visible;}
a.cart-header{position:relative;}
a.cart-header span{position:absolute;top:0px;right:0px;color:#fff;font-size:11px;width:17px;height:17px;text-align:center;border-radius:50%;}
.menu_mobi_add,.menu_mobi{display: none}

/*   SLider */
.control-owl{position:absolute;width:100%;z-index:2;left:0px;top:calc(50% - 22.5px);}
.control-owl button{opacity:0.5;top:0px;position:absolute;outline:none;border:2px solid #fff;padding:0px;margin:0px;display:block;cursor:pointer;color:#ffffff;width:30px;height:30px;border-radius:50%;overflow:hidden;text-align:center;font-size:25px;margin:0px;background-color:#00a3ff;display:flex;align-items:center;justify-content:center;}
.control-owl button:hover{opacity:1;}
.control-owl button.owl-prev{left:20px;}
.control-owl button.owl-next{right:20px;}
.box-photo-ct{border-radius:20px;overflow:hidden;}
.title-detail{position:relative;margin:20px 0px;}
.title-detail h1{font-size: 21px;color:#333;font-weight:700;text-align:center;text-transform:uppercase;}
.tt-week{font-size:25px;text-align:center;margin:20px 0px;color:#fff;font-weight:700;text-transform:uppercase;}
.title-cat-main{display:flex;flex-wrap:wrap;justify-content:center;margin:20px 0px;gap:20px;}
.title-cat-main span{display:block;color:#999;background:linear-gradient(64.85deg,#fca600 23.67%,#ffd41d 106.12%);background-color:#fff;padding:10px;border-radius:10px;cursor:pointer;}
.title-cat-main span:hover,
.title-cat-main span.active{background:linear-gradient(64.85deg,#ffd41d 23.67%,#fca600 106.12%);color:#000;}
/* General */
.title-main { text-align: center; padding-bottom: 20px; margin: auto; display:grid; justify-content: center; } 
.title-main span { position: relative; z-index: 10; font-size: 30px; text-align: center; font-family: 'SFProDisplayBold'; color: #dd3333; text-transform: uppercase; margin:0 } 
.title-main p { margin: 0; position: relative; color: #333333; font-size: 15px; } 
.title-main h2 { position: relative; z-index: 10; font-size: 35px; text-align: center; font-family: 'UTMAmericanSans'; color: #333333; text-transform: uppercase; margin:0 } 
.line-main { font-size: inherit !important; padding: 0 !important; } 

/* News */
.grid-tintuc{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-flow:row wrap;-webkit-flex-flow:row wrap;justify-content:space-between;}
.news{display:block;margin-bottom:20px;display:block;}
.pic-news{border-radius:10px;display:block;overflow:hidden;position:relative;}
.pic-news img{width:100%;}
a.views{display:inline-block;text-decoration:none;margin-top:10px;border:solid 1px #ccc;padding:7px 20px;border-radius:20px;color:#000;font-size:16px;}
a.views:hover{border:solid 1px #fed402;color:#fed402;}
.info-news{}
.info-news h3{}
.name-news{color:#1b1b1b;font-size:18px;line-height:22px;max-height:40px;-webkit-line-clamp:2!important;font-weight:400;}
a.name-news.name1{font-size:25px;line-height:32px;max-height:64px;}
.name-news:hover{color:#fed402;}
.time-news{color:#fed402;margin-bottom:0px;font-size:12px;margin:7px 0;font-style:italic;font-weight:500;}
.desc-news{color:#333333;margin-top:0px;line-height:20px;height:60px;}
.share{padding:17px 10px 10px 10px;line-height:normal;background:rgba(128,128,128,0.15);margin-top:15px;border-radius:5px;}
.share b{display:block;margin-bottom:5px;}
.othernews b{margin-bottom:10px;}
.list-news-other{padding-left:17px;list-style:square;}
.list-news-other li{margin-bottom:2px;}
.list-news-other li a{text-transform:none;color:#333333;}
.list-news-other li a:hover{color:#fed402;}

/* Toc */
.box-readmore{padding:8px 15px;border:1px solid #dedede;/* margin-bottom:2rem; */border-radius:5px;/* background-color:#eeeeee; */}
.box-readmore li ul > li{margin:0;margin-bottom:8px;}
.box-readmore li ul > li:before{content:counters(item,'.') ' ';}
.box-readmore ul{list-style-type:none;counter-reset:item;margin-bottom:0px;padding-left:0px!important;margin-top:8px;}
.box-readmore ul li{display:table;counter-increment:item;margin-bottom:5px;}
.box-readmore ul li:before{content:counters(item,'.') '. ';display:table-cell;padding-right:5px;}
.box-readmore ul li a{color:#333333;cursor:pointer;font-weight:600;}
.box-readmore ul li a:hover{color:#767676;}

/* Partner */
.info-partner{background:#f8f8f8;padding:15px 0px;}

/* Footer */
.info-footer .flex-footer{display:flex;justify-content:space-between;gap:20px;}
.info-footer .flex-footer .box-footer .social-footer{display:flex;gap:5px;margin:10px 0px;}
.info-footer .flex-footer .box-footer:nth-child(1){width:33.3%;}
.info-footer .flex-footer .box-footer:nth-child(2){width:40%;}
.info-footer .flex-footer .box-footer:nth-child(3){width:25%;}
.info-footer .flex-footer .title-footer{text-transform:uppercase;margin-bottom:20px;font-weight:700;font-size:14px;}
.info-footer .flex-footer .service-footer{margin-top:20px;}
.info-footer .flex-footer .service-footer ul{padding:0px;margin:0px;}
.info-footer .flex-footer .service-footer ul li{list-style:none;padding:5px 0px;}
.info-footer a{color:#fff;}

/* Tags */
.title-tags{position:relative;font-size:1em;font-weight:600;padding-bottom:15px;margin-bottom:15px;color:#777;}
.title-tags:after{content:'';position:absolute;left:0px;bottom:0px;background-color:rgba(0,0,0,0.1);display:block;height:3px;width:30px;}
.flex-tags{display:flex;gap:5px;}
.flex-tags a{color:#333;border:1px solid;border-radius:3px;display:inline-block;font-size:0.8em!important;opacity:0.8;padding:2px 5px;}
.flex-tags a:hover{background-color:#446084;border-color:#446084;color:#fff;opacity:1;}
.footer-powered{
    border-top: 1px  solid  var(--color-main);
    border-bottom: 1px  solid  var(--color-main);
}

/*   TC   */
.item-criteria a{display:flex;align-items:center;color:#333;}
.item-criteria a .ds-criteria{width:calc(100% - 60px);margin-left:10px;}
.item-criteria a .ds-criteria h3{-webkit-line-clamp:2;font-size:16px;color:var(--color-main);}
.item-criteria a .ds-criteria p{-webkit-line-clamp:2;margin:0px;}

/* About */
.box-about{max-width:700px;margin:0px auto;text-align:center;}
.box-about h3{color:#ca0000;font-family:SVN;font-size:22px;margin-bottom:10px;text-transform:lowercase;}
.box-about a{padding:10px 20px;color:white;text-transform:uppercase;font-size:15px;display:block;background:#ca0000;width:-moz-fit-content;width:fit-content;margin:0 auto;font-weight:600;border-radius:10px;}

/* Service */
.item-service{position:relative;}
.item-service h3{position:absolute;left:0px;right:0px;bottom:0px;color:#fff;text-transform:uppercase;padding:10px;font-size:17px;margin:0px;}

/* Sort */
.sort-select{display:flex;justify-content:end;margin:20px 0px;position:relative;}
.sort-select .click-sort{border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:14px;padding:6px 10px 6px 8px;margin:0px;}
.sort-select-main{display:grid;background-color:#fff;border-radius:4px;box-shadow:0 4px 6px rgb(0 0 0 / 20%);position:absolute;padding:0 7px;top:30px;right:0;width:160px;z-index:2;}
.sort-select-main p{border-bottom:1px solid #f1f1f1;margin:0px;order:2;}
.sort-select-main p:has(.check){order:1;}
.sort a{color:#000;font-size:14px;line-height:17px;padding:11px 3px;display:block;cursor:pointer;}
.sort a.check i{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:22px;height:16px;border:2px solid transparent;border-radius:100px;vertical-align:middle;}
.sort a.check i::after{content:'';display:block;box-sizing:border-box;position:absolute;left:3px;top:-4px;width:6px;height:10px;border-width:0 2px 2px 0;border-style:solid;transform-origin:bottom left;transform:rotate(45deg);}
.sort-select .sort-show{padding-right:12px;position:relative;}
.sort-select .sort-show::before{content:'';border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333;content:'';height:0;position:absolute;top:6px;right:0;width:0;}

/* Product */
.filter{position:absolute;right:0px;top:0px;padding:5px 10px;background:#f1f1f1;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;text-transform:uppercase;border-radius:5px;cursor:pointer;border:1px solid #ddd;display:none;}
.flex-product-main{display:flex;gap:20px;}
.flex-product-main .left-product{
    position: sticky;
    top: 0;
}
.flex-product-main .right-product{width:calc(100% - 250px);}
.wrap-product-sale{background-color:#ffa09e;border-radius:10px;overflow:hidden;}
.wr-search p{font-weight:bold;text-transform:uppercase;}
/* .product{display:block;position:relative;}
.product:hover .name-product{color: var(--m2);}
.product .pic-product{display:block;position:relative;}
.pic-product > div{border-radius: 7px}
.product .pic-product img{width:100%;-webkit-transform-style:preserve-3d;height:100%;object-fit:cover;}
.product .pic-product > a{display:flex;width:100%;align-items:center;justify-content:center;text-align:center;border-radius:10px;}
.first_img{position:absolute;top:0;transition:all 0.5s ease;height:100%;}
.product:hover .first_img{transform:scale(0);}
.second_img{display:block;position:absolute;top:0;right:100%;transition:all 0.5s ease;height:100%;}
.product:hover .second_img{right:0;top:0;transition:all 0.5s ease;}
.product .name-product{margin-bottom: 10px;font-size: 16px;-webkit-line-clamp: 2;color: #333;font-weight: 700;text-transform: uppercase;line-height: 25px;height: calc(25px*2);}
.product .name-product a{font-size:14px;color:#232323;line-height:25px;}
.product .name-product a:hover{color:#ff2e00;}
.product .name-product .text-split{-webkit-line-clamp:1;}
.product .price-product{margin-bottom: 5px;color:#555;overflow:hidden;}
.product .price-new{
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 16px;
}
.product .price-new b{color: var(--color-main);}
.product .price-old{padding:0 10px;font-size:14px;text-decoration:line-through;display:block;color: #333;}
.product .price-per{color: #fff;font-size: 11px;text-align:center;font-weight:700;position: absolute;top: 20px;right: 20px;background: var(--m2);padding: 4px 5px;border-radius: 5px;} */
.box-cat{text-align:center;}
.box-cat h3{font-size:14px;color:#333;margin-top:10px;}
.box-cat:hover h3{color:#f00;}
.cart-product{margin:5px 0 0 0px;}
.cart-product span{cursor:pointer;color:#fff;text-align:center;padding:0px 5px;border-radius:5px;display:inline-block;line-height:34px;font-size:13px;font-weight:700;}
.cart-add{margin-left:10px;background-color:#00a5d9;width:155px;}
.cart-add:hover{background-color:#fed402;}
.cart-buy{background-color:#ff2e00;width:93px;height:33px;}
.cart-buy:hover{background-color:#fed402;}
.grid-product{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.grid-product .product .product-info{margin-top:10px;color:#333;}
.grid-product .product .product-info h3{font-size:17px;color:#333;}
.grid-product .product .product-info .price span{color:#f00;}
.grid-product .product .pic-product{display: block;}

/* Product */
.wrap_product:nth-child(2n) { padding: 50px 0; } 
.foo::after { position: absolute; border-radius:0px; border-bottom: 3px solid #dd3333 !important; border-left: 3px solid #dd3333 !important; -webkit-transform-origin: 0 100%; width: 100%; height: 100%; z-index: 1; content: ''; position: absolute; top: 0; left: 0; box-sizing: border-box; -webkit-transform: scale(0); transition: 0.5s; pointer-events: none; } 
.foo::before { position: absolute; border-radius:0px; border-top: 3px solid #dd3333 !important; border-right: 3px solid #dd3333 !important; -webkit-transform-origin: 100% 0%; width: 100%; height: 100%; z-index: 1; content: ''; position: absolute; top: 0; left: 0; box-sizing: border-box; -webkit-transform: scale(0); transition: 0.5s; pointer-events: none; } 
.price-new span { color: #333333; font-family: 'MulishRegular'; font-size: 15px; } 
.wrap_product { display:block } 
.wrap_product_run { padding: 50px 0; } 
.wrap_product_discount { padding: 50px 0; } 
.see_pro { font-size: 14px; color: #dd3333 !important; display: flex; justify-content: center; align-items: center; gap: 3px; transition: all 0.5s; } 
.see_pro:hover { letter-spacing: 0.5px; } 
.flex_product { display: flex; justify-content: space-between; } 
.flex_product >div:nth-child(1) { width: 285px; } 
.flex_product >div:nth-child(2) { width: calc(100% - 295px); } 

.product {
    position: relative;
} 
.product:nth-child(4n+1) {} 
.product:nth-child(4n) { margin-right: 0px; } 

.home-product .product { float: left; width: 32%; margin: 0 2% 2% 0; } 
.home-product .product:nth-child(3n+1) { clear: both; } 
.home-product .product:nth-child(3n) { margin-right: 0px; } 

.box-product { position: relative; display: block; text-align: center; border-radius: 0px; border: solid 1px #cccccc; /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */margin: 1px; } 
.pic-product { margin-bottom: 0px; } 
.pic-product img { width: 100% !important; } 
.info-product { padding: 10px 10px; text-align: left; } 
.name-product.text-split { -webkit-line-clamp: 2; font-size: inherit; } 
.name-product a { font-size: 16px; text-transform: uppercase; margin-bottom: 0rem; color: #333333; } 
.name-product a:hover { color: #2caee2 !important; } 
.desc-sampham.text-split { -webkit-line-clamp: 3; } 
.desc-sampham { font-size: 14px; font-family: 'RobotoRegular'; color: #393939; } 
.price-product { margin-bottom: 10px; display: inline-grid; } 
.name-sanpham.text-split { -webkit-line-clamp: 2; font-size: inherit; } 
.name-sanpham a { font-size: 16px; font-family: 'SFProDisplayRegular'; color: #000; text-transform: capitalize; } 
.name-sanpham a:hover { transition: all .5s; color:#dd3333 } 
.desc-product.text-split { -webkit-line-clamp: 2; } 
.desc-product { font-size: 14px; } 
.box-product { position: relative; display: block; text-align: center; border-radius: 0px; border: solid 1px #cccccc; /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */ } 
.pic-product {margin-bottom: 0px;position: relative;display: block;} 
.pic-product img { width: 100% !important; } 
.info-product { padding: 10px 10px; text-align: left; } 
.name-product.text-split { -webkit-line-clamp: 2; font-size: inherit; } 
.name-product a { font-size: 16px; text-transform: uppercase; margin-bottom: 0rem; color: #333333; } 
.name-product a:hover { color: #2caee2 !important; } 
.desc-sampham.text-split { -webkit-line-clamp: 3; } 
.desc-sampham { font-size: 14px; font-family: 'RobotoRegular'; color: #393939; } 
.price-product { margin-bottom: 10px; display: inline-grid; } 
.name-sanpham.text-split { -webkit-line-clamp: 2; font-size: inherit; } 
.name-sanpham a { font-size: 16px; font-family: 'SFProDisplayRegular'; color: #000; text-transform: capitalize; } 
.name-sanpham a:hover { transition: all .5s; color:#dd3333 } 
.desc-product.text-split { -webkit-line-clamp: 2; } 
.desc-product { font-size: 14px; } 
.price-new { font-size: 20px; color: #dd3333; text-transform: capitalize; font-family: 'SFProDisplayBold'; } 
.price-old { text-decoration: line-through; color: #666666; font-size: 15px; font-family: 'SFProDisplaySemibold'; } 
.price-per { position: absolute; top: 10px; right: 10px; width: 60px; height: 35px; padding-left: 5px; margin: 0 auto; display: flex; justify-content: center; align-items: center; color: #fff; background: url("../images/icon_sale.png")no-repeat; background-size: 100% 100%; font-size: 15px; font-family: 'QuicksandMedium'; z-index: 99; } 
.guarantee { font-size: 14px; color: #666; font-family: 'MuliRegular'; } 
.cart-product { margin-bottom: 0px; } 
.cart-product span { cursor: pointer; width: 49%; float: left; color: #ffffff; text-transform: capitalize; text-align: center; padding: 7px 5px; border-radius: 3px; } 
.cart-add { margin-right: 2%; background-color: var(--color-red); } 
.cart-add:hover { background-color: var(--color-dark-red); } 
.cart-buy { background-color: var(--color-green); } 
.cart-buy:hover { background-color: var(--color-dark-green); } 

/* product detail */
.grid-pro-detail{display:flex;justify-content:space-between;align-items:start;}
.grid-pro-detail .left-pro-detail{width: 38%;padding-right:30px;}
.grid-pro-detail .right-pro-detail{width: 62%;}
.detail-product{display:flex;justify-content:space-between;}
.detail-product .left-pro-detail{width:40%;border:1px solid #ddd;}
.detail-product .right-pro-detail{width:57%;}
.detail-product .right-pro-detail ul{list-style:none;padding:0px;}
.detail-product .right-pro-detail ul li{margin-bottom:20px;}
.detail-product .right-pro-detail ul li .title-pro-detail{font-size:18px;}
.detail-product .right-pro-detail ul li .attr-content-pro-detail{display:inline-block;margin-bottom:0px;}
.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail{font-weight:700;font-size:20px;color:#f00;}
.policy_intuitive{border:1px solid #e0e0e0;border-radius:5px;margin-bottom:25px;}
.policy{margin:20px 16px 0 16px;}
.policy__list{display:flex;flex-wrap:wrap;padding:0px;}
.policy__list > li{border-bottom:1px solid #f1f1f1;position:relative;padding:12px 0 12px 35px;width:50%;display:inline-block;}
.policy__list > li:nth-child(2n + 1){padding-right:20px;}
.policy__list li > div.iconl{left:0;position:absolute;top:15px;}
.policy__list li .iconl{width:32px;}
.policy__list li p{line-height:20px;padding-left:5px;margin:0px;}
.policy__list li:last-child{border-bottom:0;}
.policy__list > li:nth-child(2n + 1):nth-last-child(2){border:0;}

/* css block actions  */
.ul-actions{display:flex;justify-content:center;margin:20px;gap:15px;align-items:flex-start;}
.ul-actions li,
.ul-actions > div{list-style-type:none;margin:0;padding:0;width:80px;text-align:center;}
.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover{border-color:#fd6e1d;}
.ul-actions .box__tabr{align-items:center;border:1px solid #e0e0e0;border-radius:2px;display:flex;justify-content:center;min-height:55px;padding:4px;height:60px;width:80px;}
.icon-action{background-image:url('../images/icon_chitiet@2x-min.png');background-repeat:no-repeat;display:inline-block;height:30px;width:30px;line-height:30px;vertical-align:middle;background-size:300px 180px;}
.icon-dnb{background-position:0 0;height:28px;width:28px;}
.icon-tskt{background-position:-105px 0;height:30px;width:30px;}
.icon-ttsp{background-position:-140px 0;height:19px;width:23px;}
.ul-actions p{font-size:14px;line-height:1.3;margin-top:5px;white-space:normal;color:#000;}

/* modal-detail */
.modal-detail::-webkit-scrollbar{width:10px;}
.modal-detail::-webkit-scrollbar-thumb{width:10px;background:#4d90e0;border-radius:10px;height:50px;}
.modal-detail{position:fixed;z-index:999;background:#000000c4;top:0px;left:0px;width:100%;height:100%;overflow-y:scroll;}
.content-modal-detail{background:#fff;max-width:1200px;margin:0px auto;min-height:100vh;}
.content-modal-detail .tabs{display:flex;cursor:pointer;padding:0;list-style:none;justify-content:center;border-bottom:1px solid #e0e0e0;position:sticky;top:0px;background:#fff;z-index:99;}
.content-modal-detail .tabs li{padding:20px 20px;margin-right:5px;font-weight:bold;position:relative;border-bottom:4px solid #fff;}
.content-modal-detail .tabs li.active{color:#2d9cdb;border-bottom:4px solid #2d9cdb;}
.content-modal-detail .tab-content{padding:20px;max-width:900px;margin:0px auto;}
.content-modal-detail .tab-content.active{display:block;}
.close-tab{position:fixed;top:15px;right:20px;z-index:10;}
.btn-closemenu{position:fixed;top:10px;right:20px;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#333;cursor:pointer;line-height:21px;padding:7px;text-align:right;width:72px;}
.btn-closemenu::before{transform:rotate(45deg);}
.btn-closemenu::after{transform:rotate(-45deg);}
.btn-closemenu::before,
.btn-closemenu::after{background-color:#333;content:'';left:13px;height:14px;position:absolute;top:10px;width:1px;}
.cursor-pointer{cursor:pointer;}

/*css CT */
.box-ct{display:flex;justify-content:start;align-items:center;background-color:rgb(233,230,230);padding:10px;border-radius:10px;}
.box-ct img{border-radius:50%;margin-right:10px;}
.ds-ct h3 a{font-size:17px;color:#333;}
.ds-ct h3 a:hover{color:#f00;}

/*css khuyen mai*/
.block__promo{border:1px solid #e0e0e0;border-radius:4px;margin-bottom:10px;}
.promoadd__list{padding:10px;}
.promoadd__list li{margin-bottom:15px;background:url(../images/tick.png) no-repeat 0px 3px;background-size:15px;padding-left:25px;}
.pr-top{background-color:#f6f6f6;border-bottom:1px solid #e0e0e0;padding:8px 10px;}
.pr-txtb{font-weight:bold;}
.pr-top .pr-txt{color:#666;font-size:12px;line-height:1.4;margin-top:5px;font-style:normal;}
.pr-content .pr-item:last-child{border:none;}
.pr-content .pr-item{padding:15px 10px 10px 10px;}
.divb{margin-bottom:-10px;}
.divb .nb{background-color:#4a90e2;border-radius:50%;color:#fff;display:inline-block;font-size:11px;float:left;height:16px;line-height:16px;margin-top:2px;text-align:center;width:16px;}
.divb-right{padding-left:26px;}
.pr-content .pr-item p{margin:0px 0px 0px 0px;}
.divb-right a{color:#4a90e2;}

/* Tien ich */
.wrap-ti{padding:20px 0px;}
.box-ti{background:#f1f1f1;padding:15px;border-radius:10px;display:flex;justify-content:space-between;min-height:135px;}
.wrap-ti .owl-item:nth-child(n + 1) .box-ti{background-color:rgb(220,238,255);}
.wrap-ti .owl-item:nth-child(n + 2) .box-ti{background-color:rgb(254,245,207);}
.wrap-ti .owl-item:nth-child(n + 3) .box-ti{background-color:rgb(255,239,219);}
.wrap-ti .owl-item:nth-child(n + 4) .box-ti{background-color:rgb(225,254,207);}
.ds-ti{width:calc(100% - 45px);}
.ds-ti h3{font-size:15px;}
.ds-ti h3 a{color:#333;}
.ds-ti h3 a:hover{color:#f00;}

/* Contact */
.contact-map{position:relative;height: 250px;margin-top:30px;}
.contact-map iframe{position:absolute;left:0px;top:0px;width:100%;height:100%;}

/*  breadCrumbs */
.breadCrumbs{padding:10px 0px;background:#ddd;}
.breadCrumbs ol{margin:0px;}
.breadCrumbs ol li a{color:#333;}
.breadCrumbs ol li a:hover{color:#f00;}

/* paging */
.pagination{margin:20px 0px;}
.pagination li a{cursor:pointer;}
.btn-frame{display:block;width:50px;height:50px;position:fixed;right:20px;z-index:10;cursor:pointer;}
.btn-frame i{width:50px;height:50px;border-radius:50%;background:#1182fc;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;}
.btn-frame i img{vertical-align:middle;width:70%;}
.btn-frame .animated.infinite{animation-iteration-count:infinite;}
.btn-frame .kenit-alo-circle{width:60px;height:60px;top:-5px;right:-5px;position:absolute;background-color:transparent;border-radius:100%;border:2px solid rgba(7,41,103,0.8);opacity:0.1;border-color:#1182fc;opacity:0.5;}
.btn-frame .zoomIn{animation-name:zoomIn;}
.btn-frame .animated{animation-duration:1s;animation-fill-mode:both;}
.btn-frame .kenit-alo-circle-fill{width:70px;height:70px;top:-10px;right:-10px;position:absolute;border-radius:100%;border:2px solid transparent;background-color:rgba(7,41,103,0.35);opacity:0.4;}
.btn-frame .pulse{animation-name:pulse;}
.grid-properties{display:flex;gap:10px;}
.grid-properties span{position:relative;border:1px solid #ddd;padding:5px 15px;cursor:pointer;}
.grid-properties span:hover,
.grid-properties span.active{border:1px solid #f00;color:#f00;}
.grid-properties span:hover:after,
.grid-properties span.active:after{content:'';border:0.9375rem solid transparent;border-bottom:0.9375rem solid var(#d0011b,#ee4d2d);bottom:0;position:absolute;right:-0.9375rem;}
.grid-properties span.outstock{pointer-events:none;background-color:#fafafa;color:rgba(0,0,0,0.26);cursor:not-allowed;}

/* Xu huong */
.wrap-xh{background:linear-gradient(90deg,#ffecd2 0%,#fcb69f 100%);padding:10px;border-radius:10px;}
.title-xh{font-size:25px;margin:20px 0px;color:#333;font-weight:700;text-align:left;text-transform:uppercase;}
.image-xh{border-radius:10px;overflow:hidden;}
.name-xh{text-align:center;color:#333;font-size:16px;margin:10px 0px 0px;}

/* scrollToTop */
.scrollToTop {
	width: 41px;
	height: 41px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 65px;
	right: 25px;
	display: none;
	z-index: 10;
	cursor: pointer;
}

/* Hidden Google Captcha */
.grecaptcha-badge{display:none!important;width:0px!important;height:0px!important;visibility:hidden!important;overflow:hidden;}
[x-cloak]{display:none!important;}
.product-page a:hover,
.product-page a.active{background-color:#666;color:#fff;}
.product-page{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}
.product-page a{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:#666 solid 1px;color:#000;cursor:pointer;}
.product-list{display:flex;flex-wrap:wrap;gap:1px;justify-content:center;}
.product-list a{min-width:160px;display:flex;align-items:center;justify-content:center;background:#EAEAEA;height:55px;border:#E1E1E1 solid 1px;border-bottom:0;font-family:'mm';text-transform:uppercase;padding:0px 20px;}
.product-list a:hover,
.product-list a.active{background:#fff;border-top:var(--m1) solid 3px;}
.slideshow-next,
.slideshow-prev{z-index:9;position:absolute;top:50%;transform:translateY(-50%);width:40px;height:50px;background:#00000085;border-radius:5px;color:#fff;font-size:1.875rem;display:flex!important;align-items:center;justify-content:center;opacity:30%;cursor:pointer;transition:0.2s all;}
.slideshow-next:hover,
.slideshow-prev:hover{opacity:90%;}
.slideshow-next{right:10px;}
.slideshow-prev{left:10px;}
.footer-layout .wrap-content{display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer-title{padding-bottom: 10px;color: #000;font-family: 'SFProDisplayBold';font-size: 15px;position: relative;text-transform: uppercase;margin-bottom: 0;}
.footer-title:after{content:'';width: 62px;height: 2px;background: #2b2b2b;bottom: 0;left: 0;position: absolute;display: none;}
.footer-title-2{
    font-weight: 700;
    font-size: 22px;
}
.footer-title-2::after{display: none;}
.footer-fanpage iframe{width: 100%;}
.footer-layout{padding: 60px 0px 50px 0px;color: var(--m1);}
.product-d{display: grid;grid-template-columns: repeat(4, 1fr);gap: 20px}
.header-company-name{
    color: #212529;
    font-size: 22px;
    flex: 1;
    font-family: 'bm';
}
.header-company-name span{color: var(--m2);font-family:'bb'}
.menu-social{display: flex;align-items: center;gap: 15px;margin-left: auto;}
.menu-social a{display: flex;}
.header-box{flex: 1;}
.logo-header{margin:3px 0px;}
.intro{
    margin: 20px 0px 0px 0px;
    padding-bottom: 50px;
    background:url("../images/intro.png");
    background-size: 100% 100%;
}
.intro .wrap-content{display: grid;grid-template-columns: 670fr 450fr;gap: 70px}
.intro-box:nth-child(1){display: grid;grid-template-columns: 385fr 255fr;gap: 30px}
.intro-box:nth-child(2){
    margin-top: 100px;
}
.intro-img-item {border: #212529 solid 1px;padding: 20px;width: fit-content;}
.intro-img.img1{text-align: center;padding-bottom: 115px;}
.intro-img.img2{display: grid;gap: 20px;align-content: end;position: relative;}
.lytra{margin-left: 30px;}
.intro-txt-1{color: var(--m2);font-size: 52px;margin-bottom: 10px;font-family: 'bb';}
.intro-txt-1 div{color: #212529;font-size: 30px;line-height: 45px;margin-right: -30px;margin-top: -23px;font-family: 'bm';}
.intro-img.img3{grid-column: 1/3;width: fit-content;margin: 0px auto;display: flex;align-items: end;font-size: 20px;gap: 5px;margin-top: -210px;position: relative;z-index: 3;left: -28px;}
.intro-txt-2{writing-mode: tb;transform: rotate(180deg);text-transform: uppercase;}
.intro-txt-3{
    font-size: 40px;
    text-align: center;
    border-top: #000 solid 1px;
    border-bottom: #000 solid 1px;
    font-family: 'bb';
}
.intro-txt-4 {
    font-weight: 500;
    font-size: 13px;
    line-height: 200%;
    letter-spacing: -0.02em;
    margin-top: 20px;
    -webkit-line-clamp: 7;
    font-family: 'mm';
}

.intro-txt-5 {
    color: #000;
    font-family: 'ms';
    width: 145px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    border-left: #000 solid 1px;
    border-right: #000 solid 1px;
}
.intro-txt-5:before{content:'';width: 50px;height: 1px;background-color: #000;position: absolute;top:0px;left: 0px}
.intro-txt-5:after{content:'';width: 85px;height: 1px;background-color: #000;position: absolute;bottom:0px;left: 0px}
.intro-line{margin-bottom: -35px;}
.bestseller{background:url("../images/best2.png");background-size: cover;padding: 20px 0px 60px 0px;}
.bestseller-title{margin-bottom: 25px;}
.bestseller-title span{
	font-weight: 400;
	font-size: 57px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #37281e;
	display: flex;
	align-items: flex-start;
	gap:40px;
	font-family: 'dw';
}
.bestseller-title img{
    margin-top: -20px;
}
.bestseller-title div{
	font-size: 30px;
	letter-spacing: 0.03em;
	color: #222;
	font-family: 'sa';
	margin-top: -25px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.bestseller-title div:before{content: '';height: 2px;background: #222;width: calc(50vw - 600px + 25px);margin-left: calc(-50vw + 600px);}
.bestseller-box{display: flex;flex-direction: column;}
.bestseller .product {margin: 0px 14px}
.bestseller-slide{margin: 0px -14px}
.product-info{margin-top: 15px;}
.product-number{
	font-size: 64px;
	font-family: 'dw';
	color: #E79108;
}
.productmenu-slide{margin:0px -22px}
.productmenu-item {
    background: #F9F2E7;
    margin: 0px 22px;
    display: grid;
    justify-items: center;
    border-radius:250px;
    padding: 60px 30px 30px 45px;
}
.productmenu-box:nth-child(1){position: absolute;left: 30px;}
.productmenu .wrap-content{position: relative;}
.productmenu-title{font-size: 52px;font-family: 'dw';writing-mode: vertical-lr;position: relative;}
.productmenu-title:before{content: '';position: absolute;width: 1px;height: 150px;background-color: #000;top: -30px;}
.productmenu{background:url("../images/menu.png");background-position: center;background-size: cover;background-color: var(--m1);padding: 105px 0px 100px 0px;position: relative;}
.productmenu-txt-1{font-size: 30px;font-family: 'mm';text-transform: uppercase;margin: 10px 0px 0px 0px;}
.productmenu-box:nth-child(1){}
.productmenu-box:nth-child(2){margin: 0px 10%}
.productmenu-menu{height: 250px;overflow-y: auto;gap: 20px;display: grid;margin: 10px 0px 15px 0px;width: 100%;}
.productmenu-txt-2{
    font-size: 16px;
    font-family: 'mm';
    -webkit-line-clamp: 1;
}
.productmenu-txt-3{
    position: relative;
    white-space: nowrap;
}
.productmenu-pricenew{font-size: 17px}
.productmenu-priceold{text-decoration: line-through;position: absolute;bottom: -15px;width: 100%;left: 0px;text-align: right;font-size: 11px;}
.productmenu-product {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding-right: 10px;
    color: #000;
}
.productmenu-product:hover{color: var(--m1);}
.productmenu-line{min-width: 10%;border-bottom: #000 dashed 1px;flex: 1;}
.productmenu1,
.productmenu2{position: absolute;width: 100%;left: 0px}
.productmenu1{
    top: 0px;
}
.productmenu2{
	bottom: 0px
}
.la1{position: absolute;bottom: -16%;right: 0px;z-index: 8;}
.thuvienanh{
    margin: 50px 0px;
}
.thuvienanh .wrap-content{display: grid;grid-template-columns: 330fr 320fr 470fr;gap: 34px 37px;}
.thuvienanh-img{width: fit-content;height: fit-content;}
.thuvienanh-item.item0{display: flex;flex-direction: column;padding-top: 15px;}
.thuvienanh-item.item0 .thuvienanh-img{margin-right: -40px;margin-left: auto;}
.thuvienanh-logo{position: relative;z-index: 9;margin-left: auto;margin-bottom: -100px;margin-right: 41%;}
.thuvienanh-item.item1{margin-left: auto;}
.thuvienanh-item.item2{display: grid;padding-top: 10px;}
.thuvienanh-item.item3{
    margin-top: -44%;
}
.thuvienanh-item.item5 .thuvienanh-img{}
.thuvienanh-txt-1{text-align: center;border-bottom: #000 solid 1px;margin-bottom: 20px;padding-bottom: 10px;position: relative;}
.thuvienanh-txt-1 span{font-size: 67px;color: var(--m2);font-family: 'bb';}
.thuvienanh-txt-1 div{font-size: 30px;font-family: 'br';margin-top: -30px;}
.thuvienanh-txt-1:before{content: '';position: absolute;height: 1px;width: calc(50vw - 600px);left: 100%;bottom: -1px;background: #000;}
.thuvienanh-txt-2{font-size: 96px;font-family: 'su';white-space: nowrap;position: absolute;bottom: -56px;}
.thuvienanh-item.item4{position: relative;margin-top: -39%;}
.thuvienanh-item.item5{display: flex;}
.thuvienanh-txt-4{font-family: 'dw';text-align: center;display: none;margin-bottom: 10px;text-transform: uppercase;}
.thuvienanh-txt-3{writing-mode: vertical-rl;font-family: 'dw';font-size: 46px;padding-top: 0px;text-transform: uppercase;position: relative;margin-left: 17px;}
.thuvienanh-txt-3:before{content: '';height: 150px;width: 1px;background: #37281E;position: absolute;left: 0px;top: -75px;}
.video-feedback{margin: 100px 0px 70px 0px;}
.video-feedback .wrap-content{display: grid;grid-template-columns: 7fr 5fr;}
.video-feedback .wrap-content > div{min-width: 100%;}
.video-box{display: flex;align-items: center;justify-content: end;}
.video-number{width: 75px;}
.video-slide{max-width: 495px;}
.video-item{border: #212529 solid 1px;padding: 10px;position: relative;display: block;margin: 1px;}
.play-ic{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.video-number{width: 43px;height: 88px;background: var(--m1);font-family: 'dw';font-size: 30px;color: #fff;position: relative;display: flex;align-items: end;justify-content: center;margin-right: 35px;}
.video-number:after{content: '';width: 75px;height: 45px;border: #212529 solid 3px;border-top: 0px;position: absolute;bottom: -15px;left: 50%;transform: translateX(-50%);}
.video-number:before{content: '';width: 2px;height: 70px;background: #fff;left: 50%;transform: translateX(-50%);position: absolute;top: -50px}
.video-number span{position: relative;bottom: 10px;}
.video-number span:before,
.video-number span:after{content: '';width: 3px;height: 3px;background-color: #fff;position: absolute;left: 50%;transform: translateX(-50%);}
.video-number span:before{}
.video-number span:after{
    bottom: 0px;
}
.feedback-item{display: flex;align-items: center;gap: 20px;}
.feedback-img{width: 165px;height: 200px;background: url("../images/feedback-img.png");background-size: 100% 100%;display: flex;align-items: start;}
.feedback-txt{flex: 1;}
.feedback-img .scale-img{width: 120px;position: relative;top: 35px;left: 15px;transform: rotate(-1deg);}
.feedback-txt-1 {font-size: 22px;font-family: 'ms';margin-bottom: 10px;-webkit-line-clamp: 1;}
.feedback-txt-2 {line-height: 24px;-webkit-line-clamp: 4}
.feedback-title{
	font-size: 40px;
	color: #332221;
	font-family: 'dw';
	border: #212529 solid 1px;
	border-left:0;
	padding-top: 5px;
	margin-right: 30px;
	padding-left: 30px;
}
.feedback-slide{margin-left: 20px;margin-right: 40px;}
.feedback-arr{margin-left: 20px;}
.feedback-arr > div{cursor: pointer;}
.footer-info:nth-child(1){width: 34%;}
.video-feedback {position: relative;}
.video-feedback > img{position: absolute;right: 0px;top: -60%;}
.footer-info:nth-child(2){
    width: 13%;
}
.footer-info:nth-child(3){
    width: 21%;
    position: relative;
}
.footer-info:nth-child(4){
    width: 26%;
}
.footer-social{display: flex;flex-wrap: wrap;gap: 7px;margin-top: 10px;align-items: center;}
.footer-social span{
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.footer-social a{display: inline-block;}
.footer-social a:hover{transition: 1s ease;transform: rotateY(180deg);}
.footer-policy {display: grid;gap: 15px;}
.footer-policy a{color: var(--m1);display: flex;align-items: center;gap: 15px;font-size: 15px;}
.footer-policy a:hover{transition: 0.5s ease;color: #c00;}
.footer-policy a:before{content: '';width: 5px;height: 5px;background-color: var(--color-main);border-radius: 50%;}
.footer-powered .wrap-content{display: flex;color: var(--m1);align-items: center;justify-content: center;padding: 17px 0px;position: relative;}
.footer-line{width: 1px;height: 60px;background: #fff;margin: 0px 27px;}
.copyright {}
.copyright b{}
footer{background: #fff;position: relative;overflow: hidden;}
.best-next,
.best-prev{position: absolute;top: 50%;transform: translateY(-50%);z-index: 1;}
.best-next{right:-50px}
.best-prev{left:-50px}
.header-mobile{display: none;}
.album-d{display: grid;gap: 20px;grid-template-columns: repeat(4, 1fr);}
.pbThumbs li{width: 100px !important;}
.intro-info-box{position: absolute;left: 111px;top: 104%;white-space: nowrap;display: grid;gap: 17px;}

.tabs-pro-detail .ul-tabs-pro-detail{padding:0px;list-style:none;margin-bottom:1rem;border-bottom:1px solid #e7e7e7;}
.tabs-pro-detail .ul-tabs-pro-detail li{cursor:pointer;float:left;margin-right:5px;margin-bottom:5px;background:#eee;padding:5px 10px;}
.tabs-pro-detail .ul-tabs-pro-detail li.active{background: var(--color-main);color:#fafafa;}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child{margin-right:0px;}
.tabs-pro-detail .content-tabs-pro-detail{display:none;}
.tabs-pro-detail .content-tabs-pro-detail.active{display:block;}
.flex_hotline { display: flex; justify-content: start; align-items: center; gap: 15px; } 
.info_hotline { text-align: left; } 
.info_hotline p { margin:0; color:#282828 } 
.info_hotline a { font-size: 20px; font-family: 'SFProDisplaySemiBold'; color: #dd3333; } 
.flex_cart { display: flex; justify-content: start; align-items: center; gap: 15px; } 
.flex_cart a { font-size: 16px; font-family: 'SFProDisplaySemiBold'; color: #dd3333; } 
.wap-partner{
    display: flex;
    flex-wrap: wrap;
}
.wap-partnermobi{display: none;}
.partnerHome{
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
    margin: 13px 6px;
    width: calc(100%/6 - 12px);
    padding: 10px 10px;
    text-align: center;
}
.partnerHome img{
    margin: auto;
}
#footer-map{
    position: relative;
    height: 465px;
}
#footer-map iframe{
    width: 100%;
    height: 100%;
    display: block;
}
.title-map{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    white-space: normal;
    padding: 10px 7px;
    word-wrap: break-word;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.wrap_slide { padding: 10px 0; } 
.flex_slide { display: flex; justify-content: space-between; flex-wrap: wrap; gap:10px } 
.flex_slide >div:nth-child(1) { width: 19.3%; } 
.flex_slide >div:nth-child(2) { width: 79.9%; } 
/* Dmuc menu product*/
.hdanhmucdrops { position: relative; width: 100%; z-index: 19; background-color: #cc5d7c; } 

.hdanhmucdrops > .nicescl { top: 100%; position: relative; } 

/* .fixed .hdanhmucdrops > .nicescl, .hdanhmucdrops.ver1 > .nicescl {display: none; top: 100%}  */

.fixed .hdanhmucdrops:hover .nicescl { display: block; } 

/* .hdanhmucdrops.ver1 > .nicescl { display: none; top: 100%}  */

.hdanhmucdrops .title { display: block; line-height: 35px; height: 100%; cursor: pointer; font-size: 20px; text-transform: uppercase; text-align: center; color: #FFF; font-family: 'RobotoBold'; } 

.click-icon-menu { height: 100%; margin-bottom: 0px; } 

.click-icon-menu > span i:nth-child(1) { position: unset; } 

.click-icon-menu span { gap: 15px; height: 50%; width: 100%; padding-right: 10px; } 

.click-icon-menu span i { /* margin-right: 10px; *//* margin-top: -2px; */position: relative; color: #fff; background: #973853; padding: 15px; } 

.hdanhmucdrops ul { padding: 0; margin: 0; list-style: none; text-align: left; } 

.hdanhmucdrops ul > li { padding: 0 0% 0% 5%; } 

.hdanhmucdrops ul > li.line { border-bottom: solid 1px #a7a4a4 !important; width: 90%; margin: 0 auto; } 

.hdanhmucdrops .nicescl { position: absolute; box-sizing: border-box; width: 100%; height: 382px; left: 0px; top: 100%; /* background: url("../images/hdanhmuc.png")no-repeat; */
 /* background-size: 100% 100%; */
 background: #fff; margin: auto; margin-top: 0px; padding-top: 0px; border: solid 1px #e5e5e5; /* border-top: none; */
 /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */ } 

.hdanhmucdrops ul.content { overflow: auto; font-size: 16px; min-height: auto; } 

.hdanhmucdrops li a {display: inline-flex !important;align-items: center;width: 100%;position: relative;padding: 18px 0px !important;font-size: 14px !important;font-family: 'RobotoBold' !important;color: #4e4e4e !important;line-height: 0px !important;} 

.hdanhmucdrops li a i { margin-right: 10px; } 

.hdanhmucdrops ul ul {-webkit-transform: scaleX(0);transform: scaleX(0);width: 100%;display: none;position: absolute;left: calc(100% - 7px);left: -moz-calc(100% - 7px);left: -webkit-calc(100% - 7px);z-index: 9999;background: #fff;} 

.hdanhmucdrops ul ul li { position: relative; border-bottom: dashed 1px #6666; } 

.hdanhmucdrops ul > li:hover > ul {display: block;-webkit-animation: scale-up-hor-left .4s cubic-bezier(0.390,0.575,0.565,1.000) both;animation: scale-up-hor-left .4s cubic-bezier(0.390,0.575,0.565,1.000) both;transform: scaleX(100%);} 

.hdanhmucdrops ul > li:last-child { border-bottom: none } 

.hdanhmucdrops ul ul ul { left: 100%; top: 0!important } 

.hdanhmucdrops i.right { position: absolute; right: 13px; font-size: 16px; } 

.hdanhmucdrops i.left { font-size: 6px; margin-right: 10px; } 

.hdanhmucdrops li:hover > a { color: #dd3333 !important; background: none !important; } 

.hdanhmucdrops .fa-angle-right:before { font-size: 15px; } 

.hdanhmucdrops li a img { margin-right: 10px; } 
.hdanhmucdropsjs { position:relative; width:270px; z-index:19; background-color:#ff9907; } 
.hdanhmucdropsjs ul { padding:0; margin:0; list-style:none; text-align:left; background-color:#ff9907; } 
.hdanhmucdropsjs ul > li { padding:0 0% 0% 8%; } 
.hdanhmucdropsjs ul > li.line { border-bottom: solid 1px #ffb852; width: 100%; margin: 0 auto; } 
.hdanhmucdropsjs .nicescl { position:absolute; box-sizing:border-box; width:100%; left:0; top:0% } 
.hdanhmucdropsjs ul.content { overflow:auto; font-size:14px; } 
.hdanhmucdropsjs li a { display:inline-flex; align-items: center; width: 100%; position: relative; padding:12px 0px; font-size: 14px; color: #1a1a1a; text-transform: capitalize; } 
/* .hdanhmucdropsjs li a img { margin-right: 10px; } */
.hdanhmucdropsjs ul ul { -webkit-transform:scaleX(0); transform:scaleX(0); width:100%; display:none; position:absolute; left:calc(100% - 7px); left:-moz-calc(100% - 7px); left:-webkit-calc(100% - 7px); z-index: 9999; } 
.hdanhmucdropsjs ul ul li { position: relative; border-bottom: dashed 1px #ffb852; } 
.hdanhmucdropsjs ul > li:hover > ul { display:block; -webkit-animation:scale-up-hor-left .4s cubic-bezier(0.390,0.575,0.565,1.000) both; animation:scale-up-hor-left .4s cubic-bezier(0.390,0.575,0.565,1.000) both } 
.hdanhmucdropsjs ul > li:last-child { border-bottom:none } 
.hdanhmucdropsjs ul ul ul { left:100%; top:0!important } 
.hdanhmucdropsjs i.right { position: absolute; right: 13px; font-size: 16px; } 
.hdanhmucdropsjs i.left { font-size: 6px; margin-right: 10px; } 
.hdanhmucdropsjs li:hover > a { color: #fbbc00; } 
.hdanhmucdropsjs .fa-angle-right:before { font-size: 15px; } 

/* Dmuc product detail */
.hdanhmucdrops1 { position:relative; width:285px } 
.hdanhmucdrops1 .title { padding: 15px 58px; height:100%; cursor:pointer; font-size: 16px; text-transform:uppercase; text-align:center; color:#fff; background-color: #002d95; } 
.hdanhmucdrops1 ul { padding:0; margin:0; list-style:none; text-align:left; background-color:#fff } 
.hdanhmucdrops1 .nicescl { position:absolute; box-sizing:border-box; width:100%; left:0; top:100% } 
.hdanhmucdrops1 ul.content { overflow:hidden; height:424px; border:1px solid #e6e6e6 } 
.hdanhmucdrops1.ver1 .nicescl { position:relative; } 
.hdanhmucdrops1.ver1 ul.content { height:auto } 
.hdanhmucdrops1 ul img { margin-right:10px } 
.hdanhmucdrops1 li a { position:relative; display:block; padding:10.5px 30px 10.5px 20px; background:url(../images/bg-h-danhmuc.jpg); background-size:100% 100%; font-family: 'RobotoBold'; color: #4e4e4e; } 
.hdanhmucdrops1 ul ul li a { padding-left:35px } 
.hdanhmucdrops1 ul.content > li:not(:last-child) > a { border-bottom:1px solid #d9d9d9 } 
.hdanhmucdrops1 ul ul { display:none } 
.hdanhmucdrops1 li { position:relative } 
.hdanhmucdrops1 ul > li:last-child { border-bottom:none } 
.hdanhmucdrops1 li:hover > a { background-color:#00000008; color:#dd3333 } 
.hdanhmucdrops1 .icon-drop { cursor:pointer; position:absolute; right:6px; top:12px; width:20px; height:20px; line-height:20px; font-size:20px; text-align:center } 
/* Criteria */
.wrap_criteria { padding: 25px 0; background: #F9F9F9; } 
.bg_criteria { background: #CA8F07; padding-top: 50px; height: 200px; } 
.box_criteria { display: flex; justify-content: start; gap: 10px; align-items: center; } 
.info_criteria { margin: auto; text-align: left; width: 67%; } 
.criteria-image { margin-bottom: 1rem; display: inline-block; } 
.pic_criteria { background: url("../images/boxx.png")no-repeat; background-size: 100% 100%; width: 85px; height: 85px; display: flex; justify-content: center; align-items: center; } 
.name_criteria { font-size: inherit; } 
.desc_criteria { font-size: 14px; color: #000; } 
.info_criteria p { font-size: 17px; color: #dd3333; font-family: 'SFProDisplayBold'; text-transform: capitalize; margin: 0; } 
.info_criteria span { color: #000; font-size: 14px; } 

.title_criteria { text-align: center; } 

.title_criteria span { font-size: 30px; text-align: center; font-family: 'SFProDisplayBold'; color: #898989; } 

span.ic { color: #dd3333; text-transform: capitalize; } 

.main { margin: auto; display: block; position: relative; text-align: center; padding-top: 15px; } 
.pic-banners { padding-bottom:16px } 
/* News */
.wrap_newsnb { padding: 50px 0; background: #fafafa; } 
.box_newsnb { display: inline-block; position: relative; } 
.info_newsnb { text-align: left; padding: 10px 0; } 
.name_newsnb { font-size: inherit; margin: 0; height: 45px; } 
.name_newsnb a { font-size: 18px; color: #ffff; font-family: 'SFProDisplayBold'; } 
.name_newsnb a:hover { color:#a10d0d; } 
.flex_newsnb { display: flex; justify-content: space-between; flex-wrap: wrap; } 
.flex_newsnb >div:nth-child(1) { width: 49%; } 
.flex_newsnb >div:nth-child(2) { width: 49%; position: relative; } 
.desc_newsnb { color: #FFF; font-size: 15px; } 
.img_newsnb { display: block; } 
.box_newsnb1 { display: inline-flex; justify-content: start; align-items: center; gap: 15px; position: relative; width: 90%; } 
.pic_newsnb { position: relative; } 
.box_newsnb1 { display: flex !important; justify-content: space-between; align-items: center; padding-bottom: 1rem; } 
.box_newsnb1:nth-child(2n) { flex-direction: row-reverse; width: 90%; justify-content: end; } 
.time_newsnb { display:flex; justify-content:start; align-items:center; gap: 5px; color: #fff; width: auto !important; } 
.btn_newsnb { display:inline-block; padding: 10px 35px; margin-top:10px; border: solid 1px #fff; border-radius:35px; color: #fff; font-size:15px; transition:all 0.5s } 
.btn_newsnb:hover { background:#990202; color:#fff } 
.info_newsnb1 { text-align: left; background: #dd3333; padding: 10px; } 
.news_nb1 { margin-bottom: 20px; } 
.info_newsnb1 .flex_newsnb { justify-content: start; align-items: center; gap: 20px; padding: 5px 0; } 
.tag_newsnb { width: auto; color: #fff; } 
.control-owl {position: absolute;width: 100%;z-index: 2;left: 0px;top: calc(50% - 30px/2);} 

.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 45px; height: 45px; background: rgb(0 0 0 / 50%); text-align: center; display: flex; align-items: center; justify-content: center; font-size: 25px; margin: 0px; border-radius: 3px; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; } 

.control-owl button:hover { opacity: 1; } 

.control-owl button.owl-prev {left: -30px;top: 0px;} 

.control-owl button.owl-next {right: -30px;top: 0px;} 
/* Brand */
.wrap-brand { padding: 35px 0; background: #f7f7f7; } 
.wrap-brand .wrap-content { position: relative; } 
.brand { display: block; /* max-width: 160px; *//* max-height: 100px; */ } 
.brand img { /* box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%), 0 0px 5px 0 rgb(0 0 0 / 19%); *//* border-radius: 10px; */ } 
.title-product {text-align: left;position: relative;display: flex;justify-content: space-between;align-items: center;gap: 2px;background: #fceaea;margin-bottom: 20px;/* padding-right: 5px; */flex-wrap: wrap;margin-top: 10px;} 
.title-product span { position: relative; font-size: 15px; color: #fff; background: #dd3333; font-family: 'SFProDisplaySemiBold'; text-transform: capitalize; border-top-right-radius: 50px; border-bottom-right-radius: 50px; padding: 5px; padding-right: 5px; display: flex; justify-content: center; align-items: center; gap: 5px; } 
.title_product_cat { position: relative; width: 70%; } 
.catProduct_i{
    margin: 0px 5px;
    position: relative;
}
.catProduct_i a{
    cursor: default;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #333333 !important;
    font-family: 'SFProDisplaySemibold';
    cursor: pointer;
}
.catProduct_i a:hover, .catProduct_i a.active{
    transition: all ease 0.4s; color: #dd3333 !important; background: none;
}
.flex_product { display: flex; justify-content: space-between; } 
.flex_product >div:nth-child(1) { width: 285px; } 
.flex_product >div:nth-child(2) { width: calc(100% - 295px); } 
.title-product-cat { list-style: none; position: relative; margin: 0; padding: 0; max-width: 90%; } 
.title_product_cat .control-owl.add button.owl-prev{ display: none;}
.title_product_cat .control-owl.add button.owl-next {
    right: 20px;
    top: 0px;
    background: none;
}
.title_product_cat .control-owl.add{
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px / 2);
}
/* Form */
.wrap_form { background: #dd3333; padding: 15px 0; } 
.flex_form { display: flex; justify-content: space-between; flex-wrap: wrap; width: 90%; margin: auto; } 
.flex_form >div:nth-child(1) { /* width: 45%; */ } 
.flex_form >div:nth-child(2) { } 
.title_form { text-align: center; padding-bottom: 20px; } 
.title_form span { color: #dd3333; font-family: 'SFProDisplayBold'; font-size: 26px; text-transform: uppercase; } 
.title_form p { background: #dd3333; width: 80px; height: 2px; margin: auto; } 
.flex_newsletter { display: flex; justify-content: space-between; flex-wrap: wrap; } 
.flex_newsletter >div:nth-child(1) { display: inline-block; } 
.flex_newsletter >div:nth-child(2) { } 
.flex span { color: #333333; font-size: 16px; } 
.info_social { display: flex; justify-content: start; align-items: center; gap: 10px; } 

.info_social span { font-size: 25px; text-transform: capitalize; font-family: 'SFProDisplayBold'; color: #fff; } 

.form_nb { display: flex; justify-content: start; align-items: center; gap: 10px; flex-wrap: wrap; } 

.form_nb span { font-size: 20px; font-family: 'SFProDisplayBold'; color: #fff; } 
.newsletter-input { margin-bottom: 2%; position: relative; display: block; } 
.newsletter-input input { height: 50px; width: 430px; color: #838383 !important; background: none !important; position: relative; border: none; border: 1px solid #e2e2e2; border-radius: 0px; background: #fff !important; } 
.newsletter-input input::placeholder, .newsletter-textarea input::placeholder { font-size: 14px; color: #838383; } 
.newsletter-textarea { /* margin: 0 auto; */margin-bottom: 0%; position: relative; display: block; width: 100%; top: 0px; } 
.newsletter-textarea textarea::placeholder { font-size: 14px; color: #838383; } 
.newsletter-textarea textarea { width: 100%; height: 163px; border: none; color: #838383 !important; background: #fff !important; border-radius: 0px; border: 1px solid #e2e2e2; } 
.newsletter-button:nth-child(1) { /* margin-right:10px; */ } 
.newsletter-button input { color: #fff !important; border: none; position: relative; outline: none; text-transform: uppercase; background: #1a1919; font-size: 17px; height: 50px; font-family: 'MuliBold'; padding: 10px 15px; border-radius: 0px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; opacity: 1; text-align: center; z-index: 10; } 
.newsletter-button:nth-child(1) input { } 
.newsletter-button:nth-child(2) input { } 
.newsletter-button input:hover { color: #fff !important; transition: all .5s; background: #d01e2c; } 
.newsletter-email input::placeholder, .newsletter-email input::placeholder { font-size: 14px; color: #000; font-family: 'RobotoRegular'; } 
.newsletter-email input { background: none; height: 45px; width: 100%; border: solid 1px #e1dcdc; color: #8f8f8f !important; border-radius: 0px; background: #fff; } 
.newsletter-email { } 
input#phone-newsletter { background: none; } 
input#fullname-newsletter { background: none; } 
input#address-newsletter { background: none; } 
textarea#content-newsletter { background: none; } 
.logo-footer { display: block; position: relative; margin: auto; padding-bottom: 10px; } 
.flex-product-main >div:nth-child(1){
    width: 280px;
    position: sticky;
    top: 50px;
}
.flex-product-main >div:nth-child(2){
    width: calc(100% - 300px);
}
.title_proBrand { text-align: center; margin: 10px 0; display: block; } 
.title_proBrand span { background: #dd3333; padding: 10px 20px; border-radius: 5px; font-size: 20px; color: #fff; font-family: 'RobotoBold'; display: block; } 
.wap-brandnb{
    display: flex;
    flex-wrap: wrap;
}
.brand_nb {
    width: calc(50% - 2%);
    margin: 0 2% 2% 0;
} 
.brand_nb:nth-child(2n) { margin-right: 0px; } 
.pic-brand {
    border: solid 1px #ccc;
}
.grid-product2{
    display: flex;
    flex-wrap: wrap;
}
.grid-product2 .product{
    width: calc(100%/5 - 20px);
    margin: 10px 10px;
}

/* News */
.news { margin-bottom: 2rem; } 
.news-name { margin-bottom: 0.5rem; } 
.news-name a {color: #333;font-family: 'MuliBold';font-size: 17px;} 
.news-name a.text-split { -webkit-line-clamp: 2; } 
.news-name a:hover { color: #dd3333; } 
.news-time { color: #333333; font-size: 14px; font-style: italic; display: flex; justify-content: flex-start; align-items: center; gap: 5px; } 
.news-desc { color: #333333; margin-top: 5px; line-height: 22px; font-family: 'MuliRegular'; text-align: left; } 
.othernews b { margin-bottom: 10px; } 
.list-news-other { padding-left: 17px; list-style: square; } 
.list-news-other li { margin-bottom: 2px; } 
.list-news-other li a { text-transform: none; color: #333333; } 
.list-news-other li a:hover { color: #dd3333; } 
.box_news_detail { display: flex; justify-content: start; gap: 10px; } 
.news-info {width: 65%;text-align: left;} 

.flex_news_detail { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; } 
.flex_news_detail >div:nth-child(1) { width: 315px; position: sticky; top: 50px; border: solid 1px #ccc; } 
.flex_news_detail >div:nth-child(2) { width: calc(100% - 325px); } 
.title_news_detail span img { width: 22px; } 
.title_news_detail { text-align: center; background: #dd3333; padding: 5px; margin-bottom: 20px; } 
.title_news_detail span { font-size: 25px; text-align: center; font-family: 'SFProDisplayBold'; color: #fff; display: flex; justify-content: center; align-items: center; gap: 10px; } 
.box_news_nb { display: inline-flex !important; justify-content: start; align-items: center; gap: 10px; padding: 0 10px; padding-bottom: 10px; border-bottom: solid 1px #ccc !important; margin-bottom: 10px; } 
.info_news_nb { width: 50%; } 
.news_name { margin: 0; } 
.news_name a {font-size: 20px;color: #333;} 
.news_name a:hover { color:#dd3333 } 
.slick_photo1{
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    background-color: #ffffff;
}
.title-prodetail h1{text-align: left;}
/* Bundled */
.body-pro-bundled {display: flex;align-items: center;gap: 10px;overflow: hidden;padding-bottom: 5px;border-bottom: solid 1px #cccc;margin-bottom: 5px;padding-left: 10px;} 
.body-pro-bundled >div:nth-child(1) {display: flex;justify-content: start;align-items: center;gap: 5px;} 
.body-pro-bundled >div:nth-child(2) { } 
.cart-bundled-detail { background: #FFE5E5; padding: 15px; width: 65%;margin-bottom:20px } 
.title_bundled_detail { text-align: left; padding-bottom: 1rem; } 
.title_bundled_detail span { font-size: 25px; text-transform: capitalize; } 
.name_pro_bundled a {font-size: 15px;color: #333;text-transform: capitalize;font-family: 'SFProDisplayBold';} 
.name_pro_bundled a:hover { color:#dd3333 } 
.name_pro_bundled { font-size: inherit; } 
.quantity-pro-detail.add { width: 100%; max-width: 100%; } 
.quantity-pro-detail span { } 
.flex_detail_bundled { display: inline-grid; gap: 5px; }  
.price-new-pro-detail1 {font-size: 16px;color:#dd3333;font-family: 'SFProDisplayBold';} 
.name_pro_bundled a span {background: #ff000047;color: red; padding: 2px 5px;display: inline-block;margin-right: 5px;font-size: 12px;}
.check-box {margin: 0;margin-top: 0.2rem;}
/* Cart Fix */
.cart-fixed { position: fixed; right: 20px; bottom: 480px; z-index: 1000; background: #dd3333; width: 50px; height: 50px; text-align: center; color: #fff!important; border-radius: 100%; display: flex; align-items: center; justify-content: center; } 

.cart-fixed i { font-size: 20px; } 

.cart-fixed span { position: absolute; top: 0px; right: -5px; color: #ffffff; width: 25px; height: 25px; background: var(--color-red); text-align: center; line-height: 25px; font-size: 11px; border-radius: 100%; } 
/* Zalo */
.btn-zalo { bottom: 315px; } 
.btn-zalo.btn-frame i { background: rgba(0, 175, 242, 0.5); } 
.btn-zalo .animated.infinite.pulse.kenit-alo-circle-fill { background-color: rgba(0, 175, 242, 0.5); } 
.btn-zalo.btn-frame .kenit-alo-circle { border-color: rgba(0, 175, 242, 0.5); } 
/* Button Frame */
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 999; cursor: pointer; } 

.btn-frame i { display: flex; display: -ms-flex; justify-content: center; align-items: center; -ms-flex-align: center; background: #DB1E24; width: 50px; height: 50px; border-radius: 50%; position: relative; } 

.btn-frame i img { vertical-align: middle; width: 70%; } 

.btn-frame .animated.infinite { animation-iteration-count: infinite; } 

.btn-frame .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(7,41,103,0.8); opacity: .1; border-color: #1182FC; opacity: .5; } 

.btn-frame .zoomIn { animation-name: zoomIn; } 

.btn-frame .animated { animation-duration: 1s; animation-fill-mode: both; } 

.btn-frame .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(7,41,103,0.35); opacity: .4; } 

.btn-frame .pulse { animation-name: pulse; } 

.btn-framee { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 12; cursor: pointer; } 

.btn-framee i { display: flex; display: -ms-flex; justify-content: center; align-items: center; -ms-flex-align: center; width: 50px; height: 50px; background: #fff; border-radius: 50%; position: relative; z-index: 99; } 

.btn-framee i img { vertical-align: middle; width: 40%; } 

.btn-framee .animated.infinite { animation-iteration-count: infinite; } 

.btn-framee .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(7,41,103,0.8); opacity: .1; border-color: #fff; opacity: .5; } 

.btn-framee .zoomIn { animation-name: zoomIn; } 

.btn-framee .animated { animation-duration: 1s; animation-fill-mode: both; } 

.btn-framee .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: #ffff; opacity: .4; } 

.btn-framee .pulse { animation-name: pulse; } 

.btn-frame1 { display: block; width: 50px; height: 50px; position: fixed; right: 20px; /* z-index: 10; */
 cursor: pointer; } 

.btn-frame1 i { display: flex; display: -ms-flex; justify-content: center; align-items: center; -ms-flex-align: center; width: 50px; height: 50px; background: #213f99; border-radius: 50%; position: relative; z-index: 1; } 

.btn-frame1 i img { vertical-align: middle; width: 70%; } 

.btn-frame1 .animated.infinite { animation-iteration-count: infinite; } 

.btn-frame1 .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(7,41,103,0.8); opacity: .1; border-color: #14c021a6; opacity: .5; } 

.btn-frame1 .zoomIn { animation-name: zoomIn; } 

.btn-frame1 .animated { animation-duration: 1s; animation-fill-mode: both; } 

.btn-frame1 .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: #14c021a6; opacity: .4; } 

.btn-frame1 .pulse { animation-name: pulse; } 

.hotline-btn .btn-frame1 { position: relative; right: unset; left: 0; } 

/* Maps */
.btn-maps { bottom: 400px; } 

/* Phone */
.btn-phone { bottom: 230px; } 

/* Icon Cart */
.box-giohang-fix { display: block !important; height: 35px !important; width: 46px !important; background: url("../images/icon-giohang-top.png") no-repeat left center !important; padding-left: 60px; font-size: 14px; text-transform: uppercase; line-height: 45px; font-weight: bold; text-decoration: none !important; color: #f30c0c !important; } 
.box-giohang-fix b { display: block; color: #fff; font-size: 13px; position: absolute; left: 31px; top: 3px; height: 14px; width: 9px; z-index: 9; line-height: 17px; } 

/* Messenger */
.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed { display: none!important } 

.js-facebook-messenger-tooltip { bottom: 97px; right: 97px } 

.js-facebook-messenger-tooltip { color: #404040; background: #fff } 

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip { z-index: 999 } 

.js-facebook-messenger-tooltip { display: none; position: fixed; text-align: center; border-radius: 10px; overflow: hidden; font-size: 12px; line-height: 1; padding: 10px; border: 1px solid rgba(0,0,0,0.1); box-shadow: rgba(0,0,0,0.15) 0 2pt 10pt; z-index: 1.0E+30 } 

.js-facebook-messenger-close-tooltip { width: 10px; height: 10px; display: inline-block; cursor: pointer; margin-left: 10px } 

.js-facebook-messenger-box.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand } 

.js-facebook-messenger-box.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both } 

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip { z-index: 999 } 

.js-facebook-messenger-box { display: block; position: fixed; cursor: pointer; bottom: 150px; right: 17px; width: 56px; height: 56px; text-align: center; background: linear-gradient(
 45deg,
 rgba(63, 94, 251, 1) 0%,
 rgba(252, 70, 70, 1) 100%
 ); border-radius: 100%; overflow: hidden; z-index: 99; -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3); -moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3); box-shadow: 1px 1px 4px 0rgba(0,0,0,0.3) } 

.js-facebook-messenger-box.rotate svg#fb-msng-icon { transform: rotate(0deg) } 

.js-facebook-messenger-box svg#fb-msng-icon { width: 32px; height: 33px; position: absolute; top: 13px; left: 12px; opacity: 1; overflow: hidden; -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; -moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; -o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; } 

.js-facebook-messenger-box.rotate svg#close-icon { transform: rotate(-45deg) } 

.js-facebook-messenger-box svg#close-icon { opacity: 0; width: 19px; height: 20px; position: absolute; top: 19px; left: 19px; -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; -moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; -o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; } 

.js-facebook-messenger-container,.js-facebook-messenger-container-button { z-index: 1000 } 

.js-facebook-messenger-container { position: fixed; opacity: 0; transform: translateY(50px); bottom: 110px; right: 90px; border-radius: 10px; pointer-events: none; box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16); -webkit-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out; -moz-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out; -o-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out; transition: transform 160ms ease-in-out,opacity 160ms ease-in-out } 

.js-facebook-messenger-top-header { width: 220px } 

.js-facebook-messenger-top-header { color: #ffffff; background: #1182FC } 

.js-facebook-messenger-top-header { display: block; position: relative; width: 220px; background: #1182FC; color: #ffffff; text-align: center; line-height: 1; padding: 10px; font-size: 14px; border-top-left-radius: 10px; border-top-right-radius: 10px } 

.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px } 

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip { z-index: 999 } 

.js-facebook-messenger-container,.js-facebook-messenger-container-button { z-index: 1000 } 

.js-facebook-messenger-top-header { color: #ffffff; background: #1182FC } 

.js-facebook-messenger-top-header { width: 220px } 

.js-facebook-messenger-tooltip { color: #404040; background: #fff } 

.js-facebook-messenger-container.open { transform: translateY(0px); opacity: 1; pointer-events: all } 

.js-facebook-messenger-tooltip { bottom: 97px; right: 97px } 

.js-facebook-messenger-box.open svg#fb-msng-icon { opacity: 0 } 

.js-facebook-messenger-box.rotate.open svg#close-icon { transform: rotate(0deg) } 

.js-facebook-messenger-box.open svg#close-icon { opacity: 1 } 

/* Icon Phone */
.hotline-btn { bottom: 235px; width: auto; height: auto; position: fixed; right: 20px; z-index: 999; } 
.hotline-btn .btn-frame { position: relative; right: unset; left: 0; } 
.hotline-btn:hover span { width: 160px; transition: all 400ms ease-in; opacity:1 } 
.hotline-btn span { width: 0; height: 40px; padding: 7px 2px; font-size: 18px; background: #14c021a6; font-family: 'MuliExtraBold'; color: #fff; border-radius: 43px; display: flex; justify-content: center; align-items: center; margin-left: 28px; margin-top: -44px; padding-left: 15px; white-space: nowrap; overflow: hidden; opacity: 0; } 
.hotline-btn i { display: flex; display: -ms-flex; justify-content: center; align-items: center; -ms-flex-align: center; width: 50px; height: 50px; background: #14c021a6; border-radius: 50%; position: relative; z-index: 1; } 

/* Toolbar */
.toolbar { background-color: #dd3333; width: 100%; padding: 2vw; bottom: 0px; position: fixed; z-index: 500; height: auto; left: 0px; display: none;} 

.toolbar ul { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 0px; margin: 0px; } 

.toolbar ul li { text-align: center; width: 25%; } 

.toolbar ul li a { display: block; width: 100%; cursor: pointer; } 

.toolbar ul li a img {height: 6vw !important;width: auto;} 

.toolbar ul li a span { font-weight: 400; color: #fff; font-size: 2.5vw; } 
.wrap_product_discount .pic-product img{
    max-height: 190px;
    object-fit: cover;
}
.wrap_product_run .pic-product img{
    object-fit: contain;
    max-height: 190px;
}
.baonoidung tbody,.baonoidung td,.baonoidung tfoot,.baonoidung th, .baonoidung thead,.baonoidung tr{
    border-color: #ccc;
    border-width: 1px;
}