.text-primary {
	color: #034ea2!important;
}

.bg-parallax {
	-webkit-transform: translate3d(0, 0, 0);
}

.bg-parallax:before {
	z-index: 0;
}




#slide-section .slide-bg {
	/*background: linear-gradient(110deg, #0d0d0d 21.4%,transparent 21.4%,transparent 80%,#0d0d0d 80%);*/
	background: linear-gradient(130deg, rgba(255,255,255,0) 20%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 85%, rgba(0,0,0,0.1) 85%);
	background-attachment: fixed;
	padding: 80px 0px;
	height: calc(100vh - 202px);
	position: relative;
}


#slide-section .slide-bg:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 25vh;
	background: linear-gradient(0deg, rgba(191,191,191,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 60%, rgba(191,191,191,1) 100%);

}

.zoon-slide{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5vh;
}


#zoon-search .relative-slide{
	position: relative;

}

#zoon-search .relative-search{
	position: relative;
	z-index: 10;
}




#zoon-search .box-search{
	background: linear-gradient(180deg, rgba(33,118,190,1) 0%, rgba(19,84,151,1) 100%);
	display: block;
	padding: 30px;
	height: 100%;
	width: 100%;
}

#zoon-search .box-search h3{
	color: #ffffff;
	font-size: 25px;
	line-height: 34px;
}

#zoon-search .box-search h4{
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	text-transform: inherit;
}


#zoon-search .box-search a{
	color: inherit;
}

#zoon-search .box-search h2{
	font-size: 30px;
	line-height: 44px;
	color: #ffffff;
}



#zoon-search .box-search .form-control {

	color: #ffffff;
	background-color: transparent;
	border: 1px solid #ffffff;

}

#zoon-search .box-search .form-control::placeholder {

	color: #f5f5f5;


}

#zoon-search .box-search .btn-outline-dark {
	color: #ffffff;
	border-color: #ffffff;
}


#intro-section .intro-bg {
	/*background: linear-gradient(110deg, #0d0d0d 21.4%,transparent 21.4%,transparent 80%,#0d0d0d 80%);*/
	background: linear-gradient(130deg, rgba(255,255,255,0) 20%, rgba(238,238,238,0.5) 20%, rgba(238,238,238,0.5) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 85%, rgba(238,238,238,0.5) 85%);
	background-attachment: fixed;
	padding: 100px 0px;
	position: relative;
}







.item-intro{
	display: block;
	font-size: 18px;
	color: #296eb2;
	padding: 40px 30px;
	background: #ffffff;
	border: 2px solid #296eb2;
	border-radius: 10px;
	text-align: center;
}



.item-intro i{
	display: block;
	font-size: 80px;
	margin-bottom: 20px;
}





.item-intro:hover{
	color: #ffffff;
	background: #296eb2;
}



#product-section{
	padding: 100px 0px;

}

#product-section h2{
	padding-left: 30px;
	color: #666666;
	border-left: 3px solid #9c363a;

}

.item-product{
	display: block;
	background: #ffffff;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-product h4{
	color: #333333;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

.item-product span{
	display: inline-block;
	background: #b7242a;
	color: #ffffff;
	padding: 5px 15px; 
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.item-product:hover{
	background: #296eb2;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.item-product:hover h4{
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-product:hover span{
	background: #f00;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.btn-primary {
	background: linear-gradient(180deg, rgba(33,118,190,1) 0%, rgba(19,84,151,1) 100%);
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


#new-section .new-bg {
	/*background: linear-gradient(110deg, #0d0d0d 21.4%,transparent 21.4%,transparent 80%,#0d0d0d 80%);*/
	background: linear-gradient(130deg, rgba(255,255,255,0) 20%, rgba(238,238,238,0.25) 20%, rgba(238,238,238,0.25) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 85%, rgba(238,238,238,0.25) 85%);
	background-attachment: fixed;
	padding: 100px 0px;
	position: relative;
}




#new-section h2{
	position: relative;
	display: inline-block;
	color: #666666;
	padding-bottom: 15px;
}

#new-section h2:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #9c363a;

}




.row-new{
	margin-left: -15px;
	margin-right: -15px;
}









.row-new .col-new{
	width: 100%;
	float: left;
	display: block;
}
.row-new .col-new .img-new{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	height: 25vh;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	-webkit-transition: all 1s ease-in-out;
	-khtml-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;


}

.row-new .col-new h4{
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;


}
.row-new .col-new:hover h4{
	color: #296eb2;


}


.row-new .col-new:nth-child(5n+1):hover .img-new, .row-new .col-new:nth-child(5n+2):hover .img-new, .row-new .col-new:nth-child(5n+3):hover .img-new,.row-new .col-new:nth-child(5n+4):hover .img-new,.row-new .col-new:nth-child(5n+5):hover .img-new{

	background-position: right center;
	-webkit-transition: all 1s ease-in-out;
	-khtml-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;

}
















.bg-navigator{
	text-align: left;
	/*background: url(../images/pattern.png)repeat 0px 0px;*/
	background-color: #666666;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	
}

.bg-navigator a:nth-child(1){
	padding: 15px 15px;
	display: inline-block;
	text-decoration: none;
	border-right: solid 1px #555555;
	color: #ffffff;
	font-weight: 300;
}

.bg-navigator a{
	padding: 15px 15px;
	display: inline-block;
	text-decoration: none;
	color: #cccccc;
}


#page-section {
	padding: 100px 0px;
	background-color: #f5f5f5;
	background-image: url(../images/page-section.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.text-head-index{
	color: #666666;
	margin-bottom: 4rem;
	position: relative;
}

.text-head-index::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 70px;
	height: 3px;
	background: #9c363a;
}





.box-contact{
	color: #ffffff;
	display: block;
	background: linear-gradient(180deg, rgba(33,118,190,1) 0%, rgba(19,84,151,1) 100%);
	padding: 30px;

}



.box-contact .form-control {

	color: #ffffff;
	background-color: transparent;
	border: 1px solid #ffffff;

}



.box-contact .form-control::placeholder {

	color: #f5f5f5;


}




#page-section .text-contact ul {
	list-style: none;
}


