/*reset*/
@font-face {
   font-family: 'hp';
   src: url('fonts/20-4606-HAVON.eot'),
	url('fonts/20-4606-HAVON.ttf');
}
@font-face {
   font-family: 'OpenSansRegular';
   src: url('fonts/OpenSansRegular.eot'),
	url('fonts/OpenSansRegular.ttf');
}
* {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%;}
.social_footer a img{width:32px;}
.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;
}


.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;}
/*inner*/
.inner{
	width:1200px;
	margin:0 auto;
	position:relative;
}
/*header*/
#header{position:relative;width: 1349px;height:166px;margin: 0px auto;background:#2A8FED;}
/*banner*/
#banner{height:auto;}
h1.vcarda{
	width:0px;
	height:0px;
	text-indent:-9999px;
	position:absolute;
}
#language{position: absolute;top:100px;right: 0px;}
.logo{position: relative;float: left; top: 10px; margin-left: 80px;
}
.hotline_top{
	font-size:25px;
	font-family: arial;
	color: #f00;
	padding-top: 25px;
	width: 225px;
	height: 68px;
	position:absolute;
	   right: 25px;
    top: 30px;
	margin-left: 10px;
}
.hotline_top span{
	margin-left: 10px;
   /* margin-top: -5px;*/
    font-weight: bold;
    text-shadow: 1px 1px #fff;
    font-weight: bold;

}
.social_top{
	position:absolute;
	right:0;
	top:10px;
}
/*menu top*/
#menu{height:44px;background:url(../images/menu.png) repeat-x;width: 100%;position: relative;}
.hotline{
	position:absolute;
	right:8%;
	bottom:-40px;
	background:#fff;
	padding:10px 20px;
	color:red;
	font-size:18px;
	font-weight:bold;
	border-radius:40px;
	z-index: 100;
}
#menu ul li{
	    float: left;
    position: relative;
    background: url('../images/line.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2px 43px;
}
#menu ul li a{
	line-height:45px;
	font-size: 15px;
    padding: 0px 20px;
	color:#fff;
	display:block;
	font-family: Myriad Pro;
    	text-transform: uppercase;
}
#menu ul li.menu_active a,#menu ul li a:hover{background:rgba(255,255,255,0.5);color:#ff0;}

#menu ul li ul{
	width:285px;
	position:absolute;
	top:100%;left:0;
	display:none;
	z-index:9999;
}
#menu ul li ul li{
	background:#0066cc;
	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;
	font-size:13px;
	}
#menu ul li ul li a:hover{color:#ff0 !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;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;}


#full{
	min-width: 1349px;
	margin: auto;
}
/*search*/
#search{
	width:273px;
	height:30px;
	background:url(../images/bg_search.png) 0px 0px no-repeat;
	position:absolute;
	right:0;
	top:8px;
}
#search input[type="text"]{
	outline: none;
    background: none;
    border: none;
    height: 30px;
    width: 233px;
    padding-left: 10px;
}
#search #btn{
	height:28px;
	width:30px;
	cursor:pointer;
	float:right;
	position:absolute;
	right:0;
	top:0;
}
/*slider*/
#slider{
	margin:auto;
	position:relative;
	margin-bottom:20px;
	width: 100%;
}
.contain_box_skitter{width:1200px;margin:auto;}

/*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{width: 100%;}
.sub_main{
	margin-bottom: 20px;
}
.title_main{
	margin-bottom:10px;
	text-align: center;
}
.title_main h2{
	background: url(../images/gioithieu_2.png) bottom center no-repeat;
	color:#0072bd;
	font-family:'OpenSansRegular';
	font-size: 28px;
	line-height:35px;
	font-weight:normal;
	display: inline-block;
	width: 366px;
	padding-bottom: 20px;
	margin-top: 40px;
}

/*product*/
.box_sanpham{
	float:left;
	width: 279px;
}
.img_sanpham{
	text-align:center;
	overflow:hidden;
	-moz-box-shadow:5px 5px #ebebeb;
	-webkit-box-shadow:5px 5px #ebebeb;
	box-shadow: 5px 5px #ebebeb;
	border: 1px solid #d3d3d3;
	position: relative;
	}
