:root{
    --maincolor:#f9cb41;
    --color-social:#f9cb41;
    --color-hover:#b99976;
    --color-text:#1a1a1a;
    --color-2: #666;
    --color-3: #00a86b;
    --color-main:#f9cb41;
    --m1: #333;
    --m2: #333;
}
@font-face{font-family:'SVN-A';font-weight:400;font-display:block;src:url('../fonts/SVN-Aguda-Regular.otf');}
@font-face{font-family:'SVN-A';font-weight:700;font-display:block;src:url('../fonts/SVN-Aguda-Bold.otf');}
@font-face{font-family:'SVN-A';font-weight:900;font-display:block;src:url('../fonts/SVN-Aguda-Black.otf');}
@font-face{font-family:'UVN-BS';font-display:block;src:url('../fonts/UVNBaiSau_N.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:'SVN-A';max-width: 1920px;min-width: 320px;}
.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;z-index: 9;width: 100%;left: 0;top: 0;background: rgb(0 0 0 / 30%);}
.header2{position:relative;background: var(--color-text);}
.header-bottom{}
.header-bottom .wrap-content{padding: 10px 0;min-height: 90px;}
.logo-mn{position: relative;min-width: 310px;}
.logo-header img{max-width:310px;max-height:55px;}

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

/* Menu */
.menu{z-index:999;position: relative;padding: 5px 0;}
.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{width:100%;padding:0;margin:auto;list-style:none}
.menu ul li{position:relative;z-index:1;}
.menu ul li.line{position: relative;display: none;}
.menu ul li.li-home{}
.menu ul li.li-contact{}
.menu ul li.timkiem{width:44px;height:44px;background:rgb(102 102 102 / 20%);text-align:center;line-height:44px;border-radius:50%;color: var(--color-hover);font-size: 16px;margin-left: 20px;}
.menu ul li a{display:block;position:relative;font-size: 16px;font-weight: 400;color: #fff;padding: 10px 20px;text-transform: uppercase;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{position:relative;}
.menu ul li:hover > a:before, .menu ul li a.active:before{position:absolute;content:'';width: 46px;height: 4px;background: url(../images/web/mn.png) no-repeat center;left:0;right:0;bottom:0;margin:auto;}
.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: 500;color: #333;border-bottom: 1px solid #ccc;padding:10px .75rem 9px!important;text-transform:capitalize}
.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(--color-hover);padding-left:1.5rem!important}
.menu ul li ul li a.active:before,.menu ul li ul li:hover > a:before{display:none;}
.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: relative;width: 29.5%;z-index: 5;border-radius: 50px;border: 1px solid #CFCFCF;background: #FFF;padding: 3px;}
.search input{width: calc(100% - 38px);color: #666;font-size: 13px;font-family:Ro;padding: 0 20px;background: transparent;line-height: 38px;border: 0 !important;!i;!;float: left;}
.search input::-webkit-input-placeholder{color:#666}.search input:-moz-placeholder{color:#666}
.search input::-moz-placeholder{color:#666}.search input:-ms-input-placeholder{color:#666}
.search input:focus,.search input:focus-visible{border:none !important;box-shadow:none !important;outline: unset;}
.search p{width: 38px;height: 38px;cursor:pointer;text-align:center;float: right;background: var(--color-3);font-size: 14px;color: #fff;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: 32px;color: var(--maincolor);font-weight: 900;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: 20px;}
.product-page a{width: 30px;height: 30px;display:flex;align-items:center;justify-content:center;color: var(--color-text);cursor:pointer;font-size: 14px;font-weight: 500;border-radius: 7px;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:#f00;}

/* 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 */
.footer2 .footer-article{background:url(../images/web/bg1.png) no-repeat center top / cover #4e5453;}
.footer-article{color:#fff;background: url(../images/web/line1.png) no-repeat center top, url(../images/web/bg1.png) no-repeat center top / cover #4e5453;font-size: 15px;}
.footer-article .wrap-content{position: relative;padding: 100px 0 80px 0;}
.footer-news:nth-child(1){width: calc(100% - 26.6%);margin:0 -11.7%;order: 2;border: 2px solid var(--maincolor);background: rgba(0, 0, 0, 0.10);box-shadow: 0px 0px 20px 0px var(--maincolor);padding: 37px 185px;text-align: center;}
.footer-news:nth-child(2){order: 3;margin-left: -11.7%;position:relative;}
.footer-news{width: calc(13.3% + 11.7%);padding: 40px 0;}
.footer-news:nth-child(3){margin-right: -11.7%;position:relative;}
.footer-tt{position:relative;text-align: center;padding-bottom: 20px;}
.footer-tt p{position:relative;display: inline-block;font-size: 38px;}
.footer-title{text-transform:uppercase;font-size: 25px;font-weight: 700;line-height: 1.5;margin-bottom: 20px;position:relative;}
.footer-info{line-height:1.5;color: #FFF;}
.social-ft{padding-top: 30px;justify-content: center;gap: 9px;}
.social-ft a{display: inline-block;}
.footer-copyright span{display:inline-block;color:var(--maincolor);}
.fb-page-ft{border:2px solid var(--maincolor);text-align: center;min-height: 300px;background: #4E5453;padding: 17px 23px;}
div#footer-map{width: 100%;}
div#footer-map iframe{width:100%;height: 300px;display:block;border: 2px solid var(--maincolor) !important;background: #D9D9D9;}
/* 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:20px;color: var(--maincolor);}
.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%/5 - 14px);margin: 7px;text-align: center;padding: 6px;border-radius: 10px;border: 1px solid #DCDBDB;background: #fff;}
.pic-product{display:block;position:relative;margin: 0;}
.pic-product .img{border-radius: 10px;margin-bottom:0}
.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: 7px 0;}
.name-product{color: var(--color-text);font-weight: 500;font-size: 15px;line-height: 28px;margin-bottom: 0;transition:0.5s}
.name-product.text-split{-webkit-line-clamp: 1;}
.name-product:hover {color: var(--color-2);}
.price-product{position: relative;margin: 0;}
.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(--maincolor);font-size: 15px;font-weight: 700;line-height: 28px;text-transform: uppercase;}
.flex-product{display:flex;flex-wrap:wrap;margin: -7px;}
.page-item.active .page-link{background: var(--maincolor);border-color: var(--maincolor);color: var(--color-text);}
.page-link{color: var(--color-2);}
.flex-news{display:flex;flex-wrap:wrap;margin: -15px -30px;}
.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 - 60px);margin: 15px 30px;}
.item-news .card-image{}
.img-news-dt{width: 100%;border-radius: 300px 300px 0 0;padding: 10px;border:1px solid var(--maincolor);line-height: 0;}
.img-news-dt p{border-radius:300px 300px 0 0}
.ds-news{width:100%;padding-top: 10px;}
.ds-news h3{font-size: 16px;font-weight: 700;color: var(--color-text);margin: 0 !important;-webkit-line-clamp: 2;line-height: 1.5;}
.time-news{color: var(--maincolor);font-size: 14px;line-height: 1.5;background: url(../images/web/bv.png) no-repeat center left;padding-left: 23px;margin: 7px 0 5px 0;}
.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.5;margin-top: 0;margin-top: 5px;}

.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 / 50%);margin: 0;width:100%;background: var(--color-text);}
.menu-fix .header-bottom .wrap-content{min-height:auto;padding: 5px 0;}
.slick-none {display: none;}
.slick-none.slick-slider {display: block;}
.wap_1300{max-width:1300px;width:calc(100% - 20px);margin:0 auto;}
.pd-60{padding:60px 0}
.contact-form .btn-primary{background: var(--maincolor);border-color: var(--maincolor);color: var(--color-text);}
.wrap-home{background:#4e5453;padding-bottom: 50px;}
.font-uvn{font-family: "UVN-BS";font-style: normal;font-weight: 400;line-height: 1.5;}
.font-v1{display: inline-block;position: relative;color: var(--maincolor);-webkit-text-stroke-width: 2px;-webkit-text-stroke-color: #262626;background: linear-gradient(180deg, #FFF 57.5%, var(--maincolor) 57.5%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;line-height: 1.5;margin: 0;z-index: 5;}
.font-v2{display: inline-block;color: var(--maincolor);text-shadow: 0px 0px 5px var(--maincolor), 0px 0px 5px var(--maincolor);position: absolute;margin: 0;top: 0;left: 0;}


/* gioi thieu */
.wrap-aboutHome{padding:80px 0}
.wap-aboutHome{position:relative;display: flex;flex-wrap: wrap;justify-content: space-between;max-width:1366px;margin:0 auto;width:calc(100% - 20px);}
.left-aboutHome{width: 48%;padding-left: calc(50% - 600px);position: relative;}
.right-aboutHome{width: calc(100% - 48% - 40px);position: relative;}
.aboutHome-info-photo{position: relative;background:url(../images/web/gt2.png)no-repeat left bottom;padding-left: 55px;padding-bottom: 55px;height: 100%;}
.aboutHome-info-photo:before{position:absolute;content:'';width: calc(100% + 40px);height: 65.5%;background: #3e4342;left: 20px;bottom: 20px;margin: 0 auto;}
.aboutHome-info-photo:after{position:absolute;content:'';width: calc(100% + 55px);height: 65.5%;background: #3e4342;left: 100%;bottom: 20px;margin: 0 auto;}
.aboutHome-info{position: relative;padding-top: 35px;}
.title-aboutHome{position:relative;margin:0;margin-bottom: 8px;}
.title-aboutHome .sub, .title-aboutHome .main{font-size: 38px;}
.desc-aboutHome{color: #fff;font-size: 14px;font-style: normal;line-height: 28px;max-height: 140px;overflow-y: auto;padding-right: 5px;}
.desc-aboutHome::-webkit-scrollbar {background: #fff;width: 4px;height: 11px;}
.desc-aboutHome::-webkit-scrollbar-thumb {background: var(--maincolor);}
.view-aboutHome{display: inline-block;margin-top: 20px;background: url(../images/web/xt.png) no-repeat center;padding: 10px;}
.view-aboutHome span{position: relative;color: var(--color-text);display: inline-block;font-size: 16px;font-style: normal;font-weight: 900;line-height: 40px;letter-spacing: 1.4px;text-transform: uppercase;background: var(--maincolor);min-width: 170px;text-align: center;padding: 0 10px;clip-path: polygon(4% 0%, 100% 0, 100% 84%, 96% 100%, 0 100%, 0 16%);}
.view-aboutHome:hover span{background:#fff;transition:0.5s}
.box-pic-aboutHome{position: relative;}
.pic-aboutHome{display: inline-block;position: relative;z-index: 5;line-height: 0;border-left: 10px solid var(--maincolor);max-width: 460px;margin-left: 50px;}
.pic-aboutHome-ab{position: relative;width: calc(100% - 80px);padding-bottom: 60px;}
.pic-aboutHome-2{position:relative;background: url(../images/web/gt3.png) no-repeat left top;line-height: 0;display:block;padding: 20px 40px 0 20px;}
.pic-aboutHome-2 p{position: relative;z-index: 2;clip-path: polygon(0 0, 94% 0%, 100% 6%, 100% 100%, 6% 100%, 0 94%);}
.img-gt1{width: 60px;text-align:center;}
/* end */

/* tieu chi */
.wrap-tieuchi-tc{background: url(../images/web/line1.png) no-repeat center top, url(../images/web/line2.png) no-repeat center bottom;padding:77px 0}
.tieudetc{padding-bottom:20px;gap: 10px;}
.tieudetc .td_tc{position:relative;margin:0;background: url(../images/web/td2.png) no-repeat center left;padding-left: 65px;}
.tieudetc .td_tc > div{display:inline-block;position:relative;}
.tieudetc .td_tc h2,.tieudetc .td_tc span{font-size: 35px;text-transform: uppercase;}
.tieudetc .view-aboutHome{margin-top:0}
.tieuchi-flex{position: relative;margin: -2px;}
.item_db{width: calc(100%/4 - 4px);position:relative;z-index: 5;background: url(../images/web/tc2.png) no-repeat center top/100% 100%;min-height: 240px;margin: 2px;text-align: center;}
.item_db .it_db{position:relative;min-height: 100px;padding: 40px 25px 20px 25px;}
.item_db .img_tt {position: relative;width: 119px;height: 120px;background: url(../images/web/tc1.png) no-repeat center/100% 100%;margin: 0 auto;}
.item_db .img_tt img {position: relative;width: auto;transition: all 1s ease; }
.item_db:hover .img_tt img{transform: rotateY(360deg);}
.item_db .name_tt{color: #fff;font-size: 18px;font-weight: 700;-webkit-line-clamp: 1;line-height: 1.5;margin-bottom: 0;margin-top:17px;}
/* end */

/* video */
.wrap-video-tc{padding: 45px 0 50px 0;background: url(../images/web/vd1.png) no-repeat top left 24%, url(../images/web/vd2.png) no-repeat top right 24%;max-width: 1366px;margin: 0 auto;}
.tieudevd{color: #3e4342;text-align: center;text-shadow: 0px 0px 10px var(--maincolor), 0px 0px 10px var(--maincolor);-webkit-text-stroke-width: 1.5px;-webkit-text-stroke-color: #FFF;font-family: "UVN-BS";font-size: 90px;font-style: normal;line-height: normal;text-transform: uppercase;margin-bottom: 17px;}
.item_vd .it_vd{position:relative;text-align: center;line-height:0;margin: 0 10px;padding-top: 0;max-width: 700px;}
.item_vd .img_tt {position: relative;width:100%;}
.item_vd .img_tt img{width: 100%;height:100%;object-fit:cover;}
.item_vd .img_tt:before{position:absolute;content:'';width:100%;height:100%;background:url(../images/web/vd.png) no-repeat center;z-index:5;left:0;top:0;pointer-events:none;display:none;}
.item_vd .info_tt{width: 100%;display: none;}
.item_vd.slick-center .img_tt:before{display:block;}
.videonb-slide .slick-prev:before, .videonb-slide .slick-next:before{display:none;}
.videonb-slide .slick-prev{width:19px;height:30px;background:url(../images/web/mt1.png) no-repeat center;left:-35px;}
.videonb-slide .slick-next{width:19px;height:30px;background:url(../images/web/mt2.png) no-repeat center;right:-35px;}
/* end */

/* tin tuc */
.wrap-newsVideo{padding:60px 0 80px 0;background: #3e4342;position: relative;}
.wrap-newsVideo:before{position:absolute;content:'';width:100%;height:70px;background: #4e5453;top: -1px;left:0;clip-path: polygon(100% 0, 100% 100%, 50% 2%, 0 100%, 0 0);pointer-events: none;}
.tieude1{text-align:center;background:url(../images/web/td1.png) no-repeat center bottom;padding-bottom: 27px;margin-bottom: 30px;}
.tieude1 .td_1{position:relative;margin:0;text-align: center;display: inline-block;}
.tieude1 h2,.tieude1 span{font-size: 40px;text-transform: uppercase;}
.newsHome-tc{margin-top:-35px;}
.slick-news{margin:-10px -30px}
.slick-news .slick-list{padding:0 !important}
.slick-news .box-newsHome{transition:0.5s}
.slick-news .box-newsHome.slick-center{padding-bottom:0;padding-top:40px;}
.slick-news .newsHome{width: auto;margin: 10px 30px;}
.slick-news .name-newsHome{max-height: calc(28px * 1);-webkit-line-clamp: 1;line-height: 28px;color: #fff;}
.slick-news .desc-newsHome{max-height: calc(28px * 2);-webkit-line-clamp: 2;line-height: 28px;color: #fff;}
.newsHome{width: calc(100% / 2 - 30px);position: relative;display: block;margin: 15px;transition: 1s ease;}
.box-newsHome{display: block;border: unset !important;padding-bottom:40px;}
.pic-newsHome{margin: 0;width: 100%;border-radius: 200px 200px 0px 0px;border: 1px solid var(--maincolor);background: rgba(0, 0, 0, 0.10);box-shadow: 0px 0px 10px 0px var(--maincolor);padding: 14px;line-height: 0;}
.pic-newsHome p{border-radius: 200px 200px 0px 0px;line-height: 0;}
.img-newsHome{position:relative;}
.info-newsHome{width: 100%;padding-top: 20px;}
.name-newsHome{font-size: 17px;font-weight: 900;color: var(--color-text);line-height: 1.5;-webkit-line-clamp: 2;margin: 0;}
.newsHome:hover .name-newsHome{transition: 0.5s ease;color: var(--maincolor);}
.time-newsHome{position: absolute;color: var(--color-text);font-size: 15px;font-weight: 700;line-height: 1.5;background: var(--maincolor);border-radius: 40px 40px 0px 0px;text-align: center;width: 66px;height: 80px;padding: 15px 0 10px 0;bottom: 0;left: 45px;}
.time-newsHome span{font-size:25px;display: block;font-weight: 900;line-height: 30px;}
.desc-newsHome{color: var(--color-text);line-height: 1.5;margin-bottom: 0;font-size: 14px;-webkit-line-clamp: 3;margin-top: 4px;}
.view-newsHome{display: inline-block;color: var(--maincolor);font-size: 16px;font-weight: 700;text-transform: uppercase;line-height: 1.5;background: url(../images/web/mt4.png) no-repeat left bottom;padding: 0 18px 5px 18px;min-width: 142px;margin-top: 7px;}
.newsHome:hover .view-newsHome{transition: 0.5s ease;color: var(--color-social);}
/* end */

/* y kien */
.wrap-ykien-tc{padding: 50px 0;position:relative;}
.ykien-flex{border-radius: 300px;background: linear-gradient(180deg, #3f4443 0%, #4e5453 100%), #4E5453;box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.20);padding: 40px;max-width: 1000px;margin: 0 auto;position: relative;}
.left-intro{width: 35%;}
.right-intro{width: calc(100% - 35% - 40px);}
.tieude1.tieudeyk{text-align:left;background:none;padding-bottom: 0;margin-bottom: 13px;}
.tieude1.tieudeyk h2 span:nth-child(1),.tieude1.tieudeyk h2 span:nth-child(2){font-size:35px}
.item_yk{}
.item_yk .it_yk{position:relative;}
.item_yk .img_tt {position: relative;width: 100%;height: 300px;background: url(../images/web/yk1.png) no-repeat center/100% 100%;margin: 0 auto;}
.item_yk .img_tt p{border-radius:50%;max-width: 238px;}
.item_yk .img_tt img {position: relative;width: 100%; }
.item_yk .name_tt{color: #fff;font-size: 20px;font-weight: 900;-webkit-line-clamp: 1;line-height: 30px;max-height: calc(30px * 1);margin-bottom: 0;}
.item_yk .des_tt{color: #fff;font-size: 15px;font-weight: 400;-webkit-line-clamp: 2;line-height: 28px;height: calc(28px * 2);margin-top: 10px;background: url(../images/web/yk2.png) no-repeat right top 8px;padding-right: 80px;}
.ykien3-tc{max-width:280px;padding-top:30px;}
.ykien3-slide{margin:0 -10px;}
.item_yk1 .it_yk1{margin:0 10px;}
.item_yk1 .img_tt p{border-radius:50%;}
.ykien3-slide .slick-prev:before, .ykien3-slide .slick-next:before{display:none;}
.ykien3-slide .slick-prev{display:none;}
.ykien3-slide .slick-next{width:19px;height:30px;background:url(../images/web/mt3.png) no-repeat center;right:-25px;}
.slogan-yk{position: absolute;color: rgb(0 0 0 / 15%);font-family: "UVN-BS";font-size: 130px;line-height: normal;text-transform: uppercase;top: 50%;transform: translateY(-50%);}
.slogan-yk span{display:inline-block;padding:0 25px}
/* end */

/* hinh anh tc */
.wrap-videoalbum{padding:77px 0}
.flex-album-tc{margin:-10px;}
.item_ha1{width: calc(29.7% - 20px);margin: 10px;}
.item_ha1:nth-child(3){ width: calc(40.6% - 20px); }
.item_ha1:nth-child(4){width: calc(43.8% - 20px);}
.item_ha1:nth-child(6){width: calc(26.5% - 20px);}
.item_ha1:nth-child(2) .hinhanh1-pic, .item_ha1:nth-child(5) .hinhanh1-pic{height:340px;}
.menuImg1{display:block;line-height: 0;text-align:center;}
.hinhanh1-pic{height: 100%;width: 100%;height: 520px;}
.hinhanh1-pic img{width:100%;height:100%;object-fit:cover;}
.sloha1{display: block;color: #3e4342;text-shadow: 0px 0px 10px var(--maincolor), 0px 0px 10px var(--maincolor);-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #FFF;font-size: 50px;text-transform: uppercase;text-align: center;background: url(../images/web/ha1.png) repeat-x bottom center;padding: 12px 0 20px 0;}
.sloha2{position:relative;text-align: center;padding-top: 25px;font-size: 35px;}
.sloha2 p{display: inline-block;position:relative;margin: 0;}
.sloha2 p span:nth-child(1),.sloha2 p span:nth-child(2){text-transform: uppercase;}
/* end */

/* photo dt */
.wrap_album, .wrap_photo {margin:-10px;}
.hinhanh{width:calc(100%/3 - 20px);margin:10px;background: #fff;border: 1px solid #ddd;padding: 10px;line-height: 0;}
.album{width:calc(100%/4 - 20px);margin:10px;line-height: 0;}

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