:root{
    --maincolor:#ED3338;
    --color-social:#ED3338;
    --color-hover:#FFEB3B;
    --color-text:#ED3338;
    --color-main:#ED3338;
    --m1: #ED3338;
    --m2: #ED3338;
}
@font-face{font-family:'GoogleSans';font-weight:400;font-display:block;src:url('../fonts/GoogleSans-Regular.otf');}
@font-face{font-family:'GoogleSans';font-weight:500;font-display:block;src:url('../fonts/GoogleSans-Medium.otf');}
@font-face{font-family:'GoogleSans';font-weight:700;font-display:block;src:url('../fonts/GoogleSans-Bold.otf');}
@font-face{font-family:'Ro';font-weight:100;font-display:block;src:url('../fonts/Roboto-Thin.ttf');}
@font-face{font-family:'Ro';font-weight:300;font-display:block;src:url('../fonts/Roboto-Light.ttf');}
@font-face{font-family:'Ro';font-weight:400;font-display:block;src:url('../fonts/Roboto-Regular.ttf');}
@font-face{font-family:'Ro';font-weight:900;font-display:block;src:url('../fonts/Roboto-Black.ttf');}
@font-face{font-family:'Os';font-display:block;src:url('../fonts/Oswald-Light.ttf');}
@font-face{font-family:'UTM-A';font-display:block;src:url('../fonts/UTM-Akashi.ttf');}
@font-face{font-family:'UTM-F';font-display:block;src:url('../fonts/UTM-FacebookR-K&T.ttf');}
@font-face{font-family:'SFU-E';font-display:block;src:url('../fonts/SFUEurostileBold.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:'GoogleSans';max-width: 1920px;min-width: 320px;top: 0 !important;position: relative;margin: 0 auto;}
.wrap-content{width:calc(100% - 20px);max-width:1200px;margin:0 auto;}
.max-width{width:calc(100% - 20px);max-width:1200px;margin:0px auto;}
img{max-width:100%;height:auto;}
*{box-sizing:border-box;}
a{text-decoration:none;}
.social-plugin{display:flex;margin-top:10px;}
.scale-img img{transform:scale(1,1);}
.scale-img:hover > img{transform:scale(1.1,1.1);}
.hover_sang1{position:relative; overflow:hidden}
.hover_sang1:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.5);content: '';z-index:10;-webkit-transition: -webkit-transform 0.6s;transition: transform 0.6s;-webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);
transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0)}
.hover_sang1:hover:before {-webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0)}
.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: relative;z-index: 9;}
.header-top{position: relative;background:var(--color-main);color:#fff;font-size:13px;}
.header-top:before{position:absolute;content:'';width:100%;height:22px;background:url(../images/web/bg4.png) no-repeat center;top: calc(100% - 2px);left: 0;z-index: -1;pointer-events: none;}
.header-top .wrap-content{padding: 3px 0;}
.social-hd{gap:5px;}
.info-header{background:url(../images/web/hd1.png) no-repeat center left;padding-left:20px;}
.hotline-header{background:url(../images/web/hl.png) no-repeat center left;padding-left:62px;min-height: 56px;}
.hotline-header p{color:#373737;font-family: "UTM-F";margin-bottom: 3px;}
.hotline-header span{display:block;color: var(--color-main);font-family: Ro;font-size: 20px;font-weight: 900;line-height: normal;margin: -4px 0;}
.header-bottom{}
.header-bottom .wrap-content{padding: 3px 0;min-height:120px;}
.logo-header{display:block;margin: 0 auto;}
.logo-header img{}

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

/* Menu */
.menu{position: relative;margin-bottom: -50px;z-index: 5;}
.menu-hd{margin-bottom:0}
.menu:before{position:absolute;content:'';width:100%;height:10px;background:var(--color-main);left:0;top:0;z-index:-1;}
.menu .wrap-content{position: relative;}
.menu ul.menu-main:before{position:absolute;content:'';width:45px;height:100%;background:url(../images/web/mn1.png) no-repeat center;right:calc(100% - 1px);top:0;}
.menu ul.menu-main:after{position:absolute;content:'';width:45px;height:100%;background:url(../images/web/mn2.png) no-repeat center;left:calc(100% - 1px);top:0;}
.menu ul.menu-main{position: relative;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;background: var(--color-main);}
.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 a{}
.menu ul li.li-contact a{}
.menu ul li.timkiem i{color:#fff;padding: 0 20px;font-size: 16px;}
.menu ul li a{display:block;position:relative;font-size: 14px;font-weight: 500;color: #fff;padding: 19.5px 15px;text-decoration:none;text-transform: uppercase;cursor:pointer;line-height: 1.5;border-radius: 90px;}
.menu ul li a p{margin-bottom:0!important}
.menu ul li:hover > a,.menu ul li a.active{
    color: var(--color-hover);
}
.menu ul li:hover > a.has-child::after,.menu ul li a.has-child.active::after{border-color:#fff}
.menu ul li.menu-line{width:2px;height:16px;background:url(../images/line.png) no-repeat;margin:0}
.menu ul li a.has-child{padding-right:16px;margin-right:16px}
.menu ul li a.has-child:after{content: "";position:absolute;bottom:calc(50% - 1px / 2);right:15px;width:5px;height:5px;border:1px solid #fff;border-top:0;border-left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.menu ul li ul{position:absolute;min-width:250px;margin-top:0;background: #ffffff !important;-webkit-box-shadow:1px 1px 15px #00000026;box-shadow:1px 1px 15px #00000026;-webkit-transform:perspective(600px) rotateX(-90deg);transform:perspective(600px) rotateX(-90deg);-webkit-transform-origin:0 0 0;transform-origin:0 0 0;opacity:0;visibility:hidden}
.menu ul li:hover > ul{-webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0);transform-origin:0 0 0;-webkit-transform-origin:0 0 0;opacity:1;visibility:visible}
.menu ul li ul li{margin:0;background:transparent}
.menu ul li ul li a{font-size: 14px;font-weight: 500;color: #333;border: 0;border-bottom: 1px solid #ccc;padding:10px .75rem 9px!important;text-transform:capitalize;letter-spacing: 0;border-radius: 0;}
.menu ul li ul li:last-child a{padding-bottom:10px}
.menu ul li ul li a.has-child{margin-right:0}
.menu ul li ul li a.has-child:after{border-color:#fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.menu ul li ul li a.active,.menu ul li ul li:hover > a{color: var(--color-main);padding-left:1.5rem!important;border-color: #ccc;}
.menu ul li ul li:last-child > a{border-bottom:0}
.menu ul li ul li ul{left:100%;top:0}
.menu_mobi,.menu_mobi_add{display:none}

/* Search */
.search{position: absolute;width: 24%;z-index: 5;border-radius: 50px;border: 1px solid #DEDFE0;background: #fff;right: 0;top: calc(100% + 5px);padding: 2px;}
.search input{width: calc(100% - 40px);color: #999;font-size: 14px;font-weight: 400;padding: 0 10px;background: transparent;line-height: 33px;border: 0 !important;!i;!;float: left;letter-spacing: 0.28px;border-radius: 25px;}
.search input::-webkit-input-placeholder{color:#999}.search input:-moz-placeholder{color:#999}
.search input::-moz-placeholder{color:#999}.search input:-ms-input-placeholder{color:#999}
.search input:focus,.search input:focus-visible{border:none !important;box-shadow:none !important;outline: unset;}
.search p{width: 33px;height: 33px;cursor:pointer;text-align:center;float: right;background: var(--color-text);font-size: 16px;color: #fff;border-radius: 50%;SVG;margin: 0;}
.box-search{padding:10px;border-bottom:1px solid #f1f1f1;display:flex;justify-content:space-between;align-items:center;}
.ds-item-search{width:calc(100% - 70px);}
.ds-item-search a{font-size:14px;color:#333;}
.show-search{position:absolute;z-index:9999;top:100%;background:#fff;width:100%;border-radius:10px;box-shadow:0 1px 8px rgba(0,0,0,0.3);}
/* end */

/* Slider */
.control-owl{position:absolute;width:100%;z-index:2;left:0px;top:calc(50% - 22.5px);}
.control-owl button{opacity:0.5;top:0px;position:absolute;outline:none;border:2px solid #fff;padding:0px;margin:0px;display:block;cursor:pointer;color:#ffffff;width:30px;height:30px;border-radius:50%;overflow:hidden;text-align:center;font-size:25px;margin:0px;background-color:#00a3ff;display:flex;align-items:center;justify-content:center;}
.control-owl button:hover{opacity:1;}
.control-owl button.owl-prev{left:20px;}
.control-owl button.owl-next{right:20px;}
.box-photo-ct{border-radius:20px;overflow:hidden;}
.title-detail{position:relative;}
.title-detail h1, .title-main span{font-size: 40px;color: var(--color-main);text-align: center;text-transform: uppercase;font-weight: 700;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: 25px;}
.product-page a{width: 30px;height: 30px;display:flex;align-items:center;justify-content:center;color: #644D43;cursor:pointer;font-size: 14px;font-weight: 400;border-radius: 0;background: none;border: 1px solid #cdcdcd;);}

/* Toc */
.box-readmore{padding:8px 15px;border:1px solid #dedede;margin-bottom:2rem;border-radius:5px;background-color:#eeeeee;}
.box-readmore li ul > li{margin:0;margin-bottom:8px;}
.box-readmore li ul > li:before{content:counters(item,'.') ' ';}
.box-readmore ul{list-style-type:none;counter-reset:item;margin-bottom:0px;padding-left:0px!important;margin-top:8px;}
.box-readmore ul li{display:table;counter-increment:item;margin-bottom:5px;}
.box-readmore ul li:before{content:counters(item,'.') '. ';display:table-cell;padding-right:5px;}
.box-readmore ul li a{color:#333333;cursor:pointer;font-weight:600;}
.box-readmore ul li a:hover{color:#767676;}
/* Partner */
.info-partner{background:#f8f8f8;padding:15px 0px;}

/* Tags */
.title-tags{position:relative;font-size:1em;font-weight:600;padding-bottom:15px;margin-bottom:15px;color:#777;}
.title-tags:after{content: '';position:absolute;left:0px;bottom:0px;background-color:rgba(0,0,0,0.1);display:block;height:3px;width:30px;}
.flex-tags{display:flex;gap:5px;}
.flex-tags a{color:#333;border:1px solid;border-radius:3px;display:inline-block;font-size:0.8em!important;opacity:0.8;padding:2px 5px;}
.flex-tags a:hover{background-color:#446084;border-color:#446084;color:#fff;opacity:1;}

/* TC */
.item-criteria a{display:flex;align-items:center;color:#333;}
.item-criteria a .ds-criteria{width:calc(100% - 60px);margin-left:10px;}
.item-criteria a .ds-criteria h3{-webkit-line-clamp:2;font-size:16px;color:var(--color-main);}
.item-criteria a .ds-criteria p{-webkit-line-clamp:2;margin:0px;}
/* About */
.box-about{max-width:700px;margin:0px auto;text-align:center;}
.box-about h3{color:#ca0000;font-family:SVN;font-size:22px;margin-bottom:10px;text-transform:lowercase;}
.box-about a{padding:10px 20px;color:white;text-transform:uppercase;font-size:15px;display:block;background:#ca0000;width:-moz-fit-content;width:fit-content;margin:0 auto;font-weight:600;border-radius:10px;}
/* Service */
.item-service{position:relative;}
.item-service h3{position:absolute;left:0px;right:0px;bottom:0px;color:#fff;text-transform:uppercase;padding:10px;font-size:17px;margin:0px;}
/* Sort */
.sort-select{display:flex;justify-content:end;margin:20px 0px;position:relative;}
.sort-select .click-sort{border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:14px;padding:6px 10px 6px 8px;margin:0px;}
.sort-select-main{display:grid;background-color:#fff;border-radius:4px;box-shadow:0 4px 6px rgb(0 0 0 / 20%);position:absolute;padding:0 7px;top:30px;right:0;width:160px;z-index:2;}
.sort-select-main p{border-bottom:1px solid #f1f1f1;margin:0px;order:2;}
.sort-select-main p:has(.check){order:1;}
.sort a{color:#000;font-size:14px;line-height:17px;padding:11px 3px;display:block;cursor:pointer;}
.sort a.check i{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:22px;height:16px;border:2px solid transparent;border-radius:100px;vertical-align:middle;}
.sort a.check i::after{content: '';display:block;box-sizing:border-box;position:absolute;left:3px;top:-4px;width:6px;height:10px;border-width:0 2px 2px 0;border-style:solid;transform-origin:bottom left;transform:rotate(45deg);}
.sort-select .sort-show{padding-right:12px;position:relative;}
.sort-select .sort-show::before{content: '';border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333;content: '';height:0;position:absolute;top:6px;right:0;width:0;}

/* modal-detail */
.modal-detail::-webkit-scrollbar{width:10px;}
.modal-detail::-webkit-scrollbar-thumb{width:10px;background:#4d90e0;border-radius:10px;height:50px;}
.modal-detail{position:fixed;z-index:999;background:#000000c4;top:0px;left:0px;width:100%;height:100%;overflow-y:scroll;}
.content-modal-detail{background:#fff;max-width:1200px;margin:0px auto;min-height:100vh;}
.content-modal-detail .tabs{display:flex;cursor:pointer;padding:0;list-style:none;justify-content:center;border-bottom:1px solid #e0e0e0;position:sticky;top:0px;background:#fff;z-index:99;}
.content-modal-detail .tabs li{padding:20px 20px;margin-right:5px;font-weight:bold;position:relative;border-bottom:4px solid #fff;}
.content-modal-detail .tabs li.active{color:#2d9cdb;border-bottom:4px solid #2d9cdb;}
.content-modal-detail .tab-content{padding:20px;max-width:900px;margin:0px auto;}
.content-modal-detail .tab-content.active{display:block;}
.close-tab{position:fixed;top:15px;right:20px;z-index:10;}
.btn-closemenu{position:fixed;top:10px;right:20px;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#333;cursor:pointer;line-height:21px;padding:7px;text-align:right;width:72px;}
.btn-closemenu::before{transform:rotate(45deg);}
.btn-closemenu::after{transform:rotate(-45deg);}
.btn-closemenu::before,.btn-closemenu::after{background-color:#333;content: '';left:13px;height:14px;position:absolute;top:10px;width:1px;}
.cursor-pointer{cursor:pointer;}
/*css CT */

/* Tien ich */
.wrap-ti{padding:20px 0px;}
.box-ti{background:#f1f1f1;padding:15px;border-radius:10px;display:flex;justify-content:space-between;min-height:135px;}
.wrap-ti .owl-item:nth-child(n + 1) .box-ti{background-color:rgb(220,238,255);}
.wrap-ti .owl-item:nth-child(n + 2) .box-ti{background-color:rgb(254,245,207);}
.wrap-ti .owl-item:nth-child(n + 3) .box-ti{background-color:rgb(255,239,219);}
.wrap-ti .owl-item:nth-child(n + 4) .box-ti{background-color:rgb(225,254,207);}
.ds-ti{width:calc(100% - 45px);}
.ds-ti h3{font-size:15px;}
.ds-ti h3 a{color:#333;}
.ds-ti h3 a:hover{color:#f00;}

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

/* Xu huong */
.wrap-xh{background:linear-gradient(90deg,#ffecd2 0%,#fcb69f 100%);padding:10px;border-radius:10px;}
.title-xh{font-size:25px;margin:20px 0px;color:#333;font-weight:700;text-align:left;text-transform:uppercase;}
.image-xh{border-radius:10px;overflow:hidden;}
.name-xh{text-align:center;color:#333;font-size:16px;margin:10px 0px 0px;}

/* scrollToTop */
.scrollToTop{width:41px;height:41px;text-align:center;font-weight:bold;color:#444;text-decoration:none;position:fixed;bottom:65px;right:25px;display:none;z-index:10;cursor:pointer;}
/* Hidden Google Captcha */
.grecaptcha-badge{display:none!important;width:0px!important;height:0px!important;visibility:hidden!important;overflow:hidden;}
[x-cloak]{display:none!important;}
.scale-img{overflow:hidden;display:inline-block;}
.sp_flex{margin:0 -10px;display:flex;flex-wrap:wrap;}
.sp_flex .product{width:calc(100%/4 - 20px);margin:0 10px 20px;}
.tintuc{width:calc(100%/3 - 20px);    /* margin:0 10px 30px; */}
.tintuc-slick{margin:0 -10px;}
.box-cp1{display:flex;justify-content:center;margin:10px 0;gap:10px;flex-wrap:wrap;}
.cp1{background:transparent;color:#000;padding:4px 17px;font-size:17px;border-radius:100px;border:1px solid lightskyblue;cursor:pointer;}
.cp1.active,.cp1:hover{color:#fff;background:lightskyblue;}
.title{text-align:center;}

/* btn-frame */
.btn-frame{display:block;width:50px;height:50px;position:fixed;right:20px;z-index:10;cursor:pointer;}
.btn-frame i{width:50px;height:50px;border-radius:50%;background:#1182fc;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;}
.btn-frame i img{vertical-align:middle;width:70%;}
.btn-frame .animated.infinite{animation-iteration-count:infinite;}
.btn-frame .kenit-alo-circle{width:60px;height:60px;top:-5px;right:-5px;position:absolute;background-color:transparent;border-radius:100%;border:2px solid rgba(7,41,103,0.8);opacity:0.1;border-color:#1182fc;opacity:0.5;}
.btn-frame .zoomIn{animation-name:zoomIn;}
.btn-frame .animated{animation-duration:1s;animation-fill-mode:both;}
.btn-frame .kenit-alo-circle-fill{width:70px;height:70px;top:-10px;right:-10px;position:absolute;border-radius:100%;border:2px solid transparent;background-color:rgba(7,41,103,0.35);opacity:0.4;}
.btn-frame .pulse{animation-name:pulse;}
/* btn-frame */

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

/* footer */
.footer{position: relative;background: url(../images/web/bg3.png);color: #fff;font-weight: normal;font-size: 15px;}
.footer:before{position:absolute;content:'';width:100%;height:22px;background:url(../images/web/bg4.png) no-repeat center top;left:0;bottom: calc(100% - 2px);transform: rotateX(180deg);pointer-events: none;}
.footer-article{padding: 75px 0 90px 0;}
.footer-article .wrap-content{position: relative;}
.footer-news:nth-child(1){width: 32.5%;}
.footer-news:nth-child(2){width: 17%;}
.footer-news:nth-child(3){width: 17%;}
.footer-news:nth-child(4){width: 24.5%;}
.footer-title{position: relative;font-size: 15px;font-style: normal;font-weight: 700;line-height: 1.5;text-transform: uppercase;margin-bottom: 20px;}
.footer-tt{font-size:40px;font-family: "UTM-A";text-transform: uppercase;margin-bottom: 20px;}
.footer-news:nth-child(1) .footer-title{margin-bottom: 8px;}
.contentdt-ft{padding:0;margin: 0;}
.contentdt-ft li{width: 100%;line-height: 1.5;}
.contentdt-ft li i{width: 15px;line-height: normal;}
.contentdt-ft li > div{width: calc(100% - 22px);}
.contentdt-ft li:not(:last-child){margin-bottom: 20px;}
.footer-policy a{color: #fff;display: block;position: relative;line-height: 1.5;padding-left: 15px;font-size: 14px;}
.footer-policy a:before{position:absolute;content:'';width:4px;height:4px;background:#fff;border-radius:50%;left:0;top: 9px;}
.footer-policy a:not(:last-child){margin-bottom: 12px;}
.footer-policy a:hover{color: var(--color-hover);transition:0.5s}
.footer-powered{position: relative;color: #9E9E9E;font-size: 13px;background: #000;}
.footer-powered:before{position:absolute;content:'';width:100%;height:30px;background:url(../images/web/bg5.png) no-repeat center top;left: 0;bottom: calc(100% - 11px);pointer-events: none;}
.footer-powered .wrap-content{position:relative;min-height: 50px;padding: 10px 0;}
.footer-statistic span{padding:0 10px 0 7px;}
.footer-statistic span:last-child{padding-right:0;}
.footer-fb{font-size:13px;line-height:25px;position:relative;padding-left: 18px;margin-bottom: 15px;}
.footer-fb:before{position:absolute;content:'';width:4px;height:4px;background:#fff;border-radius:50%;left:0;top: 9px;}
.fb-page{background:#fff;border-radius:11px;}
.fb-page iframe{border-radius:14px;}
.social-ft{gap: 7px;padding-top: 22px;}
.social-ft span{display: inline-block;font-size: 13px;font-weight: 500;line-height: 50px;}
.social-ft a{display:block;}
div#footer-map{width: 100%;}
div#footer-map iframe{width:100%;height: 560px;display:block;}
/* end */

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

/* product */
.product{width: calc(100%/4 - 20px);margin: 10px;text-align: center;}
.pic-product{display:block;position:relative;margin: 0;border-radius: 10px;overflow: hidden;}
.pic-product .img{position: relative;width: 100%;}
.box-product{position: relative;display:block;line-height: 0;}
.pic-product img{width:100%;-webkit-transform-style:preserve-3d;height:100%;object-fit:cover;aspect-ratio: 1/1;}
.product-info{position: relative;width: 100%;padding: inherit;display: block;line-height: 0;padding-top: 10px;}
.name-product{color: #000;font-size: 15px;font-style: normal;font-weight: 700;margin-bottom: 0;transition:0.5s}
.name-product.text-split{-webkit-line-clamp: 2;line-height: 24px;max-height: calc(24px * 2);}
.name-product:hover {color: var(--maincolor);}
.code-product{color: #626262;font-size: 14px;font-style: normal;font-weight: 300;line-height: normal;margin: 5px 0 0 0;}
.price-product{position: relative;margin: 0;padding-top: 3px;color: #282828;font-size: 15px;}
.price-product span b{font-weight:500;color:var(--color-text);padding-right:5px;text-transform:capitalize;}
.price-new{position: relative;display: inline-block;font-size: 15px;color: var(--color-social);font-weight: 700;line-height: 1.5;text-transform: uppercase;}
.price-old{color:#666;padding-left: 5px;text-decoration: line-through;}
.cart2-product {position: absolute;display:inline-block;color: #FFF;font-size: 15px;font-style: normal;font-weight: 700;line-height: normal;background: var(--color-main);padding: 12px;text-transform: uppercase;z-index: 9;left: 0;bottom: -100%;right: 0;cursor: pointer;}
.product:hover .cart2-product{bottom:0;transition: 0.3s;}
.cart2-product:hover{color:#fff;background: var(--color-hover);transition:0.5s}
.flex-product{display:flex;flex-wrap:wrap;margin: -10px -12px;}
.page-item.active .page-link{background: var(--maincolor);border-color: var(--maincolor);}
.page-link{color: #6c757d;font-weight: 500;}
.flex-news{display:flex;flex-wrap:wrap;margin: -12px;}
.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%/4 - 24px);margin: 12px;background: url(../images/web/bv2.png) no-repeat center/100% 100%;min-height: 529px;}
.img-news-dt1{padding:9px;border-bottom:1px solid #292825;line-height: 0;}
.img-news-dt{width: 100%;clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 7%);}
.ds-news{width: 100%;padding: 27px 17px 55px 17px;}
.ds-news h3{font-size: 17px;font-weight: 700;color: #434343;margin: 0 !important;-webkit-line-clamp: 1;line-height: 25px;max-height: calc(25px * 1);}
.time-news{color: #202020;font-size: 13px;line-height: 1.5;margin: 0;background: url(../images/web/bv1.png) no-repeat center left;padding-left: 24px;text-transform: capitalize;margin-bottom: 15px;}
.time-news span{color:var(--color-main);margin-left:7px;}
.item-news:hover .ds-news h3{transition: 0.5s;color: var(--maincolor);}
.ds-news .desc-news{color: #787878;font-size: 13px;line-height: 30px;margin-top: 12px;height: calc(30px * 3);}
.view-news{position: absolute;color: #202020;font-size: 13px;font-style: normal;font-weight: 400;line-height: normal;padding-top: 10px;text-align: right;right: 0px;bottom: 0;}
.view-news i{width: 45px;height: 49px;display:inline-block;background: var(--color-main);color: #fff;font-style: normal;font-size: 17px;line-height: 49px;text-align: center;margin-left: 15px;clip-path: polygon(100% 0, 100% 66%, 54% 100%, 0 100%, 0 0);}
.view-news:hover{color: var(--color-main);transition:0.5s}

.menu-fix {position: fixed;left: 0px;right: 0px;top: 0px;z-index: 999;-webkit-animation: fadeInDown 1.3s ease backwards;-moz-animation: fadeInDown 1.3s ease backwards;-o-animation: fadeInDown 1.3s ease backwards;-ms-animation: fadeInDown 1.3s ease backwards;margin: 0;width:100%;}
.swiper,.slick-none {display: none;}
.swiper.swiper-horizontal,.slick-none.slick-slider {display: block;}
.wrap-home{}
.wap_1300{max-width:1300px;width:calc(100% - 20px);margin:0 auto;}
.contact-form .btn-primary{background: var(--maincolor);border-color: var(--maincolor);}
.tieude1{position: relative;line-height: 1.5;text-align: center;font-size:15px;color:#2A2A2A;background: url(../images/web/td1.png) no-repeat center bottom;padding-bottom: 25px;margin-bottom: 27px;}
.tieude1 h2{color: var(--color-main);font-family: Ro;font-size: 44px;font-weight: 900;line-height: normal;text-transform: uppercase;margin-bottom: 7px;}
.tieude1.mau_chu, .tieude1.mau_chu h2{color:#fff;}
.tieude1.mau_chu{background: url(../images/web/td2.png) no-repeat center bottom;}

/* dich vu */
.wrap-dichvu-dm{padding: 70px 0;background: url(../images/web/bg2.png);}
.dichvudm-slide{margin:-10px -8px;}
.item_dv{width:calc(100%/3 - 16px);margin: 10px 8px;padding-bottom: 15px;}
.item_dv .it_dv{position:relative;text-align: center;overflow: hidden;line-height: 0;background: url(../images/web/dv1.png) no-repeat center top/100% 100%;padding: 5px;}
.item_dv .img_tt{-webkit-mask-image: url(../images/web/dv2.png);mask-image: url(../images/web/dv2.png);mask-size: 100% 100%;mask-repeat: no-repeat;aspect-ratio: 410/285;}
.item_dv .info_tt{width: 100%;padding: 17px 10px 20px 10px;}
.item_dv .name_tt{color: #383838;font-size: 18px;font-style: normal;font-weight: 700;-webkit-line-clamp: 1;line-height: 27px;max-height: calc(27px * 1);margin-bottom: 0;}
.item_dv .name_tt:hover{color: var(--color-main);transition:0.5s}
.item_dv .des_tt{color: #949494;font-size: 13px;font-style: normal;-webkit-line-clamp: 2;line-height: 25px;height: calc(25px * 2);margin-top: 5px;}
.item_dv .phone_t{text-align: center;position: absolute;left: 0;right: 0;bottom: 0;}
.item_dv .phone_t a{display:inline-block;color: #FFF;font-size: 13px;font-style: normal;font-weight: 500;line-height: 24px;min-width: 170px;text-transform: uppercase;background: var(--color-main);clip-path: polygon(14% 0%, 86% 0, 100% 100%, 0% 100%);}
.item_dv .phone_t a:hover{color:var(--color-hover);transition:0.5s}
/* end */

/* tieu chi */
.wrap-visao-tc{position:relative;padding: 85px 0 70px 0;background: url(../images/web/bg3.png);}
.wrap-visao-tc:before{position:absolute;content:'';width:100%;height: 20px;background: url(../images/web/bg1.png) no-repeat center top, url(../images/web/bg2.png);top: -1px;left: 0;pointer-events: none;}
.wrap-visao-tc:after{position:absolute;content:'';width:100%;height: 22px;background: url(../images/web/bg4.png) no-repeat center top;top: calc(100% - 2px);}
.left-vs{width: 48%;background: url(../images/web/tc1.png) no-repeat left top;padding-left: 15px;padding-top: 15px;}
.right-vs{width: 49.2%;padding-top: 40px;}
.img_visao {clip-path: polygon(0 0, 94% 0, 100% 6%, 100% 100%, 6% 100%, 0 94%);}
.tieudevs{color:#fff;text-transform:uppercase;padding-bottom: 27px;}
.tieudevs p{font-family: Ro;font-size: 17px;}
.tieudevs h2{color: #FFF;font-family: "UTM-A";font-size: 80px;font-style: normal;font-weight: 400;line-height: normal;text-transform: uppercase;padding-top: 3px;margin-bottom: 0;}
.visao-slide{margin:-20px 0}
.item_db:not(:last-child){border-bottom:1px dashed #fff}
.item_db{width:100%;padding:20px 0}
.item_db .it_db{position:relative;}
.item_db .img_tt {position: relative;width: 81px;height: 81px;background: url(../images/web/tc2.png) no-repeat center;padding: 10px;color: #434343;font-family: Os;font-size: 40px;line-height: 1.5;}
.item_db .info_tt{max-width: calc(100% - 92px);color: #fff;}
.item_db .name_tt{font-size: 16px;font-weight: 500;-webkit-line-clamp: 1;line-height: 1.5;margin-bottom: 0;}
.item_db .des_tt{font-size: 13px;-webkit-line-clamp: 2;line-height: 25px;margin-top: 2px;}
/* end */

/* hinh anh */
.wrap-thuviennb-tc{position: relative;padding:70px 0 80px 0}
.wrap_photo {margin:-6px;}
.hinhanh {width: calc(100%/3 - 10px);margin:5px;display:block;line-height:0}
/* end */

/* y kien */
.wrap-ykien-tc{position:relative;padding: 70px 0 80px 0;background: url(../images/web/bg3.png);}
.wrap-ykien-tc:before{position:absolute;content:'';width:100%;height: 20px;background: url(../images/web/bg1.png) no-repeat center top #fff;top: -1px;left: 0;pointer-events: none;}
.wrap-ykien-tc:after{position:absolute;content:'';width:100%;height: 22px;background: url(../images/web/bg4.png) no-repeat center top;top: calc(100% - 2px);}
.ykien-tc{position:relative;}
.ykien-slide{margin:0;position: unset;}
.ykien-slide .swiper-button-next:after, .ykien-slide .swiper-button-prev:after{display:none;}
.ykien-slide .swiper-button-next, .ykien-slide .swiper-button-prev{width: 58px;height: 58px;box-shadow: unset;}
.ykien-slide .swiper-button-prev{background: url(../images/web/mt1.png) no-repeat center;left: -70px;}
.ykien-slide .swiper-button-next{background: url(../images/web/mt2.png) no-repeat center;right: -70px;}
.item_yk .it_yk{position:relative;border-radius: 10px;border: 1px solid #BEBEBE;background: url(../images/web/yk1.png) no-repeat bottom 20px right 25px #fff;padding: 20px 20px 60px 20px;}
.item_yk .img_tt {position: relative;line-height: 0;}
.item_yk .img_tt p{width: 95px;aspect-ratio: 1/1;border-radius: 50%;border: 4px solid var(--color-main);}
.item_yk .img_tt img{height:100%;}
.item_yk .info_tt{position: relative;width: calc(100% - 105px);line-height: 1.5;}
.item_yk .if_tt{width:100%;max-width:510px;background: url(../images/web/yk1.png) no-repeat top 6px right;}
.item_yk .name_tt{color: #1F1F1F;font-size: 18px;font-style: normal;font-weight: 700;-webkit-line-clamp: 1;line-height: 27px;max-height: calc(27px * 1);margin-bottom: 0;}
.item_yk .cv_tt{color: var(--color-main);font-size: 13px;padding-top: 7px;}
.item_yk .des_tt{color: #252525;font-size: 13px;-webkit-line-clamp: 3;line-height: 25px;max-height: calc(25px * 3);margin-top: 10px;}
/* end */

/* tin tuc */
.wrap-newsVideo{position: relative;padding: 70px 0 80px 0;background: url(../images/web/bg2.png);}
/* end */

/* gioi thieu */
.wrap-aboutHome{padding: 80px 0;}
.left-aboutHome{width: 30%;}
.center-aboutHome{width: 38%;padding: 0 0 17px 17px;background: url(../images/web/gt2.png) no-repeat left bottom;}
.right-aboutHome{width: 27.5%;}
.aboutHome-info{position: relative;}
.title-aboutHome{position: relative;}
.title-aboutHome p{color: #222;font-size: 20px;font-family: 'Ro';font-weight: 300;line-height: 30px;letter-spacing: 3px;margin-bottom: -3px;}
.title-aboutHome .sub{position: relative;color: #3D4E54;font-size: 15px;line-height: 30px;font-family: 'SFU-E';font-style: italic;text-transform: uppercase;background: url(../images/web/gt1.png) no-repeat center left;padding: 0 0 0 37px;}
.title-aboutHome .sub1{position: relative;color: #A6A6A6;font-size: 57px;font-weight: 100;font-family: 'Ro';padding-top: 10px;}
.title-aboutHome .main{display: inline-block;position: relative;color: #3F3F3F;font-family: 'UTM-A';font-size: 80px;font-style: normal;font-weight: 400;line-height: normal; /* 150% */text-transform: uppercase;margin-bottom: 0;}
.title-aboutHome .main span{font-size: 108px;color: var(--color-main);display: block;margin-top: -5px;}
.desc-aboutHome{color: #383838;font-size: 13px;font-style: normal;line-height: 30px;max-height: 210px;overflow-y: auto;padding-right: 5px;}
.desc-aboutHome::-webkit-scrollbar {background: #ddd;width: 4px;height: 11px;}
.desc-aboutHome::-webkit-scrollbar-thumb {background: var(--color-main);}
.view-aboutHome {display: inline-block;position: relative;color: #fff;font-size: 21px;font-weight: 400;text-transform: uppercase;min-width: 294px;line-height: 81px;background: url(../images/web/xt.png) no-repeat center/100% 100%;margin-top: 20px;text-align: center;padding: 0 20px;}
.view-aboutHome:hover{color: var(--color-hover);transition:0.5s;}
.pic-aboutHome p{border-radius:10px;}
.pic-aboutHome img{object-fit:cover;aspect-ratio: 450/340;}
/* end */

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

.navigation-menu-mobile div, .navigation-menu-mobile li, .navigation-menu-mobile ul, div.navigation-menu-mobile {margin: 0;padding: 0;border: 0;outline: 0;vertical-align: baseline;background: 0 0;}
.navigation-menu-mobile {height: 100px;display: block;position: fixed;bottom: 0;width: 100%;z-index: 111;display: none;}
.menu-mobile__container {position: relative;height: 100%;width: 100%;z-index: 9999;}
.menu-mobile__container:before {content: "";background-image: url(../images/mb-footer-bg.svg);width: 100%;height: 63%;position: absolute;left: 0;bottom: 0;background-size: cover;background-repeat: no-repeat;}
.navigation-menu-mobile ul {position: absolute;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;list-style: none;justify-content: center;align-items: flex-end;bottom: 0;left: 0;right: 0;font-weight: 500;font-size: 12px;line-height: 15px;margin-bottom: 5px;}
.navigation-menu-mobile ul li a {display: grid;justify-content: center;align-items: center;gap: 3px;}
.menu-mobile__container a {text-decoration: none;}
.navigation-menu-mobile ul li a span {display: block;margin: auto;font-size: 12px !important;color: #111;text-transform: capitalize;}
.ul_menu-mobile__container svg {width: 25px;height: auto;fill: var(--maincolor);}
.navigation-menu-mobile li:nth-child(3) a .btn-frame {width: 50px;margin: 0 auto 8px;position: relative;}
.navigation-menu-mobile ul li a span.la {width: 72px;height: 20px;line-height: 20px;left: 0;top: 2px;position: relative;border-radius: 34px;color: #fff;text-align: center;background: var(--maincolor);}
.navigation-menu-mobile ul li .btn-frame{position: relative;right: inherit;height: auto;width: auto;}
.navigation-menu-mobile li:nth-child(3) a .btn-frame span {background: #fff;aspect-ratio: 1;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.navigation-menu-mobile li:nth-child(3) a img {max-width: 40px;}