
@font-face {
    font-family: 'UTM Swiss Condensed';
    src: url('../fonts/UTM Swiss Condensed.ttf');
}
@font-face {
    font-family: 'UTMSwissCondensedBold';
    src: url('../fonts/UTM Swiss CondensedBold.ttf');
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto-Bold.ttf');
}
@font-face {
    font-family: 'UTMAlexander';
    src: url('../fonts/UTM_Alexander/UTM-Alexander.ttf');
}
@font-face {
    font-family: 'UTMbebas';
    src: url('../fonts/UTM_bebas/UTM-Bebas.ttf');
}
@font-face {
    font-family: 'RobotoSlab-Bold';
    src: url('../fonts/Roboto/RobotoSlab-Bold.ttf');
}
@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url('../fonts/Roboto/RobotoSlab-Regular.ttf');
}

@font-face {
    font-family: 'RCR';
    src: url('../fonts/RobotoCondensedRegular.eot');
    src: url('../fonts/RobotoCondensedRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoCondensedRegular.woff2') format('woff2'),
         url('../fonts/RobotoCondensedRegular.woff') format('woff'),
         url('../fonts/RobotoCondensedRegular.ttf') format('truetype'),
         url('../fonts/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');
}
@font-face {
    font-family: 'RCB';
    src: url('../fonts/RobotoCondensedBold.eot');
    src: url('../fonts/RobotoCondensedBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoCondensedBold.woff2') format('woff2'),
         url('../fonts/RobotoCondensedBold.woff') format('woff'),
         url('../fonts/RobotoCondensedBold.ttf') format('truetype'),
         url('../fonts/RobotoCondensedBold.svg#RobotoCondensedBold') format('svg');
}

img{
	max-width:100%;
}

.language_mobile1{
	display: none;
}
a{
	color:#333;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
a:hover,a:focus{
	text-decoration:none
}
button:focus{
	outline: 0px !important;
}
.fl{
	float:left;
}
.bg-gray{
	background:#f0f0f0;
}
.bg-white{
	background:#fff;
}
.bd-gray{
	border:solid 1px #d5d5d5
}
.bd-ra-0{
	border-radius:0;
}
.bd-ra-10{
	border-radius:10px;
}

.row7{
	margin-left:-7px;
	margin-right:-7px;
}
.plr0{
	padding-left:0;
	padding-right:0;
}
.plr5{
	padding-left:7px;
	padding-right:7px;
}
.row10{
	margin-left:-10px;
	margin-right:-10px;
}
.row12{
	margin-left:-12px;
	margin-right:-12px;
}
.plr10{
	padding-left:0px;
	padding-right:10px;
}
.plr15{
	padding-left:15px;
	padding-right:15px;
}
.p0{
	padding:0px;
}
.p15{
	padding:15px;
}
.pl0{
	padding-left:0px;
}
.pr0{
	padding-right:0px;
}
.pb15{
	padding-bottom:15px;
}
.mb10{
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb23{
	margin-bottom:23px;
}
.mb30{
	margin-bottom:30px;
}
.mr10{
	margin-right: 10px;
}
.mr0{
	margin-right: 0px;
}
.w100pe{
	width:100%;
}

.tienich-row-1 a {
    display: block;
    color: #000;
    text-decoration: none;
    outline: none;
}
.tienich-row-1 i{ padding-right: 3px; }
.animate1{
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	
}

/*TIÊU ĐỀ AND FONT*/


#container{
	padding: 0px 0px;
}

/*LEFT*/

#left{
	width: 260px;
	float: left;
}
#right{
	width: 865px;
	float: right;
}
.bao-left{ 
	margin-bottom: 20px;
}
.title-left{
	background: #000;
    line-height: 36px;
    color: #fbab4d;
    text-align: center;
    font-family: 'UTMSwissCondensedBold';
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}
.title-left a{
	color:#fbab4d;
	text-align:center
}
.ar_left{
	padding: 10px; 
	line-height: 28px;
	border: 1px solid rgba(0,0,0,0.3);
	border-top: 0px;
}
/*left danh mục sản phẩm*/
.ar_left.menu{
	padding: 10px 14px 5px;
}
.ar_left ul{
	padding-left: 0px;
}
.ar_left ul li{
	list-style: none;
	font-family: 'arial';
	font-size: 14px;
	color: #282828;
}
.ar_left > ul > li >a{font-weight: bold;}
.ar_left ul li:last-child a{
	border-bottom: none;
}
.ar_left ul li i{
	font-size: 14px;
}
.ar_left ul li a{
	color: #282828;
	display: block;
    padding: 4px 0px;
    display: block;
    border-bottom: 1px dotted #ddd;
}
.ar_left ul > li >a:hover {
	color: #006cb5;
	margin-left: 5px;
}
.ar_left ul li img{
	margin-right: 13px;
}
.ar_left ul li ul li a{padding-left: 15px;}
/*left hỗ trợ trực tuyến*/
.title-hotro span{
	color: red;
	font-weight: bold;
	font-size: 13px;
}
.title-hotro{margin-bottom: 3px;}
.title-hotro i{
	color: #282828;
	font-size: 18px;
}
.ar_left i{
	margin-right: 5px;
	font-size: 17px;
}
.hot-line img{
	margin-right:5px;
}
.hot-line{
	font-family: 'arial';
	font-size: 14.5px;
	color: #282828;
	text-transform: capitalize;
}

/*left video*/
.list_video select{
	width: 100%;
	height: 30px;
	font-family: 'arial';
	font-size: 13px;
	padding-left: 10px;
}
/*Left Thống kê truy cập*/
.thongketruycap{
	max-width: 250px;
	padding-left: 35px;
}
.thongketruycap li{
	list-style: none;
	font-family: 'arial';
	font-size: 13px;    
	line-height: 30px;
    color: #fff;
}
.thongketruycap li img{
	margin-right: 10px;
}
.thongketruycap li span{
	float: right;
	color: #ff0;
}

/*END LEFT*/

.ngaydang{
    font-family: 'RR';
    font-size: 12px;
    color: #707070;margin-top: 5px;
    margin-bottom: 5px;
}.ngaydang i{margin-right: 8px;}

.item-pro {
	position:relative;
	width:100%;
	/*max-width: 264px;*/
	background:#fff;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	border:1px solid #d7d7d7;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s easef;
	text-align: center;
	padding-bottom: 20px;
}


