@charset "UTF-8";
:root{--color-red:#ec2d3f;--color-medium-red:#cc2c32;--color-dark-red:#c31829;--color-green:#28a745;--color-dark-green:#207d36;--color-black:#212529;--color-gray:#6c757d}
body{
	font-size:14px;margin:0 auto;overflow-x:hidden;width: 100%;
	background-color: #FFF;
}
img{max-width:100%;height:auto;vertical-align:top}
a,input,textarea{outline:none;padding:0}
input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.w-clear:after{display:block;content:"";clear:both}
.hidden{display:none}
.clear{clear:both}
.none{display:none}
.hidden-seoh{visibility:hidden;height:0;margin:0;overflow:hidden}
.mb-lang{display:none}

.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_sang2{position:relative; overflow:hidden;}
.hover_sang2:before{position: absolute;top: 0;left: -85%;z-index: 10;display: block;content: '';width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
.hover_sang2:hover:before {transition: 1s;left: 100%;}

.des_index{font-family:Roboto_R;font-size:16px;color:#000;text-align:center;width:100%;display:inline-block;vertical-align:top;padding:5px;margin-bottom:10px}
.wrap-main{max-width:1300px;margin:0 auto;padding:10px 0}
.wrap-content{max-width:1300px;margin:0 auto}
.wrap-home{max-width:100%;padding:0}
.wrap-content{margin:0 auto}

.content-main {
	width: 100%;display: block;
}

.wrap_dmsp_nb{padding:30px 0;background: #F2F3F3;}
.wrap_dmsp_nb .wrap-content {
	position: relative;z-index: 10;
}

.title-main{width:100%;display:inline-block;vertical-align:top;margin-top:20px;
	margin-bottom:20px;font-family:Quicksand-SemiBold;text-align:center;padding-bottom:15px;
	background:url(../images/title-main.png) no-repeat bottom center;color:#333;font-size:25px;text-transform:uppercase}

.title-index{
	width:100%;display:inline-block;vertical-align:top;margin-top:20px;
	padding-bottom: 12px;
	margin-bottom:12px;
	font-family:Quicksand-SemiBold;text-align:center;
	color:#299D4A;
	font-size:25px;
	text-transform: capitalize;
	position: relative;
}
.title-index:before {
	width: 80px;height: 1px;content: "";
	position: absolute;bottom: 0px;left: calc(50% - 40px);
	background: #299D4A;
}

.title-dmsp{
	width:100%;display:inline-block;vertical-align:top;padding-bottom:8px;
	margin-bottom:15px;border-bottom:solid 1px #CCC;
	position:relative;
	font-family: Quicksand-Bold;
}
.title-dmsp:before {
	width: 250px;height: 5px;content: "";
	background: #E90101;position: absolute;left: 0px;bottom: -1px;
}
.title-dmsp span {color:#142B4A;font-size: 30px; text-transform: uppercase;}


.title-dmsp .tt{font-family:Quicksand-Bold;font-size:25px;color:#333;line-height:30px}
.title-dmsp .btn-xemthem{font-family:Roboto_R;font-size:15px;color:#D5101B;position:absolute;top:9px;right:0}

.nav_tab_index{width:100%;display:inline-block;vertical-align:top;margin-bottom:20px;margin-top:20px;text-align: center;}

.nav_tab_index .tt{font-family:Quicksand-Medium;
	color:#FFF;margin:3px;cursor:pointer;padding: 8px 20px;display: inline-block;
	background: #1B1C1E;transition: 0.2s;font-size: 17px;
}
.nav_tab_index .tt.active{color:#FFF;background: #486B50;transition: 0.2s;}
.nav_tab_index .tt:hover {color: #FFFF80;transition: 0.2s;}

.owl-slide_qc{width:100%;display:block;margin-top:20px;margin-bottom:10px}
.time-main{margin-bottom:.75rem;color:#999}
.time-main i{vertical-align:top;margin:3px 7px 0 0}
.time-main span{vertical-align:top;display:inline-block}
.social{list-style:none;padding:0;margin:0}
.social li{display:inline-block;vertical-align:top}
.social li:last-child{margin-right:0}
.control-carousel{position:absolute;top:calc(50% - 30px/2);margin-bottom:0;width:30px;height:30px;text-align:center;line-height:30px;border:1px solid #eee;z-index:2;background-color:#fff;color:#ccc;cursor:pointer}
.control-carousel:hover{background-color:var(--color-red);border-color:var(--color-red);color:#fff}
.prev-carousel{left:0}
.next-carousel{right:0}

.header{
	background:#FFF;position:relative;z-index:999;color:#333;
}

.header-top{
	color:#FFF;
	width:100%;display:inline-block;vertical-align:top;
	padding:8px 0;
	position:relative;
	background: #299D4A;
}

.header-top .wrap-content{position:relative;}
.header .wrap-content{position:relative}


.info-header{display:inline-block;vertical-align:top;line-height:24px;font-size:15px;
	font-family:Quicksand-Medium;color:#EEE;}
.info-header i{
	line-height:24px;display:inline-block;vertical-align:top;margin-right:2px;
	font-size:15px
}
.info-header.hotline span {
	font-family: Quicksand-Bold;
}

.social-header img{height:30px;margin-left:5px;display:inline-block;vertical-align:top;}

.social-footer{display:inline-block;vertical-align:top;width:100%;margin-bottom:20px}
.social-footer img{height:36px;margin:2px;display:inline-block;vertical-align:top;border-radius:50%}

.header-bottom .wrap-content{padding:20px 10px}

.logo-header {padding:10px 0px;}
.logo-header img{height:80px;}

.banner-header img{max-height:113px}

.hotline-header{
	font-family: BungeeInline;font-size: 18px;text-align: right;
	color: #46674D;
}
.hotline-header span {display: block;color: #F55B74;font-size: 25px;}

.giohang-header {
	height: 20px;padding-left: 22px;
	display: inline-block;
	background: url(../images/icon-cart.png) no-repeat 2px 2px;
	font-family: Quicksand-Medium;color: #333;font-size: 14px;line-height: 20px;
}


.slogan-index{width:100%;text-align:center;display:inline-block;vertical-align:top;margin-bottom:25px;font-family:Roboto_R;font-size:15px}
.slogan-index2{width:100%;text-align:center;display:inline-block;vertical-align:top;margin-bottom:25px;font-family:Roboto_R;font-size:15px;color:#fff}
.user-header a{color:#fff;padding-right:9px;margin-right:7px;position:relative;display:inline-block;vertical-align:top;text-decoration:none}
.user-header a:after{content:"";position:absolute;width:1px;height:8px;background-color:#fff;top:calc(50% - 7px/2);right:0;opacity:.7}
.user-header a:last-child{padding-right:0;margin-right:0}
.user-header a:last-child:after{display:none}

.menu{
	display: inline-block;vertical-align: top;
}

.menu ul{width:100%;padding:0;margin:auto;list-style:none;position:relative;}

.menu ul li{position:relative;z-index:99;transition:.2s}

.menu ul li.mn1 {
	margin: 0px;
}

.menu ul li.mn1:after {
	width: 0px;height: 2px;content: "";
	left: 20px;bottom: 0px;
	background: #333;
	transition: 0.5s;
	position: absolute;
}

.menu ul li.mn1.active:after, .menu ul li:hover:after {
	width: calc(100% - 40px);transition: 0.5s;
}

.menu ul li a{
	display:inline-block;vertical-align:top;padding:12px 25px;position:relative;z-index:1;
	text-align:center;text-decoration:none!important;font-size:16px;color:#333;margin:0;
	font-weight:400;font-family:Quicksand-Bold;line-height:25px;
	border-radius: 17px;text-transform: uppercase;
}
.menu ul li a i {font-size: 12px;color: #666;}

.menu ul li.li-lang img{display:inline-block;vertical-align:top;margin:2px}
.menu ul li.li-lang a{padding:0;background:none!important;line-height:17px}

.menu ul li.li-search{width: 80px;height: 66px;position: relative;}

.menu ul li.line{width:1px;height:20px;background:#A4936D;margin:0;padding:0}
.menu ul li > ul{
	position:absolute;
	padding: 0px;
	width:240px;
	background:#F0F0F0;
	-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;transition:all .5s;
	border-top:none;text-align:left}

.menu ul li:hover > ul{-webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0);-webkit-transform-origin:0 0 0;opacity:1;visibility:visible;transition:all .7s}
.menu ul li ul li{width:100%;display:inline-block;text-align:left;
	border-bottom:solid 1px #E6E6E6;position:relative}
.menu ul li ul li:first-child{border-top:none}
.menu ul li ul li:last-child{border-bottom:none}
.menu ul li ul li i{position:absolute;top:10px;right:10px;color:#B55E3B}
.menu ul li ul li a{text-align:left;display:block;font-size:15px;line-height:22px;
	position:relative;padding:8px 15px;text-transform:uppercase}

.menu ul li ul li ul{left:100%;top:0}
.menu ul li ul li ul li a{padding-left:15px;font-size:15px}
.menu ul li ul li ul li a i{position:relative;top:auto;right:auto;display:inline-block;vertical-align:top;line-height:25px;font-size:8px;color:#C22938;margin-right:5px}

#load_search{width:440px;display:inline-block;vertical-align:top;background:#FFF;padding:10px;border:solid 1px #EEE;display:none}
.item-search{width:100%;display:flex;flex-wrap:wrap;text-align:left;margin-bottom:8px;font-family:Roboto_R;font-size:14px;color:#333}
.item-search:hover{color:#FB0101}
.item-search .img{width:50px;display:inline-block;vertical-align:top;margin-right:10px}

.search{
	width:24px;height: 24px;
	position: absolute;top: calc(50% - 12px);right: 50px;z-index: 99;
	background:#FFF;
	vertical-align:top;border-radius:4px;
	overflow:hidden;margin-top:0;
	margin-left:30px;transition: 0.6s;
}
.search:hover {
	width: 200px;transition: 0.8s;
	background: #F2F2F2;
}

.search p{
	float:left;width:24px;height:24px;line-height:24px;cursor:pointer;text-align:center;
	margin:0;color:#666;font-size:15px;
}

.search input{
	width:calc(100% - 24px);height:22px;float:left;outline:none;padding:0;
	border:none;background:none;text-indent:12px;font-size:14px;font-family:Quicksand-Medium;
	color:#333
}

.search input::-webkit-input-placeholder{color:#666}
.search input:-moz-placeholder{color:#666}
.search input::-moz-placeholder{color:#666}
.search input:-ms-input-placeholder{color:#666}
.menu-res{display:none;height:45px;z-index:10;background:#299D4A;position:relative;line-height:normal;width:100%}
.menu-res.fixed_menu{position:fixed;top:0;z-index:999;left:0}
.menu-bar-res{height:45px;padding:0 10px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;
	display:flex;align-items:center;justify-content:space-between}
#menu{display:none}
#hamburger{display:block;width:45px;height:23px;position:relative}
#hamburger:before,#hamburger:after,#hamburger span{background:#FFF;content:'';display:block;width:100%;height:3px;position:absolute;left:0}
#hamburger:before{top:0}
#hamburger span{top:10px}
#hamburger:after{top:20px}
#hamburger:before,#hamburger:after,#hamburger span{-webkit-transition:none .5s ease .5s;transition:none .5s ease .5s;
	-webkit-transition-property:transform,top,bottom,left,opacity;transition-property:transform,top,bottom,left,opacity}
.mm-wrapper_opening #hamburger:before,.mm-wrapper_opening #hamburger:after{top:10px}
.mm-wrapper_opening #hamburger span{left:-50px;opacity:0}
.mm-wrapper_opening #hamburger:before{transform:rotate(45deg)}
.mm-wrapper_opening #hamburger:after{transform:rotate(-45deg)}
.mm-menu_opened{display:block!important}
.search-res{position:relative}
.search-res .icon-search{width:40px;height:40px;cursor:pointer;text-align:center;line-height:42px;color:#EEE;font-size:17px;margin:0}
.search-res .icon-search.active{color:var(--color-red);background:#fff;border-radius:100%}
.search-res .search-grid{position:absolute;top:50px;right:0;width:0;height:40px;overflow:hidden;background:#fff;border:1px solid var(--color-red);z-index:2;opacity:0;border-radius:25px;line-height:normal}
.search-res .search-grid p{float:left;width:35px;height:38px;cursor:pointer;outline:none;border:none;margin:0;font-size:17px;display:block;color:var(--color-red);line-height:40px;text-align:center}
.search-res .search-grid input{width:calc(100% - 35px);float:right;line-height:38px;outline:none;border:none;color:var(--color-red)}
.search-res .search-grid input::-webkit-input-placeholder{color:#ccc}
.search-res .search-grid input:-moz-placeholder{color:#ccc}
.search-res .search-grid input::-moz-placeholder{color:#ccc}
.search-res .search-grid input:-ms-input-placeholder{color:#ccc}
.slide_index{width:100%;margin:40px 0}
img.img-slide{width:100%}
#wrap-slider{width:100%;margin: 0px auto;
overflow: hidden;}
.slideshow a{display:block;cursor:pointer}
.slideshow a img{width:100%}
.slideshow:hover .control-slideshow{opacity:.3}
.slideshow .control-slideshow:hover{opacity:.8}
.control-slideshow{opacity:0;position:absolute;z-index:2;top:calc(50% - 50px/2);width:35px;height:50px;text-align:center;line-height:50px;font-size:25px;cursor:pointer;margin:0;background-color:#000;border-radius:3px}
.control-slideshow i{color:#fff}
.prev-slideshow{left:20px;padding-right:3px}
.next-slideshow{right:20px;padding-left:3px}

.item-quangcao {
	width: 100%;display: inherit;position: relative;
}
.item-quangcao:before {
	width: 100%;height: 100%;content: "";
	position: absolute;left: 0px;top: 0px;
	z-index: 5;transition: 0.5s;
}
.item-quangcao:hover:before {
	background: rgba(255,255,255,0.4);transition: 0.5s;
}

.item-quangcao .title-qc {
	padding: 10px;padding-bottom: 20px;margin-bottom: 10px;
	position: absolute;
    top: 50%;left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-family: Quicksand-SemiBold;font-size: 22px;
    color: #000;
    z-index: 10;
}
.item-quangcao .title-qc:after {
	width: 60px;height: 2px;content: "";
	position: absolute;left: calc(50% - 30px);bottom: 0px;
	background: #333;
}

.wrap-partner{
	padding:30px 5px;
	position: relative;
}

.title-doitac {
	width: 100%;text-align: center;position: absolute;top: 120px;left: 0px;
	z-index: 1;
	color: #FFF;font-family: Quicksand-Bold;font-size: 30px;
}

.owl-partner{padding:10px 0}

.wrap-partner .wrap-content{max-width:1300px;padding:0;position:relative}
.partner{display:block;margin: 5px 0px;}
.partner img{width:100%;border:1px solid #DDD;background:#FFF;display: inline-block;vertical-align: top;
border-radius: 8px;}
.partner img:hover{border-color:#058FDC}
.breadCrumbs{margin:10px 0px;font-weight:600;background: #F4F4F4;}

.breadCrumbs .wrap-content{padding:5px;max-width:1300px}
.breadCrumbs .wrap-content .breadcrumb{padding:0;margin-bottom:0;background-color:transparent;border-radius:0}
.breadCrumbs .wrap-content .breadcrumb-item a{color:var(--color-black)}
.breadCrumbs .wrap-content .breadcrumb-item.active a{color:var(--color-gray)}
.newshome-best{width:43%;display:block;float:left;margin-right:1.5%}
.pic-newshome-best img{width:100%}
.name-newshome{color:var(--color-black);font-size:14px;line-height:18px;margin-bottom:.25rem}
.name-newshome.text-split{-webkit-line-clamp:2}
.time-newshome{color:var(--color-gray);margin-bottom:.25rem}
.desc-newshome{color:var(--color-black);margin-bottom:0}
.view-newshome{display:inline-block;border:1px solid var(--color-black);padding:8px 15px;color:var(--color-black);text-transform:capitalize;font-weight:600;margin-top:1rem}
.view-newshome:hover{background-color:var(--color-black);color:#fff}
.newshome-scroll{width:100%;height:500px;}
.newshome-scroll ul li {
	width: 100%;display: inline-block;vertical-align: top;list-style: none;
}

.newshome-scroll .img-qc{margin-bottom:10px!important;list-style:none}
.newshome-normal{display:block}
.pic-newshome-normal{float:left;width:34%;margin-right:3%;margin-bottom:0}
.pic-newshome-normal img{width:100%}
.info-newshome-normal{float:left;width:calc(100% - 37%)}
.video-main{position:relative;height:375px;margin-bottom:10px}
.video-main iframe{position:absolute;width:100%;height:100%;top:0;left:0}
.ttvideo{width:100%;display:inline-block;cursor:pointer}
.listvideos{width:100%;height:40px;padding:0 10px;border:1px solid #EEE;color:#333;background:#FFF;font-size:16px;cursor:pointer}
.video{float:left;width:23.5%;margin:0 2% 2% 0;text-align:center;cursor:pointer}
.video:nth-child(4n+1){clear:both}
.video:nth-child(4n){margin-right:0}
.pic-video{position:relative}
.pic-video:before{content:"";position:absolute;width:50px;height:35px;top:calc(50% - 50px/2);left:calc(50% - 35px/2);z-index:1;background-repeat:no-repeat;background-image:url(../images/play.png)}
.pic-video img{width:100%}
.name-video{font-size:16px;color:var(--color-black);margin-bottom:0}

#album-index{
	width: 100%;display: block;
	padding-top: 80px;
	}

.owl-album-slide {
	margin-top: 30px;display: block;
}

.img-album-i {
	cursor: zoom-in;
}
.img-album-i img {width: 100%;display: inline-block;vertical-align: top;}

.album{float:left;width:23.5%;margin:0 2% 2% 0;text-align:center;cursor:pointer}
.album:nth-child(4n+1){clear:both}
.album:nth-child(4n){margin-right:0}
.pic-album{position:relative}
.pic-album img{width:100%}
.name-album{font-size:16px;color:var(--color-black);margin-bottom:0}
.wrap-brand{margin-bottom:50px;padding:0 10px}
.wrap-brand .wrap-content{max-width:1300px;padding:0;position:relative}
.owl-brand{padding:0 40px}
.brand{display:block;border:1px solid #eee}
.brand img{width:100%}
.paging-product-category{margin:0 -10px;display:block;margin-bottom:20px}

.wrap-product{margin:0 auto;display:flex;flex-wrap:wrap;width: 100%;}

.wrap-product.pro_index{margin:10px -10px}
.owl-products,.owl-products2{margin-bottom:20px}
.owl-products .box-product,.owl-products2 .box-product{width:100%;margin:0}

.nav_title_index {
	width: 100%;display: inline-block;vertical-align: top;
	margin-top: 10px;margin-bottom: 10px;
}
.nav_title_index .tt {
	font-family: Quicksand-SemiBold;font-size: 15px;
	color: #333;cursor: pointer;
	text-transform: uppercase;
	display: inline-block;vertical-align: top;
	padding: 10px 15px;border-radius: 6px;
	background: #DFDFDF;
	transition: 0.2s;
	margin-right: 8px;margin-bottom: 5px;

}
.nav_title_index .tt:hover , .nav_title_index .tt.active {
	color:#FFF;border-color:  #BF1E2E;
	background: #BF1E2E;transition: 0.2s;
}


.box-product{
	position:relative;display:inline-block;vertical-align:top;
	width:calc(20% - 20px);margin:15px 10px;font-family:Quicksand-SemiBold;
	text-align: center;
}
.box-product.pro-in {
	width:calc(25% - 20px);
}

.box-product .img{width:100%;display:inline-block;vertical-align:top;
	margin-bottom:15px;position:relative;border-radius:2px;overflow: hidden;}
.box-product .spmoi {
	width: 52px;height: 20px;position: absolute;top: 15px;left: 10px;z-index: 10;
	background: url(../images/icon-new.png) no-repeat center;
}

.name-product{
	font-size:16px;width:100%;display:inline-block;margin:0;
	margin-bottom:5px;text-transform:capitalize;font-family: Quicksand-SemiBold;
	font-weight: normal;
}

.name-product a{color:#299D4A;line-height:22px}
.name-product a:hover{color:#D00}

.box-product .pro-des {
	margin-bottom: 15px;
}



.price-product{
	width:100%;display:inline-block;vertical-align:top;margin-bottom:5px;
	font-family: Quicksand-Bold;
}

.price-new{color:#299D4A;font-size:15px;line-height: 22px;display: inline-block;vertical-align: top;}
.price-new.clred {color: #E62717;}

.price-old{
	padding-left:6px;font-size:13px;color:#666;
	text-decoration:line-through;line-height: 22px;
	display: inline-block;vertical-align: top;
	font-family: Quicksand-Medium;
}


.price-per{position:absolute;top:10px;right:10px;width:40px;height:40px;padding:5px 0;color:#fff;background:url(../images/icon-km.png) no-repeat center;font-size:12px;text-align:center;line-height:30px;font-weight:400;font-family:Roboto_R}
.price-new2{width:100%;display:inline-block;vertical-align:top;font-size:14px;padding:0 10px}
.price-new2 span{color:#D92626;font-size:15px;font-family:Roboto_R}
.box-product .addcart{width:100%;position:absolute;left:0;bottom:0;z-index:10;text-align:center;padding:5px;line-height:24px;background:rgba(0,0,0,0.6);color:#FFF;cursor:pointer;opacity:0;transition:.3s}
.box-product:hover .addcart{opacity:1;transition:.3s}


.btn-xemtatca {
	display: inline-block;vertical-align: top;
	background-image: linear-gradient(to right, #50B7FB , #5B80EC);
	color: #FFF;text-align: center;
	padding:5px 35px;font-family: Quicksand-SemiBold;
	text-transform: uppercase;font-size: 15px;
	transition: 0.3s;
	margin:8px;
}
.btn-xemtatca:hover {
	background-image: linear-gradient(to right, #1848D8 , #5B80EC);
	color: #FFF;
	transition: 0.3s;
}


.wrap_allnews {
	width: 100%;display: flex;flex-wrap: wrap;align-items: flex-start;
}
.col_left_news {
	width: 300px;margin-right: 30px;
	margin-top: 20px;
}
.box-news-left {
	width: 100%;padding: 15px;border: solid 1px #CCC;display: inline-block;margin-bottom: 25px;
}

.col_right_news {
	width: calc(100% - 330px);
}

.col_left_news .title {
	width: 100%;display: inline-block;text-align: center;padding-bottom: 10px;margin-bottom: 15px;
	border-bottom: solid 2px #333;font-family:Quicksand-SemiBold;
	font-size: 20px;text-transform: uppercase;
}

.row_news_left {
	width: 100%;display: inline-block;padding: 10px 0px;
	border-bottom: dashed 1px #DDD;font-family:Quicksand-SemiBold;
	font-size: 16px;color: #333;
}
.row_news_left:hover {color:#339146; }

.news-left {
	width: 100%;display: flex;align-items: flex-start;
	margin-bottom: 10px;
}
.news-left .img {
	width: 28%;margin-right: 2%;
}
.news-left .info {
	width: 70%;
}
.news-left .info .name {
	font-family: Quicksand-Medium;color: #333;line-height: 19px;font-size: 14px;
}
.news-left .info .name:hover {
	color: #339146;
}

#dichvu-nb {
	padding: 30px 5px;display: block;
}
.item_dichvu {
	width: calc((100% / 3) - 20px);
	margin: 15px 10px;text-align: center;
	border: solid 1px #DDD;
	background: #F2F2F2;
}
.item_dichvu .img {
	width: 100%;display: inline-block;vertical-align: top;
}
.item_dichvu .info {
	width: 100%;display: block;padding:15px 10px;font-family: Roboto_R;font-size: 14px;color: #333;line-height: 22px;
}
.item_dichvu .title {
	display: block;margin-bottom: 10px;
}
.item_dichvu .title a {
	color: #1C2155;font-size: 16px;font-family: Quicksand-SemiBold;
	line-height: 24px;text-transform: uppercase;
}
.item_dichvu .title a:hover {
	color: #E80000;
}

.item_dichvu .btn-chat-zalo {
	display: inline-block;vertical-align: top;margin-top: 10px;
	padding: 5px 22px;border-radius: 15px;
}
.item_dichvu .btn-chat-zalo {
	background: #415EF6;color: #FFF;
}

.grid-pro-detail{margin-bottom:50px}
.left-pro-detail{position:relative;float:left;width:53%;text-align:center;margin-right:2%;background:#fff}
.left-pro-detail .MagicZoom{border:1px solid #CCC}
.right-pro-detail{width:45%;float:left}
.gallery-thumb-pro{position:relative;margin-top:10px}
.owl-thumb-pro{padding:0 40px}
.thumb-pro-detail{display:block!important;border:1px solid #eee;padding:5px;border-radius:3px;cursor:pointer}
.thumb-pro-detail.mz-thumb.mz-thumb-selected{border-color:#cecfd2}
.thumb-pro-detail img{box-shadow:none!important;filter:brightness(100%)!important;border-bottom:0!important;padding-bottom:0!important}
.title-pro-detail{text-transform:capitalize;font-size:22px;display:block;width:100%;color: #000;
font-family: Quicksand-Bold;
}
.social-plugin-pro-detail{margin-bottom:1rem;margin-top:0!important}
.desc-pro-detail{margin-bottom:1rem;padding:15px;background:#FFF;border:solid 1px #CCC;border-radius:5px}
.attr-pro-detail{list-style:none;padding:0}

.attr-pro-detail li{margin-bottom:.5rem;font-size:17px;font-family:Quicksand-SemiBold}

.attr-label-pro-detail{margin:0 5px 0 0;}

.attr-label-pro-detail.d-block{display:block;margin:0 0 5px}
.attr-content-pro-detail{display:inline-block;margin-bottom:0;font-size:20px;font-family:Quicksand-Bold;}

.price-new-pro-detail{font-size:20px;color:var(--color-red)}
.price-old-pro-detail{color:var(--color-gray);text-decoration:line-through;padding-left:10px;
font-size: 18px;font-family:Quicksand-Medium;}

.color-pro-detail{display:inline-block;vertical-align:top;position:relative;width:35px;height:30px;margin:0 0 3px;border:1px solid transparent}
.size-pro-detail{border:1px solid #ccc;padding:3px 10px 4px;display:inline-block;position:relative}
.size-pro-detail.active,.color-pro-detail.active{border-color:#e5101d;color:#e5101d}
.color-pro-detail.active:before,.size-pro-detail.active:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;bottom:0;right:0;margin:auto;z-index:1;background-image:url(../images/check-cart.png);background-repeat:no-repeat;background-position:bottom right}
.color-pro-detail input[type=radio],.size-pro-detail input[type=radio]{outline:none;position:absolute;cursor:pointer;width:100%;height:100%;-webkit-appearance:none;border:0;top:0;left:0}
.quantity-pro-detail{width:100%;max-width:110px;line-height:normal;display:flex;align-items:center;justify-content:space-between;text-align:center}
.quantity-pro-detail span{line-height:25px;padding:0;width:30px;height:30px;color:#5f5f5f;cursor:pointer;font-size:22px;border:1px solid #ccc}
.quantity-pro-detail span.quantity-plus-pro-detail{border-left:0}
.quantity-pro-detail span.quantity-minus-pro-detail{border-right:0}
.quantity-pro-detail input{height:30px;border:1px solid #ccc;width:calc(100% - 60px);text-align:center;font-size:14px;padding:5px}

.cart-pro-detail{margin:10px 0;display:flex;flex-wrap:wrap;justify-content:space-between}

.cart-pro-detail a{
	width:49%;text-align:center;color:#fff;padding:10px 4px;
	text-transform:uppercase;font-family:Quicksand-SemiBold;border-radius:1px;cursor:pointer;margin-bottom:15px;
	overflow: hidden;position: relative;transition: 0.2s;
}
.cart-pro-detail a:before {
	width: 100%;height: 100%;content: "";
	position: absolute;left: 0px;top: 0px;
	transition: 0.5s;opacity: 1;
}
.cart-pro-detail a:hover:before {
	left: 100% !important;transition: 0.7s;opacity: 0.2;
}

.cart-pro-detail a span {display: inherit;position: relative;z-index: 10;}

.cart-pro-detail a.addnow{border: solid 1px #888888;}
.cart-pro-detail a.buynow{border: solid 1px #F21003;}
.cart-pro-detail a.linkmes{width: 100%;border: solid 1px #0068FF;}

.cart-pro-detail a.addnow:before {
	background:#888888;
}
.cart-pro-detail a.buynow:before {
	background:#F21003;
}
.cart-pro-detail a.linkmes:before {
	background:#0068FF;
}

.cart-pro-detail a i{vertical-align:top;margin-top:3px;margin-right:8px}
.cart-pro-detail a:hover{color:#333;transition: 0.2s;}

.tags-pro-detail{margin:1rem 0 2rem}
.tags-pro-detail a{float:left;font-size:12px;color:#fff;padding:5px 10px 7px;margin-right:5px;margin-bottom:5px;background-color:var(--color-red);border-radius:3px}
.tags-pro-detail a:hover{background-color:var(--color-medium-red)}
.tags-pro-detail a i{font-size:10px;float:left;margin:5px 5px 0 0}
.call-detail{display:inline-block;vertical-align:top;font-size:20px;padding:5px 20px;border-radius:5px;background:#6C8921}
.call-detail a{font-family:Roboto_R;color:#FFF;font-size:18px}
.tabs-pro-detail{margin:25px 0}
.tabs-pro-detail .ul-tabs-pro-detail{padding:0;list-style:none;margin:0;margin-bottom:5px}
.tabs-pro-detail .ul-tabs-pro-detail li{cursor:pointer;float:left;margin-right:5px;margin-bottom:5px;background:#CCC;
	padding:6px 15px;font-family:Quicksand-Bold;font-size:16px}
.tabs-pro-detail .ul-tabs-pro-detail li.active{background:#299D45;color:#FFF}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child{margin-right:0}
.tabs-pro-detail .content-tabs-pro-detail{display:none;padding:15px;border:solid 1px #CCC;background:#FFF;border-radius:5px}
.tabs-pro-detail .content-tabs-pro-detail.active{display:block}
.box-readmore{padding:8px 15px;border:1px solid #dedede;margin-bottom:2rem;border-radius:5px;background-color:#eee}
.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:0;padding-left:0!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:#333;cursor:pointer;font-weight:600}
.box-readmore ul li a:hover{color:#767676}
.news{width:49%;float:left;margin-bottom:25px;display:block}
.news:nth-child(2n){float:right}
.news:nth-child(2n+1){clear:both}
.pic-news{float:left;margin-right:4%;width:36%}
.pic-news img{width:100%}

.name-news{color:#333;font-size:16px;display:block;line-height:normal;margin-bottom:8px;font-weight:600}
.name-news:hover{color:var(--color-red)}
.time-news{color:var(--color-gray);margin-bottom:.25rem}
.desc-news{color:#333;margin-top:5px;line-height:22px}
.share{padding:17px 10px 10px;line-height:normal;background:rgba(128,128,128,0.15);margin-top:15px;border-radius:5px}
.share b{display:block;margin-bottom:5px}
.othernews b{margin-bottom:10px}
.list-news-other{padding-left:17px;list-style:square}
.list-news-other li{margin-bottom:2px}
.list-news-other li a{text-transform:none;color:#333}
.list-news-other li a:hover{color:var(--color-red)}
.top-contact{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:30px}
.top-contact .article-contact{width:48%}
.form-contact{width:100%;display:inline-block;vertical-align:top;border:solid 1px #CCC;padding:20px 15px;border-radius:5px;background:#CCC;margin-bottom:20px}
.row_contact{width:100%;display:flex;flex-wrap:wrap}
.input-contact{margin-bottom:15px}
.input-contact input,.input-contact textarea{width:100%;padding:0;outline:none;font-size:15px;height:40px;border:solid 1px #DDD}
.input-contact input{text-indent:10px}
.input-contact textarea{resize:none;height:95px;padding:10px}
.input-contact .custom-file-label::after{content:attr(title)}
.bottom-contact{position:relative;height:500px}
.bottom-contact iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}


#col_left{width:230px;margin-right:20px;margin-top: 40px;}

#col_right{width:calc(100% - 250px)}

#col_left .box-menu-left{width:100%;display:inline-block;vertical-align:top;margin-bottom:20px}

#col_left .box-menu-left .search-left {
	width: 100%;display: inline-block;margin-bottom: 20px;
}

#col_left .title-left{padding:8px 0px;width:100%;display:inline-block;color:#000;
	font-family:Quicksand-Bold;font-size:16px;text-transform:uppercase;}

#col_left .title-left2{padding:6px 0px;width:100%;display:inline-block;color:#000;
	font-family:Quicksand-Bold;font-size:15px;text-transform:uppercase;}

#col_left .content-left{width:100%;display:inline-block;vertical-align:top;}

.hotro-left{padding:10px;width:100%;display:flex;align-items:center;margin-bottom:10px;background:url(../images/icon-hotro.png) no-repeat bottom right;background-color:#F5F5F5}
.hotro-left .img{width:65px;display:inline-block;vertical-align:top;border-radius:50%;margin-bottom:10px}
.hotro-left .info{width:calc(100% - 75px);margin-left:10px}
.hotro-left .name{font-family:Quicksand-Bold;font-size:18px;color:#000;margin-bottom:5px}
.hotro-left .info p{margin-bottom:6px;line-height:20px}

.dmsp-left{width:100%;display:inline-block;vertical-align:top;padding:0;list-style:none;margin:0}
.dmsp-left li{width:100%;display:inline-block;vertical-align:top;
	padding:3px 0px;}
.dmsp-left li:last-child{border-bottom:none}
.dmsp-left li a{font-size:16px;color:#333;line-height:22px;font-family: Quicksand-Medium;}
.dmsp-left li a:hover{color:#0777B4}

.row_checkbox {
	width: 100%;display: flex;align-items: center;
	padding: 3px 0px;
}
.row_checkbox label {
	font-family: Quicksand-Medium;font-size: 14px;line-height: 20px;
	margin: 0px;cursor: pointer;
	margin-left: 5px;
}

.box-size-left {
	width: 100%;padding: 10px 0px;display: flex;flex-wrap: wrap;
}
.box-size-left .row_size_left {
	padding: 6px 8px;line-height: 22px;font-family:Quicksand-Bold;
	background: #EEE;color: #000;margin-right: 1px;margin-bottom: 1px;
	cursor: pointer;
}
.box-size-left .row_size_left.active {
	background: #339146;color: #FFF;
}

#comparison {
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden; 
  position: relative;
}

figure { 
	position: absolute;
	font-size: 0;
	width: 100%;
	height: 100%;
	margin: 0; 
}

#divisor { 

	position: absolute;
	width: 50%; 
	box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
	bottom: 0; height: 100%;
  
  &::before,
  &::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
  }
  &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
  }
  &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
  }
}
#handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  
  &::before,
  &::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }
  &::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }
  &::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
}

input[type=range]{
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	position: absolute;
	top: 50%; left: -25px;
  transform: translateY(-50%);
	background-color: transparent;
	width: calc(100% + 50px); 
  z-index: 2;
  
  &:focus,
  &:active {
    border: none;
    outline: none;
  }
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
}
input[type=range]::-moz-range-track {
	-moz-appearance:none;
	height:15px;
	width: 100%;
	background-color: transparent; 
	position: relative;
	outline: none;    
}

.btn-xemthem-index {
	width: 100%;display: inline-block;margin-bottom: 15px;
	text-align: center;
}
.btn-xemthem-index a {
	display: inline-block;vertical-align: top;
	margin-top: -10px;line-height: 25px;
	padding: 8px 20px;color: #299D4A;
	position: relative;z-index: 10;
	font-size: 15px;
	transition: 0.3s;position: relative;
	font-family: Quicksand-Bold;
}
.btn-xemthem-index a:hover {color:#BF0000;transition: 0.3s;}

#cauhoi-thuonggap {
	padding: 100px 5px;
	min-height: 620px;
	width: 100%;display: inline-block;vertical-align: top;
	background: url(../images/bg-cauhoi.jpg) no-repeat center;
	background-size: cover;
}
#cauhoi-thuonggap .title-cauhoi {
	display: block;margin-bottom: 20px;
	font-family: Quicksand-Bold;font-size: 35px;
	color: #476B50;
}
#cauhoi-thuonggap .row-cauhoi {
	display: block;margin-bottom: 15px;
}
#cauhoi-thuonggap .row-cauhoi a {
	color: #476B50;font-family: Quicksand-Medium;font-size: 18px;
	line-height: 25px;
}

#footer{
	width:100%;margin:0 auto;
	background: #FBFBFB;
	position:relative;z-index:10;
	font-family: Quicksand-Regular;
}
.maqr_ft{width:100%;display:inline-block;vertical-align:top;margin-bottom:20px}
.maqr_ft img{max-height:140px}
.footer-article{
	width:100%;margin:0 auto;max-width:1300px;padding-bottom:20px;color:#333;display:flex;flex-wrap:wrap;
	font-size:15px;font-family:Quicksand-Medium;
}
.footer-article .wrap-content{padding:35px 10px}
.company-name{width:100%;display:inline-block;vertical-align:top;font-family:Quicksand-Bold;
	font-size:35px;margin-bottom:10px;color:#FFF}

.title-footer{
	text-transform:uppercase;font-size:17px;margin-top: 15px;
	margin-bottom:15px;font-family:Quicksand-Bold;color:#333;
	position:relative;
}

.info-footer{width:100%;display:inline-block;vertical-align:top;margin-bottom:10px}

.footer-ul{list-style:none;padding:0;margin:0;margin-bottom:25px}
.footer-ul li{margin-bottom:12px;}
.footer-ul li:last-child{margin-bottom:0}
.footer-ul li a{color:#333;font-size:16px;line-height:22px;font-family: Quicksand-Medium;}
.footer-ul li a:hover{color:#236944}
.footer-tags{background:#eee}
.footer-tags .wrap-content{padding:30px 10px}
.label-tags{font-weight:600;font-size:15px}
.list-tags{list-style:none;padding:0;margin:0}
.list-tags li{float:left;margin:0 5px 5px 0}
.list-tags li a{color:#333;background-color:var(--color-red);padding:6px 15px 8px;border-radius:3px;display:block}
.list-tags li a:hover{background-color:var(--color-medium-red)}
.wrap_fanpage{width:100%;display:flex;justify-content:space-between}
.wrap_fanpage .fb-page{width:calc(50% - 5px)!important}
.footer-powered{
	color:#333;width:100%;display:inline-block;vertical-align:top;
	margin-top:10px;line-height:24px;
	border-top: solid 1px #CCC;
}
.footer-powered .wrap-content{padding:10px 5px;font-family: Quicksand-Medium;text-align: center;}
.copyright{margin-bottom:0}
.statistic{margin-bottom:0}
.statistic span{padding-right:10px;color: #E6EEF9;}
.statistic span:last-child{padding-right:0}
#wrap_news_i{width:100%;margin:0 auto;padding:40px 5px;
background: #FFF;}
.title-tintuc{width:100%;display:inline-block;vertical-align:top;margin-bottom:20px;position:relative;font-family:Quicksand-Bold;font-size:29px;color:#333;padding-bottom:15px;background:url(../images/titl-tintuc.png) no-repeat left bottom}

.box_first_news {
	width: 100%;display: inline-block;vertical-align: top;
	border-radius: 10px;overflow: hidden;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	font-family: Quicksand-Regular;font-size: 16px;color: #333;
}
.box_first_news .img {
	width: 100%;display: inline-block;vertical-align: top;position: relative;
} 
.box_first_news .img img {width: 100%;display: inline-block;vertical-align: top;}

.box_first_news .img .icon-play {
	width: 100px;height: 100px;position: absolute;top: calc(50% - 50px);
	left: calc(50% - 50px);z-index: 5;
	background: url(../images/icon-play-video.png) no-repeat center;
	background-size: 100% 100%;
}

.box_first_news a {cursor: pointer;}
.box_first_news .info-news {
	width: 100%;display: block;padding: 25px;
}

.box_first_news .news-title {
	display: block;margin-bottom: 10px;
}
.box_first_news .news-title a {
	font-family: Quicksand-Bold;color: #333;font-size: 18px;
} 
.box_first_news .news-title a:hover {
	color: #E90101;
}

.box_news_index{
	font-size:14px;color:#333;line-height:20px;
	font-family: Quicksand-Medium;text-align: center;
	margin: 10px 0px;width: 100%;display: block;
}

.box_news_index a {cursor: pointer;}

.box_news_index .img{
	width:100%;display:inline-block;vertical-align:top;
	border:solid 1px #DDD;position: relative;
	margin-bottom: 14px;
}
.box_news_index .img img {width: 100%;display: inline-block;vertical-align: top;}

.box_news_index .img .icon-play {
	width: 60px;height: 60px;position: absolute;top: calc(50% - 30px);
	left: calc(50% - 30px);z-index: 5;
	background: url(../images/icon-play-video.png) no-repeat center;
	background-size: 100% 100%;
}

.box_news_index .date-news {
	color: #666;display: block;margin-bottom: 8px;font-size: 14px;
}

.box_news_index .news-title{
	width:100%;display:inline-block;vertical-align:top;margin-bottom:12px;
	padding-bottom: 12px;position: relative;
}
.box_news_index .news-title:after {
	width: 60px;height: 1px;content: "";
	background: #333;position: absolute;
	left: calc(50% - 30px);
	bottom: 0px;
}

.box_news_index .news-title a{font-size:17px;color:#333;line-height:22px;
	font-family:Quicksand-SemiBold;}
.box_news_index .news-title a:hover{color:#339146}


.box_news2{width:100%;margin-bottom:14px;padding-bottom:14px;border-bottom:dotted 1px #CCC;display:flex;align-items:flex-start;font-size:15px;color:#666;line-height:22px}
.box_news2 .img{width:26%;display:inline-block;vertical-align:top;border:solid 1px #DDD}
.box_news2 .img img{width:100%;display:inline-block;vertical-align:top}
.box_news2 .info-news{width:74%;display:inline-block;padding-left:15px}
.box_news2 .news-title{width:100%;display:inline-block;vertical-align:top;margin-bottom:8px}
.box_news2 .news-title a{font-size:17px;color:#333;line-height:24px;font-weight:600}
.box_news2 .news-title a:hover{color:#F80000}

#wrap_video_i {
	padding: 40px 0px;
	background-color: #EEE;
}

#sanpham-moi {
	display: block;
	padding:30px 5px;
}

.pad20{padding:20px!important}
.pad15{padding:15px!important}


.wrap_newsletter{
	width:100%;margin:0 auto;padding:70px 5px;
	background: url(../images/bg-dknt.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
}

.title-dknt {
	width: 100%;display: inline-block;font-family:Quicksand-Bold;
	color: #FFF;font-size: 35px;
}

.des-dknt{width:100%;display:inline-block;vertical-align:top;color:#EEE;margin-bottom:20px;text-align:center;font-size:17px;
font-family: Quicksand-Medium;}


.box-dknt{width:100%;max-width:520px;margin:10px auto;
display: flex;}
.box-dknt .newsletter-input {
	width: calc(100% - 120px);
}

.box-dknt .submit-newsletter {
	width: 120px;height: 50px;border: none;background: #299D4A;color: #FFF;font-family: Quicksand-Medium;
	font-size: 16px;transition: 0.3s;
}
.box-dknt .submit-newsletter:hover {
	background: #236944;transition: 0.3s;
}

.box-dknt .form-control {background: #FFF;color: #333;height: 50px;}

.box-form-contact{width:100%;display:inline-block;vertical-align:top;margin:20px 0}
.frm_contact{width:100%;display:inline-block;vertical-align:top}
.newsletter-input{position:relative;display:inline-block;border:none;outline:none;width:100%}
.box-dknt .btn-dknt{width:140px;height:40px;line-height:40px;display:inline-block;vertical-align:top;text-align:center;color:#333;border:none;background:#FDD100;font-family:Roboto_M;font-size:16px;position:relative;margin:10px}
.box-dknt .btn-dknt:after{content:"";width:40px;height:40px;border-left:solid 1px #FDD100;border-top:solid 1px #FDD100;position:absolute;left:-5px;top:-5px}
.box-dknt .invalid-feedback{color:#333}
.phone-dknt{width:100%;display:inline-block;vertical-align:top;font-size:20px;font-family:Quicksand-Bold;line-height:30px;padding:10px}
.phone-dknt i{line-height:30px;font-size:25px;display:inline-block;vertical-align:top}
.box-btn-contact{width:100%;display:inline-block;text-align:center}
.social-dknt{width:100%;display:inline-block;vertical-align:top;margin-top:5px}
.social-dknt img{display:inline-block;vertical-align:top;margin:5px}

#wrap_products{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}


.wrap_filter{width:100%;display:inline-block;vertical-align:top;border:solid 1px #DDD;margin-bottom:20px;margin-top:20px}
.wrap_filter .title{width:100%;display:inline-block;vertical-align:top;padding:6px 10px;background:#F2F2F2;color:#333;font-size:18px;font-weight:700;text-align:center}
.wrap_filter .box_filter{width:100%;display:inline-block;vertical-align:top;margin:10px 0;padding:10px;border-bottom:dashed 1px #DDD}
.wrap_filter .box_filter:last-child{border:none}
.wrap_filter .box_filter .title2{font-weight:600;display:block;margin-bottom:10px;font-size:16px}
.wrap_filter .row_radio{width:100%;display:flex;align-items:flex-start}
.wrap_filter .row_radio input[type="radio"]{margin:5px}
.wrap_filter .row_radio label{cursor:pointer;font-size:14px;font-weight:600;color:#333}
.wrap_filter .row_radio label:hover{color:red}
#footer-map{position:relative;height:500px;border:solid 1px #CCC;display: block;margin-top: 20px;background: #FFF;}
#footer-map iframe{position:absolute!important;width:100%!important;height:100%!important;top:0!important;left:0!important}
.social-plugin{display:flex;justify-content:flex-start;margin-top:10px}
.social-plugin .at-share-btn{margin-bottom:0!important}
.social-plugin .zalo-share-button{margin-left:3px}
.pagination-home .pagination .page-item .page-link{color:#555;font-size:.875rem}
.pagination-home .pagination .page-item.active .page-link{color:#fff;background-color:#555;border-color:#555}
.pagination-ajax{text-align:center;margin-bottom:20px;width:100%;display:inline-block;vertical-align:top;margin-top:5px}
.pagination-ajax a{display:inline-block;vertical-align:top;margin:0 2px 3px;color:#333;
	background:#eee;border:1px solid rgba(161,161,161,0.4);font-size:12px;cursor:pointer;padding:3px 10px 5px;border-radius:2px}
.pagination-ajax a.current,.pagination-ajax a:hover{background:#1780DD;color:#FFF;
	border-color:#1780DD}
.modal-custom .modal-footer{padding:.5rem}
.modal-custom .modal-footer .btn{font-size:14px}
#popup .modal-body{padding:0}
.grecaptcha-badge{display:none!important;width:0!important;height:0!important;visibility:hidden!important;overflow:hidden}
coccocgrammar{display:none}
.scrollToTop{width:41px;height:41px;text-align:center;font-weight:700;color:#444;text-decoration:none;position:fixed;bottom:65px;right:25px;display:none;z-index:10;cursor:pointer}
.text-split{overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3}
.text-split-2r{overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2}
.text-split-1r{overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1}
.transition{-webkit-transition:.3s ease-out;-moz-transition:.3s ease-out;-o-transition:.3s ease-out;transition:.3s ease-out}
.scale-img{overflow:hidden;display:block}
.scale-img img{-webkit-transition:.6s ease-out;-moz-transition:.6s ease-out;-o-transition:.6s ease-out;transition:.6s ease-out;
	-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1)}
.scale-img:hover > img{-webkit-transition:.6s ease-out;-moz-transition:.6s ease-out;-o-transition:.6s ease-out;transition:.6s ease-out;
	-moz-transform:scale(1.05,1.05);-webkit-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);transform:scale(1.05,1.05)}
.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}
@-moz-keyframes blink {
0%{opacity:1}
50%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes blink {
0%{opacity:1}
50%{opacity:0}
100%{opacity:1}
}
@keyframes blink {
0%{opacity:1}
50%{opacity:0}
100%{opacity:1}
}
.btn-frame{display:block;width:50px;height:50px;position:fixed;right:20px;z-index:10;cursor:pointer}
.btn-frame i{display:flex;display:-ms-flex;justify-content:center;align-items:center;-ms-flex-align:center;width:50px;height:50px;border-radius:50%;background:#299D4A;position:relative;z-index:1}
.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;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(7,41,103,0.8);opacity:.1;border-color:#299D4A;opacity:.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;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;background-color:rgba(7,41,103,0.35);opacity:.4}
.btn-frame .pulse{animation-name:pulse}
.btn-zalo{bottom:315px}
.btn-phone{bottom:230px}
.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed{display:none!important}
.js-facebook-messenger-tooltip{bottom:97px;right:97px;color:#404040;background:#fff}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-tooltip{display:none;position:fixed;text-align:center;border-radius:10px;overflow:hidden;font-size:12px;line-height:1;padding:10px;border:1px solid rgba(0,0,0,0.1);box-shadow:rgba(0,0,0,0.15) 0 2pt 10pt;z-index:1.0E+30}
.js-facebook-messenger-close-tooltip{width:10px;height:10px;display:inline-block;cursor:pointer;margin-left:10px}
.js-facebook-messenger-box.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}
.js-facebook-messenger-box.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-box{display:block;position:fixed;cursor:pointer;bottom:150px;right:17px;width:56px;height:56px;text-align:center;background:#299D4A;border-radius:100%;overflow:hidden;z-index:99;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3)}
.js-facebook-messenger-box.rotate svg#fb-msng-icon{transform:rotate(0deg)}
.js-facebook-messenger-box svg#fb-msng-icon{width:32px;height:33px;position:absolute;top:13px;left:12px;opacity:1;overflow:hidden;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out}
.js-facebook-messenger-box.rotate svg#close-icon{transform:rotate(-45deg)}
.js-facebook-messenger-box svg#close-icon{opacity:0;width:19px;height:20px;position:absolute;top:19px;left:19px;-webkit-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-moz-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;-o-transition:opacity 160ms ease-in-out,transform 160ms ease-in-out;transition:opacity 160ms ease-in-out,transform 160ms ease-in-out}
.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:1000}
.js-facebook-messenger-container{position:fixed;opacity:0;transform:translateY(50px);bottom:110px;right:90px;border-radius:10px;pointer-events:none;box-shadow:0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);-webkit-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-moz-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;-o-transition:transform 160ms ease-in-out,opacity 160ms ease-in-out;transition:transform 160ms ease-in-out,opacity 160ms ease-in-out}
.js-facebook-messenger-top-header{width:220px;color:#fff;background:#299D4A;display:block;position:relative;width:220px;background:#299D4A;color:#fff;text-align:center;line-height:1;padding:10px;font-size:14px;border-top-left-radius:10px;border-top-right-radius:10px}
.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe{border-bottom-left-radius:10px;border-bottom-right-radius:10px}
.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip{z-index:999}
.js-facebook-messenger-container,.js-facebook-messenger-container-button{z-index:1000}
.js-facebook-messenger-top-header{color:#fff;background:#299D4A}
.js-facebook-messenger-top-header{width:220px}
.js-facebook-messenger-tooltip{color:#404040;background:#fff}
.js-facebook-messenger-container.open{transform:translateY(0px);opacity:1;pointer-events:all}
.js-facebook-messenger-tooltip{bottom:97px;right:97px}
.js-facebook-messenger-box.open svg#fb-msng-icon{opacity:0}
.js-facebook-messenger-box.rotate.open svg#close-icon{transform:rotate(0deg)}
.js-facebook-messenger-box.open svg#close-icon{opacity:1}
.cart-fixed{position:fixed;right:20px;bottom:390px;z-index:10;background:#299D45;width:50px;height:50px;text-align:center;color:#fff!important;border-radius:100%;display:flex;align-items:center;justify-content:center}
.cart-fixed i{font-size:20px}
.cart-fixed span{position:absolute;top:0;right:-5px;color:#fff;width:25px;height:25px;background:var(--color-red);text-align:center;line-height:25px;font-size:11px;border-radius:100%}
.toolbar{background:var(--color-red);width:100%;padding:3vw;bottom:0;position:fixed;z-index:500;height:auto;left:0}
.toolbar ul{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:0;margin:0}
.toolbar ul li{text-align:center;width:25%}
.toolbar ul li a{display:block;width:100%;cursor:pointer}
.toolbar ul li a img{height:6vw;width:auto}
.toolbar ul li a span{font-weight:400;color:#fff;font-size:3.5vw;display:none}
.fixbar{bottom:0;display:block;background:#299D4A;
	width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:fixed;
	margin:0;z-index:500;-webkit-backface-visibility:hidden;backface-visibility:hidden;height:45px;padding-top: 3px;
}
.fixbar ul{margin:0;padding:0;list-style:none;width:100%;display:flex;justify-content:space-around}
.fixbar ul li{display:inline-block;margin:0 auto 10px;text-align:center;width:25%}
.fixbar .icon-cart-mobile,.fixbar .icon-cart-new,.fixbar .icon-home-new,.fixbar .icon-hotdeal-new{width:22px;height:22px;
	display:block;margin:1px auto}
.fixbar .icon-cart-mobile{background:url(../images/cart-mobile.png) no-repeat}
.cart-total-header-mobile{font-size:10px;position:absolute;background:red;color:#fff!important;border-radius:50%;
	height:15px;width:15px;line-height:15px;top:5px;margin-left:5px}
.fixbar ul li a{font-size:14px;text-decoration:none;color:#FFF;line-height: 18px;}
.fixbar ul li a i{font-size:20px;display: inline-block;vertical-align: top;margin: 0px;}
.plugbar{position:fixed;bottom:0;left:0;border-top:1px solid #eae6e6;width:100%;right:0;max-width:767px;margin:0 auto;background:#fff;padding:9px 10px 10px 7px;z-index:10}
.plugbar ul{list-style:none;padding:0;margin:0;display:-webkit-flex;display:-moz-flex;display:flex;justify-content:space-between;align-items:center}
.plugbar ul li{width:20%;float:left}
.plugbar ul li a{display:block;color:#696969;font-size:12px;text-align:center;position:relative}
.plugbar ul li a i{font-size:20px;color:#696969}
.plugbar ul li a span{position:absolute;width:50px;height:50px;top:-40px;left:calc(50% - 50px/2);font-size:14px;display:block;border:1px solid rgba(234,230,230,0.5);border-radius:100%}
.support-online{position:fixed;z-index:999;left:10px;bottom:0}
.support-online a{position:relative;margin:20px 10px;text-align:left;width:40px;height:40px}
.support-online i{width:40px;height:40px;background:#43a1f3;color:#fff;border-radius:100%;font-size:20px;text-align:center;line-height:1.9;position:relative;z-index:999}
.support-online a span{border-radius:2px;text-align:center;background:#67b634;padding:9px;display:none;width:180px;margin-left:10px;position:absolute;color:#fff;z-index:999;top:0;left:40px;transition:all .2s ease-in-out 0;-moz-animation:headerAnimation .7s 1;-webkit-animation:headerAnimation .7s 1;-o-animation:headerAnimation .7s 1;animation:headerAnimation .7s 1}
.support-online a:hover span{display:block}
.support-online a{display:block}
.support-online a span:before{content:"";width:0;height:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #67b634 transparent transparent;position:absolute;left:-10px;top:10px}
.support-online .kenit-alo-circle-fill{width:60px;height:60px;top:-10px;position:absolute;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;background-color:rgba(0,175,242,0.5);opacity:.75;right:-10px}
.support-online .kenit-alo-circle{width:50px;height:50px;top:-5px;right:-5px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,0.4);opacity:.1;border-color:#0089B9;opacity:.5}
.support-online .support-online .btn-support{cursor:pointer}
.support-online .mes i{background:orange}
.support-online .sms i{background:red}
.support-online .call-now i{background:green}
.widget-mobile{position:fixed;left:50%;transform:translateX(-50%);bottom:10px;z-index:9999999}
#my-phone-circle{position:relative;width:50px!important;height:50px!important}
.wcircle-open .wcircle-icon i:before{content:'\f00d'}
.wcircle-icon{background:#1282fc;border-radius:50%;display:flex!important;display:-ms-flex!important;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative!important}
.wcircle-icon:before{position:absolute;content:'';width:60px;height:60px;background:rgba(18,130,252,.5);border:1px solid #fff;border-radius:50%;left:-5px;top:-5px;-webkit-animation:pulse 1s infinite ease-in-out;-moz-animation:pulse 1s infinite ease-in-out;-ms-animation:pulse 1s infinite ease-in-out;-o-animation:pulse 1s infinite ease-in-out;animation:pulse 1s infinite ease-in-out}
.wcircle-icon:after{position:absolute;content:'';width:80px;height:80px;background:rgba(18,130,252,.5);border-radius:50%;left:-15px;top:-15px;-webkit-animation:zoomIn 2s infinite ease-in-out;-moz-animation:zoomIn 2s infinite ease-in-out;-ms-animation:zoomIn 2s infinite ease-in-out;-o-animation:zoomIn 2s infinite ease-in-out;animation:zoomIn 2s infinite ease-in-out}
.wcircle-menu{position:absolute!important;left:0;top:0;display:none}
.wcircle-menu-item{width:50px;height:50px;background:#1282fc;border-radius:50%;display:flex;display:-ms-flex;align-items:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.wcircle-menu-item img{width:50px;height:50px;display:block;border-radius:50%}
.wcircle-menu-item i,.wcircle-icon i{font-size:25px;color:#fff;position:relative;z-index:9999}
.shake-anim{-webkit-animation:shake-anim 1s infinite ease-in-out;-moz-animation:shake-anim 1s infinite ease-in-out;-ms-animation:shake-anim 1s infinite ease-in-out;-o-animation:shake-anim 1s infinite ease-in-out;animation:shake-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}
@-moz-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)}
}
@-webkit-keyframes shake-anim {
0%,100%,50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}
10%,30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}
20%,40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}
}
@-o-keyframes shake-anim {
0%,100%,50%{-o-transform:rotate(0) scale(1) skew(1deg)}
10%,30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}
20%,40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}
}
@media(max-width:1001px) {
.menu{display:none}
.menu-res{display:block}
}
@media(max-width:850px) {
.news{width:100%;float:none!important}
}
@media(max-width:769px) {
.top-contact{flex-wrap:wrap}
.left-pro-detail,.right-pro-detail,.top-contact .form-contact,.top-contact .article-contact{width:100%;margin:0}
.left-pro-detail,.top-contact .article-contact{margin-bottom:30px}
}
@media(max-width:440px) {
.top-contact .form-contact .button-contact .file-contact span b{max-width:105px}
}
@media(max-width:369px) {
.cart-pro-detail{flex-wrap:wrap}
.cart-pro-detail a{width:100%;text-align:center;margin:0!important;font-size:12px}
.cart-pro-detail a:first-child{margin-bottom:5px!important}
.cart-pro-detail a i{display:none}
}