@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');
}
@font-face {
    font-family: 'UTMAzuki';
    src: url('../fonts/UTMAzuki.ttf');
}
@font-face {
    font-family: 'UTMSwissCondensed';
    src: url('../fonts/UTMSwissCondensed.ttf');
}
@font-face {
    font-family: 'UTMSwissCondensedBold';
    src: url('../fonts/UTMSwissCondensedBold.ttf');
}
img{
	max-width:100%;
}
:focus{outline: none;}
.language{position: absolute; top: 9px; right: 10%; z-index: 9999;}
.language img{width: 30px;height: 20px;}
.language_mobile{display: none;}
.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;
}
/*Icon hotline on Mobile*/
.call_now {
    width: 80px;
    height: 80px;
    display: none;
    overflow: hidden;
    cursor: pointer;
    float: left;
    position: fixed;
    bottom: 25px;
    left: 5px;
    z-index: 999;
}
.call_now_circle {
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    position: absolute;
    border: 2px solid #f34d06;
    opacity: .5;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    animation: call-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: call-circle-anim 1.2s infinite ease-in-out;
    -o-animation: call-circle-anim 1.2s infinite ease-in-out;
    -webkit-animation: call-circle-anim 1.2s infinite ease-in-out;
}
.call_now_circle_fill {
    width: 50px;
    height: 50px;
    top: 15px;
    left: 15px;
    position: absolute;
    opacity: .75;
    background: #f34d06 none;
    border: 2px solid transparent;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
}
.call_now_icon {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    background-size: 24px 24px !important;
    background: #f34d06;
    border: 2px solid transparent;
    opacity: 1;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    animation: call-icon-anim 1s infinite ease-in-out;
    -o-animation: call-icon-anim 1s infinite ease-in-out;
    -moz-animation: call-icon-anim 1s infinite ease-in-out;
    -webkit-animation: call-icon-anim 1s infinite ease-in-out;
}
.call_now_icon:before {
    content: "\f095";
    font-family: FontAwesome;
    line-height: 28px;
    text-align: center;
    display: block;
    font-size: 23px;
    color: #fff;
}
@keyframes call-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);opacity: .1
    }
}
@keyframes call-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);opacity: .2
    }
}
@keyframes call-icon-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
.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*/


/*LEFT*/

#left{
	width: 265px;
	float: left;
}
#right{
	width: 860px;
	float: right;
}

.bao-left{ 
	margin-bottom: 20px;
}
.title-left{
	background: #006cb5;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-family: 'RCB';
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}
.title-left a{

	color:#fff;
	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{
    border-bottom: 1px solid #ccc;
}
.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: 4px 0px;
    display: block;
}
.ar_left ul > li:hover > a{
	color: #006cb5;
	margin-left: 5px;
}
.ar_left ul li img{
	margin-right: 13px;
}

/*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: '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;
}
.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:14px;
	color:#202020;
	font-weight: bold;
}
.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;    line-height: 27px;
}
h1.sp_detail, .sp_detail{
	border-bottom: 1px solid #d8d8d8;
	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{
}
#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;
}
.sub_img_sanpham img{
	border: 1px solid #ebebeb;
	width: 100%;
}
/*END CHI TIẾT DETAIL*/
sub{
	top: -.5em !important;
}

