:root{--color-main:#DE9E3E;--color-social:#DE9E3E;--color-hover:#FDD97D;--color-text:#FDD97D;--m1: #FDD97D;--m2: #FDD97D}
@font-face{font-family:'SVN-Poppins';font-display:block;src:url('../fonts/SVN-Poppins-Regular.ttf');font-weight: 400;}
@font-face{font-family:'SVN-Poppins';font-display:block;src:url('../fonts/SVN-Poppins-SemiBold.ttf');font-weight: 600;}
@font-face{font-family:'SVN-Poppins';font-display:block;src:url('../fonts/SVN-Poppins-Medium.ttf');font-weight: 500;}
@font-face{font-family:'SVN-Poppins';font-display:block;src:url('../fonts/SVN-Poppins-Bold.ttf');font-weight: 700;}
@font-face{font-family:'UTM Bitsumishi';font-display:block;src:url('../fonts/UTM Bitsumishi Pro.ttf');}
@font-face{font-family:'SVN-Gilroy Bold';font-display:block;src:url('../fonts/SVN-Gilroy Bold.otf');}
@font-face{font-family:'UTM AvoBold';font-display:block;src:url('../fonts/UTM AvoBold.ttf');}
@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: 'SVN-Poppins' !important;top:0 !important;}
.max-width{width:94%;max-width:1200px;margin:0px auto;}
img{max-width:100%;}
*{box-sizing:border-box;}
a{text-decoration:none;}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: unset;
}
table td{padding: 5px;}
.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{
    background: #141414;
    width: 100%;
    position: relative;
    z-index: 9;
}
.header .wrap-content{}
.header-top{
    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: center;
    background: var(--Linear, linear-gradient(90deg, #C59B65 5.22%, #FCFABA 52.61%, #C59B65 100%));
    position: relative;
    padding: 5px 5px;
    color: #282828;
    margin-bottom: 20px;
}
.header-top:after {
    content: '';
    position: absolute;
    left: -35px;
    top: 0;
    background: url(../images/top_h.png) no-repeat;
    width: 36px;
    height: 45px;
}
.header-top:before {
    content: "";
    position: absolute;
    box-shadow: 0 0 0 100vmax #c69c66;
    clip-path: inset(0 -100vmax 0 0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.right_header {
    width: 82%;
}
.left_top {
    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;
    gap: 0px 30px;
}
.langCon {
    border: 1px solid #404040;
    padding: 5px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.info-header{
    margin-bottom: 0;
}
.info-header:nth-child(1){
}
.info-header i{
    vertical-align: text-bottom;
    margin-right: 7px;
    font-size: 18px;
}
.logo-header{
    padding: 10px 0px;
}
/* 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{
    border-radius: 5px;
    background: #F2F2F2;
    width: 215px;
    height: 40px;
    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: center;
}
.search input{width: calc(100% - 40px);font-size:13px;color: #A7A7A7;border-radius:10px;border:none;padding: 0px 10px;background: transparent;height: 100%;}
.search input:focus{border:none;box-shadow:none;}
.search p{width: 40px;height: 100%;cursor:pointer;text-align:center;display: flex;align-items: center;justify-content: center;}
.search p i{font-weight:bold;color:#999;}
.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;}
/* Menu */
.menu{position:relative;z-index:99;}
.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{position:relative;z-index:1;text-decoration:none!important;padding: 20px 0px;display: block;font-size: 15px;font-style: normal;font-weight: 600;text-transform: capitalize;color: #fff;}
.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(--m2);}
.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: 14px;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:cadetblue;}
.menu ul li ul li a:hover{visibility:visible;color:var(--color-main) !important;}
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;
    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;
}
.menu-fix .header-top {
    display: none;
}
.menu-fix .logo-header{zoom: 0.5;padding: 5px 0px;}
.menu-fix2{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    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;
}
.menu-fix2 .logo-mobi{zoom:0.6;}
/*   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:20px;color:#333;font-weight:700;text-align:center;text-transform:uppercase;}
.title-main{margin-bottom:1.5rem;position:relative;text-align: center;background: url(../images/title.png) no-repeat center bottom;padding-bottom: 20px;}
.title-main span{
    background: var(--Linear, linear-gradient(90deg, #DE9E3E -0.44%, #FDD97D 26.24%, #DE9E3E 73.84%, #FDD97D 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "UTM AvoBold";
    font-size: 30px;
    font-style: normal;
    line-height: normal;
    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;}
/* 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{
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    background: var(--Linear, linear-gradient(90deg, #DE9E3E -0.44%, #FDD97D 26.24%, #DE9E3E 73.84%, #FDD97D 100%));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 15px;
    color: #000;
    margin-top: -15px;
}
.desc-news{
    color: #434343;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    -webkit-line-clamp: 2;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: calc(25px*2);
    line-height: 25px;
}
.right-ttt {
    width: calc(100% - 80px);
    margin-top: 10px;
}
.user-news {
    color: #585858;
}
.user-news i {
    font-size: 15px;
    margin-right: 5px;
    color: #763D1F;
}
.user-news span {
    margin-left: 20px;
}
.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;}
/* 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(4,1fr);gap:20px;}
.product{display:block;position:relative;text-align: center;}
.product:hover .name-product{color: var(--m2);}
.product .pic-product{display:block;position:relative;border-radius: 10px;margin-bottom: 15px;}
.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;}
.product .name-product{
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-bottom: 5px;
}
.product .name-product:hover{color:var(--color-main);}
.product .price-product{margin-bottom: 0;display: flex;align-items: center;justify-content: center;gap: 10px;flex-flow: wrap;color: var(--color-main);font-weight: 700;font-size: 15px;}
.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{font-size: 13px;text-decoration:line-through;display:block;color: #333;font-weight: 400;}
.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;}
/* product detail */
.grid-pro-detail{display:flex;justify-content:space-between;align-items:start;margin-bottom: 20px;}
.grid-pro-detail .left-pro-detail{width: 46%;}
.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: var(--color-main);}
/* 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: 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: 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;}
/* footer */
.footer-layout{background: url(../images/footer.jpg)no-repeat;color: #fff;background-size: cover;margin-top: 100px;}
.wap_footer{display: flex;flex-wrap: wrap;justify-content: space-between;padding-bottom: 60px;}
.footer-title{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.footer-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 1px;
    background: #fff;
}
.footer-fanpage iframe{width: 100%;}
.footer-info:nth-child(1){width: 44%;}
.footer-info:nth-child(2){
    width: 22%;
}
.footer-info:nth-child(3){
    width: 33%;
}
.footer-info:nth-child(4){}
.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{}
.footer-policy {display: grid;gap: 15px;}
.footer-policy a{color: #fff;display: flex;align-items: center;gap: 15px;}
.footer-policy a:hover{transition: 0.5s ease;color: var(--color-main);}
.footer-policy a:before{content: '';width: 3px;height: 3px;background-color: #fff;border-radius: 50%;}
.footer-powered{
    background: #353535;
    text-align: center;
    padding: 17px 0px;
    color: #fff;
}
.footer-powered span {
    font-weight: 700;
    text-transform: uppercase;
}
.wap_dknt {
    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: center;
    border-radius: 20px;
    background: var(--Linear, linear-gradient(90deg, #DE9E3E -0.44%, #FDD97D 26.24%, #DE9E3E 73.84%, #FDD97D 100%));
    padding: 40px 30px;
    top: -75px;
    position: relative;
    margin-bottom: -25px;
    overflow: hidden;
    z-index:5;
}
.wap_dknt:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/item2.png) no-repeat right top;
    z-index:-1;
}
.left_dknt {
    width: 38%;
    color: #4D4D4D;
    background: url(../images/image.png) no-repeat left center;
    padding-left: 70px;
}
.right_dknt {
    width: 58%;
}
.newsletter-form {
    display: grid;
    grid-template-columns: 1fr 1fr 80px;
    gap: 10px;
}
.newsletter-btn input {
    border-radius: 5px;
    background: #282828;
    border: 0;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
}
.newsletter input {
    color: #4D4D4D;
    height: 40px;
    border: 0;
    font-size: 14px;
    border-radius: 5px;
    background: #FFF;
}
.left_dknt p {
    color: #282828;
    font-family: "UTM AvoBold";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 6px;
}
#footer-map{
    position: relative;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px;
    height: 230px;
}
#footer-map iframe{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}
.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;
}
.wap-aboutHome{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}
.leftAbout{
    width: 51%;
}
.title-1{
    color: #4D4D4D;
    font-family: SVN-Gilroy Bold;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
}
.name-about{
    background: var(--Linear, linear-gradient(90deg, #DE9E3E -0.44%, #FDD97D 26.24%, #DE9E3E 73.84%, #FDD97D 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "UTM Bitsumishi";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.desc-about{
    color: #4D4D4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    -webkit-line-clamp: 7;
}
.view-about{
    border-radius: 5px;
    background: var(--Linear, linear-gradient(90deg, #DE9E3E -0.44%, #FDD97D 26.24%, #DE9E3E 73.84%, #FDD97D 100%));
    color: #1B1B1B;
    text-align: justify;
    font-family: SVN-Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 11px 18px;
    display: table;
    margin-top: 20px;
}
.view-about i {
    margin-left: 5px;
}
.view-about:hover {
    background: var(--Linear, linear-gradient(90deg, #434241 -0.44%, #979795 26.24%, #434241 73.84%, #979795 100%)););
    color: #fff;
}
.rightAbout{
    width: 44%;
    border-radius: 30px;
}
.rightAbout img {
    width: 100%;
    border-radius: 30px;
}
.wap_hinhanh {
    margin-top: 30px;
}
.hinhHome {
    display: block;
    border-radius: 10px;
}
.hinhHome img {
    border-radius: 10px;
    width: 100%;
}
.wrap-product-index{
    padding: 45px 0;
}
.proHome {
    display: block;
    position:relative
}
.pic-pro {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.info-pro {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    min-height: 172px;
    padding: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.name-pro {
    color: #FFF;
    text-align: center;
    font-family: "UTM AvoBold";
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    position:relative;
    z-index:5;
}
.pic-pro:hover .name-pro{color:var(--m1)}
.proHome:after {
    content:'';
    position:absolute;
    bottom: 5px;
    left:5px;
    height: calc(100% - 10px);
    width:calc(100% - 10px);
    background:url(../images/item.png) no-repeat bottom center;
    background-size: 100% auto
}
.wrap-whyUs-index{
    background: url(../images/bg2.jpg)top center no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.wap-whyUs{
}
.whyUs{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 31%;
    float: left;
    margin-top: 30px;
}
.pic-whyUs{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
    position: relative;
    z-index: 3;
}
.name-whyUs{
    background: var(--Linear, linear-gradient(90deg, #DE9E3E -0.44%, #FDD97D 26.24%, #DE9E3E 73.84%, #FDD97D 100%));
    padding: 9px 10px;
    border-radius: 20px;
    margin-bottom: 5px;
    margin-right: -40px;
    padding-right: 40px;
    text-align: right;
}
.desc-whyUs{
    color: #4D4D4D;
    -webkit-line-clamp: 2;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: calc(22px*2);
    line-height: 22px;
    margin-bottom: 0;
    text-align: right;
}
.info-whyUs{
    width: calc(100% - 100px);
}
.whyUs:nth-child(2n+1) {
    float: right;
    clear: both;
}
.whyUs:nth-child(2n+1) .pic-whyUs{
    order: -1
}
.whyUs:nth-child(2n+1) .name-whyUs{
    margin-right: 0px;
    padding-right: 10px;
    margin-left: -40px;
    padding-left: 40px;
    text-align: left;
}
.whyUs:nth-child(2n+1) .desc-whyUs{
    text-align: left;
}
.whyUs1,.whyUs5{left: -30px;}
.whyUs2,.whyUs6{right: -30px;}
.avatar {
    border-radius: 380px;
    border: 5px solid var(--Linear, #DE9E3E);
    background: #282828;
    width: 380px;
    height: 380px;
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 3%;
}
.pic-whyUs span {
    width: 100%;
    height: 100%;
    background: #FFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.name-whyUs span {
    color: #282828;
    font-family: SVN-Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    -webkit-line-clamp: 1;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: calc(22px*1);
    line-height: 22px;
}
.wrap-newsHome{
    padding: 50px 0;
    position: relative;
}
.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-videoHome{
    padding: 60px 0;
}
.wrap-videoHome .wrap-content{position: relative;}
.slick-video{
    padding-bottom: 64px;
}
.slick-video-2{
    width: 65%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.videoHome{
    position: relative;
    display: block;
    cursor: pointer;
}
.pic-videoHome{
    border-radius: 20px;
    margin-bottom: 0;
}
.pic-videoHome img{
    object-fit: cover;
    height: 150px !important;
}
.info-videoHome{
    width: 33%;
}
.name-videoHome{
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    color: #333;
    font-family: 'Montserrat';
    line-height: 35px;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    height: calc(35px*2);
}
.videoHome:hover .name-videoHome{transition: 0.5s ease;color: var(--m2);}
.slick-video .pic-videoHome{margin-bottom: 2rem;}
.slick-video .pic-videoHome img{height: 473px !important;}
.slick-video-2 .videoHome{
    margin: 5px 5px;
}
.grid-news{display: grid;grid-template-columns: repeat(3,1fr);gap:20px;}
.item_tt{border-radius: 10px;border: 1px solid #898989;}
.in-tttt{padding: 15px;}
.item_tt a.img{
    border: 0;
    padding: 0;
    border-radius: 10px 10px 0px 0px;
}
.item_tt h3{
    margin-bottom: 10px;
}
.item_tt a.ten{
    color: #000;
    font-family: SVN-Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 118.2%; /* 18.912px */
    text-transform: uppercase;
}
.item_tt a.ten:hover{transition: 0.5s  ease;color: var(--color-main);}
.info-ttt {
    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: center;
    margin-bottom: 15px;
}
.time-news span {font-weight: 700;}
.btn-primary {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.wrap-linhvucHD {
    background: #F2F2F2;
    padding: 50px 0px;
}
.title-main h2 {
    background: var(--Linear, linear-gradient(90deg, #DE9E3E -0.44%, #FDD97D 26.24%, #DE9E3E 73.84%, #FDD97D 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "UTM AvoBold";
    font-size: 30px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.slogan {
    color: #4D4D4D;
    text-align: center;
    font-family: SVN-Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: -15px;
}
.grid-linhvuc{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:30px;
}
.linhvucHome {
    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: center;
}
.pic-linhvuc {
    width: 90px;
    height: 90px;
}
.info-linhvuc {
    width: calc(100% - 100px););
}
.name-linhvuc {
    color: #282828;
    font-family: SVN-Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-bottom: 6px;
}
.name-linhvuc:hover{color: var(--color-main)}
.desc-linhvuc {
    color: #4D4D4D;
    -webkit-line-clamp: 2;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: calc(27px*2);
    line-height: 27px;
}
.wrap-hoatdong-index {
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0px;
}
.item-hoatdong {
    text-align: center;
    color: #fff;
}
.pic-hoatdong {
    display: table;
    margin: auto;
    margin-bottom: 20px;
}
.so-hoatdong {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.owl-item:nth-child(1) .so-hoatdong b{font-size: 16px;font-weight: 400}
.name-hoatdong {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 12px;
    text-transform: capitalize;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.page-link{color: #000;}
.desc-prodetails p{margin-bottom: 10px;}
.box_baogia {
    
}
.box_baogia1 {
    margin-bottom: 20px;
}
.box_baogia2 {
    
}
.box_baogia1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    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: center;
    gap: 10px;
}
.box_baogia1 ul li {
    background: #f3f3f3;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.box_baogia1 ul li:hover,.box_baogia1 ul li.act {
    background: var(--color-main);
    color: #fff;
}
.box_baogiathu {
    display: none;
}
.box_baogiathu.show {
    display: block!important;
}
.mota_thu {
   line-height: 28px;
}
.name-cs {
    background: #f6f6f6;
    padding: 15px;
}
.name-cs a {
    display: block;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}
.name-cs a.act,.name-cs a:hover {
    color: var(--color-main);
}
.name-cs a:last-child{border: 0;}
.progress-wrap {
    position: fixed;
    bottom: 50px;
    right: 20px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 1001010;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear

}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.progress-wrap i {
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: var(--color-main);
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
    background: #f3f3f3
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: var(--color-main);
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}
.skiptranslate iframe{display:none}