﻿
body {
    /*background:url('background.jpg') no-repeat center center;*/
    min-height:899px;
    font-family: 'Roboto', sans-serif;
    font-smooth: always;
    background: #1b5875 url(content_bg_1.jpg) repeat-y top center;
}
a{text-decoration:none;}
.wrapper{width:1024px;margin:0 auto;}
.wrapperHeader{width:100%;height:200px;background:rgba(0,0,0,0.5);margin-bottom:50px;}
.header{width:1024px;margin:0 auto;height:200px;position:relative;}
.header .logo{width:190px;float:left;position: absolute;top: 10px;}
.header .logo img
{
    width: 190px;
}
.header .banner{width:830px;position:absolute;left:194px;top:5px;}
.header .banner p{color:#fff;}
.header .banner p.companyName
{
    width:1004px;
    font-size: 27pt;
    color: #00AD82;
    font-weight: 600;
    position:absolute;
    left:-194px;
   -webkit-text-fill-color: #0082CB; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: white;
    padding:0 10px;
    text-align:center;
    top:15px;
}
.header .banner .branchNameWrap{position:absolute;top:50px;}
.header .banner p.branchName {font-weight:300;font-size:14pt;}
.header .banner p.branchName span{font-weight:500;margin-right:10px;}

.mainNav ul.menu{width:100%;margin-top:5px;}
.mainNav ul.menu li{float:left;margin-right:15px;position:relative;}
.mainNav ul.menu li:last-child{margin:0;}
.mainNav ul.menu li a{color:#fff;float:left;height:39px;position:relative;line-height:30px;}
.mainNav ul.menu li a span{padding:0px 10px 0px 8px;display:block;}
.mainNav ul.menu li a.active span{background-color:#017dc3;}
.mainNav ul.menu li a.active
{
	color: #fff;
    background: url(menu_hover_bg.png) no-repeat left top;
}
.mainNav ul.menu li:hover a span,.mainNav ul.menu li:hover a.active span{background-color:#017dc3;}
.mainNav ul.menu li:hover a,.mainNav ul.menu li:hover a.active
{
    color: #fff;
    background: url(menu_hover_bg.png) no-repeat left top;
}
.mainNav ul.menu ul
{
	left: 0px;
	top: 30px;
	position: absolute;
	visibility:hidden;
	width: 282px;
	z-index: 9999999;
	-webkit-transition: all 150 ;
	-moz-transition: all 150 ;
    -ms-transition: all 150 ;
    -o-transition: all 150 ;
	transition: all 150 ;
}
.mainNav ul.menu ul li
{
	padding: 0px;
	height: 28px;
	background: none;
	margin: 0;
	padding-top: 2px;
	width: 282px;
}
.mainNav ul.menu li ul a.active, ul.menu ul li a:hover, ul.menu ul li a.active {
	color: #fff;
}
.mainNav ul.menu li > ul > li a:hover span, ul.menu li > ul > li a.active span 
{
	background:#133e53;
}
.mainNav ul.menu li ul a:hover, ul.menu li ul a.active ,
.mainNav ul.menu li:hover ul li a:hover
{
	background:url(menu_sub_bg_l.png) no-repeat left bottom transparent;
}
  /* IE 6 & 7 Needs Inline Block */
.mainNav ul.menu ul li a span
{
	padding: 0;
	display: block;
	float: left;
	padding-left: 5px;
	height: 28px;
	width: 260px;
	line-height: 26px;
	background-color:#017dc3;
}
.mainNav ul.menu li:hover ul li a,
.mainNav ul.menu ul li a
{
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding:0;
	padding-left: 8px;
	height: 28px;
	line-height: 28px;
	display: block;
	background: url(menu_sub_bg_l.png) no-repeat left top transparent;
}
.mainNav ul.menu ul li a i{height:28px;width:9px;background:url(menu_sub_right.png);display:block;float:right;}
.mainNav ul.menu ul li a:hover i{background:url(menu_sub_right_hover.png);}
.mainNav ul.menu ul li a:hover 
{
	background: url(menu_sub_bg_l.png) no-repeat left bottom transparent;	
}
.mainNav ul.menu li:hover > ul 			{ visibility: visible; }

.slider{width:100%;margin:0;}
.slideshow
{
    padding: 5px;
    height: 300px;
    -webkit-box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.2);
    background:#fff url(bgbanner.jpg) no-repeat 5px 5px;
}
.slideshow img{width:1014px;height:350px;}
.container{width:100%; margin:10px 0;float:left;}
.colLeft{width:230px;background:#fff;min-height:300px;float:left;padding:0 5px;}
.colRight{width:210px;background:#fff;min-height:300px;float:left;padding:0 5px;}
.colCenter{width:550px;float:left;min-height:300px;margin:0 7px;}

.blockBox{
    /*background: url(sitebar_bg.jpg) repeat-y;*/
    width: 230px;
    margin-bottom: 12px;
}
.blockBox1{width:210px;margin-bottom: 12px;}
.headLeft,.headRight{
    background:#01AE82/* url(line-bg.png) repeat*/;
    padding:5px 0;
    margin-bottom: 10px;
    position: relative;
    font-weight:500;
    color:#fff;
    font-size:13pt;
    text-align:center;
}
.footLeft{
    /*background: url(sitebar_bottom.jpg) no-repeat;
    height:5px;*/
}

.wrapperCenter{display:block;float:left;margin-left:-15px;}
.headCenter{height: 32px;margin-left:15px;background-color:#fff;width:535px;float:left;}
.headCenter span {
    display: block;
    height: 32px;
    text-transform: uppercase;
    float: left;
    line-height: 32px;
}
.headCenter span.sp_right, span.sp_left {
    width: 15px;
    font-size: 0px;
}
span.sp_left {
    background: url(left.png) no-repeat;
}
span.sp_right {
    background: url(right.png) no-repeat;
}
span.sp_center {
    background: #1c607f;
    font-weight: 500;
    font-size: 16px;
    color: #FFF;
    width: auto;
    padding: 0 10px;
    position:relative;
}
span.sp_center img
{
	position: absolute;
	top: 6px;
	left: -11px;
}
.contCenter{background-color:#fff;min-height:150px;width:540px;padding:5px;float:left;}
.footCenter{display:block;margin-bottom:8px;width:100%;float:left;}

/*Footer*/
.footer
{
    width: 100%;
    min-height: 150px;
    background-color: #E1E1E1;
    clear: both;
    -webkit-box-shadow:  0px -2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow:  0px -2px 2px 0px rgba(0, 0, 0, 0.2);
    margin-bottom:20px;
}
.wrapperFooter{width:1000px;margin:0 auto;padding:5px;}
.menuFooter{width:100%;float:left;padding-bottom:3px;border-bottom:1px solid #fff;margin-bottom:10px;}
.menuFooter ul
{
    width: 720px;
    display: block;
    margin: 0 auto;
}
.menuFooter ul li{float:left;}
.menuFooter ul li a{color:#666;padding:5px 20px;font-size:11pt;}
.menuFooter ul li a:hover{color:#021AA8;background:#fff;}

/*Support*/
.hoTro
{
	font-weight:400;
	color:#333;
}
.hoTro img
{

}
.hoTro div.rowSupport{width:100%;float:left;margin-bottom:7px;display:table;}
.hoTro div.rowSupport span{float:left;margin-right:5px;display:table-cell;vertical-align:top;width:165px;}
.hoTro a{display:block;float:right;}
.hoTro span{font-size:11pt;font-weight:400;line-height:22px;}
.hoTro img.iconSupport{max-width:40px;max-height:40px;}

/*Sản phẩm*/
.tinSanPham
{
	overflow:hidden;
	float:left;
}
.tinSP
{
	width:173px;
	overflow:hidden;
	float:left;
	position:relative;
}
.tinSanPham .left{padding:5px 5.5px 5px 0;}
.tinSanPham .middle{padding:5px 5px 5px 5px;}
.tinSanPham .right{padding:5px 0 5px 5.5px;}
.wrapTinSP
{
    position: absolute;
	background: rgba(0,0,0,0.7);
	background:url('/images/transparent-bg.png') repeat;
	bottom: 6px;
	margin: 0;
	left: 3px;
	padding: 5px;
	width: 157px;
}
.wrapTinSP:hover{background-color:#0018a8;}
.wrapTinSP:hover a{color:#fff;}
.wrapTinSP1
{
    position: absolute;
	background: rgba(0,0,0,0.7);
	background:url('/images/transparent-bg.png') repeat;
	bottom: 6px;
	margin: 0;
	left: 3px;
	padding: 5px;
	width: 225px;
}
.imgTinSP{float:left;position:relative;}
.imgTinSP a{width:100%;float:left;}
.imgTinSP img
{
	width:167px;
	height:185px;
	padding: 2px;
	border: solid 1px #dfdfdf !important;
	margin-bottom:3px;
}
.imgTinSP img:hover
{
	box-shadow: 1px 1px 0px #d0d0d0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.titleTinSP a:link,
.titleTinSP a:visited
{
    width:100%;
	color:#fff;
	font-size:11pt;
	margin:5px 0px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
	transition: all 200ms ease;
	text-align:left;
	padding-bottom:3px;
	float:left;
	font-weight:400;
}
.desTinSP
{
    width:100%;
    float:left;
	height:38px;
	overflow:hidden;
	text-align:justify;
	color:#fff;
	font-size:8pt;
}
.tenSP
{
    font-size: 16pt;
    color: #990000;
    margin-bottom: 5px;
    text-align: left;
    font-weight: bold;
}
.tinhnangSP
{
    font-size: 10pt;
    color: #666;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    text-align:justify;
}
.khuyenmaiSP
{
    font-size: 10pt;
    color: #666;
    padding-top: 10px;
    text-align:justify;
}
.empty{color:Red;}
.productPrice{width:100%;float:left;padding-bottom:10px;border-bottom:1px solid #ddd;color:#333;text-align:center;}
.productPrice span{color:Red;}

/*Search*/
.search{position:absolute;bottom:-48px;right:0;}
.wrapOption{float:left;}
.wrapOption select
{
	font-size: 10pt;
	width: 200px;
	margin: 0 5px;
	height: 30px;
	padding: 3px;
	border: none;
}
.wrapInput{float:left;position:relative;}
.wrapInput input[type=text]
{
	width: 245px;
	border: none;
	height: 24px;
	padding: 3px;
	padding-left: 40px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) rgb(235, 235, 235);
	z-index:10;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size:10pt;
	color:#999;
}
.wrapSubmit{float:left;}
.wrapSubmit input[type=submit]
{
	height: 30px;
	line-height: 15px;
	margin-top:0;
	width:70px;
}
.wrapInput .ico_search
{
	width: 35px;
	height: 30px;
	background: url('sprite_general.png') 0px -304px no-repeat;
	position:absolute;
	top:0;left:0;
	z-index:999;
}

/*Language*/
.inputKeyword{float:left;}
.lang,.langLeft,.langRight{float:left;margin-left:10px;}
.langLeft{line-height:31px;border-right:1px solid #fff;padding-right:10px;height:32px;}
.langLeft span{float:left;color:#fff;margin-right:5px;}