@charset "utf-8";
/*body {
	margin: 0px;
	padding: 0px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background: rgb(16,82,147);
	background: url(../images/bg_top_on.png) top no-repeat, url(../images/bg_bottom_on.png) bottom no-repeat, linear-gradient(top, rgb(5,51,107) 0%, rgb(0,153,255) 40%, rgb(0,153,255) 70%, rgb(5,51,107) 100%);
	background: url(../images/bg_top_on.png) top no-repeat, url(../images/bg_bottom_on.png) bottom no-repeat, -o-linear-gradient(top, rgb(5,51,107) 0%, rgb(0,153,255) 40%, rgb(0,153,255) 70%, rgb(5,51,107) 100%);
	background: url(../images/bg_top_on.png) top no-repeat, url(../images/bg_bottom_on.png) bottom no-repeat, -moz-linear-gradient(top, rgb(5,51,107) 0%, rgb(0,153,255) 40%, rgb(0,153,255) 70%, rgb(5,51,107) 100%);
	background: url(../images/bg_top_on.png) top no-repeat, url(../images/bg_bottom_on.png) bottom no-repeat, -webkit-linear-gradient(top, rgb(5,51,107) 0%, rgb(0,153,255) 40%, rgb(0,153,255) 70%, rgb(5,51,107) 100%);
	background: url(../images/bg_top_on.png) top no-repeat, url(../images/bg_bottom_on.png) bottom no-repeat, -ms-linear-gradient(top, rgb(5,51,107) 0%, rgb(0,153,255) 40%, rgb(0,153,255) 70%, rgb(5,51,107) 100%);
}*/
body {
	margin: 0px;
	padding: 0px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background: #999 url(../images/bg_main.gif) repeat-y center;
}
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	list-style: none;
	text-decoration: none;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.clr {
	clear: both;
}
#mainlBlock{
	width: 990px;
	margin: 0 auto;
}
#logo{
	margin: 15px auto;
	width:750px;
}
#logo a{
	width:750px;
	height:100px;
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: -10001px;
	background: url(../images/logo.png) no-repeat center center;
}
#navtop{
	background: url(../images/bg_5.png) repeat-y;
	background: linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 40%, rgba(5,51,107,1) 100%);
	background: -o-linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 40%, rgba(5,51,107,1) 100%);
	background: -moz-linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 40%, rgba(5,51,107,1) 100%);
	background: -webkit-linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 40%, rgba(5,51,107,1) 100%);
	background: -ms-linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 40%, rgba(5,51,107,1) 100%);
	width:100%;
	height:40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
#list-topmenu li {
	float:left;
	position: relative;
	text-transform:uppercase;
	margin-right:1px;
	font-weight:bold;
}
#list-topmenu li a{
	color:#FFF;
	padding:13px 20px;
	font-size:12px;
	display: block;
}
#list-topmenu ul li a{
	padding:10px 20px;
	font-size:12px;
}
#list-topmenu li #list-suptop {
	display: none;
	position: absolute;
	width: 180px;
	z-index: 9999;
}
#list-topmenu li:hover #list-suptop {
	display: block;
}
#list-topmenu li #list-suptop li {
	float: none;
	text-transform:capitalize;
	font-weight:normal;
}
#list-suptop li, #list-topmenu li:hover, #list-topmenu li.active{
	background: rgba(5,51,107,.8);
}
#list-suptop li:hover{
	background: rgba(0,153,255,.8);
}
#list-topmenu li.home:hover{
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
}
#list-topmenu li.end{
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}
#flag_eng, #flag_vn{
	float:right;
	margin:12px 5px 0 0;
}
#flag_eng{
	margin-right:15px;
}
#flag_eng a, #flag_vn a{
	width:18px;
	height:18px;
	display: block;
	overflow: hidden;
	outline: none;
	text-indent: 10000px;
	background: url(../images/flag.png) no-repeat -18px center;
}
#flag_vn a{
	text-indent: -10000px;
	background: url(../images/flag.png) no-repeat 0px center;
}
#mainContent{
}
#leftContent{
	float:left;
	width:210px;
	overflow:auto;
}
#rightContentHome{
	float:right;
	width:780px;
	overflow:auto;
}
#copyright{
	color:#FFF;
	text-align:center;
	line-height:20px;
	margin-bottom:5px;
	text-shadow:1px 1px 2px #222;
	font-size:12px;
}
#copyright a{
	color:#FFF;
	font-size:12px;
}
#copyright a:hover{
	text-decoration:underline;
}
#tooltip, #tooltip2{
	position:absolute;
	color:#FFF;
	display:none;
	background:url(../images/bg_tooltip.png) no-repeat center left;
	font-size:14px;
	padding:0 15px 0 20px;
	line-height:30px;
	z-index: 1000;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}
