/*reset*/
* {
	list-style:none;
	padding:0;
	margin:0;
}
a {text-decoration:none;}
body {
	font-family:'Arial', 'Helvetica', 'sans-serif';
	font-size:12px;
}
/*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*/
#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: 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:200px;background:url(images/bg_header.png);}
/*banner*/
#banner{height:200px;
	width:1349px;
	margin: auto;
	position: relative;
	overflow:hidden;
}
#banner h1{
	width:0px;
	height:0px;
	text-indent:-9999px;
	position:absolute;
}

.logo{position:absolute;top:30px;left:140px;}
.hotline_top{
	width:545px;
	position: absolute;
	top:165px;
	text-align: center;
	font-size: 18px;
	color:#010101;
	left:345px;
}
.hotline_top span{
	color:#f00;
}
.social_top{
	position:absolute;
	right:95px;
	top:30px;
}
/*menu top*/
#menu{height:45px;background:url(images/bg_menu_03.jpg) top left repeat-x;
box-shadow: 0px 5px 5px #454545;
width: 1349px;
margin: auto;
}
#menu ul:first-child{margin-left: 245px;}
#menu ul li{float:left;position:relative;}
@font-face {
    font-family: 'texgyreadventorregular';
    src: url('fonts/texgyreadventorregular.eot');
    src: url('fonts/texgyreadventorregular.eot') format('embedded-opentype'),
         url('fonts/texgyreadventorregular.woff2') format('woff2'),
         url('fonts/texgyreadventorregular.woff') format('woff'),
         url('fonts/texgyreadventorregular.ttf') format('truetype'),
         url('fonts/texgyreadventorregular.svg#texgyreadventorregular') format('svg');
}

#menu ul li a{
	line-height:45px;
	font-size:14px;
	padding:0px 40px;
	color:#fff;
	display:block;
	font-family: 'texgyreadventorregular';
	text-transform: uppercase;
}
#menu ul li.menu_active a,#menu ul li a:hover{color:#ff0;}

#menu ul li ul{
	width:230px;
	position:absolute;
	top:100%;left:0;
	display:none;
	z-index:9999;
}
#menu ul li ul li{
	background:#004C9A;
	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: 7px 10px !important
}
#menu ul li ul li a:hover{color:#ff0 !important;}
#menu ul li ul li ul{top:0;left:100%;}
/*search*/
#search{
	width:216px;
	height:28px;
	background:url(images/bg_search.png) 0px 0px no-repeat;
	position:absolute;
	right:0;
	top:10px;
}
#search input[type="text"]{
	outline:none;
	background:none;
	border:none;
	height:28px;
	width:155px;
	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: 1200px;
	background:#fff;
}
.contain_box_skitter{width:940px;margin:auto;float:left;
	margin-left: 7px;
	margin-top: 10px;
	border:8px solid #646464;
}
.left_slider{
	width: 235px;
	margin-top: -56px;
	float:left;
}
.title_left_slider{
	background:url(images/bg_danhmuc.png) top left no-repeat;
	width:290px;
	height:66px;
	text-align: center;
	line-height: 66px;
	font-family: 'texgyreadventorregular';
	font-size: 14px;
	color:#fff;
	margin-left: -30px;
	text-transform: uppercase;
}
@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('fonts/RobotoCondensedRegular.eot');
    src: url('fonts/RobotoCondensedRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoCondensedRegular.woff2') format('woff2'),
         url('fonts/RobotoCondensedRegular.woff') format('woff'),
         url('fonts/RobotoCondensedRegular.ttf') format('truetype'),
         url('fonts/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');
}


.contain_list_danhmuc{
	width: 235px;
	margin: auto;
	padding-top: 10px;
	background: #00aeef;
}
@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('fonts/RobotoCondensedRegular.eot');
    src: url('fonts/RobotoCondensedRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoCondensedRegular.woff2') format('woff2'),
         url('fonts/RobotoCondensedRegular.woff') format('woff'),
         url('fonts/RobotoCondensedRegular.ttf') format('truetype'),
         url('fonts/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');
}