.chitietsp{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	background: rgba(0,0,0,0.7);
	opacity: 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;
}
.chitietsp p{
	display: inline-block;
	margin: auto;
}
.chitietsp p a{
	display: inline-block;
	color: white;
	text-transform: uppercase;
}
.chitietsp p a span{
	border: 1px solid #fff;
	text-align: center;
	display: inline-block;
	padding: 10px 30px;
}
.img_sanpham:hover .chitietsp {
	opacity: 1;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}

.img_sanpham: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);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
}
.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;
	text-transform:uppercase;
	font-size:15px;
	margin-top:5px;
}
.name_sanpham p{padding-top: 20px; font-size:13px;color:#2e2e2e;}
.name_sanpham p:hover{
	color: #0066cc;
}
.gia_sanpham{text-align:center;margin-top:5px;}
.gia_sanpham span{color:#eb4444;}
.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: 500px;
	float: left;

}

.contain_des_detail{
	width: 670px;
	float:right;

}


.item_detail{
	padding: 10px 0px;
	border-bottom:1px dashed #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 #2A8FED;
	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 #2A8FED;
	border-bottom: 1px solid #fff;
}

.contain_content_tab{
	padding: 10px;
	text-align: justify;
	line-height: 22px;
	font-size: 13px;
	border:1px solid #2A8FED;
}
.content_tab{
	display: none;
}
.content_tab_active{
	display: block;
}
.box_news{
	display:block;
	clear:both;
	padding:10px 0px;
	border-bottom:1px dashed #cdcdcd;
}
.right_news{
	float: none;
	margin-left: 10px;
	margin-right: 10px;

}
.box_news_img{
	float:left;
	overflow:hidden;
	padding: 0px;
	height: 200px;
	padding-bottom: 90px;
	margin-right: 20px;

}
.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{
	color:#0066cc;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	transition:all 0.3s;
	font-family: arial;
	font-size: 20px;
	text-align:justify;
}
.box_news_name h3 a:hover{
	color:#f00;
}
.box_news_mota{
	text-align:justify;
	line-height:22px;
	margin-top:5px;

}
.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:#2A8FED;
	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;}
.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{background:url(../images/bg_footer.png) no-repeat;

	padding:15px 0px;width: 1349px;margin: 0px auto; margin-top:40px;}
