:root{
    --maincolor:#7B0005;
    --color-social:#A6090C;
    --color-hover:#FFD400;
    --color-text:#941B24;
    --color-2: #1a242b;
    --color-3: #171717;
    --color-main:#434343;
    --m1: #70130f;
    --m2: #7B0005;
}
@font-face{font-family:'SegoeUI';font-weight:300;font-display:block;src:url('../fonts/SEGOEUI.TTF');}
@font-face{font-family:'SegoeUI';font-weight:400;font-display:block;src:url('../fonts/SegoeUI-Semibold.ttf');}
@font-face{font-family:'SegoeUI';font-weight:700;font-display:block;src:url('../fonts/SEGOEUIB.TTF');}
@font-face{font-family:'SVN-S';font-display:block;src:url('../fonts/SVN-Stingray.otf');}
@font-face{font-family:'SVN-KO';font-display:block;src:url('../fonts/SVN-Koma.ttf');}
@font-face{font-family:'SVN-KA';font-display:block;src:url('../fonts/SVN-Karasha.otf');}
@font-face{font-family:'SVN-P';font-display:block;src:url('../fonts/svn-poppins-regular.ttf');}
@font-face{font-family:'Jap';font-display:block;src:url('../fonts/Japanese-3017.ttf');}
@font-face{font-family:'Ari';font-display:block;src:url('../fonts/Arimo-SemiBold.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;}
}
@keyframes slideAnimationlinear{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
html{}
body{font-size: 14px;font-family:'SegoeUI';max-width: 1920px;min-width: 320px;top: 0 !important;position: relative;margin: 0 auto;}
.wrap-content{width:calc(100% - 20px);max-width:1200px;margin:0 auto;}
.max-width{width:calc(100% - 20px);max-width:1200px;margin:0px auto;}
img{max-width:100%;height:auto;}
*{box-sizing:border-box;}
a{text-decoration:none;}
.social-plugin{display:flex;margin-top:10px;}
.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;-webkit-line-clamp: 3;}
.p-relative{position:relative;}
.w-clear:after{display:block;content:"";clear:both}
.none{display:none;}
.oh{overflow:hidden;}
.hiding-seo{display: none;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {margin: 0;-webkit-appearance: none;}
/* 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{position: absolute;width: 100%;z-index: 99;left: 0;top: 0;padding: 2px 0;}
.header-hd{position:relative;padding:0;background: var(--maincolor);}
.logo-mn{}
.logo-header{display:block;}
.logo-header img{}

/* slideshow */
.slideshow{position:relative;}

/* Menu */
.menu{z-index:999;position:relative;padding-bottom: 10px;}
.menu-hd{position:relative;background: var(--maincolor);}
.menu .wrap-content{min-height:150px;}
.menu ul.menu-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content: space-between;}
.menu .ul-main1{width: calc(50% - 100px);justify-content: space-around}
.menu .ul-main1:nth-child(2){}
.menu ul{width:100%;padding:0;margin:auto;list-style:none}
.menu ul li{position:relative;z-index:1;margin: 0 5px;}
.menu ul li.line{position: relative;width: 6px;height: 6px;transform: rotate(-45deg);background: var(--maincolor);margin: 0;}
.menu ul li.li-home a{}
.menu ul li.li-contact a{padding-right: 0;}
.menu ul li.timkiem{width: 47px;height: 47px;color: #fff;background: var(--color-hover);border-radius: 50%;text-align:center;line-height: 47px;font-size: 17px;}
.menu ul li a{display:block;position:relative;font-size: 24px;font-weight: 400;font-family: SVN-Ka;color: #fff;padding: 11px 25px;text-decoration:none;cursor:pointer;line-height: 1.5;}
.menu ul li a p{margin-bottom:0!important}
.menu ul li:hover > a,.menu ul li a.active{border-color: var(--color-hover);}
.menu ul li:hover > a.has-child::after,.menu ul li a.has-child.active::after{border-color:#fff}
.menu ul li.menu-line{width:2px;height:16px;background:url(../images/line.png) no-repeat;margin:0}
.menu ul li a.has-child{padding-right:16px;margin-right:16px}
.menu ul li a.has-child:after{content: "";position:absolute;bottom:calc(50% - 1px / 2);right:15px;width:5px;height:5px;border:1px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.menu ul li ul{position:absolute;min-width:250px;margin-top:0;background: #ffffff !important;-webkit-box-shadow:1px 1px 15px #00000026;box-shadow:1px 1px 15px #00000026;-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}
.menu ul li:hover > ul{-webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0);transform-origin:0 0 0;-webkit-transform-origin:0 0 0;opacity:1;visibility:visible}
.menu ul li ul li{margin:0;background:transparent}
.menu ul li ul li a{font-size: 15px;font-weight: 600;color: #333;border-bottom: 1px solid #ccc;padding:10px .75rem 9px!important;text-transform:capitalize;letter-spacing: unset;}
.menu ul li ul li:last-child a{padding-bottom:10px}
.menu ul li ul li a.has-child{margin-right:0}
.menu ul li ul li a.has-child:after{border-color:#fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.menu ul li ul li a.active,.menu ul li ul li:hover > a{color: var(--maincolor););)revert-layer;)revert-layer;)-;)--;)revert-layer;)revert-layer;)-;);padding-left:1.5rem!important}
.menu ul li ul li:last-child > a{border-bottom:0}
.menu ul li ul li ul{left:100%;top:0}
.menu_mobi,.menu_mobi_add{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%;}

/* Search */
.search{position: absolute;width: 35%;z-index: 5;border-radius: 7px;border: 1px solid #DEDFE0;background: #fff;right: 0;top: calc(100% + 10px);}
.search input{width: calc(100% - 40px);color: var(--color-2);font-size: 14px;font-weight: 400;padding: 0 10px;background: transparent;line-height: 40px;border: 0 !important;!i;!;float: left;}
.search input::-webkit-input-placeholder{color:var(--color-2)}.search input:-moz-placeholder{color:var(--color-2)}
.search input::-moz-placeholder{color:var(--color-2)}.search input:-ms-input-placeholder{color:var(--color-2)}
.search input:focus,.search input:focus-visible{border:none !important;box-shadow:none !important;outline: unset;}
.search p{width: 40px;height: 40px;cursor:pointer;text-align:center;float: right;background: #fff;font-size: 18px;color: var(--maincolor);border-radius: 50%;margin: 0;}
.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);}
/* end */

/* 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;}
.title-detail h1, .title-main span{font-size: 40px;color: var(--maincolor);font-weight: 400;text-align: center;text-transform: capitalize;line-height: 1.5;margin-bottom: 20px;display:block;font-family: 'SVN-KO';}
.title-main{margin-bottom:1.5rem;position:relative;}
.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;}
.product-page a:hover,.product-page a.active{color: #fff !important;!i;!;background: var(--maincolor);border-color: var(--maincolor);}
.product-page{display:flex;flex-wrap:wrap;gap: 10px;justify-content:center;margin-top: 25px;}
.product-page a{width: 35px;height: 35px;display:flex;align-items:center;justify-content:center;color: var(--color-text);cursor:pointer;font-size: 14px;font-weight: 500;border-radius: 0;background: #fff;border: 1px solid #ddd;);}

/* 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;}

/* 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;}

/* 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;}

/* 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 */

/* 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:500px;margin-top:30px;}
.contact-map iframe{position:absolute;left:0px;top:0px;width:100%;height:100%;}
/*  breadCrumbs */
.breadCrumbs{padding: 12px 0px;background: #eee;line-height: 1.5;}
.breadCrumbs ol{margin:0px;}
.breadCrumbs ol li a{color:#333;}
.breadCrumbs ol li a:hover{color:var(--maincolor);}

/* 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;}
.scale-img{overflow:hidden;display:inline-block;}
.sp_flex{margin:0 -10px;display:flex;flex-wrap:wrap;}
.sp_flex .product{width:calc(100%/4 - 20px);margin:0 10px 20px;}
.tintuc{width:calc(100%/3 - 20px);    /* margin:0 10px 30px; */}
.tintuc-slick{margin:0 -10px;}
.box-cp1{display:flex;justify-content:center;margin:10px 0;gap:10px;flex-wrap:wrap;}
.cp1{background:transparent;color:#000;padding:4px 17px;font-size:17px;border-radius:100px;border:1px solid lightskyblue;cursor:pointer;}
.cp1.active,.cp1:hover{color:#fff;background:lightskyblue;}
.title{text-align:center;}

/* btn-frame */
.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;}
/* btn-frame */

.hidden-seoh{visibility:hidden;height:0px;margin:0px;overflow:hidden}
.thongtin-mb{padding:0 20px;margin-top:20px;}
.thongtin-mb i{color:var(--maincolor);margin-right:10px;}
.thongtin-mb span{color:#000;}
.load-menu .search{display:none;}
.ml-auto{margin-left:auto!important;}

/* footer */
.footer-article{color: #fff;font-size: 14px;background: url(../images/web/bg9.png) no-repeat center top/cover;}
.footer-article .wrap-content{position: relative;padding: 80px 0;max-width: 1300px;}
.footer-news:nth-child(1){width: 20.5%;text-align: center;padding-top: 20px;}
.footer-news:nth-child(2){width: 21%;}
.footer-news:nth-child(3){width: 18%;}
.footer-news:nth-child(4){width: 28%;}
.footer-title{color: #fff;font-size: 15px;font-style: normal;font-weight: 700;text-transform: uppercase;padding-top: 10px;margin-bottom: 10px;}
.footer-tt{text-align:center;}
.footer-tt span{display: inline-block;color: #fff;font-family: 'SVN-KO';font-size: 20px;font-style: normal;font-weight: 400;line-height: 56px;letter-spacing: -0.4px;background: url(../images/web/fb.png) no-repeat center left;padding-left: 42px;}
.logo-ft img{}
.footer-info{color: #625B52;font-family: "Play";font-size: 30px;font-style: normal;font-weight: 400;line-height: 1.5;margin: 8px 0;}
.contentdt-ft{padding:0;margin: 0;gap: 14px;padding-top: 14px;}
.contentdt-ft li{width: 100%;}
.contentdt-ft li i{width: 25px;}
.contentdt-ft li > div{width: calc(100% - 35px);padding: 1px 0;line-height: 1.5;}
.contentdt-ft li > div span{font-weight:700;}
.footer-fanpage{background: var(--maincolor);width: 100%;padding: 0 18px 18px 18px;border-radius: 20px;text-align: center;}
.footer-fanpage .fb-page{border-radius: 17px;background:#fff}
.footer-fanpage iframe{border-radius: 20px;background: #fff;}
.footer-policy {}
.footer-policy a{color: #fff;display: block;position: relative;line-height: 1.5;font-size: 15px;padding: 12px 0;}
.footer-policy a:not(:last-child){border-bottom: 1px solid rgb(255 255 255 / 50%);}
.footer-policy a:hover{color: var(--color-hover);transition:0.5s}
.footer-info1{line-height:25px;position:relative;padding-left:13px;margin-bottom: 10px;}
.footer-info1:before{position:absolute;content:'';width:3px;height:3px;background:#141414;border-radius:50%;left:0;top: 11px;}
.footer-copyright{color:#fff;font-size: 12px;letter-spacing: -0.5px;line-height: 1.5;padding-top: 10px;}
.footer-copyright span{font-weight: 600;}
.social-ft{gap: 7px;padding-top: 20px;}
.social-ft span{display:inline-block;line-height:33px;text-transform:uppercase;letter-spacing: -0.5px;font-size:15px;}
.social-ft a{display:inline-block;}
.social-ft a img{max-height:33px;}
div#footer-map{width: 100%;}
div#footer-map iframe{width:100%;height: 615px;display:block;}
/* end */

/* product detail */
.grid-pro-detail{display:flex;flex-wrap:wrap;justify-content:space-between;}
.left-pro-detail{width:calc(45% - 30px);}
.right-pro-detail{width:calc(55%);}
.thumb-pro-detail,.slick_photo1  {border:1px solid #ddd;text-align:center;}
.attr-pro-detail {margin: auto;padding: 0;font-size: 15px;}
.desc-pro-detail{font-size:15px;}
.desc-pro-detail p{margin-bottom:0.5rem}
.right-pro-detail .title-detail h1{text-align:left;font-size: 25px;margin-bottom: 10px;}
.right-pro-detail ul{list-style:none;padding:0px;}
.right-pro-detail ul li{margin-bottom:20px;}
.right-pro-detail ul li .attr-content-pro-detail{display:inline-block;margin-bottom:0px;}
.right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail{font-weight:700;font-size: 22px;color: var(--color-hover);}
.price-old-pro-detail{text-decoration:line-through;color:#666;padding-left:10px;}
.tabs-pro-detail .nav-tabs{margin-bottom:10px;}
.tabs-pro-detail .nav-link{color:#333;font-size: 15px;}
.tabs-pro-detail .nav-link.active{background: var(--maincolor);color: #fff;}

/* product */
.product{width: calc(100%/3 - 40px);margin: 14px 20px;text-align: center;}
.pic-product{display:block;position:relative;margin: 0;}
.pic-product:before{position:absolute;content:'';width:100%;height:80%;max-height:calc(100% - 74px);background:#fff;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);border-radius:20px;left:0;top:0;bottom:0;margin:auto;}
.pic-product .img{position: relative;border-radius: 50%;margin: 0 auto;max-width: 314px;background: #E6D09F;border: 7px solid #E6D09F;}
.box-product{position: relative;display:block;line-height: 0;}
.pic-product img{width:100%;-webkit-transform-style:preserve-3d;height:100%;object-fit:cover;}
.product-info{position: relative;width: 100%;padding: 14px 10px;max-width: 320px;margin: 0 auto;background: url(../images/web/sp1.png) no-repeat center/cover;border-radius: 7px;margin-top: 11px;}
.name-product{color: #fff;font-weight: normal;font-size: 16px;line-height: 1.5;letter-spacing: -0.16px;margin-bottom: 0;transition:0.5s}
.name-product.text-split{-webkit-line-clamp: 1;}
.name-product:hover {color: var(--color-hover);}
.price-product{position: relative;margin: 0;padding-top: 5px;}
.price-product span b{font-weight:500;color:var(--color-text);padding-right:5px;text-transform:capitalize;}
.price-new{position: relative;display: inline-block;color: var(--color-hover);font-size: 15px;font-weight: 600;line-height: 1.5;text-transform: capitalize;}
.price-old{color:#666;padding-left: 5px;text-decoration: line-through;}
.flex-product{display:flex;flex-wrap:wrap;margin: -14px -20px;}
.page-item.active .page-link{background: var(--maincolor);border-color: var(--maincolor);}
.page-link{color: var(--maincolor);}
.flex-news{display:flex;flex-wrap:wrap;margin: -15px;}
.item_tt{width:calc(100%/3 - 20px);margin:0 10px 20px;}
input:focus{box-shadow:unset!important;}
.hidden{display:none;}
.statistic{display: flex;flex-wrap: wrap;align-items: center;gap: 7px;}
.item-news{position: relative;width: calc(100%/3 - 30px);margin: 15px;border: 1px solid #ddd;}
.img-news-dt{width: 100%;}
.ds-news{width: 100%;padding: 15px;}
.ds-news h3{font-size: 16px;font-weight: 700;color: var(--color-2);margin: 0 !important;-webkit-line-clamp: 2;line-height: 1.5;}
.time-news{color: var(--maincolor);font-size: 14px;line-height: 1.5;margin: 7px 0 7px 0;background: url(../images/web/bv1.png) no-repeat center left;padding-left: 22px;}
.time-news i{color:var(--maincolor);font-size:13px;margin-right:5px;}
.item-news:hover .ds-news h3{transition: 0.5s;color: var(--maincolor);}
.ds-news .desc-news{color: #666;line-height: 1.7;margin-top: 5px;}
.view-news{position: relative;display: inline-block;color: #916339;font-size: 15px;font-style: normal;font-weight: 400;line-height: normal;text-transform: uppercase;padding-top: 10px;}
.view-news:hover{color:var(--color-hover);transition:0.5s}

.menu-fix {position: fixed;left: 0px;right: 0px;top: 0px;z-index: 999;-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;box-shadow: 0 0 5px rgb(0 0 0 / 70%);margin: 0;width:100%;background: var(--maincolor);padding: 0;}
.menu-fix .wrap-content-mn{max-width: 1200px;margin: 0 auto;position: relative;}
.menu-fix ul.menu-main{justify-content: center !important;}
.slick-none {display: none;}
.slick-none.slick-slider {display: block;}
.wap_1300{max-width: 1300px;margin: 0 auto;width:calc(100% - 20px)}
.wrap-home{}
.contact-form .btn-primary{background: var(--maincolor);border-color: var(--maincolor);}
.tieude1{position: relative;text-align: center;padding: 0;margin-bottom: 20px;}
.tieude1 p{color: #000;font-family: 'SVN-KO';font-size: 20px;line-height: normal;}
.tieude1 h2{position: relative;color: var(--maincolor);font-family: Jap;font-size: 52px;font-style: normal;font-weight: 400;line-height: 1.5; /* 62.5% */text-transform: uppercase;margin-bottom: 0;margin-top: -7px;}
.tieude1.mau_chu p{color:#fff}
.tieude1.mau_chu h2{color:var(--color-hover)}
.wrap-danhmuc-sp{padding:70px 0 80px 0;background:url(../images/web/bg2.png)}

/* gioi thieu */
.wrap-aboutHome-gt{padding:35px 0;background: url(../images/web/bg1.png) no-repeat center top;}
.wrap-aboutHome{padding: 35px 0 75px 0;background: url(../images/web/gt1.png) no-repeat bottom left 10px;max-width: 1366px;margin: 0 auto;}
.wap-aboutHome{display: flex;flex-wrap: wrap;justify-content: space-between;max-width: 1120px;margin: 0 auto;}
.left-aboutHome{width: calc(100% - 53.5% + 180px);order: 2;z-index: 5;margin-left:-180px}
.right-aboutHome{width: 53.5%;position: relative;}
.aboutHome-info{position: relative;padding-left: 240px;}
.title-aboutHome{position: relative;padding-top: 27px;padding-bottom: 40px;min-height: 224px;}
.title-aboutHome p{color: #CAC2AA;font-family: SVN-S;font-size: 36px;font-style: normal;font-weight: 400;line-height: 1.5;}
.title-aboutHome .sub{color: #000;font-size: 17px;font-weight: 400;line-height: 1.5;letter-spacing: -0.34px;margin-bottom: 0;}
.title-aboutHome .main{display: block;position: relative;color: var(--maincolor);font-family: 'SVN-KO';letter-spacing: -2.48px;font-size: 62px;font-style: normal;font-weight: 400;line-height: normal;margin-top: -14px;margin-bottom: 2px;}
.desc-aboutHome{color: #000;font-size: 15px;font-style: normal;line-height: 1.7;max-height: 335px;overflow-y: auto;padding-right: 5px;}
.desc-aboutHome::-webkit-scrollbar {background: #eaeaea;width: 4px;height: 11px;}
.desc-aboutHome::-webkit-scrollbar-thumb {background: var(--maincolor);}
.view-aboutHome{display: inline-block;margin-top: 20px;position: relative;color: #fff;background: var(--maincolor);font-size: 12px;font-style: normal;font-weight: 700;letter-spacing: -0.24px;text-align: center;min-width: 135px;line-height: 44px;text-transform: uppercase;}
.view-aboutHome:hover{background: var(--color-social);color:#fff;transition:0.5s}
.box-pic-aboutHome{position: relative;padding-bottom: 160px;}
.pic-aboutHome{display: inline-block;position: relative;z-index: 5;line-height: 0;}
.pic-aboutHome:nth-child(1){max-width:380px;position: absolute;right: 0;bottom: 0;}
.pic-aboutHome:nth-child(2){max-width:340px;}
/* end */

/* tieu chi */
.wrap-tieuchi-tc{padding: 40px 0;}
.tieuchi-flex{}
.item_db{width: calc(100%/4 - 44px);margin: 0 22px;}
.item_db .it_db{position:relative;);}
.item_db .img_tt {position: relative;width: 94px;}
.item_db .img_tt img {position: relative;width: auto;transition: all 1s ease; }
.item_db:hover .img_tt img{transform: rotateY(360deg);}
.item_db .info_tt{position: relative;width: 100%;padding: 10px 0 15px 0;}
.item_db .info_tt:before{position:absolute;content:'';width: 60px;height: 1.2px;background:var(--maincolor);left:0;bottom:0;}
.item_db .name_tt{color: #000;font-size: 17px;font-weight: 700;-webkit-line-clamp: 1;line-height: 1.5;letter-spacing: -0.85px;margin-bottom: 0;}
.item_db .des_tt{color: #7C7C7C;font-size: 15px;font-weight: 400;-webkit-line-clamp: 2;line-height: 24px;letter-spacing: -0.15px;margin-top: 3px;}
/* end */

/* menu chinh */
.wrap-menuch-tc{background:url(../images/web/bg3.png) no-repeat center top/cover}
.menuch-tc{max-width:1104px;margin:0 auto;padding:75px 0 80px 0;background: url(../images/web/mn1.png) no-repeat left 18% top 25px;}
.menunb1-tc{padding:20px 0;position: relative;}
.menunb1-tc:before{position:absolute;content:'';width:50%;height:100%;border:2px solid #fff;max-width:420px;;left:0;right:0;top:0;margin:auto}
.item_mn{text-align:center;}
.item_mn .it_mn{display: block;position:relative;);line-height: 0;overflow:hidden;width: 100%;background: #F1E0CC;padding: 9px;border: 11px solid #D1B48C;}
.item_mn .img_tt {position: relative;width: 100%;border: 9px solid var(--maincolor);background: var(--maincolor);}
.item_mn .img_tt img {width:100%;}
/* end */

/* dang ky nhan tin */
.wrap-dangky-tc{padding:95px 0 70px 0}
.wrap-dangky-video{background: url(../images/web/bg7.png) no-repeat center top #f7f8f9;padding: 60px 0 35px 0;}
.tieudedk{text-align:center;color:#fff;padding-bottom: 20px;}
.tieudedk h2{font-family: 'Jap';font-size: 36px;font-style: normal;line-height: 1.5;text-transform: uppercase;margin-top: 15px;margin-bottom: 0;}
.tieudedk p{font-family: 'SVN-P';font-size: 12px;font-style: normal;line-height: 1.5; /* 78.125% */letter-spacing: 2px;text-transform: uppercase;}
.dangky-nt{max-width: 770px;margin: 0 auto;}
.dangky-tc{background: url(../images/web/bg5.png) no-repeat center top/cover;padding: 100px 70px 110px 70px;}
.newsletter-input{margin: -10px -7px;}
.newsletter-input input{width: calc(33.33% - 14px);padding: 0 14px;font-size: 14px !important;font-weight: 400;height: 48px;color: #434343 !important;border: 1px solid #14252C !important;border-radius: 0;background: #fff !important;margin: 10px 7px;}
.newsletter-input input:nth-child(1),.newsletter-input input:nth-child(2){width:calc(50% - 14px);}
.newsletter-input input:focus{background:transparent;box-shadow:none;}
.newsletter-input input::placeholder{color: #434343;font-size: 14px;font-weight:400;}
.newsletter-button{width: 100%;text-align: center;margin-top: 20px;}
.newsletter-button input {border: 0px;color: #18252B !important;display: inline-block;width: 200px;cursor: pointer;padding: 0 10px;line-height: 48px;text-align: center;font-size: 16px !important;font-weight: 700;background: #E2D1A5 !important;transition: 0.3s;border-radius: 0;letter-spacing: -0.5px;text-transform: uppercase;}
.newsletter-button input:hover{background: var(--color-hover) !important;transition: 0.5s;}
.hotline-dk{text-align: center;padding-top: 27px;}
.hotline-dk p{display: inline-block;color: #FFF;text-align: center;font-family: SVN-KA;font-size: 32px;font-style: normal;font-weight: 400;line-height: 1.5;letter-spacing: 1.6px;padding-left: 130px;background: url(../images/web/hl1.png) no-repeat left 70px top, url(../images/web/hl2.png) no-repeat left bottom;padding-bottom: 28px;}
.hotline-dk p span{display:inline-block;font-family: "Jap";font-size: 32px;line-height: 1.5;padding-left:10px;}
/* end */

/* tin tuc */
.wrap-newsVideo{position: relative;padding: 45px 0 90px 0;background: url(../images/web/bg8.png) no-repeat center bottom;}
.wrap-newsVideo:before{position:absolute;content:'';width:100%;height:158px;background: url(../images/web/ha2.png) no-repeat top left 15%;max-width:1200px;margin:0 auto;left:0;right:0;top: -45px;}
.wrap-newsVideo .tieude1{margin-bottom:15px;}
.wrap-newsVideo .wrap-content{max-width:1250px;}
.newsHome{position: relative;display: block;line-height: 0;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);margin: 10px;background: #fff;}
.box-newsHome{display: block;border: unset !important;}
.img-newsHome{position:relative;}
.pic-newsHome{margin: 0;width: 100%;line-height: 0;}
.info-newsHome{position: relative;width: 100%;line-height: 1.5;padding: 18px 18px 20px 18px;}
.name-newsHome{color: #222;font-size: 20px;font-style: normal;font-weight: 400;letter-spacing: -0.8px;line-height: 28px;-webkit-line-clamp: 2;max-height: calc(28px * 2);margin: 0;}
.newsHome:hover .name-newsHome{transition: 0.5s ease;color: var(--maincolor);}
.time-newsHome{position: relative;color: #515151;font-size: 13px;font-style: normal;font-weight: 400;line-height: 1.5;padding-bottom: 5px;margin: 0;}
.time-newsHome span{display: inline-block;color: var(--color-text);font-size: 14px;font-style: normal;font-weight: 700;line-height: normal;letter-spacing: -0.56px;padding-right:10px;}
.time-newsHome i{font-style:normal;padding-left: 10px;}
.desc-newsHome{color: #373A44;margin-bottom: 0;font-size: 14px;letter-spacing: -0.7px;-webkit-line-clamp: 3;line-height: 25px;max-height: calc(25px * 3);margin-top: 5px;}
.view-newsHome{text-align:center;padding-top: 20px;}
.view-newsHome a{position: relative;display: inline-block;color: #fff;font-size: 15px;font-style: normal;font-weight: 700;line-height: 54px;letter-spacing: -0.3px;padding: 0 20px;border-radius: 30px;background: var(--maincolor);min-width: 280px;}
.view-newsHome a:hover{background:var(--color-hover);color: var(--maincolor);transition:0.5s}
/* end */

/* hinh anh */
.wrap-hinhanh-tc{position: relative;padding: 85px 0 45px 0;background: url(../images/web/bg6.png) no-repeat center top;}
.wrap-hinhanh-tc:before{position:absolute;content:'';width:366px;height:351px;background: url(../images/web/bg7.png) no-repeat center right;right:0;bottom:-55px}
.wrap-menuImg{position: relative;padding: 40px 0 0 0;background: url(../images/web/bg1.png) no-repeat center top/cover;}
.hinhanh-dm{position:relative;}
.tieudeha{position:absolute;right: -10px;top: 40px;}
.tieudeha h2{color: var(--maincolor);font-family: "Jap";font-size: 52px;font-style: normal;font-weight: 400;line-height: normal;text-transform: uppercase;margin-bottom: 0;}
.tieudeha p{margin:0;color: #ADADAD;font-family: SVN-S;font-size: 36px;font-style: normal;line-height: normal;}
.item_ha{margin:0 15px;}
.menuImg{display:block;line-height: 0;}
.menuImg .hinhanh-pic{width:100%;height:100%}
.menuImg .hinhanh-pic img{width:100%;height:100%;object-fit:cover}
.hinhmn_tc{margin:0 -15px;}
.hinhmn_tc:nth-child(1){justify-content:space-between;}
.hinhmn_tc:nth-child(2){margin-top: -110px;}
.hinhmn_tc:nth-child(1) .item_ha:nth-child(1){width: calc(36% - 30px);padding-left: 34px;padding-top: 60px;}
.hinhmn_tc:nth-child(1) .item_ha:nth-child(1) .menuImg{height:418px;}
.hinhmn_tc:nth-child(1) .item_ha:nth-child(2){width: calc(37.5% - 30px);position: relative;}
.hinhmn_tc:nth-child(1) .item_ha:nth-child(2):before{position:absolute;content:'';width: 140px;height: 171px;background: url(../images/web/ha1.png) no-repeat center;left: 0;bottom: 35px;}
.hinhmn_tc:nth-child(1) .item_ha:nth-child(2) .menuImg{height:280px;}
.hinhmn_tc:nth-child(1) .item_ha:nth-child(3){width: calc(27.5% - 30px + 318px);margin-left:-318px;padding-top: 190px;}
.hinhmn_tc:nth-child(1) .item_ha:nth-child(3) .menuImg{height:390px;}
.hinhmn_tc:nth-child(2) .item_ha:nth-child(1){width: calc(35.5% - 30px);padding-right: 25px;display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;justify-content: space-between;align-items: flex-start;}
.hinhmn_tc:nth-child(2) .item_ha:nth-child(1) .menuImg{width: calc(100% - 83px);margin-top: 45px;border: 1px solid var(--maincolor);padding: 10px;}
.hinhmn_tc:nth-child(2) .item_ha:nth-child(1) .menuImg .hinhanh-pic{height:270px;}
.hinhmn_tc:nth-child(2) .item_ha:nth-child(2), .hinhmn_tc:nth-child(2) .item_ha:nth-child(3){width: calc(28.5% - 30px);padding-top: 130px;}
.hinhmn_tc:nth-child(2) .item_ha:nth-child(2) .menuImg, .hinhmn_tc:nth-child(2) .item_ha:nth-child(3) .menuImg{height:235px;}
.title-ha2{width:70px;background: var(--maincolor);padding: 3px;position: relative;}
.title-ha2 p{border: 2px solid #C70000;width: 100%;height: 100%;color: #fff;text-align: center;font-family: "Jap";font-size: 36px;font-style: normal;font-weight: 400;line-height: 29px;text-transform: uppercase;word-break: break-all;padding: 12px 15px;}
.title-ha2 i{display: block;padding: 5px 0;font-style:normal;}
/* end */

/* video */
.wrap-feedbackhome{padding:50px 0 90px 0;background: url(../images/web/bg4.png) no-repeat center top/cover;}
.feedbackhome{max-width:1280px;margin:0 auto;width: calc(100% - 20px);}
.tieudeyk{max-width: 910px;text-align: center;margin-bottom: -90px;}
.tieudeyk span{display:inline-block;text-align: center;font-family: SVN-KO;font-size: 60px;font-style: normal;font-weight: 400;line-height: normal;background: linear-gradient(90deg, #7B0005 0%, #3B0508 92.58%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.flex-ykien{position: relative;}
.flex-ykien:before{position:absolute;content:'';width:50%;height:50%;border-top: 2px solid #6f6854;border-left: 2px solid #6f6854;max-width: 600px;left:0;right:0;top: 100px;margin:auto;}
.left-yk{width: 45.5%;padding-top: 112px;}
.right-yk{width: 51%;}
.tieudevd {position: relative;width:70px;color: #FFF;text-align: center;font-family: 'Jap';font-size: 48px;font-style: normal;font-weight: 400;line-height: 45px; /* 93.75% */word-break: break-all;padding: 16px;}
.videonb-slide{position:relative;padding:28px 0 18px 0}
.videonb-slide:before{position:absolute;content:'';width:110px;height:100%;background:var(--maincolor);left:0;top:0}
.item_vd{width:calc(100% - 70px)}
.item_vd a{display:block;line-height:0;width:100%;height:390px;position:relative;}
.item_vd a:before{position:absolute;content:'';width:100%;height:100%;background:url(../images/web/vd.png) no-repeat center;left:0;top:0;z-index:5;}
.item_vd a .img_tt {width:100%;height:100%;}
.item_vd a img{width:100%;height:100%;object-fit:cover;}
/* end */

/* y kien */
.tieudekh{position: absolute;text-align: center;font-family: 'Jap';font-style: normal;font-weight: 400; /* 140.625% */margin: auto;margin-bottom: 0;left: 0;right: 0;top: -5px;}
.tieudekh path {fill: transparent;}
.tieudekh text {fill: #fff;font-size: 37px;}
.slick-news{margin:-9px 0}
.item_yk .it_yk{position:relative;}
.item_yk .img_tt {position: relative;width: 59.5%;order: 2;padding: 47px 35px 0 35px;}
.item_yk .img_tt:before{position:absolute;content:'';width:100%;height: 80%;border-radius: 1000px 1000px 0px 0px;background: linear-gradient(180deg, #7B0005 24.86%, #A10000 73%, #E2D1A5 90%, rgb(226 209 165 / 10%) 100%);left:0;top:0}
.item_yk .img_tt .img_tt1{position: relative;border-radius: 500px 500px 0 0;margin: 0;}
.item_yk .img_tt .img_tt1:before{position:absolute;content:'';width:100%;height:100%;border-radius: 1000px 1000px 0px 0px;border: 7px solid #FFF;opacity: 0.2;left:0;top:0;z-index:5;pointer-events:none;}
.item_yk .sl-kh{text-align:right;}
.item_yk .sl-kh span{display:inline-block;color: #fff;font-family: "Jap";font-size: 18px;font-style: normal;font-weight: 400;line-height: 1.5;background: var(--maincolor);padding: 7px 10px 3px 10px;min-width: 140px;}
.item_yk .info_tt{width: calc(100% - 59.5% - 25px);text-align: right;padding-top: 100px;}
.item_yk .name_tt{color: #000;font-size: 24px;font-family: 'Jap';-webkit-line-clamp: 1;line-height: 36px;height: calc(36px * 1);margin-bottom: 0;}
.item_yk .des_tt{color: #18252B;font-size: 14px;-webkit-line-clamp: 5;line-height: 23px;height: calc(23px * 5);font-style: italic;font-weight: normal;margin-top: 5px;}
.item_yk .it_yk1{position:relative;color: var(--maincolor);font-family: "Jap";font-size: 52px;font-style: normal;font-weight: 400;line-height: 1.5;text-transform: uppercase;letter-spacing:1px;align-items: center;gap: 17px;margin-top: 7px;padding-left: 70px;}
.item_yk .it_yk1:after{content:'';width:1px;height:1px;background: #000;flex-grow: 1;}
/* end */

/* hinh anh */
.wrap_photo{margin:-10px;}
.hinhanh{width:calc(100%/3 - 20px);margin:10px;line-height:0}
.item_mn1.item_mn{width:calc(100%/2 - 20px);margin:10px;line-height:0}
.hinhanh .hinhanh-pic{line-height:0;width:100%;}
/* end */

/* news detail */
.share{padding:17px 10px 10px 10px;line-height:normal;background: #eee;margin-top:15px;border-radius:5px;border: 1px solid #ddd;}
.share b{display:block;margin-bottom:5px;font-size: 15px;font-weight: 700;}
.othernews b{margin-bottom:10px;font-size: 15px;}
.list-news-other{padding-left:17px;list-style:square;margin: 0;}
.list-news-other li{margin-bottom:2px;}
.list-news-other li a{text-transform:none;color:#333333;line-height: 1.5;}
.list-news-other li a:hover{color:var(--maincolor);}