:root{
    --maincolor:#ffc203;
    --color-social:#ffe860;
    --color-hover:#ffcd00;
    --color-text: #f00;
    --color-main:#ffc203;
    --m1: #737373;
    --m2: #f7f7f7;
}
@font-face{font-family:'UTM';src:url('../fonts/UTMHelvetIns.eot');src:url('../fonts/UTMHelvetIns.eot') format('embedded-opentype'),url('../fonts/UTMHelvetIns.woff2') format('woff2'),url('../fonts/UTMHelvetIns.woff') format('woff'),url('../fonts/UTMHelvetIns.ttf') format('truetype'),url('../fonts/UTMHelvetIns.svg#UTMHelvetIns') format('svg');}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face{font-family:'Roboto';font-weight:600;font-display:block;src:url('../fonts/Roboto-SemiBold.ttf');}

@keyframes blink{  0%{opacity:1}  50%{opacity:0}  100%{opacity:1}}
@-webkit-keyframes blink{  0%{opacity:1}  50%{opacity:0}  100%{opacity:1}}
.blink{-webkit-animation-name:blink;-webkit-animation-duration:1s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-moz-animation-name:blink;-moz-animation-duration:1s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;animation-name:blink;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}
@keyframes spin{
to{transform:rotate(360deg);}
}
@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{overflow-x:hidden;}
body{font-size: 14px;font-family:'Roboto';max-width: 1920px;min-width: 1356px;top: 0 !important;position: relative;margin: 0 auto;line-height:1.5;font-weight: 400;}
.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;position: relative;z-index: 5;}
.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;width: 100%;background: url(../images/web/header_02.png) no-repeat center top/cover;}
.header-bottom{position: relative;z-index: 53;}
.header-bottom .wrap-content{min-height: 145px;padding: 5px 0;}
.info-header{background: url('../images/web/hotline.png') no-repeat;min-height: 54px;padding: 3px 0;padding-left: 64px;margin-top: 10px;}
.info-header p{text-transform:capitalize;font-size:16px;font-weight:900;color:#333;min-width: max-content;margin-bottom: 0;}
.info-header p span{color:#ee0000;min-width: max-content;display: inline-block;}
.social-hd span{display:inline-block;line-height:36px;}
.social-hd a:not(:last-child){margin-right: 5px;}
.social-hd a img{max-height: 47px;}

/* slideshow */
.slideshow{position:relative;z-index: 2;}
.wrap-video-slide{background:url(../images/web/bgslider.png) no-repeat center top/cover}
.item-video {border:none !important}
.item-video a{position: relative;line-height:0;}
.item-video a img{aspect-ratio:800/600;width:100%;object-fit:cover;transform: scaleY(0.75);}
.item-video.slick-current a img{transform:scaleY(1);}
.play-icon { z-index: 1; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); }
.play-icon svg { -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 30%); box-shadow: 1px 1px 15px rgb(0 0 0 / 30%); border-radius: 50%; background-color: rgb(255 255 255 / 15%); }
.play-icon svg .play-icon-stroke-dotted { opacity: 0; stroke-dasharray: 4, 5; stroke-width: 1px; transform-origin: 50% 50%; animation: spin 4s infinite linear; transition: opacity 1s ease, stroke-width 1s ease; }
.play-icon svg .play-icon-stroke-solid { stroke-dashoffset: 0; stroke-dashArray: 300; stroke-width: 4px; transition: stroke-dashoffset 1s ease, opacity 1s ease; }
.play-icon svg .play-icon-icon { transform-origin: 50% 50%; transition: transform 200ms ease-out; }
.play-icon:hover svg .play-icon-stroke-dotted { stroke-width: 4px; opacity: 1; }
.play-icon:hover svg .play-icon-stroke-solid { opacity: 0; stroke-dashoffset: 300; }
.play-icon:hover svg .play-icon-icon { transform: scale(1.05); }
.video-slide .slick-prev:before,.video-slide .slick-next:before{display:none;}
.video-slide .slick-prev, .video-slide .slick-next{width:32px;height:45px;opacity:0.7}
.video-slide .slick-prev{background:url(../images/web/sl-1.png) no-repeat center;left:15px}
.video-slide .slick-next{background:url(../images/web/sl-2.png) no-repeat center;right:15px}

