:root{
    --maincolor:#BA0000;
    --color-social:#D62829;
    --color-hover:#FFF600;
    --color-text:linear-gradient(90deg, #A51813 0%, #D71414 100%);
    --color-2: #282828;
    --color-3: #4D4D4D;
    --color-main:#BA0000;
    --m1: #BA0000;
    --m2: #BA0000;
}
@font-face{font-family:'SVN-P';font-weight:400;font-display:block;src:url('../fonts/SVN-Poppins-Regular.ttf');}
@font-face{font-family:'SVN-P';font-weight:500;font-display:block;src:url('../fonts/SVN-Poppins-Medium.ttf');}
@font-face{font-family:'SVN-P';font-weight:600;font-display:block;src:url('../fonts/SVN-Poppins-SemiBold.ttf');}
@font-face{font-family:'SVN-P';font-weight:700;font-display:block;src:url('../fonts/SVN-Poppins-Bold.ttf');}
@font-face{font-family:'Ro';font-display:block;src:url('../fonts/Roboto-SemiBold.ttf');}
@font-face{font-family:'SFU-E';font-display:block;src:url('../fonts/SFUEurostileBold.TTF');}
@font-face{font-family:'Saira';font-display:block;src:url('../fonts/Saira-Bold.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;}
}
@keyframes slideAnimationlinear{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
html{}
body{font-size: 14px;font-family:'SVN-P';max-width: 1920px;min-width: 1356px;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;}
.header-hd{position:relative;padding:0;background: var(--maincolor);}
.logo-mn{}
.logo-header{display:block;}
.logo-header img{}
.banner-header{max-width: 630px;width: 55%;}
.banner-hd{color: #FFF;font-family: "SFU-E";font-size: 23px;font-style: normal;font-weight: normal;line-height: 1.5;padding: 5px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.30);text-align: center;}
.banner-hd span{display:inline-block;color:var(--color-hover)}
.info-header{display:inline-block;background: #fff;border-radius: 10px;padding: 8px 12px;max-width: 250px;}
.info-header .if-header{display: inline-block;background: url(../images/web/hl.png) no-repeat center left;min-height: 52px;padding-left: 58px;}
.info-header p{display: block;color: #222;font-family: 'Ro';font-size: 19px;font-style: normal;font-weight: 600;line-height: 1.5; /* 136.842% */margin-bottom: -5px;}
.info-header span{display: block;color: var(--color-social);font-family: Saira;font-size: 22px;font-style: normal;font-weight: 700;line-height: 1.5; /* 118.182% */text-transform: uppercase;}

/* slideshow */
.slideshow{position:relative;}
.slideshow:before{position:absolute;content:'';width:100%;height: 25%;background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);left:0;top:0;z-index: 5;pointer-events: none;}

/* Menu */
.menu{z-index:999;position:relative;width: 100%;padding-top: 7px;}
.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;}
.menu ul li.line{position: relative;width: 6px;height: 6px;transform: rotate(-45deg);background: var(--maincolor);margin: 0;}
.menu ul li.li-home a{padding-left:0}
.menu ul li.li-contact a{padding-right:0}
.menu ul li.timkiem{display:inline-block;width:50px;height:50px;border-radius: 50px;border: 1px solid var(--maincolor);padding: 5px;color: #fff;}
.menu ul li.timkiem i{width:100%;height:100%;display:block;background:var(--maincolor);border-radius:50%;text-align:center;line-height:40px;font-size: 16px;}
.menu ul li a{display:block;position:relative;font-size: 16px;font-weight: 600;color: #fff;padding: 11px 9px;text-decoration:none;cursor:pointer;line-height: 1.5;text-transform: capitalize;}
.menu ul li a p{margin-bottom:0!important}
.menu ul li:hover > a,.menu ul li a.active{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: none;border-bottom: 1px solid #ccc;padding:10px .75rem 9px!important;text-transform:capitalize;letter-spacing: unset;border-radius: 0;}
.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;border-color: #ccc;}
.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: 700;text-align: center;text-transform: uppercase;line-height: 1.5;margin-bottom: 20px;display:block;}
.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: 5px;justify-content:center;margin-top: 30px;}
.product-page a{width: 35px;height: 35px;display:flex;align-items:center;justify-content:center;color: #644D43;cursor:pointer;font-size: 14px;font-weight: 400;border-radius: 0;background: none;border: 1px solid #644D43;);}

/* 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{}
.footer-ft{padding: 50px 0 60px 0;background: url(../images/web/bg2.png) no-repeat center top/cover;color: #fff;}
.footer-article .wrap-content{position: relative;}
.footer-news{width:100%}
.footer-news:nth-child(1){text-align: center;}
.footer-news:nth-child(2){}
.footer-news:nth-child(3){}
.footer-title{text-align: center;font-family: 'SFU-E';font-size: 35px;font-style: normal;font-weight: 700;line-height: normal;text-transform: uppercase;padding: 20px 0;}
.contentdt-ft{padding:0;margin: 0 -5px;}
.contentdt-ft li{width: calc(24% - 10px);margin: 0 5px;}
.contentdt-ft li:nth-child(1){width: calc(34% - 10px);}
.contentdt-ft li:nth-child(2){width: calc(18% - 10px);}
.contentdt-ft li i{width: 64px;height:64px;background:var(--color-text);border-radius: 50%;}
.contentdt-ft li > div{width: calc(100% - 74px);line-height: 1.5;}
.contentdt-ft li > div span{font-weight:700;}
.social-ft{gap: 10px;padding-top: 30px;justify-content: center;}
.social-ft a{border-radius: 20px;border: 1px solid #A51813;background: #FFF;color: var(--color-social);min-width: 122px;font-size: 14px;font-style: normal;font-weight: 400;line-height: 1.5;padding: 4px;}
.social-ft a img{max-height:30px;}
.social-ft a span{display:inline-block;width:calc(100% - 36px)}
.footer-powered{padding-top: 60px;}
.footer-powered .wrap-content{position:relative;min-height: 50px;padding: 10px 0;background: linear-gradient(90deg, rgba(165, 24, 19, 0.00) 0%, #A51813 50%, rgba(165, 24, 19, 0.00) 100%);}
.footer-copyright{}
.footer-copyright span{font-weight: 700;}
div#footer-map{width: 100%;}
div#footer-map iframe{width:100%;height: 545px;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-text);}
.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%/4 - 24px);margin: 10px 12px;text-align: center;background: #fff;padding: 10px;border-radius: 10px;box-shadow: 0 0 5px #ddd;}
.pic-product{display:block;position:relative;margin: 0;}
.pic-product .img{position: relative;border-radius: 10px;margin: 0 auto;}
.box-product{position: relative;display:block;line-height: 0;}
.pic-product img{width:100%;-webkit-transform-style:preserve-3d;height:100%;object-fit:cover;aspect-ratio: 1/1;}
.product-info{position: relative;width: 100%;padding: 20px 0 10px 0;}
.name-product{color: #282828;text-align: center;font-size: 16px;font-style: normal;font-weight: 400;line-height: 1.5;margin-bottom: 0;transition:0.5s}
.name-product.text-split{-webkit-line-clamp: 1;}
.name-product:hover {color: var(--maincolor);}
.price-product{position: relative;margin: 0;padding-top: 0;color: #282828;font-size: 15px;}
.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-text);font-weight: 700;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: -10px -12px;}
.page-item.active .page-link{background: var(--maincolor);border-color: var(--maincolor);}
.page-link{color: #6c757d;}
.flex-news{display:flex;flex-wrap:wrap;margin: -10px;}
.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;}
.flex-khdt .item-news{text-align:center;}
.item-news{position: relative;width: calc(100%/3 - 30px);margin: 15px;border: 1px solid #ddd;padding: 7px;border-radius: 10px;}
.img-news-dt{width: 100%;border-radius: 7px;}
.ds-news{width: 100%;padding: 12px 5px 5px 5px;}
.ds-news h3{font-size: 15px;font-weight: 600;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);min-width: 1356px;padding: 3px 0;}
.menu-fix .wrap-content-mn{max-width: 1200px;margin: 0 auto;position: relative;}
.menu-fix ul.menu-main{justify-content: space-around !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;color: var(--color-3);font-size: 14px;font-style: normal;line-height: 1.5;text-align: center;margin-bottom: 25px;}
.tieude1 > div:nth-child(1){padding-bottom: 30px;background: url(../images/web/td1.png) no-repeat center bottom;margin-bottom: 5px;}
.tieude1 h2{display: inline-block;position: relative;color: var(--maincolor);font-family: 'SFU-E';font-size: 30px;font-style: normal;font-weight: 700;line-height: normal;text-transform: uppercase;background: var(--color-text);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;margin-bottom: 0;}
.tieude1.mau_chu{color:#fff;}
.tieude1.mau_chu > div:nth-child(1){background: url(../images/web/td2.png) no-repeat center bottom;}
.tieude1.mau_chu h2{color: #fff;background: none;background-clip: unset;-webkit-background-clip: unset;-webkit-text-fill-color: unset;}

/* gioi thieu */
.wrap-aboutHome-gt{padding:35px 0;background: url(../images/web/bg1.png) no-repeat center top;}
.wrap-aboutHome{padding: 45px 0 60px 0;}
.wap-aboutHome{display: flex;flex-wrap: wrap;justify-content: space-between;}
.left-aboutHome{width: calc(100% - 48.7% - 30px);order: 2;z-index: 5;}
.right-aboutHome{width: 48.7%;position: relative;}
.aboutHome-info{position: relative;}
.title-aboutHome{position: relative;}
.title-aboutHome p{color: #282828;font-size: 25px;line-height: normal;text-transform: uppercase;}
.title-aboutHome .sub{color: var(--color-3);font-family: "Bon";font-size: 29px;font-style: normal;font-weight: 400;line-height: normal;margin-bottom: 0;}
.title-aboutHome .main{display: block;position: relative;color: var(--maincolor);font-family: 'SFU-E';font-size: 37px;line-height: normal;background: var(--color-text);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.desc-aboutHome{color: #4D4D4D;font-size: 14px;font-style: normal;line-height: 30px;max-height: 240px;overflow-y: auto;padding-right: 5px;}
.desc-aboutHome::-webkit-scrollbar {background: #e2e2e2;width: 4px;height: 11px;}
.desc-aboutHome::-webkit-scrollbar-thumb {background: var(--maincolor);}
.view-aboutHome{position: relative;display:inline-block;font-size: 16px;font-weight: 700;text-align: center;color: #fff;text-transform: uppercase;background: var(--color-text);padding: 4px;border-radius: 5px;margin-top: 20px;}
.view-aboutHome span{display: inline-block;min-width: 156px;background: url(../images/web/xt.png) no-repeat left bottom;line-height: 1.5;min-height: 38px;padding: 5px;}
.view-aboutHome i{margin-left:10px;}
.view-aboutHome:hover{color: var(--color-hover);transition: 0.5s;}
.box-pic-aboutHome{position: relative;}
.pic-aboutHome{display: inline-block;position: relative;z-index: 5;line-height: 0;b-webkit-mask-image: url(../images/web/gt.png);mask-image: url(../images/web/gt.png);mask-size: 100% 100%;mask-repeat: no-repeat;}
.pic-aboutHome img{aspect-ratio: 585/408;object-fit: cover;}
.box-pic-aboutHome2{max-width: 460px;margin:0 auto;margin-top: -52px;}
.pic-aboutHome2{display: inline-block;position: relative;z-index: 5;line-height: 0;border-radius: 10px;border: 3px solid #FFF;box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);margin: 0 5px;}
.pic-aboutHome2 img{aspect-ratio: 170/130;object-fit: cover;}
.hinhanh2-slide {margin:0 -5px;}
/* end */

/* tieu chi */
.wrap-tieuchi-tc{padding: 50px 0;background: #D9D9D9;}
.wrap-tieuchi-tc .tieude1{margin-bottom:8px;}
.tieuchi-flex{margin:0 -15px}
.item_db{width: calc(100%/4 - 30px);margin: 0 15px;position:relative;}
.item_db:before{position:absolute;content:'';width: 100%;height: calc(100% - 47px);background: url(../images/web/tc2.png) no-repeat center bottom/ 100% 100%;left:0;bottom:0;}
.item_db .it_db{position:relative;);text-align: center;}
.item_db .img_tt {position: relative;width: 97px;height: 97px;background: url(../images/web/tc1.png) no-repeat center bottom;margin: 0 auto;padding: 8px;}
.item_db .img_tt p{width:100%;height:100%;background:#C20000;border-radius:50%;}
.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: 15px 25px 23px 25px;}
.item_db .name_tt{color: #424242;font-size: 16px;font-weight: 700;-webkit-line-clamp: 1;line-height: 30px;margin-bottom: 0;}
.item_db .des_tt{color: #777;font-size: 13px;font-weight: 400;-webkit-line-clamp: 2;line-height: 25px;margin-top: 5px;}
/* end */

/* khoa hoc */
.wrap-khoahoc-tc{padding: 50px 0 25px 0;}
.item_kh .it_kh{position:relative;);display: block;line-height: 0;border-radius: 10px;overflow: hidden;}
.item_kh .img_tt {position: relative;}
.item_kh .info_tt{position: absolute;width: 90%;left: 0;bottom: 10px;background: url(../images/web/kh.png) no-repeat center left/100% 100%;max-width: 308px;padding: 5px 25px;}
.item_kh .name_tt{color: #fff;font-size: 16px;font-weight: 700;-webkit-line-clamp: 1;line-height: 30px;max-height: calc(30px * 1);margin-bottom: 0;}
.item_kh .name_tt:hover{color:var(--color-hover);transition:0.5s}
/* end */

/* thi thu */
.wrap-thithu-tc{padding: 25px 0 45px 0;}
.thithu-flex1{width: 29.5%;}
.thithu-flex2{width: calc(100% - 59% - 60px);}
.item_th .it_th{position:relative;);text-align: center;}
.item_th .img_tt {position: relative;border-radius:10px;}
.item_th .info_tt{position: relative;width: 100%;padding-top: 15px;}
.item_th .name_tt{color: var(--color-2);font-size: 16px;font-weight: 700;-webkit-line-clamp: 1;line-height: 25px;max-height: calc(25px * 1);margin-bottom: 0;}
.item_th .name_tt:hover{color:var(--maincolor);transition:0.5s}
.item_th .des_tt{color: var(--color-3);font-size: 14px;font-weight: 400;-webkit-line-clamp: 2;line-height: 23px;max-height: calc(23px * 2);margin-top: 7px;}
.item_vdth .it_vdth{display:block;line-height:0;position:relative;border-radius:10px;}
.item_vdth .it_vdth:before{position:absolute;content:'';width:100%;height:100%;background:url(../images/web/vd1.png) no-repeat center;left:0;top:0;z-index:5}
.wrap-quangcao-tc{padding:40px 0}
.item_qc .it_qc{display:block;line-height:0;}
/* end */

/* video youtube */
.wrap-videonb-tc{padding:60px 0;background: #F2F2F2;}
.left-vd{width: calc(100% - 64% - 30px);padding-left:calc(50% - 600px)}
.right-vd{width: 64%;}
.item_vd .it_vd{display:block;line-height:0;position:relative;border-radius:10px;}
.item_vd .it_vd:before{position:absolute;content:'';width:100%;height:100%;background:url(../images/web/vd2.png) no-repeat center;left:0;top:0;z-index:5}
.tieude2{position: relative;color: var(--color-3);font-size: 14px;font-style: normal;line-height: 27px;}
.tieude2 h2{display: block;position: relative;color: #C20000;font-family: 'SFU-E';font-size: 30px;font-style: normal;font-weight: 700;line-height: 1.5;text-transform: uppercase;padding-bottom: 10px;margin-bottom: 25px;}
.tieude2 h2:before{position:absolute;content:'';width:88px;height:1px;background:#A9A9A9;left:0;bottom:0}
.tieude2 .view-aboutHome{margin-top:27px}
/* end */

/* tin tuc */
.wrap-newsVideo{position: relative;padding: 50px 0;}
.newsHome{position: relative;display: block;line-height: 0;}
.box-newsHome{display: block;border: unset !important;}
.pic-newsHome{margin: 0;width: 100%;line-height: 0;border-radius: 10px;aspect-ratio: 400/295;}
.info-newsHome{position: relative;width: calc(100% - 30px);line-height: 1.5;margin:0 auto;border-radius: 10px;background: #FFF;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);margin-bottom: 10px;margin-top: -33px;}
.if-newsHome{padding: 12px 15px;border-bottom: 1px solid #D9D9D9;}
.name-newsHome{color: var(--color-2);font-size: 16px;font-style: normal;font-weight: 700;line-height: 25px;-webkit-line-clamp: 1;max-height: calc(25px * 1);margin: 0;}
.name-newsHome:hover{transition: 0.5s ease;color: var(--maincolor);}
.time-newsHome{position: relative;color: #4E4E4E;font-size: 13px;font-style: normal;line-height: 1.5;padding: 15px;}
.time-newsHome span:nth-child(1){display: inline-block;color: #B4B4B4;font-size: 13px;font-style: normal;line-height: 20px;padding-left: 25px;background: url(../images/web/bv.png) no-repeat center left;}
.time-newsHome span:nth-child(2){display: inline-block;color: #C20000;font-size: 14px;font-weight: 700;line-height: 20px;}
.time-newsHome span i{margin-left:5px;}
.time-newsHome span:nth-child(2):hover{color:var(--maincolor)}
.desc-newsHome{color: var(--color-3);margin-bottom: 0;font-size: 14px;-webkit-line-clamp: 3;line-height: 25px;max-height: calc(25px * 3);margin-top: 5px;}
/* end */

/* dang ky nhan tin */
.wrap-dangky-tc{padding: 55px 0;background: url(../images/web/bg1.png) no-repeat center top/cover;}
.left-intro{width: 55.5%;overflow: hidden;}
.right-intro{width: 36.7%;border-radius: 20px;border: 3px solid #B00;background: url(../images/web/dk.png) no-repeat center bottom/ 100% auto #fff;padding: 25px 20px 102px 20px;}
.tieudedk{text-align:center;color: #292929;line-height: 20px;padding-bottom: 17px;}
.tieudedk h2{color: var(--maincolor);font-family: 'SFU-E';font-size: 30px;font-style: normal;line-height: 1.5;text-transform: uppercase;margin-bottom: 0;}
.dangky-tc{padding:0 20px}
.newsletter-input input{width: 100%;padding: 0 17px;font-size: 14px !important;font-weight: 400;height: 46px;color: #16110B !important;border: none !important;background: #fff !important;border-radius: 8px;box-shadow: 0px 0px 4px 0px rgba(67, 71, 85, 0.20) !important;margin: 0;margin-bottom: 8px;}
.newsletter-input textarea{width: 100%;padding: 10px 17px;font-size: 14px !important;font-weight: 400;height: 90px;color: #16110B !important;border: none !important;background: #fff !important;border-radius: 8px;box-shadow: 0px 0px 4px 0px rgba(67, 71, 85, 0.20) !important;margin: 0;}
.newsletter-input input:focus, .newsletter-input textarea:focus{background:transparent;box-shadow:none;}
.newsletter-input input::placeholder, .newsletter-input textarea::placeholder{color: #16110B;font-size: 14px;font-weight:400;}
.newsletter-button{width: 100%;text-align: center;margin-top: 10px;}
.newsletter-button input {border: 0px;color: #fff !important;display: inline-block;width: 170px;cursor: pointer;padding: 0 10px;line-height: 50px;text-align: center;font-size: 18px !important;font-weight: 700;background: var(--maincolor)!important;transition: 0.3s;border-radius: 10px;letter-spacing: -0.36px;text-transform: uppercase;}
.newsletter-button input:hover{color: var(--color-hover) !important;transition: 0.5s;}
/* end */

/* y kien */
.item_yk .it_yk{position:relative;);text-align: center;}
.item_yk .img_tt {position: relative;border-radius: 50%;border: 5px solid #fff;transform: scale(0.6);}
.item_yk.slick-center .img_tt {border-color: var(--maincolor);transform: scale(1);}
.item_yk .info_tt{position: relative;width: 100%;padding-top: 15px;text-align: center;color: #fff;}
.item_yk .name_tt{font-size: 17px;font-weight: 700;letter-spacing: -0.5px;-webkit-line-clamp: 1;line-height: 27px;max-height: calc(27px * 1);margin-bottom: 0;margin-top: 30px;}
.item_yk .des_tt{font-size: 15px;font-weight: 400;-webkit-line-clamp: 3;line-height: 27px;max-height: calc(27px * 3);letter-spacing: -0.3px;}
.item_yk .cv_tt{letter-spacing: -0.5px;line-height: 27px;margin-top:3px}
.ykien1-cn{max-width:600px;margin:0 auto;}
.ykien1-slide .slick-list{padding:0 !important}
/* end */

/* hinh anh trang chu */
.wrap-hinhanh-tc{position: relative;padding: 70px 0 60px 0;}
.left-al{width:calc(100% - 62.5% - 10px);}
.right-al{width: 62.5%;}
.hinhanh-tc{overflow:hidden;}
.album1-slide, .album2-slide {margin:0 -5px;}
.item_ha{margin:0 5px;}
.menuImg{display:block;line-height: 0;}
.menuImg .hinhanh-pic{border-radius: 10px;}
/* end */

/* video */
.wrap_video{margin:-10px;}
.video{display: block;width:calc(100%/3 - 20px);margin:10px;line-height:0;position:relative;border-radius: 10px;overflow:hidden;}
.video:before{position:absolute;content:'';width:100%;height:100%;background: url(../images/web/vd2.png) no-repeat center;z-index:5;left:0;top:0;}
.video .video-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);}
/* end */