#page-section {
	padding: 100px 0px;
}

#page-section .page-header {
	position: relative;
}


#page-section .page-header:before {
	content: '';
	position: absolute;
	left: 18vw;
	right: 18vw;
	top: 73px;
	border-bottom: solid 1px #f77d54;
}

#page-section .no-before:before {
	content: '';
	position: absolute;
	left: 18vw;
	right: 18vw;
	top: 73px;
	border-bottom: solid 0px #f77d54;
}



#page-section .page-header h2 {
	color: #333333;
}

#page-section .page-header h2 b {
	font-weight: 500;
}

#page-section .page-header span {
	color: #333333;
	padding: 0px 15px;
	background: #ffffff;
	position: relative;
	font-size: 25px;
	z-index: 1;
}



.product-main-image {
	margin: 4px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	overflow: hidden;
}

.product-images-carousel {
	padding: 0;
	margin: 30px 0 40px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.product-images-carousel ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}




.item-blog {
	background: #ffffff;
	border: solid 1px #ced4da;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
}

.item-blog .blog-img {
	overflow: hidden;
}

.item-blog .blog-img img {
	opacity: 0.75;
	-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-blog:hover .blog-img img {
	opacity: 1;
	-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-blog .blog-text {
	padding: 15px 15px;
	-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-blog:hover .blog-text {
	background: #ececec;
	-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-blog .blog-text h4 {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	-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-blog:hover .blog-text h4 {
	color: #f36001;
	-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-blog .blog-text span {
	color: #f36001;
	padding: 10px 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-blog:hover .blog-text span {
	color: #ffffff;
	background: #f36001;
	-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;
}









.page-item.disabled .page-link {
	color: #ffffff;
	background-color: #333333;
	border-color: #dee2e6;
}

.page-link {
	color: #ffffff;
	background-color: #333333;
	border-color: #dee2e6;
}

.page-link:hover {
	color: #ffffff;
	background-color: #f77d54;
	border-color: #dee2e6;
}

.page-item.active .page-link {
	color: #fff;
	background-color: #f77d54;
	border-color: #f77d54;
}



.item-service {
	text-align: center;
	background-color: #ffffff;
	border-radius: 5px;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}


.service-img figure {
	position: relative;
	display: inline-block;
	overflow: hidden;
	border-radius: 5% !important;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.service-img figure:hover {
	box-shadow: 0 2px 5px 0 rgba(248, 91, 0, 0.589), 0 2px 10px 0 rgba(0, 0, 0, 0.171);

}

figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

figure:hover+span {
	bottom: -36px;
	opacity: 1;
}




.service-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}



.service-img:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}



.item-service h3 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
}












.product-item {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	    border: solid 1px #f0f0f0;

}

.product-item img {
	opacity: 1;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
}

.product-item:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
}

.product-item h4 {
	font-weight: 600;
	color: #000;
	font-size: 18px;
	padding: 15px;
}

.product-item h4 span {
	font-weight: 400;
	    font-size: 16px;

}


.box-catalog ul {
	list-style: none;
	padding-inline-start: 0px;
}


.box-catalog a {
	display: block;
	padding: 15px;
	background: #333333;
	color: #ffffff;
	border-bottom: solid 1px #464646;
}



.box-catalog .category_sub a {
	display: block;
	padding: 15px;
	background: #e8e8e8;
	color: #333;
	padding-left: 30px;
	border-bottom: solid 1px #fff;
}

















.box-zoom {
	background-color: #ffffff;
	position: relative;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;

}


.box-zoom p {
	color: #6c757d;
	font-size: 18px !important;
	margin-top: 15px !important;
	margin-bottom: 30px !important;
}

.box-zoom-img {
	opacity: 0.8;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;

	height: 100%;
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}


.zoom-zoom {
	box-shadow: none;
	background-color: transparent;
	transition: none;
	border: 0;
	border-radius: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	background: #20334b;
	line-height: 10px;
	display: block;
	border: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: -40px;
	padding: 12px 5px;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}



.box-zoom:hover .box-zoom-img {
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.box-zoom:hover .zoom-zoom {
	color: #ffffff;
	width: 65px;
	height: 65px;
	font-size: 30px;
	background: #f77d54;
	padding: 18px 5px;
	margin-top: -65px;

}













.item-category {
	display: block;
	border-radius: 10px;
	overflow: hidden;
	border: solid 1px #ced4da;
	margin-bottom: 30px;
}

.item-category:hover {
	border: solid 1px #f77d54;
}


.item-category .category-img {
	overflow: hidden;
	position: relative;
}





.item-category .category-img figure {
	position: relative;
	margin-bottom: 0px;
}

.item-category .category-img figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);

}

.item-category:hover .category-img figure::before {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}




.item-category .category-img h3 {
	display: inline-block;
	max-width: 70%;
	background: #333333;
	color: #ffffff;
	font-size: 25px;
	line-height: 34px;
	padding: 10px 15px;
	margin-bottom: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	-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;
	s
}


.item-category:hover .category-img h3 {

	background: #f77d54;
	-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 .category-text {
	padding: 10px 15px;
}

.item-category .category-text {
	padding: 10px 15px;
}

.item-category .category-text h4 {
	font-size: 20px;
	margin-bottom: 0px;
}




















































@media (max-width: 992px) {
	.col-img {
		width: 100%;
		float: inherit;
	}

	.col-text {
		width: 100%;
		padding: 15px;
		position: relative;
		right: inherit;
		bottom: inherit;
		float: inherit;
	}

	.col-text .detail {
		padding-right: 0px;
		height: inherit;
		overflow-y: inherit;
	}


	#page-section .page-header span {
		color: #333333;
		padding: 0px 15px;
		background: #ffffff;
		position: relative;
		font-size: 16px;
		z-index: 1;
	}

	#page-section {
		padding: 50px 0px;
	}


}