@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/Opensans/OpenSans-Bold.ttf');
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/Opensans/OpenSans-Semibold.ttf');
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
@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');
}
.body-size{
	max-width:768px;
}

.nav-font{
	font-family: 'RobotoRegular';
	font-size: 16px;
}
.title-font{
	font-family:'RobotoRegular';
}

.color-main{
	color:#006eb9;
}

img{
	max-width:100%;
}

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{
	color:#ff9600;

	text-decoration:none
}

.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;
}

.row5{
	margin-left:-5px;
	margin-right:-5px;
}
.plr0{
	padding-left:0;
	padding-right:0;
}
.plr5{
	padding-left:5px;
	padding-right:5px;
}
.row10{
	margin-left:-10px;
	margin-right:-10px;
}
.plr10{
	padding-left:10px;
	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:15px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.padding-bottom10{
	padding:0 10px 10px;
}

.block{
	display:block;
}
.w100pe{
	width:100%;
}


.uppercase{
	text-transform:uppercase;
}
.font14{
	font-size:14px;
}
.font20{
	font-size:20px;
}
.font25{
	font-size:25px;
}
.bold{
	font-weight:bold;
}

.color_3{
	background:#333
}
.tonghop{
	color:#ccc;
	
}


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

/*TIÊU ĐỀ AND FONT*/



.title-main{
	display:block;
	z-index:10;
	margin-bottom:10px;
	border-bottom: 2px solid #7c4a21;
}
.title-main a{
	text-transform:uppercase;
	display:inline-block;
	padding:0 20px;
	color:#fff;
	font-size:14px;
	line-height:35px;
	background:#094572;
	border-top-right-radius: 5px;
	background: linear-gradient(to top, #316bc0, #316bc0);
}
.title-main a i{
	color:#fff
}
.line {
    height: 2px;
    width: 100%;
    background-color: #eaeaeb;
    position: relative; }
/*.line:before {
    content: "";
    height: 4px;
    background-color: #339933;
    width: 20%;
    position: absolute;
    top: -1px;
}*/

.title-left{
	float:left;
	width:100%;
	margin: 0;
    padding: 0px;
    background: url('../../templates/images/bg-danhmuc.png');
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
	line-height:35px;
	padding-left:10px;
	text-align:center;
}

.title-left a{

	color:#fff;
	text-align:center
}

.title-content{
	margin-top:0;
	position:relative;
	border-bottom:solid 2px #ff9600;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.title-content span{
	display:inline-block;
	background:#ff9600;
	padding:6px 20px ;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
}

/**/


.item-row1{
	float:left;
	width:100%;
	padding:5px;
	border-bottom:solid 1px #e5e5e5;
	background:#f0f0f0
}
.item-row1 .img{
	float:left;
	width:35%;
}
.item-row1 .img a{
	float:left;
	width:100%;
	position:relative;
}
.item-row1 .img a:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	opacity:0;
}
.item-row1 .img img{
	width:100%;
}
.item-row1 .info{
	float:left;
	width:65%;
	padding-left:10px;
}
.item-row1 .info .name{
	font-size:13px;
	margin:10px 0;
	text-align:center;
	background:#3253a2;
}
.item-row1 .info .name a{
	color:#fff;
}
.item-row1 .info .name a:hover{
	color:#df0000
}

.item-row1:hover .img a:before{
	opacity:1;
}
.item-row1:hover .name{
	color:#eacc43;	
}



/* 1 */

.item-pro {
	position:relative;
	float:left;
	width:100%;
	/*background:#fff;*/
	padding: 8px;
	/*box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);*/
	/*border:1px solid #e6e6e6;*/
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.item-pro .img_pro {
    position: relative;
    overflow: hidden;
}
.item-pro .img_pro img{
    width: 100%;
    height: auto;
    display: block;
}

.item-pro .info{
	position:relative;
	text-align:center;
	/*background:#fff;*/
	padding:10px 10px;
	min-height:50px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}
.item-pro .info a {
	color:#673913;
    font-size: 18px;
}
.item-pro .info a:hover{ color: #20f5ca; }

.item-pro .info .price{
	font-size:14px;
	color:#673913;
	font-weight:600;
	margin-top: 15px;
}

.item-pro .info h3{
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:600;
	color: #000;
}



/**/

.item-khachhang{
	position:relative;
	width:100%;
	padding:10px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	cursor:pointer
}
.item-khachhang .img{
	float:left;
	width:20%;
	position:relative;
	z-index:20;
	overflow:hidden;
	padding:5px;
	background:#f6c101;
	border-radius:50%
}
.item-khachhang .info{
	position:relative;
	float:left;
	width:75%;
	margin-left:4%;

	padding:0 10px;
	border-radius:10px;
}


body{
	/*background-image:url('../../templates/images/bg-body.png');*/
    background-color: #eaeaea;
}
header{
	padding:0;
	
}
header .banner img{
	width:100%
}
.wrapper{
	padding-top:10px;
	background-color: #fff;
}
.top_header{
	
}
.top_header a{
	color:#fff;
	
}
.no-padding{ padding: 0px !important; }

section.partners{
	margin:0 0;
	padding:10px 0
}
#aff_menu.affix {
      top: 0;
	  left:0;
      width: 100%;
	  z-index:999;
}
#aff_left.affix {
    position: fixed; 
    top: 50px;
    z-index:1;
}

#sidebar_left.affix {
	position: fixed;
	top:50px;
	width:200px;
}
#sidebar_left.affix-bottom{
	position:absolute;
	top:auto;
    bottom:140px;
}





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

