body{}
/* effect */
.box{ position:relative;  transition:0.5s;  -webkit-transition:0.5s}
.box >a.link{position:absolute; top:0; left:0; right:0; bottom:0; z-index:10}
.box::before, .box::after{ width:100%;  height:100%;  z-index:1;  content:'';  position:absolute;  top:0;  left:0;  box-sizing:border-box;  -webkit-transform:scale(0);  transition:0.5s}
.foo::before{ border-bottom:3px solid #0069cf;  border-left:3px solid #0069cf;  -webkit-transform-origin:0 100%}
.foo::after{ border-top:3px solid #0069cf;  border-right:3px solid #0069cf;  -webkit-transform-origin:100% 0%}
.bar::before{ border-bottom:1px solid #0069cf;  border-left:1px solid #0069cf;  -webkit-transform-origin:100% 0%}
.bar::after{ border-top:1px solid #0069cf;  border-right:1px solid #0069cf;  -webkit-transform-origin:0% 100%}
.box:hover::after, .box:hover::before{ -webkit-transform:scale(1)}

/* class common */
.maxwidth{margin:0 auto;}
.paddl_0{padding-left: 0 !important;}
.paddr_0{padding-right: 0 !important;}
.line{height: 0px;border:1px dashed #cecece;margin: 20px 0;}
.inline{display: inline-block;}
.tt_shadow{text-shadow:1px 0 0 #fff,-1px 0 0px #fff,0 1px 0 #fff,0 -1px 0 #fff,1px 1px #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff;}
.tt_shadow1{text-shadow:1px 0 0 #000,-1px 0 0 #000,0 1px 0 #000,0 -1px 0 #000,1px 1px #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000;}
.tbl{display: table;height: 100%;width:100%;}
.tbl .cell{display: table-cell;vertical-align: middle;}
/* ----back to top--- */
#top{width:41px; height:41px; background:url(../images/top.png); position:fixed; right:30px; bottom:50px; cursor:pointer; display:none; z-index:100}
/* ----main layout---- */
.wrapper{margin: auto; width: 100%;position: relative;}
#wrapper{margin: auto;}
#content{}
#info{position: relative;    padding-bottom: 20px;	}
.container-left{position: relative;}
.container-right{position: relative;}
.content{border:thin solid #eaeaea;border-radius: 5px;margin-bottom: 20px;background: #fdfdfd;}
.content_wrap{padding:15px;}
.content_wrap img{height: auto;}
.content_wrap *{max-width: 100%}
/* ---breadcums--- */
#breadcrumbs{position: relative;    background-color: #f5f5f5;}
#breadcrumbs ul{position: relative;margin: 0 auto;background: none;}
#breadcrumbs ul a{color: #000;}
#breadcrumbs ul a:hover{color: #f00;}
/* ---titile--- */
.tt_main{position: relative;margin: 20px 0 20px;padding-left: 20px;border-bottom: double 3px #0069cf; }
.tt_main .title:before{ content: '';position: absolute;right: 100%;top: 0; width: 0;height: 0;border-style: solid;border-width: 0 0 40px 20px;border-color: transparent transparent #0069cf transparent;}
.tt_main .title:after{ content: '';position: absolute;left: 100%;top: 0; width: 0;height: 0;border-style: solid;border-width:40px 20px 0 0 ;border-color: #0069cf transparent transparent transparent;}
.tt_main .title{margin: 0; position: relative; font-size:20px;color: #fff;font-family: 'avo_b';text-transform: uppercase;line-height:48px;height: 40px; display: inline-block;padding:0 30px;background: #0069cf;margin-bottom: -2px;}
.tt_main .all{color: #3d3d3d;font-family: 'RR';display: inline-block;position: absolute;right: 0px;top: 15px;}
.tt_main .all:hover{color: #d61818;}

.tt_main1{position: relative;margin: 0px 0 20px;text-align: center;overflow: hidden;background: url('../images/tt_bg.png') center bottom no-repeat;padding-bottom: 35px;margin-top: 15px;}
.tt_main1 .title{text-transform: capitalize;margin: 0;position: relative;font-size: 35px;color: #000000;font-family: 'RR';line-height:35px;display: inline-block;padding:0 25px;}

.tt_main2{position: relative;margin: 0px 0 20px;text-align: center;overflow: hidden;background: url('../images/tt_bg.png') center bottom no-repeat;padding-bottom: 20px;}
.tt_main2 .title{margin: 0; position: relative; font-size:27px;color: #fff;font-family: 'RB'; text-transform: uppercase;line-height:35px;display: inline-block;padding:0 25px;}

.tt_end{position: relative;margin: 0px 0 20px;}
.tt_end .title{position: relative; font-size: 20px;color: #2d2d2d;font-family: 'RB';text-transform: uppercase;padding:8px 0px 10px;background: url('../images/tt_end.png') bottom repeat-x;margin-left: 17px;}
.tt_end:after{content: '';position: absolute;height: 33px;width: 6px; left: 0px;top: 10px; background: #f80710;}

.tt_news{position: relative;background: url(../images/tt_end.png) center repeat-x;margin-bottom: 20px;margin-top: 20px;}
.tt_news .title{margin: 0;font-family: 'avo_b';font-size: 25px;text-transform: uppercase;color: #2359c6;background: #fff;position: relative;padding-right: 20px;display: inline-block;}
.tt_news .title:after{content: '';position: absolute;left: 100%;top: calc(50% - 8px);width: 15px;height: 16px;background:#2359c6; }
/* --search-- */
.search{position: absolute;right: 0;top: 5px;height: 40px;width: 40px;border-radius: 50%;text-align: center;}
.search i{color: #FBBE4C;font-size: 20px;line-height: 40px;}
.search:hover #timkiem{display: block;}
#timkiem{ display:none;  position:relative; position: absolute;top: 100%;right: 0; width:255px;  background:#fff; border:thin solid #dfdfdf; font-family: 'RR';}
#timkiem input{background:none;  border:none;  height:28px;  padding:0px 10px;  color:#333;  width:calc(100% - 30px);  float:left;  outline:none;}
#timkiem input:focus{outline:none}
#timkiem button{ border:none;  background:none;  color:#8f8f8f;  height:30px;  width:30px;  box-sizing:border-box;  position:relative;  outline:none;  float:right;  text-align:center;  font-size:18px}
#timkiem button i{line-height: 30px;}
#timkiem button i{color: #8f8f8f;}
.frm_timkiem_m{display: block;padding:5px 15px;}
.frm_timkiem_m input{background: #fff;border: solid 1px #C7951C;height: 30px;padding: 0px 10px;box-sizing:border-box;color: #666;border-radius: 3px;}
.frm_timkiem_m button{border: solid 1px #C7951C;background: #ab7e12;color: #fff;height: 30px;box-sizing:border-box;padding: 0px 16px;position: relative;}
/* --mxh-- */
.social{margin-left: 10px;}
.social img{vertical-align: baseline;}
.social-bt{margin:5px 0 5px;height: 60px;width: 230px;background: url('../images/mxh_bg.png') center no-repeat;line-height: 55px;text-align: center;}
.social-bt span{display: block;margin-top: 15px;}
.social-bt img{position: relative;margin-left: 0px;}
/* --thongke-- */
.box_tk{padding:20px;border:thin dotted #ff6161;border-radius:10px;text-align: center;}
#thongke{position: relative;margin: 0;display: block;}
#thongke li{position:relative;list-style: none;color: #fff;display: inline-block;margin-right: 15px;}
#thongke li:last-child{border:none;margin: 0}
#thongke img{position:relative; top:0px; margin-right:5px}
#thongke span{color:#fff;display: inline-block;margin-left: 5px;}
/* --newsletter-- */
.box_dkemail{position: absolute;padding:30px 0 0;right: 25px;top: 0;bottom: 0;background: #0069cf;}
.tt_dk{font-size: 18px;text-transform: uppercase;margin-bottom: 15px;text-align: center;font-family:'RB';color: #fff;}
.dknhantin{position: relative;margin: 0 auto;padding-right:  10px;}
.dknhantin p{position: relative;}
.dknhantin p i{position: absolute;right: 100%;top: 0; width: 42px; height: 42px;line-height: 42px;color: #fff;background: #0069cf;text-align: center;border-radius: 3px 0 0 3px;}
.dknhantin p:hover i{background: #ff0000;}
.dknhantin input{background: #fff;border-radius: 0px; border: none; height: 42px; padding: 0px 10px; color: #000;   outline: none;margin-right: 0px;display:block;    width: calc(100%); width:325px;max-width: 100%;}
.dknhantin input:focus{outline: none;}
.dknhantin button{border: none;border-radius: 3px; background: #ff0000; color: #fff; position: relative;outline: none;text-align: center;padding: 10px 30px; float: right;}

/* --partner-- */
.title-doitac h2{background: url(../images/line.png) repeat-x center left; height: 34px; line-height: 34px;}
.title-doitac h2 span{display: inline-block; padding: 0px 60px; background: url(../images/bg-title.png) no-repeat; background-size: 100% 100%; font-family: 'RR', sans-serif; color: #fff; text-transform: uppercase; font-weight: normal; font-size: 16px;}
.doitac{padding:20px 0px;margin: 40px 0;}
.doitac .dt_box{border-top: thin solid #d2d2d2;border-bottom: thin solid #d2d2d2;}
.doitac-slider{margin: 0 !important;display: none;}
.doitac-slider .item{box-sizing:border-box;padding: 0 7px;}
.doitac-slider  .item {text-align: center;}
.doitac-slider  .item img{display: inline-block;padding: 5px;background: #fff;}
.doitac-slider .slick-prev{width:14px;height: 25px;background: url(../images/left.png) !important;left:-25px;opacity: 1;}
.doitac-slider .slick-next{width:14px;height: 25px;background: url(../images/right.png) !important;right: -25px;opacity: 1;}
.doitac-slider .slick-prev:before{content: '';}
.doitac-slider .slick-next:before{content: '';}
/* ---menu left--- */
.moudle-left{margin-bottom: 20px;}
.moudle-left .navi-left{padding:0 ;}
.danhmuc{background: url(../images/left_bg.png) repeat-y;padding:15px 0;margin-top: 20px;}
.tt_gt{position: relative;margin: -17px auto 20px;width: calc(100% );height: 36px;line-height: 36px;background: url(../images/tt_left.png) left center no-repeat ;text-indent:30px; }
.tt_gt .title{margin: 0; font-size: 15px;color: #fff;font-family: 'SFUFuturaBook',Tahoma;text-transform: uppercase;line-height: 36px;}

ul.cateUl{width:100%; margin:0 auto;font-family: 'RR';padding-left: 30px;}
ul.cateUl >li{transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s}
ul.cateUl >li{position:relative; display:block; background: url(../images/li_border.png) left bottom no-repeat;padding: 5px 0}
ul.cateUl >li:last-child{background:none; }
ul.cateUl >li >a{display:block; font-size:14px; color:#575656;text-transform:uppercase;font-family: 'RR'; padding-left:14px; line-height: 30px;background: url(../images/left_li.png) left 10px no-repeat;}
ul.cateUl>li ul{}
ul.cateUl>li ul>li{display:block; position:relative}
ul.cateUl>li ul>li:before{    content: ''; position: absolute;top: 18px;left: 17px;height: 6px;width: 6px;background: #0072bc;}
ul.cateUl>li ul>li > ul >li:before{content: '';position: absolute;top: 18px;left: 35px;height: 6px;width: 6px;background: #56b600;}
ul.cateUl>li ul li > a{font-size:13px;font-family: 'Tahoma'; display:block; height:40px; line-height:40px; padding-left:30px; color:#353535; text-transform:capitalize;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;background: url(../images/li_bg.png) bottom center no-repeat;}
ul.cateUl>li ul li ul li a{font-size:13px; display:block; height:35px; line-height:35px; text-indent:20px; color:#393939; text-transform:capitalize;background:none; }
ul.cateUl>li ul li>a:hover{color:#f00 !important; transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s; }
ul.cateUl>li>a:hover{transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s; color:#f00; }
.active1{transition:0.5s; -webkit-transition:0.5s; -moz-transition:0.5s; color:#f00 !important; font-weight:bold}
/* ---header--- */
.header{background-size: cover !important;}
.header_top{background: #fff;line-height: 40px;color:#363535;font-size:14px;font-family: 'RR','Arial';position: relative;}
.header_top .maxwidth{}

.header_top .info_top{color: #211F1F;font-family: 'RB';}
.header_top .info_top i{margin-right: 10px;}
.header_top .slogan{margin-right: 60px;position: relative;}

.header_top .info_top a{color: #fff;text-decoration: underline !important;}
.header_top .cart_b{margin-top: 12px; padding:5px 0px 5px 35px;background: url('../images/icon_cart.png') left center no-repeat;    line-height: 18px;text-align: left;}
.header_top .cart_b a{color: #fff;}
.header_top .cart_b b{display: block}
#cart a{color: #fff;}
#cart i{padding:0 0px 0 8px;color: #fff;font-size: 17px;}
#cart span{padding:0 8px 0 0;color: #ff0;}
#header-midle{position: relative;}
.header-midle{position: relative;background: #000;background-size: cover;padding: 5px 0;}
/* .header-midle i{color: #ff0} */
.header-midle .company{font-family: 'UVFPistilliRoman';font-size:16px;text-transform: uppercase;color: #fff000;}
.header-midle .logo img{position: relative;z-index: 99999;transition: all 1s;}
.header-midle .logo{position: relative;z-index: 999;left: 0;}
.header-midle .banner{position:relative;} 
.header-midle .banner img{}
.header-midle .email{text-align: right;font-family: 'RR';font-size: 14px;color: #c4c4c4;font-style: italic;margin-top:42px;   }
.header-midle .email i{font-size: 18px;}
.header-midle .banner .mxh{text-align: right;}
.header-midle .banner .banner_r{text-align: right;}
.header-midle .hotline{position: relative;font-family: 'RB';font-size: 13px;color: #fff;display: inline-block;padding:8px 0;background: url('../images/hotline_bg.png') left center no-repeat ;padding-left: 80px;min-height: 70px;margin-top: 20px;}
.header-midle .hotline p{margin:2px 0 -4px;color: #383838}
.header-midle .hotline b{color: #c51100;font-size: 20px;display: block;font-family:'RB';}
.header_r{position: relative;float: right;}
#language{    margin-left: 5px;}
#content_top{position: relative;top:0px;padding:0;background: rgba(255,255,255,1);width: 100% !important;z-index: 999; }
#content_top .logo img{}
#content_top .banner img{}
#content_top .header_right{margin-top: 80px;}
.header-midle.active_top .logo img{height: 60px;}
.header-midle.active_top #menu_top{margin-top: 5px}
.header-midle.active_top {position: fixed;width:100%;top: 0;z-index: 9999;}

/* menu */
.mm-opening .wrapper:before{display: none}
nav#menu{background: #C7951C;}
nav#menu ul li a, .mm-title{font-family:'OPR'; font-size:16px; color:#fff; text-transform:uppercase}
.mm-title{font-size:20px; color:#fff !important}
nav#menu ul li a:hover{background:rgba(255,255,255,0.1)}
.menu-l{width:auto; display:inline-block}
nav:not(.mm-menu){display:none}
.mn_rp{position: fixed;display: none;top: 0;left: 0;right: 0;z-index: 9999;background: #fff;box-shadow: 0 0px 5px 0 #e2e2e2;}
.lang{position: absolute;right: 80px;top: 15px;}
.cart{position: absolute;right: 80px;top: 8px;}
.cart a{color: #0069cf;}
.cart i{font-size: 19px;border:thin solid #0069cf;border-radius: 50%;width: 35px;height: 35px;line-height: 35px;text-align: center}
.cart span{font-size: 13px;color: #0069cf;position: absolute;right: -10px;top: -2px;}
.mn_rp img{max-height: 100%;}
.menu_rp{ padding: 0 10px;height: 55px;position: relative;top: 0px;z-index: 0;line-height: 55px;color: #fff !important;font-size: 18px;display: block;}
.menu_rp i { font-size: 27px; line-height: 40px; padding: 3px 15px;    /* background: #C7951C; */ top: 4px; position: relative; border-radius: 3px; color: #C7951C; }
.mn_rp #lang{font-size: 17px;}
.mn_rp #lang span{position: relative;top: -5px;}
.mn_rp #lang span a i{font-size: 20px;margin-right: 10px;color: #fff;line-height: 30px;display: inline-block;}
.mn_rp #lang i.fa-phone{font-size: 25px;}
.mn_rp #lang a.cart{color: #fff;}
span#lang{position: absolute; top: 7px; right: 20px; text-align: center;z-index: 1;text-shadow:none;color: #fff;font-weight: bold;font-size: 23px;}

#menu_top.active_top{position: fixed;width:100%;top: 0;z-index: 999;}
#menu_top.active_top ul#nav .logo_top img{margin-top: 0;max-width: 100px;}
#menu_top{margin: 0px 0 0px;font-family: 'RB',Tahoma;z-index: 999;width: 100%;height: 50px;left: 0;margin-top: 20px;}

#menu_top .maxwidth{width: auto;}
#menu_top.active_top .maxwidth{width: 1200px;}
#menu_top .logo_m{transform: scale(0); height: 100%;opacity: 0;padding: 4px;background: #fff;box-sizing: border-box;margin-right: 10px;}
#menu_top #myslidemenu{margin:0 auto; position:relative;height: 50px;}
#menu_top ul#nav{padding: 0;margin: 0;height: 50px;}
#menu_top ul#nav li{list-style: none;}
#menu_top ul#nav >li i{font-size: 18px;}
#menu_top ul#nav >li{display:inline-block;float: left;text-transform:uppercase;text-align:center;font-size: 15px;padding:0px 0px  !important;height: 50px;line-height: 50px;}
#menu_top > .maxwidth > ul#nav >li >a{display:block;height: 50px;padding: 0px 20px !important;line-height:50px;color:#fff;font-weight: normal;}
#menu_top ul#nav >li >a.menu_active{color: #FBBE4C !important;}
#menu_top ul#nav >li:hover >a{color: FBBE4C  !important;}
#menu_top ul#nav >li:hover > .hd-dropdown-content{display: block;}

/* #menu_top ul#nav >li >ul li{height:auto !important;border:thin #0C79E3 solid;margin-bottom: -1px;}
#menu_top ul#nav >li >ul li a{background: #0069cf; color:#fff; transition:all 1s;  text-transform: uppercase;font-family: 'OPR'}
#menu_top ul#nav >li >ul li:hover>a{color:#ff0 !important; background: #0C60B1;} */
.noboder{border:none;}
.vach_menu{background: url(../images/vach_menu.jpg) right center no-repeat;}
.active_top .logo_m{transform:scale(1) !important;opacity: 1 !important;float: left !important;}
/* --slider main-- */
#slider{position: relative;max-width: 100%;}
.img_home img{width: 100%;}
.amazingslider-text-box-1{display: none !important;}
.amazingslider-arrow-left-1{width: 61px !important;height: 62px !important;background: url(../images/b_left.png) !important;z-index: 99;}
.amazingslider-arrow-right-1{width: 61px !important;height: 62px !important;background: url(../images/b_right.png) !important;z-index: 99;}
.amazingslider-text-bg-0{background-color: rgba(0,0,0,0.65) !important;}
.slider_bottom{position: absolute;bottom: 0;left: 0;border-top: thin solid #7a7a7b;width: 100%;
	background: -moz-linear-gradient(0deg, rgba(19, 18, 18, 0.66) 30%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, 0deg, color-stop(30%, 000000), color-stop(100%, 000000));
background: -webkit-linear-gradient(0deg, rgba(19, 18, 18, 0.66) 30%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(0deg, rgba(19, 18, 18, 0.66) 30%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(0deg, rgba(19, 18, 18, 0.66) 30%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); 
background: linear-gradient(0deg, rgba(19, 18, 18, 0.66) 30%, rgba(0,0,0,0) 100%);
}
.slider_bottom .wrap{padding-left: 160px;}
.slider_bottom .wrap .item{display: inline-block;padding:30px 30px 30px 97px;color: #fff;border-right: thin solid #7a7a7b;}
.slider_bottom .wrap .item span{font-family: 'RR';font-size: 14px;}
.slider_bottom .wrap .item b{display: block;font-family: 'RB';font-size: 20px;}
.slider_bottom .wrap .item.hotline{background: url('../images/hotlien.png') 30px center no-repeat;}
.slider_bottom .wrap .item.hotline1{background: url('../images/email_bg.png') 30px center no-repeat;}
.slider_bottom .wrap .item.thoigian{background: url('../images/dongho.png') 30px center no-repeat;}
.slider_bottom .wrap .item:last-child{border: none;padding-left: 30px;}
/* ---footer--- */
.ft_menu{background: #e87326;box-shadow: 0 0 7px 1px #a24102 inset;margin-bottom: 2px;line-height: 50px;color: #fff;}
.ft_menu ul{margin:0;padding: 0;}
.ft_menu ul li{list-style: none;display: inline-block;}
.ft_menu ul li a{display: block;padding:0 15px;font-family:'avo';color: #fff;text-transform: uppercase;}
.ft_menu ul li a:hover{color: #ff0}
.ft_menu .hotline{margin-right: 20px;}
#footer1{display: none;}
.footer{ padding: 0px 0px 0px;position: relative;}
/* .footer:before{content: '';position: absolute;left: 0;bottom: 100%;height:10px;background: #000000;width: 100%;} */
#footer{margin: auto;color: #fff;padding: 40px 0;}
#footer .wrap{background: rgba(0,0,0,0.4);padding:30px;}
#footer a{color: #fff}
#footer a:hover{color: #ff0;}
#footer .tt_ft{font-family: 'RB';font-size: 20px;color: #FFCC00;text-transform: uppercase;margin-bottom: 15px;position: relative;}
#footer .tt_ft_small{font-family: 'RB';font-size: 18px;color:#fff;text-transform: uppercase;position: relative;margin-bottom: 15px;display: block;}
/* #footer .tt_ft_small:before{content: '';height: 15px;width: 5px;background: #fff;margin-right: 10px;position: absolute;left: 0;top: 5px;} */
.ft_dk{background:url('../images/icon_dk.png') 4px -4px no-repeat #a90000;padding-top: 40px !important;padding-bottom: 81px;margin: -42px 0 -35px !important;}
.tt_contact{font-size: 22px;font-family: 'OPR';text-transform: uppercase;color: #fee025;text-align: center;margin-bottom: 10px;}
.padd_ft{padding-top:40px;padding-bottom:40px;}
.ft-col{font-family: 'OPR';color: #fff;margin-bottom: 20px;font-size: 15px;}
.ft-col{margin: 0px 0 0;}
.ft-col .info{margin: 10px 0 0;padding:0;}
.ft-col .info li{font-size: 15px;font-family: 'RR';padding:5px 0 5px 0px;list-style: square inside;}
.ft-col .info li a{color: #fff;}
.ft-col .info li a:hover{color: #f00;}
.ft_main .info_cp{padding:5px 0 5px 38px;font-size:15px;}
.ft_main .diachi{background: url('../images/diachi.png') left center no-repeat;}
.ft_main .dienthoai{background: url('../images/dienthoai.png') left center no-repeat;}
.ft_main .email{background: url('../images/email.png') left center no-repeat;}
.ft_main .web{background: url('../images/web.png') left center no-repeat;}
.footer_end{line-height:45px; color:#fff;background: #C4931C; position:relative; width:100%; font-size: 14px;font-family: 'RR';}
.footer_end b{color: #fff;}

.copy{color:#fff;font-size: 12px;}
/* --contact-- */
.title-index{ width:100%; margin: 15px 0px 10px 0px ;  padding: 0px 0px 0px 0px; border-bottom: 1px solid #cdcdcd; color: #00aeef;height: 33px; }
.title-index img{ float: left; margin-right: 10px;} 
.title-index  h4{    margin: 0;font-family: 'RR', sans-serif;  font-weight: 400; padding-right:30px; color:#00aeef; text-transform:uppercase;font-size: 16px;display: inline-block; height: 36px; line-height:36px;  }
.title-left h2 span{font-family: 'RR', sans-serif; color:#008445; display: inline-block; height: 35px; line-height:35px; border-bottom:5px solid #008445; }
.title-left h2{border-bottom:1px solid #008445; margin-bottom: 20px;}
.form_contact{padding-bottom: 10px; margin-bottom: 10px; border-bottom: dashed 1px #ccc;}
.form_lh label{font-family: 'RR', sans-serif; font-size: 14px;}
.form_lh p{border:thin solid #dfdfdf;}
.form_lh .tflienhe{display: block; width: 100%;padding: 15px 12px;font-size: 14px;line-height: 1.42857143;color: #777777;background:none;border:none; box-sizing:border-box;z-index: 5;position: relative;}
.form_lh .tflienhe:focus{outline:none;}
.captcha_img{margin: 0 20px;}
.form_lh{margin-bottom:20px;}
.button-contact { border: none; padding: 15px 22px;background: #0069cf;color: #fff; cursor: pointer;text-transform: uppercase;}
.button-contact:hover { background: none;color: #0069cf;}
.ta_noidung{background:none;border:none; color:#777777; height:133px; width:100%; padding:10px; box-sizing:border-box;position: relative;z-index: 5;}
.form_lh .ta_noidung:focus{outline:none;}
.form-control,.captcha_box{margin-bottom: 10px;}
/*--------------tags---------------------*/
.tags{background: #bb1010;display: inline-block;padding: 5px 5px; line-height: 25px;color: #fff; margin-bottom: 5px;margin-right:5px;position: relative;}
.tags span{ width: 10px; height: 10px; float: left; background:#fff; margin: 7px 10px 0px 0px; border-radius: 100%; }
.tags:hover{ background:#FD1F1F;color: #fff; }
/*-----------------product detail-----------------------*/
.product-pic{position: relative;}
.product-pic .cloudzoom {border: thin solid #dfdfdf;box-sizing: border-box;}
.zoom_slick .slick {margin-top: 5px;margin-left: 0px;margin-right: 0px;max-height: 80px;}
.zoom_slick .slick img {width: 100% !important;height: auto !important;max-width: 85px;border: thin solid #dfdfdf;}
.product-info{position: relative;}
.khung_thongtin{font-family: 'RR', sans-serif;}
.khung_thongtin li{ padding: 5px 0px 5px 0px;/*  border-bottom: 1px solid #eee; */ width: 100%; float: left;list-style: none}
.khung_thongtin h2{font-size: 20px;font-family: 'OPB';color: #C4931C;text-transform: uppercase;margin: 0;}
.khung_thongtin .masp{color:#000;}
.khung_thongtin .masp span{color: #C4931C;font-family: 'OPB';}
.khung_thongtin .mota_detail{ color: #757575}
.khung_thongtin .gia_detail{font-size: 24px;color: #C4931C;font-weight: bold;}
.khung_thongtin b{ color: #333;    font-size: 14px;font-family: 'OPB'}
.khung_thongtin .giacu_detail{ color:#999; text-decoration: line-through;}
.khung_thongtin .giacu_detail span{ text-decoration: line-through;}
.khung_thongtin .baohanh_detail{ color: #015DA4;}
.gia_detail span{ font-size: 14px; color: #666;}
/* --product-- */
.product_item{position: relative;margin:0 0px 20px 0;font-family: 'OPR';text-align: center}
.product_item .img{position: relative;}
.product_item .img img{/* width: 100%; */border-radius: 50%;overflow: hidden;margin: 0 auto}
.product_item .img a{display: block;/* overflow:hidden; */position: relative;z-index: 9;}
.product_item .bong_sp{height: 8px;width: 100%;left: 0;top: 100%;background: url(../images/bong_sp.png) center no-repeat;}
.product_item .img1{position: relative;}
.product_item .img2{z-index: 0;position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.product_item h3{z-index: 99;width: 100%;position: relative;left: 0;margin:6px 0 0px;height: 45px;line-height: 20px;overflow: hidden;padding:0px;}
.product_item h3 a{width: 100%;color: #211F1F;font-size: 16px;font-family:'RB';}
.product_item h3 a:hover{color: #f00;}
.product_item p{color: #3D3D3D;font-size: 14px;font-family: "RR";line-height: 20px;height: 40px;overflow: hidden}
.product_item .chitiet{display: inline-block;z-index: 99; text-align: center;position: relative;margin: 8px 20px 5px 0;text-transform: uppercase;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.5s ease 0s;}
.product_item .chitiet a{padding: 0px 10px 0 0px;height: 37px;line-height: 37px; background: #154100;color: #fff;font-family: 'RR';font-size: 14px;display: block;transition:all 0.25s ease 0s;}
.product_item .chitiet a i{display: inline-block;background: #ff0000;height: 37px;float: left;line-height: 37px;padding: 0 8px;margin-right: 7px;}
.product_item .chitiet a:hover{background:#f00 }
.product_item .wrap{position: relative;overflow: hidden;}
.product_item .inf_{position: relative;/* padding:10px; */}
.product_item .desc{margin: 0px 0 8px;text-align: justify; padding:0 10px; color: #505050;font-family: 'RR'; white-space: inherit;line-height: 20px;height: 60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.product_item .price{color: #3c3c3c;padding:0px 0px 0px;font-size: 13px;margin-bottom: 15px;}
.product_item .price b{color: #f5821e;font-size: 15px;}
.product_item .price span{color: #ea1100;font-weight: normal;font-family: 'RB';font-size: 14px;}
.price-old{color: #838285;padding:0px 15px 6px;font-size: 13px;}
.price-old span{color: #838285;font-weight: normal;text-decoration: line-through;}
.product_item .pro_cart{position: relative;z-index: 999; display: inline-block;color: #fff;cursor: pointer; background: #e10e00;height: 30px;line-height: 30px;padding: 0 10px;text-transform: none; text-align: center;position: relative;margin: 0px 0px 10px 0;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.5s ease 0s;}
.product_item .pro_cart:hover{background: #B00707;}
.line_pro{margin: 5px 0px 5px;height:1px;background: #dfdfdf;}
/* ---video--- */
.box_video{margin-bottom: 20px;}
.box_video h3{text-align: center;font-family: 'RB';font-size: 15px;text-transform: uppercase;}
.video{ margin:0px auto 0px; position:relative; }
#video{position:absolute; bottom:0; left:0px;height:35px;width:100%;opacity: 0;border:thin solid #dfdfdf;}
#vide-iframe{position:relative;}
.nut_video{position:absolute; height:64px; width:64px; background:url(../images/nut_video.png); top:calc(50% - 32px); left:calc(50% - 32px)}
.nut_video:hover{opacity:0.6}
.video:hover #video{opacity: 1;}
.video a{display: block;line-height: 0px;}
/* ---about home--- */
.gt_box{padding:45px 0 40px;}
.gt_home{position: relative;}


.item_gt{position: relative;padding:30px 0;}
.item_1{border-right: thin solid #a9a9a9;padding-right: 50px;}
.item_2{padding-left: 50px;}
.item_1 .wrap{margin-bottom: 20px;}
.item_2 .wrap{margin-top: 20px;}
.item_gt .img{position: relative;text-align: center;display: inline-block;float: left;margin-right: 20px;}
.item_gt .img img{}
.item_gt h3{margin: 0px 0 20px;padding-bottom: 10px;position: relative;}
.item_1 h3:after{content: ''; position: absolute;height: 1px;width: 50%;background: #b3b3b3;right: -50px;bottom: 0;}
.item_1 h3:before{content: ''; position: absolute;height: 14px;width: 7px;background: url('../images/gt_before.png');right: -50px;bottom: -6px;}
.item_2 h3:after{content: ''; position: absolute;height: 1px;width: 50%;background: #b3b3b3;left: -50px;bottom: 0;}
.item_2 h3:before{content: ''; position: absolute;height: 14px;width: 7px;background: url('../images/gt_before1.png');left: -50px;bottom: -6px;}
.item_gt h3 a{color: #0069cf;font-size:18px;font-family: 'RR',Tahoma;text-transform: capitalize;}
.item_gt h3 a:hover{color:#f00;}
.item_gt .desc{text-align: justify;font-size: 14px;line-height: 1.9em;color: #2f2f2f;white-space: inherit;font-family: 'RR'}
.item_gt .xemthem{margin: 10px 0;text-align: left;}
.item_gt .xemthem a{display: inline-block;transition:all 0.5s;font-family: 'Tahoma';font-size: 14px;color: #fff;text-transform: uppercase;padding:7px 15px;background: #2abb83;border-radius: 5px;}
.item_gt .xemthem a:hover{color: #ff0;background: #14A16B}

.gt_thumb{display: none;margin: 0 -15px !important;}
.gt_thumb .item{padding:0 15px;}
.gt_thumb .item img{background: #fff;border: thin solid #dfdfdf;padding:1px;}
.gt_thumb .slick-prev{width: 8px;height: 20px;background: url(../images/left_1.png) !important;left:-15px;opacity: 1;}
.gt_thumb .slick-next{width: 8px;height: 20px;background: url(../images/right_1.png) !important;right: -15px;opacity: 1;}
.gt_thumb .slick-prev:before{content: '';}
.gt_thumb .slick-next:before{content: '';}
/* --item-- */
.dv_item{position: relative;margin:0 0px 0px 0;overflow: hidden;text-align: center;}
.dv_item .img{position: relative;overflow: hidden;}
.dv_item .img img{margin-top: 23px;display: inline-block;}
.dv_item .img a{display: inline-block;width: 96px;height: 83px;background: url(../images/icon_bg1.png);}
.dv_item h3{position: relative;text-align: center;margin: 15px 0 10px 0;}
.dv_item h3 a{position: relative; color: #fff;font-size: 17px;text-transform: uppercase;overflow: hidden;line-height: 30px;font-family: 'UTMHelvetIns';}
.dv_item h3 a:after{content:" ";height:1px;width:0;display:block;background:#008445;position:absolute;bottom:0;left:0;right:0;margin:0 auto;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.25s ease 0s;}
.dv_item h3 a:hover{color: #008445;}
.dv_item h3 a:hover::after{width: 100%;}
.dv_item .over_lay{position:absolute !important;bottom:0;top:0;left:0;right:0;z-index:111;}
.dv_item .desc{font-family: 'OPR';font-size: 13px;color: #fff;}
.dv_item:hover img{transform:rotate(360deg);}
/* Shine Hover over*/
.shine .over_lay { position: absolute;bottom:0;top:0;left:0;right:0;z-index:1;}
.shine .over_lay::before {position: absolute;top: 0;left: -75%;z-index: 2;display: block;content: '';width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
.shine:hover .over_lay::before {-webkit-animation: shine .75s;animation: shine .75s;}
.shine .over_lay a{position: absolute;left: 0;top: 0;bottom: 0;right: 0;z-index: 99;}
@-webkit-keyframes shine  {  100% {left: 125%;} }
@keyframes shine {  100%  {left: 125%;}}
/* ---content end--- */
#content_end{background: url(../images/end_bg.png);padding:40px 0;position: relative;box-shadow: 0 0 5px 2px #d3d3d3;}
.box_end{float: left;    margin-bottom: 20px;}
/* ---map home--- */
.box_map{position: relative;}
#map_canvas{height: 375px;}
#map_canvas1{height: 430px;}
.map_icon a{padding:20px 0 0 30px;background: url('../images/icon_map.png') left bottom no-repeat;margin-top: 20px;display: block;}
/* ---tabs--- */
ul.tab_home{text-align: center;margin-bottom: 30px;border:none;}
.tab_home .active{}
ul.tab_home > li{border: none;display: inline-block;float: none}
ul.tab_home > li > a{background:#eee;color: #737373;font-family: 'RB';font-size: 17px;text-transform: uppercase;border-bottom:4px solid #e4e4e4;border-radius: 0;transform:skew(-15deg);padding:10px 30px;}
ul.tab_home > li > a span{transform: skew(15deg); display: inline-block;}
ul.tab_home > li.active > a,ul.tab_home > li > a:hover,.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background: #492400;color: #fff;border-bottom:4px solid #2c1600;}
ul.tab_home > li.active > a:hover{color: #fff;border-bottom:4px solid #2c1600;background: #492400;}
.tab_content{}

.noidung_tab{margin: 0px 0px 0px !important;max-width: 100%;}
.tab_hide{position: absolute !important;z-index: -1;opacity: 0;}
.tab_show{position: relative !important;z-index: 999;opacity: 1;}
ul.cat{margin:0px 0 -12px 0px;    display: inline-block;float: right;}
ul.cat li{display: inline-block;position:relative;float:left;height:35px;line-height:35px;margin-right: 5px;}
ul.cat li a{display: block;color: #fff;text-transform: uppercase;;background:#747474;text-align: center;font-family: 'RR';font-size: 15px;padding: 0 8px;}
ul.cat li a.selected{ position: relative;color: #fff;background: #ff0000;}
/* --parallax-- */
.parallax-window{height: 440px;position: relative;padding: 20px;overflow:hidden;}
.top{background: #fff;height: 50px;margin-top: -7px;position: relative;}
.top:after{background: url(../images/cua_duoi.png);height:7px;margin-top: -7px;content: '';position: absolute;bottom: 100%;left: 0;right: 0;z-index: 999;}
.bottom{height: 50px;background: #fff;margin-bottom:-7px;position: relative;}
.bottom:after{height: 7px;background: url(../images/cua_tren.png);margin-bottom:-7px;content: '';position: absolute;top: 100%;left: 0;right: 0;z-index: 999;}
.cont{max-width: 450px;margin: 0 auto;font-family:'OPR';font-size: 16px;margin-bottom: 25px;}
.cont .cont_cell{display: table-cell;vertical-align: middle;color: #fff;text-align: center;}
/* ----project--- */
.project_item{float: left;position: relative;box-sizing: border-box;margin: 0;margin-bottom: 20px}
.project_item .wrap_km:before{content: " ";position: absolute;top: 0px;left: 0px;bottom: 0px;right: 0px;border: 2px solid transparent;z-index: 100;-webkit-transform: translateZ(0);transform: translateZ(0);transition: all 0.25s ease 0s;-webkit-transition: all 0.25s ease 0s; -moz-transition: all 0.25s ease 0s;-o-transition: all 0.25s ease 0s;-ms-transition: all 0.25s ease 0s;opacity: 0;}
.project_item .wrap_km:after{content: " ";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.5);z-index: 100;opacity: 0;transition: all 0.25s ease 0s;-webkit-transition: all 0.25s ease 0s;-moz-transition: all 0.25s ease 0s;-o-transition: all 0.25s ease 0s;-ms-transition: all 0.25s ease 0s}
/* .project_item:nth-child(2n){margin-right: 0;} */
/* .project_item:nth-child(2n + 1){clear:both;} */
.project_item .wrap_km {position: relative;}
.project_item .img {overflow: hidden;}
.project_item .img img{width: 100%;}
.project_item .img a{display: block;line-height: 0;}
.project_item h3{margin: 0; position: absolute;top:auto;left: 0;bottom: 0;right: 0;text-align: center; background: rgba(0,0,0,0.6); padding:6px 15px;  overflow: hidden;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.5s ease 0s;}
.project_item h3 a{padding:6px 0px;width: 100%; color: #fff;font-size:16px;line-height: 22px; text-transform: uppercase;font-weight: normal;display: table;overflow: hidden;font-family: 'Tahoma';text-align:  center;}
.project_item h3 a span{display: table-cell;vertical-align: middle;}
.project_item .chitiet{text-align: center;position: relative;margin-bottom: -14px;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.5s ease 0s;}
.project_item .chitiet a{width: 88px;height: 27px;line-height: 27px; background: #0069cc;color: #fff;font-family: 'RR';font-size: 13px;display: inline-block;}
.project_item .over_lay{position:absolute;top:38%;left:0;right:0;z-index:111;text-align:center;margin-top:-20px;opacity:0;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.25s ease 0s;}
.project_item .over_lay h4{ font-family: 'Segoe UI',Tahoma; padding:3px 15px ;display:block;text-transform:uppercase;font-size:25px;color:#fff;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.25s ease 0s;text-align:center;}
.project_item .over_lay .desc{ height: 70px;background: url(../images/project_desc.png) center no-repeat;color: #fff;font-size: 14px;text-align: justify;margin-top: 10px;}
.project_item .over_lay .desc .cont{    max-width: 90%;margin: 0 auto;height: 40px;line-height: 20px;overflow: hidden;top: 15px;position: relative;}
.project_item:hover .wrap_km:after { opacity:1; }
.project_item:hover .wrap_km:before {opacity:1;top:5px;left:5px;bottom:5px;right:5px;border:2px solid rgba(255,255,255,0.8);}
.project_item:hover .chitiet{transform: scale(0);}
.project_item:hover .over_lay{margin-top:0;opacity:1;}
.project_item:hover .over_lay h4{margin-bottom:0;}
.project_item:hover .over_lay a.xemthem{margin-top:0;}
.project_item .over_lay a.xemthem:hover{color: #fff;background: rgba(190, 119, 1,1);}
.project_item:hover .over_lay a.xemthem:hover:after { width:100%; }
.project_item:hover img{transform:scale(1.1);}
.project_item .wrap{background: #fff;}
.project_item .over_lay h4:after{content: '';background: rgba(190, 119, 1, 0.6);height: 8px;width: 60px;top: -25px;left: calc(50% - 30px);position: absolute;}
.project_item .over_lay a.xemthem{font-style: normal;font-family: 'RR';font-size: 15px;margin-top: 60px;display: inline-block;padding: 10px 20px;background: rgba(190, 119, 1, 1);border-radius: 3px;color: #fff;}
.project_item:hover .over_lay a.xemthem{margin-top:20px !important;}
.project_item:hover h3{opacity: 0;}
.project_item .over_lay h4:hover{color: rgba(190, 119, 1, 1)}
#at4-share{display: none !important;}
/* --filter-- */
form#adv_ajaxfilter{display: block;font-family: 'OPR'}
#adv_ajaxfilter .option_box{display:inline-block;margin:0;min-width:100%;vertical-align:top;border-bottom:solid 1px #eaeaea;}
#adv_ajaxfilter select{width:99%;}
#adv_ajaxfilter .price_slider{padding:0 5px;}
#adv_ajaxfilter .price_range{display:block;margin:5px 0 18px -5px;color:#777777;}
#adv_ajaxfilter .option_values{padding-top:5px;}
#adv_ajaxfilter .option_name, #adv_ajaxfilter .attribute_group_name{cursor:pointer;padding:19px 25px 10px 19px;width:100%;color:#777777;font-size:14px;position:relative;font-weight: bold;}
#adv_ajaxfilter .attribute_group_name{font-weight:bold;font-size:15px;}
#adv_ajaxfilter .option_name:after, #adv_ajaxfilter .attribute_group_name:after{content:"\f106";color:#bbbbbb;font-family:FontAwesome;position:absolute;top:21px;right:19px;}
#adv_ajaxfilter .option_name.hided:after, #adv_ajaxfilter .attribute_group_name.hided:after{content:"\f107";}
#adv_ajaxfilter .option_box:first-child .option_name{border-top:none;}
#adv_ajaxfilter .hided{cursor:pointer;padding-bottom:19px;}
#adv_ajaxfilter .collapsible{max-height:250px;margin:0 19px 19px;overflow-x:hidden;overflow-y:auto;}
#adv_ajaxfilter .filter_image_holder{display:table;width:100%;}
#adv_ajaxfilter .filter_image_holder img{cursor:pointer;padding:2px;displat:block;float:left;border:1px solid #d9d9d9;border-radius:2px;margin:0 3px 3px 0;}
#adv_ajaxfilter .filter_image_holder input:disabled + img{cursor:default;border-color:#f5f5f5;}
#adv_ajaxfilter .filter_image_holder img.selected{border-color:#444444;}
#column-left + #column-right + #content .product-grid > div.loadmask{width:100%;}
.filters label{padding-left:30px;margin-bottom:10px;margin-top:5px;color:#333333;position:relative;cursor:pointer;display:block;    font-size: 13px;font-weight: normal;}
.filters input{display:none;margin:0;}
.filters [type=checkbox]:checked + label:before{content:"\f00c";border-radius:3px;padding-left:5px;font-size:12px;display:block !important;font-family:FontAwesome;width:22px;}
.filters [type=checkbox]:checked + label:before,
.filters [type=radio]:checked + label:before{color:#333333;}
.filters [type=checkbox] + label:before,
.filters [type=radio] + label:before{font-family:FontAwesome;width:22px;line-height:18px;height:22px;border:1px solid #dddddd;position:absolute;top:-2px;left:0;color:#ffffff;}
.filters [type=checkbox] + label:before{content:"\f00c";border-radius:3px;padding-left:5px;font-size:12px;}
.filters [type=radio] + label:before{content:"\f111";border-radius:100%;padding-left:7px;font-size:9px;line-height:20px;}
.filters [type=checkbox]:disabled + label,
.filters [type=checkbox]:disabled + label:before,
.filters [type=radio]:disabled + label,
.filters [type=radio]:disabled + label:before{opacity:0.6;cursor:default;text-decoration:line-through;}
#adv_ajaxfilter_box .clear_filter{padding:19px 20px;}
#adv_ajaxfilter_box .ui-widget-content{height:7px;background:#ffffff;border:1px solid #eaeaea;}
#adv_ajaxfilter_box .ui-slider-horizontal .ui-slider-handle{top:-8px;margin-left:-10px;}
#adv_ajaxfilter_box .ui-state-default,
#adv_ajaxfilter_box .ui-widget-content .ui-state-default{display:block;width:19px;height:19px;background:#FFF none repeat scroll 0% 0%;border:1px solid #EAEAEA;border-radius:50%;cursor:pointer;}
#adv_ajaxfilter_box .ui-slider .ui-slider-handle::before{content:"";display:block;width:9px;height:9px;border-radius:50%;background:#B2B2B2 none repeat scroll 0% 0%;position:absolute;top:4px;left:4px;}
#adv_ajaxfilter_box div.ui-slider-range.ui-widget-header{background:#f8f8f8;}
#adv_ajaxfilter_box .ui-corner-all{border-radius:0;}
#adv_ajaxfilter_box .ui-slider{margin:12px 3px 5px 4px;}

.box_tc{padding:30px 0;position: relative;z-index: 1000;}
.box_tc .tc_cont{width:1020px;height: 315px;background: url('../images/con_bg.png');background-size: 100% 100%;margin: 0 auto 30px;padding:20px 0;}
.box_tc .tc_cont .tc_cont_d{width:860px;margin: 0 auto;overflow-y: auto;text-align: center;line-height: 2.5em;max-height: 100%;}
.slider_tc{display: none;margin: 0 -15px !important;}
.item_tc{position:relative;text-align: center;padding:0 15px;}
.item_tc .wrap{background: #f5f5f5;position: relative}
.item_tc .img{overflow: hidden;position: relative;}
.item_tc .img img{transition:all 0.5s;display: block;}
.item_tc .img:after{content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.3)}
.item_tc h3{font-size: 20px;font-family: 'avo_b';text-transform: uppercase;position: absolute;height: 100%;width: 100%;z-index: 10;top: 0;left: 0;margin:0;}
.item_tc h3 a{color: #fff;display: table;text-align: center;height: 100%;width: 100%;text-decoration: underline !important;}
.item_tc h3 a span{display: table-cell;height: 100%;text-align: center;vertical-align: middle;}
.item_tc h3 a:hover{color: #f00;}
.item_tc .desc{font-family: 'RR';font-size: 14px;color: #444444;white-space: inherit;line-height:20px;height:60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.item_tc:hover img{transform:scale(1.1);}
.butt{display: inline-block;text-transform: uppercase;font-size: 14px;padding:4px 25px;border-radius: 15px;border:thin solid #000;font-family: 'OPR';line-height: 1.5em}
.butt.bt_sp{color: #000;}
.butt.bt_sp:hover{color: #fff;background: #f00;border:thin solid #f00;}
.butt.bt_cs{color: #fff;background: #f00;border:thin solid #f00;}
.butt.bt_cs:hover{color: #000;background: none;border:thin solid #000;}

.icon_tc{position: relative;padding:0 20px;text-align: center;}
.icon_tc .wrap{background: url('../images/tc_bg.png');text-align: center;background-size: 100% 100%;padding:20px;min-height: 240px;}
.icon_tc .img img{border-radius: 50%;display: inline-block;}
.icon_tc:hover .img img{transform: rotate(360deg)}
.icon_tc h3{font-size: 17px;font-family: 'OPB';color: #fff;margin-top: 20px;text-transform: uppercase;}
.icon_tc .desc{font-size: 14px;font-family: 'OPR';color: #fff;line-height: 1.7em}


.margin0{margin: 0 !important}
.map_title{font-family: 'Aurora';color: #ba0000;font-size: 20px;text-transform: uppercase;}
.box_hotro{position: absolute;width: 330px;height:100%;right: 0;top:0;max-width: 100%;background: rgba(0,0,0,0.7)}
.box_hotro:after{content: '';position: absolute;width: 132px;height: 100%;top: 0;right: 100%;background: url(../images/hotro_after.png) top right no-repeat;}

.suport{height: 300px;margin-top: 30px;margin-left: 30px;font-family: 'RR';}
.suport li{list-style: none;color: #fff;padding:7px 0;}
.suport li .hotro_dienthoai{font-size: 16px;color: #00ffea;}
.suport li .nick{font-size: 14px;text-transform: capitalize;}

/* --news type 1-- */
.content-blog{ position:relative; margin-bottom:30px;  font-family:'RR'}
.content-blog .date1{     padding: 5px 9px 6px 9px;background: rgba(232, 26, 26, 0.58);  position:absolute;  top:0;  left:0;  text-align:center;  z-index:99}
.content-blog .date1 span{ display:block}
.content-blog .date1 #day{ font-size:17px;  line-height:39px;  font-weight:bold;  color:#fff;  border-bottom:solid 1px #fff}
.content-blog .date1 #month{ font-size:12px;  font-weight:300;  text-transform:uppercase;  color:#fff;  margin-top:10px}
.content-blog .date1 #comment{ color:#fff;  font-size:11px;  font-weight:400;  margin-top:3px}
.content-blog .img{ border:thin solid #dfdfdf }
.content-blog .img img{ box-shadow:-15px -15px 0 #f2f1f1;   width:100%}
.content-blog .title-blog{ padding-bottom:8px;  border-bottom:solid 1px #737373;  margin-top:0px;  font-family:'OPB';  position:relative}
.content-blog  .title-blog a {color: #212121; font-size: 17px;text-transform: uppercase;line-height: 25px;font-weight: bold;}
.content-blog  .title-blog a:hover{color: #f00;}
.content-blog  .description {text-indent: 20px;font-style: italic;}
.content-blog  a.xemthem {display: inline-block;    padding: 7px 13px;background: #0069cf;color: #fff;text-transform: uppercase;margin-top: 5px;}
.content-blog  a.xemthem:hover{background: none;color:#e91a1a; }
/* --end news type 1-- */

/* --news type 3-- */
.wrap_blog{background: #fff;padding:20px;font-family: 'RR';margin-bottom: 25px;box-shadow: 5px 5px 0 #5e5e5e;}
/* .box-news{position: relative;margin: 15px 0 15px;}
.box-news .img{margin-right: 10px;position: relative;overflow: hidden;padding:4px;background: #fff;}
.box-news .img img{border-radius: 0;width: 100%;}
.box-news h3{font-size: 13px;margin: 0 0 10px;font-weight: bold;}
.box-news h3 a{color: #ed1b24;}
.box-news h3 a:hover{color: #f00;}
.box-news a.chitiet{color: #09a651;font-size: 13px;display: block;text-align: right}
.box-news .desc{font-size: 13px;color: #5a5a5a;text-align: justify;font-family: 'RR'}
.box-news:hover img{transform:scale(1.1);} */


.tieude{font-family: 'Tahoma';color: #161616;font-size: 19px;margin-top: 0;font-weight: bold;margin-bottom: 15px;}
.date{color: #999;font-size: 12px;margin-top: 5px;margin-bottom: 5px;}
/* --end news type 4-- */
.support_item{font-family: 'RR';font-size: 14px;padding:10px 0;}
.support_item .img {float: left;display: inline-block;border-radius: 50%;margin-right: 15px;}
.support_item .img img{border-radius: 50px;}
.support_item .name {color: #161616;font-size: 16px;font-family: 'RB';}
.support_item .phone{color: #161616;font-size: 16px;margin-bottom: 8px;}
.support_item .phone b{color: #d00000;}
.support_item .email img{display: inline-block;}
/* --end news type 4-- */
/* --ads-- */
.box_dv{padding:40px 0 40px;}
.ads_box{display: none}
.ads_item{margin:0px 0 10px;}
.ads_item img{width: 100%;}
/* --album-- */
.slider_dv{display: none;margin: 0 -5px;}
.album_d{width: 100%;}
.album_it{position: relative;padding:5px;}
.album{position: relative;cursor: pointer;margin-bottom: 10px;}
.album_box{position: relative;overflow: hidden;}
.album .img{position: relative;overflow: hidden;}
.album .img img{width: 100%;}
.album h3{position: absolute;text-align: center; width: 100%;margin: 0; font-family: 'RB';font-size: 13px;color: #fff;padding:8px 5px;background: rgba(0,0,0,0.6);text-transform: uppercase;left: 0; bottom: -100%;}
.album:hover h3{bottom: 0;}
#jp_photo:selection{background: #f00;}
.photo_item{overflow: hidden;position: relative;margin-bottom: 20px;}
.photo_item h3{margin: 10px 0 0;font-size: 15px;font-family: 'OPB';color: #000;text-align: center;}
/* --slider-- */
.slider_home1,.slider_home{margin: 0 -20px !important;display: none}
.slider_home .slick-prev{width: 35px;height: 71px;background: url(../images/button_l.png) !important;left:15px;opacity: 1;}
.slider_home .slick-next{width: 35px;height: 71px;background: url(../images/button_r.png) !important;right: 15px;opacity: 1;}
.slider_home .slick-prev:before{content: '';}
.slider_home .slick-next:before{content: '';}
/* --services-- */
.slider_home2{margin: 0 !important;display: none}
.item_dv{margin-bottom: 20px;}
.item_dv:nth-child(2n+1){clear: both;}
.item_dv .img{float: left;margin-right: 15px;box-shadow: 3px 3px 0 0 #dcdcdc;overflow: hidden;border:thin solid #dfdfdf;}
.item_dv h3{font-size: 16px;font-family: 'RB';}
.item_dv h3 a{color: #252525;}
.item_dv h3 a:hover{color: #f00;}
.item_dv .desc{color: #333333;font-family: 'RR';text-align: justify;}
.item_dv .xemthem{margin-top: 10px;}
.item_dv .xemthem a{display: inline-block;padding:7px 15px;color: #fff;border:2px solid rgba(0,0,0,0);background: #000;}
.item_dv .xemthem a:hover{background: none;color: #f00;}
.item_dv:hover .img img{transform:scale(1.1);}
.as-btn-blue-medium{display: inline-block;border:none;background: #27ae61;padding:8px 20px;color: #fff;text-transform: uppercase;}
.amazingslider-text-wrapper-1{ bottom: auto !important;top: 112px;right:auto !important;left: 180px !important; width: auto !important; max-width: 30%;height: 100%;overflow: hidden;padding:35px !important;}
.amazingslider-title-1{font-family: 'avo_b' !important;font-size:35px !important;color: #fee025 !important;}
/* --box_home-- */
.box_home{padding:0px 0 50px;background: #d7d7d7;position: relative;}
.box_home:before{content: '';position: absolute;left: 0;bottom: 100%;width:100%;height: 112px;background: url('../images/box_top.png');background-size: 100% 100%;}
.bv_item{position: relative;margin-bottom: 0px; font-family: 'OPR';}
.bv_item .wrap{position: relative;}
.bv_item h3{margin: 0 0 5px 0;padding:0px 0px;position: relative;}
.bv_item h3 a{color: #fff;font-family: 'RB';font-size:13px;white-space: inherit;line-height: 23px;display: block;text-transform: uppercase;}
.bv_item h3 a:hover{color: #ff0;}
.bv_item .img{overflow: hidden;text-align: center}
.bv_item .img img{width: 100%;}
.bv_item .inf{font-family: 'RR';color: #fff;font-size: 13px;position: relative;padding:15px;max-height: 245px;overflow-y: auto;}
.bv_item:hover img{transform:scale(1.1);}
.bv_item .xemthem{display: inline-block;width: 70px;height: 22px;text-align: center;line-height: 22px; background: url('../images/chitiet.png'); color: #000;margin-top: 15px;text-transform: uppercase;}
.bv_item .xemthem:hover{color: #fff;}
.bv_item1{background: #2abb83;}
.bv_item2{background: #f13e4b;}
.bv_item3{background: #1eb6e8;}
/* --jpage-- */
.pagging{ margin:0 auto;  text-align:center; margin:15px 0;} 
.pagging a{ font-size:12px;  cursor:pointer;  margin:0 1px;  color:#333;  color:#808080;  background-color:#fff;  border:1px solid #808080;  padding:7px 12px }
.pagging a:hover{ background-color:#222;  color:#fff}
.pagging a.jp-previous{ margin-right:0px;  padding:7px 3px;  border:1px solid #ddd}
.pagging a.jp-next{ margin-left:0px;  padding:7px 3px;  border:1px solid #ddd}
.pagging a.jp-current, a.jp-current:hover{ color:#FF4242;  font-weight:bold}
.pagging a.jp-disabled, a.jp-disabled:hover{ color:#bbb}
.pagging a.jp-current, a.jp-current:hover{cursor:default;background: #C4931C;color:#fff;} 
.pagging a.jp-disabled, a.jp-disabled:hover{ cursor:default;  background:none;  color:#808080}
.pagging span{margin:0 5px}
/* --item_dv-- */
.top_item{position: relative;    margin-bottom: 20px; font-family: 'OPR'}
.top_item .wrap{}
.top_item h3{margin: 0 0 5px 0;padding:0px 0px;}
.top_item h3 a{color: #000;font-family: 'OPB';font-size:18px;white-space: inherit;line-height: 20px;height:40px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.top_item h3 a:hover{color: #f00;}
.top_item .img{overflow: hidden;margin-bottom: 10px;border:thin solid #dfdfdf;}
.top_item .img a:not(.link){display: block;position: relative;}
.top_item .img a:not(.link):after{content: '';position: absolute;top: 0;left: 0;bottom: 0;right: 0;border:5px solid rgba(255,255,255,0.5);}
.top_item .img img{width: 100%;}
.top_item .desc{color: #282828;font-size: 14px;white-space: inherit;line-height: 20px;height:60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.top_item:hover img{transform:scale(1.1);}
.top_item .xemthem{display: inline-block;padding:7px 15px;border: thin solid #40a40e;color: #40a40e;margin-top: 15px;}

.price_list{padding:40px 0 40px;}
.price_list .box_p{padding:15px 0;font-family: 'RR'}
.price_list .slogan{text-align: center;font-family:'avo';font-size: 28px;color: #1a1a1a;text-transform: uppercase;margin-bottom: 20px;position: relative;}
.price_list .slogan:after{content: '';display:block;margin:15px auto 0px;width: 40px;height: 3px;background: #40a40e;position: relative;z-index: 1;}
.price_list .slogan:before{content: '';position: absolute;left:calc(50% - 70px);  width: 140px;height: 1px;bottom: 1px;border-top: thin dashed #d7d7d7;z-index: 0;}
.price_list .price_tbl{}
.price_list .price_tbl th{text-align: center;font-family: 'RB';font-size: 20px;color: #2d2c2c;padding:20px;}
.price_list .price_tbl td{vertical-align: middle;}
.price_list .price_tbl .tt_{vertical-align: middle;}
.price_list .price_tbl .tt_cat{font-family: 'RB';font-size: 20px;color: #ff0800;margin: 10px 0 20px;}
.desc_ct{font-family: 'RR';font-size: 15px;color: #5e5e5e;text-align: center;max-width: 965px;margin: 0 auto;}
.box_service{padding:45px 0;}
.box_ser{display: none;margin: 0 !important;}
.sr_item{position: relative;text-align: center;}
.sr_item .wrap{position: relative;display: inline-block;border-radius: 50%;overflow: hidden;border:7px solid #009623;}
.sr_item .wrap:after{content: '';position: absolute;left: 0px;top:0px;right: 0px;bottom: 0px;border-radius: 50%;border-style: dashed; border-width:100px;border-color:rgba(0, 150, 35,0);-webkit-transition:0.5s ease;-moz-transition:0.5s ease;-ms-transition:0.5s ease;-o-transition:0.5s ease;transition:0.5s ease;}
.sr_item .wrap img{border-radius: 50%;}
.sr_item .wrap h3{position: absolute;margin:0; width: 100%;height: 100%;bottom: -70%;left: 0;border-radius: 50%;background:#009623;z-index: 9;}
.sr_item .wrap h3 a{display: table;width: 100%;height: 90px;line-height:25px;overflow: hidden;color: #fff;text-transform: uppercase;font-family: 'RB';font-size: 16px;padding:0 60px;}
.sr_item .wrap h3 a span{display: table-cell;vertical-align: middle;}
.sr_item .wrap:hover:after{border-width:0px;border-color:rgba(0, 150, 35,1);}
.sr_item .wrap:hover  h3 a span{color: #ff0;}

.box_ct{position: relative;margin-bottom: 30px;}
.box_ct .wrap{padding:10px;background: #fff;}
.box_ct h3{margin: 0;padding:8px 15px;position: absolute;left: 0;bottom: 0;width: 100%;
	background: -moz-linear-gradient(90deg, #000000 25%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, 90deg, color-stop(25%, 000000), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(90deg, #000000 25%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(90deg, #000000 25%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(90deg, #000000 25%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
	background: linear-gradient(90deg, #000000 25%, rgba(0,0,0,0) 100%);
}
.box_ct h3 a{color: #fff;font-family: 'RB';font-size:15px;text-transform: uppercase;white-space: inherit;line-height: 20px;max-height:40px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.box_ct .img{overflow: hidden;border:thin solid #dfdfdf;}
.box_ct .img img{width: 100%;}
.box_ct .desc{color: #282828;font-size: 14px;text-align: center;white-space: inherit;line-height: 20px;max-height:40px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.box_ct:hover img{transform:scale(1.1);}

.box_bottom{background:#fff; padding:50px 0 10px;}

.box_tv{border-top:10px solid #40a40e;border-bottom: 10px solid #40a40e;padding:40px 0;background: url('../images/box_bg.png');}
.box_ha{padding:30px 0 45px;}
.ht_right{display: none;margin: 0 !important;}
.ht_right .slick-prev{width: 35px;height: 71px;background: url(../images/button_l.png) !important;left:0px;opacity: 1;}
.ht_right .slick-next{width: 35px;height: 71px;background: url(../images/button_r.png) !important;right:0px;opacity: 1;}
.ht_right .slick-prev:before{content: '';}
.ht_right .slick-next:before{content: '';}
.ht_right img{padding:1px;}
/* ==== */
.slider_top{display: none}
.slider_top .top_item h3 {font-size: 14px;line-height: 20px;max-height: 40px; overflow: hidden;font-weight: bold;margin: 0 0 5px;font-family: 'OPR';text-transform: none;}
.slider_top .top_item h3 a{color: #fcff00;}
.slider_top .top_item .desc{color: #9a9897;font-size: 14px;font-family: 'OPR';margin-bottom: 15px;}
.box_scroll{margin: -10px 0 !important;display: none }
.box-news1{position: relative;color: #000;padding:5px 0;}
.box-news1 img{float: left;display: inline-block; margin-right: 15px !important;border:thin solid #dfdfdf; transition:all 0.75s;background: #fff;}
.box-news1 h3{font-size: 14px;line-height: 20px;max-height: 40px; overflow: hidden;font-weight: bold;margin: 0 0 5px;font-family: 'OPR';text-transform: none;}
.box-news1 h3 a{color: #fcff00;}
.box-news1 h3 a:hover{color: #f00;}
.box-news1 .desc{color: #9a9897;font-size: 14px;font-family: 'OPR';margin-bottom: 15px;}
.box-news1 a.chitiet{color: #000;font-size: 14px;display: inline-block;padding:8px 20px;border:thin solid #333333;background: #fff;text-transform: uppercase;}
.box-news1 a.chitiet:hover{color: #f00;}
.box-news1:hover img{box-shadow: 0 0 4px 1px #062245}

.box_nd {
    border: solid 1px #F2F2F2;
    border-top: 3px solid #2abb83;
    border-radius: 5px;
    padding: 20px;
}
.box_nd p {
    border-bottom: solid 1px #2abb83;
    padding: 15px 0;
    font-family: RR;
    font-size: 16px;
    color: #999999;
}
.box_nd p i {
    margin-right: 15px;
}
/* ---- */
.box_list{padding:50px 0 50px;background: url('../images/dvbg.png');background-size: cover;}

.list_item{position: relative;margin-bottom: 25px; font-family: 'OPR';padding:0 5px;}
.list_item .wrap{position: relative;overflow: hidden;margin: 0 auto; max-width: 260px;background: url('../images/dv_bg.png');background-size: 100% 100%;height: 300px;padding:30px;}
.list_item .inf{background: #fff;padding:25px 40px 40px;}
.list_item h3{margin: 0 0 10px 0;padding:0px 0px;position: relative;left: 0;text-align: center;}
.list_item h3 a{color: #ff0000;font-family: 'UVNBachTuyetNang_R';font-size:24px;white-space: inherit;line-height: 28px;height:56px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.list_item h3 a:hover{color: #154100;}
.list_item .img{}
.list_item .img img{display: inline-block;border-radius: 50%;}
.list_item .desc{font-family: 'OPR';color: #737373;font-size: 15px;position: relative;text-align: justify;overflow: hidden;}
.list_item:hover img{transform:scale(1.1);}
.list_item .xemthem{display: inline-block;padding:7px 15px;border: thin solid #c10000;color: #c10000;margin-top: 15px;text-transform: uppercase;}
/* --- */
.info_end{padding:30px 0;}
.info_end .fanpage{padding:10px 0 0;border:thin solid #dfdfdf;}
.info_end .box_fb{padding:20px;text-align: center;}
.info_end .box_fb .fb-page{}
/* ---- */
.slider_qc{display: none;margin: 20px 0 !important;}
.item_qc{margin-bottom: 20px;}
.item_qc img{width: 100%;}
/* ---- */
.box_sp_nb{padding: 10px 0;}
.box_news_home{position: relative;background: url('../images/tt_bg-22.png');background-size: cover;padding:40px 0;}
.box-news{float:left;padding-bottom:30px;position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;padding-right:30px;border-right:2px solid #0065ca}
.box-news:nth-child(2n){padding-right:0;padding-left:30px;float:right;border:none}
.box-news:nth-child(2n+1){clear:both}
.box-news:nth-last-child(3){padding-bottom:0}
.box-news .box-news-img{float:right;margin:0 20px;padding:2px;border:2px solid #0065ca;background:#FFF}
.box-news:nth-child(2n) .box-news-img{float:left}
.box-news .box-news-img img{width:100%}
.box-news .box-news-img a{display:block;line-height:0}
.box-news h3{margin:  0 0 10px;}
.box-news h3 a{color:#fff;text-decoration:none;font-size:15px;font-weight:700;text-transform:none;height:40px;line-height:20px;overflow:hidden;font-family:'RB';}
.box-news h3 a:hover{color:#ff0}
.box-news .box-news-mota{text-align:justify;color:#fff;height:30px;line-height:15px;overflow:hidden}
.box-news .box-news-stt{position:absolute;top:10px;right:-15px;z-index:99}
.box-news:nth-child(2n) .box-news-stt{top:auto;bottom:30px;right:auto;left:-15px}
.box-news .box-news-stt div{width:30px;height:30px;line-height:30px;color:#FFF;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;background:#0065ca;text-align:center;position:relative}
.box-news .box-news-stt div:before{position:absolute;width:36px;height:2px;top:calc(50% - 1px);left:-36px;content:"";background:#0065ca}
.box-news:nth-child(2n) .box-news-stt div:before{left:auto;right:-36px}
.box-news:hover .box-news-img{border-color:#1F8AF5}
.box-news:hover .box-news-stt div,
.box-news:hover .box-news-stt div:before{background:#1F8AF5}
/* ----- */
.box_support{ margin-bottom: -74px; position: relative;z-index: 9;}
.box_support .wrap{position: relative;padding:25px;background: #33a9ee;}
.box_support .wrap:before{content: '';position: absolute;right: 100%;top:0;width: 21px;height: 60px;background: url('../images/bottom_before.png') no-repeat;}
.box_support .wrap:after{content: '';position: absolute;left: 100%;top:0;width: 21px;height: 60px;background: url('../images/bottom_after.png') no-repeat;}
.slider_sup{display: none;margin: 0 !important;}
.sup_item{color: #fff;font-family: 'RB';font-size: 14px;}
.sup_item img{display: inline-block !important;}
.sup_item > img{float: left;margin-right: 15px;}

.about{padding: 50px 0;}
.slick_about{display: none;}
.info_about h3{font-family: 'RB';font-size: 16px;text-transform: uppercase;line-height: 20px;}
.info_about h3 a{color: #211F1F;outline: none;}
.info_about h3 a:hover{color: #FBBE4C}
.info_about .des_about{color: #4F4F4F;font-size: 15px;font-family: 'RR';line-height: 25px;height: 328px;overflow: overlay;}
.info_about .des_about::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }
.info_about .des_about::-webkit-scrollbar { width: 3px; background-color: #F5F5F5; }
.info_about .des_about::-webkit-scrollbar-thumb { background-color: #000000; }
.more_about a{display: block;width: 105px;line-height: 39px;text-align: center;background: #EEAE36;color: #fff;font-size: 15px;font-family: 'RR';margin-top: 15px;outline: none;}
.more_about a:hover{color: #000}
.content_about{margin-top: 20px}

.des_list{font-size: 16px;font-family: 'RR';color: #383838;text-align: center;margin-bottom: 25px;}
/* --jpage-- */
.pagging{ margin:0 auto;  text-align:center; margin:15px 0;} 
.pagging a{font-size:12px;cursor:pointer;margin:0 1px;color:#333;color:#808080;background-color:#fff;border: 1px solid #C4931C;padding:7px 12px;border-radius: 4px;}
.pagging a:hover{background-color: #C4931C;color:#fff;}
.pagging a.jp-previous{ margin-right:0px;  padding:7px 3px;  border:1px solid #ddd}
.pagging a.jp-next{ margin-left:0px;  padding:7px 3px;  border:1px solid #ddd}
.pagging a.jp-current, a.jp-current:hover{ color:#FF4242;  font-weight:bold}
.pagging a.jp-disabled, a.jp-disabled:hover{ color:#bbb}
.pagging a.jp-current, a.jp-current:hover{cursor:default;background: #C4931C;color:#fff;} 
.pagging a.jp-disabled, a.jp-disabled:hover{ cursor:default;  background:none;  color:#808080}
.pagging span{margin:0 5px}
ul.tab_end{margin: 0px 0 25px 0px;padding:0;text-align: center;}
ul.tab_end li{display: inline-block;position:relative;height: 35px;line-height: 35px;padding: 0 !important;margin: 0 5px;font-size: 16px;margin-bottom: 10px;}
ul.tab_end li a{display: block;color: #000;text-align: center;font-size: 16px;padding:0 20px;border: 1px solid #CACACA;min-width: 158px;font-family: 'RR';display: block;border-radius: 7px;}
ul.tab_end li a.selected,ul.tab_end li a:hover{position: relative;color: #fff;background: #FBBE4C;}
ul.tab_end li a span{display: block;}
.tab_hide{position: absolute !important;z-index: -1;opacity: 0;}
.tab_show{position: relative !important;z-index: 999;opacity: 1;}
.tab_bottom{width: 100%}

.map_footer{max-width: 100%;height: 200px;overflow: hidden}
.map_footer iframe{height: 200px;width: 100%}


/* ---news--- */
.first-item-news {overflow: hidden;margin: 0 0 15px 0;}
.first-item-news .first-item-news-wrap{border:thin solid #dfdfdf;}
.first-item-news .img{position: relative;z-index: 99;margin-right: 15px;overflow: hidden;}
.first-item-news img{width:100%;}
.first-item-news h3 a:hover{color:#f00 !important;}
.first-item-news:nth-child(3n+1) .first-item-news-wrap{background: #ededed;}
.first-item-news:nth-child(4n+1) .first-item-news-wrap{background: #ededed;}
.first-item-news h3{margin:0;}
.first-item-news h3 a{color: #393939;font-size: 14px;font-weight: bold;text-transform: uppercase;line-height: 20px;display: block;height: 40px;overflow: hidden;}
.first-item-news .desc_cont{text-align:justify;font-family:'RR';font-size:14px;line-height: 20px;height: 60px;overflow: hidden;}
.first-item-news .desc{font-family:'RR';padding: 10px;box-sizing: border-box;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.25s ease 0s;}
.first-item-news .desc >div{position: relative;}
.first-item-news .desc .over_lay{position:absolute;top:28%;left:0;right:0;bottom:0; z-index:111;text-align:center;margin-top:-20px;opacity:0;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.25s ease 0s;}
.first-item-news .desc .over_lay h4{padding:0 15px;display:block;text-transform:uppercase;font-size:12px;color:#D7DC02;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.25s ease 0s;text-align:center;}
.first-item-news .desc .over_lay a.xemthem{padding: 6px 10px;background: #0074c7;border-radius: 3px; position:relative;display:inline-block;color:#ffffff;text-decoration:none;margin-top:50px;transition:all 0.25s ease 0s;-webkit-transition:all 0.25s ease 0s;-moz-transition:all 0.25s ease 0s;-o-transition:all 0.25s ease 0s;-ms-transition:all 0.25s ease 0s;font-family:'Tahoma';font-size:13px;font-style:normal;}
.first-item-news .desc .over_lay a.xemthem:hover{background: #065995;}

.quick_menu{position: fixed;right: 10px;top: 100px;width: 82px;z-index: 9999;}
.title_quick_menu{color: #B69864;font-size: 12px;font-family: "RR";text-transform: uppercase;text-align: center;line-height: 25px;background: #47403A;}
.quick_menu li{padding-top: 35px;text-align: center;width: 100%;display: table;height: 74px;list-style: none;border-bottom: 1px solid #90857A;}
.quick_menu li a{display: table-cell;vertical-align: middle;color: #fff;font-size: 13px;padding: 0 10px;font-family: "RR";line-height: 15px;}
.quick_menu li:last-child{background: #C7951C;padding: 0 5px;padding-top: 10px;width: 82px;font-size: 12px;font-family: "RR";color: #fff;}
.quick_menu li:last-child span{font-size: 15px;font-family: "RB";}
.project_in img{border-radius: 0 !important;width: 100%;}

.box_about_photo{width: 100%;overflow-x: auto;white-space: nowrap}
.box_about_photo::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }
.box_about_photo::-webkit-scrollbar { height: 3px; background-color: #F5F5F5; }
.box_about_photo::-webkit-scrollbar-thumb { background-color: #000000; }
.item_about_photo{margin-right: 5px;display: inline-block;}

.lg-outer.lg-visible { opacity: 1; background: #000;z-index: 99999 }


.bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0;cursor: pointer }
/* .bg:after {content: "";position: absolute;border: 2px solid #fff;bottom: 15px;right: 15px;left: 15px;top: 15px;} */
.box_album .title { text-align: center; width: 100%; line-height: 20px; position: relative;margin-top: 10px;cursor: pointer;height: 40px;overflow: hidden ;text-transform: uppercase;font-family: "RB";}
.box_album .title:hover{ color: red}
.img_album { position: relative;overflow: hidden }
.items_gallery { position: relative;overflow: hidden }

.img_album img{transition: 0.7s;}
.img_album:hover img{-webkit-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);transform:scale(1.2,1.2);}

.img_album:hover .bg { opacity: 1; }
.album_desc { text-align: center; font-family: RR; font-size: 15px; text-transform: uppercase; letter-spacing: 2px; position: relative; padding-bottom: 5px; }
.album_desc:after { content: ""; position: absolute; border-bottom: 3px solid #f00; width: 30px; bottom: 0; left: 50%; transform: translateX(-50%); }
.box_album { float: left; margin-bottom: 25px; margin-right: 0px; }

.hd-dropdown-content {width: 100%;background: #fff;padding: 0;right: 0;top: 100%;position: absolute;font-size: 14px;z-index: 3;text-align: left;max-height: 80vh;overflow: overlay;display: none;}
.hd-dropdown-content::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }
.hd-dropdown-content::-webkit-scrollbar { width: 6px; background-color: #F5F5F5; }
.hd-dropdown-content::-webkit-scrollbar-thumb { background-color: #000000; }
.hd-dropdown-content .hd-row {}
.hd-dropdown-content .mntt {color: #000;font-size: 15px;text-transform: uppercase;border-bottom: 1px solid #e4b543;position: relative;}
.hd-dropdown-content .mntt::before { content: ""; position: absolute; bottom: -2px; border-bottom: 3px solid #fff; width: 56px }
.hd-dropdown-content figure { margin: 0 0 0 40px }
.hd-dropdown-content ul { padding: 10px 0 0; margin: 0 }
.hd-dropdown-content ul.mnsub { padding: 52px 0 0 }
.hd-dropdown-content ul li {list-style: none;border-top: 1px dotted rgba(131,157,181,0.7);}
.hd-dropdown-content ul li:nth-child(1) {border-top: none;}
.hd-dropdown-content ul li a {color: #000;text-align: left;padding: 0;}
.hd-dropdown-content ul li:hover { list-style: disc; color: #fff }
.hd-dropdown-content ul li:hover a { color: #FBBE4C }
@media (max-width:768px) {
	.call, .regist { display: none }
}
.hd-col.m3, .hd-quarter { width: 24.99999% ;float: left}
.hd-col.m3:nth-child(4n+1){clear: both;}

.customer{background: url('../images/bg_video.png') no-repeat top left;padding: 70px 0;background-size: cover}
.box_customer{background: #fff;}
.title_video{text-align: center;margin-bottom: 30px;}
.item_video {margin-bottom: 5px}
.item_video img{border-radius: 50%;overflow: hidden;width: 80px}
.slick-current.item_video img{border: 4px solid #D7A140;border-radius: 50%}
.list_video{max-width: 500px;margin: 0 auto;margin-bottom: 20px;}
.img_about img{width: 100%}

.nav-pills{margin-bottom: 20px;}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{background:#C7951C }
#info .nav{text-align: center}
#info .nav > li { display: inline-block; float: none;position: relative; height: 35px; line-height: 35px; padding: 0 !important; margin: 0 5px; font-size: 16px; margin-bottom: 10px; }
.nav > li > a { display: block; color: #000; text-align: center; font-size: 16px; padding: 0 20px; border: 1px solid #CACACA; min-width: 158px; font-family: 'RR'; display: block; border-radius: 7px; }

/*popup*/
#my_popup{position: fixed;top:0px;left: 0px;bottom: 0px;right: 0px;background: rgba(0,0,0,0.5);z-index: 9999;overflow: hidden;text-align: center;display: none;}
.my_box_popup{display: inline-block;height: 85%;margin-top: 7%;max-width: 96%;position: relative;}
.content_popup{position: relative;top:50%;max-height: 100%;}
.inner_content_popup *{max-width: 100%;}
.close_my_popup{position: absolute;width: 53px;height: 18px;background: url(../images/close_popup.png);display: block;top:-25px;right: 0px;cursor: pointer;}
