@font-face{font-family:'Roboto-Regular';font-display:block;src:url('../fonts/Roboto-Regular.woff');}
@font-face{font-family:'AnekLatin';font-display:block;src:url('../fonts/AnekLatin-VariableFont_wdth,wght.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%);
    }
}
.wrap-content{max-width:1200px;margin:auto;}
:root{
    --maincolor:#3A7C13;
    --color-social:#020202;
    --color-hover:#2557ae;
    --color-text:#2557ae;
    --color-2: #193508;
    --color-3: #1A1A1A;
    --color-4: #FDD01C;
    --m1: #322801;
}
.wap_between{max-width:1200px;margin:auto;}
body{font-size: 15px;font-family:'AnekLatin';}
.max-width{width:90%;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;}
/* 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: relative;
    z-index: 999;
}
.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: 0;color: #000;background: #fff;position: absolute;border: 1px solid rgba(0, 0, 0, 0.38);opacity: 0;right: 0;top: calc(100% + 15px);} 
.search p{float:left;width:35px;height: 40px;line-height: 40px;cursor:pointer;text-align:center;margin:0px;color:#6c757d;font-size:16px}
.search input{width:100%;height: 40px;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{width: 71%;z-index:999;position: relative;}
.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 3px;}
.menu ul li.line{
    position: relative;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    background: var(--maincolor);
    margin: 0;
}
.menu ul li.li-home{margin-left:0}
.menu ul li.li-contact{margin-right:0}
.menu ul li .li-tim a{
    min-width: 32px;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    background: var(--maincolor);
    padding: 0;
    height: 32px;
    line-height: 27px;
    text-align: center;
}
.menu ul li .li-tim a i{font-weight: 400;font-size: 16px;}
.menu ul li a{display:block;position:relative;font-size: 22px;color: var(--color-2);padding: 12px 20px;text-transform: capitalize;text-decoration:none;cursor:pointer;line-height:1;font-weight: 500;border-radius: 50vw;}
.menu ul li a p{margin-bottom:0!important}
.menu ul li:hover > a,.menu ul li a.active{background: var(--maincolor);color: #fff;}
.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: #fff;font-weight:700;text-align:left;text-transform:uppercase;}
.title-main{margin-bottom:1.5rem;position:relative;}
.title-main span{font-size:1.5em;font-weight:bold;text-transform:uppercase;}
.tt-week{font-size:25px;text-align:center;margin:20px 0px;color:#fff;font-weight:700;text-transform:uppercase;}
.title-cat-main{display:flex;flex-wrap:wrap;justify-content:center;margin:20px 0px;gap:20px;}
.title-cat-main span{display:block;color:#999;background:linear-gradient(64.85deg,#fca600 23.67%,#ffd41d 106.12%);background-color:#fff;padding:10px;border-radius:10px;cursor:pointer;}
.title-cat-main span:hover,.title-cat-main span.active{background:linear-gradient(64.85deg,#ffd41d 23.67%,#fca600 106.12%);color:#000;}
/* News */
/* 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;border-top: 1px solid #ffff;}
/* 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;}
/* 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;height:500px;margin-top:30px;}
.contact-map iframe{position:absolute;left:0px;top:0px;width:100%;height:100%;}
/*  breadCrumbs */
.breadCrumbs{padding:10px 0px;background:#ddd;}
.breadCrumbs ol{margin:0px;}
.breadCrumbs ol li a{color:#333;}
.breadCrumbs ol li a:hover{color:#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{
    background: url(../images/bgft.jpg)no-repeat;
    background-size: cover;
}
.footer-article .wrap-content{position: relative;padding: 55px 0;}
.wap_footer{display:flex;flex-wrap:wrap;justify-content:space-between;color: #fff;}
.footer-news:nth-child(1){width: 17%;}
.footer-news:nth-child(2){width: 27%;}
.footer-news:nth-child(3){width: 15%;}
.footer-news:nth-child(4){width: 28%;}
.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-weight: 600;font-size: 16px;margin-bottom: 15px;position:relative;padding-bottom: 7px;}
.footer-title::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 33px;
    background: var(--color-4);
    height: 2px;
}
.footer-info{}
.footer-policy li{margin-bottom: 5px;list-style: none;}
.footer-policy a{color: #fff;}
.footer-policy a::before{content: "";width:4px;height:4px;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.footer-policy a:hover{color:var(--maincolor);}
.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% - 20px);}
.right-pro-detail{width:calc(50%);}
.product{width: calc(100%/4 - 24px);margin: 12px 12px;background: #fff;border: 1px solid #DFDFDF;border-radius: 12px;padding: 6px;text-align: center;}
.pic-product a{
    display: block;
    border-radius: 10px;
}
.name-product{margin-top: 20px;}
.name-product a{
    font-size: 22px;
    color: var(--color-3);
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
    letter-spacing: 0.44px;
}
.product:hover .name-product a{
    transition: 0.5s ease;
    color: var(--maincolor);
}
.flex-product{display:flex;flex-wrap:wrap;}
ul.footer-policy{padding:unset;margin-bottom:unset;list-style:inside;}
.page-item.active .page-link{background:var(--maincolor);border-color:var(--maincolor);}
.page-link{color:var(--maincolor);}
.hotline-header{background: url(../images/dt.png) no-repeat;background-position:left center;padding: 1px 0;padding-left: 28px;font-size: 15px;width: 46%;}
.header-top{background:var(--maincolor);color:#fff;padding:6px 0;}
.hotline-header p{color:var(--m1);margin-bottom:unset;}
.hotline-header span{
    font-weight: 700;
    color: var(--maincolor);
}
div#footer-map iframe{width:100%;height: 100%;border-radius: 20px;}
.flex-news{display:flex;flex-wrap:wrap;}
.item_tt{width:calc(100%/3 - 20px);margin:0 10px 20px;}
input:focus{box-shadow:unset!important;}
.hidden{display:none;}
.newsHome{
    position: relative;
    display: block;
    margin: 10px 15px;
    transition: 1s ease;
    width: calc(100%/3 - 30px);
}
.pic-newsHome{
    margin-bottom: 15px;
    border-radius: 12px;
    display: block;
}
.info-newsHome{}
.time-newsHome{
    color: #4F4F4F;
    font-size: 12px;
    margin-bottom: 5px;
}
.name-newsHome{
    font-size: 18px;
    font-weight: 600;
    color: var(--color-2);
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: normal;
    -webkit-line-clamp: 2;
}
.newsHome:hover .name-newsHome{
    transition: 0.5s ease;
    color: var(--maincolor);
}
.desc-newsHome{
    color: #4F4F4F;
    line-height: 23px;
    margin-bottom: 0;
    font-size: 16px;
    -webkit-line-clamp: 2;
}
.newsletter-form{
    align-items: center;
}
.w-newsletter{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}
.newsletter-input{}
.newsletter-btn{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.newsletter-input input, .newsletter-input textarea{
    height: 50px;
    border-radius: 50vw;
    border: 1px solid #E4E3E3;
    background: rgba(242, 242, 242, 0.50);
}
.newsletter-input textarea{
    height: 90px;
    border-radius: 10px;
}
.newsletter-btn input{
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    height: 50px;
    border: 1px solid #ffff;
    background: var(--color-3);
    border-radius: 50vw;
}
.ul-social-footer{
    list-style: none;
    gap: 6px;
}
.ul-social-footer a{display: inline-block;margin-top: 0;}
.wap_copy{
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.statistic{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
}
.item-news{
    position: relative;
    width: calc(100%/3 - 20px);
    margin: 10px 10px;
    text-align: center;
}
.ds-news h3{
    font-size: 16px;
    font-weight: 700;
    color: var(--color-3);
}
.item-news:hover .ds-news h3{
    transition: 0.5s;
    color: var(--maincolor);
}
.menu-fix{
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
}
#footer-map{
    width: 100%;
    height: 230px;
}
.lang-head a{
    color: #fff;
    font-size: 20px;
    font-weight: 600; 
    position: relative;   
    margin-left: 20px;
}
.lang-head a:first-child{
    margin-left: 0;
}
.lang-head a::after{
    content: '';
    position: absolute;
    left: -10px;
    height: 15px;
    background: #ffff;
    width: 1px;
    top: 5px;
    opacity: 0.3;
}
.lang-head a:first-child::after{display: none;}
.lang-head a:hover{
    transition: 0.5s;
    color: var(--maincolor);
}
.wrap-aboutHome{
    padding: 70px 0 40px;
    position: relative;
    background: url(../images/la2.png)right top no-repeat;
}
.wrap-aboutHome::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -150px;
    background: url(../images/dua1.png) no-repeat;
    width: 248px;
    height: 323px;
    pointer-events: none;
}
.wap-aboutHome{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.left-aboutHome{
    width: 44%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.left-aboutHome:after {
    content: '';
    position: absolute;
    background: url(../images/g1.png) no-repeat;
    width: 227px;
    height: 162px;
    bottom: -5%;
    left: 35%;
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: none;
}
.right-aboutHome{
    width: 54%;
    padding-right: 7%;
}
.pic-aboutHome{
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: inline-block;
    border: 8px solid #fff;
}
.pic-aboutHome:nth-child(2){margin-left: -68px;z-index: 1;margin-top: 60px;}
.aboutHome-info{}
.title-gt{}
.title-gt .main{
    font-size: 48px;
    font-weight: 700;
    color: var(--maincolor);
    text-transform: capitalize;
}
.desc-gt{
    font-size: 18px;
    color: var(--color-3);
}
.view-about{
    background: var(--color-4);
    font-size: 20px;
    font-weight: 500;
    color: var(--m1);
    padding: 11px 22px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 24px;
}
.view-about:hover{
    transition: 0.5s ease;
    background: var(--maincolor);
    color: #fff;
}
.view-about:hover svg path{
    stroke: #fff;
}
.aboutHome-pic{}
.header-bottom{
    position: relative;
    background: #fff;
}
.header-bottom .wrap-content{
    padding: 10px 0;
}
.header-bottom .menu .wrap-content{padding: 0;}
.header-top .wrap-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.left-header-top{
    width: 49%;
}
.right-header-top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-width: 32%;
    justify-content: space-between;
}
.box-info-top{
    font-size: 16px;
    text-transform: capitalize;
}
.box-info-top p{margin-bottom: 0;}
.box-info-top p:nth-child(1){
    font-size: 24px;
    font-weight: 800;
}
.box-info-top p:nth-child(2){}
.hotline-top{
    font-size: 16px;
    color: #ffff;
    letter-spacing: 0.16px;
    background: url(../images/dt.png)left center no-repeat;
    padding-left: 50px;
}
.hotline-top p{
    margin-bottom: 0;
}
.hotline-top span{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.18px;
}
.w-criteria{
    display: flex;
    flex-wrap: wrap;
    margin: 20px -10px 0;
}
.criteria{
    position: relative;
    width: calc(100%/3 - 24px);
    margin: 12px 12px;
    border-radius: 12px;
    border: 1px solid #DFDFDF;
    padding: 16px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pic-criteria{
    margin-bottom: 0;
    margin-right: 7px;
}
.info-criteria{
    flex: 1;
}
.name-criteria{
    font-size: 18px;
    font-weight: 500;
    color: var(--color-3);
    margin-bottom: 0;
}
.name-criteria:hover{
    transition: 0.5s;
    color: var(--color-2);
}
.wrap-product{
    padding: 40px 0;
    position: relative;
}
.wrap-product::before{
    content: '';
    position: absolute;
    top: 86px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #F1FCEB 0%, rgba(241, 252, 235, 0.00) 100%);
    pointer-events: none;
    z-index: -1;
}
.title-main-index{
    position: relative;
    margin: 10px 0 35px;
    text-align: center;
}
.title-main-index::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: var(--maincolor);
    height: 1px;
    z-index: -1;
    pointer-events: none;
}
.title-main-index span{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    background: var(--maincolor);
    padding: 10px 15px;
    border-radius: 50vw;
    min-width: 390px;
    display: inline-block;
    text-align: center;
    position: relative;
}
.title-main-index span::after{
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid var(--maincolor);
    border-radius: 50vw;
}
.title-product-index::after{display: none;}
.pic-product{
    position: relative;
    overflow: hidden;
}
.view-product{
    background: rgba(58, 124, 19, 0.71);
    display: block;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
    padding: 7px 0;
    color: #fff !important;
    opacity: 0;
    transform: translateY(100%);
    transition: 1s ease;
}
.view-product svg{
    width: 17px;
    fill: #fff;
}
.product:hover .view-product{
    transform: translateY(0);
    opacity: 1;
    transition: 1s ease;
}
.product .price-product{margin-bottom: 5px;color:#555;overflow:hidden;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.product .price-new{
    text-align: center;
    color: var(--maincolor);
    font-size: 22px;
    font-weight: 700;
}
.product .price-new b{
    color: #7C7C7C;
    font-weight: normal;
}
.product .price-old{padding:0 10px;font-size: 15px;text-decoration:line-through;display:block;color: #616161;}
.product .price-per{color: #fff;font-size: 12px;text-align:center;position: absolute;top: 20px;right: 20px;background: var(--color-main);background-size: 100%;width: 47px;height: 21px;line-height: 21px;border-radius: 5px;} 
.wrap-album{
    padding: 30px 0;
    position: relative;
}
.wrap-album::before{
    content: '';
    position: absolute;
    top: -92px;
    right: 0;
    background: url(../images/dua2.png)no-repeat;
    width: 254px;
    height: 350px;
    pointer-events: none;
}
.albumIndex{
    position: relative;
    display: block;
    border-radius: 12px;
}
.albumIndex img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.wap-album{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}
.box-albumIndex {  display: grid;
    grid-template-columns: 282px 90px 292px 82px 389px;
    grid-template-rows: 161px 173px 203px;
    gap: 16px 16px;
    grid-template-areas:
      "a1 a3 a3 a7 a7"
      "a2 a3 a3 a7 a7"
      "a4 a4 a5 a5 a6";
  }
  
  .albumIndex:nth-child(1) { grid-area: a1; }
  
  .albumIndex:nth-child(2) { grid-area: a2; }
  
  .albumIndex:nth-child(3) { grid-area: a3; }
  
  .albumIndex:nth-child(4) { grid-area: a4; }
  
  .albumIndex:nth-child(5) { grid-area: a5; }
  
  .albumIndex:nth-child(6) { grid-area: a6; }
  
  .videoIndex { grid-area: a7; }

.videoIndex .pic-video{width: 100%;margin-bottom: 0;border-radius: 10px;}
.videoIndex .pic-video img{
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.view-more{
    display: table;
    margin: 24px auto 0;
}
.wrap-criteria2{
    background: url(../images/bg.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 65px 0 110px;
}
.title-main-index-2{
    margin-top: 0;
}
.title-main-index-2::after{display: none;}
.title-main-index-2 span{
    background: url(../images/d1.png)top center no-repeat;
    padding: 32px 0 0;
}
.title-main-index-2 span::after{display: none;}
.criteria2{
    position: relative;
    text-align: center;
    display: block;
    margin: 10px 20px;
}
.pic-criteria2{
    display: inline-block;
}
.criteria2:hover .pic-criteria2{
    transition: 1s ease;
    transform: rotateY(180deg);
}
.name-criteria2{
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}
.desc-criteria2{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    padding-top: 10px;
    position: relative;
}
.desc-criteria2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: #fff;
    pointer-events: none;
}
.wrap-newsVideo{
    padding: 70px 0;
}
.wrap-newsVideo .newsHome{
    width: auto;
    margin: 0 10px;
}
.logo-footer{
    display: block;
    margin-bottom: 20px;
}