#tooltip2{
	font-size:12px;
	padding:0 10px 0 15px;
	line-height:20px;
}


/*home*/
#slideProductBottom{
	width:100%;
	height:70px;
	background: rgba(5,100,175,.5);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.galleryslides {
	margin:auto;
	width: 970px;
	height: 50px;
	position: relative;
	padding-top:10px;
}
.galleryslides .wrapper {
	width: 970px;
	height: 50px;
	overflow: auto;
	position: absolute;
}
.galleryslides .wrapper ul {
	width: 9999px;
	position: absolute;
}
.galleryslides ul li {
	display:block;
	float:left;
	width:100px;
	height:50px;
	position: relative;
	overflow: hidden;
	padding-right:9px;
}
.galleryslides ul li span {
	display: block;
	position: absolute;
	left:0;
	top:0;
	overflow: hidden;
	width:100px;
	height:50px;
}
.galleryslides ul li span:before {
	content:'';
	width:100px;
	height:50px;
	position: absolute;
	display: block;
}
.galleryslides ul li span:hover:after {
	content:'';
	width:90px;
	height:40px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 5px solid #F00;
	opacity: .7;
}
.galleryslides ul li div {
	display: block;
	width:100px;
	height:50px;
	background-repeat: no-repeat;
	background-position: center center;
}
.galleryslides .arrow {
	display: block;
	top:0px;
	width:30px;
	height:70px;
	line-height: 65px;
	font-size:30px;
	position: absolute;
	cursor: pointer;
	background: rgba(5,35,70,.8);
	opacity: 0;
	text-align: center;
	color: #FFF;
	font-family: 'Acme', sans-serif;
}
.galleryslides .forward {
	right: -10px;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
}
.galleryslides .back {
	left: -10px;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
}
.galleryslides .forward:hover, .galleryslides .back:hover {
	opacity: 1;
}

/*products + home*/
#listalbum div{
	float: left;
	width: 259px;
	height: 199px;
	background-repeat: no-repeat;
	background-position: center center;
}
#listalbum li, #boxgrid{
	width: 259px;
	height: 199px;
	float:left;
	position: relative;
	margin-left:1px;
	margin-bottom:1px;
}
#listalbum h3, #boxgrid h3{ 
	width:259px;
	font-size:15px;
	font-weight:normal;
	font-family: 'Armata', sans-serif;
	text-transform:capitalize;
	color:#FFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	background: #02488D;
	line-height:18px;
	text-align:center;
	padding:7px 0;
}
#listalbum span, #boxgrid span{ 
	width: 259px;
	height: 199px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background: rgba(0,155,255,.3) url(../images/img_over.png) center center no-repeat;
	opacity:0;
}
#listalbum span:hover, #boxgrid span:hover{ 
	opacity:1;
}


/*Product*/
#listProduct{
	padding:15px;
}
#listProduct div{
	float: left;
	width: 175px;
	height: 175px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:10px;
}
#listProduct li{
	width: 175px;
	height: 230px;
	float:left;
	position: relative;
	margin:6px;
}
#listProduct h3{ 
	font-size:14px;
	text-transform:capitalize;
	font-weight:normal;
	color:#FFF;
	background:#02488D;
	line-height:15px;
	text-align:center;
	padding:10px 0;
}
#listProduct span{ 
	width: 165px;
	height: 165px;
	position: absolute;
	border: rgba(0,153,255,.5) 5px solid;
	display: block;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	top:0;
	left:0;
}
#listProduct span:hover{ 
	width: 145px;
	height: 145px;
	border: rgba(255,200,35,.5) 15px solid;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