/*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;
	margin-top: 10px;
}
#email_dknhantin{height: 23px;outline: none;border: none;width: 159px;box-sizing:border-box;padding:0 10px;background: none;}
#button_dknhantin{width: 40px;background: none;outline: none;border: none;color:#ff0;text-align: center;height: 23px;line-height: 23px;cursor: pointer;}


/*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;
}
/*=====================Menu=========================*/
.line{
	background: url('../images/line.png');
}
/*============gioithieu=================*/
.img_gioithieu {
	float: left;
	background: url('../images/gioithieu.png') 0px 0px no-repeat;
	width: 490px;
	height: 318px;
}
.noidung_gioithieu{
	float: right;
	width: 677px;
}
.gioithieu_index{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.img_gioithieu_index{
	 padding: 5px 5px;
}
.noidung_gioithieu p{
	padding-top: 15px;
	font-family: Arial;
	font-size: 13px;
	text-align: justify;
	line-height: 23px;
}
.btn_xemthem_gioithieu{
	background: url(../images/btn_xemthem_gioithieu.png);
	width: 116px;
	height: 35px;
	float: right;
}
.box_dichvu{
	width: 372px;
	float: left;
}
.img_dichvu {
	background: url('../images/img_dichvu.png') 0px 0px no-repeat;
	width: 372px;
	height: 204px;
}
.noidung_dichvu{
	margin-top: 27px;
}
.noidung_dichvu h3{
	font-family: Arial;
	font-size: 13px;
	color: #0066cc;
	text-align: justify;
	font-weight: bold;
	text-transform: uppercase;

}
.noidung_dichvu p{
	margin-top: 17px;
	line-height: 23px;
}
.btn_xemthem{
	background: url(../images/btn_xemthem.png);
	width: 112px;
	height: 36px;
	float: right;
}
.content_main{
	background: url(../images/gachngang.png) bottom center no-repeat;
	padding-bottom: 41px;
    width: 100%;
    float: left;
}
.img_congtrinh{
	float: left;
	margin-left: 19px;
}
.contain_owl_congtrinh{position: relative;padding:0px 30px;}
.next_congtrinh{position: absolute;right:0px;top:50%;margin-top: -15px;z-index:100;}
.prev_congtrinh{position: absolute;left:0px;top:50%;margin-top: -15px;z-index:100;}
.tin-tuc{
	float: left;
	width: 580px;

}
.tittle-tintuc{
	background: url(../images/sukien_1.png);
	height: 15px;
	margin-bottom: 15px;
	bottom: 20px;
}
.tittle-tintuc h2{
	background: white;
	font-family: 'OpenSansRegular';
	display: inline-block;
	color: #0068cf;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 6px;
	position: relative;
	top: -9px;
	padding-right: 12px;
}
.tittle-tintuc h2:after{
	position: absolute;
	content: "";
	background: url(../images/sukien.png) no-repeat;
	right: -16px;
	top: 9px;
	height: 15px;
	width: 16px;
}
.y-kien{
	float: right;
	width: 580px;
}
.img_tintuc{
	float: left;
	width: 166px;
	padding-top: 26px;
}
.noidung-tt{
	float: right;
	width: 398px;
	padding-top: 26px;
}
.noidung-tt-tittle h3{
	font-family: Arial;
	font-size: 13px;
}
.noidung-tt-nd p{
	font-size: 13px;
	font-family: Arial;
	padding-top: 11px;
	line-height: 20px;
	text-align: justify;
}
/*y kien khach hang*/
.img_ykien{
	float: left;
	width: 150px;
	padding-top: 26px;

}
.img_ykien img{
	border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
}
.noidung-yk{
	float: right;
	width: 398px;
	padding-top: 26px;
}
.noidung-yk-tittle h3{
	font-family: Arial;
	font-size: 13px;
}
.noidung-yk-nd p{
	font-size: 13px;
	font-family: Arial;
	padding-top: 11px;
	line-height: 20px;
	text-align: justify;
}
/*mang xa hoi*/
.content-mangxh{
	margin-top: 40px;
}
.face-mangxh{
	float: left;
	width: 370px;
}
.youtube-mangxh{
	float: left;
	width: 370px;
	margin-left: 47px;
}
.hotline-mangxh{
	float: right;
	width: 370px;
}
.tittle-mangxh{
	background: url(../images/sukien_1.png);
	height: 15px;
	margin-bottom: 15px;
	bottom: 20px;
}
.tittle-mangxh h2{
	background: white;
	font-family: 'OpenSansRegular';
	display: inline-block;
	color: #0068cf;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 6px;
	position: relative;
	top: -9px;
	padding-right: 15px;
	/* margin-left: 10px; */
}
.tittle-mangxh h2:after{
	position: absolute;
	content: "";
	background: url(../images/sukien.png) no-repeat;
	right: -16px;
	top: 9px;
	height: 15px;
	width: 16px;
}
.content-face-mangxh{
	padding-top: 29px;
}
.content-youtube-mangxh
{
	padding-top: 29px;
}
.content-hotline-mangxh{
	padding-top: 29px;
}
.content-hotline-mangxh p{
	padding-top: 12px;
	font-family: arial;
	font-size: 13px;
	text-align: justify;
	color: #713b00;
	font-weight: bold;
}
.hotline-sdt h3{
	color: #fe0000;
	font-size: 23px;
	font-size: arial;
	font-weight: bold;
}
.hotline-sdt p{
	color: #fe0000;
	font-size: 19px;
	font-size: arial;
	font-weight: bold;
	padding-left: 10px;
}
.name_yahoo{
	float: left;
	width:60px;
}
.ten_user{
	padding-top: 10px;
	margin-left:10px !important;
	color:#3853a4;
}
.sdt{
	float:left;
	width:116px;
	margin-top:13px;
}
.sdt p{
	display: inline;
	font-size: 14px;
}
.thu{
	float:right;
	width:225px;
	margin-top:13px;
}
.thu p{
	display: inline;
	font-size: 14px;
	margin-top:12px;
}
.footer-content{
	margin-top:56px;
}
.footer-content-gioithieu{
	float:left;
	width:410px;
}
.footer-content-link{
	float:left;
	width:145px;
	margin-left:100px;
}
.footer-content-link ul li::before {
	content:url(../images/icon_li.png);
}
.footer-content-link ul{
	margin-top: 20px;
}
.footer-content-link h2{
	color: white;
    font-family: 'OpenSansRegular';
    font-size: 20px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
}
.ve-chung-toi-footer a {
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
	color: white;
	padding-left: 10px;
}
.footer-content-map{
	float:left;
	margin-left:200px;
	width: 317px;
}
.footer-content-map h2{
	color: white;
    font-family: 'OpenSansRegular';
    font-size: 20px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
}
.footer-content-map-map{
	margin-top: 20px;
}
.title_dangkynhantin{
	color: white;
	margin-top: 20px;

}
.footer-footer{
	background: url(../images/footer_footer.png) no-repeat;
	height: 40px;
	    margin: auto;
    width: 1349px;
}
.footer-footer p{
	color: white;
	font-family: arial;
	font-size: 13px;
	padding-top: 16px;
}
.footer-footer-title{
	float: left;

}
.footer-footer-truycap {
	float: right;
}
#truycap li{
	float: left;
    color: white;
    font-family: arial;
    font-size: 13px;
    border-right: 1px solid #fff;
    margin-top: 15px;
    padding: 0px 30px;
}
.nivo-caption h2
{
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	background: #f1000c;
	padding-left: 10px;
	display: block;
    margin-bottom: 24px;
    width: 335px;
    margin-left: 54px;
    height: 42px;
    line-height: 42px;
}
.nivo-caption p
{
	color:#fff;
	font-family:arial;
	font-size:13px;
	background: #000000;
	padding-left: 10px;
	width: 387px !important;
	line-height: 20px;
}
.nivo-caption{bottom:150px !important;padding-left:100px !important;display:inline-block !important; width:auto !important; }
.box-slider{
	position: relative;
}

