/*reset*/
* {list-style:none;padding:0;margin:0 auto;}
a {text-decoration:none;}
body {font-family:'Arial', 'Helvetica', 'sans-serif';font-size:12px;}
/*=======================================*/
a:focus,a:hover{text-decoration:none;}
*{margin:0;list-style:none;}
.clear{display:block;clear:both;}
.h1, .h2, .h3, h1, h2, h3{margin:0;}
ol, ul{margin:0;padding:0;}
/*=======================================*/
/*commont*/
.text{
	text-align:justify;
	line-height:2em;
}

.text img{max-width:100%;}

.clear{
	display:block;
	clear:both;
}
.left_0{margin-left:0px !important;}
.my_table{display:table;}
.my_row{display:table-row;}
.my_cell{display:table-cell;}
.w100{width: 100%;}
.mw100{width: 100%;}
.padding0{padding: 0px}
.top20{margin-top: 20px;}
.top15{margin-top: 15px;}
.top10{margin-top: 10px;}
.top5{margin-top: 5px;}
.padding_min{position: relative;}
.margin_min{position: relative;}
.row_sanpham{margin-left:-15px;margin-right: -15px;}
.inline_block{display: inline-block;}
/*gio hang*/
.contain_table_giohang{
    overflow: visible;
}
@media screen and (max-width:475px){
    .contain_table_giohang{
        overflow-x: scroll;
    }
}
.table_giohang{
	border:1px solid #d0d0d0;
}
.table_giohang .title_giohang td{
	 background: #fafafa;
}
.btn_delete_giohang{
	display: inline-block;
	width: 20px;
	height:20px;
	border-radius: 50px;
	line-height: 20px;
	color:#000;
	border:1px solid #d0d0d0;
}
.btn_delete_giohang:hover{
	border:1px solid #000;
}

.table_giohang td{
	border-width: 0 1px 1px 0;
    border-style: solid;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
   
    padding: 13px 20px;
    border-color: #d0d0d0;
}
.table_giohang td:last-child{
	border-right:0px;
}
.table_giohang tr:last-child td{
	border-bottom: none;
}
.box-basket-img{
	width: 70px;
	height:70px;
	overflow: hidden;
	float:left;
}
.box-basket-img img{
	width: 70px;
}
.box-basket-name {
	float: left;
	margin-left: 10px;
	width: 128px;
	text-align: left;
}
.box-basket-name h2{
	font-size: 13px;
	font-weight: normal;
}
.contain_number_giohang{
	display: inline-block;
}
.minus_giohang{
	display: inline-block;
	float: left;
	width: 20px;
	height: 28px;
	border:1px solid #d0d0d0;
	border-right:none;
	line-height: 28px;
}
.plus_giohang{
	display: inline-block;
	float: left;
	width: 20px;
	height: 28px;
	border:1px solid #d0d0d0;
	border-left:none;
	line-height: 28px;
}
.number_giohang{
	display: inline-block;
    float: left;
    text-align: center;
    height: 28px;
    line-height: 28px;
    width: 36px;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    border:1px solid #d0d0d0;
}
.gia_giohang{
	color: #cb0000;
    font-size: 16px;
    font-weight: bold;
}

