.nav {
	position:relative;
	display:inline-block;
	font-size:14px;
	padding:0px 0px;
}
.cate_title .nav{ float:none;}
.nav ul{ margin:0px; padding:0px; list-style:none;}
.nav-list {
	text-align:left;
}
.nav-item {
	float:left;
	*display:inline;
	zoom:1;
	position:relative;
}
.nav-item a {
	display:block;
	color:#fff;
	padding:15px 11px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
.nav-item > a:hover, .nav-item > a.current{
	color:#fff;
	background:#84B315
}
.nav-list li:hover > a,
.nav-list li.current > a {
	color:#fff;
	background:#84B315;
}

.nav-item:hover .nav-submenu {
	display:block;
	z-index:9999;
}
/* Navigation submenu */
.nav-submenu {
	display:none;
	position:absolute;
	left:0;
	width:280px;
}
.nav-submenu-item a {
	background:#E8E8E8;
	border-bottom:1px solid #C0C0C0;
	display:block;
	padding:15px;
	border-right:none;
	text-transform:none;
	color:#000000;
}
.nav-submenu-item a h2{ font-weight:500;}
.nav-submenu-item a:hover {
	color:#FF0000;
}
/* Mobile navigation */
.nav-mobile {
	display:none;
	cursor:pointer;
	position:absolute;
	top:-55px;
	left:0px;
	background:#222 url(../images/nav.svg) no-repeat center center;
	height:40px;
	width:40px;
	background-size:16px;
	z-index:99;
}
/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	border-left:1px solid #3A3A3A;
	height:46px;
	width:50px;
	cursor:pointer;
}
/*.nav-click i {
	display:block;
	height:48px;
	width:48px;
	background:url(../images/drop.svg) no-repeat center center;
	background-size:20px;
}*/
.nav-click:hover {
	background-color:#C0C0C0;
}
.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.logomobi, .searchmobi, .footercall{
	display:none;
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/
@media only screen and (max-width:1024px){
	.nav-item a {
		padding:15px 5px;
		font-size:13px;
	}
}
@media only screen and (min-width: 200px) and (max-width: 480px) {
	.offer-img-c, .breacrumbmobi, .searchmb, .hot-show{ display:none; }
	.menuheader{
		background:none;
	}
	header{
		background:#F7F7F7;
		height:70px;
		display:inline-block;
		width:100%;
		border-bottom:1px solid #ccc;
		margin-bottom:10px;
		position:relative;
	}
	.logo{
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		margin-top:0px;
	}
	.logo img{ height:50px;}
	.menuheader {
		padding-top: 10px;
	}
	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
		padding:1px 0 0;
		z-index:999;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item > a {
		padding:15px;
		background:#fff;
		border-bottom:1px solid #ccc;
		border-right:none;
		color:#000;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
	}
	.nav-submenu-item { float:none;}
	.nav-submenu-item a { background:#7D7D7D; border-bottom:1px solid #999999; color:#fff;}
	.banner{ display:inline-block; width:100%;}
	.footer-row{ padding-bottom:30px;}
	.offer-left{ text-align:center; margin-bottom:20px; }
	.offer-right{ text-align:center; }
	.home-products-tile-1 {
		font-size: 6vw;
		margin-bottom:15px;
		font-weight:bold;
	}
	.products-home-item-right {
		float: none;
		width: 100%;
		text-align:center;
	}
	.products-home-item-left {
		float: none;
		width: 100%;
		margin-top:15px;
		text-align:center;
	}
	.home-testimonials {
		padding-top: 0px;
	}
	.testimonials-b {
		width: 100%;
		margin: 0 auto;
	}
	.events-item{ margin-bottom:20px;}
	.events-item-name a {
		font-weight:bold;
	}
	.khachhanghome {
		float: left;
		width: 50%;
		border-bottom: 1px solid #DFDFDF;
		border-right: 1px solid #DFDFDF;
	}
	.dichvu-item-col {
		height:100%;
	}
	.mapsgoogle iframe{ height:300px;}
	.mapsgoogle{ margin-bottom:30px; }
	.newsbox .content-news {
		float: none;
		width: 100%;
	}
	.newsbox .img-news {
		margin:0px 5px 5px 0px
	}
	.khachhang-col {
		height:100%;
	}
	.footercall{ display:block; }
	.footercall a{ margin-top:5px; float:left; text-decoration:none; font-size:18px;}

}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.offer-img-c, .breacrumbmobi, .searchmb, .hot-show{ display:none; }
	.menuheader{
		background:none;
	}
	header{
		background:#F7F7F7;
		height:70px;
		display:inline-block;
		width:100%;
		border-bottom:1px solid #ccc;
		margin-bottom:10px;
		position:relative;
	}
	.logo{
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		margin-top:0px;
	}
	.logo img{ height:50px;}
	.menuheader {
		padding-top: 10px;
	}
	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
		padding:1px 0 0;
		z-index:999;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item > a {
		padding:15px;
		background:#fff;
		border-bottom:1px solid #ccc;
		border-right:none;
		color:#000;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
	}
	.nav-submenu-item { float:none;}
	.nav-submenu-item a { background:#7D7D7D; border-bottom:1px solid #999999; color:#fff;}
	.banner{ display:inline-block; width:100%;}
	.footer-row{ padding-bottom:30px;}
	.offer-left{ text-align:center; margin-bottom:20px; }
	.offer-right{ text-align:center; }
	.home-products-tile-1 {
		font-size: 6vw;
		margin-bottom:15px;
		font-weight:bold;
	}
	.products-home-item-right {
		float: none;
		width: 100%;
		text-align:center;
	}
	.products-home-item-left {
		float: none;
		width: 100%;
		margin-top:15px;
		text-align:center;
	}
	.home-testimonials {
		padding-top: 0px;
	}
	.testimonials-b {
		width: 100%;
		margin: 0 auto;
	}
	.events-item{ margin-bottom:20px;}
	.events-item-name a {
		font-weight:bold;
	}
	.khachhanghome {
		float: left;
		width: 50%;
		border-bottom: 1px solid #DFDFDF;
		border-right: 1px solid #DFDFDF;
	}
	.dichvu-item-col {
		height:380px;
	}
	.mapsgoogle iframe{ height:300px;}
	.mapsgoogle{ margin-bottom:30px; }
	.newsbox .content-news {
		float: none;
		width: 100%;
	}
	.newsbox .img-news {
		margin:0px 5px 5px 0px
	}
	.khachhang-col {
		height:100%;
	}
	.khachhang-item {
	  float:left; width:50%;
	}
	.products-home-item{ float:left; width:50%; }
	.dichvu-item{float:left; width:50%;}
	.footercall{ display:block; }
	.footercall  a{ margin-top:5px; float:left; text-decoration:none;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.offer-img-c, .breacrumbmobi, .searchmb, .hot-show{ display:none; }
	.menuheader{
		background:none;
	}
	header{
		background:#F7F7F7;
		height:70px;
		display:inline-block;
		width:100%;
		border-bottom:1px solid #ccc;
		margin-bottom:10px;
		position:relative;
	}
	.logo{
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		margin-top:0px;
	}
	.logo img{ height:50px;}
	.menuheader {
		padding-top: 10px;
	}
	.nav-mobile {
		display:block;
	}
	.nav {
		width:100%;
		padding:1px 0 0;
		z-index:999;
	}
	.nav-list {
		display:none;
	}
	.nav-item {
		width:100%;
		float:none;
	}
	.nav-item > a {
		padding:15px;
		background:#fff;
		border-bottom:1px solid #ccc;
		border-right:none;
		color:#000;
	}
	.nav-click {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display:none;
	}
	.nav-submenu {
		position:static;
		width:100%;
	}
	.nav-submenu-item { float:none;}
	.nav-submenu-item a { background:#7D7D7D; border-bottom:1px solid #999999; color:#fff;}
	.banner{ display:inline-block; width:100%;}
	.footer-row{ padding-bottom:30px;}
	.offer-left{ text-align:center; margin-bottom:20px; }
	.offer-right{ text-align:center; }
	.home-products-tile-1 {
		font-size: 6vw;
		margin-bottom:15px;
		font-weight:bold;
	}
	.products-home-item-right {
		float: none;
		width: 100%;
		text-align:center;
	}
	.products-home-item-left {
		float: none;
		width: 100%;
		margin-top:15px;
		text-align:center;
	}
	.home-testimonials {
		padding-top: 0px;
	}
	.testimonials-b {
		width: 100%;
		margin: 0 auto;
	}
	.events-item{ margin-bottom:20px; float:left; width:33.3%}
	.events-item-name a {
		font-weight:bold;
	}
	.khachhanghome {
		float: left;
		width: 33.3%;
		border-bottom: 1px solid #DFDFDF;
		border-right: 1px solid #DFDFDF;
	}
	.dichvu-item-col {
		height:400px;
	}
	.mapsgoogle iframe{ height:300px;}
	.mapsgoogle{ margin-bottom:30px; }
	.newsbox .content-news {
		float: none;
		width: 100%;
	}
	.newsbox .img-news {
		margin:0px 5px 5px 0px
	}
	.khachhang-col {
		height:100%;
	}
	.khachhang-item {
	  float:left; width:50%;
	}
	.products-home-item{ float:left; width:50%; }
	.dichvu-item{float:left; width:50%;}
}
	


