@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap');
: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;}
* {list-style:none;padding:0;margin:0;}
a {text-decoration:none;}
img.lazy{display: block;opacity: 0;}
img.lazy:not(.initial) { -webkit-transition: opacity 1s;-o-transition: opacity 1s;transition: opacity 1s; }
img.lazy.initial, img.lazy.loaded, img.lazy.error { opacity: 1; -webkit-transition: -webkit-transform 0.5s ease; -moz-transition: -moz-transform 0.5s ease; transition: transform 0.5s ease; transition: 0.5s; }
img:not([src]) {visibility: hidden;}
.zalo-share-button{float: left;margin-right: 2px;}
.wrap_swiper{overflow: hidden;}
.swiper-button-disabled{opacity: 0.2;}
.main_img_detail img{width: 100%; height: auto;}
.container{padding: 0px 10px; position: relative; width: 1220px; margin: auto; max-width: 100%;}
.row{margin-left: -10px; margin-right: -10px;}
.w-clear:after{display:block;content:"";clear:both;}
.fb-comments{width: 100%;}
.grecaptcha-badge{display:none !important;}
.full_bg{background-size: 100% 100% !important;}
.sub_main{margin-top: 30px;}
.header-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.9) url(../images/loading.gif) no-repeat center center; z-index: 99999; display: none; }
body {font-family: "Montserrat", sans-serif; font-weight: 400; font-size:14px;position: relative;box-sizing:border-box;}
/*=======================================*/
.box_fotorama{width: 100%; max-width: 800px; margin: auto; margin-bottom: 20px;}
.breadCrumbs{background: #f2f2f2;}
.breadcrumb{background: none;}
.breadcrumb a{color: #333; font-family: 'font3';}
.breadcrumb > li:last-child a{font-family: 'font2';}
a:focus,a:hover{text-decoration:none;}
.hidden{display:none;}
.clear{clear:both;}
.none{display:none;}
.hidden-seoh{visibility:hidden;height:0px;margin:0px;overflow:hidden;}
.modal-content img{max-width: 100%; height: auto;}
.h1, .h2, .h3, h1, h2, h3{margin:0;line-height: normal;}
h1#h1_home{visibility: hidden; height:0px; margin:0px; overflow:hidden;}
ol, ul{margin:0;padding:0;}
p{margin: 0px;}
.wrap_share{margin-top: 20px;}
#btn-zalo { display: block; width: 40px; height: 40px; position: fixed; left: 25px; bottom: 160px; z-index: 999; }
#btn-zalo i { display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; width: 40px; height: 40px; border-radius: 50%; background: #1182FC; position: relative; z-index: 9999; }
#btn-zalo i img { vertical-align: middle; border-radius: 50%;}
.kenit-alo-circle-fill { width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.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(17, 130, 252, 0.45); opacity: .75; right: -10px; }
.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(17, 130, 252, .8); opacity: .1; border-color: #1182FC; opacity: .5; }
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.owl-animated-out { z-index: 1 }
.owl-animated-in { z-index: 0 }
.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }
.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }
.pulse { -webkit-animation-name: pulse; animation-name: pulse; }
@-webkit-keyframes  fadeOut{
	0%{opacity:1;}
	100%{opacity:0;}
}
@keyframes  fadeOut{
	0%{opacity:1;}
	100%{opacity:0;}
}
@-webkit-keyframes zoomIn{
	from{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3);}
	50%{opacity:1;}
}
@keyframes zoomIn{
	from{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3);}
	50%{opacity:1;}
}
@-webkit-keyframes pulse{
	from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
	50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);}
	to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
}
@keyframes pulse{
	from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
	50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);}
	to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
}
/* Contact */
.header_top{
	background: #f1f1f1;
	padding: 5px 0px;
}
.top-contact{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:30px;}
.top-contact .article-contact{width:48%;}
.row .input-contact{padding: 0px 10px;}
.form-contact{width:47%;}
.input-contact{position:relative;margin-bottom:15px;}
.input-contact input,.input-contact textarea{width:100%;padding:0px;outline:none;font-size:14px;}
.input-contact input{text-indent:10px;}
.input-contact textarea{resize:none;height:150px;padding:10px;}
.input-contact .custom-file-label::after{content:attr(title);}
.bottom-contact{position:relative;height:500px;}
.bottom-contact iframe{position:absolute;top:0px;left:0px;width:100%!important;height:100%!important;}
/* Toolbar */
.toolbar{background:#00a857;width:100%;padding:10px;bottom:0px;position:fixed;z-index:500;height:45px;left:0px;display: none;}
.toolbar ul{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:0px;margin:0px;}
.toolbar ul li{text-align:center;width:25%;}
.toolbar ul li a{display:block;width:100%;cursor:pointer;}
.toolbar ul li a img{height:22px;width:auto;}
.toolbar ul li a span{font-weight:400;color:#fff;font-size:3.5vw;display:none;}
/* Fixbar */
.fixbar{bottom:0;display:block;background:#f0eff4;border-top:1px solid #ddd;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:50px;}
.fixbar ul{margin:0px;padding:0px;list-style:none;}
.fixbar ul li{display:inline-block;margin:0 auto 10px;text-align:center;width:25%;float:left;}
.fixbar .icon-cart-mobile,.fixbar .icon-cart-new,.fixbar .icon-home-new,.fixbar .icon-hotdeal-new{width:20px;height:20px;display:block;margin:8px auto 0;}
.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:11px;text-decoration:none;color:#333;}
.fixbar ul li a i{font-size:20px;}
/* Plugbar */
.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:0px;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%;}
/* Phone Switch */
.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)}
}
/* Phân Trang */
.pagination-home .pagination .page-item .page-link{color:#0182c6;font-size:.875rem;}
.pagination-home .pagination .page-item.active .page-link{color:#000;background-color:#0182c6;border-color:#0182c6;}
div.pagination { font-family: 'arial'; margin: 0px; margin-top: 20px; text-align: center; width: 100%; font-size: 14px; justify-content: center;}
div.pagination b { padding: 5px 12px; display: inline-block; border: 1px solid #000; background: #000; color: #fff; }
div.pagination a { margin: 0px 2px; display: inline-block; padding: 5px 12px; background: #fff; border: 1px solid #ccc; text-decoration: none; color: #000; }
/* Phân Trang Ajax */
.pagination-ajax{text-align:center;margin-top: 10px;}
.pagination-ajax a{display:inline-block;vertical-align:top;margin:0px 2px 3px 2px;color:#333;background:#eee;border:1px solid rgba(161,161,161,0.4);font-size:12px;cursor:pointer;padding:3px 10px 5px 10px;border-radius:2px;}
.pagination-ajax a.current,.pagination-ajax a:hover{background:var(--color-red);color:#fff;border-color:var(--color-red);}
/* Popup custom */
.modal-custom .modal-footer{padding:0.5rem;}
.modal-custom .modal-footer .btn{font-size:14px;}
/* Popup */
#popup .modal-body{padding:0px;}
/* Sản Phẩm Detail */
.grid-pro-detail{margin-bottom:30px;}
.left-pro-detail{position: relative; margin-bottom: 20px;}
.left-pro-detail .MagicZoom{border:1px solid #eee;padding:7px;border-radius:5px;}
.right-pro-detail{position: relative;}
.gallery-thumb-pro{position:relative;margin-top:10px;}
.owl-thumb-pro{padding:0px 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:0px!important;padding-bottom:0px!important;}
.title-pro-detail{text-transform:capitalize;font-size:20px;display:block;/* font-family: 'font1'; */color: #000;margin-bottom: 10px;font-weight: 700;}
.social-plugin-pro-detail{margin-bottom:1rem;margin-top:0px!important;}
.desc-pro-detail{margin:1rem 0px 0px; line-height: normal;}
.desc-pro-detail ul{padding-left: 40px; margin: 1em 0px;}
.desc-pro-detail ul li{list-style: initial;}
.desc-pro-detail p{margin: 5px 0px;}
.attr-pro-detail{list-style:none;padding:0px;}
.attr-pro-detail li{margin-bottom:0.5rem;}
.attr-label-pro-detail{margin:0px 5px 0px 0px;}
.attr-label-pro-detail.d-block{display:block;margin:0px 0px 5px 0px;}
.attr-content-pro-detail{display:inline-block;margin-bottom:0px;}
.price-new-pro-detail{font-weight:700;font-size:20px;color:var(--color-red);}
.price-old-pro-detail{font-weight:500;color:var(--color-gray);text-decoration:line-through;padding-left:10px;}
.color-pro-detail{display:inline-block;vertical-align:top;position:relative;width:35px;height:30px;margin:0px 0px 3px 0px;border:1px solid transparent;}
.size-pro-detail{border:1px solid #ccc;padding:3px 10px 4px 10px;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:0px;left:0px;bottom:0px;right:0px;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:0px;top:0px;left:0px;}
.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:0px;width:30px;height:30px;color:#5f5f5f;cursor:pointer;font-size:22px;border:1px solid #cccccc;}
.quantity-pro-detail span.quantity-plus-pro-detail{border-left:0px;}
.quantity-pro-detail span.quantity-minus-pro-detail{border-right:0px;}
.quantity-pro-detail input{height:30px;border:1px solid #cccccc;width:calc(100% - 60px);text-align:center;font-size:14px;padding:5px;}
.cart-pro-detail{margin-bottom:1rem;display:flex;align-items:stretch;justify-content:flex-start;}
.cart-pro-detail a{width:auto;text-align:center;color:#fff;padding:8px 15px;text-transform:uppercase;border-radius:3px;}
.cart-pro-detail a.addnow{margin-right:10px;background:#fd6e1d;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));background:-webkit-linear-gradient(top,#f59000,#fd6e1d);background:-moz-linear-gradient(top,#f59000,#fd6e1d);background:-ms-linear-gradient(top,#f59000,#fd6e1d);background:-o-linear-gradient(top,#f59000,#fd6e1d);}
.cart-pro-detail a.buynow{background-color:var(--color-green); cursor: pointer;}
.cart-pro-detail a.buynow:hover{background-color:var(--color-dark-green);}
.cart-pro-detail a i{vertical-align:top;margin-top:3px;margin-right:8px;}
.tags-pro-detail{margin:1rem 0px 2rem 0px;}
.tags-pro-detail a{float:left;font-size:12px;color:#fff;padding:7px 10px 7px 10px;margin-right:5px;margin-bottom:5px;background-color:#197b30;border-radius:3px;}
.tags-pro-detail a:hover{color: #fdf110;}
.tags-pro-detail a i{font-size:10px;float:left;margin:5px 5px 0px 0px;}
.tabs-pro-detail .ul-tabs-pro-detail{padding:0px;list-style:none;margin-bottom:1rem;border-bottom:1px solid #e7e7e7;}
.tabs-pro-detail .ul-tabs-pro-detail li{cursor:pointer;float:left;margin-right:5px;margin-bottom:5px;background:#eee;padding:5px 10px;}
.tabs-pro-detail .ul-tabs-pro-detail li.active{background:#00a857;color:#fff;}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child{margin-right:0px;}
.tabs-pro-detail .content-tabs-pro-detail{display:none;}
.tabs-pro-detail .content-tabs-pro-detail.active{display:block;}
.tabs-pro-detail .content-tabs-pro-detail ul{padding-left: 40px; margin: 1em 0px;}
.tabs-pro-detail .content-tabs-pro-detail ul li{list-style: initial;}
.tabs-pro-detail .content-tabs-pro-detail table{width: 100%;}
.tabs-pro-detail .content-tabs-pro-detail table td{padding: 10px 5px;}
.tabs-pro-detail .content-tabs-pro-detail p{margin: 5px 0px;}
.control-carousel{position:absolute;top:calc(50% - 30px/2);margin-bottom:0px;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{}
.prev-carousel{left:0px;}
.next-carousel{right:0px;}
/*=======================================*/
#full{position: relative;min-width: 1366px;}
#main_content{padding: 10px 0px;}
#main_content img{max-width: 100%; height: auto;}
.content_main .text img{max-width: 100%; height: auto !important;}
.content_main .text ul{padding-left: 40px; margin: 1em 0px;}
.content_main .text ul li{list-style: initial;}
.content_main .text table td{padding: 7px 10px;}
.content_main .text p{margin: 5px 0px;}
.left_content{float: left; width: 270px;}
.right_content{float: right; width: calc(100% - 280px);}
#top_head{background: #0182c6; height: 40px; color: #fef10d; font-size: 13px;}
.slogan{color: #333; font-size: 15px;font-style: italic;width: 60%;font-family: font1;}
.slogan marquee {width:40% }
.email_top{width: 20%;font-family: font1;}
.email_top span{
	background: url(../images/email_top.png) no-repeat left center;
    padding-left: 25px;
    margin-top: 5px;
    display: inline-block;
}
.mxh_top b{
	display: block;
	margin: 10px 0px;
	color: #fff;
}
.mxh_top{margin-top: 10px;text-align: left;}
.mxh_top img{
	    max-width: 40px;
    margin-right: 5px;
}
#header{
	position: relative; 
	max-width: 1366px;
	margin: auto;
	background-size: cover;
}
.title_dknt{
	color: #fff;
	text-align: center;
}
.title_dknt b{display: block;padding-bottom: 10px;font-size: 35px;font-family: UTMImpact;
	text-transform: uppercase;
	font-weight: 100;
}
.frm_input{
	margin:auto;
	width: 70%;
}
.grid_input{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
}
.grid_input input{
	line-height: 45px;
	background: #1f1f1ea6;
	color: #fff;
	border-radius: 5px;
	outline: none;
	border:none;
	padding-left: 10px;
	margin-bottom: 10px;
}
.grid_input input::-webkit-input-placeholder {color: #fff; }
.grid_input input::-ms-input-placeholder {color: #fff; }
.grid_input input::placeholder { color: #fff;}
.frm_input textarea{
	background: #1f1f1ea6;
	color: #fff;
	border-radius: 5px;
	outline: none;
	border:none;
	height: 95px;
}
.title_dknt span{display: block;margin-bottom: 15px;}
.dangkynhantin{
	margin:auto;
	padding: 40px 0px;
	background: url(../images/bg_dangky.png) no-repeat top center;
	background-size: cover;
}
.logo{ width: 15%; padding-top: 5px;}
.banner{ width: 65%;text-align: center; padding-top: 15px;}
.hotline_top{ 
	width: 30%;
	padding-left: 2%;
 }
.logo img,.banner img{
	max-width: 100%;
}
.sub_dknt_button{
	text-align: center;
	margin-top:10px; 
}
.sub_dknt_button button{
	color: #fff;
	background: #d60c0c;
	min-width: 200px;
	text-align: center;
	line-height: 45px;
	text-transform: uppercase;
	border:none;
	outline: none;
	text-transform: uppercase;
	font-family: 'font1';
	border-radius: 5px;
	font-size: 16px;
	margin-top: 15px;
}
.header_center .container{
}
.hotlines{
	background: url(../images/bg_hotline.png) no-repeat left bottom;
    padding-left: 140px;
    padding-top: 20px;
}
.hotlines b{
	font-weight: 100;
	color: #704f00;
}
.hotlines span{
	color: #cc0000;
	font-size: 26px;
	font-weight: bold;
	display: block;
	/* font-family: font1; */
}
.giohangs{
	background: url(../images/giohang_top.png) no-repeat left center;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.giohangs b{
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	font-size: 14px;
}
.grid_product{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 15px;
}
.grid_product1{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 20px;
}
.logo a{display: block; position: relative; padding: 8px 8px 7px 0px;}
.logo_mobile{display: none; text-align: center; background: #fff; padding: 7px 0px;}
.logo_mobile img{height: 80px; width: auto;}
.lang{float: right; margin-top: 10px; margin-left: 15px;}
.lang img{margin-left: 5px;}
.r_head{float: right; width: calc(100% - 315px); z-index: 1; padding-left: 60px;}
.r_head .r1{position: relative; height: 45px;}
.r_head .r1:before{content: ''; width: calc(100% + 60px); height: 1px; background: #7b9bbe; position: absolute; right: 0px; bottom: 0px;}
.r_head .r1:after{content: ''; width: 43px; height: 1px; background: #7b9bbe; position: absolute; right: -43px; bottom: 0px;}
.r_head.fixed{position: fixed; top: 0px; left: 0px; width: 100%; z-index: 10001; background: #1c508e;}
#header.fixed{position: fixed; top: 0px; left: 0px; width: 100%; z-index: 1000; background: #1c508e;}
#header.fixed .logo img{height: 70px;}
#header.fixed .logo a:after{height: 85px;}
#header.fixed .r_head .r1{display: none;}
#header.fixed .menu_desk > ul > li > a{padding: 19px 5px;}
#logo_intro{position: fixed; background: #fff; display: flex; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10000;}
#logo_intro .logo_mid{margin: auto;}

#menu{position: relative; background: url(../imgs/bg_menu.jpg) repeat-x; height: 50px; line-height: 50px;}
#menu.fixed{position: fixed; top: 0px; width: 100%;  z-index: 999; max-width: 1366px;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);/*FF 3.5+*/
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 0 5px rgba(0,0,0,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.menu_mobile{display: none; overflow: hidden; line-height: 35px; height: 35px; float: left; margin-top: 5px; width: 35px; border: 1px solid rgb(255,255,255,0.4); text-align: center;}
a#btn_menu_bootstrap{display: none; font-size: 19px; color: #fff; overflow: hidden; }
#btn_menu_bootstrap i{font-size: 30px;}
a.cart_mb{float: right; color: #fff00c; font-size: 15px; display: none; height: 40px; line-height: 40px;}
.mennu {background: #00a857;}
.menu_desk > ul { list-style: none;}
.menu_desk > ul > li { position: relative; display: inline-block; text-align: center;padding: 0px 5px;background: url(../images/li_top.png) no-repeat right center;}
.menu_desk > ul > li:first-child{margin-left: 0px;}
.menu_desk > ul > li:last-child{background: none;}
.menu_desk > ul > li span{display: block; margin-top: 5px;}
.menu_desk ul li a {color: #fff;font-size: 16px;display: block;/* font-family: 'font3'; */position: relative;text-transform: uppercase;padding: 12px 30px;}
.menu_desk > ul > li.line{background: url(../imgs/line_menu.png); width: 1px; height: 17px; margin-top: 14px;}
.menu_desk > ul > li.active > a, .menu_desk > ul > li:hover > a {color: #fff;background: #e31119}
.menu_desk ul ul {
  list-style: none;
  min-width: 250px;
  width: auto;
  position: absolute;
  z-index: 999;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0px;
  transition: 0.4s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#050203)";/*IE 8*/
  -moz-box-shadow: 0 2px 3px rgba(5, 2, 3, 0.2);/*FF 3.5+*/
  -webkit-box-shadow: 0 2px 3px rgba(5, 2, 3, 0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 2px 3px rgba(5, 2, 3, 0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#050203); /*IE 5.5-7*/
}
.menu_desk ul ul li { width: 100%; border-top: 1px solid #f2f2f2; position: relative; text-align: left;}
.menu_desk ul > li:hover > ul { visibility: visible; opacity: 1; transition: 0.4s; }
.menu_desk ul ul ul { left: 100%; top: 0px; }
.menu_desk ul ul li:hover > ul { visibility: visible; opacity: 1; transition: 0.4s; top: -1px; }
.menu_desk ul ul li a { padding: 10px 15px; font-size: 15px; color: #000; display: block; text-transform: none; white-space: nowrap; font-family: 'font3';}
.menu_desk ul ul li a:hover { color: #00a857; }
.menu_desk h2, .menu_desk h3, .menu_desk h4 { line-height: normal; margin: 0px;}
.shop_cart { float: right; position: relative; margin-left: 10px; line-height: normal; margin-top: 5px;}
.shop_cart a { display: inline-block; background: url(../imgs/gh.png) no-repeat 0px 0px; width: 34px; height: 34px; color: #000; }
.shop_cart p.num { color: #717171; }
.shop_cart span { display: inline-block; position: absolute; right: -10px; top: 2px; width: 16px; line-height: 16px; text-align: center; background: #0182c6; color: #fff; border-radius: 50%; font-size: 12px;}
.tk_pc{float: right; margin-top: 7px;}
.tk_mb{float: right; display: none;}
.timkiem { z-index: 9; position: relative; width: 100%; max-width: 245px;}
.timkiem .icon { background: url(../imgs/kinh.png) no-repeat center center; width: 39px; height: 39px; cursor: pointer; }
.frm_timkiem {width: 100%;}
.frm_timkiem input[type="text"] { background: rgb(0,0,0,0.2); height: 32px; border: none; padding: 0px 40px 0px 15px; width: 100%; color: #fff; outline: none; border-radius: 35px; font-size: 13px;}
.frm_timkiem input::-webkit-input-placeholder {color: #f2f2f2; font-size: 12px;}
.frm_timkiem input::-ms-input-placeholder {color: #f2f2f2; font-size: 12px;}
.frm_timkiem input::placeholder { color: #f2f2f2; font-size: 12px;}
.frm_timkiem button { background: url(../imgs/kinh.png) no-repeat center center; width: 28px; height: 28px; position: absolute; right: 5px; top: 1px; border: none;}
.auto_tk{position: absolute; top: calc(100% + 8px); right: 0px; font-family: 'font3'; font-size: 14px; display: none;}
.auto_tk .wrap{position: relative; width: 400px; z-index: 8; background: #fff; border: 1px solid #eee;border-radius: 6px;box-shadow: 0 1px 8px rgb(0 0 0 / 30%);}
.auto_tk .wrap:after { bottom: 100%; right: 95px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-bottom-color: #f5f5f5; border-width: 10px; margin-left: -10px; }
.auto_tk .view_title { background: #f5f5f5; color: #666; padding: 10px; }
.auto_tk .list-auto li { display: block; overflow: hidden; padding: 10px; border-bottom: 1px solid #eee; }
.auto_tk .list-auto li a { color: #3b7adb; margin: 0 5px 0; display: block; }
.auto_tk .pro-auto li { display: block; overflow: hidden; padding: 10px; border-bottom: 1px solid #eee; }
.item_auto{position: relative; font-family: 'font3'; font-size: 14px;}
.item_auto a{display: flex; flex-flow: row wrap; justify-content: space-between; color: #333;}
.item_auto .img{width: 70px;}
.item_auto .info{width: calc(100% - 80px);}
.item_auto .name{margin-bottom: 2px;}
.item_auto .txt1{margin-bottom: 2px; background: url(../imgs/bds1.jpg) no-repeat 0px 5px; padding-left: 19px;}
.item_auto .txt1 span{color: #fe0000;}
.item_auto .txt2{background: url(../imgs/bds2.jpg) no-repeat 0px 5px; padding-left: 19px;}
#slider{position: relative;width: 100%;margin: auto;max-width: 1366px;padding-top: 10px;}
#slider img{width: 100%; height: auto; max-height: 479px;}
.prev_slide{background: url(../imgs/prev_slide.png) no-repeat; width: 40px; height: 40px; position: absolute; left: 0px; top: 50%; transform: translate(0,-50%); cursor: pointer; z-index: 9;}
.next_slide{background: url(../imgs/next_slide.png) no-repeat; width: 40px; height: 40px; position: absolute; right: 0px; top: 50%; transform: translate(0,-50%); cursor: pointer; z-index: 9;}
.spnb_pc{float: right; width: 270px;}
/* Loader */
.loader-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:9999;pointer-events:none;}
.loader-wrapper #wrap{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:block;text-align:center;width:100%;height:100%;z-index:99999;}
.loader-wrapper.show1 #wrap{opacity:0;}
#loader-wrapper1:after{-webkit-mask:url(../imgs/mask-01.png);mask:url(../imgs/mask-01.png);-webkit-mask-size:2300% 100%;mask-size:2300% 100%;content:'';position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:rgba(255,255,255,1);z-index:10000;}
#loader-wrapper1.show1::after{-webkit-animation:MaskPlay 1s steps(22) forwards;animation:MaskPlay 1s steps(22) forwards;}
#loader-wrapper2:after{-webkit-mask:url(../imgs/mask-02.png);mask:url(../imgs/mask-02.png);-webkit-mask-size:7100% 100%;mask-size:7100% 100%;content:'';position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:rgba(255,255,255,1);z-index:10000;}
#loader-wrapper2.show1::after{-webkit-animation:MaskPlay 2s steps(22) forwards;animation:MaskPlay 2s steps(22) forwards;}
@-webkit-keyframes MaskPlay{
	from{-webkit-mask-position:0 0;mask-position:0 0}
	to{-webkit-mask-position:100% 0;mask-position:100% 0}
}
@keyframes MaskPlay{
	from{-webkit-mask-position:0 0;mask-position:0 0}
	to{-webkit-mask-position:100% 0;mask-position:100% 0}
}
.scrollToTop{position: fixed; bottom: 60px; right: 5px; z-index: 99; display: none; cursor: pointer;}
.scrollToTop img{height: 35px; width: auto;}
#call_hotline{position: fixed; bottom: 230px; left: 20px; z-index: 99;}
#about_home{position: relative; padding: 45px 0px;}
.flex_gt{display: flex; flex-flow: row wrap; justify-content: space-between;}
#about_home .col-img{width: calc(45% - 15px); position: relative;}
#about_home .col-img img{width: 100%; height: auto;}
#about_home .col-img .play{background: url(../imgs/play.png); background-size: 100% 100%; width: 89px; height: 63px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
#about_home .col-info{width: calc(55% - 15px); position: relative;}
.des_about{font-size: 14px; line-height: 22px; font-family: 'font3'; margin: auto 0px;}
.view_about{margin-top: 20px; text-align: left;}


.view_about a{
	display: inline-block;
	color: #fff;
	/* font-family: 'font3'; */
	line-height: 40px;
	width: 124px;
	background: #cc0000;
	text-align: center;
	text-transform: uppercase;
}
.view_about i{margin-left: 5px; position: relative; top: 2px;}
.view_about a:hover{color: #fef10d;}
.col-tc{width: 255px;}
.item_tc a{display: block; width: calc(100% - 52px); position: relative; height: 60px; line-height: 60px; color: #000; background: #ffd523; padding-left: 20px; font-family: 'font2'; font-size: 18px; margin-bottom: 17px;}
.item_tc a:after{content: '';background: url(../imgs/tc.png); width: 32px; height: 60px; position: absolute; right: -31px; top: 0px;}
.txt_about{/* font-family: 'font3'; */font-size: 15px;line-height: 25px;}
.wrap_name{margin-bottom: 30px; text-align: center; position: relative;}
.wrap_name .name{color: #205a99;/* font-family: 'font1'; */font-size: 30px;line-height: normal;text-transform: uppercase;font-weight: 700;}
.wrap_name .name2{color: #fef10d;}
.wrap_name .name h1{font-size: 30px; font-weight: normal; line-height: normal;}
.wrap_name .bong_name{background: url(../imgs/line_name.png) no-repeat center top; height: 12px; margin-top: 10px;}
.wrap_name .bong_name2{background: url(../imgs/line_name2.png) no-repeat center top;}
.txt_home{color: #333; font-family: 'font3'; text-align: center; font-size: 16px; line-height: normal; margin: 10px 0px;}
.txt_home2{color: #fff;}
.wrap_name2{margin-bottom: 15px;}
.wrap_name .name3{margin-bottom: 20px;}
#list_home{position: relative; padding: 50px 0px;}
.item_list{padding: 7px; background: #ececec;}
.item_list .img{position: relative; overflow: hidden;}
.item_list .img img{webkit-transition:-webkit-transform 0.5s ease;-moz-transition:-moz-transform 0.5s ease;transition:transform 0.5s ease;transition:0.5s; width: 100%; height: auto;}
.item_list:hover .img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.item_list .name{padding: 17px 0px 8px; text-align: center;}
.item_list .name a{display: block; color: #000; font-family: 'font2'; font-size: 18px; text-transform: uppercase;}
.item_list:hover .name a{color: #ffd523;}
#pro_nb{position: relative; margin-top: 30px;}
.row_home{padding: 20px 0px;}
.content_pro{position: relative;}
.row_spnb{padding: 30px 0px;}
.r_home{padding: 30px 0px;}
.r_home:nth-child(even){background: #f9f9f9;}
.col-pro{margin-bottom: 20px; padding: 0px 10px; 
	-ms-flex: 0 0 20%;
    flex: 0 0 25%;
    max-width: 25%;
}
.slider_index{
}
.owl-partner .owl-carousel.owl-drag .owl-item{
	padding: 10px !important;
	background: #fff;
}
.bordernone{
	border:0px !important;
}
.bordernone .img,.bordernone .img img{
	
}
.bordernone h3 a{}
.box_product{position: relative;}
.name_home12{
	text-align: center;
	margin-bottom: 20px;
}
.name_home12 span{
	display: inline-block;
	line-height: 45px;
	background:#fff;
	padding: 0px 20px;
	border-radius: 30px;
	border:1px dashed #ccc;
	margin-right: 15px;
	font-size: 16px;
	font-family: 'font1';
	cursor: pointer;
}
.name_home12 span:hover{
	color: #d01e2c;
	border: 1px solid #d01e2c;
}
.bordernone .price span.cu{
	color: #fff !important;
}
/*.box_product:after{position: absolute;
	content: '';
	bottom: -9px;
	left: 0px;
	width: 100%;
	height: 9px;
	background:url(../images/bong_sp.png) no-repeat top center;
}*/
.box_product .img{position: relative; overflow: hidden;}
.box_product .img img{webkit-transition:-webkit-transform 0.5s ease;-moz-transition:-moz-transform 0.5s ease;transition:transform 0.5s ease;transition:0.5s; width: 100%; height: auto;}
.box_product:hover .img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.box_product .sale{position: absolute; right: 10px; top: 10px; background: url(../imgs/sale.png) no-repeat; width: 35px; height: 35px; text-indent: 100px; background-size: cover;}
.box_product .addcart{position: absolute; left: 0px; top: 0px; background: rgb(0,0,0,0.4) url(../imgs/cart.png) no-repeat center center; width: 100%; height: 100%; z-index: 10; opacity: 0; visibility: hidden; transition: all 0.3s; cursor: pointer; display: none;}
.box_product .info{text-align: center;padding: 10px 0px 10px;color: #393939;/* font-family: 'font3'; */border-radius: 0px 0px 5px 5px;}
.box_product .name{margin-bottom: 5px;}
.box_product .name a{color: #333;/* font-family: 'font3'; */min-height: 35px;font-size: 16px;}
.box_product .name a:hover{color: #ff0000 !important;/* font-family: 'font1'; */}
.box_product .name h3{font-size: 14px;}
.price{display: flex;padding: 0px 10px;}
.box_product .price span.ban{color: #ed1c24;/* font-family: 'font1'; */font-size: 16px;width: 50%;text-align: right;}
.box_product .price span.cu{color: #666; font-family: 'font3'; text-decoration: line-through; margin-left: 5px; width: 50%; text-align: left;}
.box_product .price .icon{position: absolute; right: 0px; top: 0px; border-left: 1px solid #eeeae8; height: 100%; display: flex; width: 30px;}
.box_product .price .icon i{margin: auto; font-size: 22px; color: #d0d0d0;}
.box_product .view{margin-top: 5px; text-align: center;}
.box_product .view a{color: #0182c6; font-family: 'font3'; text-transform: uppercase;}
.box_product .view a:hover{color: #000;}
.box_product:hover .info .name a{color: #0182c6;}
.box_product:hover .addcart{opacity: 1; visibility: visible; transition: all 0.3s;}
.box_product .des{color: #383838; font-size: 14px;}
.box_product .info b{font-family: 'font1';}
.box_product .r1{display: flex; flex-flow: row wrap; justify-content: space-between; align-items: baseline;}
.box_product .r1 .price{background: url(../imgs/bds1.jpg) no-repeat 2px 5px; padding-left: 19px; margin-bottom: 5px;}
.box_product .r1 .price span{color: #fe0000;}
.box_product .r1 .kv{margin-bottom: 5px; background: url(../imgs/bds2.jpg) no-repeat 0px 5px; padding-left: 18px;}
.box_product .r2{background: url(../imgs/bds3.jpg) no-repeat 0px 4px; padding-left: 19px; margin-bottom: 5px;}
.box_product .r3{background: url(../imgs/bds4.jpg) no-repeat 0px 3px; padding-left: 19px; margin-bottom: 5px;}
.item_spnb{margin-bottom: 9px;}
.box_product_nb{position: relative;}
.box_product_nb .img{position: relative; overflow: hidden;}
.box_product_nb .img img{webkit-transition:-webkit-transform 0.5s ease;-moz-transition:-moz-transform 0.5s ease;transition:transform 0.5s ease;transition:0.5s; width: 100%; height: auto;}
.box_product_nb:hover .img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.box_product_nb .info{text-align: center; padding: 7px 0px 0px; color: #4d4d4d; font-family: 'font3'; border-radius: 0px 0px 5px 5px;}
.box_product_nb .name{margin-bottom: 5px;}
.box_product_nb .name a{color: #333; font-family: 'font1'; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.box_product_nb .name h3{font-size: 14px;}
.box_product_nb .masp{text-transform: uppercase;}
.box_product_nb .masp span{color: #0182c6;}
.box_product_nb:hover .info .name a{color: #0182c6;}
.name.text-split{-webkit-line-clamp: 2;}
#news{padding: 40px 0px;}
.r_ttnb{outline: none; margin-bottom: 15px;}
.item_ttnb .img{position: relative; float: left; width: 150px;}
.item_ttnb .img img{width: 100%; height: auto; border-radius: 5px;}
.item_ttnb .info{float: right; width: calc(100% - 165px);}
.item_ttnb .name{margin-bottom: 5px; position: relative; max-height: 45px; overflow: hidden;}
.item_ttnb .name a{display: block; color: #000; font-family: 'font1'; font-size: 15px;}
.item_ttnb .des{font-family: 'font3'; color: #666; font-size: 13px; line-height: 20px;}
.item_ttnb:hover .name a{color: #197a31;}
.item_ttnb:hover .img img{opacity: 0.8;}
.big_news{margin-bottom: 20px;}
.big_news .img img{width: 100%; height: auto;}
.big_news .info{padding-top: 10px;}
.big_news .name{margin-bottom: 5px;}
.big_news .name a{color: #000; font-family: 'font2'; display: block;}
.big_news .des{font-family: 'font3'; font-size: 14px; color: #707070;}
.big_news:hover .name a{color: #0182c6;}
#doitac{padding: 40px 0px; background: #08378c;}
.owl-partner{padding: 0px 0px;}
.w160{
	max-width: 1070px;
	margin: auto;
	position:relative;
}
#main_content img.img_dt{
 margin: 8px; 
}
.img_dt:hover{

}
.prev_doitac{border:none; position: absolute; background: url(../images/p1.png); width: 34px; height: 34px; cursor: pointer; left: -60px; top: 25%; z-index: 9; outline: none;}
.next_doitac{border:none; position: absolute; background: url(../images/n1.png); width: 34px; height: 34px; cursor: pointer; right: -60px; top: 25%; z-index: 9; outline: none;}
#footer{position: relative; padding: 40px 0px 0px;background:#00a857;background-size: cover;}
.main_footer{max-width: 1080px; margin: auto;}
.content_foot{color: #fff; font-size: 14px; line-height: 24px; font-family: 'font3'; margin-bottom: 20px;}
.mxh_f{text-align: right;}
.mxh_f img{display: inline-block; margin: 0px 2px;}
.title_foot{color: #fff;/* font-family: 'font1'; */font-size: 15px;text-transform: uppercase;margin-bottom: 10px;font-weight: 500;}
.title_foot2{margin-bottom: 2px;}
.line_foot{width: 56px; height: 1px; background: #fff; margin-bottom: 15px;}
.name_company{text-align: left; margin-bottom: 15px; font-family: 'font1'; text-transform: uppercase; color: #fef10d; font-size: 30px;}
.foot_info{font-size: 15px; padding-left: 35px; margin-bottom: 5px; color: #fff; min-height: 30px; font-family: 'font3'; padding-top: 4px;}
.text_company{text-align: left; color: #fef10d; font-family: 'font4'; text-transform: uppercase; font-size: 13px; margin-bottom: 5px;}
.foot_name{font-family: 'font1'; color: #fef10d; font-size:36px; text-align: left; margin-bottom: 15px;}
.foot1{background: url(../imgs/foot1.png) no-repeat 4px 3px;}
.foot2{background: url(../imgs/foot2.png) no-repeat 6px 4px;}
.foot3{background: url(../imgs/foot3.png) no-repeat 0px 8px;}
.foot4{background: url(../imgs/foot4.png) no-repeat 0px 5px;}
.flex_cont{display: flex; flex-flow: row wrap; justify-content: space-between;}
.col-foott{width: calc(20% - 15px);margin-bottom: 30px;}
.quangcao{width: 100%;margin: 20px auto;text-align: center;}
.quangcao img{max-width: 100%;}
.col-foott:nth-child(1){
	width: 29%;
}
.col-foott:nth-child(2){
	width: 20%;
}
.col-foott:nth-child(3){
	width: 250px;
	overflow: hidden;
}
.col-foott:nth-child(4){
	width: 250px;
	overflow: hidden;
}
.w40{
	width: 40%;
}
.w60{
	width: 60%;
	padding-left: 10px;
}
.tukhoa{
	padding: 20px 0px;
}
.chu_hen{
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    display: block;
    position: relative;
    /* font-family: 'font1'; */
    margin-bottom: 10px;
    font-weight: 700;
}
.info-footer span{
    color: #fff;
    display: block;
    padding-left: 30px;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: 'font3';
}
.info-footer span:nth-child(1){
    background: url(../images/dc.png) no-repeat left center;
    }
.info-footer span:nth-child(2){
    background: url(../images/dt.png) no-repeat left center;
    }
.info-footer span:nth-child(3){
    background: url(../images/email.png) no-repeat left center;
    }
.info-footer span:nth-child(4){
    background: url(../images/web.png) no-repeat left center;
    }
.info-footer span:nth-child(5){
    background: url(../images/tk.png) no-repeat left center;
    }
   .tags_seo{
   	width: 100%;
   	background: #00bf6e;
   	margin: auto;
   	padding: 10px 0px;
   }
 .tags_seo span{
 	color: #fff;
 	font-size: 18px;
 	display: block;

  }
 .tukhoa{
 	display: grid;
 	grid-template-columns: repeat(4,1fr);
 	}
.tukhoa a{
	font-weight: normal;
    color: #fff;
    display: block;
    font-size: 15px;
    font-family: 'font3';
    background: url(../images/b7.png) no-repeat 0px 5px;
    padding-left: 15px;
}
.product_nb{
	margin: auto;
	width: 100%;
	padding: 40px 0px;
}
.product_km{
	margin: auto;
	width: 100%;
	padding: 40px 0px;
	background: #f1fbf6;
}
.product_quangcao{
	padding: 40px 0px;
}
.quangcao_index{
	position: relative;
}
.quangcao_index img{
	border-radius: 5px;
}
.info_qc{
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	padding: 10px;
	z-index: 999;
	color: #fff;
}
.info_qc b{
	display: block;
	font-size: 16px;
	font-family: 'font1';
}
.info_qc span{
	display: block;
	font-size: 15px;
	color: #fff;
	margin-bottom: 5px;
}
.info_qc a{color: #fff; padding: 5px 10px;border:1px solid #fff;border-radius: 5px;}
.info_qc a:hover{border:1px solid red;border-radius: 5px;color: red;}
.tukhoa a:hover{color: #fef10d !important;}
.col-foot{margin-bottom: 30px;color: #000;/* font-family: 'font3'; */font-size: 15px;}
.col-foot-1{float: left; width: 490px; margin-right: 70px;}
.col-foot-2{float: left; width: 240px;}
.col-foot-3{float: right; width: 300px;}
.ul_kenh img{display: inline-block; margin-right: 10px}
.ul_kenh li{margin-bottom: 7px;}
.ul_kenh li a{color: #000; font-family: 'font2'; display: block;}
.ul_kenh li a:hover{color: #0182c6;}
ul.ul_foot{list-style: none;}
ul.ul_foot li{position: relative; margin-bottom: 5px; color: #fff;}
ul.ul_foot li span{color: #fef10d;}
ul.ul_foot li a{font-weight:normal;color:#fff;display:block;font-size: 14px;/* font-family: 'font3'; */background: url(../images/b1.png) no-repeat 0px 11px;padding-left: 10px;}
ul.ul_foot li a:hover{color: #fef10d;}
#chinhanh{padding: 40px 0px 10px; background: #011a04;}
.item_cn{float: left; width: 360px; margin-right: 60px; margin-bottom: 30px; text-align: left; color: #fff; font-family: 'font3'; font-size: 13px;}
.item_cn:nth-child(3n){margin-right: 0px;}
.item_cn:nth-child(3n+1){clear: left;}
.item_cn .name{font-size: 16px; margin-bottom: 10px;}
.item_cn .line{width: 50px; height: 2px; background: #ffc526; margin-bottom: 25px;}
.item_cn .txt1{background: url(../imgs/dc1.png) no-repeat 0px 0px; padding-left: 30px; margin-bottom: 20px;}
.item_cn .txt2{background: url(../imgs/dc2.png) no-repeat 0px 0px; padding-left: 30px; margin-bottom: 20px;}
.item_cn .txt3{background: url(../imgs/dc3.png) no-repeat 0px 3px; padding-left: 30px; margin-bottom: 20px;}
#bottom{color: #fff; font-family: 'font3'; font-size: 14px; padding: 15px 0px; position: relative; background: #000;}
.copyright{text-align:center;color: #fff;}
.copyright span{color: #fef10d;}
.thongke{float: right; text-align: right;}
.thongke>div{color:#fff; display: inline-block;}
.thongke span{margin: 0px 10px;}
#bottom b{font-family: 'font3';}
.top_icon{background: url(../imgs/top.png); width: 72px; height: 56px; position: absolute; transform: translate(-50%,0); left: 50%; top: -27px; cursor: pointer;}
#map_home{position: relative;}
#map_home iframe{width: 100%; height: 450px;}
#map_home .chinhanh{
	position: absolute;
	top: 20px;
	left: 5%;
	z-index: 9999;
}
.footer-powered{
}
.statistic{
	width: 60%;
	text-align: right;
	color: #fff;
}
.statistic span{display: inline-block;color: #fff;font-size: 14px;padding-left: 10px;}
.chinhanh a{line-height: 45px;cursor: pointer;margin-right: 10px; background:#0066cc;color: #fff !important;font-size: 16px;text-transform: uppercase;padding: 0px 10px;font-family: 'font1';display: inline-block;}
.chinhanh a:hover{background: red;}
.list_map a{display: inline-block; color: #333; padding: 5px 12px; border: 1px solid #f2f2f2; background: #fff;}
.list_map a.active, .list_map a:hover{color: #fff; background: #e7c403; border: 1px solid #e7c403; text-decoration: none;}
.list_map2{position: relative; z-index: 99; text-align: left;}
.list_map2 a{display: inline-block; color: #333; padding: 5px 12px; border: 1px solid #f2f2f2; background: #fff;}
.list_map2 a.active, .list_map a:hover{color: #fff; background: #e7c403; border: 1px solid #e7c403; text-decoration: none;}
.list_bvlq{margin-top:20px; border-top: 1px solid #eee; padding-top: 15px; margin-bottom: 20px;}
.list_bvlq ul{list-style:none;}
.list_bvlq ul li{margin-bottom:10px;}
.list_bvlq ul li i{margin-right: 5px;}
.list_bvlq ul li a{font-size:14px;color:#333;}
.list_bvlq ul li a:hover{text-decoration:none; color: #0182c6;}
.list_bvlq ul li span{color:#999;}
.name_bvlq{font-weight:bold;font-size:17px;margin-bottom:10px;}
.col_news{margin-bottom: 25px;}
.col_news:nth-child(3n+1){clear: left;}
.box_news{border: 1px solid #eaeaea;}
.box_news .img img{width: 100%; height: auto;}
.box_news .info{padding: 20px; border-top: 1px solid #eaeaea;}
.box_news .name{margin-bottom: 8px;}
.box_news .name a{color: #000;/* font-family: 'arial'; */}
.box_news .name h3{font-size: 15px; font-weight: bold;}
.box_news .des{font-size: 14px;line-height: 24px;/* font-family: 'arial'; */text-align: justify;margin-bottom: 10px;color: #777;}
.box_news .view a{font-size: 14px; color: #000;}
.box_news:hover .name a{color: #0182c6;}
.box_news:hover .view a{color: #0182c6;}
.col-frm{border: 1px solid #dfdfdf; padding: 30px;}
.frm_lh .title{text-transform: uppercase; font-family: 'font2'; font-size: 18px; margin-bottom: 20px;}
.frm_lh form{max-width: 495px; margin: auto;}
.txt_l_lh{text-align: left; text-transform: uppercase; font-size: 18px; font-family: 'font2'; margin-bottom: 20px;}
.r_lh{margin-bottom: 15px; min-height: 28px; padding-left: 40px; border-bottom: 1px solid #e5e5e5; padding-bottom: 15px; font-family: 'font2'; font-size: 13px;}
.r_lh1{background: url(../imgs/lh1.jpg) no-repeat 4px 3px;}
.r_lh2{background: url(../imgs/lh2.jpg) no-repeat 0px 4px;}
.r_lh3{background: url(../imgs/lh3.jpg) no-repeat 0px 3px;}
.link_map{margin-bottom: 30px;}
.link_map a{display: block; background: url(../imgs/map.png) no-repeat 0px 0px; line-height: 48px; padding-left: 60px; font-size: 13px; color: #000; font-family: 'font2';}
#dknt{position: relative; background: #000; padding: 30px 0px 10px;} 
.flex_r_dknt{display: flex; justify-content: space-between; flex-flow: row wrap; align-items: center; max-width: 1190px; margin: auto;}
.col-dkntt{margin-bottom: 20px;}
.col-dknt1{color: #fff;}
.col-dknt1 p.r1{font-family: 'font1'; text-transform: uppercase; font-size: 28px;}
.col-dknt2{width: 100%; max-width: 515px; position: relative;}
.col-dknt2 input[type='email']{background: #fff; border: none; height: 45px; border-radius: 45px; color: #000; width: 100%; outline: none; padding: 0px 75px 0px 20px;}
.col-dknt2 button[type='submit']{background: #ffc000; color: #333; line-height: 36px; height: 36px; border-radius: 36px; padding: 0px 20px; font-size: 14px; position: absolute; right: 5px; top: 5px; border: none; outline: none; font-family: 'font1';}
.col-dknt{width: 38%; background: #fdba2e;}
.col-dknt-in{width: 100%; margin-top: 30px;}
.col-img-dknt{width: 62%;}
.col-img-dknt img{width: 100%; height: auto;}
.flex_dknt{display: flex; flex-flow: row wrap; justify-content: space-between;}
.frm_dknt{position: relative; padding: 35px 33px;}
.txt_dknt1{text-align: left; position: relative; margin-bottom: 8px; color: #205a99; font-family: 'font1'; font-size: 28px; text-transform: uppercase;}
.line_dknt{background-color: #363636; width: 64px; height: 3px; margin-bottom: 20px;}
.txt_dknt2{font-size: 16px; margin-bottom: 15px;}

.frm_dknt .r_dknt:nth-child(1){
	width:30%;
}
.frm_dknt .r_dknt:nth-child(2){
	width:30%;
}
.frm_dknt .r_dknt:nth-child(3){
	width:40%;
}


.frm_dknt .r_dknt input{width: calc(50% - 5px);}
.frm_dknt input[type='text'], .frm_dknt input[type='email']{padding: 11px 15px 11px 15px; font-size: 14px; color: #000; 
	outline: none; font-family: 'font3'; border: none;margin-bottom: 10px; background: #fff;
	width: 97%;

} 
.frm_dknt input[type='file']{margin-bottom: 10px;}
.frm_dknt textarea{width: 100%; background: #fff; padding: 11px 15px 11px 15px; font-size: 14px;color: #000; outline: none; border: none;}
.frm_dknt .btn_ac{
    text-align: left;
    position: absolute;
    top: 78%;
    width: 100%;
    padding-left: 11.5%;
}
.btn_ac button[type='submit']{padding: 7px 15px; outline: none; display: inline-block; border:none;font-size: 14px; 
	background: #669900; color: #fff; font-family: 'font3'; border:none;margin-right: 10px;}
.btn_ac span{
	color: #fff;
	font-size: 22px;
	font-family: 'font1';
	display: inline-block;
	background: url(../images/hotline1.png) no-repeat center left;
	padding-left: 40px;
	margin-right: 5%;
	line-height: 38px;
	float: left;
}
.btn_ac input[type='reset']{background: #669900; color: #fff;border:none;}
.btn_ac input:hover{opacity: 0.9;}
.frm_dknt input::-webkit-input-placeholder {color: #333; font-size: 14px;}
.frm_dknt input::-ms-input-placeholder {color: #333; font-size: 14px;}
.frm_dknt input::placeholder { color: #333; font-size: 14px;}
.frm_dknt textarea::-webkit-input-placeholder {color: #333; }
.frm_dknt textarea::-ms-input-placeholder {color: #333; }
.frm_dknt textarea::placeholder { color: #333; }
.wrap_sel_file{position: relative; width: calc(50% - 5px);}
.text-split{overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:3;}
.motatin.text-split{

}
.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
}
.wrap-tintuc{
	padding:30px 0px;
}
.tintuc_index{
	position: relative;
	width: 47%;
	padding-right: 1%;
}
.pic_tintuc_index img{
	width: 100%;
}
.info-tintuc_index{
	width: 100%;
	padding: 10px;
	z-index: 999;
	background: #00a857;
}
.tintuc-newshome_index{color: #fff;font-size: 16px;/* font-family: 'font1'; */margin-bottom: 5px;font-weight: 700;}
.tintuc-newshome_index:hover{color: #ff0;}
.motatin_index{
color: #fff;
}
.ngayo{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.pic_tintuc{
	float: left;
	margin-right: 15px;
}
.ngay{
	float: left;
	width: 60px;
	text-align: center;
	padding: 5px;
	color: #fff;
	background: #08378c;
}
.ngay b{
	display: block;
	font-size: 22px;
	font-family: 'font1';
}
.ngay span{display: block;}
.box_tintuc{
	    margin-bottom: 10px;
    background: #f1fbf6;
    position: relative;
}
.box_congtrinh:hover .info-congtrinh{
	background: #00a857;
	color: #fff !important;
}
.box_congtrinh:hover *{
	color: #fff !important;
}
.info-congtrinh{
	padding:10px;
	background: #f1fbf6;
	min-height: 140px;
}
.tintuc-newshome{
	color: #333;
	font-size: 	14px;
	/* font-family: 'font1'; */
	font-weight: 700;
}
.info-tintuc{
	padding-top: 10px;
	padding-right: 10px;
}
.tintuc-newshome:hover{color: red;}
.motatin{
	color: #333;
}
.title-main_dm1 span{
	color:#0066cc;
	font-size: 27px;
	font-family: UTMHelvetIns;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.chubaiviet{
	background: url(../images/b6.png) no-repeat top left;
    padding-left: 15px;
    margin-top: 8px;
    color: #000;
    display: inline-block;
    margin-bottom: 6px;
}
.title-main_dm1 span:after{
	width: 80px;
	height: 5px;
	background: url(../images/line2.png) no-repeat top left;
	position: absolute;
	top: 17px;
	left: 105%;
	content: '';
}
.left-intro{
	width: 65%;
	padding-right: 1%;
}
.right-intro{
	width: 35%;
	padding-left: 1%;
}

#gallery{padding: 40px 0px;}
.content_al{min-height: 543px; position: relative;}
.item_al{position: relative; float: left; margin-bottom: 33px; max-width: calc(33.33% - 15px);}
.item_al a{display: block;}
.item_al .name{position: absolute; padding: 10px; color: #fff; background: rgb(1 116 121 / 50%); width: 100%; bottom: 0px; left: 0px; text-align: center; font-family: 'font2'; opacity: 0; visibility: hidden; transition: all 0.4s;}
.item_al_1{position: absolute; left: 50%; top: 0px; transform: translate(-50%,0);}
.item_al_3, .item_al_5{float: right;}
.item_al_4{clear: left;}
.item_al:hover .name{opacity: 1; visibility: visible; transform: all 0.4s;}
a.thumb-them{display: none;}
.col-pro .item_al{margin: 0px; width: 100%;}
.col-l-gt{float: left; width: calc(50% - 23px);}
.col-l-gt .txt1{font-family: 'font2'; font-size: 34px; color: #0060aa; margin-bottom: 10px; line-height: normal;}
.col-l-gt .txt1 h1{font-size: 34px;}
.col-l-gt .txt2{font-family: 'font2'; font-size: 18px;}
.col-l-gt .line_gt{width: 100px; height: 2px; background: #fdb768; margin: 25px 0px;}
.col-r-gt{float: right; width: calc(50% - 23px);}
.row_ab{border: 1px solid #ddd; position: relative; margin-bottom: 20px;}
.row_ab .title{font-family: 'font2'; font-weight: bold; font-size: 18px; line-height: 60px; cursor: pointer;}
.row_ab .title i{float: left; width: 60px; height: 60px; line-height: 60px; margin-right: 22px;
	text-align: center; color: #000; background: #eee; font-size: 18px; font-weight: bold;
}
.row_ab .title i.i1{display: block;}
.row_ab .title i.i2{display: none;}
.row_ab .cont{font-family: 'font2'; font-size: 15px; padding: 20px; text-align: justify; border-top: 1px solid #ddd; display: none;}
.content_gt{margin-top: 50px;}
.row_ab.active .title i{background: #242f3d; color: #fff;}
.row_ab.active .title i.i1{display: none;}
.row_ab.active .title i.i2{display: block;}
.wrap_video{max-width: 800px; margin: auto;}
#why{padding: 50px 0px; position: relative;}
.col-why{margin-bottom: 30px;}
.item_why{position: relative;}
.item_why .info{text-align: center;}
.item_why .img{text-align: center; margin-bottom: 10px;}
.item_why .img img{margin: auto; width: auto;}
.item_why .name{margin-bottom: 5px; color: #fff; font-family: 'font2'; font-size: 16px;}
.item_why .des{color: #fff; font-family: 'font3'; font-size: 13px;}
.item_why:hover .img img{transition: all 0.4s; -webkit-transform: rotate(360deg); transform: rotate(360deg);}
#other{padding: 40px 0px 10px; background: #f4f4f4;}
.col-other-l{float: left; width: calc(100% - 430px); margin-bottom: 30px;}
.col-other-r{float: right; width: 392px; margin-bottom: 30px;}
.title_other{font-family: 'font1'; font-size: 32px; margin-bottom: 10px; text-align: left; color: #197a31; text-transform: uppercase; line-height: normal;}
.line_other{background: #dd0000; height: 2px; margin-bottom: 20px; width: 58px;}
.l_ttnb{float: left; width: calc(50% - 10px);}
.ri_ttnb{float: right; width: calc(50% - 10px);}
.news_big{margin-bottom: 20px;}
.news_big .img{position: relative;}
.news_big .img img{width: 100%; height: auto;}
.news_big .info{padding-top: 15px;}
.news_big .name{margin-bottom: 5px;}
.news_big .name a{color: #000; font-family: 'arial'; font-size: 15px; font-weight: bold;}
.news_big .des{line-height: 20px; font-family: 'arial'; color: #333; font-size: 13px;}
.news_big .view{text-align: left; margin-top: 15px;}
.news_big .view a{display: inline-block; color: #333; text-transform: capitalize; font-size: 13px; font-family: 'font3'; border: 1px solid #333; padding: 8px 18px; background: #fff;}
.news_big .view a:hover{color: #fff; background: #333;}
.news_big:hover .name a{color: #197a31;}
.r_news_small{outline: none;}
.news_small{margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px dotted #c3c3c3;}
.news_small:nth-child(2n){margin-right: 0px;}
.news_small .date{color: #808080; text-align: left; font-style: italic;}
.news_small .img{float: left; width: 210px;}
.news_small .info{float: right; width: calc(100% - 195px);}
.news_small2 .img{float: right;}
.news_small2 .info{float: left;}
.news_small .name{text-align: left; margin: 8px 0px; max-height: 42px; overflow: hidden;}
.news_small .name a{color: #000; font-family: 'font2'; font-size: 15px; display: block;}
.news_small .des{font-size: 14px; font-family: 'font3'; color: #333; line-height: 22px;}
.news_small .view{margin-top: 10px;}
.news_small .view a{font-size: 13px; color: #fe0101;}
.news_small:hover .name a{color: #d12121;}
.main-vd{position: relative; width: 100%;}
.thumb_video{position: relative; width: 100%; margin-top: 17px;}
.list-vd{}
.item-vd{margin-right: 7px; position: relative; outline: none;}
.item-vd img{width: 136px; height: 107px;}
.item-vd a:after{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; 
  background: url(../imgs/play.png) no-repeat center center; 
}
.item-vd:hover img{opacity: 0.9;}
#tags{padding: 30px 0px; background: #efefef;}
.icon_tag{float: left; background: url(../imgs/tag.png) no-repeat 0px 0px; width: 100px; height: 70px;}
.all_tags{float: right; width: calc(100% - 132px);line-height: 25px;}
.all_tags a{display: inline-block; color: #000; font-family: 'font2'; font-size: 14px;}
.all_tags a:hover{color: #0093dd;}
.all_tags span{display: inline-block; margin: 0px 10px;}
.all_tags span:last-child{display: none;}
.all_pro{position: relative;}
.prev_sp{position: absolute; left: -35px; top: 50%; transform: translate(0,-50%); background: url(../imgs/prev_sp.png); width: 21px; height: 40px; cursor: pointer; background-size: 100% 100%;}
.next_sp{position: absolute; right: -35px; top: 50%; transform: translate(0,-50%); background: url(../imgs/next_sp.png); width: 21px; height: 40px; cursor: pointer; background-size: 100% 100%;}
.list_tags a{display: inline-block; padding: 6px 10px; background: #0093dd; color: #000; font-size: 12px; border-radius: 4px; font-family: 'font3';}
.list_tags a:hover{background: #e40006; color: #fff;}
#datban{position: fixed; right: 0px; top: 30%; z-index: 99;}
#datban .txt{position: absolute; bottom: 30px; left: 3px; color: #000; font-size: 10px;text-align: center; width: 100%; text-transform: uppercase; font-family: 'font2';}
#lkw{position: relative; padding: 60px 0px;}
.wrap_lk{position: relative; background: url(../imgs/khung.png) no-repeat center 35px; width: 825px; min-height: 281px; margin: auto; padding: 0px 20px 40px 20px; background-size: 100% auto;}
.name_lk{text-align: center; color: #ffe401; font-family: 'font1'; font-size: 60px; line-height: normal;}
.phone_lk{text-align: center; color: #fff; font-family: 'font3'; font-size: 20px;}
.phone_lk span{color: #f8160d; font-family: 'font1'; font-size: 32px;}
.icon_lk{text-align: center; margin-top: 20px;}
.icon_lk img{display: inline-block; margin: 0px 2px;}
#service{padding: 50px 0px; position: relative; background: #fbbc05 url(../imgs/bg_dv.jpg) no-repeat left bottom;}
.flex_dv{display: flex; flex-flow: row wrap;}
.col-l-dv{width: 50%; background: #987707; padding: 40px 30px 20px;}
.col-r-dv{width: 50%; padding: 40px 30px; color: #fff; text-transform: uppercase;}
.txt_lh1{font-family: 'font1'; font-size: 30px;}
.txt_lh2{font-family: 'font4'; font-size: 24px;}
.txt_lh3{margin-top: 35px;}
.txt_lh3 a{color: #fff; font-family: 'font3'; font-size: 16px; padding: 12px 30px; border-radius: 7px; background: #987707;}
.dv_home{float: left; width: calc(50% - 10px); margin-right: 20px; margin-bottom: 20px;}
.dv_home:nth-child(2n+1){clear: left;}
.dv_home:nth-child(2n){margin-right: 0px;}
.dv_home a{display: block; background: #fff; color: #000; font-family: 'font2'; padding: 10px 17px; border-radius: 10px; font-size: 15px;}
.dv_home img{margin-right: 10px; float: left;}
.dv_home span{display: block; max-width: calc(100% - 43px); float: left; margin-top: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.dv_home a:hover{color: #987707;}
.txt_dv{text-align: left; color: #fff; font-family: 'font2'; text-transform: uppercase; font-size: 26px; margin-bottom: 15px;}
.item_dv{position: relative;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 0 7px rgba(0,0,0,0.2);/*FF 3.5+*/
-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 0 7px rgba(0,0,0,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.item_dv .img{position: relative; overflow: hidden;}
.item_dv .img img{webkit-transition:-webkit-transform 0.5s ease;-moz-transition:-moz-transform 0.5s ease;transition:transform 0.5s ease;transition:0.5s; width: 100%; height: auto;}
.item_dv:hover .img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.item_dv .name{text-align: center; padding: 14px 10px; background: #fff;}
.item_dv .name h3{font-size: 15px;}
.item_dv .name a{color: #333; font-family: 'font2'; display: block;}
.item_dv:hover .name a{color: #0182c6;}
.prev_dv{position: absolute; left: 0px; top: 40%; background: url(../imgs/prev.png); width: 15px; height: 28px; cursor: pointer;}
.next_dv{position: absolute; right: 0px; top: 40%; background: url(../imgs/next.png); width: 15px; height: 28px; cursor: pointer;}
#ykien{position: relative; padding: 45px 0px; background: #f3f3f3;}
.inner_yk{position: absolute; right: 0px; top: 0px; height: 590px; background: rgba(255, 228, 1, 0.8); z-index: 9; width: 757px; padding: 40px 50px;}
.wrap_ykien { max-width: 800px; margin: auto; position: relative;}
.slick_ykien { position: relative; max-width: 505px; margin: auto; height: 195px; margin-bottom: 10px; }
.prev_ykien { background: url(../imgs/prev_ykien.png); width: 36px; height: 36px; position: absolute; left: 20px; top: 40%; cursor: pointer; }
.next_ykien { background: url(../imgs/next_ykien.png); width: 36px; height: 36px; position: absolute; right: 20px; top: 40%; cursor: pointer; }
#owl_ykien { height: 100%; }
#owl_ykien .slick-list { height: 100%; padding-top: 38px !important; }
#owl_ykien .slick-slide { width: 115px; height: 115px; transition: all 0.5s; transform: scale3d(1, 1, 1); }
#owl_ykien .slick-current { -webkit-transform: scale3d(1.6, 1.6, 1.6); -moz-transform: scale3d(1.6, 1.6, 1.6); -transform: scale3d(1.6, 1.6, 1.6); }
.item_ykien img { width: 115px; margin: auto; -webkit-border-radius: 50%;/*Safari, Chrome*/ -moz-border-radius: 50%;/*Firefox*/ border-radius: 50%; }
.txt_ykien { max-width: 800px; margin: auto; position: relative; }
.content_ykien { color: #fff; font-family: 'font3'; font-size: 14px; line-height: 25px; text-align: center; display: none; }
.content_ykien .name_item { color: #fe0303; font-family: 'font2'; font-size: 15px; }
.content_ykien .name_item2 { color: #fe0303; font-family: 'font3'; font-size: 14px; }
.content_ykien:first-child { display: block; }
.content_ykien .icon { background: url(../imgs/note.png) no-repeat center center; height: 17px; margin-bottom: 10px; }
.content_ykien .name { font-family: 'font2'; font-size: 15px; margin-bottom: 2px; }
.content_ykien .txt {margin-bottom: 10px;}
#icon_lk{position: fixed; right: 5px; top: 50%; transform: translate(0,-50%); z-index: 99;}
#icon_lk img{display: block; margin: 10px 0px; width: 50px; height: auto;}
#pro_bc{position: relative; margin-top: 30px;}
.row_home{padding: 20px 0px; overflow: hidden;}
.col-home-qc{float: left; width: 280px; position: relative;}
.col-home-qc img{width: 100%; height: auto;}
.prev_qc{position: absolute; left: 50%; top: 0px; transform: translate(-50%,0); z-index: 9; background: url(../imgs/prev_list.png); width: 40px; height: 40px; cursor: pointer; outline: none;}
.next_qc{position: absolute; left: 50%; bottom: 0px; transform: translate(-50%,0); z-index: 9; background: url(../imgs/next_list.png); width: 40px; height: 40px; cursor: pointer; outline: none;}
.col-home-sp{float: right; width: calc(100% - 295px);}
.item_dvhome{position: relative; padding: 25px 0px;}
.item_dvhome .img{float: left; z-index: 1;}
.item_dvhome .info{position: absolute; z-index: 2; right: 0px; top: 50%; transform: translate(0,-50%); padding: 50px 60px; width: 100%; max-width: 50%; background: #fff;
-moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);/*FF 3.5+*/
-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 0 4px rgba(0,0,0,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.item_dvhome .info .name{text-align: left; margin-bottom: 25px;}
.item_dvhome .info .name a{color: #ffc107; text-transform: uppercase; font-size: 34px; font-family: 'font1';}
.item_dvhome .info .des{font-family: 'font3'; font-size: 14px; line-height: 22px;}
.item_dvhome .info .view{margin-top: 30px; text-align: left;}
.item_dvhome .info .view a{display: inline-block; background: #fff; color: #000; font-family: 'font3'; font-size: 14px; height: 40px; line-height: 40px; width: 126px; text-transform: uppercase; text-align: center; border: 1px solid #ffc107;}
.item_dvhome .info .view a:hover{background: #ffc107;}
.item_dvhome:nth-child(2n) .img{float: right;}
.item_dvhome:nth-child(2n) .info{left: 0px; right: auto;}
.view_home{text-align: center;margin-bottom: 20px;}
.view_home2{margin-top: 25px;}
.view_home a{
	    display: inline-block;
    border: 1px solid #ccc;
    color: #333;
    font-family: 'font1';
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 5px;
    background: #F1F1F2;
    padding: 0px 20px;
}
.view_home a:hover{background: #0182c6; color: #fff;}
#projects{padding: 40px 0px;}
.list_ct{text-align: center; margin-bottom: 25px;}
.list_ct .item_ta{display: inline-block; background: #fff; padding: 5px 15px; color: #333; font-family: 'arial'; font-size: 15px; margin: 5px; font-weight: bold; cursor: pointer;}
.list_ct .item_ta:hover, .list_ct .item_ta.active{background: #0182c6; color: #fff;}
.col-da{margin-bottom: 30px;}
.item_da{position: relative;}
.item_da .img img{width: 100%; height: auto;}
.item_da .name{position: absolute; left: 0px; bottom: -100%; transition: all 0.4s; width: 100%; padding: 12px 10px; text-align: center; background: rgb(0 0 0 / 50%); color: #fff; font-family: 'font3';}
.item_da:hover .name{transition: all 0.4s; bottom: 0px;}
.col-tv{float: left; width: calc(100% - 450px);}
.col-tv .name_tv{position: relative; text-align: left; color: #ffc107; font-family: 'font1'; font-size: 30px; margin-bottom: 2px; padding-left: 22px; text-transform: uppercase;}
.col-tv .name_tv:before{content: ''; background: #ffc107; width: 1px; height: 38px; position: absolute; left: 0px; top: 0px;}
.col-tv .txt_tv{color: #909090; font-family: 'font3'; margin-bottom: 30px;}
.item_tv{position: relative;}
.item_tv .img{position: relative;}
.item_tv .date{position: absolute; left: 5px; top: 5px; background: #ffc107; text-align: center; color: #000; font-family: 'font1'; padding: 3px 10px 0px; line-height: 22px; z-index: 9;}
.item_tv .date p{font-size: 18px; margin: 0px;}
.item_tv .date p:first-child{font-size: 25px;}
.item_tv .info{padding: 20px; text-align: left; border: 1px solid #e1e1e1;}
.item_tv .info .name{margin-bottom: 5px;}
.item_tv .info .name a{color: #000; font-family: 'font2';}
.item_tv .info .des{color: #5a5a5a; font-family: 'font3';}
.item_tv:hover .name a{color: #ffc107;}
.name_home{margin-bottom: 20px;text-align: center;}
.name_home .l_name{
	color: #00a857;
	font-size: 30px;
	/* font-family: font1; */
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-weight: 700;
}
.name_home .l_name:after{
	width: 40px;
    height: 5px;
    background: #00a857;
    position: absolute;
    top: 20px;
    right: -60px;
    content: '';
}
.name_home .l_name:before{
	width: 40px;
    height: 5px;
    background: #00a857;
    position: absolute;
    top: 20px;
    left: -60px;
    content: '';
}
.title_about span{
	font-size: 40px;
	/* font-family: 'font1'; */
	text-transform: uppercase;
	display: block;
	color: #d93838;
	font-weight: 700;
}
.title_about span i{color: #00a857;font-style: normal;}
.title_about b{font-size: 26px;font-family: 'SVN-Balladeer';color: #000000;display: block;font-weight: 100;
	margin-bottom: 10px;
	margin-top: -10px;
	position: relative;
}
.title_about b:before{
	content: '';
    position: absolute;
    bottom: -7px;
    left: 0px;
    width: 70px;
    height: 4px;
    background: #00a857;
}
.gioithieu{
	background: url(../images/bg_gt.png) no-repeat top center;
	background-size: cover;
	padding: 50px 0px;
	margin: 20px auto;
}
.video-main{position:relative;height:315px;}
.video-main iframe{position:absolute;width:100%;height:100%;top:0px;left:0px;}
.listvideos{width:100%;height:40px;padding:0px 10px;border:1px solid #ccc;color:var(--color-black);margin-top:10px;cursor:pointer;}

.col-info{
	width: 50%;
	padding-right: 2%;
}
.col-img{
	width: 50%;
	padding-left: 1%;
}
.name_home i{
	display: inline-block;
	font-style: normal;
	font-size: 36px;
	font-family: 'font3';
	position: relative;
	padding-left: 60px;
}
.name_home i:before{
	content: '';
	position: absolute;
	height: 3px;
	width: 50px;
	left: 0px;
	top: 25px;
	background:#006600;
}
.name_home span{color: #333;display: block;text-align: center;max-width: 50%;margin: auto;font-size: 15px;font-family:'font3'; }
.name_home .r_name{float: left; color: #4d4d4d;width: 100%;padding: 5px 0px;}
.name_home .r_name a{display: inline-block; color: #4d4d4d; font-family: 'font1'; font-size: 15px; cursor: pointer;
	background:url(../images/gach1.png) no-repeat center right;
	padding-right: 10px;
}
.name_home .r_name a:hover, .name_home .r_name a.active{color: #08378c;}
.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:0px;}
.pic-album{position:relative;}
.pic-album img{width:100%;}
.name-album{
	color: #333;
    font-family: 'font3';
    font-size: 16px;
    margin-top: 5px;
    text-transform: capitalize;

}
.list_nb{position: relative;}
.list_nb a{display: inline-block; font-family: 'font3'; font-size: 14px; color: #4d4d4d; cursor: pointer; margin-left: 5px;}
.list_nb a:not([href]):not([class]){color: #4d4d4d;}
.list_nb a:not([href]):not([class]):hover, .list_nb a.active{color: #205a99;}
.item_dt{float: left; width: calc(33.33% - 14px); margin-right: 20px; margin-bottom: 20px;}
.item_dt:nth-child(3n){margin-right: 0px;}
.item_dt img{width: 100%; height: auto;}
.l_news{float: left; width: 360px;}
.r_news{float: right; width: calc(100% - 400px);}
.item_news_one .img{margin-bottom: 15px;}
.item_news_one .img img{width: 100%; height: auto;}
.item_news_one .name{margin-bottom: 5px;}
.item_news_one .name a{color: #000; font-family: 'font1'; font-size: 15px;}
.item_news_one .des{color: #676364; font-family: 'font3'; font-size: 14px;}
.item_news_one:hover .name a{color: #0d81ef;}
.item_news_two{float: left; width: calc(50% - 20px); margin-right: 40px; margin-bottom: 40px;}
.item_news_two:nth-child(2n){margin-right: 0px;}
.item_news_two:nth-child(2n+1){clear: left;}
.item_news_two .img{float: left; margin-right: 12px;}
.item_news_two .img img{width: 100%; height: auto;}
.item_news_two .name{margin-bottom: 5px;}
.item_news_two .name a{color: #000; font-family: 'font1'; font-size: 15px;}
.item_news_two .des{color: #676364; font-family: 'font3'; font-size: 14px;}
.item_news_two:hover .name a{color: #0d81ef;}
.item_loai{position: relative; width: 100%; max-width: 240px; margin: auto; padding-top: 10px;}
.item_loai .img{border-radius: 50%; border: 1px dashed #d3d3d3; position: relative; transition: all 0.4s; top: 0px;}
.item_loai img{border-radius: 50%; border: 10px solid #fff;}
.item_loai .name{margin-top: 15px; text-align: center;}
.item_loai .name a{color: #000; font-family: 'font2'; font-size: 18px; display: block;}
.item_loai:hover .img{transition: all 0.4s; top: -8px;}
.item_loai:hover .name a{color: #0d81ef;}
.content_owl{position: relative; padding: 0px 0px;}
.prev_owl{position: absolute; left: -40px; top: 50%; transform: translate(0,-50%); background: url(../imgs/prev.png); width: 20px; height: 36px; cursor: pointer;}
.next_owl{position: absolute; right: -40px; top: 50%; transform: translate(0,-50%); background: url(../imgs/next.png); width: 20px; height: 36px; cursor: pointer;}
.col-imgs{padding: 0px 5px; margin-bottom: 10px;}
.item_imgs img{width: 100%; height: auto;}
.item_camnhan{position: relative; margin: auto; max-width: 558px;}
.item_camnhan .img{width: 48%; float: left; padding-top: 24px;}
.item_camnhan .info{width: 52%; float: right; background: #fff; padding: 30px 20px; text-align: left; min-height: 295px;}
.item_camnhan .name{margin-bottom: 15px; color: #0182c6; font-family: 'font2'; font-size: 16px;}
.item_camnhan .des{color: #4d4d4d; font-family: 'font4';}
.item_camnhan .des img{width: auto; margin-bottom: 5px;}
.content_owl_cn{position: relative; padding: 0px 35px;}
.prev_cn{background: url(../imgs/prev2.png); width: 15px; height: 32px; position: absolute; left: 0px; top: 50%; transform: translate(0,-50%); cursor: pointer;}
.next_cn{background: url(../imgs/next2.png); width: 15px; height: 32px; position: absolute; right: 0px; top: 50%; transform: translate(0,-50%); cursor: pointer;}
#daotao{padding: 40px 0px; background: #f8f8f8;}
.item_daotao{position: relative;}
.item_daotao .img img{width: 100%; height: auto;}
.item_daotao .info{text-align: center; padding: 15px 0px 0px;}
.item_daotao .name{margin-bottom: 5px;}
.item_daotao .name h3{font-size: 18px;}
.item_daotao .name a{color: #000; font-family: 'font2'; display: block;}
.item_daotao .des{font-family: 'font4'; font-size: 14px; line-height: 22px;}
.item_daotao:hover .name a{color: #0182c6;}
#services{padding: 20px 0px;}
.row_service{padding: 20px 0px;}
.tab_pro > div{display: inline-block;}
.tab_pro > span{display: inline-block; background: #0182c6; margin: 0px 15px; width: 12px; height: 1px; position: relative; top: -7px;}
.tab_pro .item_tab{color: #333; font-family: 'font1'; font-size: 20px; line-height: normal; text-transform: uppercase; cursor: pointer;}
.tab_pro .item_tab.active{color: #0182c6;}
.content_tab_pro{display: none;}
.content_tab_pro.active{display: block;}
#pro_yeuthich{position: relative;}
#pro_yeuthich .img_home{float: left; z-index: 1; min-height: 680px;}
.wrap_spbc{position: absolute; right: 0px;width: 100%; max-width: 930px; background: #fff; z-index: 2; padding: 30px 20px; top: 50%; transform: translate(0,-50%);}
#quytrinh{padding: 75px 0px; position: relative;}
.owl-qt .owl-item img{width: auto; margin: auto;}
.content_qt{position: relative;}
.line_qt{position: absolute; left: 0px; top: 136px; height: 4px; background: #e8e8e8; width: 100%;}
.item_qt{text-align: center; display: flex; flex-flow: row wrap;}
.item_qt .img{margin: 0px auto 52px auto; width: 100px; height: 100px; border-radius: 50px; background: #f7f7f7; position: relative; padding-top: 28px;}
.item_qt .img:after{content: '';background: url(../imgs/line1.png); width: 26px; height: 51px; position: absolute; bottom: -51px; left: 50%; transform: translate(-50%,0);}
.item_qt .info{width: 100%; padding-top: 25px;}
.item_qt .name{height: 23px; overflow: hidden;}
.item_qt .name a{color: #fff; font-family: 'font2'; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; display: block; overflow: hidden;}
.item_qt .line{background-color: #fff; width: 40px; height: 1px; margin: 7px auto;}
.item_qt .des{color: #dbdbdb; font-family: 'font3'; font-size: 13px; height: 39px; overflow: hidden;}
.item_qt2{margin-top: 22px;}
.item_qt2 .img{order: 2; margin: 52px auto 0px auto;}
.item_qt2 .info{order: 1; padding-top: 0px; padding-bottom: 25px;}
.item_qt2 .img:after{content: '';background: url(../imgs/line2.png); bottom: 0px; top: -51px;}
.item_qt:hover .img{background: #ffd523;}
.item_qt:hover .name a{color: #ffd523;}
.item_qt:hover .img:after{background: url(../imgs/line1_a.png);}
.item_qt2:hover .img:after{background: url(../imgs/line2_a.png);}
#congtrinh{padding: 50px 0px 20px; position: relative; background: #f6f6f6;}
.flex_ct{display: flex; flex-flow: row wrap; justify-content: space-between;}
.l-ct{width: calc(33.33% - 10px);}
.r-ct{width: calc(66.66% - 10px); display: flex; justify-content: space-between; flex-flow: row wrap;}
.item_ct{position: relative; margin-bottom: 20px;}
.r-ct .item_ct{width: calc(50% - 10px);}
.item_ct a{display: block;}
.item_ct img{width: 100%; height: auto;}
.item_ct .info{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: rgb(0,0,0,0.6); display: flex; opacity: 0; visibility: hidden; transition: all 0.4s;}
.item_ct .info .wrap{margin: auto; text-align: center;}
.item_ct .name{color: #fff; font-family: 'font2'; font-size: 16px; margin-bottom: 12px; padding: 0px 10px;}
.item_ct .line{width: 28px; height: 1px; background: #ffd523; margin: auto;}
.item_ct:hover .info{opacity: 1; visibility: visible; transition: all 0.4s;}
.big_vd{margin-bottom: 15px; position: relative;}
.big_vd a{display: block;}
.big_vd img{width: 100%; height: auto;}
.big_vd .overlay{background: rgb(0,0,0,0.4); z-index: 1; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.big_vd .play{background: url(../imgs/play.png); background-size: 100% 100%; width: 65px; height: 65px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2;}
.flex_bds{display: flex; flex-flow: row wrap; justify-content: space-between;}
.l_bds{width: calc(100% - 375px);}
.r_bds{width: 360px;}
.title-pro-detail-mb{display: none;}
.desc-pro-detail-mb{display: none; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ccc;}
.info_bds{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #ccc; margin-top: 30px;}
.info_bds .price{font-family: 'font3'; font-size: 17px; margin-bottom: 5px;}
.info_bds .price span{color: #fe0000; font-family: 'font1'; font-size: 20px;}
.info_bds .addr{font-family: 'font3'; font-size: 15px;}
.info_bds .addr i{margin-right: 10px; font-size: 17px;}
.info-pro-detail ul{padding-left: 40px; margin: 1em 0px;}
.info-pro-detail ul li{list-style: initial;}
.info-pro-detail table{width: 100%;}
.info-pro-detail table td{padding: 10px 5px;}
.info-pro-detail p{margin: 5px 0px;}
.qr_bds{margin-top: 15px;}
.social-share{margin-top: 1rem; max-width: 212px;}
.social-share .r1{display: flex;}
.social-share .social-icon { background-repeat: no-repeat; height: 40px; display: inline-block; float: left; }
.social-share .facebook-share { background-image: url(../imgs/social-icon.png); width: 110px; background-position: 0 center; }
.social-share .social-icon+.social-icon { margin-left: 5px; margin-bottom: 5px; }
.social-share .zalo-share { background-image: url(../imgs/social-icon.png); width: 95px; cursor: pointer; background-position: -110px center; }
.social-share .copy-link { line-height: 40px; background-image: url(../imgs/icon-link.svg?v=1.0.0); background-size: 20px; background-position: 10px center; padding: 0 10px 0 40px; border: 1px solid #dedede; background-color: #8a8a90; border-radius: 4px; color: #fff; }
.flex_btn_act{display: flex; margin-top: 15px;}
.flex_btn_act a{display: inline-block; margin-right: 10px;}
#baogia{background: #08378c;padding: 50px 0px;}
.txt_dknt13{
	color: #fff;
	font-size: 40px;
	display: block;
	text-align: center;
	font-family: UTMHelvetIns;
	text-transform: uppercase;
}
.txt_dknt12{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(../images/line3.png) no-repeat center bottom;

}
.newshome-scroll{
	width: 53%;
}
.newshome-scroll{overflow:hidden;height: 390px;}
.content_yk{max-width: 1190px; margin: auto;}
.item_yk{position: relative; padding-right: 50px; max-width: 362px; margin: auto;}
.item_yk .img{position: absolute; right: 0px; bottom: 0px;}
.item_yk .img img{border-radius: 50%; border: 2px solid #fff; z-index: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);/*FF 3.5+*/
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 0 5px rgba(0,0,0,0.1);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.item_yk .des{z-index: 1; background: #fff; border-radius: 50%; width: 306px; height: 306px; padding: 72px 40px 10px 40px; font-family: 'font3'; line-height: 24px; text-align: justify; margin: 5px;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);/*FF 3.5+*/
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.item_yk .note{background: url(../imgs/note.png) no-repeat center top; height: 53px; margin-top: 10px;}
.item_yk .info{text-align: right; padding-right: 100px; margin-top: 10px; min-height: 44px;}
.item_yk .name{font-size: 16px;}
.item_yk .txt{font-size: 13px;}
.block{position: relative; margin-bottom: 30px; z-index: 99;}
.block_spnb{margin-bottom: 0px;}
.name_block{background: #363435; position: relative; height: 40px; line-height: 40px; text-align: center; text-transform: uppercase; font-family: 'font1'; font-size: 15px; color: #fff;}
.name_block:before{content: ''; background: url(../imgs/l_name_block.png); width: 19px; height: 9px; position: absolute; left: 0px; top: 50%; transform: translate(0,-50%);}
.name_block:after{content: ''; background: url(../imgs/r_name_block.png); width: 19px; height: 9px; position: absolute; right: 0px; top: 50%; transform: translate(0,-50%);}
.name_block2{background: #205a99;}
.content_block{background-color: #ebebeb; padding: 10px;}
.content_block_dmsp{padding: 0px 15px;}
.content_block_spnb{padding: 10px 10px 0px 10px;}
.dmsp_l ul li{border-bottom: 1px dotted #d3d3d3; position: relative;}
.dmsp_l ul li:last-child{border: none;}
.dmsp_l ul li h2{font-size: 14px;}
.dmsp_l ul li a{color: #4d4d4d; font-family: 'font3'; font-size: 15px; padding: 8.5px 0px 8px 10px; display: block;}
.dmsp_l > ul > li > a{padding-left: 26px; background: url(../imgs/icon_list.png) no-repeat 0px 13px;}
.dmsp_l ul li a:hover{color: #0182c6;}
.dmsp_l ul ul{position: absolute; background: #ebebeb; left: 100%; top: 0px; min-width: 150px; white-space: nowrap; opacity: 0; visibility: hidden; transition: all 0.4s;}
.dmsp_l > ul > li:hover > ul{opacity: 1; visibility: visible; transition: all 0.4s;}
.dmsp_l > ul  ul > li:hover > ul{opacity: 1; visibility: visible; transition: all 0.4s;}
.qc img{width: 100%; height: auto; margin-bottom: 10px;}
.item_hotro{display: flex; justify-content: space-between; margin-bottom: 20px;}
.item_hotro:last-child{margin-bottom: 0px;}
.item_hotro .img{width: 50px; padding-top: 5px;}
.item_hotro .info{width: calc(100% - 65px);}
.item_hotro .r1{color: #0182c6; font-family: 'font1';}
.item_hotro .r2{color: #666;}
.item_hotro .r3{color: #ff0000;}
.item_hotro .r4{margin-top: 5px;}
#main_content .item_hotro .r4 img{height: 22px; width: auto; margin-right: 2px;}
.item_news_li{border-bottom: 1px dotted #d3d3d3; position: relative;}
.item_news_li:last-child{border: none;}
.item_news_li a{display: block; color: #363636; font-size: 15px; padding: 10px 0px;}
.item_news_li a:hover{color: #0283c7;}
#pro_goiy{margin-top: 30px;}
.flex_product{display: flex; flex-flow: row wrap; justify-content: space-between; width: 100%;}
.phone_fix{position: fixed; bottom: 0px; z-index: 9999; right: 78px;}
.phone_fix a{display: block; color: #fff; background: #e40e0f; border-radius: 5px 5px 0px 0px; padding: 7px 20px;}
.phone_fix i{margin-right: 5px;}
/* Search */
.search{
    height: 33px;
    border-radius: 7px;
    background: #fff;
    position: absolute;
    top: 7px;
    right: 5px;
    min-width: 260px;
}
.search p{
    float: left;
    line-height: 33px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #00a857;
    font-size: 20px;
    border-radius: 0px 5px 5px 0px;
    background: none;
    width: 20%;
    text-align: center;
}
.search input{
    width: 80%;
    float: left;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 20px;
    font-size: 14px;
    color: #000;
    line-height: 33px;
}
.search input::-webkit-input-placeholder{color:#333;}
.search input:-moz-placeholder{color:#333;}
.search input::-moz-placeholder{color:#333;}
.search input:-ms-input-placeholder{color:#333;}
.name_home1{
	border-top:2px solid #08378c;
	line-height: 43px;
	text-transform: uppercase;
	margin-bottom: 15px;
	position: relative;
}
b.name_list{
	color: #fff;
    font-size: 20px;
    font-family: 'font1';
    display: inline-block;
    padding-left: 20px;
    background: #08378c;
    padding-left: 35px;
    padding-right: 30px;
    margin-top: -1px;
    margin-right: 10px;
    cursor: pointer;
}
span.name_list{
	color: #333;
    font-size: 15px;
    font-family: 'font1';
    display: inline-block;
    background: url(../images/b3.png) no-repeat right 10px;
    cursor: pointer;
    margin-top: -1px;
    padding-right: 15px;
    margin-right: 10px;
}
span.name_list:last-child{ background: none; }
span.name_list:hover{color: #08378c;}
.wrap-product{
	padding-top: 40px;
}
.wrap-product:nth-child(2n+1){
	background: #f1fbf6;
	padding-bottom: 40px;
}
.xemthem_dm{
	position: absolute;
    top: 10px;
    right: 5px;
    color: #333;
    background: url(../images/b4.png) no-repeat right 6px;
    padding-right: 14px;
    line-height: normal;
    text-transform: none;
}
.xemthem_dm:hover{color: red;}
.content_dml{
	width: 35%;
}
.content_dmr{
	width: 65%;
}
.paddr{
	text-align: right;
}
.danhmuc{
	float: left;
	width: 280px;
	margin-right: 20px;
}
.slider_index{
	width: 900px;
	float: left;
}

.bix-l {
  width: 280px;
  float: left;
  box-sizing: border-box;
  background: #e5f6ee;
  position: relative;
  min-height: 480px;
}
.bix-l span{
	background: #00a857;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	display: block;
}
.bix-l ul {
  height: 400px;
  width: 100%;
  background: none !important;
  margin-left: 0px !important;
  margin: 0;
  padding: 0;
}

.bix-l ul::-webkit-scrollbar {
  width: 5px;
}

.bix-l ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.bix-l ul::-webkit-scrollbar-thumb {
  background-color: #08378c;
  outline: 1px solid slategrey;
}

.bix-l ul li {
  list-style: none;
    background: url(../images/ngoisao.png) no-repeat 10px 15px;
    margin: auto;
    border-bottom: 1px solid #c3d1cb;
}

.bix-l ul li.li_km {
  background: url(../images/u1.png) right center no-repeat;
}

.bix-l ul li.li_km:last-child {
  background: url(../images/u2.png) right center no-repeat;
}
li.cap2{
	background: none !important;
}
.bix-l ul li a {
  	color: #333;
  	text-decoration: none;
  	display: block;
  	/* font-family: 'font1'; */
  	font-size: 16px;
  	line-height: 50px;
  	padding-left: 35px;
}

.bix-l ul li.li_km a {
  font-family: 'muli-bl';
  color: #ec407a;
  text-transform: capitalize;
}

.bix-l ul li a:hover {
  color: #08378c !important;
}

.bix-l ul li ul {
  position: absolute;
  width: 240px;
  opacity: 0;
  z-index: -1;
  left: 100%;
  top: 0px;
  transition: 0.4s;
  background: #fff !important;
  width: 100%;
  height: auto;
  overflow: initial;
}

.bix-l ul li {
  float: none !important;
  position: initial !important;
}

.bix-l ul li ul li a {
}

.bix-l ul li.cap1:hover ul.ul_cap2 {
  opacity: 1;
  left: 98%;
  z-index: 5;
}
.bix-l ul li ul li ul {
  position: absolute;
  width: 240px;
  opacity: 0;
  z-index: -1;
  left: 100%;
  top: 0px;
  transition: 0.4s;
  width: 100%;
  height: auto;
}

.bix-l ul li ul li {
  float: none !important;
  position: relative !important;
}
.bix-l ul li ul li.li_thieu{
    width: 33.33%;
    float: left !important;
}
.bix-l ul li ul li ul li a {
  padding: 8px 0px 9px 12px !important;
}

.bix-l ul li ul li.cap2:hover ul.ul_cap3 {
  opacity: 1;
  left: 100% !important;
  z-index: 5;
}
.menu_desk span{
	float: left;
	line-height: 50px;
	background: #cc0000;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	width: 270px;
	font-family: 'font1';
	font-size: 18px;
}