.box_tongdonhang{
	 border:1px solid #d0d0d0;
	 max-width: 400px;
	 margin-top: 20px;
}
.title_tongdonhang{
	padding:7px 15px;
	text-align: left;
	border-bottom: 1px solid #d0d0d0;
}
.title_tongdonhang h2{
	text-transform: uppercase;
	color: #AD0000;
	font-size: 13px;
}
.body_tongdonhang{
	padding: 7px 15px;
}
.table_tongdonhang{
	width: 100%;
}
.table_tongdonhang .my_row .my_cell:last-child{
	text-align: right;
}
.button_tonggiohang{
	width: 100%;
	text-align: center;
	border-color: #d8d8d8;
    color: #505050;
    background: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #ffffff , EndColorStr= #e9e9e9 );
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9));
    background: -webkit-linear-gradient(#ffffff, #e9e9e9);
    background: -moz-linear-gradient(top, #ffffff, #e9e9e9);
    background: -ms-linear-gradient(#ffffff, #e9e9e9);
    background: -o-linear-gradient(#ffffff, #e9e9e9);
    background: linear-gradient(#ffffff, #e9e9e9);
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: inline-block;
    padding: 0 20px;
    line-height: 38px;
    height: 40px;
    border-width: 1px 1px 2px;
    border-style: solid;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: none;
    cursor: pointer;
    margin-bottom: 5px;
}
.button_tonggiohang:hover{
	 background: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#e9e9e9  , EndColorStr=#ffffff );
    background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#ffffff));
    background: -webkit-linear-gradient(#e9e9e9, #ffffff);
    background: -moz-linear-gradient(top, #e9e9e9, #ffffff);
    background: -ms-linear-gradient(#e9e9e9, #ffffff);
    background: -o-linear-gradient(#e9e9e9, #ffffff);
    background: linear-gradient(#e9e9e9, #ffffff);
}
.button_tonggiohang_gui{
	color:#fff;
	background: #e43a1b;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #f24925 , EndColorStr= #d62b10 );
    background: -webkit-gradient(linear, left top, left bottom, from(#f24925), to(#d62b10));
    background: -webkit-linear-gradient(#f24925, #d62b10);
    background: -moz-linear-gradient(top, #f24925, #d62b10);
    background: -ms-linear-gradient(#f24925, #d62b10);
    background: -o-linear-gradient(#f24925, #d62b10);
    background: linear-gradient(#f24925, #d62b10);
}

.button_tonggiohang_gui:hover{
	background: #e43a1b;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr= #d62b10 , EndColorStr= #f24925 );
    background: -webkit-gradient(linear, left top, left bottom, from(#d62b10), to(#f24925));
    background: -webkit-linear-gradient(#d62b10, #f24925);
    background: -moz-linear-gradient(top, #d62b10, #f24925);
    background: -ms-linear-gradient(#d62b10, #f24925);
    background: -o-linear-gradient(#d62b10, #f24925);
    background: linear-gradient(#d62b10, #f24925);
}
.table_guidonhang{
	max-width: 400px;
}
.table_guidonhang .input{
	height: 20px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    width:100%;
}
.table_guidonhang textarea{
	height: auto !important;
}
/*TOP*/
#top{
	color:#FFF;
	font-weight:500;
	text-align:center;
	position:fixed;
	bottom:4px;
	right:10px;
	display:none;
	cursor:pointer;
	}
#top:hover{}

/*++++++++++Lien he+++++++++++*/
.tablelienhe{margin:20px 0px;}
.tablelienhe span {color:#F00;}
.tablelienhe .my_cell {
	padding:5px 0px;
	vertical-align:top;
}

.tablelienhe .input {
	height: 35px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 20px;
    color: #666;
    font-size: 12px;
    box-sizing:border-box;
}
.tablelienhe textarea{
	 padding: 5px;
}
.tablelienhe .title {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase
}
.button{
	display:inline-block;
	padding:10px 20px;
	border-radius:5px;
	border:1px solid #cdcdcd;
	cursor:pointer;
	background:#fff;
	color:#000;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.button:hover{
	background:#2A8FED;
	color:#fff;
}
/*inner*/
.inner{
	width:1200px;
	margin:0 auto;
	position:relative;
}
/*header*/
#header{position:relative;max-width: 1349px;margin: 0px auto;background:url(../images/banner.png) center center;height: 194px;z-index:999;}
#header .inner{height:194px;}
.name_company{position: absolute;font-family: 'RobotoCondensedRegular';font-size: 34px;left:35px;top:20px;text-shadow: 0px 0px 0px #fff,1px 0px 0px #fff,0px 1px 0px #fff,-1px 0px 0px #fff,0px -1px 0px #fff;color:#f00;}
/*banner*/
#banner{height:auto;}
#banner h1{
	width:0px;
	height:0px;
	text-indent:-9999px;
	position:absolute;
}
#language{position: absolute;top:100px;right: 0px;}
.logo{position: absolute;float: left;width: 216px;height: 168px;background: url(../images/khung_logo.png);text-align: center;top:25px;left:490px;}
.logo img{display: inline-block;margin-top: 30px;}

.hotline_top{
	font-size:18px;
	color:#393939;
	padding-left:30px;
	background:url(../images/icon-phone.png) left center no-repeat;
	position:absolute;
	left:25px;
	top:75px;
	font-family: 'RobotoCondensedBold';
	line-height: 32px;
	text-shadow: 0px 0px 0px #fff,1px 0px 0px #fff,0px 1px 0px #fff,-1px 0px 0px #fff,0px -1px 0px #fff;
} 
.hotline_top span{color:#ff0000;}
.social_top{
	position:absolute;
	right:0;
	top:10px;
}
/*menu top*/
#menu{position: absolute;bottom: 14px;width: 100%;}
#menu ul li{float:left;position:relative;}
#menu > ul{text-align: center;width: 100%;}
#menu > ul > li {
	display: inline-block;
	float: none;
}
#menu ul li a{
	line-height:85px;
	font-size:26px;
	padding:0px 20px;
	color:#fff;
	display:block;
	 font-family: 'UVNPhuongTay';
}
.khoang_cach_menu{width: 200px;}
#menu ul li.menu_active a,#menu ul li a:hover{color:#ffcb00;}

#menu ul li ul{
	width:230px;
	position:absolute;
	top:100%;left:0;
	display:none;
	z-index:9999;
}
#menu ul li ul li{
	background:#683000;
	display:block !important;
	float:none;
	border-bottom:1px solid #fff;
}
#menu ul li ul li a{
	background:none !important;
	color:#fff !important;
	line-height:normal !important;
	padding: 10px 25px;}
#menu ul li ul li a:hover{color:#ffcb00 !important;}
#menu ul li ul li ul{top:0;left:100%;}



/*menu bootstrap*/
#btn_menu_bootstrap{position:absolute !important;height:auto;top:2px !important;left:10px;color:#fff;font-size:30px;display:none !important;padding:0 !important;z-index:999;}
#btn_menu_bootstrap:hover{color:#9C0;padding:0 !important;}

#menu_bootstrap{display:none;float:left;width:100%;position:relative;z-index:9999;}
#menu_bootstrap ul{list-style:none;padding:0;margin:0;}
#menu_bootstrap ul li{width:100%;background:#057604;text-indent:10px;line-height:40px;position:relative;text-align:left;}
#menu_bootstrap ul li:not(:last-child){border-bottom:1px solid #fff;}
#menu_bootstrap ul li a{display:block;color:#fff;text-decoration:none; font-family: 'Arial';font-size:15px;}
#menu_bootstrap ul li a.sub_btn{position:absolute;width:40px;height:40px;background:url(../images/commont/icon_arrow.png) center center no-repeat;background-size:10px 10px;right:0px;top:0px;/*;border-left:1px solid #fff*/;text-align:center;text-indent:0;

-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
-o-transition:all 0.3s;
-ms-transition:all 0.3s;
transition:all 0.3s;
}
#menu_bootstrap ul li ul{display:none;margin-left:10px;}



/*search*/
#search{
	width:247px;
	height:47px;
	background:url(../images/bg_search.png) 0px 0px no-repeat;
	position:absolute;
	right:0;
	top:35px;
}
#search input[type="text"]{
	outline:none;
	background:none;
	border:none;
	height:32px;
	width:192px;
	padding-left:10px;
}
#search #btn{
	height:28px;
	width:32px;
	cursor:pointer;
	float:right;
	position:absolute;
	right:0;
	top:0;
}
/*slider*/
#slider{
	margin:auto;
	position:relative;
	margin-top: -14px;
	margin-bottom:30px;
	
}
#full{max-width:1349px;margin:0px auto;}
.slider-wrapper{max-width:1349px;margin:0px auto;}
.contain_box_skitter{width:1200px;margin:auto;}

.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
    position: absolute !important;
    width: 100% !important;
    /* bottom: 0px; */
    top: 674px !important;
    left: 0px !important;
    z-index: 999 !important;
}

#index_tintuc{background: #f7f7f7;padding: 45px 0px;}
.img_tintuc_noibat{width: 130px;float: left;border:1px solid #fff;box-shadow: 0px 0px 3px #3e3e3e;height:130px;border-radius: 50%;overflow: hidden;}
.right_tintuc_noibat{width: 415px;float: left;margin-left: 15px;}
.item_tintuc_noibat{margin-bottom: 30px;}
.name_tintuc_noibat{font-family: 'RobotoCondensedRegular';font-size: 16px;color:#262626;font-weight: normal;}
.name_tintuc_noibat:hover{color:#f00;}
.des_tintuc_noibat{font-size: 12px;color:#262626;margin-top: 10px;line-height: 18px;max-height: 54px;overflow: hidden;}
.title_index_tintuc{font-size: 34px;color:#3e3e3e;font-family: 'UVNPhuongTay';padding-bottom: 5px;border-bottom: 1px solid #3e3e3e;margin-bottom: 35px;}
.left_index_tintuc{width: 590px;float: left;}
.right_index_tintuc{width: 590px;float: right;}

/*left*/
#left{float: right;}
.sub_left{margin-bottom:20px;}
.title_left{height:35px;background:#2a8fed;}
.title_left h2{
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	line-height:35px;
}

.item_tooltip{position: relative;}
.my_tooltip{position: absolute;bottom:100%;background: #353535;font-weight: bold;color:#fff;border-radius: 3px;padding: 3px 5px;left: 0;margin-bottom: 5px;display: none;}
.my_tooltip:after{content:"";position: absolute;border-top:5px solid #353535;border-bottom:5px solid transparent;border-left:5px solid transparent;border-right:5px solid transparent;top:100%;left:50%;margin-left: -5px;}


/*menu left*/
.menu_left ul{background:#2a8fed;}
.menu_left ul li{position:relative;}
.menu_left ul li a{
	line-height:35px;
	font-size:13px;
	color:#fff;
	display:block;
	border-bottom:1px solid #fff;
}
.menu_left ul li ul{
	display:none;
	width:100%;
	background:red;
}
/*main*/
#main{}
.sub_main{
	margin-bottom: 20px;
}
.title_main{
	margin-bottom:40px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.title_main:before{content: "";width: 100%;height:1px;background: #eeeeee;top:50%;left:0px;position: absolute;}
.title_main h2{
	color:#fff;
	line-height:36px;
	font-weight:normal;
	display: inline-block;
	width: 244px;
	height: 36px;
	background: url(../images/bg_title_main.png);
	box-sizing:border-box;
	padding: 0px 25px;
	white-space: nowrap;
	text-align: center;
	text-overflow:ellipsis;
	font-family: 'UVNPhuongTay';
	font-size: 24px;
	position: relative;
	z-index: 100;
}

/*product*/
.box_sanpham{
	float:left;
	width: 25%;
	box-sizing:border-box;
	margin-bottom:30px;
	padding:0px 15px;
	
}


.img_sanpham{
	text-align:center;
	overflow:hidden;
	position: relative;
	border:1px solid #cdcdcd;
	box-sizing:border-box;
}
/*.img_sanpham a{position: absolute;top:0px;left:0px;right:0px;bottom:0px;box-sizing:border-box;
	-webkit-transition:all 0.5s;

	transition:all 0.5s;
	transform:rotateY(90deg) rotateX(90deg);
	background: rgba(0,0,0,0.5);
	 -webkit-perspective: 500;
    -moz-perspective: 500;
    -o-perspective: 500;
    -ms-perspective: 500;
    perspective: 500;
}
.img_sanpham:hover a{
transform:rotateY(0) rotateX(0);
}*/

.img_sanpham a{position: absolute;top:0px;left:0px;right:0px;bottom:0px;box-sizing:border-box;border:1px solid #fff;-webkit-transition:all 0.3s;

	transition:all 0.3s;
	/*margin-left: 10px;
	margin-top: 10px;margin-right: 10px;
	margin-bottom: 10px;*/
	border:none;
}
.img_sanpham:hover a{
	margin-left: 0px;
	margin-top: 0px;margin-right: 0px;
	margin-bottom: 0px;
	background:rgba(255,255,255,0.2);
}
.img_sanpham img{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.name_sanpham{
	text-align:center;
	font-size:14px;
	margin-top:10px;
}
.name_sanpham h2{font-size:14px;color:#3e3e3e;font-weight: normal;}
.gia_sanpham{font-size:14px;text-align:center;margin-top:5px;}
.gia_sanpham span{color:#f00;}
.more_sanpham{text-align:center;margin-top:5px;}
.more_sanpham a{
	background:#2A8FED;
	display:inline-block;
	padding:7px 20px;
	color:#fff;
	font-weight:bold;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.more_sanpham a:hover{color:#000;background:#ff0;}
/*product detail*/

.img_detail{
	width: 450px;float: left;
}

.contain_des_detail{
	width: 550px;float: left;
	margin-left: 20px;
	font-family: 'RobotoCondensedRegular';
	font-size: 15px;
	font-weight: normal !important;
}


.item_detail{
	padding: 20px 0px;
	border-bottom:1px solid #cdcdcd;	
}
.bottom_detail{
	margin-top: 20px;
}

/*tab*/
.item_tab{
	display: inline-block;
	padding: 10px 25px;
	background: #2A8FED;
	color:#fff;
	font-weight: bold;
	border:1px solid #cdcdcd;
	border-bottom: none;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
	margin-bottom: -1px;
}
.item_tab:hover,.item_tab_active{
	background: #fff;
	color:#000;
	border: 1px solid #cdcdcd;
	border-bottom: 1px solid #fff;
}

.contain_content_tab{
	padding: 10px;
	text-align: justify;
	line-height: 22px;
	font-size: 13px;
	border:1px solid #cdcdcd;
}
.content_tab{
	display: none;
}
.content_tab_active{
	display: block;
}
/*tin tức*/
.box_news{
	display:block;
	clear:both;
	padding:10px 0px;
	border-bottom:1px dashed #cdcdcd;
}
.right_news{width: 890px;float: right;}

.box_news_img{
	float:left;
	overflow:hidden;
	padding: 0px;
	width: 300px;
}
.box_news_img:hover img{
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
.box_news_img img{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}

.box_news_name h3 a{
	    font-family: 'RobotoCondensedRegular';
    font-size: 25px;
    color: #262626;
    font-weight: normal;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}

.name_detail_news{
	 font-family: 'RobotoCondensedRegular';
    font-size: 25px;
    color: #262626;
    font-weight: normal;
}
.box_news_name h3 a:hover{
	color:#f00;
}
.box_news_mota{
	text-align:justify;
	line-height:23px;
	margin-top:5px;
	font-size: 15px;
	max-height: 69px;
	overflow: hidden;
}
.box_news_readmore{
	text-align:right;
	float:right;
}
.box_news_readmore a:hover{
	background:#000;
}
.box_news_readmore a{
	display:inline-block;
	padding:10px 20px;
	background:#3e3e3e;
	color:#fff;
	font-weight:bold;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}

.box_news_other{
	display: block;
	clear:both;
	margin-top: 20px;
}
.title_news_other{
	text-transform: uppercase;
	color: #004bc9;
	font-size: 12px;
	font-weight: bold;
}
.list_news_other li a{
	color:#000;
	font-size: 14px;
}
.list_news_other li a:hover{
	color:#f00;
}

/*doitac*/
.item_doitac{padding:10px;}
.item_doitac img{border:1px solid #cdcdcd;}
.contain_owl_doitac{position: relative;padding:0px 30px;}
.next_doitac{position: absolute;right:0px;top:50%;margin-top: -15px;z-index:100;}
.prev_doitac{position: absolute;left:0px;top:50%;margin-top: -15px;z-index:100;}

/*footer*/

/*footer*/
#footer{background:#232323;max-width: 1349px;margin: 0px auto;color:#fff;}
.left_top_footer{padding-top: 40px;border-right: 1px solid #606060;float: left;width: 515px;padding-bottom: 40px;}
.top_footer{border-bottom: 1px solid #606060}
.mid_top_footer{padding-top: 40px;border-left: 1px solid #606060;margin-left: -1px;padding-bottom: 40px;float: left;}
.right_top_footer{width: 290px;float: right;}
.title_footer{ font-family: 'RobotoBold';font-weight: normal;color:#fff;font-size: 16px;margin-bottom: 10px;}
.list_thongtin_footer a{color:#fff;font-family: 'RobotoRegular';font-size: 14px;padding-left: 15px;background: url(../images/icon_arrow.png) left center no-repeat;margin-bottom: 5px;display: block;}
.list_thongtin_footer a:hover{color:#ff0;}
.box_hotline_taxi{height: 104px;width: 298px;background: url(../images/icon_hotline_footer.png) top left no-repeat;position: relative;padding-left: 120px;padding-top: 25px;box-sizing:border-box;font-family: 'RobotoBold';color:#fff;font-size: 30px;margin-top: 60px;}
.title_hotline_taxi{position: absolute;text-transform: uppercase;font-family: 'RobotoRegular';color:#00d05a;top:0px;left: 132px;font-size: 20px;}
.bottom_footer{padding: 30px 0px;}
.name_yahoo{display: inline-block;}
.my_table .my_cell{vertical-align: middle;padding: 5px 0px;}
.name_yahoo{font-family: 'RobotoRegular';color:#fff;padding-right: 5px;}
.dienthoai_yahoo{color:#ff3131;font-family: 'RobotoBold';padding-left:10px;}
.left_bottom_footer{width: 340px;float: left;}
.mid_bottom_foooter{width: 210px;float: left;margin-left: 20px;}
.right_bottom_foooter{width: 600px;float: left;margin-left: 25px;}
.copyright{background: #232323;border-top: 1px solid #606060;padding: 20px 0px;color:#fff;}
.thongke_left{float: right;}
.thongke_left ul li{display: inline-block;border-right:1px solid #606060;padding: 0px 15px;}
.thongke_left ul li:last-child{border: none;}
.content_copyright{width: 800px;float: left;}
.logo_footer{width: 100px;float: left;margin-right: 5px;}
.contain_content_footer{width: 400px;float: left;margin-left: 5px;line-height: 22px;}
.item_mid_top_footer{margin-left: 110px;width: 185px;float: left;}
/*pagination*/
.pagination{width:100%;text-align:center;}
.pagination a{width:25px;height:25px;border:1px solid #b4b4b4;border-radius:3px;line-height:25px !important;background:#ebebeb;display:inline-block;vertical-align:top;color:#717171;font-size:12px;}
.pagination span{width:25px;height:25px;border:1px solid #b4b4b4;border-radius:3px;line-height:25px  !important;background:#fff;display:inline-block;vertical-align:top;color:#717171;font-size:12px;}


/*dang ky nhan tin*/
.contain_form_dangkynhanemail{
	background: url(../images/bg_dknhantin.png);
	width: 203px;
	height: 23px;
}
#email_dknhantin{height: 23px;outline: none;border: none;width: 159px;box-sizing:border-box;padding:0 10px;}
#button_dknhantin{width: 40px;background: none;outline: none;border: none;color:#ff0;text-align: center;height: 23px;line-height: 23px;}


/*my comment*/
#my_comment{padding:10px;}
textarea#comment_insert,textarea#sub_comment_insert{width:100%;min-height:125px;border:1px solid #c1bfbf;padding:10px;box-sizing:border-box}
.input_comment{margin:5px;height:30px;border:1px solid #c1bfbf;}
.input_insert_comment{padding:0px 10px;}
.btn_insert_comment,.sub_btn_insert_comment{background:#FBD648;font-weight:bold;padding:0px 10px;}
.tool_comment{border-left:1px solid #c1bfbf;border-right:1px solid #c1bfbf;border-bottom:1px solid #c1bfbf;}
.list_comment{padding:15px 0px;border-top:1px solid #c1bfbf;margin-top:40px;}
.list_comment .item_comment{padding-left:30px;position:relative;margin-bottom:15px;}
.avatar_comment{width:25px;height:25px;text-align:center;line-height:25px;background:#ccc;color:#fff;display:block;position:absolute;top:0px;left:0px;}
.name_comment{font-weight:bold;color:#333;font-size:14px;}
.content_comment{display: block;font-size: 14px;color: #4a4a4a;line-height: 22px;}

.list_comment li ul{margin-top:15px;background:#F1F1F1;padding:15px 10px;border:1px solid #e7e7e7;position:relative;}
.list_comment li ul:after{
	content:"";
	position:absolute;
	border-top:10px solid transparent;
	border-bottom:10px solid #F1F1F1;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	bottom:100%;
	left:20px;
}
.list_comment li ul:before{
	content:"";
	position:absolute;
	border-top:11px solid transparent;
	border-bottom:11px solid #e7e7e7;
	border-left:11px solid transparent;
	border-right:11px solid transparent;
	bottom:100%;
	left:20px;
	margin-left:-1px;
}

.left_lienhe{width: 50%;box-sizing:border-box;padding-right: 10px;float: left;}
.right_lienhe{width: 50%;box-sizing:border-box;padding-left: 10px;float: right;}
.map_frm{
	position:relative;
	width:100%;
	float:left;
	height:0;
	padding-bottom:40%;
}
.map_frm iframe{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.right_lienhe .map_frm{
	padding-bottom:80%;
}