/*--fix width--*/
body {background: #F2F0F0;}
.container{padding:0}
.wrapper {
	width: 1349px;
	margin: auto;
}
.clear {
	clear: both;
}
.fixwidth {
	width: 1200px;
	margin: auto;
}
/*====header container====*/
.header_container{background:#000;}
.header_top{
	/*background:url('../images/bg_headertop.png') no-repeat left center;*/
	padding: 10px 0;
	font-size: 13px;
	color: #fff;;
}
.header_add{text-align:left;background:url('../images/icon_add_head.png') no-repeat left center;}
.header_mail{text-align:left;background:url('../images/icon_mail_head.png') no-repeat left center;}
.header_hotline{text-align:left;background:url('../images/icon_phone_head.png') no-repeat left center;}
.img_lang{text-align: right;}

.sty_text{font-family: 'Roboto-Light';font-size: 13px;margin-left: 7%;}
.icon_mxh img{margin-left:5px;}



.header_bottom{
	padding-bottom: 1%;
}
/*logo*/
.logo{
	margin-top:30%;	
}
/*hotline_bg*/
.hotline_bg{
	margin-top:8%;
	position:relative;	
}
.hotline_bg img{
	width:100%;	
}
.hotline_number{
	position: absolute;
    top: 20%;
    font-family: 'Roboto-Bold';
    color: #FB0303;
    font-size: 31px;
    font-style: italic;
    right: 0;	
}
.banner_text{
	font-family: 'UTMCabaret';color: #C90000;font-size: 44px;text-transform: uppercase;text-align: center;font-size: 54px;	
}
.banner{
text-align: center;color:#7d1a11;font-family: 'UTMA&SSignwriter';font-size: 36px;;	
}
/*input search*/
#search {
    position: relative;
}
#search input[type="text"] {
    height: 42px;
    background: none;
    border: 1px solid #bfbfbf;
    font-family: 'arial';
    font-size: 12px;
    border-radius: 20px;
    color: #000;
    padding-left: 50px;
    outline: none;
    width: 42px;
    opacity: 0;
    transition: all ease 0.5s;
}
.search_hover:hover #search input[type="text"] {
    width: 200px;
    opacity: 1;
}
#search button {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    width: 13px;
    height: 19px;
    background: none;
    outline: none;
}
/*====banner-menu====*/
.menu_cha{float:right;}
.menu_cha li a:hover{color:red !important;}
.banner_menu {
    width: 100%;
	position:relative;	
	background-color: #F2F0F0;
	padding:10px 0 0 0;border-bottom: 1px solid #fff;
	/*
    position: fixed;
    z-index: 1000;
    background: #EEE3C7;
    width: 100%;*/
}
.menu_left img{margin-left:0px}
.menu{	
	z-index:9999;
}
.menu .menu_cha li {
	float: left;
    line-height: 77px;
    /*padding-right: 21px;
    background: url(../images/bg_menu.png) no-repeat right center;*/
    font-family: 'Roboto-Bold';
    text-transform: uppercase;font-size: 15px; color: #fff; padding: 0 25px;
	position:relative;
}
.thanhcheo{padding: 0 15px;}
.menu .menu_cha li:last-child{padding: 0;}
.menu .menu_cha li.none_bg img{margin-right:10px;margin-top: -5px;}
.actived{
	/*background: url(../images/thanh_bottom_menu.png) no-repeat top 70px center;*/
}

.menu .menu_cha li a {
	text-decoration: none;
    font-family: 'UTM-Avo';
    color: #474747;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 0px;
}


.bg_menu{
	background: url(../images/bg_menu.png) no-repeat left center;
    height: 55px;
    width: 100%;
    position: absolute;
    top: -7px;
}

/*menu con*/
.menu_cap_con {
	position: absolute;
	z-index: 999;
	top: 50px;
	opacity:0.8;
    background: #36342E !important;
}
.menu_cap_con li {
	background:none !important;
	min-width: 300px !important;
	margin-bottom: -6px;
	padding: 0 10px !important;
	display: none;line-height: 50px !important;
	clear:both;
}
.menu_cap_con li a {
	color: #fff !important;
}
.menu_cap_con li a:hover {
	color: yellow !important;
}
.menu_cap_con li:hover {
	/*background: #ccc;*/
	transition: ease all 0.2s;
}
.menu li:hover .menu_cap_con li:hover a {
	color: yellow;
}
.menu li:hover .menu_cap_con li {
	display: block;
}

.menu_cap_con li:hover .menu_cap_2{
	display:block;	
}
.menu_cap_2{
	position: absolute;
    right: 300px;
    top: 0;
	background: #36342E !important;
	display:none;	
}
/*menu top*/
.menu_top{
	background: #000;
    padding: 2%;
	position:relative;
	display:none;
}
.menu_banner, .menu_logo{background:url('../images/thanh_doc_logo.png') no-repeat right center;}
.menu_logo{float: left; width: 40%;}
.menu_banner{float: left; width: 60%; margin-top: 10px;text-align: center;}

/*--slider--*/
.slider {
	margin: auto;position:relative;	
}
.slider img {
	
}