.contain_list_danhmuc ul li a{
	color:#fefefe;
	 font-family: 'RobotoCondensedRegular';
	 font-size: 16px;
	 text-transform: uppercase;
	 padding: 7px 0px;
	 display: block;
	 padding-left: 45px;
	 position: relative;
	 border-bottom: 2px solid #eeeeee;
}
.contain_list_danhmuc ul li a:hover{
	color:#ff0;
}
.contain_list_danhmuc ul li a:before{
	content: url(images/icon_key.png);
	position: absolute;
	top:12px;
	left: 15px;
}
/*left*/
#left{width:235px;float:left;}
.sub_left{margin-bottom:20px;background:#fff}
.title_left{height:35px;background:url(images/bg_title_left_03.jpg) top left repeat-x;}
.title_left h2{
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	line-height:35px;
	font-family: 'texgyreadventorregular';
}
.content_left{
	border:1px solid #d8d7d7;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.hotro_left{
	background: url(images/bg_hotro.png) top left no-repeat;
	position: relative;
}
.hotline_hotro{
	position: absolute;
	top:10px;
	right: 0px;

}
.text_hotline{
	padding-left: 78px;
	background: url(images/icon_hotline.png) 0px 0px no-repeat;
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	font-weight: bold;
	color:#f00;
	text-align: center;
	margin-right: 10px;
}

@font-face {
    font-family: 'UTM_AvoBold';
    src: url('fonts/UTM AvoBold.ttf');
   
}
.number_hotline{
	font-family: 'UTM_AvoBold';
	font-size: 18px;
	color:#f00;
}
.contain_list_yahoo{
	padding-top: 105px;
	padding-left: 10px;
	padding-right: 10px;
}
.row_yahoo{
	font-size: 14px;
	color:#3e3e3e;
}
.row_yahoo img{
	vertical-align: middle;
	margin-right: 10px;
}
.row_hotline{
	font-size: 14px;
	color:#3e3e3e;
	margin-top: 10px;
	height: 25px;
	padding-left: 35px;
	background: url(images/icon_phone.png) 0px 0px no-repeat;
}
.row_hotline span{
	color: #f00;
}
.row_email{
	font-size: 14px;
	color:#3e3e3e;
	margin-top: 10px;
	height: 25px;
	padding-left: 35px;
	background: url(images/icon_email.png) 0px 0px no-repeat;
}
.table_thongke_left{
	width: 160px;
	margin: auto;
	text-align: left;
	font-size: 13px;
	color:#3e3e3e;
	margin-top: 10px;
	padding-bottom: 10px;
}
.table_thongke_left .my_cell{
	padding: 2px 0px;
}
/*menu left*/
.menu_left ul{background:#2a8fed;}
.menu_left ul li{position:relative;border-bottom:1px solid #fff;}
.menu_left ul li a{
	line-height:35px;
	font-size:13px;
	color:#fff;
	display:block;
}
.menu_left ul li ul{
	display:none;
	width:100%;
	background:red;
}
.list_sanphambanchay{
	height: 620px;
	padding: 10px;
	overflow: hidden;
}
.vert,.vert .simply-scroll-clip{
	height: 620px !important;
	width: 215px !important;
}
.vert .simply-scroll-list li{
	width: 215px !important;
	height: 175px !important;
}
.vert .simply-scroll-list li img{
	max-width: 100% !important; 
}
.list_sanphambanchay img{
	max-width: 100%;
}
/*main*/
#main{width:955px;float:right;}
.sub_main{
	margin-bottom: 20px;
	background:#fff;
}
.title_main{
	height:36px;
	background:#eee;
	margin-bottom:10px;
	overflow: hidden;
}
.title_main h2{
	color:#fff;
	line-height:36px;
	font-weight:bold;
	
	background: url(images/bg_title_main_03.jpg) top left repeat-x;
	float:left;
	padding-left: 35px;
	min-width: 260px;
	position: relative;
	
	text-transform: uppercase;
}
.title_main h2:before{
	content: url(images/after_title_main_03.png);
	position: absolute;
	left: 100%;
	top: 0px;
}
@font-face {
    font-family: 'texgyreadventorbold';
    src: url('fonts/texgyreadventorbold.eot');
    src: url('fonts/texgyreadventorbold.eot') format('embedded-opentype'),
         url('fonts/texgyreadventorbold.woff2') format('woff2'),
         url('fonts/texgyreadventorbold.woff') format('woff'),
         url('fonts/texgyreadventorbold.ttf') format('truetype'),
         url('fonts/texgyreadventorbold.svg#texgyreadventorbold') format('svg');
}

.title_main h2:after{
	content: "";
	background: url(images/line_title_main_03.jpg) top left repeat-x;
	width: 1000px;
	position: absolute;
	height: 2px;
	left: 100%;
	margin-left: 39px;
	bottom: 0px;
	text-transform: uppercase;

}
/*dichvu*/
.box_dichvu{
	width: 231px;
	float: left;
}
.box_dichvu:hover .img_dichvu{
	border:1px solid #f00;
}
.name_dichvu{
	text-align: center;
	margin-top: 5px;
}
.name_dichvu h2{
	color: #646464;
	font-size: 14px;
	font-weight: normal;
}
.img_dichvu{
	width: 221px;
	padding: 4px;
	border:1px solid #d8d7d7;
}
.img_dichvu img{
	width: 221px;
}
/*product*/
.box_sanpham{
	float:left;
	width:230px;
	margin-bottom:20px;

	
}
.img_sanpham{
	text-align:center;
	overflow:hidden;
	border:1px solid #d8d7d7;
}
.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:228px;
	height:168px;
	
	-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:left;
	text-transform:uppercase;
	font-size:14px;
	margin-top:5px;
	position: relative;
	z-index: 100;
	min-height:32px;
	overflow:hidden;
	width:190px;

}
.name_sanpham h2{font-size:14px;color:#646464;font-weight: normal;}
.name_sanpham h2:hover{color:#f00;}
.gia_sanpham{
	width:231px;
	margin-top:5px;
	position: relative;
	height: 59px;
	background: url(images/tile_sp.png) 0px 0px no-repeat;
	margin-top: -28px;
}
.gia_sanpham a img
{
  float:right;
  margin-top: 25px;
  margin-right: 30px;
}

.gia_sanpham span{color:#00438d;font-size: 18px;position: absolute;bottom: 5px;left: 5px;}
.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:300px;
}

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


.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;
}
/*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:765px;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:765px;
	float:right;
	margin-top:5px;
}
.box_news_readmore{
	width:765px;
	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;
}
/*footer*/
#footer{background:url(images/bg_footer_02.jpg);padding:15px 0px;border-top:7px solid #00aeef;
	width: 1349px;
	margin: auto;
}
.left_footer{
	float:left;
	width: 475px;
}
.mid_footer{
	float:left;
	width: 275px;
	text-align: center;

}
.right_footer{
	width: 300px;
	float:right;
}
/*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;}
