@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/Opensans/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'conmeo';
    src: url('../fonts/conmeo.ttf');
}

@font-face {
    font-family: 'UTMSwissCondensed';
    src: url('../fonts/UTMSwissCondensed.ttf');
}
@font-face {
    font-family: 'UTMSwissCondensedBold';
    src: url('../fonts/UTMSwissCondensedBold.ttf');
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/Opensans/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
    font-weight: bold;
}
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto/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/Roboto/RobotoCondensedRegular.eot');
    src: url('../fonts/Roboto/RobotoCondensedRegular.eot') format('embedded-opentype'),
         url('../fonts/Roboto/RobotoCondensedRegular.woff2') format('woff2'),
         url('../fonts/Roboto/RobotoCondensedRegular.woff') format('woff'),
         url('../fonts/Roboto/RobotoCondensedRegular.ttf') format('truetype'),
         url('../fonts/Roboto/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');
}
@font-face {
    font-family: 'RCB';
    src: url('../fonts/Roboto/RobotoCondensedBold.eot');
    src: url('../fonts/Roboto/RobotoCondensedBold.eot') format('embedded-opentype'),
         url('../fonts/Roboto/RobotoCondensedBold.woff2') format('woff2'),
         url('../fonts/Roboto/RobotoCondensedBold.woff') format('woff'),
         url('../fonts/Roboto/RobotoCondensedBold.ttf') format('truetype'),
         url('../fonts/Roboto/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;
}
.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%;
}


.animate1{
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;	
}

/*TIÊU ĐỀ AND FONT*/


#container{
	padding: 10px 0px;
}
#container_in{padding: 20px 0px;}

/*LEFT*/

#left{
	width: 240px;
	float: left;
}
#right{
	width: 918px;
	float: right;
}

.bao-left{ 
	margin-bottom: 20px;
}
.title-left{
	/*background: url(../../images/title_left.png);*/
	background: #43637c;
    line-height: 39px;
    color: #fff;
    text-align: center;
    font-family: 'UTMSwissCondensedBold';
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}
.title-left a{

	color:#fff;
	text-align:center
}
.ar_left{
	padding: 5px; 
	line-height: 28px;
	border: 1px solid #ebebeb;
	border-top: 0px;
}

