@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 15px;position: relative;width: 1220px;margin: auto;max-width: 100%;}
.row-10{margin-left: -10px;margin-right: -10px;}
.row-10 [class*='col-']{padding-left:10px;padding-right:10px}

.w-clear:after{display:block;content:"";clear:both;}
.grecaptcha-badge{display:none !important;}
.full_bg{background-size: 100% 100% !important;}
.cover_bg{background-size: cover;}
.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: 'Arial', 'Helvetica', 'sans-serif';font-size:14px;position: relative;box-sizing:border-box; background: #022a51; color: #fff;}
/*=======================================*/
.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;}
.breadCrumbs{background: #eee; font-family: 'font3'; text-transform: capitalize;}
.breadCrumbs .breadcrumb{background: none;}
.breadCrumbs a{color: #999;}
#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 */
.modal.show:after {
    content: "";
    background: #111;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity:0.4;
    z-index: 1;
}
.modal.show .modal-dialog{position:relative;z-index:2}
.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:#cf9201;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:#ffc000;font-size:.875rem;}
.pagination-home .pagination .page-item.active .page-link{color:#fff;background-color:#ffc000;border-color:#ffc000;}
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 #ffc000; background: #ffc000; 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:#333; 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;background:#eee;padding:5px 10px;}
.tabs-pro-detail .ul-tabs-pro-detail li.active{background:#333;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;}
#main_content{padding: 30px 0px;}
.content_main .text img{max-width: 100%; height: auto !important;}
#top_head{background: #ffc000; height: 40px;}
.info_h{color: #fff; font-family: 'font4'; font-size: 14px; margin-top: 9px;}
.info_h i{margin-right: 5px;}
.info_h1{float: left;}
.info_h2{float: right;}
.info_h3{float: right; margin-left: 30px;}
#header{position: sticky; background: #fff; padding: 10px 0px; top: 0px; z-index: 1000; border-bottom: 1px solid #e3e3e3; height: 125px; transition: all 0.4s;}
#header.fixed{height: 75px; transition: all 0.4s;}
.left_nav{position: absolute;left: 0px;top: 0px;height: 100vh;background: rgb(0,0,0,0.4);width: 250px;z-index: 1000;padding-top: 25px;}
.logo{position: relative; text-align: center;}
.banner{font-family: 'font4'; color: #1387f4; font-size: 33px; margin-left: 165px; float: left; margin-top: 17px;}
.h_info{font-family: 'arial';}
.h_info p.r1{font-size: 17px; color: #000; font-family: 'font2';}
.h_info p.r2{font-size: 14px; color: #4a4b4b; font-family: 'font3'; font-style: italic;}
.h_info p.r2 span{font-family: 'font2';}
.h_hl{background: url(../imgs/hl.png) no-repeat 0px 0px; height: 65px; float: right; width: 214px; position: relative; margin-top: 7px;}
.h_hl span{color: #fff; font-family: 'font1'; font-size: 20px; position: absolute; left: 45px; top: 13px;}
.h_cart{background: url(../imgs/gh.png) no-repeat 0px 0px; min-height: 50px; padding-left: 60px; margin-top: 38px; line-height: 21px; padding-top: 6px; float: right;}
.h_email{background: url(../imgs/head2.png) no-repeat 0px 2px; margin-left: 90px;}
.shop_cart { float: right; position: relative; margin-top: 42px; margin-right: 10px; transition: all 0.4s;}
.shop_cart a { display: inline-block; background: url(../imgs/gh.jpg) 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: 0; top: -10px; width: 18px; line-height: 18px; text-align: center; background: #333; color: #fff; border-radius: 50%; font-size: 11px;}
.hotline{float: right; font-family: 'font3'; color: #999; font-size: 15px; margin-top: 47px; margin-right: 30px; transition: all 0.4s;}
.hotline span{color: #000; font-family: 'font2';}
#menu{position: relative; background: url(../imgs/bg_menu.jpg) repeat-x; height: 50px; line-height: 50px;}
.menu_mobile{display: none;overflow: hidden;text-align: center;line-height: 35px;height: 35px;text-align: center;width: 35px;position: fixed;right: 10px;z-index: 1001;top: 10px;background: #ffee14;}
a#btn_menu_bootstrap{display: block; font-size: 19px; color: #a83a38; overflow: hidden; }
a.cart_mb{float: right; color: #ffc000; font-size: 15px; display: none; height: 40px; line-height: 40px;}
.nav_left{margin-top: 20px;}
.nav_left > ul > li{border-bottom: 1px solid rgb(255,255,255,0.6); position: relative;}
.nav_left > ul > li:nth-child(1){background: url(../imgs/menu1.png) no-repeat 22px center;}
.nav_left > ul > li:nth-child(2){background: url(../imgs/menu2.png) no-repeat 22px center;}
.nav_left > ul > li:nth-child(3){background: url(../imgs/menu3.png) no-repeat 22px center;}
.nav_left > ul > li:nth-child(4){background: url(../imgs/menu4.png) no-repeat 22px center;}
.nav_left > ul > li:nth-child(5){background: url(../imgs/menu5.png) no-repeat 22px center;}
.nav_left > ul > li:nth-child(6){background: url(../imgs/menu6.png) no-repeat 22px center;}
.nav_left > ul > li:nth-child(7){background: url(../imgs/menu7.png) no-repeat 22px center;}
.nav_left > ul > li a{display: block; color: #fff; font-family: 'font2'; font-size: 16px;}
.nav_left > ul > li > a{padding: 18px 15px 18px 53px;}
.nav_left > ul > li:hover > a{color: #ffee14;}
.nav_left > ul ul{position: absolute; left: 100%; top: 0px; background: rgb(0,0,0,0.6); white-space: nowrap; min-width: 120px; opacity: 0; visibility: hidden; transition: all 0.4s;}
.nav_left > ul ul li a{padding: 12px 15px;}
.nav_left > ul ul h2{font-size: 15px;}
.nav_left > ul ul li{border-bottom: 1px solid rgb(255,255,255,0.4);}
.nav_left > ul > li:hover > ul{opacity: 1; visibility: visible; transition: all 0.4s;}
.nav_left > ul ul li a:hover{color: #ffee14;}
.menu_desk {position: relative; float: left; margin-top: 30px; transition: all 0.4s;}
.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 { color: #999; font-size: 16px; display: block; font-family: 'font3'; position: relative; text-transform: uppercase; padding: 10px 25px;}
.menu_desk > ul > li.line{background: url(../imgs/line_menu.png); width: 1px; height: 17px; margin-top: 14px;}
.menu_desk > ul > li.active > a {color: #000;}
.menu_desk > ul > li:hover > a {color: #000;}
.menu_desk ul ul { list-style: none; min-width: 120px;width: auto; position: absolute; z-index: 999; background: #282828; 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.1); 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: #a0a0a0; display: block; text-transform: none; white-space: nowrap; font-family: 'font3';}
.menu_desk ul ul li a:hover { color: #fff; }
.menu_desk h2, .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; position: relative; margin-top: 38px; transition: all 0.4s;}
#timkiem .icon { background: url(../imgs/kinh.jpg) no-repeat center center; width: 35px; height: 35px; cursor: pointer; }
.frm_timkiem {position: absolute; width: 200px; top: 0px; right: 35px; display: none;}
.frm_timkiem input[type="text"] { background: #fff; height: 35px; line-height: 35px; border: 1px solid #ccc; padding: 0px 40px 0px 15px; width: 100%; color: #000; outline: none; border-radius: 40px;}
.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/kinh2.png) no-repeat center center; width: 35px; height: 35px; position: absolute; right: 2px; top: 0px; border: none;}
#slider{position: relative;}
.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;}
.info_slide .name{font-family: 'font6'; font-size: 40px; line-height: normal;}
.info_slide .des{font-family: 'font5'; font-size: 28px; line-height: normal;}
.slide_mb{display: none;}
#header.fixed .logo img{height: 50px; width: auto; transition: all 0.4s;}
#header.fixed .menu_desk{margin-top: 10px; transition: all 0.4s;}
#header.fixed .hotline{margin-top: 20px; transition: all 0.4s;}
#header.fixed .shop_cart{margin-top: 14px; transition: all 0.4s;}
#header.fixed #timkiem{margin-top: 11px; transition: all 0.4s;}
/* 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;}
#zabout_home{
    background: #fff;
    padding: 14px 0;
    color: #333;
}
#zabout_home .ab-title{
    text-align: center;
    font-family: 'font1';
    margin-bottom: 16px;
    font-size: 20px;
    color: red;
}
#zabout_home .ab-contemt{
    border: 2px dashed #ff0000;
    padding: 20px;
}
#zabout_home .inner{}
#zabout_home .log{
    text-align: center;
    margin: 10px 0;
}
#zabout_home .log a{
    display: inline-block;
    padding: 8px 25px;
    margin: 0 5px;
    font-family: 'font1';
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    border: 1px solid #333;
}
#about_home{padding: 50px 0px; background: #f5f5f5;}
#about_home .col-img{float: right; width: 525px; position: relative;}
#about_home .col-img img{width: 100%; height: auto;}
#about_home .col-info{float: left; width: calc(100% - 585px); position: relative;}
#about_home .col-info:before{content: ''; position: absolute; left: -75px; top: 0px; width: 69px; height: 322px; }
.des_about{font-size: 14px; line-height: 24px; font-family: 'font2'; color: #fff; font-family: 'font2';}
.view_about{text-align: center; margin-top: 30px;}
.view_about a{display: inline-block; color: #f2b703; font-family: 'font1'; font-size: 14px; font-style: italic; position: relative;}
.view_about a:hover{color: #fff;}
.view_about a:before{content: ''; width: 52px; height: 1px; background: #f2b703; position: absolute; left: -66px; top: 9px;}
.view_about a:after{content: ''; width: 52px; height: 1px; background: #f2b703; position: absolute; right: -66px; top: 9px;}
.swiper-gt{margin-top: 35px;}
.wrap_name{margin-bottom: 35px; text-align: center; position: relative;}
.wrap_name .red-name{
    color: red;
    font-family: font1;
    font-size: 26px;
}
.content_home .item-why{}
.content_home .item-why .content-why span{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    }
.content_home .item-why .content-why img{
    float: left;
    margin-right: 13px;
}
.content_home .item-why .content-why .name{
    font-family: 'font1';
    color: #ffa800;
    font-size: 17px;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content_home .item-why .content-why .desc{
    color: #333;
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    font-family: 'font2';
}
.content_home .item-why .content-why{
    background: #fff;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #787878;
}
.wrap_name .name{color: #ffffff;font-family: 'font1';font-size: 30px;line-height: normal;text-transform: uppercase;margin-bottom: 10px;}
.wrap_name .name span{color: #ffa800;}
.wrap_name .name2{color: #fff;}
.wrap_name .name h1{font-size: 35px; font-weight: normal; line-height: normal;}
.wrap_name .bong_name{background: #ffffff;height: 3px;width: 60px;margin: auto;}
.wrap_name .bong_name2{background: url(../imgs/line_name2.png) no-repeat center top;}
.txt_home{color: #000; font-family: 'font4'; text-align: center; font-size: 15px; line-height: normal; margin-top: 8px; margin-bottom: 8px;}
.txt_home2{color: #fff;}
.wrap_name2{margin-bottom: 15px;}
#tongquan{padding: 30px 0px;background: #f5f5f5;}
.flex_tq{display: flex; flex-flow: row wrap; justify-content: space-between;}
.item_tq{text-align: center; margin-top: 20px; padding: 0px 15px;}
.item_tq p.r1{color: #ffc000; font-family: 'font1'; font-size: 30px;}
.item_tq p.r2{color: #fff; font-family: 'font2'; font-size: 16px;}
#pro_nb{position: relative; padding: 20px 0px;}
.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;}
.box_product{position: relative;}
.box_product .img{position: relative; overflow: hidden; border: 1px solid #d5d5d5;}
.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); line-height: 51px; width: 50px; height: 51px; text-align: center; color: #fff; font-family: 'font3';}
.box_product .info{padding: 15px 0px 0px; text-align: center;}
.box_product .name{margin-bottom: 7px;}
.box_product .name a{color: #666; font-family: 'font3';}
.box_product .name h3{font-size: 15px;}
.box_product .price{text-align: center; font-family: 'font4'; font-size: 14px;}
.box_product .price span.ban{color: #cc0000; font-family: 'font3'; margin-top: 3px; font-size: 15px;}
.box_product .price span.cu{color: #999; font-family: 'font3'; text-decoration: line-through; margin-left: 5px; font-size: 15px;}
.box_product .view{margin-top: 5px; text-align: center;}
.box_product .view a{color: #000; font-family: 'font3'; text-transform: uppercase;}
.box_product .view a:hover{color: #000;}
.box_product:hover .info .name a{color: #000;}
.box_product .des{color: #383838; font-size: 14px;}
#news{padding: 50px 0px;}
.owl-tt{margin-top: 30px;}
.item_ttnb{position: relative;height: 100%;overflow: hidden;}
.item_ttnb .img{position: relative;}
.item_ttnb .img img{width: 100%; height: auto; }
.item_ttnb .info{background: #fff; padding: 25px 30px; width: calc(100% - 46px); margin: auto; position: relative; z-index: 1; margin-top: -50px;}
.item_ttnb .info:after{content:"";position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;background: #fff;z-index: -1;bottom: -100%;}
.item_ttnb .name{margin-bottom: 12px;}
.item_ttnb .name a{display: block; color: #282828; font-family: 'font1'; font-size: 16px;}
.item_ttnb .des{color: #282828; font-family: 'font2'; 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: #000;  border-bottom: 1px solid #000;}
.item_ttnb:hover .name a{color: #ffc000;}
#doitac{padding: 40px 0px;}
.txt_center{text-align: center;}
.owl-partner{margin-top: 30px;}
.img_dt{border: 1px solid #ebebeb;}
.img_dt:hover{border: 1px solid #ffc000;}
.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 20px;background-position: top left;background-size: contain;}
#footer .container{z-index:3;position:relative}
#footer:after{background: url(../imgs/bg_foot.jpg) bottom center;content:"";position: absolute;left: 0;top: 0;width: 50%;height: 100%;background-size: cover;background-repeat: no-repeat;z-index: 1;}
#footer:before{content:"";width: 100%;height: 100%;background: #1111114f;z-index: 2;position: absolute;top: 0;}
.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: left; margin-top: 15px;}
.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: #fada77;font-family: 'font1';font-size: 19px;text-transform: uppercase;margin-bottom: 5px;}
.line_foot{width: 40px; height: 2px; background: #ffc000; margin-bottom: 20px;}
.name_company{text-align: left; margin-bottom: 20px; font-family: 'font1'; text-transform: uppercase; color: #fff; font-size: 20px;}
.foot_info{font-size: 14px; padding-left: 40px; margin-bottom: 10px; color: #fff; min-height: 26px; font-family: 'font2'; padding-top: 3px;}
.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 0px;}
.foot2{background: url(../imgs/foot2.png) no-repeat 0px 0px;}
.foot3{background: url(../imgs/foot3.png) no-repeat 0px 0px;}
.foot4{background: url(../imgs/foot4.png) no-repeat 0px 0px;}
.col-foot{margin-bottom: 30px;color: #fff;/* font-family: 'font3'; */font-size: 15px;}
.col-foot-1{float: left; width: 440px; margin-right: 105px;}
.col-foot-2{float: left; width: 240px;}
.col-foot-3{float: right; width: 300px;}
.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: 'font2';}
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:#011c36; */color: #333;font-family: 'font1';font-size: 13px;padding: 9px 0px;position: relative;}
.copyright{text-align: left; float: left; }
.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;}
.wmap{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
}
#map_home{position: relative;height: 100%;}
#map_home iframe{width: 100%;height: 100%;}
.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:#fff;}
.list_bvlq ul li a:hover{text-decoration:none; color: #ffc000;}
.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{position: relative;}
.box_news .img img{width: 100%; height: auto;}
.box_news .info{padding-top: 15px;}
.box_news .name{margin-bottom: 8px;}
.box_news .name a{color: #fff; font-family: 'font1';}
.box_news .name h3{font-size: 16px;}
.box_news .des{font-size: 14px; line-height: 24px; font-family: 'font2'; text-align: justify; margin-bottom: 10px; color: #ccc;}
.box_news .view a{font-size: 14px; color: #000;}
.box_news:hover .name a{color: #ffc000;}
.box_news:hover .view a{color: #ffc000;}
.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{position: absolute; left: 0px; bottom: -10px;}
#dknt{position: relative;}
.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_dknt{text-align: center; color: #282828;}
.txt_dknt1{font-family: 'font1'; font-size: 25px; text-transform: uppercase; line-height: normal; margin-bottom: 10px;}
.txt_dknt2{font-family: 'font3'; font-size: 22px; margin-bottom: 20px; background: url(../imgs/hl.png) no-repeat 0px 2px; min-height: 28px; padding-left: 36px; display: inline-block;}
.txt_dknt2 span{font-family: 'font1'; font-size: 25px;}
.frm_dknt{background: #ffcc03; padding: 60px 40px; color: #282828;}
.frm_dknt .r_dknt{float: left; width: calc(100% - 55px);}
.frm_dknt .r_dknt input{width: calc(33.33% - 12px); float: left; margin-right: 15px;}
.frm_dknt .r_dknt input:nth-child(3n){float: right; margin-right: 0px;}
.frm_dknt input{padding: 12px 15px; font-size: 14px; width: 100%; background: none; color: #282828; border: none; border-bottom: 1px solid #003b74; margin-bottom: 15px; outline: none; font-family: 'font2';}
.frm_dknt textarea{width: 100%; border:none; border-bottom: 1px solid #fff; padding: 7px 10px; font-size: 16px; background: #f3f3f3; color: #000; outline: none;}
.frm_dknt .btn_ac{float: right; width: 40px;}
.frm_dknt .btn_ac input[type='submit']{background: url(../imgs/send.jpg); width: 38px; height: 29px; border: none; display: inline-block; position: relative; top: 12px;}
.btn_ac input[type='reset']{background: #0093dd; color: #000;}
.btn_ac input:hover{opacity: 0.9;}
.frm_dknt input::-webkit-input-placeholder {color: #282828; font-size: 14px;}
.frm_dknt input::-ms-input-placeholder {color: #282828; font-size: 14px;}
.frm_dknt input::placeholder { color: #282828; font-size: 14px;}
.frm_dknt textarea::-webkit-input-placeholder {color: #fff; }
.frm_dknt textarea::-ms-input-placeholder {color: #fff; }
.frm_dknt textarea::placeholder { color: #fff; }
#gallery{padding: 40px 0px;background: #fff;}
#news-block{
    background: #f5f5f5;
    padding: 20px 0;
    overflow: hidden;
}
#member-block{}

#member-block{
    background: #fff;
    padding: 30px 0;
    color: #333;
} 
#member-block .xtitle{
    text-align: center;
    background: url(../images/bg-123.jpg) no-repeat bottom center;
    padding-bottom: 23px;
    margin-bottom: 30px;
    color: #e7c060;
    font-family: 'font1';
    font-size: 30px;
} 
#member-block  .item{
    text-align: center;
}
#member-block  .item .photo{
    text-align: center;
}
#member-block  .item .photo span{
    width: 200px;
    width: 90%;
    max-width: 200px;
    margin: auto;
    display: block;
   
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=0, Color=#000000)";/*IE 8*/
    -moz-box-shadow: 0 0 3px 3px rgba(0,0,0,0.3);/*FF 3.5+*/
    -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.3);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.3);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#000000); /*IE 5.5-7*/
}
.xbg{ background: rgb(192,138,48);
    background: -moz-linear-gradient(90deg, rgba(192,138,48,1) 0%, rgba(250,218,119,1) 25%, rgba(192,138,48,1) 50%, rgba(250,218,119,1) 75%, rgba(192,138,48,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(192,138,48,1) 0%, rgba(250,218,119,1) 25%, rgba(192,138,48,1) 50%, rgba(250,218,119,1) 75%, rgba(192,138,48,1) 100%);
    background: linear-gradient(90deg, rgba(192,138,48,1) 0%, rgba(250,218,119,1) 25%, rgba(192,138,48,1) 50%, rgba(250,218,119,1) 75%, rgba(192,138,48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c08a30",endColorstr="#c08a30",GradientType=1);}
#member-block  .item .photo span img{
    border-radius: 50%;
}
#member-block  .item .name{
    margin: 19px 0;
    font-family: 'font1';
    font-size: 18px;
    margin-bottom: 11px;
}
#member-block  .item .desc{}

.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%;}
.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: 40px 0px 0px; position: relative; min-height: 545px;}
.row_why{position: relative;}
.col-why{margin-bottom: 30px;}
.item_why{position: relative;text-align: center; max-width: 265px; margin: auto;}
.item_why .img{text-align: center;}
.item_why .img img{margin: auto;}
.item_why .info{padding-top: 12px;}
.item_why .name{font-family: 'font3'; font-size: 17px; color: #707070; margin-bottom: 7px;}
.item_why .des{font-family: 'font3'; font-size: 14px; color: #999;}
#other{padding: 40px 0px;}
.col-other-l{float: left; width: calc(50% - 15px);}
.col-other-r{float: right; width: calc(50% - 15px);}
.title_other{font-family: 'font1'; font-size: 32px; margin-bottom: 10px; text-align: left; color: #2b2b2b; text-transform: capitalize;}
.line_other{background: #ffc000; 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;}
.prev_sp{position: absolute; left: 0px; top: 40%; background: url(../imgs/prev.png); width: 15px; height: 28px; cursor: pointer;}
.next_sp{position: absolute; right: 0px; top: 40%; background: url(../imgs/next.png); width: 15px; height: 28px; 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; border-radius: 5px;}
.item_dv .info{background: #f3f3f3; padding: 20px 12px;}
.item_dv .name{text-align: center; position: absolute; left: 0px; bottom: 0px; background: #000; padding: 10px 10px; width: 100%;}
.item_dv .name{color: #fff; font-family: 'font1'; display: block; font-size: 16px;}
.item_dv .des{line-height: 22px; color: #4d4d4d; text-align: center; font-family: 'arial'; font-size: 13px;}
.item_dv:hover .name a{color: #ffc000;}
.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: 55px 0px;}
.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: 47px; height: auto;}
.openxform:hover{color:#fff;text-decoration:none}
.openxform{
    width: 47px;
    height: 47px;
    background: red;
    display: block;
    font-size: 10px;
    white-space: nowrap;
    line-height: 47px;
    color: #fada77;
    text-align: center;
    border-radius: 50%;
}
#pro_bc{padding: 40px 0px 9px;}
.row_home{padding: 20px 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);}
.row_home:nth-child(even) .col-home-qc{float: right;}
.row_home:nth-child(even) .col-home-sp{float: left;}
.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: #188bf7; color: #fff; font-family: 'font2'; font-size: 14px; height: 40px; line-height: 40px; width: 150px; text-align: center; text-transform: capitalize; border-radius: 40px;}
.view_home a:hover{background: #ff0006;}
#projects{padding: 30px 0px;}
.row_da{position: relative; padding: 30px 0px;}
.row_da .img{float: left; width: 595px; position: relative;}
.row_da .img:after{content: ''; background: url(../imgs/line_da.png); width: 92px; height: 108px; position: absolute; right: 0px; top: 0px;}
.row_da .info{float: right; width: calc(100% - 660px); padding-top: 25px;}
.row_da .date{color: #ffcc03; font-family: 'font2'; font-style: italic; font-size: 16px; position: relative; padding-left: 50px;}
.row_da .date:before{content: ''; background: #ffcc03; width: 40px; height: 1px; position: absolute; left: 0px; top: 12px;}
.row_da .name{margin: 15px 0px;}
.row_da .name a{color: #ffcc03; font-family: 'font1'; display: block;}
.row_da .name h3{font-size: 30px;}
.row_da .des{font-family: 'font2'; line-height: 25px; text-align: justify;}
.row_da .view{text-align: left; margin-top: 25px;}
.row_da .view a{display: inline-block; width: 136px; height: 40px; line-height: 40px; text-align: center; border-radius: 40px; background: #fff; color: #022a51; font-family: 'font2'; font-size: 15px; font-style: italic;}
.row_da .view a:hover{background: #ffc000;}
.row_da:nth-child(2n) .img{float: right;}
.row_da:nth-child(2n) .info{float: left;}
.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: #ffc000; 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-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;}
.name_home .l_name{float: left;position: relative;text-transform: uppercase;font-family: 'font1';font-size: 21px;color: #f1c40f;}
.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: 50%;}
.r_news{float: right; width: calc(100% - 400px);}

.r_news .slick-slide {
    margin: 5px 0px;
  }
  /* the parent */
  .r_news .slick-list {
    margin: -5px 0px;
  }


.item_news_one .img{margin-bottom: 5px;}
.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 .name a:hover,.item_news_two .name a:hover{
    color: #ffc000;
}
.item_news_one .des{color: #676364;/* font-family: 'font3'; */font-size: 14px;}
.item_news_one:hover .name a{color: #0000fe;}
.item_news_two{
}
.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;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; /* number of lines to show */line-height: 20px;        /* fallback */max-height: 40px;}
.item_news_two .name a{color: #000; font-family: 'font1'; font-size: 15px;}
.item_news_two .des{color: #676364;font-size: 14px;}
.item_news_two:hover .name a{/* color: #0000fe; */}
.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 30px;}
.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: #ffc000; 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;}
.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: #ffc000; 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: #ffc000;}
#services{padding: 20px 0px;}
.row_service{padding: 20px 0px;}
.item_you{position: relative;}
.item_you img{width: 100%; height: auto;}
.item_you .play{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: url(../imgs/play.png); width: 145px; height: 145px; background-size: 100% 100%;}
.item_dv.item_you .play{
    width: 90px;
    height: 90px;
    opacity: 0;
    transition: 0.2s ease;
    top: 45%;
}
.item_dv:hover .play{
    opacity: 1;
    top: 50%;
    z-index: 2;
}
.item_dv:hover a:after{
    opacity: 0.4;
}
.item_dv a:after{content:"";position: absolute;width: 100%;height: 100%;background: #111;top: 0;left: 0;opacity: 0;transition: 0.2s ease;}



.brand-wrapper {
  margin-bottom: 19px; }
  .brand-wrapper .logo {
    height: 37px; }

.login-card {
  border: 0;
  border-radius: 0;
  box-shadow: 0 10px 30px 0 rgba(172, 168, 168, 0.43);
  overflow: hidden;
  }
  .login-card-img {
    border-radius: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .login-card .card-body {
    padding: 20px;
    color: #111;
    }
    @media (max-width: 422px) {
      .login-card .card-body {
        padding: 35px 24px; } }
  .login-card-description {
    font-size: 25px;
    color: #000;
    font-weight: normal;
    margin-bottom: 23px;
    font-family: 'font1';
    text-transform: uppercase;
    text-align: center;
    }
  .login-card form {
    /* max-width: 326px; */
    }
    .login-card textarea.form-control {
    line-height: 1.5;
}
  .login-card .form-control {
    border: 1px solid #d5dae2;
    /* padding: 15px 25px; */
    margin-bottom: 16px;
    min-height: 45px;
    font-size: 13px;
    line-height: 15;
    font-weight: normal;
    }
    .login-card .form-control::-webkit-input-placeholder {
      color: #919aa3; }
    .login-card .form-control::-moz-placeholder {
      color: #919aa3; }
    .login-card .form-control:-ms-input-placeholder {
      color: #919aa3; }
    .login-card .form-control::-ms-input-placeholder {
      color: #919aa3; }
    .login-card .form-control::placeholder {
      color: #919aa3; }
  .login-card .login-btn {
    padding: 13px 20px 12px;
    background-color: #000;
    border-radius: 4px;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    margin-bottom: 24px; }
    .login-card .login-btn:hover {
      border: 1px solid #000;
      background-color: transparent;
      color: #000; }
  .login-card .forgot-password-link {
    font-size: 14px;
    color: #919aa3;
    margin-bottom: 12px; }
  .login-card-footer-text {
    font-size: 16px;
    color: #0d2366;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .login-card-footer-text {
        margin-bottom: 24px; } }
  .login-card-footer-nav a {
    font-size: 14px;
    color: #919aa3; }
