
@font-face {
	font-family:"RobotoRegular";
	src:url("../fonts/Roboto/Roboto-Regular.ttf");
	font-weight:normal;font-style:normal;
}

@font-face {
	font-family:"RobotoMedium";
	src:url("../fonts/Roboto/Roboto-Light.ttf");
	font-weight:normal;font-style:normal;
}

@font-face {
	font-family:"RobotoItalic";
	src:url("../fonts/Roboto/Roboto-Italic.ttf");
	font-weight:normal;font-style:normal;
}

@font-face {
	font-family:"RobotoBold";
	src:url("../fonts/Roboto/Roboto-Bold.ttf");
	font-weight:normal;font-style:normal;
}

@font-face {
	font-family:"RobotoLight";
	src:url("../fonts/Roboto/Roboto-Light.ttf");
	font-weight:normal;font-style:normal;
}

@font-face {
	font-family:"UVNHongHaHep_B";
	src:url("../fonts/UVNHongHaHep_B.TTF");
	font-weight:normal;font-style:normal;
}


a:focus{
	text-decoration: none !important;
}
/*::-webkit-input-placeholder {
   color:#444444 !important;
}

:-moz-placeholder { 
  color:#444444 !important;
}

::-moz-placeholder { 
  color:#444444 !important; 
}

:-ms-input-placeholder {  
   color:#444444 !important;  
}*/

ul li{
	list-style: none;
}

a:hover{ text-decoration:none !important;}

body{
	font-family:RobotoRegular; 
	color:#323232; 
	*background:url(../images/bg.png) no-repeat center top #9da1aa !important;
	background:url(../images/bg5.png) repeat-x;
	font-size: 14px;
	
	padding-bottom: 50px;
}

.container {
	border-radius: 10px;
	padding: 15px 0px;
}

/* top */
#top{
	border-bottom: 6px solid rgba(9, 40, 135, 0.9);
	padding: 15px;
	padding-bottom: 0px;	position: relative;
}.logo{	float: left;	width: 100%;}.logo img{	/* width: 100%; */	height: auto;}

.boxSupport{	position: absolute;	right: 20px;	top: 0;
	margin-bottom: 10px;
	padding-right: 0;
}
.boxSupport.boxLang{	top: 45px;}
.boxSupport,
.boxSupport ul{
	float: right;
	font-family: 'RobotoLight';
}
.boxSupport ul li{
	float: left;
	margin-left: 20px;
}

.boxSupport ul li#support{
	cursor: pointer;
}

.boxSupport ul li#hotline{
	font-family:"UVNHongHaHep_B";
	color: #112a89;
	text-transform: uppercase;
	font-size: 22px;
}

.boxSupport ul li#support i,
.boxSupport ul li#boxCart i{
	text-align: center;
	width: 35px;
	height: 35px;
	margin-right: 10px;
	line-height: 35px;
	color: #fff;
	background: #092887;
	border-radius: 50%;
	font-size: 20px;
}

.boxSupport ul li a{
	color: #000;
}

#search{
	width: 300px;
}

.boxSupport ul li{
	margin-left: 15px;
}
/* end top */

/* main Menu  + Slider */
.topBottom{
	margin-top: 1px;
}

.mainMenu {
	min-height: 302px;
	margin-top: 1px;
	padding: 0px 5px 0px 0;
	background: url(../images/bgMenu.png); 
}

.mainMenu >.list-group {
	padding: 10px;
	margin-bottom: 0px;
}

.mainMenu >.list-group >li,
.mainMenu .subMenu >li{
	border: 0;
	padding: 0px;
	margin: 0px;
	background: url(../images/arrow_menu.png) no-repeat 5px 16px;
    border-top: 1px solid #F58A8A;
    border-bottom: 1px solid #F35757;
}

.mainMenu >.list-group >li:first-child,
.mainMenu .subMenu >li:first-child{
	border-top: 0;
	border-radius: 0;
}