/*left danh mục sản phẩm*/
.ar_left.menu{
	padding: 0px;
}
.ar_left.menu ul li:hover img{transform: rotateY(360deg);transition: all 0.8s;}
.ar_left ul{
	padding-left: 0px;
}
.ar_left ul li{
	list-style: none;
	font-family: 'arial';
	font-size: 14px;
	color: #282828;
	position: relative;
}
.ar_left ul li:last-child{
	border-bottom: none;
}
.ar_left ul li i{
	font-size: 14px;
}
.ar_left ul li a{
	color: #282828;
	display: block;
    padding: 5px;
    display: block;
    border-bottom: 1px solid #ebebeb;
}
.ar_left ul li:last-child a{border-bottom: 0px;}
.ar_left ul > li:hover > a{
	color: #43637c;
}
.ar_left ul li img{
	margin-right: 5px;
}
.ar_left ul li ul{
	position: absolute;
	top: 0px;
	left: 100%;
	width: 240px;
	z-index: 9999;
	background: #fff;display: none;
}
.ar_left > ul > li:hover ul{display: block;}
.ar_left ul li ul li a{padding-left: 15px;}
.ar_left ul li ul li:hover a{margin-left: 3px;transition: all 0.5s;}
/*left sản phẩm tiêu biểu*/
.ar_tieubieu{
	padding: 20px 0px;
	border-bottom: 1px solid #eee;
}
.img_tieubieu{
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.img_tieubieu img{transition: all 0.5s;}
.img_tieubieu:hover img{transition: all 0.5s;transform: scale(1.1);}
.name_tieubieu{
	font-family: 'arial';
	font-size: 13px;
	margin-bottom: 2px;
    line-height: 20px;
    max-height: 40px;
    font-weight: bold;
    overflow: hidden;
}
.price_tieubieu{
	font-family: 'RCB';
	font-size: 13px;
	color: #ffa200;
}
.price_tieubieu span{color: #ccc;text-decoration: line-through;margin-right: 10px;}

/*left hỗ trợ trực tuyến*/
.title-hotro span{
	color: red;
	font-weight: bold;
}
.title-hotro i{
	color: #282828;
	font-size: 18px;
}
.ar_left i{
	margin-right: 10px;
	font-size: 17px;
}
.hot-line img{
	margin-right:10px;
}
.hot-line{
	font-family: 'UTMSwissCondensedBold';
	font-size: 16px;
	color: #43637c;
}
.support{text-align: center;}
/*left video*/
.list_video select{
	width: 100%;
	height: 30px;
	font-family: 'arial';
	font-size: 13px;
	padding-left: 10px;
}

/*left tin tức*/

.box.news{
	padding:10px 15px;
}
.box.news .item{
	float:left;
	width:100%;
	margin-bottom:5px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #a7a7a7;
}
.box.news .item:last-child{
	border:none;
}
.box.news .item .img{
	float: left;
	width:38%;
	display: table;
	padding-top: 5px;
}
.box.news .item .img a{
	float:left;
	position:relative;
}
.box.news .item .img a:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	opacity:0;
	z-index:20;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}
.box.news .item .img:hover a:before{
	opacity:1;
}
.box.news .item .img img{
	width:100%;
}
.box.news .info{
	font-weight:500;
	padding-top:5px;
	float: left;
    padding-left: 10px;
    width: 60%;
}
.name_news_left{
	overflow: hidden;/*
	white-space: nowrap;
	text-overflow: ellipsis;*/
	height: 32px;
	font-size: 14px;
	color: #222222;
	font-weight: bold;
	font-family: 'RCR';
	line-height: 16px;
    text-align: justify;
}
.mota_news_left{
	font-family: 'arial';
	font-size: 12px;
	color: #282828;
	margin-top: 3px;
	text-align: justify;    
	height: 32px;
    overflow: hidden;
}

/*Left Thống kê truy cập*/
.thongketruycap{
	max-width: 195px;
	margin: 0px auto;
}
.thongketruycap li{
	list-style: none;
	font-family: 'arial';
	font-size: 13px;    
	line-height: 33px;
    color: #000;
}
.thongketruycap li img{
	margin-right: 10px;
}
.thongketruycap li span{
	float: right;
	font-weight: bold;
	color: #f00;
}

/*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{font-family: 'arial';font-size: 28px;color: #d10b0b;font-weight: bold;}
.sp_detail.price span{
	margin-right: 15px;
	font-size: 20px;color: #777;text-decoration: line-through;
}
h1.sp_detail{
	font-size: 18px !important;
	color: #000;    line-height: 27px;
}
h1.sp_detail, .sp_detail{
	border-bottom: 1px solid #eee;
	padding: 8px 0px;
	font-weight: bold;
	font-size: 15px;
}
.sp_detail.luotxem{font-weight: normal;font-size: 13px;}
.sp_detail.des{font-weight: normal;font-size: 14px;line-height: 25px;}
.sp_detail.des ul{padding-left: 30px;}
.sp_detail.lienhemuahang{
	background: #43637c;
	padding: 0px 10px;
	margin: 10px 0px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
}
.sp_detail.price_old{color: #777!important;font-size: 20px;font-weight: bold;}
.sp_detail.price_old span1{text-decoration: line-through;margin-right: 15px;}
.sp_detail.price_old span{font-size: 28px;color: #d10b0b;}
.sp_detail button.addcart{
	border: 1px solid #43637c;
	background: #fff;
	padding: 6px 14px;
	border-radius: 2px;
	transition: all 0.3s;
}
.sp_detail button.addcart:hover{
	border: 1px solid #fff;
	background: #43637c;
	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: #43637c;    
	font-size: 20px;
}
 
.sub_img_detail{
	margin: 0px -9px;
}
#product_detail{
	margin: 15px 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;
}
/*END CHI TIẾT DETAIL*/


/*TRƯNG BÀY SẢN PHẨM TRANG CHỦ*/
.gia-home .price{
	color: #fe0006;
    font-size: 14px;
    font-family: 'RCR';
    font-weight: bold;
}
.item-pro .info h3{
	font-family: 'RCB';
	font-size: 18px;
	color: #43637c;
	text-transform: uppercase;
	padding: 15px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.cart_more{
	display: flex;
	font-family: 'RCR';
	font-size: 18px;
	color: #020202;
}
.cart_sp ,.more_sp{
	margin: 0px auto; 
}
.cart_sp img{
	margin-right: 8px;
	margin-top: -4px;
}
.cart_more button.submit_index{
	background: none;
	border: none;
}

/*END TRƯNG BÀY*/


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-top: 0px !important;
    margin-bottom: 0px !important;*/
    margin: 0px;
    font-size: inherit;
}
body{
	/*background: url('../../images/bg_body.png');*/
	background-size: 100% 100%;
}
.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: 'RCB';
    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*/

.infomation_header{
	background: #f8f8f8;
	height: 34px;
	line-height: 34px;
	font-family: 'arial';
	font-size: 14.5px;
	color: #676666;
}
.email_header{
	float: right;
}
.hotline_header{
	float: right;
	margin-right: 33px;
}
.top_header { position: relative;text-align: center;background-size: 100% 100%;  }
.top_header img{width: 100%;}
.language{position: absolute; top: 22px; right: 10%; z-index: 999;}
.language img{width: 30px;height: 20px;}
.language_mobile{display: none;}

/*end header*/
section.partners{
	margin:0 0;
	padding:10px 0
}
/*MENU*/
.cart_menu{position: absolute;top: 10px;right: 20px; font-family:'UTMSwissCondensedBold';font-size: 14px;color: #fff;text-transform: uppercase;}
.cart_menu img{margin-top: -3px;}
.cart_menu a{color: #fff;}
nav#aff_menu{ 
	position: relative; 
	background: #43637c; 
	background-size: 100% 100%;
}
nav.nav .navbar-nav>li>a{
	font-size: 16px;
	padding: 0px 38px;
	line-height: 42px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-family: 'UTMSwissCondensedBold'; 
	text-transform: uppercase;
}
/*nav.nav .navbar-nav>li:first-child>a{
	padding-left: 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: #ff0;
	background: transparent;
}
/*TÌM KIẾM THANH MENU*/

.navbar-nav>li.p-relative{
	float: right;
}
.timkiem{margin-bottom: 10px;}
.timkiem form {
	position:relative;
  	width: auto;
  	vertical-align:middle;
  	padding:0;
}
.timkiem input {
  height: 35px;
  color: #ccc;
  padding-left: 15px;
  font-size:14px;
  width: 100%;
  outline: none;
  position: relative;
  transition: .3s linear;
  border-radius: 0px;
  background: transparent;
  font-family: 'arial';
  font-weight: normal;
  font-size: 13px;
  border: 1px solid #ccc;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

.timkiem button {
	width: 33px;
	height: 35px;
	line-height: 35px;
	background: #f9a630;
    color: #fff;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
}
.timkiem button i{ color: #fff; }

/*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;
}



/*SLIDER*/

/*#slider_main{
	width: 976px;
	float: right;
}
*/
#slider_danhmuc{
}

.title_main h3{
	font-family: 'UTMSwissCondensedBold';
	font-size: 18px;
	line-height: 39px;
	text-transform: uppercase;
	color: #fff;
	background: url(../../images/title_main.png) no-repeat;
	margin-bottom: 20px;
	padding-left: 15px;
}

.row5{
	margin: 0px -5px;
}

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

.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: #43637c;
	background-size: 100% 100%;
	color: #fff;
	width:100%; 
	float: left;
	margin:0;
	padding: 30px 15px;
	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%;
}
#copyright{
	border-top: 1px solid #fff;
	display: inline-block;
    width: 100%;
    padding: 10px 15px;
    font-family: 'arial';
    font-size: 12px;
    color: #fff;
    background: #43637c;
    margin-bottom: -5px;
}

.pdH0{
	padding-left: 0px;
	padding-right: 0px;
}
.designed{ color: #fff;font-size: 12px;font-family: 'arial';font-weight: normal; }
.designed a{ color: #fff;padding: 0px 10px;}
.designed a:first-child{padding-left: 0px;}
/*CSS HẬU*/

#full{max-width: 1170px;margin: 0px auto;overflow: hidden;}
.center{max-width:1170px;margin:0 auto;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;
}
.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%;
}

/*SẢN PHẨM INDEX*/
.ar_product{padding: 0px 10px;margin-bottom: 20px;}
.ar_spmoi{
	border: 1px solid #cccccc;
	text-align: center;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	width: 215px;
}
.img_spmoi{
	overflow: hidden;
}
.img_spmoi img{
	width: 100%;
	transition: all 0.5s;
}
.img_spmoi:hover img{
	transition: all 0.5s;
	transform: scale(1.1);
}
.name_spmoi{
	font-family: 'UTMSwissCondensedBold';
    font-size: 16px;
    /*overflow: hidden;   
    height: 46px;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 22px;
    margin-bottom: 8px;
}
.price_spmoi{
	color: #fd0202;
	font-size: 14px;
	font-family: 'arial';
	font-weight: bold;
}
.price_spmoi span{color: #ccc;text-decoration: line-through;float: left;}
.price_spmoi span1{color: #fd0202;float: right;}
.ar_name_price{
	padding: 10px 10px 15px;
}
#list_sanpham{margin-top: 21px;}
#list_sanpham:last-child{
	margin-top: 10px;
}
#sanphamnoibat{
	margin-bottom: 10px;
}

/*THÔNG TIN FOOTER*/	

.img_thongtin{
	float: left;
	margin-right: 12px;
}

.name_slogan{
	font-family: 'RCR';
	font-size: 16.5px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}
.name_slogan1{
	font-family: 'arial';
	font-size: 12px;
	color: #fff;
	text-align: left;
}
.ar_thongtin_ft{
	background: #0096ff;
	padding: 16px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

#thongtinlienhe{
	margin: 0px -15px;
}
.slick-sanpham{
	margin: 0px -8px;
}

.thong-tin li{
	list-style: none;
	font-family: 'arial';
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.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: #43637c !important;
	padding: 9.5px 10px !important;
	font-weight: bold;
	border-radius: 0px !important;
	color: #fff !important;
}
.breadcrumb a{color: #fff !important;}
.hieuung:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(0deg);
  
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 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.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}


/*TIN TỨC MAIN */

/*tin tức slick*/
#tintucmain{
	background: #ebebeb;
	padding: 35px 0px 70px;
}
.slick_tintuc{
	margin: 0px -10px;
}
.ar_tt{
	border: 1px solid #b9babc;
	border-radius: 10px;
	max-width: 365px;
	margin: 0px auto;
}
.img_tt{
	overflow: hidden;
	border-radius: 10px 10px 0px 0px;
}
.img_tt img{
	border-radius: 10px 10px 0px 0px;
	transition: all 0.5s;
}
.img_tt:hover img{
	transition: all 0.5s;
	transform: scale(1.1);
}
.name_des_tt{
	padding: 20px 15px;
	background: #fff;
	border-radius: 0px 0px 10px 10px;
}
.name_tt{
	font-size: 18px;
	color: #060606;
	font-family: 'RCB';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.name_tt a{
	color: #060606;
}
.des_tt{
	font-family: 'Tohoma';
	font-size: 14px;
	color: #060606;
	text-align: justify;
	height: 60px;
	overflow: hidden;
}

/*tin tức col-6*/

.ar_tintucnoibat{
	margin: 0px -15px;
}
.name_tintuc{
	font-family: 'RCR';
	font-size: 16px;
	color: #282828;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.name_tintuc1{
	font-family: 'RCR';
	font-size: 16px;
	color: #282828;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.name_tintuc a{
	color: #43637c;
}
.des_tintuc{
	font-size: 12.5px;
	color: #282828;
	font-family: 'arial';
	text-align: justify;
}
.img_tintuc img{
	width: 100%;
}
.img_tintuc{
	margin-bottom: 17px;
	overflow: hidden;
	position: relative;
}
.img_tt_right{
	float: left;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
}
.main_tt{
	padding: 15px 0px;
	border-bottom: 1px dotted #8c8c8c;
}
.tintuc_right{
	margin-top: -15px;
}

/*đối tác*/
#doitac{
	margin-bottom: 25px;
}
.item_doitac{
	text-align: center;
	margin: 0px 5px;
}
.item_doitac img{
	width: 95px;
	height: 56px;
}
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%;
}
/*.note:after{
	position: absolute;
	content: "";
    background: url(../../images/loader.gif) no-repeat;
    width: 20px;
    height: 20px;
    top: 25px;
    left: 50%;
}*/

/*Dịch vụ list*/
#dichvulist{
	padding: 30px 0px;
}
.ar_dichvu_list{
	padding: 20px;
	border: 1px solid #e7e7e7;
	margin-bottom: 30px;
}
.ar_dichvu_list:hover img{
	transform: rotateY(180deg);
	transition: all 0.5s;
}
.img_dichvu img{
	transition: all 0.5s;
}
.img_dichvu{
	width: 64px;
	height: auto;
	margin-right: 25px;
	text-align: center;
	float: left;
    margin-top: 6px;
}
.name_dichvu{
	font-family: 'RCB';
    font-size: 14px;
    color: #0a0a0a;
    text-transform: uppercase;
    text-align: justify;
    line-height: 19px;
    height: 35px;
    overflow: hidden;
    margin-bottom: 3px;
}
.name_dichvu a{
	color: #0a0a0a;
}
.name_dichvu:hover a{
	color: #43637c;
}
.description_dichvu{
	font-family: 'Tahoma';
	font-size: 12px;
	color: #0a0a0a;
	text-align: justify;
    height: 35px;
    overflow: hidden;
}

