/* ------------------------- INDEX CSS ------------------------------- */
/* 1. ------------- SLIDER PAGE ------------ */
/** home slider**/
#insSlider .item img {
	width: auto;
	margin: 0 auto;
}
.bannerSlider {
	overflow: hidden;
}
.bannerSlider .hrv-banner-content {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.hrv-banner-caption{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;}
.hrv-banner-caption .container {
	height: 100%;
}
.hrv-caption-inner{
	position: relative;
	height: 100%;
}

.bannerSlider .hrv-title1 {
	font-size: 30px;
	color: #fff;
	line-height: 1.5;
}

.bannerSlider .hrv-title2 {
	position: relative;
	margin-left: 12px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 60px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}
.bannerSlider .hrv-banner-content .hrv-url {
	position: relative;
	font-size: 15px;
	line-height: 1.6;
	padding: 5px 20px;
	text-transform: uppercase;
	border: 1px solid white;
	display: inline-block;
	margin-top: 15px;
	border-color: #00a651;
	background:#00a651;
	color: #fff;
}
.bannerSlider .hrv-banner-content .hrv-url:hover {
	color: #fff;
	border-color: #f4a137;
	background: #f4a137;
}




#hrv-banner-caption1 .hrv-banner-content{

	text-align:center;

}

#hrv-banner-caption1 .hrv-title1 {
	-webkit-animation: bounceIn 1000ms ease-in-out;
	-moz-animation: bounceIn 1000ms ease-in-out;
	-ms-animation:bounceIn 1000ms ease-in-out;
	animation: bounceIn 1000ms ease-in-out;
}
#hrv-banner-caption1  .hrv-title2 {
	-webkit-animation: bounceIn 2000ms ease-in-out;
	-moz-animation: bounceIn 2000ms ease-in-out;
	-ms-animation:bounceIn 2000ms ease-in-out;
	animation: bounceIn 2000ms ease-in-out;
}
#hrv-banner-caption1 .hrv-banner-content .hrv-url {
	-webkit-animation:bounceIn 3000ms ease-in-out;
	-moz-animation:bounceIn 3000ms ease-in-out;
	-ms-animation:bounceIn 3000ms ease-in-out;
	animation:bounceIn 3000ms ease-in-out;
}





#hrv-banner-caption2 .hrv-banner-content{

	text-align:center;

}

#hrv-banner-caption2 .hrv-title1 {
	-webkit-animation: bounceInUp 1000ms ease-in-out;
	-moz-animation: bounceInUp 1000ms ease-in-out;
	-ms-animation:bounceInUp 1000ms ease-in-out;
	animation: bounceInUp 1000ms ease-in-out;
}
#hrv-banner-caption2  .hrv-title2 {
	-webkit-animation: bounceInUp 2000ms ease-in-out;
	-moz-animation: bounceInUp 2000ms ease-in-out;
	-ms-animation:bounceInUp 2000ms ease-in-out;
	animation: bounceInUp 2000ms ease-in-out;
}
#hrv-banner-caption2 .hrv-banner-content .hrv-url {
	-webkit-animation:bounceInUp 3000ms ease-in-out;
	-moz-animation:bounceInUp 3000ms ease-in-out;
	-ms-animation:bounceInUp 3000ms ease-in-out;
	animation:bounceInUp 3000ms ease-in-out;
}





#hrv-banner-caption3 .hrv-banner-content{

	text-align:center;

}

#hrv-banner-caption3 .hrv-title1 {
	-webkit-animation: bounceInDown 1000ms ease-in-out;
	-moz-animation: bounceInDown 1000ms ease-in-out;
	-ms-animation:bounceInDown 1000ms ease-in-out;
	animation: bounceInDown 1000ms ease-in-out;
}
#hrv-banner-caption3  .hrv-title2 {
	-webkit-animation: bounceInDown 2000ms ease-in-out;
	-moz-animation: bounceInDown 2000ms ease-in-out;
	-ms-animation:bounceInDown 2000ms ease-in-out;
	animation: bounceInDown 2000ms ease-in-out;
}
#hrv-banner-caption3 .hrv-banner-content .hrv-url {
	-webkit-animation:bounceInDown 3000ms ease-in-out;
	-moz-animation:bounceInDown 3000ms ease-in-out;
	-ms-animation:bounceInDown 3000ms ease-in-out;
	animation:bounceInDown 3000ms ease-in-out;
}





#hrv-banner-caption4 .hrv-banner-content{

	text-align:;

}