/*====sp mÃ¡Â»â€ºi====*/
.contain_sp_list{background: #F2F0F0;padding: 20px 0 !important;}
.box_sp_title h1{text-align: center;font-family: 'SFUFuturaBook';font-size: 32px;
	background:url('../images/thanh_bottom_sp.png') no-repeat bottom center;padding-bottom: 10px;padding-bottom: 10px !important;
    padding-top: 30px !important;text-transform:uppercase;
}
.box_sp_item_contain{padding: 15px !important;}
.box_sp_list{margin-top:20px;}
.box_sp_item{background: #fff;padding: 10px;}
.box_sp_img{overflow:hidden;}
.box_sp_img img{width:100%;transition:all ease 0.2s;}
.box_sp_content{margin: 10px 0;}
.box_sp_title_content{text-align: center; }
.box_sp_cost_content{height:40px;}
.box_sp_cost_content h5{font-size: 13px;}
.box_sp_title_content a{text-transform: uppercase;font-family: 'Roboto-Regular';color:#000;height: 40px;overflow: hidden;display: block;}
.box_sp_cost_old, .box_sp_cost_now{text-align: center;font-family: 'Roboto-Regular';}
.sty_col_te{color: red;}
.thanh_ngang{text-decoration:line-through;}

.box_sp_img:hover a img {
	-webkit-transform: scale3d(1.05,1.05,1.05);
	transform: scale3d(1.05,1.05,1.05);
}


/*====sÃ¡ÂºÂ£n phÃ¡ÂºÂ©m nÃ¡Â»â€¢i bÃ¡ÂºÂ­t====*/
.sp_noibat_title{	
	text-align: center;margin: auto;margin-top: 5%;margin-bottom: 20px;padding-bottom: 1%;width: 70%;	
}
.sp_title{
	background:url('../images/thanh_bottom.png') no-repeat bottom center;
	font-family: 'UTM-HelvetIns';color: #e11e1e;font-size: 32px;text-transform: uppercase;padding-bottom: 2%;
	text-align:center;margin-top: 20px;
}
.sp_item_container{
	padding: 5%;
	margin-bottom: 5%;	
}
.sp_item_contain{
	padding: 15% 5% 5% 5%;
    border: 1px solid #ccc;box-shadow: 3px 3px 5px #ccc;	
}
.slick-slide img {
    display: inherit !important;
}
.sp_nb_list{
	margin-top:2%;
	margin-bottom: 3%;	
}
.sp_item{
	text-align: center;
	position:relative;	
}
.bg_spitem{
	position: absolute;background: #000;width: 100%;height: 100%;top: 0;opacity: 0;left: 0;transition:all ease-in-out 0.3s;
	
}
.bg_spitem:hover{
	opacity: 0.3;	
}
.text_spitem{position: absolute;opacity: 1;top:0;left:0;padding-top: 35%;width: 100%;text-align: center;transition:all ease-in-out 0.3s}
.text_spitem a{text-decoration:none; color:#fff !important;border-top: 1px solid #fff;border-bottom: 1px solid #fff;
    padding: 2% 4%;font-size: 16px;font-family: 'Roboto-Regular';
}
.text_spitem a:hover{color:#fff !important}
.bg_spitem:hover .text_spitem{opacity:1}
.sp_item img{width:100%}
@media screen and (max-width: 1366px){
	/*.sp_item a img{
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);	
	}
	
	.sp_item:hover a img {
		opacity: 0.6;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}*/
}

.sp_item_content{
	text-align:center;
	font-family: 'Roboto-Bold';
	margin-top:5%;
}
.sp_content_title{
	color: #000;font-family: 'RobotoCondensed-Regular';font-size:16px;text-transform: uppercase;
}
.sp_content_id{
	color:#8f8f8f;
}
.sp_content_cost{
	color:#999;
}
.cost_number{color:red !important;font-family: 'RobotoCondensed-Regular';text-transform: uppercase;}

/*====banner quÃ¡ÂºÂ£ng cÃƒÂ¡o====*/
.bannerqc_contain img{width:100%}

/*====intro====*/
.intro{
	background: url(../images/bg_intro.png) no-repeat left center;height:490px;	
}
.title_intro {
	font-family: 'UTM-HelvetIns';
    font-size: 30px;
    text-transform: uppercase;
    color: #e11e1e;
    padding: 20px 0;
    margin-bottom: 20px;
	margin-left: 30px;
}
.intro_content_container{
	margin-top: 80px;	
}
.content_intro{
	text-align: justify;line-height: 25px;font-size: 13px;width: 98%;margin-bottom: 20px;margin-left: 30px;
}
.intro_btn{margin-left: 30px;}
.intro_btn a{
	padding: 7px 15px;text-transform: uppercase;color: #fff;
    background: url(../images/btn_arrow.png) no-repeat left 7px center;
    background-color: #cccccc;font-family: 'RobotoMedium';font-size: 14px;
}
.img_contain{
	margin-top: 80px;text-align: right;
}
.img_contain img{
	padding: 5px;background: #fff;
}

/*====sÃ¡Â»â€˜ liÃ¡Â»â€¡u====*/
.solieu{
	background: url(../images/bg_doitac.png) no-repeat left center;height:319px;	
}
.solieu_item{text-align:center;margin-top: 50px;}
.solieu_number{color: #fff;font-family: 'Roboto-Bold';font-size: 42px;margin-top: 20px;}
.solieu_title{color: #fff;font-family: 'UTM-Avo';font-size: 22px;}


/*====tin nÃ¡Â»â€¢i bÃ¡ÂºÂ­t====*/
.tin_noibat{/*margin-bottom:60px;*/padding-bottom: 40px !important;
/*background: url(../images/thanh_qt.png) no-repeat top 340px center;*/background-color: #F2F0F0;}
.tinnb_list{}
.tinnb_item_container{
	text-align: center;	
}
.tinnb_date{
	color: #5a5a5a;margin:10px 0;	
}
.tinnb_content_container{
	border: 1px solid #ccc;border-radius: 10px;padding: 10px; width: 85%;margin: auto;height:140px;
}
.tinnb_title{text-align: left;}
.tinnb_title a{
	text-transform: uppercase;color: #1a1a1a;font-family: 'RobotoMedium';
}
.tinnb_content{
	text-align: justify;font-size: 13px;line-height: 20px;color: #666;	
}

.fix_top_le{margin-top:20px}
.fix_top_chan{margin-top:0px}

.tinnb_img img{margin-left: 80px;border-radius: 50%;}
.tinnb_arrow img{margin-left: 130px;}
/*====thÃƒÂ´ng tin chuyÃ¡Â»Æ’n khoÃ¡ÂºÂ£n====*/
.content_info_account{
	font-family: 'Arial';line-height: 25px;font-size: 13px;	
}
/*====box mail====*/
.box_mail_left{margin-top: 50px;}
.box_mail_right{margin-top: 50px;}

.box_baogia{}
.box_mail_right{float: right;width: 40%;}
.box_mail_right_title{
	font-family: 'UTM-HelvetIns';color: #fff;text-transform: uppercase;font-size: 28px;text-align:center;	
}
.box_mail_chuthich{
	font-family: 'UTM-Avo';color: #fff;font-size: 22px;text-align:center;margin: 15px 0;	
}

.form_nhap_mail input[type="text"]{
	width: 100%;background: #000;border: none;padding: 12px;opacity: 0.5;color: #fff;outline: none;font-size: 12px;
	margin-top:7px;	
}
.form_nhap_mail input[type="email"]{
	width: 80%;background: #fff;border: none;padding: 8px;color: #000;outline: none;font-size: 12px;
	margin-top:7px;	position:relative;
}
.form_nhap_mail input[type="submit"]{
	box-sizing: content-box;position: absolute;margin-top: 7px;background: #212121;border: none; color: #fff;
    padding: 7px;width: 20%;	
}
.form_nhap_mail textarea{
	width: 100% !important;background: #000;border: none;padding: 12px;opacity: 0.5;color: #fff;outline: none;font-size: 12px;
	margin-top:7px;height:130px !important;
}
.box_mail_btn{text-align:right;margin-top: 5px;}
.box_mail_btn input[type="submit"]{
	background: #000;color: #fff;border: none;font-family: 'UTM-Avo';padding: 10px 30px; text-transform: uppercase;
transition:all ease 0.2s;
}
.box_mail_btn input[type="submit"]:hover{background:#fff;color:#000;}
.box_mail_btn input[type="reset"]{
	background: #E11A1A;color: #fff;border: none;font-family: 'UTM-Avo';padding: 10px 30px; text-transform: uppercase;
transition:all ease 0.2s;
}
.box_mail_btn input[type="reset"]:hover{background:#fff;color:#E11A1A;}

/*====Ã„â€˜Ã¡Â»â€˜i tÃƒÂ¡c====*/
.doitac_container{background:#f2f2f2;text-align: center;}
.box_doitac_item{margin:30px 0;}
/*====footer====*/
.footer {
	
}
.footer_top{
	/*background: url('../images/bg_footer.png') no-repeat center center;height: 366px; margin-top: -44px;*/
	background: #101010;width:100%;padding-bottom: 20px;
}
.footer_top_left{}
.footer_top_left p{color:#fff !important; font-size: 13px;}
.footer_top_middle{}
.footer_top_right{}
.footer_top_left_title{
	font-family: 'UTM-Avo';color:#fff;text-transform:uppercase;font-size: 14px;margin: 0 0 2% 0;
	background:url('../images/bottom_title_f.png') no-repeat left bottom;padding-bottom: 5px;margin: 40px 0 20px 0;
}
.fontsize_fix{font-size:18px;}
.footer_top_left_list_info{font-size: 16px;line-height: 30px;font-family: 'UTM-Avo';color:#fff;}
.sty_right{font-size:13px;}
.footer_top_left_list_info span{color:#fff !important;}

.footer_middle_title{font-family: 'RobotoCondensed-Bold';color:#fff200;margin: 0 0 5% 0;text-transform:uppercase;font-size: 18px;background: url('../images/thanh_bottom_footer.png') no-repeat left bottom;padding-bottom: 1%;
}
.footer_top_right_item{
}
.footer_top_right_item img{
	float:left;
	margin-right: 20px;	
}

.footer_top_right_item p{
	font-family: 'RobotoCondensed-Regular';
	float:left;
	color:#fff;
	width:70%;	
}
.ft{
	float:right;
	color:yellow !important;	
}
.footer_bottom{
	background:#232323;padding: 1% 0;color: #fff;bottom: 0;width: 100%;display:none;
}
.cty_name{color:#555555;font-family: 'Roboto-Regular';}
.thongke_sty{text-align: right;color: #555555;font-family: 'Roboto-Regular';}
.thongke_sty div{float:right;padding: 0 5px;}
.footnum_sty{color:#fdb711; padding-right:10px}


.footer_top_left_box_dangky_text{
	font-family: 'UTM-Avo';color: #fff;font-size: 11px;	
}

/*mxh*/
.footer_top_left_box_mxh_list{margin-top:20px;}
.box_mxh{float: left; margin-right: 10px;}
/*====tags====*/
.tags_list a{
	padding: 10px;color: #fff;background: #2D2D2D;
}
.tag_item{
	margin-bottom: 20px;margin-right: 3px;float: left;	
}
.tags_list a:hover{color:#fff;}


/*====hÃƒÂ¬nh Ã¡ÂºÂ£nh detail====*/
/*.box_img{margin-bottom: 20px;text-align: center;position:relative;}
.box_img_title{
	position: absolute;
    bottom: 0;left: 8%;width: 84%;
    text-align: center;padding: 10px;background: #000;opacity: 0;
	transition:all ease 0.3s;
	
}
.box_img_title a{font-family: 'UTM-Avo';font-size: 18px;color:#fff;text-transform:capitalize}
.box_img_title a:hover{color:#fff;}

.box_img:hover .box_img_title{opacity:0.7}
.box_img img{
	border: 1px solid #ccc;box-shadow: 0px 0px 5px #000;transition:all ease 0.3s;	
}
.box_img:hover a img{box-shadow: 0px 0px 20px #000;}*/


/*mÃ¡ÂºÂ«u hÃƒÂ¬nh*/
.box_hinh_contain{padding:3%;overflow:hidden;}
.album_img{box-shadow: 0px 0px 5px #000;position:relative;}
.album_img img{width:100%;transition:all ease 0.3s;}
.box_img_title{
	position: absolute;
    bottom: 0;width: 100%;
    text-align: center;padding: 10px;background: #000;opacity: 0;
	transition:all ease 0.3s;
}
.album_img:hover{box-shadow: 0px 0px 20px #000}
.box_img_title a{font-family: 'UTM-Avo';font-size: 18px;color:#fff;text-transform:capitalize}
.box_img_title a:hover{color: #fff;}
.album_img:hover .box_img_title{opacity: 0.7}



.album_img:hover a img {
	-webkit-transform: scale3d(1.1,1.1,1.1);
	transform: scale3d(1.1,1.1,1.1);
}

/*====ds album====*/
.album_imgs{box-shadow: 0px 0px 5px #000;position:relative;}
.album_imgs img{width:100%;transition:all ease 0.3s;}
.album_imgs:hover .box_img_title{opacity: 0.7}





/*box hÃ¡Â»â€” trÃ¡Â»Â£*/
.hotro{	
	margin:4% 0 0 0;background: url(../images/bg_box.png) no-repeat left center;height:446px;
	
}
.box_hotro_title {
	margin-bottom:2%;	
}
.box_hotro_contain{
	margin-right:5%;	
}
.box_hotro_title{
    font-family: 'Roboto-Bold';
    color: #0e4ead;
    font-size: 18px;
    text-transform: uppercase;
}
.background_bottom_intro{
	background: url(../images/thanh_right.png) no-repeat right -151px center;
}
.background_bottom_tin{
	background: url(../images/bottom_ht.png) no-repeat left bottom;
	font-family: 'SFUFuturaBook';font-weight: bold;color:#010101;font-size: 16px;padding-bottom: 5%;margin: 5% 0;text-transform: uppercase;
	
}

.box_hotro_intro_content{
	font-family: 'Roboto-Regular';
    color: #333333;
    line-height: 25px;
}

.display_media{display:none}
/*tin tÃ¡Â»Â©c*/
.tin_item{position:relative;margin-bottom:20px;border-bottom: 1px solid #ccc;padding-bottom: 20px;}
.tin_display{padding-right: 3%;}
.tin_item_img{float:left;margin-right: 5px;}
.tin_item_img img{width:100%;}
.tin_play_content a{font-family: 'Roboto-Regular';color:#666;text-decoration:none;}
.tin_item_title{/*float:left;padding-left: 3%;width: 66%;*/}
.tin_item_title a{font-family: 'Roboto-Regular'; color:#000;text-decoration:none;font-size: 13px;}
.tin_item_content{font-size: 12px;}

.tin_btn{position:absolute;bottom:20px;right:0;}
.tin_btn a, .tin_btn a:hover{
	background: #0B5A91;color: #fff;font-size: 12px;padding: 3px;	
}

/*.box_hotro_tin_item_title
{
	font-family: 'Roboto-Bold';
    color: #0E4EAD;	
}
.box_hotro_tin_item_content{
	font-family: 'Roboto-Regular';
	color:#333333 !important;	
}

.box_hotro_tin_item_img{
	float:left;	
	margin-right: 3%;
}
.box_hotro_tin_item{
	margin-bottom:5%;	
}*/

.box_s_video{/*float:left*/}
.select_video{/*float:right*/}
.box_img{margin-bottom:10px}
.box_img:nth-child(4n){margin-bottom:0}


/*--main content--*/
.khung_main_content {
	background: url('../images/border_bottom_box.png') no-repeat center bottom;
}
.main_content_title {
	font-family: 'Roboto-Bold';
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	padding: 20px 0;
	background: url('../images/background_bottom.png') no-repeat center bottom;
	margin-bottom: 20px;
}
.main_content_box {
    position: relative;
    background: #fff;
    height: 280px;
    width: 90%;
    margin: auto;
	margin-bottom:40px;
}
.main_content_box_img {
	background: #fff;
	text-align: center;
	position:absolute;
	width:100%;
}
.bottom_img {
	position: absolute;
	background: #fbd232;
	bottom: 0;
	width: 100%;
	height: 55px;
}
.main_content_box_icon {
	position: absolute;
    bottom: 55px;
    margin: auto;
    width: 100%;
}
.main_content_box_title {
	position: absolute;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    word-wrap: break-word;
    color: #000;
    bottom: 0px;
    width: 100%;
	background:#FBD232;
	padding:20px 0;
}
/*--dÃ¡Â»â€¹ch vÃ¡Â»Â¥--*/
.box_dich_vu {
	margin: 30px 0;
}
.box_dv_left {
	position: relative;
	margin-bottom:20px;
}
.box_dv_left_content {
	position: absolute;
	color: #fff;
	margin: 80px 10px;
	text-align: center;
	width: 100%;
}
.box_dv_left_content_title {
	font-size: 56px;
	font-weight: bold;
}
.box_dv_left_content_main{
	margin: auto;
    padding: 0 40px;	
}
.box_dv_left_content .btn_xemthem {
	margin-top: 30px;
}
.box_dv_left_content .btn_xemthem a {
	background: #fcd232;
	color: #000;
	padding: 10px 25px;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.box_dv_left_img {
	background: #fff;
	border-radius: 5px;
	padding: 5px;
}
.box_dv_left_img img{
	width:100%;	
}
.box_dv_right {
	margin-left: 30px;
}
.box_dv_right_item {
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
	height: 200px;
}
.box_dv_right_item:nth-child(2n) {
	margin-right: 0px;
}
.box_dv_right_item:nth-child(2n+1) {
	clear: both;
}
.box_dv_right_item_main {
	padding: 30px;
	text-align: center;
}
.box_dv_right_item_main_title {
	margin-bottom: 20px;
}
.box_dv_right_item_main_title a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
}
.box_dv_right_item_main_content {
	color: #999;
}
/*DÃ¡Â»Â± ÃƒÂ¡n thÃ¡Â»Â±c hiÃ¡Â»â€¡n*/
.box_du_an {
	/*background:url('../images/background_img.png') no-repeat left center;
	height:280px;
	margin:10px 0;	
	position:relative;*/
	margin-bottom: 20px;
	width:95%;
	min-height:300px;
	outline:none;
}
.box_du_an a {
	/*background:url('../images/background_img.png') no-repeat left center;
	height:280px;
	margin:10px 0;	
	position:relative;*/
	text-decoration: none;
	outline: none;
}
.du_an_content_box_content_content{	
}
.du_an_content_box_img img{
	width:100%;
}
.du_an_content_box_content {
	color: #5c5b5b;
	font-size: 13px;
	text-align: justify;
	width: 100%;
}
.du_an_content_box_content_title {
	color: #373737;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
	width: 100%;
}

/**/
.fix_img{
	text-align:center;	
}
.fix_img img{
	width:198px;
	position: relative;	
}
.intro_item_title{
	position: absolute;
    top: 40%;
    /* left: 50%; */
    text-align: center;
    width: 100%;
    color: #0E4EAD;
    text-transform: uppercase;
    padding: 0 100px;
    font-size: 22px;
    font-family: 'Roboto-Bold';
	text-decoration:none;
	line-height: 25px;	
}
/*dÃ¡Â»Â± ÃƒÂ¡n sÃ¡Â»Â­a lÃ¡ÂºÂ¡i css*/

/*khung*/
.khung_mau {
	background: url('../images/border_bottom_box.png') no-repeat center bottom;
	height: 50px;
}
/*--css bÃ¡Â»â€¢ sung phÃ¡ÂºÂ§n template--*/

/*---bÃ¡Â»â€¢ sung--*/
.box_new:nth-child(2n+1) {
	clear: left;
}
.box_new:nth-child(2n+1) {
	clear: left;
}

.box_new img {
	width: 160px;
	border: 1px solid #ccc;
	padding: 2px;
	float: left;
	margin: 5px 10px 0px 0px;
}
.box_new h3 {
	margin-top: 5px;
}
.ngaydang {
	font-style: italic;
	color: #9A9A9A;
	font-size: 12px;
}
#sanpham {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.khung {
	width: 100%;
	/* float: left; */
	position: relative;
	margin-bottom: 10px;
	font-family: 'RobotoCondensed-Regular';
}
.dieuhuong {
	width: 100%;
	float: left;
	padding: 5px 0px 5px 20px;
	background: url('../images/icon_t33.png') no-repeat 0px 7px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: 3%;
}
.dieuhuong a {
	text-decoration: none;
	color: #333;
	padding: 0px 10px 0px 10px;
	float: left;
	background: url('../images/muiten_trong.png') no-repeat right;
	font-weight:bold;
	font-size: 18px;
}
.dieuhuong a:hover {
	color: #007597;
}
.noidung {
	text-align: justify;
	color: #000;
	padding: 10px 0px 10px 0px;
	font-size: 18px;
}
.khung_trai {
	width: 49%;
	float: left;
	margin-left: 0px;
}

.form_contact {
	padding: 20px 0px 0px 0px;
}
#map_canvas {
	position: relative;
	overflow: hidden;
	height: 380px;
	width: 100%;
	margin-bottom: 10px;
	float: left;
}
.khung_phai {
	width: 49%;
	float: right;
	padding: 0px;
}

.form_lh {
	width: 100%;
	float: left;
}

.form_lh fieldset {
	padding: 10px;
	margin: 20px 0px 0px 0px;
	padding-right: 6%;
}
.form_lh legend {
	padding: 0px 10px 0px 10px;
	font-style: italic;
	color: #023B70
}
.form_lh p {
	padding: 5px 0px 5px 0px;
}
.form_lh p input {
	padding: 5px;
	width: 100%;
	margin-left: 10px;
}
.form_lh p label {
	width: 80px;
	float: left;
}


.form_lh p textarea {
	padding: 5px;
	width: 100%;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.form_lh p button {
	border: 0px;
	background: #303030;
	padding: 5px 20px 5px 20px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	margin-left: 13px;
}
.form_lh p button:hover {
	background: #036593
}
.form_van input {
	width: 100%;
	padding: 5px;
}
.form_van button {
	position: absolute;
	z-index: 1000;
	top: 1px;
	right: 0px;
	color: #eee;
	padding: 5px;
	border: 0px;
	background: #E78D00
}
.form_contact {
	padding: 20px 0px 0px 0px;
}
#form_contact input {
	padding: 5px;
}
/*--pagination--*/
ul.pagination {
	text-align: center;
	color: #829994;
}
ul.pagination li {
	display: inline;
	padding: 0 3px;
}
ul.pagination a {
	color: #0d7963;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #cde0dc;
	text-decoration: none;
}
ul.pagination a:hover, ul.pagination a.current {
	background: #0d7963;
	color: #fff;
}
.pagination {
	margin: auto;
	width: auto;
	text-align: center;
	margin-top: 10px;
}
.pages {
}
.pages li.prev {
	margin-right: 15px;
}
.pages li.next {
	margin-left: 15px;
}
.pages li {
	display: inline-block;
	margin: 5px 2px;
}
.pages li a {
	height: 25px;
	padding: 4px 8px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	background: url(../images/backgrounds/pagingBg.png) repeat-x 0 0;
	border: 1px solid #d5d5d5;
	font-size: 11px;
}


.pages li a:hover {
	background: #f6f6f6;
}
.pages li .active {
	background: url(../images/backgrounds/sideGradient.png) repeat-x;
	color: #fff;
	border-color: #424852;
}
.pages li .active:hover {
	background: #2a313d;
}
.right {
	width: 830px;
	float: right;
}
.page_content {
	width: 830px;
}
/*nut-slcik*/
.slick-prev:before, .slick-next:before {
	content: '' !important;
}
.pro_slider .slick-prev, .pro_slider .slick-next {
	width: 23px;
	height: 34px;
	z-index: 999;
}
.pro_slider .slick-prev, .pro_slider .slick-prev:hover, .pro_slider .slick-prev:focus {
	background: url(../images/pre.png) no-repeat top center;
	left: -23px;
}
.pro_slider .slick-next, .pro_slider .slick-next:hover, .pro_slider .slick-next:focus {
	background: url(../images/next.png) no-repeat top center;
	right: -23px;
}
/*tabs content*/
div#container_product {
	margin-top: 10px;
	width: 100%;
	float: left;
}
div#container_product #tabs {
	overflow: hidden;
	border-bottom: 3px solid #00ab4e;
}
div#container_product #tabs li {
	margin: 7px 50px 0px 0px;
	color: rgba(0,102,204,1);
	text-transform: uppercase;
}
div#container_product #tabs li.active {
	color: #000;
	background: #00ab4e;
	padding: 10px 30px 5px 30px;
}
div#container_product #tabs li {
	float: left;
}
div#container_product #tabs li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
/*--bÃ¡Â»â€¢ sung chi tiÃ¡ÂºÂ¿t sÃ¡ÂºÂ£n phÃ¡ÂºÂ©m--*/
#info {
}
.item_index {
	width: 100%;
	float: left;
	margin-bottom: -1px;
	margin-right: -1px;
	text-align: center;
}
.item_index .img {
	width: 100%;
	float: left;
	position: relative;
}
.xemsp {
	position: absolute;
	z-index: 10;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding-top: 10px;
}
.xemsp:after {
	content: '';
	background: url(images/muiten.png) no-repeat 0px 0px;
	width: 5px;
	height: 9px;
	display: inline-block;
	margin-left: 10px;
}
.item_index:hover .xemsp {
	color: #FFF000;
}
.item_index img {
	width: 100%;
	transition: 0.5s;
	display: block;
}
.item_index h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px 0px 0px;
	width: 100%;
	float: left;
}
.item_index h3 a {
	color: #3e3e3e;
}
.item_index:hover h3 a {
	color: #03669A;
	text-decoration: underline;
}
.item_index:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.item_index .giaban span {
	color: #fb4107;
	font-family: 'UTMAvo';
	font-size: 26px;
}
.product_list {
	float: left;
}
.product_list ul {
	width: 150px;
	float: left;
	height: 533px;
	background: #e2e2e2;
	padding: 20px 0px 0px 0px;
}
.product_list ul li a {
	width: 100%;
	float: left;
	padding: 7px 0px 7px 10px;
	color : #4f4f4f;
}
.product_list ul li a:hover {
	color: #02719A;
	text-decoration: underline;
}
#congtrinh {
	background: #eeeeee;
	width: 100%;
	float: left;
	margin: 20px 0px 0px 0px;
}
.khung_tt {
	float: left;
	padding-right: 30px;
}
.khung_km {
	padding-left: 30px;
}
.video_con {
	width: 100%;
	float: left;
	border-bottom: 2px solid #0b7ef4;
	height: 242px;
}
.khachhang {
	padding-right: 10px;
}
.khachhang_item {
	padding: 10px;
	text-align: center;
}
.khachhang_item img {
	max-width: 100%;
	width: auto !important;
	border-radius: 100%;
	box-shadow: 0px 0px 3px #ccc;
}
.khachhang_item h5 {
	font-size: 13px;
	margin-top: 5px;
}
.thuonghieu {
	padding-left: 10px;
}
.thuonghieu a {
	border: 1px solid #eee;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
	transition: 0.5s;
}
.thuonghieu a:hover {
	border: 1px solid #FF01EA
}
.hotro_tructuyen {
	width: 590px;
	float: right;
}
.hotro_online {
	width: 240px;
	float: left;
	padding: 150px 0px 0px 0px;
	background: url(images/hotro.png) no-repeat 0px 0px;
}
.frm_lienhe {
	width: 325px;
	float: right;
}
.box_lh {
	width: 100%;
	float: left;
	border: 1px solid #cfcece;
	margin-top: 10px;
	border-radius: 5px;
	padding: 0px 0px 0px 0px;
}
.frm_lienhe input {
	padding: 7px;
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #cfcece;
}
.box_lh li:last-child input {
	border-bottom: 0px;
	border-radius: 0px 0px 5px 5px;
}
.box_lh li:first-child input {
	border-radius: 5px 5px 0px 0px;
}
.frm_lienhe textarea {
	border-radius: 5px;
	width: 100%;
	height: 80px;
	float: left;
	margin-top: 10px;
	border: 1px solid #cfcece;
	padding: 5px;
}
.frm_lienhe button {
	background: #009030;
	border: 0px;
	padding: 5px 20px 5px 20px;
	color: #fff;
	float: left;
	margin-top: 5px;
	cursor: pointer;
}
.frm_lienhe button:hover {
	color: #FBF201
}
.khung_in {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	background: url(images/bg_khung.png) no-repeat bottom center;
}
/*.khung {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 50px;
	margin-top: 20px;
}*/
.xemtiep {
	float: right;
	font-size: 12px;
	background: url(images/xemm.png) no-repeat 80px 12px;
	transition: 0.5s;
	text-align: center;
	font-weight: bold;
}
.xemtiep a {
	text-decoration: none;
	font-style: italic;
	float: left;
	padding: 7px 0px 7px 0px;
	color: #F40000;
}
.xemtiep a:hover {
	color: #036889;
}
.giaohang {
	width: 100%;
	float: left;
	margin-top: 20px;
	padding: 0px 0px 30px 0px;
}
.thanh_title {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	position: relative;
}
.thanh_title h2, .thanh_title h4 {
	font-family: 'RobotoCondensed-Regular';
	color: #005fb8;
	font-size: 22px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
/*.thanh_title h2:after,.thanh_title h4:after{  
background:url(images/after.jpg) no-repeat top left;
width:40px;
height:44px;
top:0px;
left:100%;
position:absolute;
content:'';
}*/
.phutung_chu:after {
	display: none;
}
.phutung_chu:before {
	background: url(images/ater1.jpg) no-repeat top left;
	width: 40px;
	height: 44px;
	top: 0px;
	right: 100%;
	position: absolute;
	content: '';
}
#sp_banchay {
	width: 100%;
	margin: auto;
	height: 450px;
	background: #eeeeee;
	padding-top: 55px;
}
.thanh_title h2 a {
	color: #000;
}
.quangcao_dm {
	float: left;
	transition: 0.5;
}
.quangcao_dm:hover {
	outline-offset: -20px;
	outline: 1px solid #fff;
}
.list_carousel_dm {
	float: right;
	width: 910px;
}
.list_carousel_dm .owl-controls {
	display: none;
}
#hotro {
	width: 100%;
	float: left;
	padding: 20px 0px 20px 0px;
	background: url(images/gach_hotro.png) repeat-x bottom
}
#gioithieu {
	width: 100%;
	float: left;
	margin: 30px 0px 0px 0px;
}
.gioithieu {
	width: 100%;
	float: left;
	background: url(images/bg_gioithieu.png) no-repeat;
	margin: 45px 0px 45px 0px;
	padding: 0px 0px 0px 0px;
	color: #595959;
}
.thanh_gt {
	width: 100%;
	float: left;
	position: relative;
}
.xemthem_gt a {
	display: inline-block;
	padding: 7px 30px 7px 30px;
	color: #000;
	text-transform: uppercase;
	background: #ff7e00;
	font-weight: bold;
	margin: 20px 0px 0px 0px
}
.xemthem_gt:hover a {
	color: #fff;
}
.noidung_gt {
	text-align: justify;
	width: 550px;
	float: left;
	color: #595959;
}
.hinh_gt {
	float: left;
	background: url(images/bong_gt.png) no-repeat center bottom;
	padding-bottom: 24px;
}
.hinh_gt img {
	padding: 5px;
	border: 1px solid #d1d1d1;
	background: #fff;
	display: block;
}
.owl_menu li {
	border: 10px solid #fff;
	position: relative;
}
.owl_menu li img {
	display: block;
}
.owl_menu li h3 {
	position: absolute;
	background: rgba(0,0,0,0.7);
	bottom: -50px;
	left: 0px;
	width: 100%;
	float: left;
	transition: 0.5s;
}
.owl_menu li:hover h3 {
	bottom: 0px;
}
.owl_menu li h3 a {
	color: #ff7e00;
	float: left;
	width: 100%;
	padding: 5px;
}
.owl_menu .owl-controls {
	display: none;
}
.thanh_bottom {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	background: url(images/bg_thanh.png) repeat-x 0px 12px;
	padding: 0px 0px 0px 0px;
	color: #00aeef;
	height: 33px;
	font-family: 'UTMFlamenco';
}
.thanh_bottom img {
	float: left;
	margin-right: 10px;
}
.thanh_bottom:after {
	width: 15px;
	height: 15px;
	content: '';
	background: #ec0574;
	display: inline-block;
}
.thanh_bottom h4 {
	color: #ec0574;
	text-transform: uppercase;
	font-size: 24px;
	display: inline-block;
	background: #fff;
	padding: 0px 20px 0px 0px;
}
.khung_1 {
	width: 100%;
	float: left;
	border: 1px solid #efefef;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}
.khung_thongtin li {
	padding: 5px 0px 5px 0px;
	width: 100%;
	float: left;
	color: #333;
	border-bottom: 1px solid #ebebeb;
}
.khung_thongtin h1 {
	font-size: 32px;
	color: #3b5998;
	text-shadow: 0px 0px 3px #fff;
	text-transform: uppercase;
	font-family: 'SFUEurostileCondensed';
}
.khung_thongtin b {
}
.khung_thongtin .masp {
	color: #593a3a;
	font-size: 18px;
}
.khung_thongtin .mota_detail {
	border-left: 0px;
	border-right: 0px;
	white-space: pre-line;
	padding: 20px 0px 20px 0px;
}
.khung_thongtin .gia_detail {
	color: #593a3a;
	font-size: 18px;
}
.khung_thongtin .gia_detail b {
}
.khung_thongtin .giacu_detail {
	font-size: 16px;
	color: #999;
	text-decoration: line-through;
}
.khung_thongtin .giacu_detail span {
}
.khung_thongtin .baohanh_detail {
	color: #015DA4;
}
.giamgia_detail {
	position: absolute;
	z-index: 100;
	right: 10px;
	top: 10px;
	height: 50px;
	width: 50px;
	background: url(images/sale.png) no-repeat;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
}
.lienhe_ {
	font-size: 18px;
	font-weight: bold;
	color: #AEAEAE
}
.dathang_detail p {
	width: 100%;
	float: left;
}
.dathang_detail select {
	width: 80px;
	height: 50px;
	float: left;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background: url(images/select.png) no-repeat right 0px;
}
.tintuc_hot {
	width: 340px;
	float: left;
	margin-right: 40px;
}
.row_video {
	width: 440px;
	float: right;
}
#huongdan_dh {
	float: right;
}
.chonsize label {
	padding: 0px 10px 0px 0px;
	font-weight: 100;
	cursor: pointer;
	color: #DC00C0
}
.gia_detail span {
	font-size: 14px;
	color: #666;
}
.dathang_detail .thanhtoannhanh {
	width: 200px;
	float: left;
	background: #e41c2c;
	height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px 0px 0px 0px;
	cursor: pointer;
	color: #fff;
	margin-left: 0px;
	border-radius: 5px;
	text-align: center;
}
.dathang_detail .muangay {
	width: 177px;
	float: left;
	background: url(images/thanhtoan.png) no-repeat;
	height: 46px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	padding: 9px 0px 0px 70px;
	cursor: pointer;
}
.dathang_detail .thanhtoannhanh:hover, .dathang_detail .muangay:hover {
	color: #FFF600;
}
.dathang_detail span {
	width: 42px;
	height: 42px;
	padding: 7px 0px 0px 0px;
	float: left;
	border: 3px solid #ccc;
	border-radius: 50%;
	text-align: center;
}
.huongdan_detail a {
	width: 100%;
	float: left;
	padding: 5px 0px 10px 30px;
	background: url(images/time.png) no-repeat 5px 9px;
	color: #035E80;
	font-style: italic;
}
.huongdan_detail a:hover {
	color: #04579D
}
.input-quantity {
	display: inline-block;
	border: 1px solid #ccc;
}
.input-quantity button {
	height: 30px;
	width: 30px;
	border: 0px;
	background: none;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
.input-quantity input {
	width: 60px;
	height: 30px;
	border: 1px solid #ccc;
	border-top: 0px;
	border-bottom: 0px;
	padding-left: 25px;
	display: inline-block;
	vertical-align: top;
}
.box_new {
	width: 100%;
	float: left;
	padding: 10px;
}
/*sÃ¡Â»Â­a*/
.sty_lh{
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:none !important;
}
.sty_lh a{
	color:#999;
	border:1px solid #999;
	padding:10px 20px;
	color:red;
	font-weight:bold;
	font-size: 32px;
}

@media (max-width: 412px){}
@media (max-width: 360px){
	.box_new {
		width:100%;
	}
}
.box_new img {
	/*width: 160px;*/
	border: 1px solid #ccc;
	padding: 2px;
	float: left;
	margin: 5px 10px 0px 0px;
}
.box_new h3 a {
	color: #4f4f4d;
	font-family: 'arial';
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.box_new p {
	font-size: 12px;
	color: #333;
}
.box_new:nth-child(2n+1) {
	clear: left;
}
.box_new:hover h3 a {
	color: #AF0808
}
.content_new {
	overflow: hidden;
	height: 400px;
	width: 100%;
	float: left;
}
.ngaydang {
	font-style: italic;
	color: #9A9A9A;
	font-size: 12px;
}
.thongtin_detail {
	font-style: italic;
}
.khuyenmai_detail {
	margin: 5px 0px 0px 0px;
}
.khuyenmai_detail ul li {
	padding: 5px 20px 5px 0px;
	color: #008c00
}
.khuyenmai_detail ul li input {
	float: left;
	margin: 3px 5px 0px 0px;
}

/*--slider banner responese--*/
.nivo-controlNav {
 position: absolute;
 width: auto !important;
 right: 0;
 bottom: 25%;
 padding: 0 !important;
 z-index: 1000;
/* visibility: hidden; */
}
.nivo-control {
	width: 24px !important;
	height: 24px !important;
	background: url('images/private_1/dot_1_03.png') no-repeat !important;
	overload: hidden;
	border-radius: 50% !important;
}
.nivo-control.active {
	width: 24px !important;
	height: 24px !important;
	background: url('images/private_1/dot_2_05.png') no-repeat !important;
	overload: hidden;
	border-radius: 50% !important;
}
.nivo-control img {
	visibility: hidden !important;
}
.nivo-caption {
	width: 52.7%;
	height: 30%;
	position: absolute;
	bottom: 20%;
	font-family: 'UVFAphroditePro' !important;
	font-size: 32px;
	line-height: 39px;
	padding: 0;
}
.nivo-caption div {
	background: url(images/private/bg_titile_slider.png);
	position: relative;
	width: 100%;
	height: 100%;
	padding: 1% 5%;
}

/*--menu footer--*/
#menu ul.menu_footer li{
	text-transform:uppercase !important;	
}



/*=============================frame images====================*/
.frame_images {
    float: left;
    width: 300px;
}
.selectors {
    border: 1px solid #ccc;
    text-align: center;
    float: left;
    width: 100%;
    padding: 5px;
}
.frame_images .owl-controls {
    display: none;
}

/*====fix trang trog====*/
.sp_tieu_bieu_title_text{

}
/*.sp_tieu_bieu_title{
	width: 100%;
    margin: 10px 0px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #405769;
    height: 27px;
    margin-top: 80px;	
}
.sp_tieu_bieu_title_text{margin-top: -13px; text-align: center;text-transform: uppercase;font-family: 'Roboto-Regular';
    font-size: 28px;    
	background: url(../images/bg_title_l.png) no-repeat bottom left,url(../images/bg_title_r.png) no-repeat bottom right #fff;
    padding: 0px 20px;display: inline-block;
}*/

/*===fix chi tiÃ¡ÂºÂ¿t sp====*/
.active_ a{background: #007DAC; color: #fff;padding: 10px 11px;text-decoration:none;}
#tabs_{ border-bottom: 2px solid #007DAC;padding-bottom: 8px;}

/*scroll*/
.back_to_top{
	display:none;
	position:fixed;
	bottom:55px;
	right:0;
	text-align: right;
	z-index: 99999;	
}
.back_to_top img{
	width:10%; border: 1px solid #fff; border-radius: 50%;
}

/*===hiÃ¡Â»â€¡u Ã¡Â»Â©ng sÃ¡ÂºÂ£n phÃ¡ÂºÂ©m===*/
span.roll {
    background:url(images/mag.png) center center no-repeat #000;
    height: 346px;
    position: absolute;
    width: 347px;
    z-index: 10;	
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px  #000;
	box-shadow: 0px 0px 4px  #000; 
} 


/*====nÃƒÂºt cÃ¡Â»Â§a slick sp====*/
.slick-prev:before, .slick-next:before{
content: '' !important;
}
.auto_sp .slick-prev, .auto_sp .slick-next{
width:42px;
height:42px;
z-index:999;
}
.auto_sp .slick-prev,.auto_sp .slick-prev:hover,.auto_sp .slick-prev:focus{
	background:url(../images/slick_left.png) no-repeat top center;
    left: -30px;
    top: 200px;
}
.auto_sp .slick-next,.auto_sp .slick-next:hover,.auto_sp .slick-next:focus{
background:url(../images/slick_right.png) no-repeat top center;
	right: -30px;

    top: 200px;
}

/*====fanpage box====*/
.fanpage_box{
	width:300px;
	height:300px;
	position:fixed;
	top:30%;
	left:-300px;
	z-index:99999;
	transition:all 0.5s;	
}
.fanpage_box:hover{
	width:300px;height:300px;
	position:fixed;
	top:30%;
	left:0;
	transition:all 0.5s;	
}
.fanpage_box img{width:45px;}
.show_face{
	position:absolute;
	top:0;
	right:-45px;
	cursor:pointer;
}
/*====hÃ¡Â»â€” trÃ¡Â»Â£ box====*/
.hotro_box{
	width:200px;
	height:300px;
	position:fixed;
	top:40%;
	left:-200px;
	z-index:999;
	background:#fff;
	transition:all 1s;	
}
.hotro_box img{width:45px;}
.hotro_box:hover{
	width:300px;min-height:300px;
	position:fixed;
	top:40%;
	left:0;
	transition:all 0.5s;	
}
.show_face_ht{
	position:absolute;
	top:0;
	right:-45px;
	cursor:pointer;
}

/*====hÃ¡Â»â€” trÃ¡Â»Â£ trÃ¡Â»Â±c tuyÃ¡ÂºÂ¿n====*/

.list_hotrott{padding:5%; font-family:'UTM-Avo'}
.hotrott_item{
	border-bottom: 1px dashed #ccc;padding: 20px 0;
}
.hotrott_item div{padding-left:30px;margin: 10px 0;}
.hotrott_name{
	color:blue;
	background:url('../images/icon_ht.png') no-repeat left center;
	background-size: contain;
}
.hotrott_phone{
	background:url('../images/phone_ht.png') no-repeat left center;
	background-size: contain;	
}
.hotrott_mail{
	background:url('../images/mail_ht.png') no-repeat left center;
	background-size: contain;	
}
.hotrott_phone a{text-decoration:none;}
.hotrott_mail a{text-decoration:none;}

/*gÃ¡Â»Âi Ã„â€˜iÃ¡Â»â€¡n chÃ¡Â»â€° Ã„â€˜Ã†Â°Ã¡Â»Âng tÃ†Â° vÃ¡ÂºÂ¥n*/
.call{width:100%;  height:50px; line-height:50px; position:fixed; bottom:0px; left:0px; background:red; text-align:center; z-index:999999;display:none}
.call div{width:33%; float:left; height:50px;}
.call strong{padding-left:38px; display:inline-block;}
.call span{display:inline-block; line-height:50px; background:url(../images/goidien.png) no-repeat left center; padding-left:28px;  background-size:auto 25px;
	-webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	}
.call a{color:#fff; font-size:14px;}
.blink_me{
	-webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
/*=======================================================*/



/*===sÃ¡ÂºÂ£n phÃ¡ÂºÂ©m nÃ¡Â»â€¢i bÃ¡ÂºÂ­t====*/
.tabs_list{text-align:center;margin: 30px;}
.tabs_list a, .tabs_list a:link{
	cursor:pointer;font-family: 'UTM-Avo';text-transform: uppercase;
	margin: 5px;padding: 10px 30px;border: 2px solid #B6B7BA; background: #fff;color: #666;text-decoration:none;
}
.tabs_list a:active{
	background: #000;color: #fff;border: 2px solid #000;
}
/*====fix iframe sÃ¡ÂºÂ£n phÃ¡ÂºÂ©m====*/
.app-figure{}
.selectors{
	border:none;margin-left: -15px;
}
.owl-stage{/*width:100px !important*/}
.owl-item{/*width:100% !important;*/}
.owl-carousel .owl-item{border-right:none !important; margin-bottom: 10px !important;}
.mz-thumb img{border: 1px solid #ccc !important;padding: 3px !important;}
.selectors .owl-stage li{background:#F2F0F0 !important}

.dathang_detail .thanhtoannhanh a, .dathang_detail .muangay a {
    color: #FFF600 !important;
}

.active_bg{background:#000;}

.btn_spmoi{text-align:center;margin-top: 20px;}
.btn_spmoi a, .btn_spmoi a:hover{
	font-family: 'UTM-Avo';
    text-transform: uppercase;
    margin: 5px;
    padding: 10px 30px;
    border: 2px solid #B6B7BA;
    background: #fff;
    color: #666;
    text-decoration: none;
}


/*fix hover sÃ¡ÂºÂ£n phÃ¡ÂºÂ©m*/
.tabs_list a:hover{background:#000;color:#fff;}

/*====danh mÃ¡Â»Â¥c left====*/
.dm_left_contain{margin-top: 50px;padding-right: 20px !important;}
.thanh{    
	background: #000;color: #fff;padding: 10px;text-align: center;text-transform: uppercase;font-family: 'SFUFuturaBook';
}
.danhmuc{margin-bottom:20px;}
#menu_dm li{padding:10px 0;border: 1px solid #ccc;border-top: none;background:url('../images/arrow_dm.png') no-repeat left 15px top 17px;padding-left: 30px;}
#menu_dm li a{font-family: 'UTM-Avo';color: #000;text-transform: uppercase;}
#menu_dm li a:active{color:red;text-decoration:none;}
ul .dm_con_left li{background:none !important;border:none !important;}
.dm_con_left_li{display:none;}

.border_fix{border: 1px solid #ccc;padding: 10px 0;}
.box_hotro_content{padding: 10px;border-bottom: 1px dashed #ccc;word-wrap: break-word;}
.hotro_name{color: blue;padding-left: 30px;}
.hotro_phone{background: url(../images/phone_ht.png) no-repeat left center;background-size: contain;padding-left: 30px;margin-bottom: 5px;}
.hotro_email{background: url(../images/mail_ht.png) no-repeat left center;background-size: contain;padding-left: 30px;}
.hotro_phone a, .hotro_email a{color:#000;text-decoration:none;}

/*sp Ã„â€˜ÃƒÂ£ xem*/
.border_fix_daxem{border:1px solid #ccc;}
.left_main_content{}
.left_spdx_img{float:left;width:40%;}
.left_spdx_ten{float:left;width:60%;}
.left_spdx_ten_sty a{color:#000;text-transform:uppercase;}
.left_spdx_gia_sty{color:red;}
.fix_padding_daxem{padding:10px;}

/*tabs phÃƒÂ¢n trang*/
.holder{ margin: 10px auto; text-align: center; height:30px; }
.holder a {font-size: 12px; cursor: pointer; margin: 0 1px; color: #666; background-color: #fff; border: 1px solid #B6B7BA; padding: 7px 12px}
.holder a:hover {background-color: #000; color: #fff;}
.holder a.jp-previous {margin-right: 0px; width:80px; text-align:center; padding: 7px 5px; border: 1px solid #B6B7BA;}
.holder a.jp-next {margin-left: 0px; text-align:center; padding: 7px 14px; border: 1px solid #B6B7BA;}
.holder a.jp-current, a.jp-current:hover {color: #666; font-weight: bold;}
.holder a.jp-disabled, a.jp-disabled:hover {color: #bbb;}
.holder a.jp-current, a.jp-current:hover,.holder a.jp-disabled, a.jp-disabled:hover {cursor: default; background: #000; color: #fff;  border: 1px solid #000;}
.holder span { margin: 0 5px; }

/*selector video*/
.chanvideo{width:100%;padding:7px;}

/*fix dots - //change next-prev */
.frame_images .owl-controls{display:block}
.owl-dots{display:none !important;}
.owl-carousel .owl-stage:after{
	visibility: visible !important;
}
.owl-carousel .owl-nav .owl-prev:before{
    content: "<";
    /*margin-right:10px;*/
}
.owl-carousel .owl-nav .owl-next:after{
    content: ">";
    /*margin-left:10px;*/
}

div.goilai
{
	max-width: 265px;
	padding: 10px 10px;
	color: #fff;
	background: #06F;
	text-align: center;
	font-size: 15px;
}
div.goilai input[type='text']
{
	width: 200px;
	border: none;
	padding: 5px;
	font-size: 13px;
	color:#333;
}
div.goilai input[type='button']
{
	padding: 5px 10px;
	border: none;
	background: #e41c2c;
	font-size: 13px;
}