@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: '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: 'RobotoBoldCondensed';
    src: url('../fonts/Roboto/RobotoCondensed-Bold.ttf');
}
@font-face {
    font-family: 'RobotoCondensed';
    src: url('../fonts/Roboto/Roboto-Condensed.ttf');
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial/arial.ttf');
}
@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial/arialbd.ttf');
    font-weight: bold;
}
@font-face {
    font-family: 'utmavo';
    src: url('../fonts/utmavo/utmavo.ttf');
}

.body-size{
	max-width:768px;
}

.title-font{
	font-family:'RobotoBold';
}

.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;
}
.p0{ padding: 0 !important; }
.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:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mr10{
	margin-right: 10px;
}
.mr0{
	margin-right: 0px;
}
.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 a{
	text-transform:uppercase;
	display:inline-block;
	position: relative;
	color:#fff;
	font-size:17px;
	line-height:37px;
}

.title-main{
	display:block;
	z-index:10;
	margin-bottom: 20px;
	text-align: center;
}


.title-main h3{font-family: 'RobotoBoldCondensed'; font-weight: bold; text-transform: uppercase;
 font-size: 22px; text-align: center;
position: relative; margin: 0; padding: 10px; }

.bao-partner{ margin-bottom: 10px; }
.title-main a i{
	color: #fff;
    font-size: 1.5em;
    position: absolute;
    top: 25%;
    left: 15px;
}
.line {
    height: 2px;
    width: 100%;
    background-color: #eaeaeb;
    position: relative; }
/*.line:before {
    content: "";
    height: 4px;
    background-color: #339933;
    width: 20%;
    position: absolute;
    top: -1px;
}*/
.bao-left{ margin-bottom: 15px;  }
.title-left{
	font-family: 'RobotoBoldCondensed';
	float:left;
	width:100%;
	margin: 0;
    padding: 1px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
	line-height:40px;
	text-align: center;
	background: #222;
}


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

.img-hotline{ text-align: center; margin-bottom: 10px; }

/* 1 */