/*slide menu product home*/
.galleryslides2 {
	margin:auto;
	width: 780px;
	height: 800px;
	position: relative;
}
.galleryslides2 .wrapper2 {
	width: 780px;
	height: 800px;
	overflow: auto;
	position: absolute;
}
.galleryslides2 .wrapper2 ul {
	width: 9999px;
	position: absolute;
}
.galleryslides2 ul li {
	display:block;
	float:left;
	width: 780px;
	height: 800px;
	position: relative;
}
.galleryslides2 .arrow {
	display: block;
	bottom:1px;
	width:129px;
	height:199px;
	line-height: 197px;
	font-size:40px;
	position: absolute;
	cursor: pointer;
	background: rgba(5,35,70,.5);
	background: linear-gradient(top, rgba(5,35,70,.5) 0%, rgba(5,35,70,0) 90%);
	background: -o-linear-gradient(top, rgba(5,35,70,.5) 0%, rgba(5,35,70,0) 90%);
	background: -moz-linear-gradient(top, rgba(5,35,70,.5) 0%, rgba(5,35,70,0) 90%);
	background: -webkit-linear-gradient(top, rgba(5,35,70,.5) 0%, rgba(5,35,70,0) 90%);
	background: -ms-linear-gradient(top, rgba(5,35,70,.5) 0%, rgba(5,35,70,0) 90%);
	text-align: center;
	color: #FFF;
	font-family: 'Acme', sans-serif;
}
.galleryslides2 .forward {
	right: 0px;
}
.galleryslides2 .back {
	right: 130px;
}
.galleryslides2 .forward:hover, .galleryslides2 .back:hover {
	background: rgba(5,35,70,1);
	background: linear-gradient(top, rgba(5,35,70,.8) 0%, rgba(5,35,70,0) 90%);
	background: -o-linear-gradient(top, rgba(5,35,70,.8) 0%, rgba(5,35,70,0) 90%);
	background: -moz-linear-gradient(top, rgba(5,35,70,.8) 0%, rgba(5,35,70,0) 90%);
	background: -webkit-linear-gradient(top, rgba(5,35,70,.8) 0%, rgba(5,35,70,0) 90%);
	background: -ms-linear-gradient(top, rgba(5,35,70,.8) 0%, rgba(5,35,70,0) 90%);
}

#rightContent{
	float:right;
	width:780px;
}

/*services*/
#banner {
	position:relative;
	width:780px;
	height:203px;
}
.neoslideshow {
	position:relative;
	width:780px;
	height:90px;
}
.neoslideshow img {
	position:absolute;
	width:780px;
	height:90px;
	left:0px;
	top:0px
}
#titleInside{
	background:rgba(5,51,107,1);
	background: linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 30%, rgba(5,51,107,1) 100%);
	background: -o-linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 30%, rgba(5,51,107,1) 100%);
	background: -moz-linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 30%, rgba(5,51,107,1) 100%);
	background: -webkit-linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 30%, rgba(5,51,107,1) 100%);
	background: -ms-linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 30%, rgba(5,51,107,1) 100%);
	width:100%;
	height:40px;
}
#titleInside h1{
	font-size:22px;
	font-weight:normal;
	color:#FFF;
	padding:0 15px;
	line-height:40px;
	float:left;
}
#list-Submenu li {
	position: relative;
	text-transform:capitalize;
	float:right;
	margin:10px 0 0 0;
}
#list-Submenu li a{
	color:#FFF;
	padding:5px 5px 5px 15px;
	font-size:11px;
	display: block;
	background:url(../images/icons.png) no-repeat left center;
}
#list-Submenu li img{
	border:0px;
}
#list-Submenu li a.home{
	padding: 5px;
	display: block;
	background:none;
}
#list-Submenu li #list-Submenutop li a{
	color:#FFF;
	padding:5px;
	font-size:11px;
	display: block;
	background:none;
	text-align:right;
}

