/*reset*/
* {
	list-style:none;
	padding:0;
	margin:0;
}
a {text-decoration:none; color:#fff;}
body {
	font-family:'Arial', 'Helvetica', 'sans-serif';
	font-size:12px;
	min-width: 1346px;margin: 0 auto;
}
@font-face {
   font-family: 'ut';
   src: url('fonts/OpenSansSemibold.eot'),
		url('fonts/OpenSansSemibold.ttf');
}
@font-face {
   font-family: 'tanh';
   src: url('fonts/UTM AmericanaB.eot'),
		url('fonts/UTM AmericanaB.ttf');
}
/*commont*/
.text{
	text-align:justify;
	line-height:2em;
}
.text img{max-width:100%;}
.clear{
	display:block;
	clear:both;
}
.my_table{display:table;}
.my_row{display:table-row;}
.my_cell{display:table-cell;}
/*gio hang*/
.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{
	position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -77px;}
/*++++++++++Lien he+++++++++++*/
.tablelienhe{margin:20px 0px;}
.tablelienhe span {color:#F00;}
.tablelienhe .my_cell {
	padding:5px 0px;
	vertical-align:top;
}

.tablelienhe .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;
}
.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 !important;
	margin:0 auto !important;
	position:relative !important;
}
/*header*/
#header{height:140px;;background:#fff;}
/*banner*/
#banner{height:140px; position:relative; text-align:center;}
#banner h1{
	width:0px;
	height:0px;
	text-indent:-9999px;
	position:absolute;
}
#language{position: absolute;bottom:105px;right: 0px;}
.logo{position:absolute;bottom:0px; left:0px;}
.hotline_top{
	font-size:16px;
	color:#f00;
	width:337px;
	height:31px;
	background:url(images/bg_hottline.png) 0px 0px no-repeat;
	position:absolute;
	right:0px;
	bottom:80px;
}
.hotline_top p
{
	text-align:center;
	line-height:28px;
	font-family:ut;
	color:#fff;
	font-size:16px;
}
.social_top{
	position:absolute;
	right:0;
	top:10px;
}
/*menu top*/
@font-face {

    font-family: 'OpenSans-CondBold';

    src: url('fonts/OpenSans-CondBold.ttf');

}
#menu{
    position: absolute;
    bottom: 0px;
    right: 0px;}
#menu ul li{float:left;position:relative;}
#menu ul li a{
	font-size:14px;
	padding:30px 20px;
	color:#fff;
	display:block;
	font-family:ut;
	font-size:16px;
	text-transform:uppercase;
	  font-family: 'OpenSans-CondBold';
}
#menu ul li.menu_active a,#menu ul li a:hover{background:url(images/act.png) center 70px no-repeat;color:#ff0;}

#menu ul li ul{
	width:230px;
	position:absolute;
	top:100%;left:50%;
	display:none;
	z-index:9999;
	margin-left:-115px;
}
#menu ul li ul li{
	background:#242424;
	display:block !important;
	float:none;
	border-bottom:1px solid #fff;
	text-align:left;
	position:relative;
}
#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:#ff0 !important;}
#menu ul li ul li ul{top:0;left:100%;margin-left:0px !important;}


/*search*/
#search{
	width:212px;
	height:33px;
	background:url(images/search.png) no-repeat;
	position:absolute;
	right:80px;
	bottom:95px;
}
#search input[type="text"]{
	outline:none;
	background:none;
	border:none;
	height:33px;
	width:180px;
	padding-right:20px;
	color:#fff;
}
#search #btn{
	height:28px;
	width:33px;
	cursor:pointer;
	float:right;
	position:absolute;
	right:5px;
	top:0;
}
/*slider*/
#slider{
	margin:auto;
	position:relative;
	margin-bottom:20px;
}
.contain_box_skitter{width:1349px;margin:auto;}

/*left*/
#left{width:227px;float:left;}
.sub_left{margin-bottom:20px;}
.title_left{height:35px;}
.title_left h2{
	font-size:15px;
	color:#0000fe;
	font-weight:normal;
	text-align:left;
	text-transform:uppercase;
	line-height:35px;
	font-family:ut;
	font-weight:bold;
}