#hrv-banner-caption4 .hrv-title1 {
	-webkit-animation:  1000ms ease-in-out;
	-moz-animation:  1000ms ease-in-out;
	-ms-animation: 1000ms ease-in-out;
	animation:  1000ms ease-in-out;
}
#hrv-banner-caption4  .hrv-title2 {
	-webkit-animation:  2000ms ease-in-out;
	-moz-animation:  2000ms ease-in-out;
	-ms-animation: 2000ms ease-in-out;
	animation:  2000ms ease-in-out;
}
#hrv-banner-caption4 .hrv-banner-content .hrv-url {
	-webkit-animation: 3000ms ease-in-out;
	-moz-animation: 3000ms ease-in-out;
	-ms-animation: 3000ms ease-in-out;
	animation: 3000ms ease-in-out;
}



.bannerSlider .owlDesign.owl-carousel:hover .owl-controls .owl-nav div.owl-prev {
	left: 15px;
}
.bannerSlider .owlDesign.owl-carousel:hover .owl-controls .owl-nav div.owl-next {
	right: 15px;
}
@media only screen and (min-width: 1351px){
	#insSlider .sliderWrap {
		max-width: 1205px;
		margin: 0 auto;
		overflow: hidden;
	}
}
@media only screen and (max-width: 767px) {
	.bannerSlider  .hrv-title1 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.bannerSlider .hrv-title2 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
		letter-spacing:2px;
	}
	.bannerSlider .hrv-banner-content .hrv-url{
		font-size: 14px;
		margin-top:5px;
	}
}
@media only screen and (max-width: 568px) {
	.bannerSlider .hrv-title1 {
		font-size: 20px;
		line-height: 25px;
	}
	.bannerSlider .hrv-title2 {
		letter-spacing: 5px;
	}
	.bannerSlider  .hrv-banner-content .hrv-url {
		font-size: 12px;
		line-height: 24px;
		padding: 0 10px;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.bannerSlider .hrv-title1 {
		font-size: 15px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.bannerSlider .hrv-title2 {
		letter-spacing: 0;
		margin-bottom: 5px;
		line-height: 30px;
		font-size: 20px;
		letter-spacing:2px;
	}

	.bannerSlider .hrv-banner-content .hrv-url {
		font-size: 10px;
		line-height: 18px;
		padding: 0 10px;
		margin-top: 5px;
	}

}
@media only screen and (max-width: 375px){

	.bannerSlider .hrv-title1 {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.bannerSlider .hrv-title2 {
		letter-spacing: 0;
		margin: 0;
		margin-bottom: 5px;
		line-height: 25px;
		font-size: 17px;
		letter-spacing:2px;
	}

}

/** end home slider **/
/* ------------- END SLIDER PAGE ------------ */

/* 2. ------------- BANNERS PAGE ------------ */
.blockSection {
	margin-top: 20px;
}
/* ------------- END BANNERS PAGE ------------ */
/* ------------- TOP PRODUCT HOME PAGE ------------ */
#topProducts {
	background: #f4f4f4;
}
#topProducts .wapperTop {
	margin-bottom: 20px;
}
#topProducts .pdLoopAction{
	display: none;
}
#topProducts .pdLabel {
	left: auto;
	right: 0;
}
/* ------------- END TOP PRODUCT HOME PAGE ------------ */
/* ------------- BLOCK PRODUCT HOME PAGE ------------ */
.wapperPDHome .blockTitle ul {
	text-align: right;
	line-height: 45px;
	float: right;
}
.wapperPDHome .blockTitle ul li {
	display: inline-block;
	padding: 0px 10px;
}
.wapperPDHome .bannerBlock {
	margin-bottom: 20px;
}
.wapperPDHome .bannerBlock img {
	width: auto;
}
.wapperPDHome .pdMoreBlock {
	border: none;
	border-radius: 0;
}
.wapperPDHome .pdMoreBlock .panel-heading {
	background: #fff;
}
.wapperPDHome .pdMoreBlock .panel-heading .panel-title {
	font-size: 17px;
	//text-transform: uppercase;
	line-height: 1.5;
}
.pdMoreItem {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.pdMoreItem .image {
	float: left;
	width: 70px;
	margin-right: 10px;
}
.pdMoreItem .image img {
	max-height: 70px;
	display: block;
	margin: 0 auto;
}
.pdMoreItem .detail {
	float: left;
	width: calc(100% - 80px);
}
.pdMoreItem .detail .productName {
	font-size: 13px;
	text-transform: none;
	display: block;
	white-space: pre;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
	height: 18px;
}
.pdMoreItem .detail .pdPrice {
	font-size: 13px;
}
.pdMoreItem .detail .pdPrice span, .pdMoreItem .detail .pdPrice del {
	display: block;
	line-height: 1;
	margin-top: 5px;
}
.pdMoreItem .detail .pdPrice del {
	font-size: 12px;
	font-style: italic;
}
.blockTitle.responStyle .openMenuTabs {
	float: right;
	width: 45px;
	height: 45px;
	line-height: 40px;
	background: #00a651;
	text-align: center;
	border-radius: 5px;
	display: block !important;
}
.blockTitle.responStyle .openMenuTabs img {
	width: 30px;
}
.blockTitle.responStyle ul {
	position: absolute;
	float: none;
	top: 200%;
	right: 0;
	background: #fff;
	min-width: 200px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border-bottom: 3px solid transparent;
	border-bottom-color: #00a651;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 10;
	line-height: normal;
}
.blockTitle.responStyle.open ul{
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	top: 100%;
}
.blockTitle.responStyle ul li {
	display: block;
	text-align: left;
	padding: 0;
}
.blockTitle.responStyle ul li a {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #f9f9f9;
}
/* ------------- END BLOCK PRODUCT HOME PAGE ------------ */

/* ------------- BLOGS HOME PAGE ------------ */
section#blogHome {
	padding: 15px 0px;
	text-align: center;
	background: #fff;
}
.featuredTitle {
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
	font-weight: normal;
}
.featuredTitle:before {
	content: '';
	height: 1px;
	background: #ddd;
	position: absolute;
	width: 100%;
	left: 0;
	top: 15px;
	/* transform: translateY(-50%); */
}
.featuredTitle h2 {
	display: inline-block;
	line-height: normal;
	border-bottom: 3px solid;
	padding-right: 5px;
	position: relative;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
}
.featuredTitle h2:before, .featuredTitle h2:after{
	content: '';
}
.featuredTitle h2:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: url(http://bizweb.dktcdn.net/100/245/559/themes/576178/assets/icon-title.png) no-repeat 0 0;
}
.featuredTitle h2:after {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	background: url(http://bizweb.dktcdn.net/100/245/559/themes/576178/assets/icon-title.png) no-repeat 0 0;
}
.featuredTitle h2 {
	border: none;
	font-style: italic;
	font-size: 20px;
	position: relative;
	background: #fff;
	padding: 0px 50px;
}
.featuredTitle .titleDesc {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
}
/* ------------- END BLOGS HOME PAGE ------------ */
@media screen and (min-width: 992px) and (max-width: 1199px){
	.bannerSlider .hrv-title2 {
		font-size: 40px;
	}
	.subWrap ul.listSub li {
		height: 55px;
		padding: 10px 10px 0 10px;
	}
	.wapperPDHome .pdMoreBlock .panel-heading .panel-title {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px){
	#insBannerRight {
		padding-left: 10px;
		margin-top: 20px;
		display: none;
	}
	#insBannerRight .wrapBannerRight {
		margin: 0px -15px;
	}
	#insBannerRight .wrapBannerRight ul li {
		width: 50%;
		float: left;
		padding: 0px 15px;
		margin: 0;
	}
	#insSlider {
		padding-right: 0px;
	}
	.bannerSlider .hrv-title2 {
		font-size: 30px;
		line-height: 1.5;
	}
	.navSiteMain ul.nav-navbar > li.account > a{
		right: 15px;
	}
	.mbTopAll {
		text-align: center;
		margin-top: 20px;
	}
	.openMenuTabs {
		float: right;
		width: 45px;
		height: 45px;
		line-height: 40px;
		background: #00a651;
		text-align: center;
		border-radius: 5px;
	}
	.openMenuTabs img {
		width: 30px;
	}
	.wapperPDHome .blockTitle ul {
		position: absolute;
		float: none;
		top: 200%;
		right: 0;
		background: #fff;
		min-width: 200px;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		border-bottom: 3px solid transparent;
		border-bottom-color: #00a651;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		z-index: 10;
		line-height: normal;
	}
	.wapperPDHome .blockTitle.open ul{
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		top: 100%;
	}
	.wapperPDHome .blockTitle ul li {
		display: block;
		text-align: left;
		padding: 0;
	}
	.wapperPDHome .blockTitle ul li a {
		display: block;
		padding: 5px 10px;
		border-bottom: 1px solid #f9f9f9;
	}
}
@media screen and (max-width: 413px){
	.openMenuTabs {
		width: 35px;
		height: 35px;
		line-height: 30px;
	}
	.openMenuTabs img {
		width: 20px;
	}
}