.item-pro {
	position:relative;
	float:left;
	width:100%;
	background:#fff;
	padding: 4px;
	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:8px 5px;
	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 {
    font-size: 14px;
}
.item-pro .info a:hover{ color: #ff0000; }

.item-pro .info .price{
	font-size:14px;
	color:#ff0000;
}
.item-pro .info .price.old-price{ color: #222; text-decoration: line-through; }
.item-pro .info .price-km{ font-weight: bold; color: #ff0000; }
.item-pro .info h3{
	margin:0;
	padding:6px 0px;
	font-size:14px;
	font-family: 'RobotoBold';
}



/**/

.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{
	font-family: 'Arial';
}

header .banner img{
	width:100%
}
.wrapper{
	background: #fff;
}

.top_header a{
	color:#fff;
}
.no-padding{ padding: 0px !important; }

section.partners{
	margin:0 0;
	padding:10px 0
}
nav#aff_menu{ position: relative; background: #fff; transition: 0.5s all;
border-bottom: 1px solid #ccc; 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%;
	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.category {
	padding:0;
	border: 1px solid #e8e8e8;
}
.box.category ul{
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
.box.category a{
	display:block;
	color:#333;
	position:relative;
	border-bottom:1px dashed #c4c4c4;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.box.category ul.sub li a{
	padding: 10px 0px;
	padding-left: 5px;

}
.box.category ul.sub li a:hover{ color: #ff7300; }
.ic-menu{ position: absolute; top: 9px; left: 0px; }
.box.category ul.sub>li>a{ padding-left: 15px; }
.box.category ul.sub>li:last-child>a{ border-bottom: none; }

.box.category ul.sub > li{
	padding: 0px 10px;
}

.box.category ul.sub_1 li a{ padding: 7px 0px; padding-left: 20px; }
.box.category .arrow-sub > a:before{ position:absolute; right:10px; }
.box.category ul.sub_2{position: absolute;z-index: 999; top: 0px; left: 100%;
min-width: 100%; background: #ebebeb; border: 0px; display: none;}
.box.category ul.sub_1 > li:hover > ul.sub_2 { display: block; }
.box.category ul.sub_1 > li:hover > ul.sub_2 li:hover > ul.sub_2{display: block;  }
.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;
    text-align: left;
}
.support h4.hot-support{ text-align: center; font-weight: bold; color: #ff0000; margin-bottom: 10px; }
.support h5{
	color: #333;
}



.box.news{
	padding:10px;
}
.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: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: #004972;
	color: #fff;
	width:100%;
	float: left;
	margin:0;
	padding:10px 0;
	font-size:14px;
}

/*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{ color: yellow; }
.designed a{ color: yellow; }


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


.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: 10px 0px; color: #ff0000; font-size: 16px; }
.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: #6e4930; }
.custom-tt a:hover{ color: #ff0000; }
.banner-top{ position: relative; }

.bt-submit{ text-align: center; margin-top: 10px; }
.bt-submit button{ float: none; display: inline-block; box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
	border-radius: 20px; min-width: 100px; padding: 8px 20px; }
.bao-tintuc{ background: #fff; }
.custom-tintuc{ padding: 5px 5px; }
.custom-tt{ padding: 10px; padding-bottom: 0px; }
.custom-tt a{ font-weight: bold; }
.hl-dp{ padding-top: 10px; text-align: left; }
.bt-dat { display: inline-block; }
.title-doitac{ border-bottom: 1px solid #7c4a21; }
.bt-dat button.bt-datphong { min-width: initial; text-transform: initial; margin: 0px; letter-spacing: initial;
	float: none;
 background: #5e330d; color: #fff; padding: 2px 10px; border: 0px; border-radius: 5px; }
.hl-dp .hotline{ font-weight: bold; font-size: 12px; }
.hl-dp .hotline span{ font-size: 13px; color: #ff0000; }
.info-cart .title-form{ padding-left: 15px; }
.title-footer h3{ text-transform: uppercase;  margin: 0px; position: relative;
; font-size: 18px; color: #000; display: inline-block; margin-bottom: 15px; }
.title-footer h3 span{ position: absolute; height: 100%; width: 3px; background: #ff0000;
top: 0px; left: 0px; }
.col-md-4 .item-pro-dm .title-dm h3{        width: 100%;
    margin: 0;
    padding: 0px;
    background: #05a501;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    text-align: center; }
.col-md-4 .item-pro-dm .title-dm h3:hover{ color: #ff0000; }
.item-pro-dm{ background: url('../../templates/images/bg-left.png');
border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.item-pro-dm .img{ padding-top: 10px; }
.item-pro-dm .quote{ padding: 10px; font-weight: bold; }
.tin-khac{ text-align: right; }
.tin-khac a{ display: inline; padding: 3px 15px; border-radius: 5px; }
.tin-khac a:hover{ color: #ff0000; }
.cr-search{ width: 0;
height: 0;
border-style: solid;
border-width: 17.5px 15px 17.5px 0;
border-color: transparent #009edb transparent transparent;
position: absolute; right: 35px; top: 0px;
transition: 0.3s all;
 }
.col-right .box{ background: #fff; }
.sodt h4{ color: #009edb; font-size: 25px; text-align: center; }
.content-tongdai{ font-size: 16px; text-align: center; }
.input-dangky input{ width: 100%; }
.dk-huy{ margin-top: 10px; text-align: right; }
.bao-dangky .bt-dangky{background: #010101; display: inline-block; float: none;
 margin-right: 0px; padding: 5px 20px; color: #fff; float: left;}
 .panel-products .info{ text-align: center; padding: 10px 0px; }
 .panel-products .info a{ color: #6e8694; font-size: 15px; }
 .panel-products .item:hover .info a{ color: #ff0000; }
 .title-product h3{ margin-top: 0px; border: 1px solid #dedede;
 font-size: 17px; color: #fff;  position: relative; }
 .title-product h3 span.sp-title{ background: #009edb; display: inline-block;
 padding: 7px 10px; }
 .title-product h3 span.sp-caret{
 	position: absolute;
 	top: 100%;
 	left: 15px;
 	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #009edb transparent transparent transparent;
 }
.pro-top{ margin-top: 10px; margin-bottom: 10px; position: relative; }
.title-top-product h4{ display: inline-block; position: absolute; left: 5px; bottom: 15px;
 color: #fff; max-width: 90%; padding: 10px; background: url('../../templates/images/bg-top-product.png');
 background-size: 100% 100%; padding-right: 20px; }
.item-pro-1 {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    padding: 4px;
    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-1 .info h3{ font-size: 14px; text-align: center;
text-transform: uppercase; }
.title-mota h4{ color: #009edb;}
.img-sp-top{ overflow: hidden; }
.img-sp-top img{ transition: 0.3s all; }
.img-sp-top img:hover{ transform: scale(1.1) ; }
.mo-ta-ngan{ border: 1px solid #ff7500; border-radius: 5px;  padding-top: 10px;}

.top_header { position: relative;  }
.menu-top{    position: absolute;
    top: 0px;
    background: #000;
    right: 0px;
    border-radius: 5px;
    z-index: 99;}
.nav_top ul.list-inline{ margin: 0px; }
.nav_top > ul > li a{ padding: 5px; }
.hotline-search{}
.hotline-search h3{ padding-right: 50px; color: #ff0000; }
.bao-video{ border: 1px solid #ccc; }
.bt-dk{ padding: 14px; text-align: center; }
.bt-dk button{ background: #ed1c24; border-radius: 5px; padding: 4px 20px; border: 0px;
color: #fff; outline: none; }
#html5-watermark{ display: none !important; }
#html5box-html5-lightbox #html5-text{ font-weight: bold; text-align: center !important; }

.box.category ul.main > li:nth-child(1) a:after{
	font-family: FontAwesome;
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.icon-sp img{ margin-top: -5px; }

.support h4 span i{ margin-right: 8px; }
.phone-support{ color: #ff0000; }

input#subscribe_email{
	height: 30px;
    width: 250px;
    float: left;
    /*border-radius: 5px;*/
    border: 1px solid;
}
.social{ text-align: right; }
.link img:hover{ opacity: 0.6; }
span.follow{ margin-right: 5px; font-weight: bold; }
/*section.thong-bao{ background: #ff0000; color: #fff; }*/
.content-thongbao{ font-size: 16px; text-align: center; color: #fff; }
.box.category ul.sub a i{ margin-right: 5px; }
.p-relative{ position: relative; }
.d7-hidden{ position: absolute; bottom: 100%; right: 0px; display: none; }
a.ic-search{ cursor: pointer; }
span.ic-menu{ display: inline-block; margin-right: 10px; }
.btn-buy form button{ color: #fff; border: 0px; background: #e3a840; padding: 2px 10px; }
.btn-buy form button i{ margin-right: 5px; }
.btn-buy{ padding: 10px 0px; }
.footer-map iframe{ max-width: 100%; height: 170px; }
.footer-title h3{ margin-top: 0px; font-size: 16px; text-transform: uppercase; margin-bottom: 20px; }
.col-left .box.news{ border: 1px solid #e6e6e6; }
.logo-left{ padding-left: 50px; }
.logo-left img{ max-width: 170px; }
.logo-top{ padding-top: 10px; }
.img-home{ overflow: hidden; }
.img-home img{	transition:all 1s ease;
 border-radius: 50%; border: 3px solid rgba(237, 211, 140, 0.4); max-width: 230px; }
.img-home img:before {
  content: " ";
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1px solid #ccc;
}
.wrapper-service{ position: relative; min-height: 200px; }
.content-thongbao{ position: absolute; width: 100%; top: -80px; z-index: 9999; }
.img-home{ position: relative; }
span.text-img{
	    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center;
    left: 0px;
    color: #000;
    display: inline-block;
    background: rgba(255, 255, 255, 0.6);
    padding: 6px 0px;
}
.img-home:hover img{
	border-color: rgba(255, 0, 0, 0.7);
    outline: 0;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgb(185, 17, 5);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075), 0 0 8px rgb(185, 17, 5);
}

.img-home::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.img-home:hover::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}




.ve-chung-toi h4{ font-size: 20px; font-family: 'RobotoSlab-Bold'; text-transform: uppercase; color: #2c77af; }
.item-tin .info h3{ font-size: 16px; color:#2c77af;  }
.item-tin{
	padding-bottom: 10px;
	border-bottom: 1px dashed #333;
}
.item-tin .info{ padding: 5px; padding-bottom: 15px; text-align: justify; }
.item-tin .info .xem-them{ margin-top: 10px; }

.thong-tin h3{
	font-size: 16px; text-transform: uppercase; font-family: 'RobotoCondensed';
	margin-bottom: 15px;
}
.footer{ color: #fff; }

.line-footer{ height: 1px; background-color: #fff; margin: 10px 0px; }
.support{ text-align: center; }
.wrapper-video iframe{ max-width: 100%; }

.xem-chi-tiet{ text-align: center; margin-bottom: 15px; }
.xem-chi-tiet a{ display: inline-block; color: #fff; background-color: #2d6701; border-radius: 4px;
padding: 3px 16px; }
.xem-chi-tiet a:hover{ color: yellow; background-color: #2370ab; }
.content-gt{ text-align: justify; }
.wrapper-uytin{ margin: 15px 0px;
	background: url('../images/bg-uytin.png'); background-size: 100% 100%; padding: 10px 0px; }
.item-uytin h4{ margin-bottom: 0px; font-size: 16px; text-transform: uppercase; }
.pt0{ padding-top: 0px; }
.pt10{ padding-top: 10px; }
.wrapper-news h5{ margin-top: 0px; }
.page-title .breadcrumb{ background: #222; line-height: 28px; }
.xem-them a{ color: #fff; display: inline-block; padding: 5px 20px; background: #2570a9; }
.list-policy ul{ list-style: none; padding: 0px; }
.list-policy ul li{ margin-bottom: 5px; }
.list-policy ul li i{ color:#d8261c; }
.item-home-1{ margin-bottom: 10px; }
section.sec-pro{ padding: 20px 0px 30px; }
.title-sec-pro h3{ text-transform: uppercase; font-family: 'RobotoBoldCondensed'; font-size: 20px;
margin: 0px; color: #fd1104; }
.title-sec-pro{ text-align: center; margin-bottom: 15px; }
.title-sogan h3{ text-transform: uppercase; font-family: 'RobotoBoldCondensed'; font-size: 20px; margin-bottom: 25px;
color: #ed1c24; }
.col-slogan-left{ width: 15%; float: left; }
.col-slogan-right{ width: 85%; float: left; }
.content-slogan p{ font-size: 13px; }
.content-slogan h4{  font-family: 'RobotoBoldCondensed'; margin-top: 0px; margin-bottom: 5px; font-size: 16px; color: #ed1c24; }
section.sec-duan{ background: url('../images/bg-sec-taisao.png'); background-size: 100%; padding: 20px 0px 30px; }
.item-duan h3{ font-size: 16px; font-family: 'RobotoBoldCondensed'; color: #fff;
text-transform: uppercase; padding-top: 15px; position: relative; margin-top: 10px; }
.item-duan h3:before{ position: absolute; height: 4px; width: 50px; background: #ed1c24;
top: 0px; left: 0px; content: '' }
.item-duan{ color: #fff; }
.item-duan .info{ text-align: justify; }
.duan-xemthem a{ display: inline-block; padding: 4px 20px; margin-right: 10px; background: #fd1104; color: #fff; }
.duan-xemthem a:hover{ background: #d8261c; }
.title-tin h3{ font-size: 16px; font-family: 'RobotoBoldCondensed';
position: relative; margin: 0px; background: #3f6ab3; color: #fff; padding: 13px;}
.item-tin .content-slogan p{ margin: 0px; text-align: justify; }
.lang{ padding-bottom: 5px; text-align: right; }
.lang img{ max-width: 30px; }
section.sec-partner{ padding: 20px 0px; }
span.email{ font-family: 'RobotoBoldCondensed' }
.box.box10{  border: 1px solid #e8e8e8;}
.info.info-sp{ padding: 8px 0; text-align: center; font-weight: bold; }
.slick-vertical .slick-slide{ border: 0; }
.content-bank{ text-align: center; font-weight: bold; }
.wrapper-map iframe{ max-width: 100%; height: 132px; }

.box.category .support a{ border-bottom: none; }
.box.category ul.sub a i{ font-size: 13px; }
.box.category .support img{ margin-top: 5px; }
.img-support{ display: inline-block; padding: 0px 5px; }
.title-hotro{ font-size: 15px; margin-bottom: 5px; }
.box.category .title-hotro a{ display: inline-block; }
.phone .so-dt{ color: red; font-weight: bold; }
.title-web h1{ margin: 0; padding: 15px 0; padding-bottom: 20px; }
.title-web h1 span{ color: #ff0000; }
.logo-web{  }
.d7-search { padding-top: 10px; }
.d7-search form { margin: 0; }
.d7-search form input{ border-radius: 6px; height: 26px; }
.d7-search form button{ height: 25px; padding-right: 10px; }
.border-menu{ height: 4px; width: 100%; margin-top: 1px; background: #ff0000; }
.sec-pro .panel-heading h3{ text-transform: uppercase; font-family: 'utmavo'; font-size: 16px; text-align: center;
margin: 0; background: #0165b3; padding: 10px 2px; }
.sec-pro .panel-heading h3 a{ color: #fff; }
.sec-pro .panel-heading{ padding: 0; border:0; }
.sec-pro .panel{ border: 1px solid #e7e7e7; border-radius: 0;  }
.sec-pro a.xem-tat-ca{ display: inline-block;padding-top: 9px; }
.sec-pro .panel-body{ padding: 10px 0; }
section.sec-about{ background: url('../images/bg-about.jpg'); background-size: 100% 100%;
padding-top: 30px; padding-bottom: 10px; color: #fff;}
.title-about h3{ font-family: 'utmavo'; margin-top: 0; text-align: center; margin-bottom: 20px; }
.item-news{ background: #fff; padding: 5px; }
.item-news .info a{ font-size: 15px; font-weight: bold; }
.item-news .info h3{ margin-top: 0; text-align: center; }
.item-news .info { color: #000; padding-bottom: 10px; }
ul.ul-sanpham{ list-style: none; padding: 0; }
ul.ul-sanpham a{ color: #fff; }
ul.ul-sanpham li{ margin-bottom: 8px; }
.price {
    color: #ff5050;
}
.price.old-price {
    color: #000; text-decoration: line-through;
}
.price-km{ font-weight: bold; color: red; }
.title-web a{ font-family: 'RobotoBoldCondensed'; color: #fff; font-size: 30px; text-transform: uppercase; }
.item-main{ position: relative; }
.item-main a.btn-view{  font-family: 'RobotoCondensed'; text-transform: uppercase;
font-size: 18px; border-radius: 0; border: 0; padding: 8px 20px; background: #fff; }
.item-main .view-detail{ position: absolute;  top: 50%; margin-top: -20px; left: 0; width: 100%; text-align: center; }
.item-main a.btn-view:hover{ background: #2570a9; color: #fff; }
section.sec-congdong{ padding:  25px 0; background: #e3dfcf; }
.text-congdong h3{ font-size: 26px; font-family: 'RobotoCondensed'; text-transform: uppercase; }
.text-congdong p{ font-size: 16px; }
.button-dangky button{ background: #2570a9; padding: 25px 20px; font-family: 'RobotoBoldCondensed'; font-size: 16px;
 text-transform: uppercase; width: 100%; margin-top: 28px; }
 section.sec-congdong .form-control{ border-radius: 0; }
 .content-home{ color: #969090; }
 .item-news-home h2{ font-size: 24px; font-family: 'RobotoBoldCondensed'; }
 .nguon p{ color: #969090; margin-bottom: 0px; }
 section.list-share{ padding: 20px 0px; background: #2570a9; color: #fff; }
section.list-share a{ color: #fff; font-size: 16px; }
.img-banner{
	-webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
    filter: grayscale(70%);
}
.img-banner:hover{
	 filter: grayscale(0);
}
h3.h3-video{ font-size: 20px; font-family: 'RobotoBoldCondensed'; margin-top: 0; margin-bottom: 20px; }
section.sec-video{ background: #696969; padding: 30px 0; color: #fff; }
.list-social a{ color: #fff; font-size: 25px; display: inline-block; margin-right: 20px; }
.list-social a:hover{ color: #2570a9; }
.wrapper-form .form-control{ border-radius: 0; height: 40px; }
button.dk-2{ padding: 10px; border-radius: 0; border: 0; background: #2570a9; width: 200px; text-align: center; text-transform: uppercase; }
.sec-video p{ font-size: 16px; }
.title-about h1{ margin-top: 40px; font-family: 'RobotoBoldCondensed'; margin-bottom: 20px; text-transform: uppercase; }
.content-about{ text-align: justify; }
.main-title h1{ font-family: 'RobotoBoldCondensed'; margin-bottom: 30px; }
.tt a{ font-family: 'RobotoBoldCondensed'; font-size: 16px; }
.position{ font-style: italic; font-size: 13px; }
.thoi-gian { font-size: 20px;  font-family: 'RobotoBoldCondensed'; color: #969696; }
a.td-xemthem{ color: #3f7cb0; text-decoration: underline; display: inline-block; }
h1.name{ font-family: 'RobotoBoldCondensed'; font-size: 28px; margin-bottom: 20px;line-height:1.3;}
.congdong-title h1{ font-family: 'RobotoBoldCondensed'; font-size: 28px; margin-bottom: 20px; }
.menu-video ul{ list-style: none; padding: 0;  }
.menu-video ul li a{ font-size: 15px; margin-bottom: 6px; display:  block; background: #696969; color: #fff; padding: 12px 10px; text-align: center; font-family: 'RobotoBoldCondensed'; }
.menu-video ul li:hover a,
.menu-video ul li.active a{ background: #3f6ab3; }
.item-video .info{ padding: 10px 0; font-family: 'RobotoBoldCondensed'; color: #fb0000; font-size: 15px; }
.pagination-page.text-right{ text-align: right !important; }
.pagination-page > span, .pagination-page  a{ text-align: center !important; }
div .pagination-page  a:hover,div .pagination-page > span{
	background: #6b6b6b;
}
.pr50{ padding-right: 50px; }
.sec-contact{ color: #fff; }
.title-contact h3{ font-family: 'RobotoBoldCondensed'; margin-bottom: 30px; }
.sec-contact{ padding: 20px 0; }
.sec-contact .wrapper-form .form-control{ height: 45px; border-radius: 6px; }
.sec-contact .wrapper-form textarea.form-control{ height: auto; }
.desc-news{ margin: 20px 0; }
.pagination-page > span, .pagination-page  a{ border-radius: 4px; }
div.ic-hotine{ float: left; margin-right: 10px; }
.text-hotline p{ margin-bottom: 0px; }
.text-hotline p span{ font-family: 'RobotoBoldCondensed'; font-size: 16px; }
.right-header{ transition: 0.5s all; padding: 10px 0; border-bottom:  1px solid #f1f1f1; float: left;
 width: 100%; margin-bottom: 15px; }
.social > a{ display: inline-block; width: 25px; height: 25px; border-radius: 25px; line-height: 25px; text-align: center;
background: #004972; color: #fff; }
.item-service .info h3{ font-family: 'RobotoBoldCondensed'; font-size: 16px;line-height:1.4; }
.item-service .info .quote{ text-align: justify; }
.sec-khoahoc{ padding: 20px 0; background: url(../images/bg-khoahoc.jpg); background-size: cover; }
.item-khoahoc .info h3{ font-size: 15px; font-family: 'RobotoBoldCondensed'; margin: 0; margin-bottom: 5px; }
.item-khoahoc{ background: #fff; float: left; width: 100%; padding: 4px; }
.sec-khoahoc .title-main h3{ padding: 0; color: #fcb300; }
.item-service-item:nth-child(3n+1) {
	clear: both;
}
.content-news{
	font-size:16px;
	line-height:1.625;
}

.content-news img{
	 margin:10px 0;
}

/*FIX HEADER*/
header .logo-web img{ transition: 0.5s all; max-width: 150px; }
header.fix .right-header{ height: 0; margin: 0; border: none; padding: 5px 0; }
header.fix .right-header *{ display: none; }
header.fix .logo-web{ padding: 0; }
header.fix .logo-web img{ max-width: 65px; }
header.fix nav#aff_menu{ background: rgba(0,0,0,0.5); }

section.sec-tuvi{ padding: 20px 0; background: url(../images/bg-tuvi.jpg); background-size: cover;
padding-bottom: 50px; }
.title-news h3{ color: #fff; font-size: 20px; font-family: 'RobotoBoldCondensed'; text-transform: uppercase; margin: 0; padding-bottom: 5px; }
.title-news{ margin-bottom: 20px; }
.wrapper-hoidap{ float: left; width: 100%; }
.item-hoidap .info h3{ margin: 0; margin-bottom: 5px; font-size: 13px; font-weight: bold; }
.item-hoidap{ float: left; width: 100%; padding: 6px 0; border-bottom: 1px dashed #ccc; font-size: 13px; }
.gui-cauhoi h3{ margin: 0; text-align: center; font-family: 'RobotoBoldCondensed'; font-size: 18px;
color: #fff; background: #f9b103; padding: 10px 0; text-transform: uppercase;}
.gui-cauhoi form{ padding: 10px; background: #fff; }
.gui-cauhoi .form-group{  }
.bt-question{ width: 100%; border-radius: 0; background: #733514; border: 0; padding: 8px; }
.conent-laso{ }
.item-tuvi{ float: left; width: 100%; margin-bottom: 3px; }
.item-tuvi .form-control{ height: 28px; }
.item-tuvi label{ margin-top: 5px; }
.btn-laso { width: 100%; background: #6f3214; border:0; }
iframe{ max-width: 100%; }
.sec-news .title-news h3{ color: #000; }
.sec-news .item-hoidap{ padding-left: 0; }
section.sec-news{ background: #edf3f8; padding: 20px 0 30px; }
.title-cate h3{ margin: 0; padding-bottom: 0px; position: relative; text-transform: uppercase;
font-family: 'RobotoBoldCondensed'; font-size: 20px; text-align: center; }

.style-bt{ position: absolute; top: 50%; margin-top: -20px; z-index: 99; border: 0; background: rgba(0,0,0,0.5);
padding: 5px 8px; color: #fff; cursor: pointer; outline: none; }
.bt-prev{ left: 0px; }
.bt-next{ right: 0px; }
.btn-khoahoc{ padding: 5px 10px; background: #733514; color: #fff; }
.btn-khoahoc:hover{ color: yellow; }

.doingay-amduong{ color: #fff; float: left; width: 100%; }
.doingay-amduong .title-change{ margin-bottom: 10px; margin-top: 10px; text-transform: uppercase;
font-family: 'RobotoCondensed'; font-weight: bold; font-size: 16px; }
.doingay-amduong .title-change label{ text-transform: none; font-size: 14px; }
.list-top ul li {
    display: inline-block;
    padding: 5px;
}
.list-top ul li a{ color: #fff; }
.list-top ul.navbar-right{ margin: 0; }
.top-header{ background: #004972; border-bottom: 1px solid #999; }
.wrapper-register {
    position: relative;
}
.close-fancy {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 9;
    color: #bb0006;
}
.ttOline {
    font-weight: bold;
    background: #fff;
    color: #bb0006;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
}
.form_label {
    padding: 10px 15px;
    float: left;
    width: 100%;
}
span.fr-danger {
    margin-top: 5px;
    font-weight: bold;
    font-size: 15px;
    color: #bb0006;
    display: block;
    margin-bottom: 10px;
}
#tt_login .form-control {
    margin-bottom: 10px;
    height: 38px;
}
.login-btt {
    float: left;
    width: 100%;
}
.login-btt > a {
    float: left;
}
.login-btt > button {
    float: right;
}
.btn-dangnhap {
    border-radius: 0;
    background: #bb0006;
    padding: 7px 30px;
}
a.login-social {
    display: block;
    text-align: center;
    background: #3b5a9b;
    color: #fff;
    padding: 8px;
}
a.login-social.gg {
    background: #db2814;
}
.no-account {
    padding: 8px 15px 6px;
    background: #fff;
}
.no-account a {
    color: #bb0006;
}
.modal-content-login .modal-header{ background: #fff; color: #000; }
.modal-content-login .form_label{ background: #fff; color: #000; }
@media (min-width: 768px){
	#modalLogin .modal-dialog{ width: 400px; }
}
.list-top ul.dropdown-menu li{ display: block; padding: 0; }
.list-top ul.dropdown-menu li a{ color: #000; }
section.sec-hoidap{ padding: 20px 0; background: #f1f1f1; }
.img-hoidap img{ float: left; max-width: 150px; margin-right: 10px; }
.item-hoidap .img-hoidap{ float: left; }
.sec-hoidap .title-news h3{ color: #000; }
.item-doingu{    padding: 0;
    border-radius: 2px;
    margin-bottom: 20px;
    position: relative;}
.item-doingu span{
}
.item-doingu span img{
}
.item-doingu h3{text-align: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    margin: 0px auto;
    width: 50%;
    padding: 10px;
    right: 0;
    left: 0;
    line-height: 23px;
    border-radius: 3px;
    box-shadow: 1px 1px 10px;}
.item-doingu p{font-size: 13px;}
.item-doingu p strong{
}
.item-content-row .content h3.name{
	height: 40px;
    overflow: hidden;
}

.bannerqc a {
	display: block;
	height: 650px;
}

.bannerqc a img{
	width: 100%;
	height: 100%;

}

.aboutus {
	padding: 45px 0;
}

.thong-tin ul {
	padding: 0px;
	list-style: none;
}

.thong-tin ul li a img {
	max-height: 30px;
}