Đổi màu thanh cuộn trình duyệt
::-webkit-scrollbar {
	background:#E2E2E2;
	width:8px;
	height:11px;
}
	::-webkit-scrollbar-thumb {
	background:#A8A8A8;
	border-radius:10px;
}

*{ 
    margin: 0; 
	padding: 0; 
} 
.addthis_native_toolbox
{
	margin:10px 0px; 
	width:100%; 
	clear:both;
}
.clear{clear:both;}
#loadingPath
{
	background:#FFF url(images/loadingPath.gif) no-repeat center center;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;

}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	background: #6c6ffc;
}
@font-face {
    font-family: 'myFont';
    src: url('font/RobotoCondensed-Regular.ttf');
}

div#header
{
	width:1000px;
	margin:auto;
	position:relative;
}
div#wapper
{
  width:1000px;
  margin:auto;
}

div#menu
{
	height:40px;
	line-height:40px;
	background:#2f8aca;
	width:1000px;
	position:relative;
	
	display:-moz-box;
	-moz-box-orient:vertical;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari and Chrome */
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-orient:vertical;
	box-pack:center;
	box-align:center;
}

div#menu ul
{
  float:left;  
  list-style:none;
}
div#menu ul li
{
  float:left;
  position:relative;
  z-index:50;
}
div#menu ul li a
{
	color:#fff;
	font-size:16px;
	padding:0px 28px;
	text-decoration:none;
	border-right:1px dotted #fff;
	display:block;
}

div#menu ul li a:hover,div#menu ul li a.active
{
	
	background:#E00;
}
div#menu ul li ul,div#menu ul li:hover ul li ul
{
	position:absolute;
	margin-left:0px;
	display:none;	
}
div#menu ul li:hover ul
{
	display:block;
}
div#menu ul li ul li
{
	width:220px;
	padding:0px 5px;
	background:#2f8aca;
	line-height:1.5;
	border-bottom:1px dashed #fff;	
}
div#menu ul li ul li a
{
	padding:6px 10px;
	border:none;
	font-size:14px;
}
div#menu ul li ul li ul
{	
	left:220px;
	top:0px;
}
div#search
{
	position:absolute;
	right:10px;
	bottom:10px;
	background:#fff;
	border:1px solid #fff;
	border-radius:2px;
	height:23px;
}
div#search input
{
	padding:0px 10px;
	float:left;
	margin-top:3px;
	border:none;
	background:none;
	width:160px;
	outline:none;
}
div#slider
{
	height:350px;
	width:100%;
	margin:auto;
}
div#main_content
{
	padding:15px;
	background:#fff;
}
div#left
{
	width:240px;
	float:left;
}
div.tieude
{
	background:url(images/tieude.png) repeat;
	height:34px;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-size:15px;
	font-family:'myFont';
	font-weight:bold;
	text-transform:uppercase;
}
div.tieude2
{
	border-bottom:1px solid #49a0d9;
	height:34px;
	line-height:35px;
	text-align:center;
	color:#fff;
	font-size:15px;
	font-family:'myFont';
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:12px;
}
div#spnoibat a img
{
	width:200px;
	border:1px solid #bfbfbf;
	padding:4px;
	margin:auto;
	transition:1s;
}
div#spnoibat a img:hover
{
	opacity:0.5;
	transition:1s;
}
div#spnoibat a
{
	text-decoration:none;
}
div#spnoibat a h4
{
	color:#2e8aca;
	font-family:'myFont';
	border-bottom:1px dashed #bfbfbf;
	padding:5px 0px;
	font-size:15px;
	transition:0.4s;
	width:210px;
	margin:auto;
	margin-bottom:10px;
}
div#spnoibat a h4:hover
{
	color:red;
	transition:0.4s;
}
div#tinmoi ul
{
	list-style:none;
	padding:10px 0px;
}
div#tinmoi ul li
{
	clear:both;
	border-bottom:1px dashed #929292;
	padding:7px 0px;
	margin:0px 12px;
	min-height:55px;
}
div#tinmoi ul li a
{
	text-decoration:none;
}
div#tinmoi ul li a img
{
	width:75px;
	float:left;
	margin-right:12px;
	transition:1s;
	max-height:60px;
	border:1px solid #BBB;
}
div#tinmoi ul li a img:hover
{
	transition:1s;
	opacity:0.5;
}
div#tinmoi ul li a h5
{
	color:#333333;
	font-family:'myFont';
	font-size:14px;
	font-weight:normal;
	transition:0.4;
}
div#tinmoi ul li a h5:hover
{
	transition:0.4;
	color:red;
}
div.danhmuc
{
	margin-bottom:10px;
	box-shadow:0px 0px 3px #d9d9d9;
}
div#danhmuc
{
	background:#308aca;
}
div#danhmuc ul
{
	list-style:none;
}
div#danhmuc ul li
{
	
}
div#danhmuc ul li a
{
	color:#fff;
	text-decoration:none;
	font-size:15px;
	transition:0.4s;
	display:block;
	background:#2878be;
	width:75%;
	border-radius:0px 15px 15px 0px;
	padding:5px 5px 5px 15px;
	margin-bottom:1px;
}
div#danhmuc ul li a:hover
{
	color:red;
	transition:0.4s;
}
div#danhmuc ul li ul li a
{
	background:none;
	padding:5px 5px 5px 40px;
	background:url(images/muiten.png) 25px 10px no-repeat;
	width:85%;
}
div.video2
{
	margin-top:6px;
	
	padding:4px;
}
div#video ul
{
	list-style:none;
}
div#video ul li
{
	background:url(images/muiten.png) 10px center no-repeat;
	padding:5px 5px 5px 25px;
	border-bottom:1px #EEEEEE dashed;
	cursor:pointer;
}
div#hotro
{
	background:url(images/bg_hotro.png) no-repeat;
	clear:both;	
}
div#hotro .hotline
{
	color:red;
	font-weight:bold;
	font-size:22px;
	float:right;
	margin-top:50px;
	margin-right:14px;
}
div#hotro img.hotro
{
	width:213px;
	height:197px;
	margin:auto;
	margin-left:30px;
}
div#hotro ul
{
	list-style:none;
	border-bottom:1px dashed #BBBBBB;
	padding:7px 0px;
	margin:0px 10px;
	font-size:14px;
}
div#hotro ul li
{
	clear:both;
	padding:4px;
}
div#hotro ul li span
{
	color:red;
	font-size:16px;
	float:right;
}
div#hotro ul li img
{
	margin-left:15px;
}
form#frm_dknt
{
	background:url(images/bg_dknt.png) center no-repeat;
	width:251px;
	height:35px;
	margin:10px;
}
form#frm_dknt input[type='text']
{
	margin-left:45px;
	width:140px;
	padding:0px 5px;
	float:left;
	margin-top:9px;
	border:none;
	background:none;
	outline:none;
	color:#000;
}
form#frm_dknt input[type='button']
{
	background:#000;
	color:#fff;
	width:50px;
	height:25px;
	line-height:25px;
	border:none;
	margin-top:5px;
	border-radius:3px;
	cursor:pointer;
}


