@font-face{font-family:'Roboto';font-display:block;src:url('../fonts/Roboto-Regular.woff');font-weight: 400;}
@font-face{font-family:'Roboto';font-display:block;src:url('../fonts/Roboto-Bold.woff');font-weight: 700;}
@font-face{font-family:'Roboto';font-display:block;src:url('../fonts/Roboto-Medium.ttf');font-weight: 500;}
@font-face{font-family:'Roboto';font-display:block;src:url('../fonts/Roboto-Black.woff');font-weight: 900;}
@font-face{font-family:'AlumniSans';font-display:block;src:url('../fonts/AlumniSans-ExtraBold.ttf');font-weight: 800;}
@font-face{font-family:'Oswald';font-display:block;src:url('../fonts/Oswald-Medium.ttf');font-weight: 500;}
@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%);
    }
}
.wrap-content{max-width: 1200px;margin:auto;}
:root{
    --maincolor:#002E5B;
    --color-social:#2557ae;
    --color-hover:#2557ae;
    --color-text:#2557ae;
    --color-1: #002E5B;
    --color-2: #DA251D;
    --color-3: #5C5C5C;
}
.wap_between{max-width: 1200px;margin:auto;}
body{font-size:14px;font-family:'Roboto';}
.max-width{width: 94%;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;}
/* hover xam */
.hover_xam { position: relative; overflow: hidden; display: block; } 
.hover_xam:before { content: ""; background: rgba(255,255,255,.5); bottom: 0; left: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 3; } 
.hover_xam:after { content: ""; background: rgba(255,255,255,.5); top: 0; right: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 2; } 
.hover_xam:hover:before, .hover_xam:hover:after { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transition-duration: 1.3s; -moz-transition-duration: 1.3s; -ms-transition-duration: 1.3s; -o-transition-duration: 1.3s; transition-duration: 1.3s; -khtml-opacity: 0; -o-opacity: 0; -ms-opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; height: 100%; width: 100%; } 
.p-relative{position:relative;}
/* 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{}
.cart-head{border:1px solid #fff;padding:10px;border-radius:5px;position:relative;color:#fff;}
.cart-head:hover{color:#fed402;}
.cart-head i{font-size:20px;}
.cart-head .count-cart{position:absolute;z-index:999;color:#fff;background:#f00;border-radius:50%;top:-10px;right:20px;width:20px;height:20px;text-align:center;}
.menu-head{display:flex;gap:20px;justify-content:space-between;align-items:center;}
.menu-head a{color:#fff;}
.menu-head a:hover{color:#fed402;}
.line-head{background-color:#72b2fd;height:32px;width:1px;}
/* slideshow */
.slideshow{position:relative;}
/* Search */
.search{width:290px;background:#ffffff;position:relative;display:flex;}
.search p{float:left;width:35px;height:35px;line-height:35px;cursor:pointer;text-align:center;margin:0px;color:#6c757d;font-size:16px}
.search input{width:100%;height:35px;float:left;outline:none;padding:0px;border:0px;background:transparent;text-indent:10px;font-size:12px}
.search input::-webkit-input-placeholder{color:#313131}
.search input:-moz-placeholder{color:#313131}
.search input::-moz-placeholder{color:#313131}
.search input:-ms-input-placeholder{color:#313131}
.ds-item-search{width:calc(100% - 70px);}
.ds-item-search a{font-size:14px;color:#333;}
.show-search{position:absolute;z-index:9999;top:100%;background:#fff;width:100%;border-radius:10px;box-shadow:0 1px 8px rgba(0,0,0,0.3);}
.box-search .price-product{width:100%;margin:0px;text-align:left;}
.box-search .price-product .price-new{color:#f00;font-size:14px;font-weight:bold;}
.box-search .price-product .price-old{color:#999;text-decoration-line:line-through;}
/* Menu */
.fix_menu{position:fixed!important;box-shadow:0 0 1px #999;background:#fff;}
.menu{background-color: #fff;width:100%;min-width:1200px;z-index:999;position:sticky}
.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;margin:0 10px}
.menu ul li.li-home{margin-left:0}
.menu ul li.li-contact{margin-right:0}
.menu ul li.li-logo{
    margin-top: -40px;
    margin-bottom: -7px;
}
.menu ul li.li-logo a{padding: 0;}
.menu ul li a{display:block;position:relative;font-size: 15px;color: #333;padding: 10px 6px;text-transform:uppercase;text-decoration:none;cursor:pointer;line-height:1;font-weight: 700;}
.menu ul li a p{margin-bottom:0!important}
.menu ul li:hover > a,.menu ul li a.active{color: var(--color-2);}
.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:var(--maincolor)!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:14px;color:#fff;border-bottom:1px solid #fffc;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:#fff;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%;}
/* Slider */
.control-owl{position:absolute;width:100%;z-index:2;left:0px;top:calc(50% - 22.5px);}
.control-owl button{opacity:0.5;top:0px;position:absolute;outline:none;border:2px solid #fff;padding:0px;margin:0px;display:block;cursor:pointer;color:#ffffff;width:30px;height:30px;border-radius:50%;overflow:hidden;text-align:center;font-size:25px;margin:0px;background-color:#00a3ff;display:flex;align-items:center;justify-content:center;}
.control-owl button:hover{opacity:1;}
.control-owl button.owl-prev{left:20px;}
.control-owl button.owl-next{right:20px;}
.box-photo-ct{border-radius:20px;overflow:hidden;}
.title-detail{position:relative;margin:20px 0px;}
.title-detail h1{font-size:20px;color:#333;font-weight:700;text-align:left;text-transform:uppercase;}
.title-main{margin-top: 1rem;margin-bottom: 1rem;position:relative;}
.title-main span{font-size:1.5em;font-weight:bold;text-transform:uppercase;}
.title-main h1{
    text-transform: uppercase;
    color: var(--maincolor);
    font-size: 2rem;
    margin-bottom: 0;
}
.tt-week{font-size:25px;text-align:center;margin:20px 0px;color:#fff;font-weight:700;text-transform:uppercase;}
.title-cat-main{display:flex;flex-wrap:wrap;justify-content:center;margin:20px 0px;gap:20px;}
.title-cat-main span{display:block;color:#999;background:linear-gradient(64.85deg,#fca600 23.67%,#ffd41d 106.12%);background-color:#fff;padding:10px;border-radius:10px;cursor:pointer;}
.title-cat-main span:hover,.title-cat-main span.active{background:linear-gradient(64.85deg,#ffd41d 23.67%,#fca600 106.12%);color:#000;}
/* News */
/* 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;}
/* Footer */
.info-footer .flex-footer{display:flex;justify-content:space-between;gap:20px;}
.info-footer .flex-footer .box-footer .social-footer{display:flex;gap:5px;margin:10px 0px;}
.info-footer .flex-footer .box-footer:nth-child(1){width:33.3%;}
.info-footer .flex-footer .box-footer:nth-child(2){width:40%;}
.info-footer .flex-footer .box-footer:nth-child(3){width:25%;}
.info-footer .flex-footer .title-footer{text-transform:uppercase;margin-bottom:20px;font-weight:700;font-size:14px;}
.info-footer .flex-footer .service-footer{margin-top:20px;}
.info-footer .flex-footer .service-footer ul{padding:0px;margin:0px;}
.info-footer .flex-footer .service-footer ul li{list-style:none;padding:5px 0px;}
.info-footer a{color:#fff;}
/* 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;}
.footer-powered{padding:10px 10px;}
/* Sort */
.sort-select{display:flex;justify-content:end;margin:20px 0px;position:relative;}
.sort-select .click-sort{border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:14px;padding:6px 10px 6px 8px;margin:0px;}
.sort-select-main{display:grid;background-color:#fff;border-radius:4px;box-shadow:0 4px 6px rgb(0 0 0 / 20%);position:absolute;padding:0 7px;top:30px;right:0;width:160px;z-index:2;}
.sort-select-main p{border-bottom:1px solid #f1f1f1;margin:0px;order:2;}
.sort-select-main p:has(.check){order:1;}
.sort a{color:#000;font-size:14px;line-height:17px;padding:11px 3px;display:block;cursor:pointer;}
.sort a.check i{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:22px;height:16px;border:2px solid transparent;border-radius:100px;vertical-align:middle;}
.sort a.check i::after{content: '';display:block;box-sizing:border-box;position:absolute;left:3px;top:-4px;width:6px;height:10px;border-width:0 2px 2px 0;border-style:solid;transform-origin:bottom left;transform:rotate(45deg);}
.sort-select .sort-show{padding-right:12px;position:relative;}
.sort-select .sort-show::before{content: '';border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333;content: '';height:0;position:absolute;top:6px;right:0;width:0;}
/* Product */
/* product detail */
/* css block actions  */
/* 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;padding: 60px 0;}
.contact-map iframe{width:100%;height: 390px;display: block;}
/*  breadCrumbs */
.breadCrumbs{padding:10px 0px;background:#ddd;}
.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;}
.sp_flex{margin:0 -10px;display:flex;flex-wrap:wrap;}
.sp_flex .product{width:calc(100%/4 - 20px);margin:0 10px 20px;}
.tintuc{display: flex;flex-wrap: wrap;justify-content: space-between;width: calc(50% - 20px);margin: 10px 10px;position: relative;}
.tintuc-slick{margin:0 -10px;}
.box-cp1{display:flex;justify-content: flex-start;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-article .wrap-content{padding: 60px 0 35px;}
.wap_footer{display:flex;flex-wrap:wrap;justify-content:space-between;color: #fff;}
.footer-news:nth-child(1){width: 31%;}
.footer-news:nth-child(2){width: 16%;}
.footer-news:nth-child(3){width: 20%;}
.footer-news:nth-child(4){width: 25%;}
.footer-news:nth-child(1) .footer-title{}
.footer-news:nth-child(2) .footer-title{}
.footer-news:nth-child(3) .footer-title{}
.footer-title{text-transform:uppercase;font-size: 18px;font-weight:700;margin-bottom:20px;position:relative;color: #FED402;}
.footer-info{font-size:16px;}
.footer-policy a{color: #fff;font-size: 15px;}
.footer-policy a::before{content: "";width:4px;height:4px;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.footer-policy a:hover{color: #FED402;}
.footer-policy a:hover::before{background-color:#fff600}
.fb-page{border-radius:10px}
.fb-page iframe{border-radius:10px}
.grid-pro-detail{display:flex;flex-wrap:wrap;justify-content:space-between;}
.left-pro-detail{width:calc(50% - 10px);}
.right-pro-detail{width:calc(50%);}
.product{width:calc(100%/4 - 20px);margin:0 10px 20px;}
.flex-product{display:flex;flex-wrap:wrap;margin: 0 -10px;}
ul.footer-policy{padding:unset;margin-bottom:unset;list-style: none;}
.page-item.active .page-link{background:var(--maincolor);border-color:var(--maincolor);}
.page-link{color:var(--maincolor);}
.hotline-header{background:url(../images/hotline.png) no-repeat;background-position:left center;padding:14.4px 0;padding-left:80px;font-size:20px;font-weight:700;color:#f00!important;}
.header-top{background:var(--maincolor);color:#fff;padding:6px 0;}
.hotline-header p{color:#000;margin-bottom:unset;font-size:14px;line-height:0.8;}
div#footer-map iframe{width:100%;}
.flex-news{display:flex;flex-wrap:wrap;margin: 0 -10px;}
.item_tt{width:calc(100%/3 - 20px);margin:0 10px 20px;}
input:focus{box-shadow:unset!important;}
.hidden{display:none;}
.product-page a:hover,
.product-page a.active{background-color:#666;color:#fff;}
.product-page{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}
.product-page a{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:#666 solid 1px;color:#000;cursor:pointer;border-radius: 500%;}
.product-list {
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.product-list a, .product-list h2{display:flex;align-items:center;justify-content:center;padding: 9px 24px;color: var(--color-2);font-size: 15px;cursor: pointer;font-weight: 700;position: relative;z-index: 1;margin: 0 5px;background: #fff;border-radius: 50vw;text-transform: uppercase;border: 1px solid var(--color-2);}
.product-list a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--maincolor);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: 0.5s ease;
    display: none;
}
.product-list a:hover::after, .product-list a.active::after{opacity: 1;transition: 0.5s ease;}
.product-list a:hover,
.product-list a.active, .product-list h2:hover,
.product-list h2.active{background: var(--color-2);transition: 0.5s ease;color: #fff;}
.contact-form .btn-primary {
    background: var(--maincolor);
    border-color: var(--maincolor);
}
.nav-link {
    color: var(--maincolor);
}

.tintuc-name {
    -webkit-line-clamp: 2;
    color: #000;
    line-height: 36px;
    height: calc(36px * 2);
    font-size: 16px;
    font-weight: 700;
}

.tintuc-desc {
    -webkit-line-clamp: 2;
    color: #000;
    line-height: 24px;
    height: calc(24px * 2);
    font-size: 14px;
}
.sanpham {width: calc(100%/4 - 20px);margin: 0 10px 20px;border: 1px solid #ececec;border-radius: 10px;padding: 6px 4px;}
.sanpham-name {
    -webkit-line-clamp: 2;
    height: calc(24px * 2);
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.05em;
    text-transform: capitalize;
    color: #000;
}
.price-new {
    color: #bf0c0f;
}
.wrap_gioithieu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-left {
    width: 50%;
}

.box-right {
    width: calc(100% - 50% - 10px);
}
.title-dknt {margin-bottom: 20px;}
.tintuc-pic {
    width: 39.2%;
    margin-right: 3%;
}
.tintuc-info{
    flex: 1;
}
.menu-main>li:last-child {
    margin-right: unset;
}
.sanpham-pic {
    margin-bottom: 12px;
    border-radius: 7px;
}

.sanpham-info {
    background: #f0f0f0;
    border-radius: 7px;
    padding: 15px 5px;
}

.price-product {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
.sanpham-name:hover {
    color: #bf0c0f;
}
.top-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.tiktok {
    overflow: hidden;
}
.info-header{
    font-weight: 500;
    font-size: 13px;
}
.head{
    width: 45%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 40px;
}
.profile{
    font-size: 13px;
    color: #333;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
}
.profile:hover{
    transition: 0.5s;
    background: var(--color-2);
    color: #fff;
}
.head .info-header{}
.info-header2{
    text-transform: capitalize;
    width: 40%;
    position: relative;
    overflow: hidden;
}
.info-header2 p{
    margin-bottom: 0;
    animation: slideAnimationlinear 8s linear infinite;
    display: block;
}
.lang-head{
    display: flex;
    align-items: center;
    margin-left: 4rem;
}
.wrap-criteria{
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.img1{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.img2{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.img3{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.img4{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.swiper-criteria{position: relative;}
.criteria{
    position: relative;
    display: block;
    text-align: center;
}
.pic-criteria{
    display: inline-block;
    background: #fff;
    border: 2px solid var(--maincolor);
    padding: 31px;
    border-radius: 50%;
    position: relative;
}
.criteria:hover .name-criteria{
    transition: 0.5s;
    color: var(--color-2);
}
.criteria:hover .pic-criteria img{
    transition: 0.8s ease;
    transform: rotateY(180deg);
}
.name-criteria{
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    line-height: 22px;
}
.desc-criteria{
    margin-bottom: 0;
    color: var(--color-3);
    line-height: 25px;
    font-size: 15px;
    -webkit-line-clamp: 2;
}
.step{
    position: absolute;
    top: 0;
    left: -0px;
    background: var(--maincolor);
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
}
.wrap-aboutHome{
    background: #f7f7f7;
    padding: 70px 0;
    overflow: hidden;
}
.wap-aboutHome{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.left-aboutHome{
    width: 48%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.right-aboutHome{
    width: 48%;
    padding-top: 30px;
}
.left-aboutHome::before{
    content: url(../images/wel.png);
    position: relative;
    display: inline-block;
    width: 60px;
}
.pic-aboutHome{
    position: relative;
    margin-bottom: 0;
    background: url(../images/b1.png)left top no-repeat;
    padding: 32px 0 0 36px;
    flex: 1;
}
.name-aboutHome{
    font-weight: 600;
    font-size: 18px;
    color: var(--color-2);
    text-transform: uppercase;
}
.title-aboutHome{
    color: var(--maincolor);
    font-family: 'AlumniSans';
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
}
.title-aboutHome .sub2{
    font-size: 36px;
}
.desc-aboutHome{
    line-height: 30px;
    font-size: 15px;
    color: #333;
}
.view-aboutHome{
    display: table;
    background: var(--color-2);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 16px;
    font-weight: 700;
}
.view-aboutHome:hover{
    transition: 0.5s ease;
    background: var(--maincolor);
    color: #fff;
}
.wrap-serviceTB{
    position: relative;
    padding: 70px 0 40px;
    background: url(../images/d1.png)center top 22px no-repeat;
    overflow: hidden;
}
.wap-serviceTB{
    background: url(../images/bgdv.gif)no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 30px 20px 20px;
    color: #fff;
}
.slogan-index{
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    width: 80%;
    margin: 0 auto 15px;
}
.w-serviceTB{
}
.box-service{
    position: relative;
    width: calc(100%/3 - 20px);
    margin: 10px 10px;
    border-radius: 15px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.20);
    padding: 25px 30px;
}
.service{
    position: relative;
    display: block;
    margin-bottom: 13px;
    padding-left: 14px;
}
.service::after{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
}
.name-service{
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
    line-height: 23px;
}
.name-service:hover{
    transition: 0.5s ease;
    color: #FED402;
}
.wrap-serviceHome{
    padding: 40px 0 30px;
    position: relative;
    overflow: hidden;
}
.title-main-index h2{
    background: none !important;
    border: 0 !important;
    color: var(--maincolor) !important;
    font-size: 48px;
    font-family: 'AlumniSans';
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.slogan-index-2{
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 20px;
}
.serviceHome{
    position: relative;
    display: block;
    width: calc(100%/3 - 30px);
    margin: 15px 15px;
}
.serviceHome::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/d2.png)no-repeat;
    background-size: 100% 100%;
    width: 59px;
    height: 58px;
}
.info-serviceHome{padding: 0 47px 25px 0;}
.name-serviceHome{
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--maincolor);
}
.serviceHome:hover .name-serviceHome{
    transition: 0.5s;
    color: var(--color-2);
}
.desc-serviceHome{
    font-size: 15px;
    line-height: 24px;
    color: var(--color-3);
    margin-bottom: 0;
}
.wrap-benefit{
    position: relative;
    padding: 30px 0 80px;
    overflow: hidden;
}
.wap-benefit{position: relative;}
.w-benefit{
    border-radius: 20px;
    border: 1px solid rgba(0, 46, 91, 0.60);
    background: #FFFEF6;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
    padding: 50px 90px 20px;
    position: relative;
    z-index: 1;
}
.wap-benefit::after{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    height: 72px;
    border-radius: 0px 0px 20px 20px;
    background: rgba(204, 204, 204, 0.50);
    z-index: -1;
}
.content-benefit{
    height: 305px;
    overflow-y: auto;
    line-height: 30px;
    font-size: 15px;
}
.pageBeneit{
    border-top: 1px solid #D9D9D9;
    padding-top: 30px;
}
.wrap-certification{
    background: url(../images/bg2.jpg)no-repeat;
    background-size: cover;
    padding: 65px 0 70px;
    position: relative;
    overflow: hidden;
}
.title-main-index-2 h2{
    color: #fff !important;
    width: 65%;
    margin: 0 auto;
}
.slogan-index-3{
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    color: #fff;
}
.certification{
    position: relative;
    display: block;
    border: 5px solid var(--maincolor);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.pic-certification{margin-bottom: 0;}
.wrap-albumHome{
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}
.wap-albumHome {  
    display: grid;
    grid-template-columns: 395px 107px 280px 102px 285px;
    grid-template-rows: 395px 395px;
    grid-auto-columns: 1fr;
    gap: 7px 7px;
    grid-auto-flow: row;
    grid-template-areas:
      "a1 a2 a2 a3 a3"
      "a4 a4 a5 a5 a6";
  }
.albumHome:nth-child(1) { grid-area: a1; }
.albumHome:nth-child(2) { grid-area: a2; }
.albumHome:nth-child(3) { grid-area: a3; }
.albumHome:nth-child(4) { grid-area: a4; }
.albumHome:nth-child(5) { grid-area: a5; }
.albumHome:nth-child(6) { grid-area: a6; }
.albumHome{
    position: relative;
    display: block;
    height: 100%;
}
.albumHome img{
    height: 100%;
    object-fit: cover;
}
.wrap-newsVideo{
    background: #f7f7f7;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}
.wap-newsVideo{}
.left-newsVideo{
    width: 49%;
}
.right-newsVideo{
    width: 49%;
}
.swiper-newsVideo{
    height: 512px;
    overflow: hidden;
}
.title-news{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 30px;
}
.title-news h2{
    font-size: 36px;
    font-family: 'AlumniSans';
    color: var(--maincolor);
    text-transform: uppercase;
    background: url(../images/d3.png)left center no-repeat;
    padding-left: 35px;
}
.title-news a{
    color: #5C5C5C;
    font-weight: 600;
    text-transform: capitalize;
}
.title-news a:hover{
    transition: 0.5s;
    color: var(--color-2);
}
.newsHome{
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    margin: 12px 10px;
    width: calc(50% - 20px);
}
.wap-newsVideo .newsHome{
    margin: 12px 0;
}
.wap-newsVideo .newsHome:nth-child(2n){
    flex-direction: row-reverse;
}
.wap-newsVideo .newsHome:nth-child(2n) .pic-newsHome{
    margin-right: 0;
    margin-left: 3%;
}
.pic-newsHome{
    width: 33%;
    margin-right: 3%;
    margin-bottom: 0;
}
.info-newsHome{
    flex: 1;
}
.name-newsHome{
    font-size: 15px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
    -webkit-line-clamp: 2;
}
.newsHome:hover .name-newsHome{
    transition: 0.5s;
    color: var(--color-2);
}
.desc-newsHome{
    color: #5C5C5C;
    font-size: 14px;
    line-height: 20px;
    height: calc(20px * 2);
    margin-bottom: 0;
    -webkit-line-clamp: 2;
}
.time-newsHome i{color: var(--maincolor);margin-right: 5px;}
.time-newsHome{
    font-size: 13px;
    color: #737373;
    margin-bottom: 5px;
}
.item-video{}
.item-video iframe{
    position: relative;
    display: block;
    height: 360px;
}
.item-duoi{
    position: relative;
    display: block;
    margin: 10px 6px 0;
}
.item-duoi img{
    height: 140px;
    object-fit: cover;
    width: 100%;
}
.h-r-v{margin: 0 -6px;}
.wrap-partner{
    padding: 50px 0;
    overflow: hidden;
}
.partner{
    border-radius: 5px;
    border: 1px solid #CCC;
    background: #FFF;
    position: relative;
    display: block;
    padding: 5px;
}
.wrap-newsletter{
    background: url(../images/bg3.jpg)no-repeat;
    background-size: cover;
    padding: 50px 0;
    overflow: hidden;
}
.wap-newsletter{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.left-newsletter{
    width: 35%;
    text-align: left;
}
.title-dknt .main{
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    font-family: 'Oswald';
}
.title-dknt .sub{
    color: #fff;
    font-size: 15px;
}
.ul-social-footer{
    list-style: none;
    gap: 10px;
}
.newsletter-form{
    width: 55%;
}
.newsletter-input{
    margin-bottom: 12px;
}
.newsletter-input label{display: none;}
.newsletter-input input{
    background: rgba(255,255,255,0.2);
    border: 0;
    border-radius: 5px 0 0 5px !important;
    height: 42px;
    color: #fff;
    font-size: 14px;
}
.newsletter-input .input-group-prepend{margin-left: 0px !important;}
.newsletter-input .input-group-text{
    background: rgba(255,255,255,0.2);
    border: 0;
    border-radius: 0 5px 5px 0;
    color: #fff;
    height: 100%;
}
.newsletter-input input::placeholder{color: #ffff;}
.newsletter-btn input{
    background: var(--color-2) url(../images/g.png)right 27px center no-repeat;
    border-color: var(--color-2);
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 60px 8px 25px;
}
.footer{
    background: url(../images/bgft.png)no-repeat;
    background-size: cover;
}
.footer-policy li{
    margin-bottom: 15px;
}
.wap_copy{
    border-top: 1px solid rgba(255,255,255,0.4);
    padding: 17px 0 7px;
    color: #fff;
}
.banner-footer{
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    display: block;
}
.footer-policy2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-policy2 li{width: calc(50% - 10px);}
.product-list.title-main-index{margin-bottom: 0;}
.flex-news .albumHome{
    width: calc(100%/3 - 20px);
    margin: 10px 10px;
    text-align: center;
}
.name-albumHome{
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.wrap_photo, .wrap_album{
    display: flex;
    flex-wrap: wrap;
}
.hinhanh{
    width: calc(100%/4 - 20px);
    margin: 10px 10px;
}
.video{
    width: calc(100%/3 - 20px);
    margin: 10px 10px;
    text-align: center;
}
.name-video{
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
}
.box-hethong{
}
.ht-left{
    width: 32%;
    background: var(--maincolor);
    padding: 15px 15px;
}
.ht-right{
    width: 66%;
}
.td-chinhanh{
    font-family: Oswald;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}
.item-ht{
    border-bottom: 1px dashed var(--maincolor);
    display: block;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 16px;
    cursor: pointer;
}
.ten-ht{
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-1);
    font-weight: 700;
}
.mota-ht{
    color: #333;
    font-size: 15px;
}
.mota-ht p{margin-bottom: 0;}
.item-ht.act-item .ten-ht{
    color: var(--color-2);
}
.box-hthong{
    background: #fff;
    padding: 15px 5px 15px 15px;
    border-radius: 10px;
}
.box-sroll-hthong{
    height: 280px;
    overflow-y: auto;
    position: relative;
}

.loader {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    padding-bottom: 3.125rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001;
  }
  
  /* loadpage website */
  #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
  }
  
  #loader-wrapper #wrap {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
  }
  
  #loader-wrapper.show1 #wrap {
    background: transparent;
  }
  
  #loader-wrapper:after {
    -webkit-mask: url(../images/mask-01.png);
    mask: url(../images/mask-01.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
  }
  
  #loader-wrapper.show1::after {
    -webkit-animation: MaskPlay 1s steps(22) forwards;
    animation: MaskPlay 1s steps(22) forwards;
  }
  
  #loader-wrapper.show1 #wrap {
    opacity: 0;
  }
  
  .loader__border {
    border: 1px solid;
    border-color: var(--maincolor);
    padding: 20px;
    position: relative;
  }
  
  .loader__border a {
    max-width: 350px;
    aspect-ratio: 1;
  }
  
  .loader__border img {
    position: relative;
    z-index: 10;
  }
  
  .loader__border::before {
    background: #fff;
    position: absolute;
    content: "";
    width: 110%;
    height: 30%;
    bottom: 0;
    left: -5%;
    animation: 2s spin linear 0s infinite normal forwards;
  }
.menu-fix{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.menu-fix ul li.li-logo{
    margin: 0;
}
.menu-fix ul li.li-logo a{
    max-width: 90px;
}