.body-home{
	margin-top:5px
}



.col-left .box{
	float:left;
	width:100%;
	margin-bottom:10px;
	border-top:none;
	padding:10px;
	border:1px solid #e1e1e1	

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

}

.box.category {
	padding:0;
}
.box.category ul{
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
.box.category a{
	display:block;
	font-family:'UTMAlexander';
	color:#333;
	position:relative;
	border-bottom:1px solid #c4c4c4;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;	
}

.box.category a:hover{
	color:#ff9600;
	padding-left: 15px !important;
}
.box.category a.active{
	color:#ff9600;
}
.box.category ul > li{
	position:relative;
}
.box.category ul.sub > li{
	padding: 0px 15px; 
}
.box.category ul > li:last-child{
	border-bottom:none;
}
.box.category ul.main > li a{
	padding:8px 10px;
	/*white-space:nowrap;*/
}
.box.category ul.main > li a i{ font-size: 0.6em;    display: table-cell;
    float: left;
    padding-top: 7px;
    padding-right: 5px; }

.box.category ul.sub{
	position:relative;
	background:#fff;
	
} 
.box.category ul.sub li a{
	border-bottom:1px solid #c9c9c9;
	padding: 10px;
}
.box.category ul.sub li:last-child a{ border-bottom: 0px; }
.box.category .arrow-sub > a:before{
	/*font-family:'entypo';
	content:'\e766';*/
	position:absolute;
	right:10px;
}
.box.category ul.main > li.arrow-sub:hover ul.sub{
	display:block;
}

.support .img{
	position:relative;
	float:left;
	width:100%;
	text-align:center;	
}

.support .img img{
	width:70px;
	height:70px;
	border-radius:50%;
	padding:2px;
}
.support .content{
	float:left;
	width:100%;
	text-align:center;
}
.support h4{
    color: #333;
    font-size: 14px;
    padding-bottom: 5px;
    font-family: 'RobotoBold';
    margin: 0px;	
}
.support h5{
	color: #333;
}



.box.news{
	padding:10px;
}
.box.news .item{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.box.news .item:last-child{
	border:none;
}
.box.news .item .img{
	float: left;
	width:30%;
	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: 70%;
}
#check_search{ text-align: center; }
#check_search .input-sp{ padding-bottom: 5px; }
#check_search .input-sp input{ width: 180px; padding-left: 10px; }
#check_search .input-sp select{ width: 180px; height: 26px; }
#check_search .input-sp input.tim-kiem{ width: initial; padding: 1px 15px; background-color: #fff; border:1px solid #ccc; }
.quang-cao img{ max-width: 100% !important; }
.box.link-website p{
	margin-bottom:5px;
}
.box.link-website a{
	color:#333;
	font-family:'RobotoBold';
	display:block;
	border-bottom:solid 1px #e1e1e1;
	padding-bottom:5px;
} 
.box.link-website a:hover{
	color:#e30f0e
}


.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:#fff;
	width:100%; 
	color:#1e1e1e;
	margin:0;
	padding:20px 0;
	font-size:13px;
}
.footer{
	background:#276bce;
	color: #fff;
}
.footer h5{
	font-weight:bold
}
.footer h5.lien-ket{ text-transform: uppercase; font-size: 16px; margin-bottom: 10px; margin-top: 0px; }
.footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
.footer a{
	color:#FC3
}

/*TICH CUSTOM*/
button.arrow_box{ margin: 15px 0px; outline: none;
	padding:4px 25px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }

button.arrow_box i{ padding-left: 2px; padding-right: 8px; }
.arrow_box {
	position: relative;
	background: #1670a9;
	border: 0px solid #c2e1f5;
	color: #fff;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #1670a9;
	border-width: 14px;
	margin-top: -14px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #1670a9;
	border-width: 14px;
	margin-top: -14px;
}
button.arrow_box:hover{ background:#ff7500; }
button.arrow_box:hover:after,button.arrow_box:hover:before{ border-left-color: #ff7500; }
.designed{ text-align: center; color: #fff; }
.designed a{ color: #fff; }
.designed a:first-child{ color: #ff7500; }
.ten-shop{ font-size: 16px; }
.so-dt{ clear: both; }
.so-dt i{ color: #ff7500; float: left; font-size: 1.3em; padding-right: 10px; }
.so-dt p{ float: left; }
.hop-thu{ clear: both; }
.hop-thu i{ color: #ff7500; float: left; font-size: 1.3em; padding-right: 10px; }
.footer .link{ }
.footer .link a{ background-color: #939393; display: inline-block; width: 40px; height: 40px;
border-radius: 50%; position: relative; margin: 0px 8px;  }
.footer .link a i{ font-size: 1.5em; color: #fff; position: absolute; top: 12px; left: 15px; }
.footer .link a:nth-child(2){ background-color: #6c6c6c; }
.footer .link a:nth-child(2) i{ top: 12px; left: 12px; }
.footer .link a:nth-child(3) i{ top: 12px; left: 11px; }
.footer .link a:nth-child(3){ background-color: #5f5c5c; }
.footer .link a:hover{ background-color: #ff7500; }
.footer .col-md-5 h5{ padding-left: 10px; text-transform: uppercase; font-size: 16px;
font-weight: normal; }

.gio-hang-fix{     position: fixed;
    top: 250px;
    right: -52px;
    background: #006eb9;
    padding: 10px 25px;
    transform: rotate(90deg);
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
}
.thong-tin-gio{
	position: fixed; top: 125px; right: 0;
	background-color: #ff9600;
	color: #000;
	padding: 5px 20px;
	border: 1px solid #ff7500; 
	width: 180px;
	right: -180px;
	transition: all 0.5s;
	text-align: center;
}
.slide-cart{
	right: 0px;
}
.thong-tin-gio a { color: #fff; }
.thong-tin-gio a:hover{ color: #006eb9; }
.gio-hang-fix:hover{ background: #ff7500; }
.bao-gio{ position: relative; }
.bao-gio .content-gio{ position: absolute;transform: rotate(-90deg);
background-color: #006eb9; top: -70px;  }
.text-giohang{ text-transform: uppercase; }
.text-giohang a{ color: #fff; }
.nav_top li img{ width: 30px; opacity: 0.5; }
.nav_top li img.active, .nav_top li img:hover{ opacity: 1; }
.support h4.hot-support{ margin: 0px; margin-top: 10px; color: #ff7500; }
.info-cart table tr td{ text-align: center; }
.tong_tt #tong_tien_gh{ color: red; }
.tong_tt h3{ font-size: 20px; }
.no-pd-right{ padding-right: 0px; }
.mg-tintuc{ margin-top: 30px; }
.custom-middle{ float: left; }
.custom-tt a{ color: #000; }
.custom-tt a:hover{ color: #000; }
.box.category ul.sub > li:hover{ background: #ae7215; }
.box.category ul.sub > li:hover a{ border-bottom: 1px solid #ae7215; color: #fff; }
.banner-top{ position: relative; }
.banner-top .lang-destop{ position: absolute;right: 0px; top: 0px; padding: 7px; }
.banner-top .lang-destop img{ max-width: 40px; }
.banner-top .lang-destop a:first-child{ margin-right: 5px; }

.item-pro .img img{ max-height: 200px; }
.item-pro .img{ text-align: center; min-height: 193px; }
.item-pro .info h3.masp{ margin-top: 10px; color: #000;}
.ma-sp{ font-weight: bold; margin-bottom: 5px; }

/* Luudv add new */
#layerslider_1 {
	margin-top: -15px;
}
#aff_menu {
	position: relative;
}

#list-group-dmsp a {
	color: #0079b7;
	font-weight: bold;
}
#list-group-dmsp img.header-img-dmsp {
	width: 100%;
}
#list-group-dmsp li.list-group-item {
	border: none;
	border-bottom: 1px dashed #0079b7;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: transparent;
}
#list-group-dmsp li:nth-of-type(1) {
	border-top: none;
}
#list-group-dmsp li:nth-last-of-type(1) {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom: 1px solid #cccccc;
}

#list-group-httt img.header-img-httt {
	width: 100%;
}
#list-group-httt li:nth-of-type(1) {
	border-top: none;
}
#list-group-httt li:nth-last-of-type(1) {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#list-group-cttb img.header-img-cttb {
	width: 100%;
}
#list-group-cttb li:nth-of-type(1) {
	border-top: none;
}
#list-group-cttb li:nth-last-of-type(1) {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

#wrap-all > section > .page-title > .container > .plr10 {
	padding-left: 0;
	padding-right: 0;
}
#wrap-all > section > .container {
	background-color: #fff;
}

.title-cat-home {
	text-transform: uppercase;
	height: 30px;
	padding-bottom: 15px;
	background-image: url('../images/phattai_bg_title.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	line-height: 200%;
	padding-left: 10px;
	margin-bottom: 10px;
}

#gioi-thieu-home {
	padding: 15px 15px 30px 15px;
}
#gioi-thieu-home > .col-sm-8 > p.gioi-thieu-title > span {
	padding-bottom: 3px;
	border-bottom: 1px solid #0987cb;
	font-size: larger;
	font-weight: bold;
}
#gioi-thieu-home > .col-sm-8 > div.link-chi-tiet {
	font-size: smaller;
	font-style: italic;
	text-decoration: underline;
}
.thongke_ft li{
	list-style: none;float: right;
	margin-left: 20px;
}
.thongke_ft li img{margin-right: 5px;}