/*CHI TIẾT SẢN PHẨM*/
.sp_detail.price_detail{
	font-size:15px;
	color:#202020;
	font-weight: bold;
	color: #f00;
}
.sp_detail.sale{font-size: 13px;color: #ccc;text-decoration:line-through;}
.sp_detail.luotxem{font-weight: normal;font-size: 13px;}
.sp_detail.price_detail h3{
	font-weight: bold;
	font-size: 24px;
	background: #eaeaea;
	color: #006cb5;
	padding: 10px;
	width: 100%;
	margin-top: 10px;
}
h1.sp_detail{
	font-size: 18px !important;
	color: #000;
	padding-top: 0px !important;
}
h1.sp_detail, .sp_detail{
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0px;
	font-weight: bold;
	font-size: 15px;
}
.sp_detail.lienhemuahang{
	background: #006cb5;
	padding: 0px 10px;
	margin: 10px 0px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
}
.sp_detail button.addcart{
	border: 1px solid #006cb5;
	background: #fff;
	padding: 6px 14px;
	border-radius: 2px;
	transition: all 0.3s;
}
.sp_detail button.addcart:hover{
	border: 1px solid #fff;
	background: #006cb5;
	color: #fff;
	transition: all 0.3s;
}
.sp_detail button.addcart:hover i{
	color: #fff;
	transition: all 0.3s;
}
.sp_detail button.addcart i{
	margin-right: 10px;
	color: #006cb5;    
	font-size: 20px;
}
 
.sub_img_detail{
	margin: 0px -9px;
}
#product_detail{
	margin: 30px 0px;
}
#product_detail .text{text-align:justify;line-height:2em;}
#product_detail .text img{max-width:100%;}

.img-detail-pro{
	margin-bottom: 20px;
}
.img_detail{
	text-align: center;
}
.sub_img_sanpham{
	margin: 0px auto;
	text-align: center;
	margin-top: 15px;
}
.sub_img_sanpham img{
	border: 1px solid #ebebeb;
	width: 120px;
	display: inline-block;
}

