:root{--color-main:#C7161E;--color-social:#C7161E;--color-hover:#C7161E;--color-text:#C7161E;--m1: #3C4097;--m2: #3C4097}
@font-face{font-family:'Roboto';font-display:block;src:url('../fonts/Roboto-Regular.ttf');font-weight: 400;}
@font-face{font-family:'Roboto';font-display:block;src:url('../fonts/Roboto-Medium.ttf');font-weight: 500;}
@font-face{font-family:'Roboto';font-display:block;src:url('../fonts/Roboto-Bold.ttf');font-weight: 700;}
@font-face{font-family:'FTV-Designer';font-display:block;src:url('../fonts/1FTV-Designer.otf');}
@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;
}
body{font-size:14px;font-family: 'Roboto' !important}
.max-width{width:94%;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;}
.hover_sang2{position:relative;overflow:hidden;}
.hover_sang2:before{position: absolute;top: 0;left: -85%;z-index: 10;display: block;content: '';width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg)}
.hover_sang2:hover:before {transition: 1s;left: 100%}
.xoay_hinh{ overflow:hidden;}
.xoay_hinh img{transition:all 1s ease 0s;}
.xoay_hinh:hover img{transform:rotate(360deg);}
.blink{-webkit-animation-name:blink;-webkit-animation-duration:1s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-moz-animation-name:blink;-moz-animation-duration:1s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;animation-name:blink;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}
/* 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;}
/*   Header   */
.header{}
.header .wrap-content{padding: 10px 0;}
.header-top{
    background: var(--color-main);
    padding: 11px 0px;
    color: #fff;
}
.header-top .wrap-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slogan-header{width: 35%;}
.slogan-header marquee{display: block;}
.right_top{
    display: flex;
    align-items: center;
    justify-content:flex-end;
    gap: 30px;
}
.top-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}
.header-top p{
    margin-bottom: 0;
}
.info-header{
}
.info-header:nth-child(1){
}
.info-header i{
    display: inline-block;
    margin-right: 7px;
    font-size: 16px;
}
.left_header {
    display: flex;
    align-items: center;
    gap: 15px;
}
.logo-header{}
.hotline{
    background: url(../images/hotline.png) no-repeat left center;
    padding-left: 45px;
}
.hotline p{
    color: var(--7, #151515);
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.hotline span{
    color: var(--color-main);
    font-family: FTV-Designer;
    font-size: 18px;
}
/* slideshow */
.slideshow{position:relative;}
.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;}
/* Search */
.search{
    width: 48%;
    border-radius: 5px;
    background: var(--Mu-nn, #FFF);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.search input{width: calc(100% - 60px);border-radius:10px;border:none;padding: 0px 10px;background: transparent;height: 100%;color: var(--Mu-nn-5, rgb(37 37 37 / 50%));font-family: Roboto;font-size: 15px;}
.search input:focus{border:none;box-shadow:none;}
.search p{width: 60px;height: 100%;cursor:pointer;text-align:center;font-size:16px;background: var(--m1);line-height: 50px;color: #fff;font-size: 22px;}
.search p i{}
.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;color:#333;}
.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);}
.box-search .price-product{width:100%;margin:0px;text-align:left;}
.box-search .price-product .price-new{color:#f00;font-size:14px;font-weight:bold;}
.box-search .price-product .price-old{color:#999;text-decoration-line:line-through;}
.wap_menu {
    width: 100%;
    position: relative;
    z-index: 9;
    background: #fff;
    margin-bottom: 12px;
}
.wap_menu .wrap-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}
.dm_sanpham {
    width: 275px;
    position: relative;
    cursor: pointer;
    z-index: 999;
}
.tieude {
    background: var(--color-main);
    color: var(--Mu-nn, #FFF);
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 13.5px 10px;
    border-radius: 5px;
    position: relative;
}
.tieude i {
    margin-right: 15px;
}
div#danhmuc {
    border-radius: 10px;
    background: var(--1, #FFF);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: calc(100% + 24px);
    width: 100%;
    padding: 0px 20px;
    display: none;
    padding-right:10px;
}
div#danhmuc ul {
    margin: 0;
    padding: 0;
    position: relative;
}
div#danhmuc ul li {
    padding: 10px 0px;
    border-bottom: 1px solid transparent;
}
div#danhmuc ul li a {
    color: var(--6, #363533);
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
}
div#danhmuc ul li a img {
    margin-right: 10px;
}
div#danhmuc ul li a:hover {
    color: var(--color-main);
}
div#danhmuc ul > li:hover {
    border-bottom: 1px solid #d00;
}
div#danhmuc ul > li > ul {
    display: none;
    background: #fff;
    position: absolute;
    left: 100%;
    width:275px;
    height: 100%;
    border-radius: 15px;
    border: 1px solid var(--color-hover);
    top: 0;
}
div#danhmuc ul li:hover ul {
    display: block;
}
div#danhmuc ul li ul li  {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 10px;
}
/*#danhmuc ul{max-height: 480px;overflow: hidden;padding-right: 5px;}
#danhmuc ul:hover{overflow: auto;}
#danhmuc ul::-webkit-scrollbar {width: 3px;;}
#danhmuc ul::-webkit-scrollbar-track {background: #000;}
#danhmuc ul::-webkit-scrollbar-thumb {background-color: #f4e3de;background: #f4e3de;outline: 0px solid slategrey;}*/