#page-section .text-contact ul li a{
	color: inherit;
}


#page-section .text-contact ul li:before {
	font: normal normal normal 14px/1 IcoFont;
	content: "\ea6d";
	color: #9c363a;
	margin-left: -27px;
	font-size: 20px;
	padding-right: 1px;
}





#page-section .text-contact ul li:nth-child(1):before {

	content: "\ed42";
}


#page-section .text-contact ul li:nth-child(2):before {

	content: "\efbb";
}


#page-section .text-contact ul li:nth-child(3):before {

	content: "\ef12";
}



#page-section .text-contact ul li:nth-child(4):before {

	content: "\ed4b";
}










.item-category{
	text-align: center;

}
.item-category .category-img{
	margin-bottom: 15px;
	border: solid 1px #dedede;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-category h4{
	font-size: 18px;
	color: #000000;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.item-category:hover .category-img{
	border: solid 1px #296eb2;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.item-category:hover h4{
	color: #9c363a;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}


@media (min-width: 1024px) {

	.row-new .col-new:nth-child(10n+1){
		width: 50%;
	}

	.row-new .col-new:nth-child(10n+2){
		width: 25%;
	}

	.row-new .col-new:nth-child(10n+3){
		width: 25%;
	}

	.row-new .col-new:nth-child(10n+4){
		width: 25%;
	}

	.row-new .col-new:nth-child(10n+5){
		width: 25%;
	}


	.row-new .col-new:nth-child(10n+6){
		width: 50%;
		float: right;
	}

	.row-new .col-new:nth-child(10n+7){
		width: 25%;
		float: right;
	}

	.row-new .col-new:nth-child(10n+8){
		width: 25%;
		float: right;
	}

	.row-new .col-new:nth-child(10n+9){
		width: 25%;
		float: right;
	}

	.row-new .col-new:nth-child(10n+10){
		width: 25%;
		float: right;
	}


	.row-new .col-new:nth-child(5n+1) .img-new{
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left center;
		height: 50vh;
		width: 100%;
		margin-bottom: 15px;
		overflow: hidden;
		-webkit-transition: all 1s ease-in-out;
		-khtml-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;

	}
	.row-new .col-new:nth-child(5n+2) .img-new{
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left center;
		height: 20.8vh;
		width: 100%;
		margin-bottom: 15px;
		overflow: hidden;
		-webkit-transition: all 1s ease-in-out;
		-khtml-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;

	}
	.row-new .col-new:nth-child(5n+3) .img-new{
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left center;
		height: 20.8vh;
		width: 100%;
		margin-bottom: 15px;
		overflow: hidden;
		-webkit-transition: all 1s ease-in-out;
		-khtml-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;

	}
	.row-new .col-new:nth-child(5n+4) .img-new{
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left center;
		height: 20.8vh;
		width: 100%;
		margin-bottom: 15px;
		overflow: hidden;
		-webkit-transition: all 1s ease-in-out;
		-khtml-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;

	}
	.row-new .col-new:nth-child(5n+5) .img-new{
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left center;
		height: 20.8vh;
		width: 100%;
		margin-bottom: 15px;
		overflow: hidden;
		-webkit-transition: all 1s ease-in-out;
		-khtml-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-ms-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;

	}
}






















@media (min-width: 1200px) {

	#zoon-search{
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		display: block;
		height: 100vh;
	}
	#zoon-search .relative-slide{
		height: 100vh;
	}

	#zoon-search .relative-search{
		height: 100vh;
	}
	.box-contact{
		height: 100vh;
	}
}

@media (max-width: 992px) {
	#slide-section .slide-bg {

		height: 500px;
	}
	#zoon-search .box-search h3 {
		color: #ffffff;
		font-size: 18px;
		line-height: 34px;
	}
	#zoon-search .box-search h4 {
		color: #ffffff;
		font-size: 18px; 
		line-height: 24px;
		margin-bottom: 30px;
		text-transform: inherit;
	}
	#zoon-search .box-search h2 {
		font-size: 20px;
		line-height: 34px;
		color: #ffffff;
	}
	h2 {
		font-size: 25px;
		line-height: 32px;
	}
	#intro-section .intro-bg, #product-section, #new-section .new-bg, #page-section{
		padding: 50px 0px;
	}
	h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.small, small {
		font-size: 0.700em;
	}

.row-new .col-new .img-new {

		height: 450px;

	}
}
@media (max-width: 500px) {
	#slide-section .slide-bg {

		height: 320px;
	}

	.row-new .col-new .img-new {

		height: 350px;

	}
}