#list-Submenu li #list-Submenutop {
	display: none;
	position: absolute;
	width: 165px;
	z-index: 9999;
	right:0px;
}
#list-Submenu li:hover #list-Submenutop {
	display: block;
}
#list-Submenu li #list-Submenutop li {
	float: none;
	margin:0px;
}
#list-Submenutop li, #list-Submenu li:hover{
	background: rgba(0,153,255,.95);
}
#list-Submenutop li:hover{
	background: rgba(5,51,107,.95);
}
#contentProduct{
	font-size:14px;
	color:#323232;
	line-height:20px;
	word-wrap: break-word;
	background:#FFF;
	overflow:auto;
	padding:15px;
	position:relative;
}
#contentProductImg{
	width:250px;
	height: 250px;
	float:left;
	position:relative;
}
#contentProductImg img{
	width:250px;
	height:250px;
	border:0px;
}
#contentProductImg span{ 
	width: 240px;
	height: 240px;
	position: absolute;
	border: rgba(0,153,255,.5) 5px solid;
	display: block;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	top:0;
	left:0;
}
#contentProductImg span:hover{ 
	width: 220px;
	height: 220px;
	border: rgba(255,200,35,.5) 15px solid;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#contentProductInfo{
	width:485px;
	float:right;
	font-size:14px;
	color:#323232;
	line-height:20px;
	word-wrap: break-word;
}
#contentProductInfo p{
	border-bottom: #CCC dotted 1px;
	padding-bottom:5px;
}
#contentMenuProduct{
	font-size:14px;
	color:#323232;
	line-height:20px;
	word-wrap: break-word;
	background:#FFF;
	overflow:auto;
	border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
}
#content, #news, #content-news, #contentDownload{
	font-size:14px;
	color:#323232;
	line-height:20px;
	word-wrap: break-word;
	background:#FFF;
	padding:15px;
	border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
}
#content img, #news img, #content-news img, #contentProduct img {
	border:0;
	max-width:100%;
	height: auto;
}
#content p, #news p, #content-news p, #contentDownload p, #contentProduct p{
	font-size:14px;
	color:#323232;
	margin-bottom:15px;
	text-align:justify;
	}
#content ul, #content-news ul{
	padding-bottom:15px;
	padding-left:30px;
}
#content ul li, #content-news ul li{
	line-height:22px;
	list-style-position: inherit;
	list-style-type: square;
	list-style-image:none;
	color:#323232;
	font-size:14px;
	text-align:justify;
}
#content a, #content ul li a, #content-news a, #content-news ul li a, #contentDownload a, #contentProduct a{
	font-size:14px;
	color: #075399;
}
#content a:hover, #content ul li a:hover, #content-news a:hover, #content-news ul li a:hover, #contentDownload a:hover, #contentProduct a:hover{
	color: #323232;
}
#content strong, #content b, #content-news b, #content-news strong, #contentDownload b, #contentDownload strong, #contentProduct b, #contentProduct strong{
	color: #000;
	font-weight:bold;
	font-size:15px;
}
#content u, #content-news u{
	font-size:14px;
	text-decoration:underline;
}
#content i, #content-news i{
	font-size:14px;
	font-style: italic;
}
#news li {
	margin-bottom: 20px;
	color: #323232;
}
#content h2, #news h2, #content-news h2, #news a.h2, #contentDownload h2, #contentProduct h2{
	font-family: Georgia, serif;
	font-style: italic;
	font-size:22px;
	line-height:23px;
	color:#075399;
	text-shadow:1px 1px 0px #f2f2f2, 1px 2px 0px #b1b1b2;
}
#news span, #content-news span{
	font-family: Georgia, serif;
	font-style: italic;
	color: #323232;
}
#news span a, #content-news span a {
	font-family: Georgia, serif;
	font-style: italic;
	color: #323232;
}
#news span a:hover, #content-news span a:hover {
	text-decoration: underline;
}
#news a.h2:hover{
	color:#F60;
}
#nums {
	line-height:30px;
	overflow:auto;
	
}
#nums li {
	float: left;
	margin:0px;
	padding:0px;
}
#nums a {
	font-size:16px;
	display: block;
	margin: 0 3px 0 0;
	padding: 0px 11px;
	color: #FFF;
	font-family: 'Acme', sans-serif;
	background-color: #0552AE;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#nums a:hover, #nums a.active, #nums a.stay:hover {
	background-color: #C00;
	color: #FFF;
	text-decoration:none;
}
#nums a.stay {
	font-size:20px;
	background-color: #CCC;
	color:#323232;
}