/* Menu */
.menu{position:relative;z-index:99;width: calc(100% - 310px);}
.menu .wrap-content{position:relative;}
.menu-ul{display: flex;justify-content: space-between;align-items: center;}
.menu ul{width:100%;padding:0px;margin:0;list-style:none}
.menu ul li{position:relative;z-index:99}
.menu ul.ulmn > li{}
.menu ul li.line{width:5px;height:5px;background-color:#aaa;border-radius:50%;flex:none}
.menu ul li a{
    color: var(--6, #363533);
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    padding: 15px 0px;
}
.menu-list a:before{content:'';}
.menu ul li a img{vertical-align:middle}
.menu ul li a.active,
.menu ul li:hover > a{color:var(--color-main);}
.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: 15px;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;color:var(--color-main) !important;}
.ul-sp{display: none}
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}
.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);
    -webkit-animation: fadeInDown 1.3s ease backwards;-moz-animation: fadeInDown 1.3s ease backwards;-o-animation: fadeInDown 1.3s ease backwards;-ms-animation: fadeInDown 1.3s ease backwards;
    margin-bottom: 0;
}
.menu-fix #danhmuc{top:100%;}
/*   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;text-align: left;margin-bottom: 10px;}
.title-detail span{font-size:18px;color:#333;font-weight:700;text-transform:uppercase;}
.title-main{margin-bottom: 25px;position:relative;background: url(../images/title.png) no-repeat left center;padding-left: 45px;}
.title-main span,.title-main h2{
    color: var(--8, #000);
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}
.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;}
/* 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;}
/* 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;}
/* 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{width:250px;border:1px solid #f1f1f1;padding:20px;border-radius:5px;}
.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;}
.grid-product{display: grid;grid-template-columns: repeat(5,1fr);gap: 25px;}
.product{display:block;position:relative;border-radius: 5px;background: #FFF;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);text-align: center;padding: 14px;}
.product .pic-product{display:block;position:relative;margin-bottom: 12px;}
.product .pic-product a{display: block;}
.product .pic-product img{width:100%;-webkit-transform-style:preserve-3d;height:100%;object-fit:cover;}
.product .name-product{margin-bottom: 5px;}
.product .name-product a{
    color: var(--5, #1F1F1F);
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    -webkit-line-clamp: 2;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: calc(20px*2);
    line-height: 20px;
}
.product .name-product:hover a{color:var(--color-main);}
.product .price-product{margin-bottom: 20px;co;display: flex;align-items: center;justify-content: center;flex-flow: wrap;gap: 10px;}
.product .price-new{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: var(--color-main);
}
.product .price-old{
    order: -1;
    color: var(--5, #8E8E8E);
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: line-through;
}
.product .price-per{
    color: var(--1, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    width: 31px;
    height: 18px;
    background: url(../images/sale2.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.product .price-per b{
    color: var(--1, #FFF);
    text-align: center;
    font-family: Roboto;
    font-size: 11.05px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2px;
    display: none;
}
.button-pro {}
.button-pro a {
    border-radius: 3px;
    background: var(--color-main);
    display: inline-block;
    padding: 4px 28px;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border: 1px solid var(--color-main);
    cursor: pointer;
}
.xemnhanh {
    border: 1px solid var(--m1) !important;
    color: var(--m1) !important;
    background: #fff !important;
}
.xemnhanh:hover{
    background: var(--m1) !important;
    color: #fff !important;
}
.lhe:hover{
    background:#fff;
    color: var(--color-main);
}
.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;}
/* product detail */
.grid-pro-detail{display:flex;justify-content:space-between;align-items:start;margin-bottom: 20px;border: 1px solid #ddd;padding: 10px;border-radius: 10px;}
.grid-pro-detail .left-pro-detail{width: 45%;}
.grid-pro-detail .right-pro-detail{width: 52%;}
.detail-product{display:flex;justify-content:space-between;}
.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;}
/* 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;}
/* Contact */
.contact-map{position:relative;height:500px;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;flex-wrap: wrap;}
.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: var(--color-main);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 var(--color-main);opacity:0.1;border-color: var(--color-main);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: var(--color-main);opacity:0.4;}
.btn-frame .pulse{animation-name:pulse;}
.btn-phone{bottom:14rem}
.btn-zalo{bottom:9rem}
.btn-mess{bottom:19rem}
.btn-chiduong{bottom:24rem}
.btn-css i{font-size:30px;color:#fff}
.cart-fixed.btn-frame{bottom:29rem;}
.cart-fixed.btn-frame span{position:absolute;top:0;right:0;z-index:1;background:#f7630c;color:#FFF;width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:13px}
.cart-fixed.btn-frame i{font-size:18px;color:white;background:#000;}
.toolbar{background:var(--color-main);width:100%;padding: 2vw;bottom:0px;position:fixed;z-index:500;height:auto;left:0px;display: none;}
.toolbar ul{list-style:none;padding:0px;margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.toolbar ul li{text-align:center;width:20%}
.toolbar ul li a{display:block;width:100%;cursor:pointer}
.toolbar ul li a img{height:22px !important;width:auto;animation: tada 1.2s infinite;}
.toolbar ul li a span{font-weight:400;color:#ffffff;font-size:12px;display: block;margin-top: 3px;}
.toolbar ul li a i{color: #f3f3f3;font-size: 22px;}
@keyframes tada {
    0% {
        transform: scaleX(1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.3, 1.3, 1.3) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.3, 1.3, 1.3) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}
/* scrollToTop */
.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 8px;
    right: 25px;
    display: none;
    z-index: 99;
    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;}
/* footer */
.footer-layout{color: #363533;width: 100%;background: #F1F1F1;padding: 40px 0px;padding-bottom: 120px;}
.main_footer{display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer-title{
    color: var(--7, #151515);
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.footer-title:after{content:'';position: absolute;width: 40px;height: 3px;background: var(--color-main);left: 0;bottom: 0;}
.footer-fanpage iframe{width: 100%;}
.footer-info:nth-child(1){width: 33%;}
.footer-info:nth-child(2){
    width: 19%;
}
.footer-info:nth-child(3){
    width: 19%;
    position: relative;
}
.footer-info:nth-child(4){
    width: 28%;
}
.footer-social{display: flex;flex-wrap: wrap;gap: 7px;margin-top: 20px;align-items: center;}
.footer-social span{
    color: var(--7, #151515);
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-social a{}
.footer-policy {display: grid;gap: 10px;}
.footer-policy a{color: #363533;display: flex;align-items: center;gap: 10px;}
.footer-policy a:hover{transition: 0.5s ease;color: var(--color-main);}
.footer-policy a:before{content: '';width: 3px;height: 3px;background-color: #363533;border-radius: 50%;}
.footer-phuongthuc {
    padding-top: 20px;
}
.box-thuc {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    flex-flow: wrap;
}
.img-pthuc {
    display: block;
}
.footer-powered{
    padding-top: 15px;
    font-size: 13px;
}
.footer-powered span{text-transform: uppercase;font-weight: 600;}
#footer-map{
    position: relative;
    height: 200px;
}
#footer-map iframe{
    width: 100%;
    height: 100%;
    display: block;
}
.sloganfooter {
    max-width: 760px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.logo-footer {
    display: block;
    width: 90;
    width: 90px;
}
.ndung-slogan {
    width: calc(100% - 110px);
}
.ndung-slogan p {
    margin-bottom: 0;
}
.content-f p {
    margin-bottom: 12px;
}
.time-lv {
    margin-top: 20px;
}
.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:#333;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;}
.wrap-about-index{
    padding: 60px 0;
    overflow: hidden;
}
.wap-aboutHome{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}
.leftAbout{
    width: 53%;
    position: relative;
    padding-left: 35px;
}
.hinh-gt {
    display: table;
}
.hinh2 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
}
.hinh2 span{display: block;}
.hinh2:after {
    content: '';
    position: absolute;
    right: 20px;
    top: -15px;
    background: var(--color-main);
    width: 62%;
    height: 60%;
    z-index: -1;
}
.hinh1 {margin-bottom: 55px;position: relative;z-index: 5;}
.leftAbout:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-main);
    width: 22%;
    height: 54%;
}
.leftAbout:before {
    content: '';
    position: absolute;
    left: 45px;
    bottom: 10px;
    background: url(../images/Welcome.png) no-repeat left bottom;
    width: 246px;
    height: 29px;
    z-index:2;
}
.name-about{
    margin-bottom: 20px;
    margin-left: -80px;
}
.name-about p{
    margin-bottom:0px
}
.name-1sl{
    color: var(--Ch-o, #C7161E);
    font-family: "FTV-Designer";
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    margin-left: -80px;
}
.name-1sl span{color: var(--Nhn, #3C4097);}
.desc-about{
    color: var(--7, #151515);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; 
}
.view-about{
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    background: var(--m2);
    padding: 13px 25px;
    margin-top: 30px;
    text-transform: uppercase;
}
.view-about:hover{
    transition: 0.7s ease;
    background: var(--color-main);
    color: #fff;
}
.rightAbout{
    width: 45%;
}
.wrap-newsHome{
    padding-top: 40px;
    overflow: hidden;
}
.title-main-index{
    text-align: center;
    margin-bottom: 10px;
}
.title-main-index h2{
    display: inline-block;
    text-transform: uppercase;
    color: var(--8, #000);
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    background: url(../images/title.png)left center no-repeat, url(../images/title-r.png)right center no-repeat;
    padding: 0 50px;
    margin-bottom: 0;
}
.slogan-index{
    color: var(--6, #363533);
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px;
}
.newsHome{
    position: relative;
    display: block;
    text-align: center;
    margin: 10px 10px;
}
.name-newsHome{
    font-weight: 700;
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
}
.time-newsHome{
    margin-bottom: 5px;
    color: #333;
}
.time-newsHome i{
    color: var(--color-main);
    font-size: 19px;
}
.newsHome:hover .name-newsHome{transition: 0.5s ease;color: var(--m2);}
.wrap-partnerHome{
    padding: 60px 0;
}
.wap-partner{
    display: flex;
    flex-wrap: wrap;
}
.partnerHome{
    border-radius: 15px;
    background: var(--1, #FFF);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    margin: 15px 5px;
    padding: 5px;
    text-align: center;
    display: block;
}
.partnerHome img{
    margin: auto;
}
.grid-news{display: grid;grid-template-columns: repeat(4,1fr);gap:20px;}
.item_tt{}
.item_tt a.img{
    border: 0;
    padding: 0;
    border-radius: 15px;
}
.item_tt a.ten:hover{transition: 0.5s  ease;color: var(--color-main);}
.desc-news {
    color: #565656;
    line-height: 23px;
}
.time-news{
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    color: var(--5, #8E8E8E);
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.time-news i{margin-right: 6px;}
.btn-primary {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--m1);
    border-color: var(--m1);
}
.wap_quangcao{
    margin-top: -90px;
}
.item-quangcao1{display: block;border-radius: 10px;overflow: hidden;}
.pic-quangcao1 {
    position: relative;
}
.pic-quangcao1:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/khung.png) no-repeat;
    background-size: 100% 100%;
}
.name-qcao {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, rgba(124, 0, 0, 0.00) 25.95%, #7C0000 93.68%);
    padding: 30px 20px;
    padding-top: 50px;
}
.name-qcao span {
    color: var(--1, #FFF);
    text-align: center;
    text-shadow: 0px 0px 20px #F00;
    font-family: 'FTV-Designer';
    font-size: 22px;
    font-style: normal;
    padding: 16px 0px;
    font-weight: 400;
    text-transform: uppercase;
    background: url(../images/n1.png) no-repeat top left,url(../images/n2.png) no-repeat bottom right;
}
.wrap-product-index{
    background: var(--2, #F5F5F5);
    padding: 70px 0;
    overflow: hidden;
}
.wapProductNB{
    border-radius: 10px;
    border: 1px solid var(--3, #DCDCDC);
    background: #FFF;
}
.box-sanpham{
    padding: 5px;
}
.wapProductNB .product{
    margin: 5px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 10px 6px;
}
.wapProductNB .button-pro a{padding: 2px 20px;}
.wapProductNB .xemnhanh {
    border: 1px solid var(--m1) !important;
    color: #fff !important;
    background: var(--m1) !important;
}
.wapProductNB .xemnhanh:hover {
    border: 1px solid var(--m1) !important;
    color: var(--m1) !important;
    background: #fff !important;
}
.wapProductNB .product .price-per{
    background: url(../images/sale1.png) no-repeat;
    position: absolute;
    top: 0;
    right: 10px;
    width: 34px;
    height: 42px;
}
.wapProductNB .product .price-per b{display: flex;}
.title-pro-index{
    text-align: center;
    background: url(../images/title-spbc.png) no-repeat top center;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
    padding: 7px 10px;
}
.title-pro-index h2{
    display: inline-block;
    color: var(--1, #FFF);
    text-align: center;
    text-shadow: 0px 0px 20px #F00;
    font-family: "FTV-Designer";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    background: url(../images/fl1.png)left center no-repeat, url(../images/fl2.png) no-repeat right center;
    margin-bottom: 0;
    padding: 15px 60px;
}
.wap_quangcao2{margin-top: 25px;}
.item-quangcao2{display: block;border-radius: 10px;}
.wap_pronb{padding-top: 55px;}
.catProduct {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 8px;
}
.catProduct_i {
    cursor: pointer;
}
.catProduct_i a {
    color: var(--6, #363533);
    border: 1px solid #757575;
    padding: 7px 15px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 3px;
    display: block;
}
.catProduct_i a:hover,.catProduct_i a.active{
    background:var(--color-main);
    color:#fff;
    border:1px solid var(--color-main);
}
.wap_pronb .title-main {
    margin-bottom: 15px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.page-link:hover,.page-link{
    color: var(--color-main);
}
.box-title {
    margin-bottom: 30px;
}
.xtatca {
    color: var(--Ch-o, #C7161E);
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    text-align: right;
    display: block;
    margin-top: -20px;
}
.xtatca i{margin-left: 5px;v;vertical-align: text-top;}
.xtatca:hover {
    color: var(--m1);
}
.wap_quangcao3{padding: 60px 0px;}
.item-quangcao3{display: block;border-radius: 10px;overflow: hidden;}
.wap_formdky_fanpage {
    background: url(../images/bg1.png) no-repeat top center;
    background-size: cover;
    padding: 80px 0px;
    overflow: hidden;
}
.main_formdky {
    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;
}
.left_formdk {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.40);
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.50);
    width: 56%;
    text-align: center;
    padding: 35px 30px;
}
.right_fanpage {
    width: 41%;
    border-radius: 7px;
    overflow: hidden;
}
.title-fb {
    background: var(--Ch-o, #C7161E);
    text-align: center;
    padding: 10px 10px;
    color: #fff;
    font-family: Roboto;
    font-size: 20.034px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.title-fb i {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
.fb-page {
    padding: 20px;
    background: #fff;
}
.title-dk {
    color: var(--1, #FFF);
    text-align: center;
    font-family: "FTV-Designer";
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
}
.slogan-dk {
    color: var(--Mu-nn-2, #EAEAEA);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
}
.newsletter2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.newsletter input {
    height: 48px;
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    color: var(--Mu-nn-4, #666);
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}
.newsletter textarea {
    height: 88px;
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    color: var(--Mu-nn-4, #666);
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}
.newsletter-btn input {
    color: #FFF;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.479px;
    text-transform: uppercase;
    width: 151px;
    height: 49px;
    background: url(../images/dk.png) no-repeat;
    border-color: 0;
    border:0;
}
.newsletter-btn input:hover{background: url(../images/dk.png) no-repeat;}
.hotro-fixed {
    background: var(--color-main);
    color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.main_hotro {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0px;
}
.box-hotro {
    display: block;
}
.hotline-title {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0;
}
.div_sdt {
    position: relative;
    padding-left: 35px;
}
.div_sdt span {
    color: #FFADB1;
    font-family: Roboto;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
.name-hotro {
    color: #FFF;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}
.div_sdt:after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    background: url(../images/phone2.png) no-repeat;
    width: 27px;
    height: 31px;
    animation:heartbeat 1s;animation-iteration-count:infinite;
}
@keyframes heartbeat{
    0%{animation-timing-function:ease-out;transform:scale(1);transform-origin:center center;}
    10%{animation-timing-function:ease-in;transform:scale(0.91);}
    17%{animation-timing-function:ease-out;transform:scale(0.98);}
    33%{animation-timing-function:ease-in;transform:scale(0.87);}
    45%{animation-timing-function:ease-out;transform:scale(1);}
}
.right-pro-detail .title-main span{font-size: 20px;}
.right-pro-detail .title-main{margin-bottom: 5px;background: none;padding-left: 0;}
.thumb-pro-detail {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.box-tabpro {
    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;
    align-items: flex-start;
}

.tabs-pro-detail {
    width: calc(100% - 350px);
}

.thongso-kt {
    width: 330px;
}

.danhmuc {
    border: 1px solid var(--color-main);
    margin-bottom: 20px;
}

.tieude-ct {
    background: var(--color-main);
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.box-ndung {
    padding: 10px;
}
.box-ndung tr,.box-ndung tr {
    border: unset;
    border-width: unset;
}
button.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 31px;
    background: #f00;
    z-index: 9;
    font-size: 20px;
    color: #fff;
    line-height: 23px;
}
.item-level {
    position:relative;
    overflow:hidden;
    transition:all 1s;
}
.item-level:hover {
    box-shadow:2px 2px 10px #d9d9d9;
    transition:all 1s;
}
.item-level:hover .card_line {
    opacity:1;
    transition:all 1s;
}
.card_line {
    opacity:0;
    transition:all 1s;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    pointer-events:none;
}
.card__line {
    position:absolute;
    animation:1s 1s linear infinite;
    border-radius:20px;
}
.card__line_left {
    animation-name:to-top;
    background:linear-gradient(to bottom, var(--color-main), transparent);
    left:0;
    bottom:-100%;
    width:0.2em;
    height:100%;
}
.card__line_right {
    animation-name:to-bottom;
    background:linear-gradient(to bottom, transparent, var(--color-main));
    right:0;
    top:-100%;
    width:0.2em;
    height:100%;
}
.card__line_top {
    animation-delay:1.5s;
    animation-name:to-right;
    background:linear-gradient(to right, transparent, var(--color-main));
    width:100%;
    height:0.2em;
    top:0;
    left:-100%;
}
.card__line_bottom {
    animation-delay:1.5s;
    animation-name:to-left;
    background:linear-gradient(to right, var(--color-main), transparent);
    bottom:0;
    right:-100%;
    width:100%;
    height:0.2em;
}
@keyframes to-top {
    to {
        bottom:200%;
    }
}
@keyframes to-bottom {
    to {
        top:200%;
    }
}
@keyframes to-left {
    to {
        right:200%;
    }
}
@keyframes to-right {
    to {
        left:200%;
    }
}
.cuon-qick{overflow-y:scroll;max-height: 90vh}
.modal-quick{max-width: 90%;margin: auto;}
.hinh_mobile{display: none;}