@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;}
* {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;}
.grecaptcha-badge{display:none !important;}
.full_bg{background-size: 100% 100% !important;}
.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: 'Arial', 'Helvetica', 'sans-serif';font-size:14px;position: relative;box-sizing:border-box;}
/*=======================================*/
.box_fotorama{width: 100%; max-width: 800px; margin: auto; margin-bottom: 20px;}
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 */
.top-contact{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:30px;}
.top-contact .article-contact{width:48%;}
.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:var(--color-red);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%;}
/* Combo Phone */
.support-online{position:fixed;z-index:999;left:10px;bottom:0px;}
.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:rgb(103,182,52);padding:9px;display:none;width:180px;margin-left:10px;position:absolute;color:#fff;z-index:999;top:0px;left:40px;transition:all 0.2s ease-in-out 0s;-moz-animation:headerAnimation 0.7s 1;-webkit-animation:headerAnimation 0.7s 1;-o-animation:headerAnimation 0.7s 1;animation:headerAnimation 0.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  rgb(103,182,52) 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 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(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;}
/* 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:#019342;font-size:.875rem;}
.pagination-home .pagination .page-item.active .page-link{color:#fff;background-color:#019342;border-color:#019342;}
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 #019342; background: #019342; 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;}
.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-weight:700;}
.social-plugin-pro-detail{margin-bottom:1rem;margin-top:0px!important;}
.desc-pro-detail{margin-bottom:1rem;}
.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:5px 10px 7px 10px;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 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:#019342;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;}
.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{background-color:var(--color-red);border-color:var(--color-red);color:#fff;}
.prev-carousel{left:0px;}
.next-carousel{right:0px;}
/*=======================================*/
#full{position: relative; max-width: 1366px; margin: auto;}
#main_content{padding: 30px 0px;}
.content_main .text img{max-width: 100%; height: auto !important;}
#top_head{background: #f4f4f4; color: #000; font-family: 'font3'; height: 40px; border-bottom: 1px solid #e3e3e3;}
.slogan{float: left; margin-top: 9px;}
.mail_h{float: right; background: url(../imgs/email.png) no-repeat 0px 3px; padding-left: 30px; font-size: 14px; margin-top: 10px; margin-left: 30px; min-height: 13px;}
.mxh_h{float: right; margin-top: 38px; margin-right: 30px;}
.mxh_h img{display: inline-block; border-radius: 50%;}
#header{position: relative; background: #fff; padding: 10px 0px;}
.logo{float: left;}
.banner{float: left; margin-left: 33px; margin-top: 5px;}
.h_hl{float: right; background: url(../imgs/hl.png) no-repeat 0px 0px; height: 71px; position: relative; margin-top: 20px; padding-left: 85px; padding-top: 4px; line-height: 24px; margin-right: 40px;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.h_hl p.r1{color: #11994c; font-family: 'font4'; font-size: 23px; line-height: normal;}
.h_hl p.r2{color: #f20000; font-family: 'font1'; font-size: 28px;}
#menu{position: relative;background: #019342;min-height: 50px;line-height: 50px;clear: both;}
#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; text-align: center;line-height: 40px; height: 40px; float: left; width: 80px;}
a#btn_menu_bootstrap{display: block; font-size: 19px; color: #fff; float: left; overflow: hidden; }
a.cart_mb{float: right; color: #fff; font-size: 15px; display: none; height: 40px; line-height: 40px;}
.menu_desk {position: relative;}
.menu_desk > ul { list-style: none;}
.menu_desk > ul > li { position: relative; float: left;}
.menu_desk > ul > li:last-child{margin-right: 0px;}
.menu_desk > ul > li > a, .menu_desk > ul > li > h2 > a {color: #fff;font-size: 13px;display: block;font-family: 'font2';position: relative;text-transform: uppercase;padding: 0px 6px;}
.menu_desk > ul > li.line{background: url(../imgs/line_menu.png); width: 2px; height: 48px; margin-top: 1px;}
.menu_desk > ul > li.active > a, .menu_desk > ul > li.active > h2 > a {background: #f8ff25; color: #000;}
.menu_desk > ul > li:hover > a, .menu_desk > ul > li:hover > h2 > a {background: #f8ff25; color: #000;}
.menu_desk ul ul { list-style: none; min-width: 180px;width: auto; position: absolute; z-index: 999; background: #f4103b; 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 rgb(255,255,255,0.2); 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; font-size: 15px; color: #fff; display: block; text-transform: none; white-space: nowrap; line-height: normal;}
.menu_desk ul ul li a:hover { color: yellow; }
.menu_desk h2{line-height: 50px;}
.menu_desk h3{line-height: normal; }
.icon_cart{float: right; width: 35px; height: 35px; line-height: 35px; text-align: center; margin-top: 6px; margin-left: 15px;}
.icon_cart a{color: #fff; font-size: 25px;}
#timkiem {float: right;z-index: 9;width: 100%;max-width: 160px;position: relative;line-height: normal;margin-top: 7px;}
#timkiem .icon { background: url(../imgs/kinh.png) no-repeat center center; width: 30px; height: 30px; cursor: pointer; }
.frm_timkiem {}
.frm_timkiem input[type="text"] { background: #fff; height: 35px; line-height: 35px; border: none; padding: 0px 55px 0px 15px; width: 100%; color: #000; outline: none; border-radius: 35px;}
.frm_timkiem input::-webkit-input-placeholder {color: #333; font-size: 14px;}
.frm_timkiem input::-ms-input-placeholder {color: #333; font-size: 14px;}
.frm_timkiem input::placeholder { color: #333; font-size: 14px;}
.frm_timkiem button { background: url(../imgs/kinh.png) no-repeat center center; width: 35px; height: 35px; position: absolute; right: 5px; top: 0px; border: none;}
#mid_slide{background: #f7f7f7; padding: 10px 0px;}
.list_thumua{float: left; width: 234px;}
.list_thumua .name_tm{background: url(../imgs/dmsp.jpg); height: 44px; line-height: 44px; text-align: center; color: #fff; font-family: 'font2'; text-transform: uppercase; font-size: 15px;}
.content_tm{background: #fff; border-bottom: 1px solid #f2f2f2;}
.content_tm ul li{border-bottom: 2px solid #f2f2f2;}
.content_tm ul li:last-child{border-bottom: none;}
.content_tm ul li h3{font-size: 15px;}
.content_tm ul li a{color: #333; font-family: 'font3'; display: block; background: url(../imgs/ul_dmsp.jpg) no-repeat 14px center; padding: 12.5px 5px 12.5px 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.content_tm ul li a:hover{color: #de0001;}
#slider{position: relative; float: right; width: calc(100% - 243px);}
#slider:after{content: ''; background: url(../imgs/line_slide.jpg) no-repeat center top; height: 21px; position: absolute; bottom: -31px; left: 0px; z-index: 9; width: 100%;}
#slider img{width: 100%; height: auto;}
.prev_slide{background: url(../imgs/prev_slide.png) no-repeat; width: 20px; height: 44px; position: absolute; left: 10px; top: 50%; transform: translate(0,-50%); cursor: pointer; z-index: 9;}
.next_slide{background: url(../imgs/next_slide.png) no-repeat; width: 20px; height: 44px; position: absolute; right: 10px; top: 50%; transform: translate(0,-50%); cursor: pointer; z-index: 9;}
.info_slide .name{font-family: 'font6'; font-size: 40px; line-height: normal;}
.info_slide .des{font-family: 'font5'; font-size: 28px; line-height: normal;}
/* 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{padding: 40px 0px 20px;}
.img_about{float: left; width: 520px; margin-bottom: 20px;}
.des_about{float: right; width: calc(100% - 580px);}
.head_about{position: relative; padding: 0px 0px 0px 30px; margin-bottom: 25px; border-left: 3px solid #0b52d0;}
.head_about .txt1{font-family: 'font1'; font-size: 29px; line-height: 25px; text-transform: uppercase; color: #333; margin-bottom: 7px;}
.head_about .txt2{font-family: 'font4'; font-size: 46px; color: #f2103a; line-height: 42px;}
.des_about{font-size: 14px; line-height: 22px; font-family: 'font3';}
.view_about{text-align: left; margin-top: 30px;}
.view_about a{display: inline-block; background: url(../imgs/btn.png); color: #333; font-family: 'font3'; font-size: 14px; height: 46px; line-height: 46px; width: 133px; text-transform: uppercase; text-align: center;}
.view_about a:hover{opacity: 0.8;}
.swiper-gt{margin-top: 35px;}
.wrap_name{margin-bottom: 30px; text-align: center; position: relative;}
.wrap_name .name{color: #00923f; font-family: 'font1'; font-size: 30px; line-height: normal; text-transform: uppercase;}
.wrap_name .name span{color: #333;}
.wrap_name .name2{color: #fff;}
.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: 20px; margin-top: 8px;}
.txt_home{color: #666; font-family: 'font3'; text-align: center; font-size: 14px; line-height: normal; margin-top: 5px; letter-spacing: 2px;}
.txt_home2{color: #fff;}
.wrap_name2{margin-bottom: 15px;}
.wrap_name2 .bong_name{margin: 5px 0px 0px 0px;}
.cat_of_list{text-align: center; margin-bottom: 25px;}
.cat_of_list a{display: inline-block; border: 1px solid #e1e1e1; background: #fff; padding: 10px 20px; font-size: 15px; text-transform: uppercase; cursor: pointer; margin: 3px;}
.cat_of_list a:hover, .cat_of_list a.active{background: #0b52d0; color: #fff;}
.cat_of_list a:not([href]):not([class]):hover{color: #fff;}
.row_home{padding: 40px 0px;}
#pro_nb{position: relative;}
.tabs_pro{text-align: center; margin-top: -15px; margin-bottom: 30px;}
.itab_proh{display: inline-block; padding: 9px 15px 6px; font-size: 14px; font-family: 'font3'; cursor: pointer; border: 1px solid #ccc; border-radius: 20px; text-transform: uppercase; margin: 2px 5px;}
.itab_proh p.txt{margin-top: 7px; font-size: 15px;}
.itab_proh:hover, .itab_proh.active{color: #ffff; background: #ff0000;}
.r_home{padding: 30px 0px;}
.r_home:nth-child(even){background: #f9f9f9;}
.col-pro{margin-bottom: 25px; padding: 0px 10px;}
.box_product{position: relative; background: #fff; padding: 10px; border: 1px solid #e1e1e1;}
.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; border: 4px solid #fff;}
.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); line-height: 51px; width: 50px; height: 51px; text-align: center; color: #fff; font-family: 'font3';}
.box_product .info{padding: 15px; text-align: center; background: #f4f4f4;}
.box_product .name{margin-bottom: 10px; height: 36px; overflow: hidden;}
.box_product .name a{color: #000; font-family: 'font3'; display: block;}
.box_product .name h3{font-size: 15px;}
.box_product .price{text-align: center; font-family: 'font3'; font-size: 14px;}
.box_product .price span.ban{color: #e51429; font-family: 'font2'; margin-top: 3px; font-size: 16px;}
.box_product .price span.cu{color: #666; font-family: 'font3'; text-decoration: line-through; margin-left: 5px; font-size: 13px;}
.box_product .view{margin-top: 5px; text-align: center;}
.box_product .view a{color: #0b52d0; font-family: 'font3'; text-transform: uppercase;}
.box_product .view a:hover{color: #000;}
.box_product:hover .info .name a{color: #0b52d0;}
.box_product .des{color: #383838; font-size: 14px;}
#news{padding: 50px 0px;}
.r_ttnb{outline: none; margin-bottom: 20px;}
.item_ttnb{position: relative;}
.item_ttnb .img{float: left; width: 217px;}
.item_ttnb .img img{width: 100%; height: auto; }
.item_ttnb .info{float: right; width: calc(100% - 235px);}
.item_ttnb .head{margin-bottom: 5px;}
.item_ttnb .date{float: left;width: 100px; position: relative;line-height: normal; height: 62px;}
.item_ttnb .date span{position: absolute;}
.item_ttnb .date span.thang{color: #dedede; top: 10px; left: 10px; font-family: 'font1'; font-size: 55px; line-height: 30px; letter-spacing: 4px;}
.item_ttnb .date span.nam{color: #0b52d0; font-family: 'font3'; font-size: 27px; top: 13px;}
.item_ttnb .name{float: right; width: calc(100% - 110px);}
.item_ttnb .name a{display: block; color: #000; font-family: 'arial'; font-size: 14px; font-weight: bold;}
.item_ttnb .des{color: #666; font-family: 'font3'; font-size: 14px; line-height: 22px;}
.item_ttnb .view{margin-top: 5px; text-align: left;}
.item_ttnb .view a{display: inline-block; color: #666; border-bottom: 1px solid #666;}
.item_ttnb .view a:hover{color: #019342;  border-bottom: 1px solid #019342;}
.item_ttnb:hover .name a{color: #019342;}
.view_ttnb{text-align: right; margin-top: 20px;}
.view_ttnb a{display: inline-block; color: #fff; font-family: 'font3'; font-size: 15px; border-radius: 5px; background: #00923f; text-transform: uppercase; padding: 10px 30px;}
.view_ttnb a:hover{background: #f8ff25; color: #000;}
#doitac{padding: 0px 0px 40px;}
.owl-partner{padding: 0px 0px;}
.img_dt{border: 1px dashed #ebebeb;}
.img_dt:hover{border: 1px dashed #019342;}
.prev_doitac{position: absolute; background: url(../imgs/prev_dt.png); width: 25px; height: 55px; cursor: pointer; left: 0px; top: 20%; z-index: 9; outline: none;}
.next_doitac{position: absolute; background: url(../imgs/next_dt.png); width: 25px; height: 55px; cursor: pointer; right: 0px; top: 20%; z-index: 9; outline: none;}
#footer{position: relative; padding: 50px 0px 40px;}
.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; float: right;}
.mxh_f span{margin-right: 7px; font-weight: bold; color: #fff; font-size: 15px; font-family: 'arial'}
.mxh_f img{display: inline-block; margin-right: 7px;}
.title_foot{color: #fff; font-family: 'font2'; font-size: 15px; text-transform: uppercase; margin-bottom: 15px;}
/*.line_foot{width: 60px; height: 2px; background: #000; margin-bottom: 15px;}*/
.name_company{text-align: left; margin-bottom: 20px; font-family: 'font1'; text-transform: uppercase; color: #0b52d0; font-size: 26px;}
.foot_info{font-size: 14px; padding-left: 25px; margin-bottom: 10px; color: #fff; min-height: 17px; font-family: 'font3'; padding-bottom: 10px; border-bottom: 1px dotted #dfdfdf;}
.foot_name{font-family: 'font1'; color: #ffc526; font-size:36px; text-align: left; margin-bottom: 15px;}
.foot1{background: url(../imgs/foot1.png) no-repeat 0px 3px;}
.foot2{background: url(../imgs/foot2.png) no-repeat 0px 3px;}
.foot3{background: url(../imgs/foot3.png) no-repeat 0px 5px;}
.foot4{background: url(../imgs/foot4.png) no-repeat 0px 2px;}
.col-foot{margin-bottom: 30px; color: #fff; font-family: 'font3'; font-size: 15px;}
.col-foot-1{float: left; width: 350px; margin-right: 110px;}
.col-foot-2{float: left; width: 250px;}
.col-foot-3{float: right; width: 345px;}
.f_hl{color: #d30c28; font-family: 'font2'; font-size: 20px; margin-top: -5px;}
ul.ul_foot{list-style: none;}
ul.ul_foot li{position: relative; margin-bottom: 10px;}
ul.ul_foot li a{font-weight:normal; color:#fff;display:block;font-size:14px;font-family: 'font3'; padding-left: 15px; background: url(../imgs/ul_foot.png) no-repeat 0px 7px;}
ul.ul_foot li a:hover{text-decoration: underline;}
#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{background:#000; color: #fff; font-family: 'font3'; font-size: 13px; padding: 8px 0px; position: relative;}
.copyright{text-align: left; font-size: 14px; font-family: 'font3'; color: #fff; float: left; margin-top: 12px;}
.copyright span{font-family: 'font2';}
.thongke{float: right; text-align: right; font-size: 13px;}
.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: 245px;}
.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: #e40006;}
.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: 15px; border-top: 1px solid #eaeaea; border-top: none;}
.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: #d12121;}
.box_news:hover .view a{color: #d12121;}
.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{padding: 40px 0px; }
.item_img_home{position: absolute;}
.item_img_home img{border: 10px solid #fff;}
.item_img_home_1{left: 0px; top: 0px; z-index: 1;}
.item_img_home_2{left: 14%; top: 23%; z-index: 2;}
.txt_dknt1{text-align: center; color: #0172aa; font-family: 'font1'; font-size: 32px; text-transform: uppercase;}
.txt_dknt2{text-align: center; color: #0172aa; font-family: 'arial'; font-size: 14px; margin-bottom: 25px;}
.frm_dknt{position: relative;}
.frm_dknt .r_dknt input{width: calc(50% - 8px); float: left;}
.frm_dknt .r_dknt input:nth-child(2n){float: right;}
.frm_dknt input{padding: 12px 15px; font-size: 14px; width: 100%; background: #fff; color: #000; border: none; margin-bottom: 5px; outline: none; font-family: 'font3';}
.frm_dknt textarea{width: 100%; border:none; border-bottom: 1px solid #fff; padding: 7px 10px; font-size: 14px; background: #f3f3f3; color: #000; outline: none;}
.btn_ac{margin-top: 5px; text-align: center;}
.btn_ac input{display: block; font-size: 14px; padding: 10px 25px;}
.frm_dknt input[type='submit']{background: #f4103b; color: #fff; font-family: 'font3'; font-size: 14px; width: 100%; border: none; text-align: center;padding: 8px 10px; }
.frm_dknt input[type='submit']:hover{background: #0b52d0;}
.btn_ac input[type='reset']{background: #0093dd; color: #000;}
.btn_ac input:hover{opacity: 0.9;}
.frm_dknt input::-webkit-input-placeholder {color: #000; font-size: 14px;}
.frm_dknt input::-ms-input-placeholder {color: #000; font-size: 14px;}
.frm_dknt input::placeholder { color: #000; font-size: 14px;}
.frm_dknt textarea::-webkit-input-placeholder {color: #000; }
.frm_dknt textarea::-ms-input-placeholder {color: #000; }
.frm_dknt textarea::placeholder { color: #000; }
#gallery{padding: 40px 0px;}
.item_al{position: relative; float: left; margin-right: 10px; margin-bottom: 10px;width: calc(33.33% - 10px); width: 292px;}
.item_al:nth-child(4n){margin-right: 0px;}
.item_al:nth-child(4n+1){clear: left;}
.item_al_owl{margin: 0px;}
.item_al img{width: 100%; height: auto;}
.item_al a{display: block;}
.item_al .info{position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; background: rgb(0,0,0,0.4); z-index: 1; opacity: 0; visibility: hidden; transition: all 0.4s;}
.item_al .name{ margin: auto; padding: 10px 10px; font-size: 14px; font-family: 'font2';
	border-top: 1px solid #fff; border-bottom: 1px solid #fff; color: #fff;
}
.item_al:hover .info{opacity: 1; visibility: visible; transition: all 0.4s;}
.item_al_home{float: left; margin-right: 1px; margin-bottom: 1px; width: calc(33.33% - 1px);}
.item_al_home img{width: 100%; height: auto;}
.item_al_home_1, .item_al_home_2{width: calc(50% - 1px);}
.item_al_home:hover{opacity: 0.8;}
a.thumb-them{display: none;}
.col-pro .item_al{margin: 0px; width: 100%;}
.gal_vd .fotorama__img{left: 0px !important; width: 100% !important;}
.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;}
.list_pro{padding: 30px 0px;}
.wrap_pro{margin-bottom: 25px;}
.wrap_pro .title{background: #f0f0f0; font-family: 'font2'; color: #333; text-align: center; padding: 50px 10px; margin-bottom: 10px;}
.wrap_pro .title p.name_list{font-size: 30px; text-transform: uppercase;}
.wrap_pro .title p.name_pro{font-size: 20px;}
.item_pro .name{margin-top: 15px; text-align: center; margin-bottom: 8px;}
.item_pro .name a{color: #333;}
.item_pro .name h3{font-size: 18px; font-weight: bold;}
.item_pro .view{text-align: center;}
.item_pro .view a{color: #848490; display: inline-block; padding-right: 22px; background: url(../imgs/muiten.jpg) no-repeat right center; font-size: 13px;}
.item_pro .img{position: relative; overflow: hidden;}
.item_pro .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_pro: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_pro:hover .name a{color: #0060aa;}
.item_pro .view a:hover{color: #000;}
.pro_one .info{margin-bottom: 20px;}
.pro_one .col-l{float: left; width: calc(100% - 240px);}
.r_info_pro{display: inline-block; float: left; width: 47%; font-size: 18px; font-family: 'font2'; margin-bottom: 10px; padding-right: 3%;}
.r_info_pro:nth-child(2n+1){clear: left;}
.pro_one .col-r{float: right; width: 220px;}
.pro_one .col-r img{max-height: 36px; width: auto;}
.pro_one .imgs{margin-bottom: 20px;}
.one_img{float: left; width: calc(100% - 218px);}
.one_img img{width: 100%; height: auto;}
.one_thumbs{float: right; width: 208px;}
.one_thumbs .slick-slide{margin-bottom: 10px;}
.one_thumbs img{width: 100%; height: auto;}
.col-dmsp{float: left; width: 255px; position: relative; z-index: 99;}
.col-dmsp .name{background: #0098ff url(../imgs/icon_menu.png) no-repeat 20px center; padding-left: 60px; color: #fff; font-family: 'font4'; text-transform: uppercase; font-size: 15px;}
.col-dmsp .content{border: 1px solid #e2e1e1; border-top: none; padding: 5px;}
.col-dmsp ul li{border-bottom: 1px solid #e2e1e1;}
.col-dmsp ul li:last-child{border: none;}
.col-dmsp ul li h2{font-size: 14px;}
.col-dmsp ul li a{color: #000; font-family: 'font4'; font-size: 15px; padding: 14px 10px 14px 5px; display: block;}
.col-dmsp ul li img{margin-right: 10px;}
.col-dmsp ul li a:hover{color: #0098ff;}
#why{padding: 30px 0px 10px;}
.col-why{margin-bottom: 30px;}
.item_why{position: relative;text-align: center; max-width: 350px; margin: auto;}
.item_why .img{margin-bottom: 10px;}
.item_why .img img{margin: auto;}
.item_why .name{color: #000; font-family: 'font1'; font-size: 18px; margin-bottom: 10px;}
.item_why .des{font-family: 'font3'; font-size: 14px; color: #666;}
.content_why{margin-bottom: 10px;}
#other{padding: 40px 0px;}
.col-other-l{float: left; width: calc(100% - 515px);}
.col-other-r{float: right; width: 465px;}
.title_other{font-family: 'font1'; font-size: 32px; margin-bottom: 8px; text-align: left; color: #0b52d0; text-transform: uppercase;}
.line_other{background: #e51429; height: 2px; margin-bottom: 30px; width: 50px;}
.l_ttnb{float: left; width: calc(47% - 10px);}
.r_ttnb{float: right; width: calc(53% - 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; }
.news_big .view a{display: inline-block; color: #0093dd; text-transform: uppercase; font-size: 12px; font-family: 'font4'; border: 1px solid #0093dd; padding: 8px 18px;}
.news_big .view a:hover{color: #fff; background: #0093dd;}
.news_big:hover .name a{color: #0093dd;}
.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;}
.wrap_video img.fotorama__img{width: 100%;}

.wrap_video .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img{width: 100% !important; left: 0px !important;}

#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;}
#nuoc_gk{padding: 40px 0px;}
.box_spn{position: relative; margin-top: 10px;}
.box_spn .img{border-radius: 50%; background: url(../imgs/khung_spn.png) no-repeat center center; width: 270px; height: 270px; text-align: center; position: relative; padding-top: 34px;}
.box_spn .img:after{content: ''; background: url(../imgs/bong.png); width: 145px; height: 99px; position: absolute; right: -27px; top: -10px;}
.box_spn .img img{border-radius: 50%; margin: auto;}
.box_spn .info{text-align: center; padding-top: 15px;}
.box_spn .name h3{font-size: 17px;}
.box_spn .name a{color: #000; font-family: 'font2';}
.box_spn .price{color: #fe0202; font-family: 'font4'; margin-top: 3px; font-size: 22px;}
.box_spn:hover .name a{color: #fe0202;}
.prev_spn{position: absolute; left: -50px; top: 40%; background: url(../imgs/prev.png); width: 36px; height: 36px; cursor: pointer;}
.next_spn{position: absolute; right: -50px; top: 40%; background: url(../imgs/next.png); width: 36px; height: 36px; cursor: pointer;}
.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;}
.frm_dattiec{max-width: 545px; margin: auto;}
.frm_dattiec .r_dknt input{width: calc(50% - 8px); float: left;}
.frm_dattiec .r_dknt input:nth-child(2n){float: right;}
.frm_dattiec input{border: 1px solid #ccc; padding: 12px 10px; font-size: 14px; width: 100%; margin-bottom: 15px; color: #000;}
.frm_dattiec textarea{width: 100%; border:1px solid #ccc; padding: 10px; font-size: 14px; background: rgb(255,255,255,0.5); color: #000;}
.frm_dattiec .btn_ac{margin-top: 10px; text-align: center;}
.frm_dattiec .btn_ac input{display: inline-block; font-size: 14px; padding: 10px 25px; width: auto; min-width: 130px; border: none;}
#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: 40px 0px; position: relative;}
.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;}
.item_dv .img img{width: 100%; height: auto;}
.item_dv .info{background: #f3f3f3; padding: 20px 12px;}
.item_dv .name{text-align: center; margin-bottom: 5px;}
.item_dv .name a{color: #333; font-family: 'arial'; font-size: 18px; text-transform: uppercase; display: block; font-weight: bold;}
.item_dv .des{line-height: 22px; color: #4d4d4d; text-align: center; font-family: 'arial'; font-size: 13px;}
.item_dv:hover .name a{color: #019342;}
#ykien{position: relative; height: 590px;}
.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: 775px; 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; border: 5px solid rgb(255, 255, 255, 0); -webkit-border-radius: 50%;/*Safari, Chrome*/ -moz-border-radius: 50%;/*Firefox*/ border-radius: 50%; border: 3px solid #fff; }
.txt_ykien { max-width: 520px; margin: auto; position: relative; }
.content_ykien { color: #000; 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: 5px; }
.content_ykien .name { font-family: 'font2'; font-size: 15px; margin-bottom: 5px; }
.content_ykien .txt { height: 75px; overflow: hidden; margin-bottom: 5px; }
#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_home{padding: 0px 0px;}
.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;}
.view_home a{display: inline-block; background: #00923f; color: #fff; font-family: 'font3'; font-size: 14px; height: 42px; line-height: 42px; width: 120px; text-align: center; text-transform: uppercase; border-radius: 5px;}
.view_home a:hover{background: #f8ff25; color: #000;}
#projects{padding: 40px 0px; background: #f5f5f5;}
.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: #019342; color: #fff;}
.col-da{margin-bottom: 30px;}
.item_da{position: relative; float: left; margin-left: 15px; margin-bottom: 15px;}
.item_da a{display: block;}
.item_da .img img{width: 100%; height: auto;}
.item_da .name{position: absolute; left: 0px; bottom: 0; transition: all 0.4s; width: 100%; padding: 12px 10px; text-align: center; background: rgb(0 0 0 / 50%); color: #fff; font-family: 'font3'; font-size: 16px;}
.item_da:hover .name{background: #0b52d0;}
.item_da_3{clear: left;}
.item_da_1, .item_da_3{margin-left: 0px;}
.col-tv{float: left; width: calc(100% - 450px);}
.col-dknt{float: right; width: 400px; padding: 30px 40px 20px; min-height: 465px;}
.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{text-align: left; margin-bottom: 20px; background: url(../imgs/bg_name.jpg) repeat-x; height: 50px; line-height: 50px;}
.name_home .l_name{float: left; position: relative; text-transform: uppercase; color: #fff; font-family: 'font1'; font-size: 18px; padding-left: 30px;}
.name_home .r_name{float: right; padding-right: 30px; color: #fff;}
.name_home .r_name a{display: inline-block; color: #fff; font-family: 'font3'; font-size: 15px; text-transform: capitalize; cursor: pointer;}
.name_home .r_name a:hover, .name_home .r_name a.active{color: #ff0006;}
.name_home .r_name span{display: inline-block; margin: 0px 12px;}
.name_home .r_name span:last-child{display: none;}
.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: calc(100% - 420px);}
.r_news{float: right; width: 400px;}
.item_news_one{float: left; width: calc(50% - 11px); background: #fff;}
.item_news_one:nth-child(2n){float: right;}
.item_news_one .img{margin-bottom: 15px;}
.item_news_one .img img{width: 100%; height: auto;}
.item_news_one .info{border: 1px solid #e1e1e1; padding: 20px; border-top: none;}
.item_news_one .name{margin-bottom: 5px;}
.item_news_one .name a{color: #333; font-family: 'font2'; font-size: 15px;}
.item_news_one .des{color: #666; font-family: 'font3'; font-size: 14px;}
.item_news_one:hover .name a{color: #019342;}
.item_news_two{border-bottom: 1px dashed #bababa; margin-bottom: 13px; padding-bottom: 13px;}
.item_news_two:last-child{border-bottom: none; margin-bottom: 0px; padding-bottom: 0px;}
.item_news_two .img{float: left; width: 110px;}
.item_news_two .img img{width: 100%; height: auto;}
.item_news_two .info{float: right; width: calc(100% - 125px);}
.item_news_two .name{margin-bottom: 5px;}
.item_news_two .name a{color: #333; font-family: 'font2'; font-size: 15px;}
.item_news_two .des{color: #666; font-family: 'font3'; font-size: 14px;}
.item_news_two:hover .name a{color: #019342;}
.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;}
.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;}
.dknt_f{padding: 34px 0px 5px; border-bottom: 1px solid #accd65;}
.dknt_f .l_dknt{background: url(../imgs/dknt.png) no-repeat 0px 5px; min-height: 35px; padding-left: 65px; color: #fff; float: left; margin-bottom: 20px;}
.dknt_f .l_dknt p.r1{font-family: 'font2'; font-size: 16px;}
.dknt_f .l_dknt p.r2{font-family: 'font3'; font-size: 14px;}
.dknt_f .r_dknt{float: right; width: calc(100% - 460px); margin-bottom: 20px;}
.mid_f{padding: 45px 0px 10px;}
.frm_dknt_f input[type='email']{width: calc(100% - 108px); border: 2px solid #9cc543; padding: 12px 15px; background: none; outline: none; color: #fff; border-radius: 5px;}
.frm_dknt_f input[type='submit']{background: #019342; color: #fff; font-family: 'font2'; font-size: 15px; padding: 12px 20px; border-radius: 5px; border:none;}
.frm_dknt_f input::-webkit-input-placeholder {color: #fff; font-size: 14px;}
.frm_dknt_f input::-ms-input-placeholder {color: #fff; font-size: 14px;}
.frm_dknt_f input::placeholder { color: #fff; font-size: 14px;}
#foto_vd .fotorama__nav, #foto_vd .fotorama__stage{max-height: 400px !important;}
.col-imgs{padding: 0px 5px; margin-bottom: 10px;}
.item_imgs img{width: 100%; height: auto;}
#top_footer{padding: 40px 0px 10px; background: #f5f5f5;}
.col-f{margin-bottom: 30px; float: left;}
.col-f-1{width: 220px; margin-right: 50px;}
.col-f-2{width: 260px; margin-right: 50px;}
.col-f-3{width: 240px;}
.col-f-4{float: right; width: 280px;}
.box_thumua{position: relative; background: #fff;}
.box_thumua .img{overflow: hidden; position: relative;}
.box_thumua .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_thumua: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_thumua .info{padding: 15px; border: 1px solid #e8e8e8; border-bottom: 4px solid #e8e8e8; text-align: center;}
.box_thumua .name{margin-bottom: 8px;}
.box_thumua .name h3{font-size: 16px; font-family: 'font2';}
.box_thumua .name a{color: #000; display: block;}
.box_thumua .des{color: #666; font-family: 'font3'; line-height: 24px;}
.box_thumua:hover .name a{color: #00923f;}