/*Download*/
#listDownload {
	position: relative;
	text-align:center;
}
#listDownload li {
	display:block;
	float:left;
	width:230px;
	margin:10px 10px 0 10px;
}
#listDownload li img{
	width:210px;
	height:210px;
	border:0;
}
#listDownload li a{
	color:#323232;
	font-family:15px;
	line-height:20px;
}
#listDownload li img:hover, #listDownload li a:hover{
	opacity: .7;
	text-decoration:none;
}

/*page-contact*/
#listform {
	width: 360px;
	display:block;
	color:#323232;
}
#listform li{
	color: #323232;
	padding-bottom:15px;
	font-size:14px;
	text-align:left;
	text-transform:capitalize;
}
#listform li input, #listform li select, #listform li textarea {
	font-family: Arial, Helvetica, sans-serif;
	padding:2px 10px;
	font-size:14px;
	line-height:22px;
	color: #323232;
	width: 340px;
	background-color:#FFF;
	border:1px solid #999;
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,.4);
	box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#listform li select{
	width:auto;
}
#listform li textarea{
	height: 92px;
}
#listform li textarea:focus, #listform li input:focus{
	border:1px solid #F00;
}
#sumbtns a{
	font-size:14px;
	color:#000;
	background: rgba(0,153,255,1);
	background: linear-gradient(left, rgba(255,200,35,1) 0%, rgba(0,153,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,200,35,1) 0%, rgba(0,153,255,1) 100%);
	background: -moz-linear-gradient(left, rgba(255,200,35,1) 0%, rgba(0,153,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,200,35,1) 0%, rgba(0,153,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,200,35,1) 0%, rgba(0,153,255,1) 100%);
	padding:5px 15px;
	position:absolute;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#sumbtns a:hover{
	color:#000;
	text-decoration:none;
	background: rgba(255,200,35,1);
	background: linear-gradient(left, rgba(255,200,35,1) 0%, rgba(0,153,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,200,35,1) 0%, rgba(0,153,255,1) 100%);
	background: -moz-linear-gradient(left, rgba(255,200,35,1) 0%, rgba(0,153,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(0,153,255,1) 0%, rgba(255,200,35,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,200,35,1) 0%, rgba(0,153,255,1) 100%);
}
/*Customer*/
tr:hover, td:hover{
	background: rgb(255,255,150);
}
table {
	width:100%;
	border:rgb(179,224,255) solid 1px;
	font-size:14px;
}
th {
	padding:5px;
	background: rgb(179,224,255);
	font-size:12px;
}
td {
	text-align:center;
	padding:5px;
	border-top:rgb(179,224,255) solid 1px;
	font-size:14px;
}
td a{
	display:block;
}
#contentCustomerImg{
	width:200px;
	float:left;
}
#contentCustomerImg img{
	width:150px;
	margin-left:25px;
}
#contentCustomerInfo{
	width:550px;
	float:right;
	font-size:14px;
	color:#323232;
	line-height:20px;
	word-wrap: break-word;
}
#contentCustomerInfo p{
	border-bottom: #CCC dotted 1px;
	padding-bottom:5px;
}
#list-Download li {
	position: relative;
	text-transform:capitalize;
	float:inherit;
}
#list-Download li a{
	color:#000;
	padding:2px 5px;
	font-size:14px;
	display: block;
}
#list-Download li #list-SubDownload li a{
	color:#000;
	padding:2px 5px;
	font-size:13px;
	display: block;
	background:none;
	text-align:left;
}