/*Dịch vụ nổi bật*/
#dichvumain{
	background: url(../../images/bg_dichvu.png) fixed;
	padding: 70px 0px;
}
.slick_dv{
	margin: 0px -15px;
}
.ar_dv{
	max-width: 260px;
	margin: 0px auto;
}
.ar_dv.in{
	margin-bottom: 30px;
}
.ar_dv.in .name_des_dv{
	background: #eae9e9;
}
.img_dv{overflow: hidden;}
.img_dv img{transition: all 0.5s;}
.img_dv:hover img{transition: all 0.5s;transform: scale(1.1);}
.name_des_dv{
	padding: 20px 12px;
	background: #fff;
}
.name_dv{
	font-family: 'RCB';
	font-size: 14px;
	color: #43637c;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.name_dv a{color: #43637c;}
.description_dv{
	font-family: 'arial';
	font-size: 13px;
	color: #020202;
	text-align: justify;
}

/*Tại sao chọn chúng tôi*/
#taisaochonchungtoi{
	padding: 50px 0px;
}
.slogan_tscct{
	font-family: 'arial';
	font-style: italic;
	font-weight: bold;
	color: #020202;
	font-size: 16px;
	margin-bottom: 30px;
}
.ar_taisao{
	margin-bottom: 32px;
}
.ar_taisao:hover img{
	transition: all 0.5s;
	transform: rotateY(180deg);
}
.img_taisao{
	float: left;
	margin-right: 25px;
}
.img_taisao img{
	transition: all 0.5s;
}
.name_taisao{
	font-family: 'RCR';
	font-size: 18px;
	text-transform: uppercase;
	color: #020202;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.name_taisao a{
	color: #020202;
}
.name_taisao:hover a{
	color: #43637c;
}
.des_taisao{
	font-family: 'arial';
	font-size: 14px;
	color: #020202;
	text-align: justify;
	height: 40px;
    overflow: hidden;
}
.right_tscct{
	text-align: right;
}
/*Tab chi tiết sản phẩm*/
.title_tab{background: #fff;border-bottom: 2px solid #43637c;}
.title_tab li{border-radius: 5px 5px 0px 0px;cursor: pointer;float: left;list-style: none;font-family: 'arial';font-size: 15px;padding: 6px 30px;color: #000;}
.title_tab li.active{background: #43637c;color: #fff;}
.content_tab{padding: 20px 15px;border: 1px solid rgba(67,99,124,0.5);border-top: 0px;}
/*Giỏ hàng*/
.title-form{padding: 5px 0px 5px 15px;background: #43637c;color: #fff;}
.ar_form{padding: 20px;border: 1px solid #ebebeb;}
.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: #43637c;color: #fff;margin-bottom: 20px;margin-left: 15px;border-radius: 3px;}
.button_muahang a{color: #fff;display: block; }
.button_muahang:hover{border: 1px solid #43637c;background: #fff;transform: all 0.3s;}
.button_muahang:hover a{color: #43637c;transition: all 0.2s !important;}
.container_dathang{display: none;margin-bottom: 30px;}
.button.button--aylen{background: #43637c !important;}
/*About main*/
#gioithieu{text-align: justify;margin-top: 32px;padding: 20px 15px;border: 1px solid #344647;font-family: 'arial';font-size: 14px;color: #030303;line-height: 27px;}
.social_footer{text-align: right;}
.social img{margin-left: 10px;}
.social img:hover{transition: all 0.8s;transform: rotateZ(360deg);}
/*Đối tác*/
.main_dt{padding: 0px 5px;}
.img_doitac {margin-bottom:10px;border:solid 1px #e1e1e1;padding: 5px;overflow: hidden;width: 145px;}
.img_doitac img{transition: all 0.5s;}
.img_doitac:hover img{transform: scale(1.1);transition: all 0.5s;}
.text-pages{width: 100%;display: inline-block;}
.sp_detail.phantram span{background: #f00;color: #fff;border-radius: 50%;padding: 5px 10px;font-size: 12px;-webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;}
@-webkit-keyframes my {
	 0% { color: #F8CD0A; } 
	 50% { color: #fff;  } 
	 100% { color: #F8CD0A;  } 
 }
 @-moz-keyframes my { 
	 0% { color: #F8CD0A;  } 
	 50% { color: #fff;  }
	 100% { color: #F8CD0A;  } 
 }
 @-o-keyframes my { 
	 0% { color: #F8CD0A; } 
	 50% { color: #fff; } 
	 100% { color: #F8CD0A;  } 
 }
 @keyframes my { 
	 0% { color: #F8CD0A;  } 
	 50% { color: #fff;  }
	 100% { color: #F8CD0A;  } 
} 
.spxn{max-height: 495px;}
.logo{text-align: center;float: left;}
#header{padding: 20px 0px;position: relative;text-align: center;}
.slogan{    
    color: #ffffff;
    text-align: center;
    font-size: 1.325rem;
    line-height: 3rem;
    font-family: 'conmeo';
    font-size: 25px;color: #020202;
    position: absolute;top: 20px;left: 0px;right: 0px;
}
.slogan1{display: none;}
.img_main11{padding: 8px;display: inline-block;border-radius: 50%;border: 1px solid #ccc;margin-bottom: 10px;}
.name_main11{
	color: #9a9ea4;
    font-size: 1.25rem;
}
#danhmuc_mobile{display: none;}
.name_main11 a{color: #9a9ea4;}
.ar_main11{width : 20%;float: left;
    text-align: center;}
#danhmuc_mobile{padding: 15px 0px;}
sub, sup{left: -3px !important;}
.text ul{padding: 0px 40px !important; }
/*CHAT FACEBOOK*/
#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;text-transform: capitalize;cursor: pointer;}
.title_facebook i{margin-right: 13px;}


#dm_index{display: none;text-align: center;padding: 20px 0px;}
.ar_lis{width: 18%;display: inline-block;}
.img_list{margin: 0px auto;border: 1px solid #000;border-radius: 50%;width: 50px;height: 50px;line-height: 50px;text-align: center;}
.name_l{margin-top: 5px;font-size: 11px;height: 30px;overflow: hidden;}