.contact_infomation h3{padding-bottom: 10px;margin-bottom: 10px;font-family: 'RCB';font-size: 18px;border-bottom: 2px solid #eee;color: #000;display: inline-block;text-transform: uppercase;}
.map_hotline{font-family: 'arial';font-size: 13px;color: #000;line-height: 28px;}
.map_hotline i{color: #000;margin-right: 10px;font-size: 15px;}
/*END CHI TIẾT DETAIL*/
sub{
	top: -.5em !important;
}

#seo_header h1,#seo_header h2,#seo_header h3,#seo_header h4,#seo_header h5,#seo_header h6{
	display: none;
}

ul{
	padding: 0px;
	margin: 0px;
}
.h1, .h2, .h3, h1, h2, h3{
    margin: 0px;
    font-size: inherit;
}
body{
}
.mz-expand .mz-expand-bg{transform: inherit !important;background: transparent !important;}
.mz-expand{background: rgba(0,0,0,0.3) !important;transform: inherit !important;}

.no-padding{ padding: 0px !important; }
/*Contact/Liên hệ*/
#form-contact{
	display: inline-block;
	width: 100%;
	background: #e9e9e9;
	padding: 20px 10px;
}
.form-control{border-radius: 0px !important;}
.title_map{
	font-family: 'UTMSwissCondensedBold';
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 0px 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.title_map i{margin-right: 10px;}
/*Header*/
/*#ar_header #header{
	position: relative !important;
    background: #000;
    background-position: 0 center;
}
#ar_header #header:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(15,15,15,0.65);
}*/
div#ar_header {
    background: #000;
    padding: 10px 0px;
}
.header{
	border-top: 1px solid #e2e3e4;
    border-bottom: 1px solid #e2e3e4;
	position: static;left: 0px;right: 0px;margin: 0px auto;z-index: 9999;
}
.mobile_home {
    display: none;
}
.logo img{max-width: 270px;}
.right_header{float: 0;margin-top: 0px;}
.language{position: absolute; top: 22px; right: 10%; z-index: 999;}
.language img{width: 30px;height: 20px;}
.language_mobile{display: none;}
.header_pos .hotline{margin-top: 12px;}
.header_pos .hotline a{color: #000 !important;}
/*.header_pos nav.nav .navbar-nav>li>a{padding: 0px 30px;}*/
/*end header*/
div.dot-line {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
div.dot-line:before {
    content: '';
    background-image: url("../images/dotline.png");
    width: 100%;
    height: 6px;
    position: absolute;
}
section.partners{
	margin:0 0;
	padding:10px 0
}
/*MENU*/
.config_menu{float: right;}
.icon_search{float: right;}
nav#aff_menu{ 
	position: relative; 
	background: transparent; 
	background-size: 100% 100%;
	float: right;
}
nav.nav .navbar-nav>li>a{
	font-size: 13px;
	padding:5px 15px;
	line-height: 40px;
	color: #010101;
	display: inline-block;
	vertical-align: middle;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
nav.nav .navbar-nav>li:last-child>a{
	padding-right: 0px;
}
nav.nav .open>a, nav.nav .open>a:focus, nav.nav .open>a:hover,
nav.nav .navbar-nav>li>a:focus,nav.nav .navbar-nav>li:hover>a,nav.nav .navbar-nav>li.active>a{
	color: #fbab4d;
	background: transparent;
}
/*TÌM KIẾM THANH MENU*/

.hotline_bottom{margin-top: 0px;}
.navbar-nav>li.p-relative{
	float: right;
}
/*.top{text-align: right;}*/
.top ul>li{float: right;font-family: 'UTMSwissCondensedBold';font-size: 14px;list-style: none;text-transform: uppercase;}
.top ul>li>a{color: #fff;padding: 8px 20px;display: block;}
.top ul>li>a:first-child {padding-right: 0px;}
.socical_top{float: right;margin-top: 5px;}
.socical_top img{margin-left: 5px;}
.socical_top img:hover{transform: rotateZ(360deg);transition: all 0.5s;}
.img_hotline{float: right;margin-right: 10px;margin-top: 5px;}
.garen{float: right;}
.hotline{float: right;font-family: 'arial';font-size: 13px;color: #fff;}
.hotline span{font-size: 16px;font-family: 'UTMSwissCondensedBold';}
.hotline a{color: #fbab4d;}
.bottom{position: relative;float: none;margin-right: 80px;}
.icon_search{position: absolute;right: -50px;top: 10px;}
.icon_search img{cursor: pointer;}
.timkiem{width: 350px;}
.timkiem form {
	position:relative;
  	width: auto;
  	vertical-align:middle;
  	padding:0;
  	border: 1px solid #f4f4f4;
}
.timkiem input {
  height: 34px;
  color: #7c7c7c;
  padding-left: 15px;
  font-size:14px;
  width: 100%;
  outline: none;
  position: relative;
  transition: .3s linear;
  border-radius: 0px;
  background: #fff;
  font-family: 'arial';
  font-weight: normal;
  font-size: 13px;
  border: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #7c7c7c;}
::-moz-placeholder { /* Firefox 19+ */color: #7c7c7c;}
:-ms-input-placeholder { /* IE 10+ */color: #7c7c7c;}
:-moz-placeholder { /* Firefox 18- */color: #7c7c7c;}
.timkiem button {height: 34px;width: 40px;color: #fff;background: #fbab4d;border: none;position: absolute;top: 0;right: 0;outline: none;transition: 0.3s all;}
.timkiem button i{ color: #fff;font-size: 14px; }

/*TÌM KIẾM NÂNG CAO*/
#timkiemnangcao{
	background: #e1e1e1;
	padding: 10px 35px;
	margin: 30px 0px;
}
#timkiemnangcao input,#timkiemnangcao select{
	padding-left: 15px;
	font-family: 'Tahoma';
	font-size: 14px;
	color: #010101;	
	background: #fff;
	border: none;
	height: 30px;
	width: 350px;
}
#timkiemnangcao input.keyword_search{
	margin-right: 35px;
}
.title_timkiem{
	font-family: 'RCB';
	font-size: 16px;
	color: #9f9e9b;
	float: left;
	margin-right: 80px;
	margin-top: 5px;
}
#timkiemnangcao input.submit_search{
	background: #ff0000;
	width: 100px;
	height: 30px;
	font-family: 'Tahoma';
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;    
	float: right;
	transition: all 0.3s;
}
#timkiemnangcao input.submit_search:hover{
	background: #fff;
	color: #ff0000;    
	transition: all 0.3s;
}
.title_main{margin-bottom: 0px;padding-top: 0px;}
.title_main h3{
	background: url(../images/ttmain.png)no-repeat center bottom;
	text-transform: uppercase;
	color: #ed3237;
	font-family: 'UTMSwissCondensedBold';
	font-size: 24px;
	position: relative;
	text-align: center;
	padding-bottom: 25px;
}
.title_main.ts h3{color: #fcb300;background: url(../images/ttmain1.png)no-repeat center bottom;}
.row5{
	margin: 0px -8px;
}

/*=========================================*/

.col-left .box{
	float:left;
	width:100%;
	border-top:none;
	padding:10px;	
	background: #fff;
}
.col-right .box{
	float:left;
	width:100%;
	margin-bottom:10px;
	border-top:none;
	padding:10px;
	border:1px solid #acacac;	

}

.box.visited p{
	margin-bottom:5px;
	font-weight:bold;
}
.box.visited span{
	display:inline-block;
	width:150px;
	font-weight:normal;
	padding-left:25px;
}
.box.visited span.v1{
	background:url(../images/v1.png) no-repeat left center;
}
.box.visited span.v2{
	background:url(../images/v2.png) no-repeat left center;
}
.box.visited span.v3{
	background:url(../images/v3.png) no-repeat left center;
}

.footer {
	position:relative;
	background: #222222;
	background-size: 100% 100%;
	color: #fff;
	width:100%; 
	float: left;
	margin:0;
	padding: 40px 0px 0px;
	font-size:14px;
}
.infomation_footer{
	padding-left: 0px;
}
.facebook_footer{
	padding-right: 0px;
}
.title_footer{
	font-family: 'RCB';
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.thongke_footer{
	padding-left: 35px;
}

.footer_top{
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.textwidget span {
    display: block;
    margin-bottom: 14px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 14px;
    color: #fff;
}
p.thu {
    margin-left: 170px;
    margin-top: -63px;
    border-left: 1px solid #fff;
    padding: 0px 0px 0px 10px;
}
.time-ft {
    margin-left: 50px;
    margin-top: -38px;
}
#copyright{
	border-top: 1px solid #fff;
	display: inline-block;
    width: 100%;
    margin-top: 25px;
    line-height: 26px;
    font-family: 'arial';
    font-size: 12px;
    color: #fff;
    background: #111111;
    margin-bottom: -5px;
}

.pdH0{
	padding-left: 0px;
	padding-right: 0px;
}
.designed{ color: #f7f41e; padding-top: 5px;font-size: 12px;font-family: 'arial';font-weight: normal;text-align: center; }
.designed a{ color: #f7f41e;padding: 0px 20px; }
.designed a:first-child{padding-left: 0px;}
/*CSS HẬU*/

#full{max-width: 100%;margin: 0px auto;overflow: hidden;}
.center{max-width:1275px;margin:0 auto;position:relative;}
.center-nn {
    width: 100%;
    position: relative;
}
.clear{display:block;clear:both;}
.title_dmsp{
	/*background: #529041;*/
	/*line-height: 40px;*/
	background: url(../images/title_danhmuc.png) no-repeat;
	text-align: center;
	font-family: 'RCR';
	text-transform: uppercase;
	color: #fff;
	height: 55px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 6px;
	position: relative;
}
#danhmuc{
	width: 253px;
	float: left;
}


.menu_dm{
	background: #529041;
	margin-top: -9px;
}
.menu_dm ul li{
	font-family: 'arial';
	font-size: 14px;
	color: #fff;
	padding: 6px 19px;
	background: url(../images/line.png) repeat-x bottom;
	list-style: none;
}
.menu_dm ul li a{
	color: #fff;
	display: block;
}
.menu_dm ul li:hover a{
	color: #ff0;
}
.menu_dm ul{
	padding-left: 0px;
	padding-top: 16px;
	margin-bottom: 0px;
}



/*SẢN PHẨM NỔI BẬT*/
.ar_spnb{
	text-align: center;
	margin-bottom: 15px;
}
.name_spnb{
	font-family: 'RCR';
	color: #282828;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px 0px 0px;
}
.name_spnb a{
	color: #282828;
}
.price_spnb{
	font-family: 'arial';
	font-size: 14px;
	color: #fd0202;
	font-weight: bold;
}
.img_spnb{
	overflow: hidden;
}
.img_spnb img{
	transition: all 0.5s;
}
.img_spnb:hover img{
	transition: all 0.5s;
	transform: scale(1.1);
}
.box-sroll-spnb{
	padding: 15px 0px;
}

#gioithieu{
	margin-bottom: 25px;
}
.padding-out-line{
	padding: 20px;
}
.out-line{
	margin: 15px;
	border: 1px dashed #0096ff;
	border-radius: 0px 60px 0px 60px;
}


.des_gioithieu{
	font-family: 'RCR';
	font-size: 15px;
	color: #010101;
	line-height: 23px;
	text-align: justify;
}

.img img{
	width: 100%;
}


#thongtinlienhe{margin: 0px -15px;}

.thong-tin li{list-style: none;font-family: 'Tahoma';font-size: 12px;color: #fff;line-height: 25px;}
.thong-tin li a{color: #fff;}
.thong-tin li:hover a{color: #ff0;}
.left_dv{float: left;}
.left_sp{float: left;margin-left: 60px;}
.facebook-footer{
	width: 100%;
}
.breadcrumb{
	background-color: #fff !important;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px !important;
	border-radius: 0px !important;
	padding: 8px 0;
}

.hieuung:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(0deg);
  
  background: rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.1) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}
.hieuung:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.9s, 0.9s, 0.2s;
  transition-timing-function: ease;
}


/*TIN TỨC MAIN */

/*đối tác*/
#doitac{
	padding: 16px 0;
/*	height: 145px;*/
	overflow: hidden;
}
.item_doitac{
	text-align: center;
	margin: 0px 5px;
}
.item_doitac img{
	width: 155px;
	height: 78px;
	background: #fff;
	border: 1px solid #eee;
}
/*end đối tác*/

.map_description{
	color: #000 !important;
}

/*thông báo*/
.note{
	font-family: 'arial';
    font-size: 13px;
    color: red;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
}
/*Tab chi tiết sản phẩm*/
.title_tab{background: #fff;border-bottom: 2px solid #000;}
.title_tab li{border-radius: 5px 5px 0px 0px;cursor: pointer;float: left;list-style: none;font-family: 'Roboto',sans-serif;font-size: 16px;text-transform: uppercase;font-weight: 600; padding: 6px 20px;color: #000;}
.title_tab li.active{background: #000;color: #fbab4d;}
.content_tab{padding: 20px 15px;border: 1px solid rgba(0,0,0,0.3);border-top: 0px;}
/*Giỏ hàng*/
.title-form{padding: 5px 0px 5px 15px;background: #000;color: #fff;}
.ar_form{padding: 20px;border: 1px solid rgba(233,0,0,0.5);}
.tong_tt h3{text-align: right;}
.tong_tt h3 span{color: #f00;font-weight: bold;}
.button_muahang{border: 1px solid transparent;float: right;padding: 7px 20px;background: #000;color: #fff;margin-bottom: 20px;margin-left: 15px;border-radius: 3px;}
.button_muahang a{color: #fff; }
.button_muahang:hover{border: 1px solid #000;background: #fff;transform: all 0.3s;}
.button_muahang:hover a{color: #000;transition: all 0.2s !important;}
.container_dathang{display: none;}
.button.button--aylen{background: #000 !important;}
/*List product*/
#list_sanpham{margin-bottom: 40px;}
/*SẢN PHẨM INDEX*/
.slick_duan{margin: 0px -12px;}
.slick_sanpham{margin: 0px -12px;}
.ar_product{padding: 0px 15px;}
.ar_spmoi{position: relative;text-align: center;margin-bottom: 40px;}
.ar_spmoi.in{margin: 0px;margin-bottom: 20px;}
.img_spmoi{overflow: hidden;position: relative;}
.img_spmoi img{width: 100%;transition: all 0.5s;border: 1px solid #cccccc;}
.img_spmoi:hover img{transition: all 0.5s;transform: scale(1.1);}
.sale_spmoi{position: absolute;content: "";top: 0px;right: -8px;background: #d60c0c;padding: 5px 10px;color: #ff0;}
.sale_spmoi:after{position: absolute;content: "";right: 0px;bottom: -8px;border-top: 8px solid #610a05;border-right: 8px solid transparent;}
.name_spmoi{font-size: 15px;color: #000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 5px; margin-top: 7px; text-align: center;}
.price_giaban{display: inline-block;padding: 0px 5px;color: #f00;}
.ar_name_price{padding: 10px 5px;}
/*hover img*/
.img_spmoi img{transition: all 0.4s;width: 100%;}
.img_spmoi:hover img{transform: scale(1.1);transition: all 0.8s;opacity: 0.8;}
.img_spmoi::before,.img_spmoi::after {position: absolute;content: '';opacity: 0;-webkit-transition: opacity 0.7s,-webkit-transform 0.7s;transition: opacity 0.7s, transform 0.7s;z-index: 99;}
.img_spmoi:before {top: 20px;right: 20px;bottom: 20px;left: 20px;border-top: 1px solid #fff;border-bottom: 1px solid #fff;-webkit-transform: scale(0,1);transform: scale(0,1);-webkit-transform-origin: 100% 0;stransform-origin: 100% 0;}
.img_spmoi:after {top: 20px;right: 20px;bottom: 20px;left: 20px;border-right: 1px solid #fff;border-left: 1px solid #fff;-webkit-transform: scale(0,1);transform: scale(1,0);-webkit-transform-origin: 100% 0;transform-origin: 100% 0;}
.img_spmoi:hover::before,
.img_spmoi:hover::after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.img_spmoi p {    position: absolute;top: 0;display: flex; justify-content: center;align-items: center;width: 100%;height: 100%;padding: 3em 3em;text-transform: none;opacity: 0;-webkit-transform: translate3d(0,-10px,0);transform: translate3d(0,-10px,0);-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;transition: opacity 0.7s, transform 0.7s;font-family: 'arial';font-size: 15px;font-weight: bold;color: #fff;background: rgba(0,0,0,0.3);z-index: 9;}
.img_spmoi:hover p {opacity: 1;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

/*Hoạt động*/
.slick_hoatdong{margin: 0px -21px;}
.ar_hoatdong{max-width: 350px;margin: 0px auto;}
.name_hoatdong{padding: 20px 0px 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-family: 'UTMSwissCondensedBold';font-size: 16px;text-transform: uppercase;color: #008001; text-align: center;}
/*.name_hoatdong a{color: #5a5a5a;}*/
.des_hoatdong{font-family: 'arial';font-size: 14px;/*color: #5a5a5a;*/text-align: justify;}
.img_hoatdong{position: relative;overflow: hidden; min-height: 280px;}
.img_hoatdong img{transition: all 0.4s;width: 100%;}
.img_hoatdong:hover img{transform: scale(1.1);transition: all 0.8s;opacity: 0.8;}
.img_hoatdong::before,.img_hoatdong::after {position: absolute;content: '';opacity: 0;-webkit-transition: opacity 0.7s,-webkit-transform 0.7s;transition: opacity 0.7s, transform 0.7s;z-index: 99;}
.img_hoatdong:before {top: 20px;right: 20px;bottom: 20px;left: 20px;border-top: 1px solid #fff;border-bottom: 1px solid #fff;-webkit-transform: scale(0,1);transform: scale(0,1);-webkit-transform-origin: 100% 0;stransform-origin: 100% 0;}
.img_hoatdong:after {top: 20px;right: 20px;bottom: 20px;left: 20px;border-right: 1px solid #fff;border-left: 1px solid #fff;-webkit-transform: scale(0,1);transform: scale(1,0);-webkit-transform-origin: 100% 0;transform-origin: 100% 0;}
.img_hoatdong:hover::before,
.img_hoatdong:hover::after {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.img_hoatdong p {    position: absolute;top: 0;display: flex; justify-content: center;align-items: center;width: 100%;height: 100%;padding: 3em 3em;text-transform: none;opacity: 0;-webkit-transform: translate3d(0,-10px,0);transform: translate3d(0,-10px,0);-webkit-transition: opacity 0.7s, -webkit-transform 0.7s;transition: opacity 0.7s, transform 0.7s;font-family: 'arial';font-size: 15px;font-weight: bold;color: #fff;background: rgba(0,0,0,0.3);z-index: 9;}
.img_hoatdong:hover p {opacity: 1;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}


/*Đăng ký nhận tin*/
#dangkynhantin{background: url(../images/dangky.png);background-size: cover}
.km{padding: 40px 0px;}
.title_nhantin{font-family: 'UTMSwissCondensedBold';font-size: 24px;color: #fff;text-transform: uppercase;text-align: left;}
.slogan_nhantin{margin-bottom: 10px;font-family: 'arial';font-size: 14px;color: #fff;text-align: left;}
#dangkynhantin form{width: 100%;margin: 0px auto;}
.input_dangky input{width: 400px;float: left;background: #fff;padding-left: 15px;height: 40px;border: none;}
button.btn_nhantin{float: left;width: 102px;background: #fbab4d;height: 40px;border: none;color: #fff;font-size: 14px;}
/*Footer*/
.li_ft li{list-style: none;font-family: 'arial';font-size: 14px;color: #fff;line-height: 30px;}
.li_ft li a{color: #fff;}
.support_footer{padding-left: 100px;}
/*Form Bình luận*/
.ar_form_binhluan{max-width: 100%;font-size: 13px;}
/*.ar_binhluan{text-align: center;}*/
.ar_binhluan input{width: 80%;height: 35px;border-radius: 2px;border: 1px solid #ddd;margin-bottom: 10px;padding-left: 15px;}
.ar_binhluan input.subm{width: 80px;height: 35px;background: #0160c1;color: #fff;padding-left: 0px;border: none;}
.ar_binhluan textarea{width: 80%;border-radius: 2px;border: 1px solid #ddd;margin-bottom: 10px;padding-left: 15px;}
.img_bl{float: left;margin-right: 15px;}
.name_bl{font-family: 'RCB';font-size: 15px;color: #70543f;}
.name_bl span{font-size: 12px;font-family: 'arial';color: #999;}
.main_bl{margin-bottom: 20px;}
/*Why choose us*/
#taisaochonchungtoi{background: #008001;padding: 30px 0px 0px;margin-bottom: 40px;}
.ar_taisao{margin-bottom: 48px;}
.ar_taisao:hover img{transition: all 0.7s;transform: rotateY(360deg);}
.name_taisao{margin-bottom: 5px;font-family: 'UTMSwissCondensedBold';font-size: 16px;color: #fcb300;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.name_taisao a{color: #fff;}
.img_taisao{float: left;margin-right: 15px;margin-top: 10px;}
.des_taisao{font-family: 'arial';font-size: 13px;color: #dcdcdc;}
.detail_sp{font-family: 'arial';font-size: 14px;color: #f00;font-weight: bold;}
.detail_sp a{color: #f00;}
/*Project highlight*/
.duannoibat{background: url(../images/duan.png) no-repeat fixed 50% center / cover;padding: 40px 0px;}
.duannoibat .ar_hoatdong{/*background: #fff;*/}
.ar_name_des{padding: 0px 10px 15px;background: #fff;}
/*News main*/
.title_video{margin-bottom: 25px;background: url(../images/title_video.png) no-repeat left bottom -1px;border-bottom: 1px solid #ccc;}
.title_video h3{font-family: 'UTMSwissCondensedBold';font-size: 18px;text-transform: uppercase;padding-bottom: 20px;}
#tintucmain{margin-bottom: 40px;}
.slick_tintuc{margin-top: -15px;}
.ar_tt{padding: 0px 10px;}
.main_tt{border-bottom: 1px dotted #ccc;padding: 15px 0px;}
.img_tt{float: left;margin-right: 15px;position: relative;overflow: hidden;}
.img_tt img {
height: 60px;
width: 80px;
}
.name_tt{font-family: 'UTMSwissCondensedBold';font-size: 13px;text-transform: capitalize;color: #000000;margin-bottom: 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.name_tt a{color: #000;}
.des_tt{font-family: 'arial';font-size: 12px;}
/*Opinion customer*/
.ykien{background: #fff;padding: 28px 10px}
.ar_ykien{text-align: center;padding: 0px 15px;}
.ar_ykien:hover .img_ykien img{transition: all 0.5s;transform: rotateY(180deg);}
.img_ykien{float: left;margin-right: 20px;}
.img_ykien img{border-radius: 50%;margin-bottom: 10px;transition: all 0.5s;}
.img_ykien img{ width: 100px;
height: 100px;
}
.name_ykien{/*font-family: 'RCB';*/font-size: 18px;}
.des_ykien{height: 80px;overflow: hidden;font-family: 'arial';font-size: 13px;color: #777777;line-height: 21px;padding-top: 20px;text-align: left;}
#footer{position:relative;}
#chat_facebook{width: 230px; position: fixed; bottom: 0px;    right: 9.5%;z-index: 99999; overflow: hidden; transition: all 0.5s;}
.ar_chat{display: none;}
.title_facebook{line-height: 35px;border-radius: 5px 5px 0px 0px;background: #365899;color: #fff;text-align: center;font-size: 14px;cursor: pointer;}
.title_facebook i{margin-right: 13px;}
/*Service in*/
.img_dv{overflow: hidden;}
.img_dv:hover img{transition: all 0.5s;transform: scale(1.1);}
.img_dv img{width: 100%;transition: all 0.5s;}
.name_des_dv{padding: 10px;}
.name_dv{margin-bottom: 5px;font-family: 'RCB';font-size: 16px;color: #010101;overflow: hidden;white-space: normal;text-overflow: ellipsis;}
.name_dv a{color: #010101;}
.description_dv{font-family: 'arial';font-size: 14px;color: #010101;text-align: justify;}
.ar_dv{border: 1px solid #ddd;margin-bottom: 30px;}
.icon_ht img{width: 25px;float: right;margin-right: 10px;}
.icon_ht{text-align: left;}
.support{padding: 5px 0px;border-bottom: 1px solid #eee;}
.support:last-child{border-bottom: 0px;}
/*nhi add 21/02/2019*/
.art-list .item-notsumary {
    border-bottom: 2px dotted #cbcbcb;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.art-list .item-notsumary .art-title a {
    text-decoration: none;
    font-size: 13px;
    margin: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
}
.hotline-nn {
    text-align: center;
}
.hotline-nn i {
    border: 1px solid yellow;
    border-radius: 100%;
    padding: 7px;
    width: 40px;
    height: 40px;
    /* display: block; */
    margin-right: 9px;
}

.hotline-nn a {
    font-size: 28px;
    font-weight: bold;
    color: yellow;
}
.title_main.title-only-nn h3 {
    color: yellow;
}
.hdd {
    margin: 25px 0;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    background: #ed3237;
    text-transform: capitalize;
}
.hdd::after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: '';
    border-left: 10px solid #ed3237;
    position: absolute;
    right: -10px;
    top: 10px;
}
.doitac {
    text-align: center;
}
.r-news {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.tmb-imgcc {
    display: block;
    border: 1px solid #ddd;
    padding: 4px;
    transition: 500ms ease-out;
}
.tlc-s {
    font-size: 16px;
    color: #008001;
    line-height: 25px;
    display: block;
    font-weight: bold;
}
.news-sum {
    font-size: 13px;
    line-height: 22px;
    color: rgba(0,0,0,.6);
    margin: 5px 0;
    text-align: justify;
}
.xemthem-news {
    color: #F88733;
    display: block;
    margin: 10px 0;
    text-align: right;
}
.bg-gioithieu {
    background: url(../images/bg-img.jpg?v=1) left center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.bg-gioithieu-child {
    background: rgba(255,255,255,.4);
    padding: 15px;
}
.bg-gioithieu-grandchild {
    border: 1px solid #3E4097;
    padding: 15px;
}
.header-main {
    width: 100%;
    position: relative;
    margin-top: 28px;
}
.main_container { max-width: 1150px;    margin: auto; }
.header-main .logo {
    float: left;
}
.topheader {
    padding: 0px;
}
.topheader .ss {
    display: inline-block;
    line-height: 44px;
    color: #FFBC04;
    font-size: 19px;
    font-family: Arial;
    font-weight: bold;
}
.topheader .ss span {
    display: block;
    font-size: 35px;
}
.logo img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/*end*/
/*nhi add*/
.slogan-nn h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fcb300;
    text-align: center;
    font-weight: 600;
    padding: 30px 0px 0px 0px;
    font-family: Roboto;
}

.duannoibat .ar_hoatdong:hover .ar_name_des,.duannoibat .ar_hoatdong:hover a {
    background: #fcb300;
    transition: all 1s;
    color: #fff;
}
.hinh-gif1 img{
	max-width: 100%;
    height: 190px;
    width: 210px;
}
.hinh-gif {
	padding: 0;
	width: 21%;
}
.hinh-gif img {
    max-width: 100%;
    height: 190px;
    width: 210px;
    float: right;
}
.hinh-gif1{
    width: 12%;
    padding: 0;
}
.blog-entry.grid-entry-style {
    float: left;
}
.ks-row
 .span_1_of_5 {
    width: 19.9%;
}
.ks-row.col {
    margin: 0 0 20px;
    padding: 0 10px;
}
.vcex-blog-entry-media img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
}
.lien-ket {
    padding-top: 20px;
}
.text-lk {
	padding: 10px;
	font-family: 'UTMSwissCondensedBold';
	text-align: center;
}
.site-content {
	overflow-y: hidden;
	display: block;
}
.mail-text {
    margin-top: 5px;
    font-family: arial;
    line-height: 25px;
}
.widget-title{
	font-family: 'UTMSwissCondensedBold';
}
.footer-top {
    padding-top: 20px;
}
.follow-us{
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.footer-widget.social_widget.clr img {
    height: auto;
}
#support_box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    bottom: 0;
    box-shadow: 0 0 4px 0 #ccc;
    right: 0;
    z-index: 9999;
}
#support_box dl {
    display: none;
    float: left;
    width: 100%;
    padding: 10px 0px 0px 22px;
    margin-bottom: 0px;
}
#support_box dl dt {
    float: left;
    width: 29%;
}
#support_box dl dt span {
    border: 1px solid #ccc;
    border-radius: 100px;
    display: block;
    height: 55px;
    overflow: hidden;
    width: 55px;
}
#support_box dl dt p {
    text-align: center;
}
#support_box dl dd {
    float: left;
    padding-left: 10px;
    width: 130px;
}

#support_box dl dd p {
    color: #b30101;
    line-height: 15px;
}
#support_box dl dd p a{
    color: #b30101;
    line-height: 15px;
}
#support_box dl dd > * {
    color: #888;
    display: block;
    margin: 3px 0;
}
div#main_lockfixed{
	top: 7em;
	overflow-y: scroll;
	height: 510px;
	/*position: relative !important;*/
}
.main_lockfixed_nn{
	width: 260px;
	position: fixed;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.lienket-dm {
	padding-top: 0;
}
.title-sp-tk h3 {
    color: red;
    padding-top: 20px;
}
.category-info h2{
	text-align: center;
	color: #ff0000;
	font-size: 25px;
	 font-family: 'UTMSwissCondensedBold';
}
.category-info h3{
	text-align: center;
	color: #0000ff;
	font-size: 20px;
	font-style: italic;
	padding: 6px 0;
}
.ar_spmoi:hover {
    -webkit-box-shadow: -1px 1px 10px 2px #ddd;
    -moz-box-shadow: -1px 1px 10px 2px #ddd;
    box-shadow: -1px 1px 10px 2px #ddd;
}
.background-nn {
	background: #fff;
	color: #5a5a5a;
	padding: 0 10px 10px 10px;
}
.ar_hoatdong:hover .background-nn{
	 background: #fcb300;
	color: #fff;
	transition: all 1s;
	-webkit-box-shadow: -1px 1px 10px 2px #ccc;
    -moz-box-shadow: -1px 1px 10px 2px #ccc;
    box-shadow: -1px 1px 10px 2px #ccc;
}

.news_image {
    margin-bottom: 30px;
    position: relative;
}
.latest_page_box img {
    vertical-align: middle;
    margin-right: 10px;
    max-width: 100%;
    min-height: 245px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.latest_page_box > h3 {
    font-size: 16px;
    margin: 30px 0 20px;
    min-height: 35px;
    text-align: center;
    padding: 0;
    font-weight: 600;
}
.latest_page_box > h3 a{
	color: #5e5e5e
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-30 p{
	    line-height: 25px;
    margin: 0;
    color: #5a5a5a;
    text-align: justify;
}
.p-t-60 {
    padding-bottom: 30px;
}
.widget-title-nn {
    text-align: center;
    color: #000;
    padding: 0 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    position: relative;
    font-family: 'UTMSwissCondensedBold';
}
.media {
    border-bottom: 1px solid #cfcfcf;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-t-10 {
    padding-top: 10px;
}
.media-body > p {
    margin-top: -5px;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    color: #5a5a5a;
    text-align: justify;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.solution_tabs > ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
.solution_tabs ul li a {
    background: #f2f2f2;
    color: #5a5a5a;
    font-size: 15px;
    display: block;
    min-height: 58px;
    padding: 20px 0 20px;
    width: 100%;
    padding-left: 35px;
    border-bottom: 1px solid #cecece;
}
.solution_tabs ul li a:hover{
	color: #fff;
	background: #f9b103;
}
.widget-title-nn span {
    background: #fff;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.widget-title-nn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 3px;
    width: 100%;
    left: 0;
    background: #ed3237;
}
.p-b-100 {
    padding-bottom: 15px;
}
.p-t-50 {
    padding-top: 15px;
}
.media-middle{
	float: left;
}
.media-heading > a {
    font-size: 16px;
    color: #111111;
}
.media-heading > a:hover{
	color: #ed3237;
}
.media-heading{
	font-size: 18px;
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
}
ul li{
	list-style: none;
	padding: 0;
}
.latest_page_box.p-b-60 h2{
	font-size: 32px;
	padding-bottom: 20px;
}
ul.page-numbers {
    margin: 0;
    list-style: none;
}
.mbt {
    margin-bottom: 30px !important;
}
ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 2px 2px 0;
    text-align: center;
}
.page-numbers a, .page-numbers span, .page-links span {
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 15px;
    font-weight: 400;
    line-height: 12px;
    color: #888;
    cursor: pointer;
}
.author-bio {
    position: relative;
}
.author-bio .author-posts-title {
    position: relative;
    border-bottom: 1px solid #eee;
}
.title-wrap.theme-heading {
    margin: 40px 0 25px;
}
.title-wrap {
    display: block;
    overflow: hidden;
    margin: 0 0 20px;
}
.author-bio .author-posts-title .author-title {
    display: inline-block;
}
.title-wrap .title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.author-bio .author-posts-title span.title a {
    display: inline-block;
    background: #eee;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.review-list li:nth-child(even) {
    background-color: #fafafa;
}
.review-list li {
    border-bottom: 1px solid #e7e7e7;
    padding: 8px 12px;
    position: relative;
    list-style: none;
}
.page-nn {
    overflow: hidden;
    display: block;
    float: right;
}
.review-list li a:hover{
	color: #ed3237;
}
.col-md-12.solution_tabs ul li {
    margin-bottom: 2px;
}
.slogan-text {
	background: url(../images/duan.png) no-repeat fixed 50% center / cover;
	padding: 50px 0;
}
.slogan-text {
    text-align: center;
    color: #fff;
    font-style: italic;
}
.slogan-text h4 {
    color: #f9b103;
    font-size: 23px;
    line-height: 38px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin: 0;
}
.heading_border {
    height: 3px;
    width: 46px;
    margin-bottom: 17px;
}
.bg_red {
    background: #ed3237 !important;
}
#recent_project .heading > p {
    color: #fff;
}
.project .heading > p {
    color: #5a5a5a !important;
}
.heading > h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
}
.heading > p {
    font-size: 15px;
    text-transform: uppercase;
}
.color_red {
    color: #ed3237;
}
.recent_tabs .nav-tabs {
    border-bottom: 3px solid #fff;
    float: right;
    margin-top: 15px;
}
.project .nav-tabs {
    border-bottom: 3px solid #111111;
}

.recent_tabs .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    line-height: 1.42857;
    margin-right: 2px;
    font-size: 12px;
    color: #fff;
    padding: 10px 15px 0 0;
    text-transform: uppercase;
}
.project .nav-tabs > li > a {
    color: #111111;
    font-weight: bold;
}
.project .nav-tabs > li > a:hover{
	background: transparent;
}
.project .nav-tabs > li > a:hover,.recent_tabs .nav-tabs > li.active > a, .recent_tabs .nav-tabs > li.active > a:focus, .recent_tabs .nav-tabs > li.active > a:hover {
    color: #ed3237;
}
.recent_tabs .nav-tabs > li.active > a, .recent_tabs .nav-tabs > li.active > a:focus, .recent_tabs .nav-tabs > li.active > a:hover{
    background-color: transparent;
    border-color: transparent;
    border: none;
    cursor: default;
    outline: none;
}
.recent_tabs .nav-tabs > li {
    float: left;
    margin-bottom: -3px;
}
.cool-link-2::after {
    background: #ed3237;
}
.cool-link-2::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    transition: width .3s;
}
.project .item {
    margin-bottom: 30px;
}
.recent_box {
    background: #fff;
    border-radius: 5px;
    transition: all 0.7s ease 0s;
}
.item-image {
    display: block;
    float: none;
    position: relative;
    overflow: hidden;
    padding-bottom: 60%;
    box-shadow: none;
}
.recent_box .image_s {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.item-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
}
.recent_box .image_s img {
    transition: all 0.3s ease 0s;
    width: 100%;
    border-radius: 5px 5px 0 0;
}
.recent_box:hover .image_s img {
	transform: scale(1.09);
	transition: all 0.7s ease 0s;
}
.recent_box:hover .recent_text h3{
	color: #fff !important;
}
.recent_box .recent_text {
    padding: 0 15px;
    min-height: 75px;
}
.project .recent_text > h3 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 27px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
}
.du-an-nn {
	padding-top: 50px;
}
.item:hover .recent_box {
    background: #ed3237;
    color: #fff;
}
.cool-link-2:hover::after, li.active:after {
    width: 100%;
}
.cool-link-2 {
	display: inline-block;
	text-decoration: none;
}
.cool-link:hover::after , .cool-link.active:after{
	width: 100%;
}
.img-du-an-nn img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.content-duan-nn{
	padding: 20px 60px;
}
.thongtin-bv-nn{
	padding-top: 20px;
}
.color_white {
    color: #fff;
}
.slogan-nn {
    background: none;
    padding: 30px 0 10px;
}
.p-b-40 {
    padding-bottom: 40px;
}
.p-t-30 {
    padding-top: 30px;
}
.p_17 {
    font-size: 17px;
}
#about_page .about_box {
    background: transparent;
    padding: 36px 0;
}
.about_box p{
	line-height: 25px;
    margin: 0;
    color: #5a5a5a;
    text-align: justify;
}
.p-b-50 {
    padding-bottom: 20px;
}
.project_des {
    margin-top: 40px;
}
.project_des {
    border-left: 6px solid #ed3237;
}
h3.p-t-50 {
    padding-top: 50px;
    font-size: 22px;
    color: #111;
    font-weight: 600;
}
.project_des .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
    padding: 20px 15px;
}
#contact_form .single-query > input[type="text"] {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    height: 48px;
    margin-bottom: 15px;
    font-size: 13px;
    padding-left: 10px;
    transition: all 0.3s ease 0s;
    width: 100%;
    outline: none;
}
#contact_form .single-query textarea {
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    font-size: 13px;
    height: 260px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-top: 15px;
    transition: all 0.3s ease 0s;
    width: 100%;
    outline: none;
}
.btn-light {
    padding: 16px 36px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    color: #fff;
    border: none;
    outline: none;
}
.btn-light {
    background: #ed3237;
}
#contact_form h3 {
    font-weight: 600;
    padding-bottom: 25px;
}
#contact_form h3 span {
    background: #ed3237;
}
#contact_form h3 span {
    color: #fff;
    border-radius: 100%;
    font-size: 16px;
    line-height: 16px;
    margin-right: 14px;
    padding: 6px 13px;
    transition: all 0.7s ease 0s;
    vertical-align: middle;
}
.form_left h3{
	font-size: 22px;
	color: #111;
	font-family: "Roboto", sans-serif;
}
.call_box form input[type="text"], input[type="email"], input[type="number"], input[type="password"] {
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    font-size: 15px;
    height: 56px;
    margin-bottom: 10px;
    padding: 0 25px;
    width: 100%;
    color: #8f8f8f;
    outline: none;
}
.p-t-40 {
    padding-top: 40px;
}
.footer_1_contact p {
    color: #fff;
    font-size: 14px;
    padding-bottom: 17px;
}
#contact_form .form_left .footer_1_contact p {
    color: #5a5a5a;
    display: inline-block;
    line-height: 18px;
    margin: 0;
}
section#contact_form {
    padding-top: 30px;
}
.menu-sub-top{
	display: none;
	width: 100%;
	position: absolute;
	z-index: 999;
	top: 25px;
	left: 0;
	min-width: 350px;
	background: #fff;
}
.menu-sub-top li a{
	padding: 10px 0px 10px 15px !important;
	display: block;
	float: left !important;
	width: 100%;
	color: #000 !important;
}
.menu-sub-top li a:hover{
	color: #fbab4d !important;
	background: rgba(0,0,0,1);
}
ul.menu-sub-top li {
    display: block;
    width: 100%;
}
.top li{
	position: relative;
}
.top li.dropdown-nn:hover .menu-sub-top{
	display: block;
}
.top ul>li>a:hover,.top ul>li>a:focus{
	color: #fbab4d;
}
.menu-danhmuc-nn1{
	display: none;
}
.ar_left menu li{
	position: relative;
}
.ar_left menu li:hover .menu-danhmuc-nn1{
	display: block;
}
.menu-danhmuc-nn1 a{
	text-transform: capitalize;
}
.level-2-danhmuc i.fa.fa-chevron-down{
	float: right;
	line-height: 28px;
}

.btm {
  position: absolute;
  top: auto !important;
  bottom: 0; 
display: none;}
.right_fixed
{
  position: fixed;
  top: 0;
  z-index: 10; 
  top: 125px !important;
}
.page-numbers a:hover{
	background: #fbab4d;
	color: #fff;
}
.text-lk a:hover{
	color: #fbab4d;
}
.mail-text a:hover{
	padding-left: 8px;
	transition: all 1s; 
}
.contact_us_page {
    padding-bottom: 15px;
}
.bg-dichvu{
	background: url(../images/ban-inox-w.jpg) no-repeat fixed 50% center / cover;
    padding: 3em 10em;
}
.border-dichvu {
    padding: 2em 10em;
}
.border-dichvu ul{
	background-color: rgba(255,255,255,.93);
	padding: 40px;
}
.border-dichvu ul li{
    border-radius: 4px;
    border: 1px solid #6AB0BF;
    clear: both;
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    background-color: #FFF;
}
.border-dichvu ul li:nth-child(odd){
	background-color: #e0f2f6;
}
.border-dichvu ul li a {
    display: inline-block;
    padding: 15px 25px;
    position: relative;
    color: #246191;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.tintuc-lq {
    padding: 20px 0;
    overflow: hidden;
    display: block;
}
.title-tintuc-lq h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'UTMSwissCondensedBold';
    padding-bottom: 10px;
}
ul.menu-sub-top2 {
    position: absolute;
    display: block;
    right: 100%;
    width: 100%;
    background: #fff;
    display: none;
    box-shadow: 1px 0 6px 1px rgba(0,0,0,.175);
    -webkit-box-shadow: 1px 0 6px 1px rgba(0,0,0,.175);
    -o-box-shadow: 1px 0 6px 1px rgba(0,0,0,.175);
}
.menu-sub-top li:hover ul.menu-sub-top2{
	display: block;
}
.menu-sub-top li i{
	float: right;
	padding-right: 12px;
}
.hotline-contact-nn ul li {
    display: inline-block;
    width: 19.7%;
}
.hotline-contact-nn ul li  #support_box{
	box-shadow: 0 0 0 #fff;
	border: 0;
}
.hotline-contact-nn {
    padding: 0 0 20px 0;
}
.hotline-contact-nn ul {
    border: 3px solid #b30101;
    border-radius: 5px;
    padding:10px;
}
.content-dichvu-nn {
    text-align: right;
}
.padding-nn{
	padding: 0;
}
.padding-r{
	border-right: 2px solid #ddd;
}
.col-1-tintuc-lq {
    overflow: hidden;
    display: block;
}
.bg-white-trans {
    background-color: rgba(255,255,255,.93);
    padding: 15px;
}
.content-parallax-wrapper {
    border-radius: 4px;
    bottom: 0;
    display: block;
    padding: 40px!important;
    position: relative;
    top: 0;
}
.tpl_container {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: left;
    position: relative;
}
.tpl_container .tpl_heading {
    font-family: "OpenSans-Light",Arial!important;
    text-align: center!important;
    color: #166987!important;
    margin: 0;
    padding: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.tpl_13 .panel-default>.panel-heading, .tpl_13 .panel {
    background: #e0f2f6;
    padding: 0;
}
.tpl_13 .panel-default {
    border-color: #6ab0bf;
}
.tpl_13 .panel-default>.panel-heading, .tpl_13 .panel {
    background: #e0f2f6;
    padding: 0;
}
.tpl_13 .panel-default>.panel-heading {
    border-color: #6ab0bf;
    border-radius: 4px;
    border-bottom: 0;
}
.tpl_13_1 .panel-default>.panel-heading h4, .tpl_13_2 .panel-default>.panel-heading h4 {
    font-family: "OpenSans";
}

.tpl_13 .panel-default>.panel-heading h4 {
    font-family: 'UTMSwissCondensedBold';
    font-size: 14px;
    text-transform: none;
    color: #0582a6;
    margin: 0!important;
    border: none;
}

.tpl_container h4 {
    font-family: "OpenSans-Bold",Arial;
    color: #166987;
    font-size: 16px!important;
    margin-top: 0!important;
    text-align: left;
    margin-bottom: 10px!important;
    line-height: 22px;
}
.tpl_13_1 .panel-default>.panel-heading h4 a[aria-expanded="false"] {
    background: transparent url(../images/icon-expand.png) calc(100% - 20px) center no-repeat;
    background-size: 20px;
}
.tpl_13 .panel-default>.panel-heading h4 a {
    width: 100%;
    display: block;
    padding: 20px;
    background: none;
    text-transform: uppercase;
}
.tpl_container a {
    color: #166987;
    text-decoration: none;
}
.tpl_13_1 .panel-default:nth-of-type(even) .panel-heading, .tpl_13_1 .panel-default:nth-of-type(even), .tpl_13_2 .panel-default:nth-of-type(even) .panel-heading, .tpl_13_2 .panel-default:nth-of-type(even){
	background: #fff;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}