.mainMenu >.list-group >li:last-child,
.mainMenu .subMenu >li:last-child{
	border-radius: 0;
	border-bottom: 0;
}

.mainMenu .subMenu >li:first-child{
	border-radius: 5px 5px 0 0 ;
}

.mainMenu .subMenu >li:last-child{
	border-radius:  0 0 5px 5px ;
}

.mainMenu >.list-group >li > a,
.mainMenu .subMenu >li > a{
	display: block;
	padding: 10px 5px 10px 23px;
	color: #fff;
	font-family: 'RobotoLight';
	font-size: 16px;
}

.mainMenu >.list-group >li:hover,
.mainMenu .subMenu >li:hover{
	background: url(../images/arrow_menu.png) no-repeat 5px 16px #064EA2;
}

.mainMenu .hardSub{
	position: relative;
}

.mainMenu .subMenu{
	background: url(../images/bgMenu.png); 
	box-shadow: -1px 1px 2px #000;
	width: 100%;
	position: absolute;
	top: 0;
	left: 130%;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

.mainMenu .hardSub:hover .subMenu{
	left: 100%;
	opacity:1;
	visibility: visible;
}
/* -------------- */

.mainSlider{
	padding: 0 5px 0 0;
}
/* end main Menu  + Slider */

/* mainBody */
#mainBody{
    border-bottom: 6px solid rgba(9, 40, 135, 0.9);
}

#mainBody .mainTitle{
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding: 5px 10px;
	border-bottom: 2px solid #eeeeee;
	font-family: 'RobotoBold';
}

#mainBody .mainTitle h1{
	font-size: 18px;
	color: #163798;
	float: left;	margin: 0;	padding: 10px 0;
	padding-left: 50px;	margin-right: 5px;	background: url(../images/iconTitle.png) no-repeat left center;	background-size: auto 30px;	
}#mainBody .mainTitle h1 + h1{	background: none;	padding-left: 20px;		background: url(../images/arrowTitle.png) no-repeat left center;}

.body-info{
	padding: 10px;
}

#mainBody .proHome .item{
	border: 1px solid #eeeeee;
	margin-bottom: 20px;
	transition: all 0.5s;
}

#mainBody .proHome .item .img{
	height: 156px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}

#mainBody .proHome .item  >.img> a > img{
	height: 100%;
	width: auto;
}

#mainBody .proHome .item .mota a.title {
	text-transform: uppercase;
    display: block;
    color: #000000;
    font-size: 14px;
    font-family: 'RobotoBold';
    height: 36px;
	margin-bottom: 10px;
	padding: 0 10px;
	overflow: hidden;
}

#mainBody .proHome .item .mota .price {
    color: #ff0000;
    font-size: 16px;
    font-family: 'RobotoBold';
}

.buynow{
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
	
	transition: all 0.5s;
	opacity: 0;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
}

.buynow a{
	
	color: #fff;
	
}
.buynow a img{	width: 38px;	background: #ff9831;	padding: 5px 5px;	border-radius: 5px;	box-shadow: 1px 1px 3px #000;}
#mainBody .proHome .item:hover{
	box-shadow: 0px 0px 10px #ddd;
}

#mainBody .proHome .item:hover .buynow{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.doitac{
    border-top: 1px solid #ebebeb;
}
/* end mainBody */

/* footer */
#footer{
	padding: 20px 0;
}

ul.dichvu {	
}

ul.dichvu li {
    float: left;
    width: 100%;
	padding: 5px 10px;
	font-size: 13px;	
}

ul.dichvu li a{
	display: block;
	color: #5b5b5b;
}
ul.dichvu li a:hover{
	color :#112a89;
}ul.dichvu li.title{	text-transform: uppercase;		font-family:"RobotoBold";	font-size: 14px;}
/* end footer */

.copyRight{
	padding-top: 5px;
}
.copyRight b,.copyRight strong{	font-family:"RobotoBold";}