/* Menu */
.menu{position: relative;z-index: 99;background: var(--color-main);box-shadow: 1px 0px 10px rgba(51, 51, 51, 0.33);min-width: 1356px;}
.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;}
.menu ul{width:100%;padding:0;margin:auto;list-style:none}
.menu ul li{position:relative;z-index:1;}
.menu ul li.li-home a{}
.menu ul li.li-contact a{}
.menu ul li.line{width: 1px;height: 20px;background: #000;}
.menu ul li a{display:block;position:relative;font-size: 13px;font-weight: 700;color: #000;padding: 14.5px 5px;text-decoration:none;cursor:pointer;line-height: 1.5;text-transform: uppercase;}
.menu ul li a p{margin-bottom:0!important}
.menu ul li:hover > a,.menu ul li a.active{background: #fff;}
.menu ul li:hover > a.has-child::after,.menu ul li a.has-child.active::after{border-color: var(--color-main);}
.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 #000;border-top:0;border-left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.menu ul li ul{position:absolute;min-width: 300px;margin-top:0;background: var(--color-main) !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: 13px;font-weight: 700;color: #333;border: 0;border-bottom: 1px solid #000;padding: 10px .75rem 10px!important;text-transform: uppercase;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: #000;-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;background: #fff;}
.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: relative;width: 31.5%;border-radius: 5px;background: #fff;overflow: hidden;padding: 2px;}
.search input{width: calc(100% - 80px);color: #737373;font-size: 13px;font-weight: 400;padding: 0 15px;background: transparent;line-height: 29px;!i;!;float: left;border-radius: 5px;border: none;border-right: unset;}
.search input::-webkit-input-placeholder{color:#737373}.search input:-moz-placeholder{color:#737373}
.search input::-moz-placeholder{color:#737373}.search input:-ms-input-placeholder{color:#737373}
.search input:focus,.search input:focus-visible{border:none !important;box-shadow:none !important;outline: unset;}
.search p{width: 66px;height: 29px;color: #fff;cursor:pointer;text-align:center;float: right;font-size: 12px;font-weight: 500;background: var(--color-social);SVG;border-radius: 0 5px 5px 0;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;}
.title-detail, .title-main{position:relative;text-align:center;width:100%;}
.title-detail h1, .title-main span{display: inline-block;font-size: 40px;color: var(--color-main);text-align: center;text-transform: uppercase;font-weight: 700;line-height: 1.5;filter: drop-shadow(1px 1px 1px black);margin-bottom: 25px;}
.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{border-color: var(--color-main) !important;background: var(--color-main) !important;!i;!;color: #fff !important;}
.product-page{display:flex;flex-wrap:wrap;gap: 5px;justify-content:center;margin-top: 25px;}
.product-page a{width: 32px;height: 32px;display:flex;align-items:center;justify-content:center;color: #000;cursor:pointer;font-size: 14px;font-weight: 500;border-radius: 5px;background: none;border: 1px solid #cdcdcd;);background: #fff;}
.page-nonetc .product-page{display:none !important}
.page-nonetc .desc-product{display:none;}

/* Toc */
.box-readmore{padding:8px 15px;border:1px solid #dedede;margin-bottom: 1rem;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: 500;}
.box-readmore ul li a:hover{color: var(--color-main) !important;}
/* Partner */
.info-partner{background:#f8f8f8;padding:15px 0px;}

/* Tags */
.footer-tags{padding: 40px 0 50px 0;}
.title-tags{display:block;position:relative;text-transform:uppercase;color:#333333;font-size:30px;line-height: 1.5;padding-bottom: 3px;font-weight:900;margin-bottom:15px;}
.title-tags:after{content:'';position:absolute;bottom:0px;left:0px;width:70px;height:3px;background:#ffcd00}
.flex-tags{display: flex;color: #777676;justify-content: flex-start;flex-wrap: wrap;}
.flex-tags a{color:#777676;display:inline-block;transition: 0.5s;padding-right: 2px;padding-bottom: 5px;}
.flex-tags a:hover{color: var(--color-text);}

/* 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 0;line-height: 1.5;background: #eee;}
.breadCrumbs ol{margin:0px;}
.breadCrumbs ol li a{color:#333;}
.breadCrumbs ol li a:hover{color: var(--color-text);}

/* 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;box-shadow: 0 0 5px #fff;border-radius: 5px;}
/* 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;}
.footer-tc .footer-tags{padding-top:0}
.footer-article{background: url(../images/web/footer_03.png) no-repeat center top/cover;color: #fff;}
.footer-article .wrap-content{position: relative;padding: 50px 0;}
.footer-news:nth-child(1){width: 38%;}
.footer-news:nth-child(2){width: 28.3%;}
.footer-news:nth-child(3){width: 28.5%;}
.footer-news:nth-child(4){width: 100%;padding-top:30px;}
.contentdt-ft{padding:0;margin: 0;}
.contentdt-ft p{margin-bottom:5px;}
.footer-fanpage{background:#fff;border-radius:10px;}
.footer-fanpage iframe{border-radius:12px;}
.footer-title{position: relative;font-weight: 700;font-size: 18px;line-height: 1.5;text-transform: uppercase;margin-bottom: 25px;}
.footer-policy a{color: #fff;display: block;position: relative;line-height: 1.5;padding-left: 15px;}
.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: 17px;}
.footer-policy a:hover{color: #FFEB3B;transition:0.5s}
.social-ft{margin-top: 15px;}
.social-ft span{display:inline-block;line-height:36px;}
.social-ft a:not(:last-child){margin-right: 5px;}
.social-ft a img{max-height: 47px;}
.footer-powered{color: #030303;font-weight: 400;font-size: 14px;background: var(--color-hover);}
.footer-powered .wrap-content{position: relative;min-height: 50px;padding: 5px 0;}
.footer-powered span{font-weight:700}
/* end */

/* product detail */
.grid-pro-detail{display:flex;flex-wrap:wrap;justify-content:space-between;}
.left-pro-detail{width: 100%;position: relative;z-index: 5;max-width: 1000px;margin: 0 auto;margin-bottom: 1rem;}
.right-pro-detail{width:calc(55%);}
.thumb-pro-detail,.slick_photo1  {border:1px solid #ddd;text-align:center;background: #fff;}
.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{text-align:left;}
.right-pro-detail .title-detail h1{text-align:left;font-size: 24px;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: #F44336;}
.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: #000;font-size: 15px;text-transform: uppercase;font-weight: 600;}
.tabs-pro-detail .nav-link.active{background: var(--color-main);color: #fff;}

/* product */
.product{position: relative;width: calc(100%/4 - 20px);margin: 10px;overflow: hidden;}
.img-product{position:relative;width: calc(100% - 57px);z-index: 5;}
.pic-product{display:block;position:relative;margin: 0;}
.pic-product .img{position: relative;width: 100%;aspect-ratio: 330/260;border: 1px solid #eee;}
.box-product{position: relative;display:block;line-height: 0;z-index: 7;}
.pro_new{position:absolute;color: #000;font-size: 12px;font-weight: 500;line-height: 32px;min-width: 88px;text-align: center;padding: 0 10px;border-radius: 0 50px 50px 0;border: 1px solid #E56480;box-shadow: 0 3px 0 #ff817a;border-left: unset;background: #FFF;left:0;top: 10px;z-index: 5;pointer-events: none;}
.pic-product img{width:100%;-webkit-transform-style:preserve-3d;height:100%;object-fit:cover;}
.product-info{position: relative;display: block;padding: 7px 0 0 0;line-height: 1.5;width: 100%;}
.name-product{color: #333;font-size: 16px;font-weight: 400;margin-bottom: 0;transition:0.5s;}
.name-product.text-split{-webkit-line-clamp: 2;line-height: 1.5;}
.name-product:hover {color: var(--color-text);}
.desc-product {color:#6b6b6b;text-align:justify;margin-top: 3px;}
.price-product{position: relative;margin: 0;font-weight: 500;font-size: 15px;color: #787878;margin-top: 1px;}
.price-product b{font-weight: 400;text-transform:capitalize;}
.price-product span{display:inline-block;}
.price-new{position: relative;font-size: 16px;font-weight: 700;text-transform: capitalize;color: #0069c0;}
.price-old{color: #8D8D8D;font-size: 13px;text-decoration: line-through;}
.price-per{display: inline-block;color: #fff;font-size: 13px;font-weight: 600;line-height: normal;border-radius: 8px;background: #DF4447;padding: 5px 6px;margin: 0 10px;}
.product:hover .cart2-product{opacity: 1;transition: 0.5s;}
.flex-product{display:flex;flex-wrap:wrap;margin: -10px;}
.page-item.active .page-link{background: #8c8c8c;border-color: #8c8c8c;}
.page-link{color: #6c757d;font-weight: 350;}
.flex-news{display:flex;flex-wrap:wrap;margin: -10px;}
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%/2 - 20px);margin: 10px;}
.img-news-dt1{line-height: 0;width: 34.5%;}
.img-news-dt{width: 100%;}
.ds-news{width: calc(100% - 34.5% - 15px);}
.ds-news h3{font-size: 16px;font-weight: 600;color: #333;margin: 0 !important;-webkit-line-clamp: 2;line-height: 1.5;}
.item-news:hover .ds-news h3{transition: 0.5s;color: var(--color-text);}
.ds-news .desc-news{color: #666;font-size: 14px;line-height: 1.7;margin-top: 5px;}
.view-news{display:inline-block;font-weight: 700;color: #333;margin-top: 7px;text-decoration: underline;text-underline-offset: 3px;}
.view-news:hover{color: var(--color-social);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%;max-width: 100%;box-shadow: 0 0 5px #b5b5b5;border-radius: 0;min-height: auto;}
.menu-fix .wrap-content-flex{max-width:1200px;margin:auto;}
.swiper,.slick-none {display: none;}
.swiper.swiper-horizontal,.slick-none.slick-slider {display: block;}
.wrap-home{padding:10px 0 0 0}
.wap_1300{max-width:1300px;width:calc(100% - 20px);margin:0 auto;}
.pd-50{padding:50px 0;}
.pd-30{padding:30px 0}
.pd-25{padding:25px 0}
.contact-form .btn-primary{background: var(--color-main);border-color: var(--color-main);}
.tieude1{position: relative;text-align: center;margin-bottom: 1.5rem;}
.tieude1 h2{display: inline-block;font-weight: 900;font-size: 30px;color: #000;text-transform: uppercase;line-height: 1.5;border: solid 1px var(--color-hover);padding: 0.5rem 1rem;filter: drop-shadow(1px 1px 1px black);margin-bottom: 0px;}

/* gioi thieu */
.wrap-aboutHome{position: relative;padding: 55px 0 70px 0;background:#e3e3e3}
.aboutHome-info{position: relative;}
.title-aboutHome{position: relative;display: block;text;font-weight: 700;font-size: 36px;color: #333;line-height: 1.5;text-align: center;margin-bottom: 5px;}
.desc-aboutHome{color: #333;font-size: 14px;font-weight: 400;}
.desc-aboutHome p{margin-bottom:0}
.view-aboutHome{text-align:center;}
.view-aboutHome a{display: inline-block;padding: 0.75rem 3rem;border: solid 1px #f6c501;background: rgb(246,197,1);background: linear-gradient(10deg, rgba(246,197,1,1) 0%, rgba(255,232,96,1) 100%);color: #000000;text-transform: uppercase;font-weight: 700;font-size: 18px;margin-top: 5px;}
.view-aboutHome a i{margin-left: 5px;font-size: 15px;}
.view-aboutHome a:hover {color: var(--color-text);transition: 0.5s;}
/* end */

/* san pham dm */
.wrap-danhmuc-sp{}
.wrap-product-dm{background-color: #e3e3e3;}
.wrap-product-dm:not(:last-child){margin-bottom:30px;}
.tieudedm{margin-bottom: 30px;}
.tieudedm a{display: inline-block;font-weight: 900;font-size: 25px;color: var(--color-hover);text-transform: uppercase;line-height: 1.5;filter: drop-shadow(1px 1px 1px black);}
.view-pro{padding-top:10px;}
.item_qc a{display:block;line-height:0}
/* end */

/* du an */
.wrap-duan-nb{padding: 30px 0 35px 0;background: #e3e3e3;}
.duannb-flex {margin:-10px;}
.item_da{position: relative;width: calc(100%/4 - 20px);margin: 10px;overflow: hidden;}
.item_da .it_da{position: relative;display:block;line-height: 0;z-index: 7;}
.item_da .img_tt{display:block;position:relative;margin: 0;}
.item_da .img_tt p{position: relative;width: 100%;aspect-ratio: 330/260;border: 1px solid #eee;}
.item_da .img_tt img{width:100%;-webkit-transform-style:preserve-3d;height:100%;object-fit:cover;}
.item_da .info_tt{position: relative;display: block;padding: 10px 0 0 0;line-height: 1.5;width: 100%;}
.item_da .name_tt{color: #333;font-size: 16px;font-weight: 400;margin-bottom: 0;transition:0.5s;line-height: 1.5}
.item_da .name_tt:hover {color: var(--color-text);}
/* end */

/* danh muc 4 */
.tieudedm4{text-align: center;padding-bottom: 20px;}
.tieudedm4 a{list-style:none;display:inline-block;text-align:center;font-weight:900;text-transform:uppercase;border:1px dashed var(--color-hover);padding:9px 20px;border-radius:5px;margin: 5px;font-size:15px;cursor:pointer;color: #d5ab00;}
.tieudedm4 a:hover,.tieudedm4 a.active{color: #fff;background:var(--color-hover)}
.wrap-danhmuc-bg{padding-bottom:30px;}
.wrap-danhmuc-bg .view-aboutHome{display:none;}
/* end */

/* diem manh */
.wrap-diemmanh-tc{}
.diemmanh-nb{background: url(../images/web/bgtieuchi.png) no-repeat center top/cover;padding: 45px 0;}
.tieude2{color:#ffc202;text-transform:uppercase;text-align:center;font-size:30px;font-weight: 900;position:relative;margin-bottom: 35px;}
.diemmanh-tc{border-bottom:solid 1px #ffffff21;}
.diemmanh-flex{margin: 0 -10px;}
.item_db{width: calc(100%/4 - 20px);margin: 0 10px;}
.item_db .it_db{position:relative;padding-bottom: 58px;}
.item_db .img_tt {position: relative;line-height: 0;}
.item_db .img_tt img {position: relative;width: auto;transition: all 1s ease; }
.item_db:hover .img_tt img{transform: rotateY(360deg);}
.item_db .info_tt{position: relative;color: #fff;padding-top: 15px;}
.item_db .name_tt{color: var(--color-hover);font-size: 16px;font-weight: 900;-webkit-line-clamp: 2;line-height: 33px;max-height: calc(33px* 2);margin-bottom: 0;}
.item_db .des_tt{color: #fff;line-height: 2;-webkit-line-clamp: 2;margin-top: 5px;}
.item_db .it_db::before{position: absolute;content: '';width: 10px;height: 10px;background-color: #ffc202;border-radius: 50%;bottom: -5px;left: 4px;}
.item_db .it_db::after{position: absolute;content: '';width: 18px;height: 18px;background-color: #ffffff21;border-radius: 50%;bottom: -9px;left: 0px;}
/* end */

/* tin tuc */
.wrap-newsVideo{position: relative;padding: 50px 0 60px 0;background: #f3f3f3;}
.tieude3{display: block;font-weight: 900;font-size: 30px;color: var(--color-hover);text-transform: uppercase;line-height: 1.5;filter: drop-shadow(1px 1px 1px black);margin-bottom: 35px;}
.left-intro{width: 49%;}
.right-intro{width: 49%;}
.newshome-hm{overflow:hidden;}
.newshome-slide {margin: -20px 0;}
.box-newsHome{border:none !important}
.newsHome{position: relative;line-height: 0;overflow: hidden;padding: 20px 0;border-bottom: dashed 1px #ccc !important;}
.img-newsHome{position:relative;padding: 0 29px 0 13px;}
.pic-newsHome{position: relative;margin: 0;line-height: 0;width: 33.5%;overflow: hidden;aspect-ratio: 195/145;}
.pic-newsHome img{width:100%;height:100%;object-fit:cover;}
.time-newsHome{position: relative;font-size: 14px;color: var(--color-main);line-height: 1.5;background: url(../images/web/bv1.png) no-repeat center left;padding-left: 22px;}
.info-newsHome{position: relative;width: calc(100% - 33.5% - 15px);line-height: 1.5;}
.name-newsHome{position: relative;color: #333;font-size: 16px;font-weight: 700;line-height: 26px;-webkit-line-clamp: 2;max-height: calc(26px * 2);margin: 0;}
.name-newsHome:hover{color: var(--color-text);transition:0.5s}
.desc-newsHome{position: relative;color: #6b6b6b;font-size: 14px;line-height: 25px;-webkit-line-clamp: 3;max-height: calc(25px * 3);margin-top: 2px;}
/* end */

/* dang ky nhan tin */
.dangky-tc{width:100%;position:relative;background:#fff;padding:30px 20px;color:#333;box-sizing:border-box;border-radius: 0.5rem;min-height: 246px;}
.tieudedk{position: relative;color: #666;font-size: 14px;line-height: 1.8;margin-bottom: 12px;}
.tieudedk p{color: #404041;font-size: 16px;font-weight: 700;line-height: 1.5;text-transform: uppercase;margin-bottom: 0;}
.newsletter-form{border:solid 1px #eee;}
.newsletter-input{width: calc(100% - 93px);}
.newsletter-input input{width: 100%;padding: 0 12px;font-size: 13px !important;font-weight: 400;height: 45px;color: #7e7e7e!important;border: none;background: none !important;}
.newsletter-input input:focus{background:transparent;box-shadow:none;}
.newsletter-input input::placeholder{color: #7e7e7e;font-size: 13px;font-weight:400;}
.newsletter-button{text-align: center;width: 93px;}
.newsletter-button input {color: #000 !important;display: inline-block;width: 100%;cursor: pointer;padding: 0 0 0 15px;line-height: 45px;text-align: center;font-size: 14px !important;border: none;border-radius: 0;-webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);background: var(--color-hover);transition: 0.3s;text-transform: uppercase;}
.newsletter-button input:hover {background: var(--color-text) !important;color: #fff !important;}
/* end */

/* chi nhanh */
.chinhanh-flex{margin: -10px;}
.item_cn{width: calc(100%/4 - 20px);margin: 10px;}
.item_cn .info_tt{position: relative;color: #fff;padding-left: 55px;padding-top: 1px;background: url(../images/web/foo.png) no-repeat top left;}
.item_cn .name_tt{color: var(--color-hover);font-size: 15px;font-weight: 700;-webkit-line-clamp: 2;line-height: 1.5;margin-bottom: 0;}
.item_cn .des_tt{color: #fff;line-height: 1.7;font-size: 15px;margin-top: 3px;}
/* end */

/* thong tin bao gia */
.wrap-baogia-tc{background:#e3e3e3;padding: 30px 0 50px 0;margin-bottom:30px;}
.left-bg{width:48%;}
.right-bg{width:48%;}
.contact-inputlh{width:100%;margin-bottom: 14px;}
.contact-inputlh p{margin-bottom: 3px;}
.contact-inputlh p span{color:#990000;}
.newsletter-inputlh input{width: 100%;padding: 0 12px;font-size: 14px !important;font-weight: 400;height: 30px;color: #555 !important;border-radius: 3px !important;border: 1px solid #f1f1f1;background: #fff !important;}
.newsletter-inputlh input:focus, .newsletter-inputlh textarea:focus{background:transparent;box-shadow:none;}
.newsletter-inputlh textarea{width: 100%;padding: 10px;font-size: 13px !important;font-weight: 400;height: 90px;color: #555 !important;border-radius: 3px;border: 1px solid #f1f1f1;background: #fff !important;}
.newsletter-inputlh input::placeholder, .newsletter-inputlh textarea::placeholder{color: #555;font-size: 13px;font-weight:400;}
.newsletter-buttonlh input {color: #fff !important;display: inline-block;width: auto;cursor: pointer;line-height: 1.5;text-align: center;padding: 6px 20px;font-size: 14px !important;font-weight: normal;border: none;border-radius: 4px;background: #333 !important;transition: 0.3s;}
.newsletter-buttonlh input:hover {background: var(--color-text) !important;color: #fff !important;}
/* end */

/* news detail */
.share{padding: 10px;line-height:normal;background: #eee;margin-top:15px;border-radius:5px;border: 1px solid #ddd;color: #000;}
.share b{display:block;margin-bottom:5px;font-size: 15px;font-weight: 600;}
.othernews b{margin-bottom:10px;font-size: 15px;font-weight: 700;}
.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: #055699;line-height: 1.5;font-weight: 500;}
.list-news-other li a:hover{color: var(--color-text);}
.title-detail-news{padding-bottom: 25px;}
.title-detail-news h1{font-size: 32px;font-weight: 700;margin-bottom: 0;text-align: left;}
.pagination{flex-wrap:wrap;justify-content: center;}
.content-main{line-height:1.5;}
.tt-toc{text-transform:uppercase;font-weight: 700;}
.wrap_album, .wrap_photo {margin:-5px;}
.wrap_album .album, .wrap_photo .hinhanh{width:calc(100%/4 - 10px);margin:5px;line-height: 0;}
/* end */

.term-description {overflow: hidden;position: relative;margin-bottom: 20px;padding-bottom: 25px;}
.devvn_readmore_taxonomy_flatsome {text-align: center;cursor: pointer;position: absolute;z-index: 10;bottom: 0;width: 100%;background: #fff;}
.devvn_readmore_taxonomy_flatsome:before {height: 55px;margin-top: -45px;content: "";background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );display: block;}
.devvn_readmore_taxonomy_flatsome a {color: #fff;background: var(--maincolor);display: inline-block;text-decoration: none;padding: 7px 15px;border-radius: 5px;min-width: 110px;}
.devvn_readmore_taxonomy_flatsome a:after {content: '';width: 0;right: 0;border-top: 6px solid #fff;border-left: 6px solid transparent;border-right: 6px solid transparent;display: inline-block;vertical-align: middle;margin: -2px 0 0 5px;}
.devvn_readmore_taxonomy_flatsome_less:before {display: none;}
.devvn_readmore_taxonomy_flatsome_less a:after {border-top: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #fff;}