.chat_popup2 {
    position: fixed;
	right: 0px;
	top: 32%;
	height: 47px;
	line-height: 23px;
	width: 307px;
	text-align: center;
	z-index: 99999;
	color: #fff;
	font-size: 16px;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	/* -webkit-transform: rotate(-90deg); */
	border-radius: 0px 0px 10px 10px;
  }
  /*chat*/
  .chat_popup2{
position:fixed;right:-280px;z-index:999;
top:100px;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
transition:all 0.5s;
min-height:196px;

}
.button_chat2{position:absolute;top:-1px;left:-10px;display:block;width:37px;height:134px;background:url(../images/bg_face.png) top left no-repeat;}
.contain_chatpopup2{width:280px;margin-left:42px;min-height:156px;}
.contain_chatpopup2 img{vertical-align: middle;}
/* hotro truc tuyen */
.chat_popup3{
position:fixed;right:-280px;z-index:999;
top:375px;
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-o-transition:all 0.5s;
-ms-transition:all 0.5s;
transition:all 0.5s;
min-height:196px;

}
.button_chat3{position:absolute;top:-15px;left:5px;display:block;width:37px;height:184px;background:url(../images/bg_hotro.png) top left no-repeat;}
.contain_chatpopup3{width:280px;margin-left:42px;background:#fff;min-height:156px;}
.contain_chatpopup3 img{vertical-align: middle;}
.hotro_left{
    width: 240px;
    margin-left: 15px;
}

.hotline_hotro{
padding-left: 95px;
background: url(../images/icon_phone.png) top left no-repeat;
min-height: 64px;
font-family: 'UTM_SwissCondensedBold';
font-size: 18px;
}
.hotline_hotro span{
color:#f00;
}