/*menu left*/
.menu_left ul{ border:1px solid #E8E8E8;}
.menu_left ul li{position:relative;border-bottom:1px dashed #CCC;}
.menu_left ul li a{
	line-height:35px;
	font-size:14px;
	color:#000;
	display:block;
	font-family:ut;
	padding-left:40px;
	background: url(images/muiten.png) 20px 15px no-repeat;
	position:relative;
}
.btn_down_menu{
	display:block;
	position:absolute;
	width:30px;
	height:35px;
	top:0px;
	right:0px;
	background:url(images/arrow_menu.png) center center no-repeat;
	z-index:999;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.btn_down_menu2{
	background:url(images/arrow_menu2.png) center center no-repeat;
}
.menu_left ul li ul li a{
	padding-left:55px;
	background: url(images/muiten.png) 35px 15px no-repeat;
}
.menu_left ul li ul li ul li ul li a{
	padding-left:75px !important;
	background: url(images/muiten.png) 55px 15px no-repeat;
}
.menu_left ul li:last-child
{
	border:none;
}
.menu_left ul li:hover
{
	/*background:#1C1CFF;*/
	color:#fff;
}
.menu_left ul li a:hover
{
	color:#f00;
}
.menu_left ul li ul{
	display:none;
	width:100%;
	background:#fff;
}
.menu_left ul li ul li ul li a{
	padding-left:65px;
	background: url(images/muiten.png) 45px 15px no-repeat;
}
/*main*/
#main{width:100%; margin:auto;}
.sub_main{
	margin-bottom: 20px;
}
.title_main{

	margin-bottom:30px;
	padding-bottom:5px;
	overflow:hidden;
	
}
.title_main h2{
	line-height:35px;
	font-weight:normal;
	position:relative;
	color:#005ec2;
	font-size:24px;
	font-family: 'OpenSans-CondBold';
	margin:auto;
	text-transform:uppercase;
	display:inline-block;
	
}

.noidung_index{color:#333;font-size:13px;line-height:22px;
text-align:justify;}
.title_main h2:after
{
	position:absolute;
	content:"";
	background:url(images/after.png) no-repeat;
	height:8px;
	width:12px;
	left:100%;
	bottom:7px;
	margin-left:10px;
	}
.title_main h2:before
{
	position:absolute;
	content:"";
	background:#0000fe;
	height:1px;
	width:1200px;
	left:100%;
	bottom:7px;
	margin-left:10px;
	
	}
.title_main1{

	margin-bottom:10px;
	padding-bottom:5px;
	overflow:hidden;
	
}
.title_main1 h2{
	line-height:35px;
	font-weight:normal;
	position:relative;
	color:#005ec2;
	font-size:24px;
	    font-family: 'OpenSans-CondBold';
	margin:auto;
	text-transform:uppercase;
	display:inline-block;
	
}
.title_main1 h2:after
{
	position:absolute;
	content:"";
	background:url(images/after.png) no-repeat;
	height:8px;
	width:12px;
	left:100%;
	bottom:7px;
	margin-left:10px;
}
.title_main1 h2:before{
	position:absolute;
	content:"";
	background:#0000fe;
	height:1px;
	width:1200px;
	left:100%;
	bottom:7px;
	margin-left:10px;
}
.noidung_index p
{
	text-align:justify;
	line-height:25px;
}

/*product*/
.box_sanpham{
	float:left;
	width:215px;
	margin-bottom:15px;
	
}
.img_sanpham{
	text-align:center;
	overflow:hidden;
}
.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{
	width:100%;

	
	-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 h2{font-size:13px;color:#000; font-family:Arial, Helvetica, sans-serif; font-weight:100;}
.gia_sanpham{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{
	float:left;
	width:350px;
}

.contain_des_detail{
	float:right;
	width:800px;
}


.item_detail{
	padding: 10px 0px;
	border-bottom:1px dashed #cdcdcd;	
}
.bottom_detail{
	margin-top: 20px;
}
.clear2
{
	clear:both;
	height:1px;
	background:#d8d7d7;
	margin:20px 0px;
}
/*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;
}
/*tin tức*/
.box_news{
	display:block;
	clear:both;
	padding:10px 0px;
	border-bottom:1px dashed #cdcdcd;
}
.box_news_img{
	width:175px;
	height:146px;
	float:left;
	overflow:hidden;
}
.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{
	width:175px;
	height:146px;
	-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{width:980px;float:right;}
.box_news_name h3 a{
	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;
}
.box_news_name h3 a:hover{
	color:#f00;
}
.box_news_mota{
	text-align:justify;
	line-height:22px;
	width:980px;
	float:right;
	margin-top:5px;
}
.box_news_readmore{
	width:9800px;
	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;
	padding-top:20px;
}
.title_news_other h3{
	font-size:20px;
}
.title_news_other{
	text-transform: uppercase;
	color: #004bc9;
	font-size: 12px;
	font-weight: bold;
}
.list_news_other li a{
	color:#000;
	font-size: 16px;
}
.list_news_other li a:hover{
	color:#f00;
}
/*footer*/
#footer{background:#242424;padding:15px 0px; min-height:250px;}
/*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;}

/* index */
.dichvu_noibat
{
	width:275px;
	float:left;
	margin-bottom:35px;
}
.img_dichvu
{
	overflow:hidden;
	position:relative;
	transition:all 0.3s;
}
.img_dichvu img
{
	width:275px;	
	-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_dichvu:hover .name_dichvu
{
	opacity:1;
}
.name_dichvu

{
	opacity:0;
	position:absolute;
	width:100%;
	bottom:0px;
	height:100%;
	left:0px;
	transition:all 0.3s ease;
	background:url(images/ii.png) no-repeat;
}
.name_dichvu h2
{
	    text-align: center;
    color: #fff;
    /* line-height: 200px; */
    font-family: tanh;
    text-transform: uppercase;
    font-weight: normal;
    display: table-cell;
    width: 275px;
    height: 220px;
    vertical-align: middle;
}
.gioithieu_index
{
	width:585px;
	float:left;
}
.img_gioithieu
{
	background:url(images/bg_gt.png) no-repeat;
	max-width:100%;
	height:auto;
		float:left;
	box-sizing:border-box;
	padding: 5px 7px;

}
.img_gioithieu img
{
	width:475px;
	height:305px;
	margin:auto;
	padding:1px;
	border-radius:10px;
	border:1px solid #00F;
}
.name_gioithieu
{
	width:675px;
	float:left;
	margin-left:30px;
}
.name_gioithieu h3
{
	text-align:center;
	text-transform:uppercase;
	font-family:ut;
	color:#F00;
	font-size:28px;
	font-weight:100;
	margin-bottom:20px;
}
.name_gioithieu p
{
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
}
.chitiet
{
	width:116px;
	height:34px;
	float:right;
}
.chitiet a
{
	color:#000;
	border:1px solid #E1E1E1;
	padding:10px 25px;
	position:relative
}
.chitiet a:hover
{
	border:1px solid #F00;
}
.chitiet a:after
{
	content:"";
	position:absolute;
	background:url(images/ten.png) no-repeat;
	width:6px;
	height:9px;
	left:85px;
	top:13px;
}

.line_index
{
	background:url(images/line.png) no-repeat;
	width:100%;
	height:10px;
	
}
/* tintuc_index */
.sukien_index
{
	width:600px;
	float:left;
}
.sukien1
{
	width:600px;
	float:left;	
}
.sukien_img
{
	width:190px;
	height:143px;
	float:left;
	margin-left:30px;
	position:relative;
}
.sukien_img img
{
	border:4px solid #2395d7;
}
.sukien_desc
{
	width:350px;
	float:left;
	text-align:justify;
	line-height:25px;
}
.sukien_desc span
{
	font-style:italic;
	color:#000;
}
.sukien_desc p
{
	text-transform:lowercase;
	font-family:bet;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.sukien_desc h3
{
	font-family:bet;
	color:#000;
	font-size:13px;
	font-weight:700;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	
}
.padd
{
	padding:25px 0px;
}
.sukien3, .sukien4
{
	margin-top:25px;
}
.stt1 span
{
	color:#fff;
	float:left;
	margin-top: 6px;
    margin-left: 33px;
	font-size:15px;
	font-family:Tahoma;
}
.stt3 span
{
	color:#fff;
	float:left;
	margin-top: 6px;
    margin-left: 33px;
	font-size:15px;
	font-family:Tahoma;
}
.stt4 span
{
	color:#fff;
	float:left;
	margin-top: 5px;
    margin-left: 6px;
	font-size:15px;
	font-family:Tahoma;
}
.stt2 span
{
	color:#fff;
	float:left;
	margin-top: 5px;
    margin-left: 6px;
	font-size:15px;
	font-family:Tahoma;
}
/* sukien2 */

/* end su kien2 */
/* sukien3 */
.sukien2
{
	width:600px;
	float:left;
}
.img1, .img3
{
	margin-left:23px;
}
.img2, .img4
{
	float:left !important;
	margin-left:35px;
}
.desc2, .desc4
{
	float:right !important;
}
.contain_slider_nuoc{
	background:url(images/cay.png) center no-repeat;
	height:316px;
	margin:auto;
	
}
.stt1
{
	background:url(images/1.png) no-repeat;
	height:29px;
	width:55px;
	position:absolute;
	top:28px;
	left:185px;
}
.stt4
{
	background:url(images/2.png) no-repeat;
	height:29px;
	width:53px;
	position:absolute;
	top:90px;
	right:185px;
}
.stt2
{
	background:url(images/2.png) no-repeat;
	height:29px;
	width:53px;
	position:absolute;
	top:90px;
	right:185px;
}
.stt3
{
	background:url(images/1.png) no-repeat;
	height:29px;
	width:55px;
	position:absolute;
	top:28px;
	left:185px;
}
/*doitac*/
#owl_doitac{
	width: 1120px;
	margin: auto;
	padding: 30px 40px;
	margin-bottom:20px;
}
.prev_doitac{
	position: absolute;
    top: 60px;
    left: 20px;
}
.next_doitac{
	position: absolute;
    top: 58px;
    right: 10px;
}
.item_doitac
{

	margin-left:18px;
}
/* mangXH*/
.box_icon {
    width: 300px;
    float: left;
	margin-top:20px;
}
.box-icons {
    float: right;
    width: 300px;
}
.box-iconsz {
    float: left;
    width: 60px;
    transition: all 0.5s ease-in-out;
    opacity: 2.7;
}
.icons {
    float: left;
}
.right_footer
{
	float:right;
	width:250px;
}
.right_footer h3
{
	text-align:left;
	color:#FF0;
	line-height:60px;
	text-transform:uppercase;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.duan_footer h3
{
	text-align:left;
	color:#FF0;
	line-height:60px;
	text-transform:uppercase;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
.right_footer p
{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:left;
}
.tuvan
{
	margin-top:20px;
	border-bottom:1px solid #373636;
	border-top:1px solid #373636;
	height:50px;
}
.tuvan img
{
	float:left;
	margin-right:20px;
	margin-top:13px;
}
.left_footer
{
	float:left;
	width:500px;
}
.bottom_footer {
    height: 40px;
    line-height: 40px;
    background: #996533;
    color: #fff;
    font-size: 13px;

}
.thong_ke_footer {
    float: right;
    font-size: 12px;
}
.thong_ke_footer ul li {
    display: inline-block;
    padding-left: 15px;
}
.thong_ke_footer ul li span {
    color: #ff0;
    font-weight: bold;
    padding-right: 20px;
    border-right: 1px solid #fff;
}
.contact_map
{
	width:550px;
	float:left;
	margin-bottom:20px;
}
.from_contac
{
	width:550px;
	float:left;
	margin-left:90px;
	margin-top:100px;
}
#dangkymail {
    width: 250px;
    height: 33px;
    background: url(images/email.png) 0px 0px no-repeat;
    position: relative;
}
#dangkymail input[type="text"] {
    height: 28px;
    background: none;
    line-height: 28px;
    outline: none;
    position: absolute;
    border: none;
    /* padding-left: 10px; */
    width: 209px;
    left: 5px;
}
.btn-bottom {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 30px;
}
/*chat popup*/

.chat_popup{position:fixed;left:-238px;z-index:999;
top:150px;
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
-o-transition:all 0.3s;
-ms-transition:all 0.3s;
transition:all 0.3s;
z-index: 999;
}
.button_chat{position:absolute;top:-0px;right:-33px;}
.contain_chatpopup{width:238px;margin-left:0px;background:#CEE7FF;height:auto;min-height:204px;}
.item_yahoo{font-size:13px;font-weight:bold;padding:5px;text-align:left;}
.item_yahoo span{margin-right:7px;display:inline-block;}
.item_slider_product_item2{width:100%;margin-bottom:5px;border-radius:5px;}
.item_slider_product_item2 a{width:100%;}

/*content_dichvu */
.left_dichvu
{
	width:300px;
	float:left;
}
.content_dichvu
{
	width:900px;
	float:right;
}
.left_dichvu
{
	width:270px;
	float:left;
}
.giaiphap_index
{
	width:580px;
	float:left;
	margin-left:35px;
}
.nd_giaiphap
{
	width:100%;
	margin-top:20px;
}
.img_giaiphap
{
		width:108px;
	float:left;
}
.img_giaiphap img
{
	width:108px;
	height:75px;
	float:left;
}

.des_giaiphap 
{
	width:445px;
	float:left;

}
.des_giaiphap h3 a
{
	font-size:14px;
	font-weight:100;
	color:#000;
	margin-left:20px;
	margin-top:5px;
}
.des_giaiphap p
{
	font-size:14px;
	font-style:italic;
	margin-left:20px;
	line-height:30px;
}
.main_doitac
{
	width:100%;
	background:#f6f6f6;
	margin-top:40px;
}
.noidung_index h4 a
{
	color:#996533;
	font-size:13px;
	font-style:italic;
	text-decoration:underline;
	font-weight:200;
	line-height:35px;
}
.duan_footer
{
	width:300px;
	float:left;
	margin-left:30px;
}
.img_duan 
{
	width:80px;
	float:left;
	margin-top:20px;
}
.img_duan img
{
	width:80px;
	height:55px;
	border:3px solid #414141;
	
}
.des_duan h2
{
	width:180px;
	float:left;
margin-top:20px;
margin-left:20px;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
text-transform:initial;
}
.des_duan p
{
	width:180px;
	float:left;
	margin-top:5px;
	margin-left:20px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:italic;
}

.contain_owl_sanpham{
	position:relative;
}
.next_owl_sanpham{
	position:absolute;
	top:20%;
	right:0px;
	z-index:100;
}

.prev_owl_sanpham{
	position:absolute;
	top:20%;
	left:0px;
	z-index:100;
}