/**/
ul{
	padding: 0px;
	margin: 0px;
}
.h1, .h2, .h3, h1, h2, h3{
    margin: 0px;
    font-size: inherit;
}
body{
}
.no-padding{ padding: 0px !important; }
/*Contact/Liên hệ*/
#form-contact{
	width: 100%;
	padding-right: 20px;
}
.input_lh{font-size: 13px;width: 100%;height: 25px;padding-left: 10px;background: none;border: 1px solid #876130;border-radius: 7px;}
textarea.input_lh{height: 50px;}
#form-contact .form-group{margin-bottom: 10px;}
.form-group input{color: #ccc;}
.ct_contact{color: #fff;}
.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;
    color: #fff;
}
.title_map i{margin-right: 10px;}
/*end header*/
section.partners{
	margin:0 0;
	padding:10px 0
}

.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;
}
.pdH0{
	padding-left: 0px;
	padding-right: 0px;
}
.designed{ color: #fff; padding-top: 5px;font-size: 12px;font-family: 'arial';font-weight: normal; }
.designed a{ color: #fff; }

/*CSS HẬU*/
#full{max-width: 100%;margin: 0px auto;overflow: hidden;}
.center{max-width:1145px;margin:0 auto;position:relative;}
.clear{display:block;clear:both;}
.padding-out-line{
	padding: 20px;
}
.out-line{
	margin: 15px;
	border: 1px dashed #0096ff;
	border-radius: 0px 60px 0px 60px;
}
.img img{
	width: 100%;
}
.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 */
/*đố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%;
}
/*Tab chi tiết sản phẩm*/
.title_tab{background: #fff;border-bottom: 2px solid #e90000;}
.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: #e90000;color: #fff;}
.content_tab{padding: 20px 15px;border: 1px solid rgba(233,0,0,0.5);border-top: 0px;}
/*Giỏ hàng*/
.title-form{padding: 5px 0px 5px 15px;background: #e90000;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: #e90000;color: #fff;margin-bottom: 20px;margin-left: 15px;border-radius: 3px;}
.button_muahang a{color: #fff; }
.button_muahang:hover{border: 1px solid #e90000;background: #fff;transform: all 0.3s;}
.button_muahang:hover a{color: #e90000;transition: all 0.2s !important;}
.container_dathang{display: none;}
.button.button--aylen{background: #0b6a3e !important;}
/*Menu & tìm kiếm menu*/
#timkiem{position: absolute;top: 5px;right: 5px;width: 83%;}
.s_desktop{width: 270px !important;}
#timkiem input{width: 100%;border: none;height: 30px;border-radius: 2px;padding-left: 15px;font-family: 'arial';font-size: 12px;}
#timkiem button{position: absolute;top: 5px;right: 5px;font-size: 13px;color: #000;background: none;border: none;}
#menu_mobile{display: none;position: relative;}
.header{background: #0e6317;}
#menu_desktop{background: #dfe4eb;z-index: 999;position: relative;}
#menu_desktop .center > ul > li{float: left;position: relative;}
#menu_desktop ul li{list-style: none;text-transform: uppercase;font-family: 'UTMSwissCondensedBold';font-size: 14.7px;}
#menu_desktop ul > li:hover > a{color: #f00;}
#menu_desktop ul > li > a{color: #008103;padding: 0px 30px;line-height: 40px;display: block;}
#menu_desktop ul li ul{position: absolute;top: 100%;left: 0px;width: 210px;background: #000;z-index: 999;display: none;}
#menu_desktop ul li ul li{text-transform: none;border-bottom: 1px solid #4c4c4c;font-family: 'arial';font-size: 14px;}
#menu_desktop ul li ul li a{padding: 8px 10px;line-height: 20px;}
#menu_desktop ul li ul li:last-child{border: none;}
#menu_desktop ul li ul li ul{position: absolute;top: 0px;left: 100%;}
#main_slider{position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;}
#slider_mobile{display: none;}
footer{padding-left: 20px;z-index: 999;position: fixed;bottom: 0px;left: 0px;width: 100%;background: rgba(0,0,0,0.8);height: 35px;line-height: 35px;}
footer li{float: left;padding: 0px 20px;list-style: none;}
footer li a{color: #fff;text-transform: uppercase;font-family: 'RCR';font-size: 12px;}
footer li:hover a{color: #ff0;}
#header{position: absolute;top: 0px;left: 0px;right: 0px;width: 100%;z-index: 999;}
.logo{float: left;position: relative;width: 20%;}
.logo_mobile{display: none;}
.r_header{float: right;width: 80%;margin-top: 20px;}
.name_com{line-height: 18px;padding: 13px 0px 13px 30px;font-family: 'RCB';font-size: 18px;text-transform: uppercase;color: #fff;background: #8dc14a;}
#menu_lol li{cursor: pointer;float: left;font-family: 'RCB';font-size: 12px;text-transform: uppercase;color: #000;background: url(../../images/border.png) no-repeat center right;line-height: 12px;list-style: none;padding: 0px 20px;}
#menu_lol li:last-child{background: none;}
#menu_lol{background: #cccccc;padding: 7px 0px;display: block;position: fixed;bottom: 50px;z-index: 999;right: 25px;}
#menu_lol li a{color: #000;}

#main_con{position: fixed;left: 20%;top:  23%;overflow: hidden;z-index: 999;width: 830px;}
#container{background: #091016;height: 370px;padding: 20px;clear: both;}
.icon_close{margin-bottom: 10px;float: right;background: rgba(255,255,255,0.5);padding: 2px 5px;border-radius: 3px;cursor: pointer;color: #000;font-size: 13px;}
.icon_close i{margin-right: 5px;}

.title_main h3{line-height: 30px;font-family: 'arial';font-size: 21px;font-weight: bold;text-transform: uppercase;margin-bottom: 15px;color: #fff;}
.li_left li{list-style: none;font-size: 15px;color: #fff;font-family: 'arial';border-bottom: 1px solid #333;padding: 7px 0px;}
.li_left li i{margin-right: 5px;}
.li_left li a{color: #fff;display: block;}
.li_left li:hover a,.li_left li.active a{color: #278901;}
.text-pages{color: #fff;font-size: 13px;text-align: justify;overflow: hidden;line-height: 23px;}
.right{height: 330px;overflow: hidden;width: 100% !important;}
.li_left{height: 285px;overflow: hidden;}

.tab_bed{margin-bottom: 15px;}
.tab_bed li{font-size: 13px;background: #333;padding: 15px 25px;color: #555555;float: left;list-style: none;margin-right: 3px;cursor: pointer;margin-bottom: 3px;}
.tab_bed li.active{background: #278901;color: #fff;}
.col_bed.download{margin-top: 20px;text-align: center;font-family: 'arial';font-size: 14px;color: #278901;font-weight: bold;}
.col_bed.download i{font-size: 25px;}
.col_bed.download a{color: #278901;}
/*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%;}
.inner_content_popup img{max-width: 800px;max-height: 500px;}
.close_my_popup{position: absolute;width: 32px;height: 32px;background: url(../../images/close_popup.png);display: block;top: -16px;
    right: -11px;cursor: pointer;}


::-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;
}
.so_fu{float: right;}
.so{font-family: 'arial';font-size: 13px;color: #fff;float: right;}
.so img{width: 25px;height: 25px;margin-left: 7px;}
.cpr{float: right;margin-left: 30px;}
.cpr a{color: #ff0;font-family: 'arial';font-size: 13px;}