div#right
{
float:right;
width:715px;
}
div.tieude_giua
{
	background:url(images/tieude_giua.png) no-repeat;
	height:36px;
	line-height:36px;
	padding-left:15px;
	color:#fff;
	font-size:15px;
	font-family:'myFont';
	font-weight:bold;
	text-transform:uppercase;
}
div.tieude_giua a
{
	display:block;
	float:right;
	background:url(images/muiten2.png) left center no-repeat;
	padding-left:12px;
	color:red;
	text-decoration:none;
	font-size:14px;
	padding-right:12px;
}

div.item
{
	float:left;
	width:225px;
	margin-right:20px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

div.item a img
{
	width:215px;
	height:160px;
	padding:0px 5px 5px 0px;
	background:#fff;
	transition:1s;
	border-right:5px solid #d9d9d9;
	border-bottom:5px solid #d9d9d9;	
	overflow:hidden;
}

div.item a img:hover
{
	opacity:0.4;
	transition:1s;
	
}
div.item a
{
	text-decoration:none;
}

div.item a h3
{
	color:#333333;
	font-size:17px;
	margin:4px 0px;
	font-family:'myFont';
	transition:0.4s;
	font-weight:normal;
}
div.item a h3:hover
{
	transition:0.4s;
	color:#3e92ce;
}
div.copy
{
	border-top:1px solid #ffffff;
	height:35px;
	line-height:35px;
	text-align:center;
	margin-top:7px;
}
div#footer
{
	background:#edecec;
	padding:10px;
	padding-bottom:0px;
	color:#848484;
	font-size:14px;
}
div#main_footer
{
	width:500px;
	float:left;
}
div#lienket
{
	width:190px;
	float:left;
	margin-left:20px;
	text-align:center;
}
div#lienket a img
{
	margin-right:5px;
	transition:1s;
}
div#lienket a img:hover
{
	opacity:0.5;
	transition:1s;
}
div#thongke
{
	width:200px;
	float:right;
}
.tieude3
{
	font-size:18px;
	font-family:'myFont';
	margin-bottom:8px;
}
div#thongke ul
{
	list-style:none;
}
div#thongke ul li
{
	clear:both;
	padding:4px 0px;
}
div#thongke ul li img
{
	float:left;
	margin-right:10px;
}


/* --------------------- Phan trang ------------------*/
.phantrang{
	text-align:center;
	margin:10px 0px;
}
.phantrang a{
	background:#000;
  color:#ffffff;
  padding: 2.5px 12px;
  text-align:center;
  text-decoration:none;
  margin:0px 3px;
  
}
.phantrang span{
	font-weight:bold;
  background:#ACACAC;
  padding: 3px 12px;
  color:#ffffff;
}
div#doitac
{
	width:1000px;
	margin:auto;
	margin-top:10px;
}

/*----------------------------------------------------*/
div#guonganh
{
	float:left;
	width:350px;
	margin-top:10px;
}

div#guonganh #anhlon a img
{
	width:350px;	
}
div#guonganh #anhnho a img
{
	border:1px solid #DDD;
	width:60px;
	height:60px;
	float:left;
	margin:5px 4px;
	transition:1s;
}
div#guonganh #anhnho
{
	display:-moz-box;
	-moz-box-orient:vertical;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari and Chrome */
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-orient:vertical;
	box-pack:center;
	box-align:center;
}
div#guonganh #anhnho a img:hover
{
	border:1px solid #F60;
	opacity:0.5;
	transition:1s;
}
.product_info
{
	float:right;
	list-style:none;
	width:350px;
	margin-top:10px;
}

.product_info li
{
	font-size:13px;
	 line-height:1.9em;
}
.product_info li b
{
	font-weight:normal;
	font-size:14px;
}
table#giohang input
{
	   margin:5px 0px;
}
table#giohang input.btn
{
   
  background:#1d8d45 ;
  color:#ffffff;
  box-shadow:3px 3px 3px #0F8037;
  padding:4px 10px;
  border:none;
  cursor:pointer;
  margin:5px 3px;}
  
table#tt td
{
	height:30px;
}
table#tt td input.t
{
	width:300px;
	height:20px;
	margin:3px 0px 5px 0px;
	border:1px solid #DDD;
}
table#tt td textarea
{
	width:300px;
}
table#tt span
{
	color:red;
}