#list-Download li #list-SubDownload {
	display: none;
	position: absolute;
	width: 150px;
	z-index: 9999;
	left:0px;
}
#list-Download li:hover #list-SubDownload {
	display: block;
}
#list-Download li #list-SubDownload li {
	float: none;
	margin:0px;
}
#list-SubDownload li, #list-Download li:hover{
	background: rgba(160,160,160,.9);
}
#list-SubDownload li:hover{
	background: rgba(200,200,200,.9);
}

/*chinh sua lan cuoi*/
#search_product_new{
	background: url(../images/bg_5.png) repeat-y;
	background: linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 70%);
	background: -o-linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 70%);
	background: -moz-linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 70%);
	background: -webkit-linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 70%);
	background: -ms-linear-gradient(left, rgba(5,51,107,1) 0%, rgba(0,153,255,1) 70%);
	width:100%;
	height:35px;
}
#search_product_new_left{
	width:210px;
	height:35px;
	color:#FFF;
	float:left;
	line-height:35px;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}
#search_product_new_left a{
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
#search_product_new_left a:hover{
	color: #FF0;
}
#search_product_new_right{
	width:780px;
	height:35px;
	float:right;
	line-height:35px;
}
#search_product_new_right a, #banner_home_new_right_content a{
	background:rgba(5,100,175,1);
	color:#FFF;
	padding: 5px 15px;
	-moz-box-shadow: inset 0 4px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 4px 8px rgba(0,0,0,.4);
	box-shadow: inset 0 4px 8px rgba(0,0,0,.4);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size:12px;
}
#search_product_new_right a:hover, #banner_home_new_right_content a:hover{
	-moz-box-shadow: inset 0 4px 8px rgba(0,0,0,.6);
	-webkit-box-shadow: inset 0 4px 8px rgba(0,0,0,.6);
	box-shadow: inset 0 4px 8px rgba(0,0,0,.6);
}
.input_search, .input_customers{
	margin:3px 5px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:250px;
	text-align:center;
	background:#FFF;
	padding: 5px;
	color: rgba(0,0,0,.5);
	border:0;
	-moz-box-shadow: inset 0 4px 8px rgba(0,0,0,.4);
	-webkit-box-shadow: inset 0 4px 8px rgba(0,0,0,.4);
	box-shadow: inset 0 4px 8px rgba(0,0,0,.4);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.input_search:focus, .input_customers:focus{
	color:#000;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-moz-box-shadow: inset 0 4px 8px rgba(0,0,0,.6);
	-webkit-box-shadow: inset 0 4px 8px rgba(0,0,0,.6);
	box-shadow: inset 0 4px 8px rgba(0,0,0,.6);
}
#banner_home_new{
	width:100%;
}
#banner_home_new_left{
	width:780px;
	height:176px;
	float:left;
	position:relative;
}
#banner_home_new_right{
	width:210px;
	height:176px;
	float:right;
	background: #02488D;
	background: linear-gradient(top, #072F5F, #02488D);
	background: -o-linear-gradient(top, #072F5F, #02488D);
	background: -moz-linear-gradient(top, #072F5F, #02488D);
	background: -webkit-linear-gradient(top, #072F5F, #035EBA);
	background: -ms-linear-gradient(top, #072F5F, #02488D);
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
#banner_home_new_right_content{
	width:180px;
	margin:15px auto;
}
#banner_home_new_right_content p{
	padding-bottom:5px;
	color:#FFF;
	font-size:11px;
	line-height:18px;
}
#banner_home_new_right_content b{
	font-size:12px;
	font-weight:bold;
}

.input_customers{
	width:160px;
	text-align: left;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#banner_home_new_right_content a{
	background:#F00;
	padding: 4px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*home content*/
/* slide */
#border_home_slider {
	width:780px;
	height:50px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index:999;
	background:url(../images/border_home_slider.png) no-repeat;
}
#slider {
	width: 780px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	text-indent: -100001px;
}
#slider img {
	width: 780px;
	height: 176px;
	border:0;
}
.circle {
	display: block;
	width:10px;
	height:10px;
	position:absolute;
	bottom:0px;
	right:0px;
	z-index: 300;
	margin:5px;
	background:#FFF;
	border:2px #FFF solid;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.circle-current {
	background: none;
	border:2px #FFF solid;
}
/*end slider*/
