.title-h2-wrap {
	
}
.title-h2-wrap:after {
	content: '';
	display: block;
	width: 4px;
	height: 40px;
	margin: 10px auto;
	background-color: #ff9308;
}
.title-h2-wrap h2 {
	padding-top: 40px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	text-align: center;	
	color: #003a63;
	font-weight: 700;
	font-size: 75px;
}
.section-home-about {
	padding-bottom: 100px;
}
.about-url-wrap {
	text-align: center;
}
a.about-url {
	display: inline-block;
	position: relative;
	padding: 4px 20px;
	border-bottom: 2px solid #ff9308;
	color: #003a63;
	font-weight: 700;
	font-size: 29px;
	line-height: 34px;
}
a.about-url:after {
	content: '';
	display: block;
	position: absolute;
	top: 14px;
	right: 0px;
	width: 11px;
	height: 20px;
	background-image: url(img/arrow-h-a-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
/* home product */
.section-home-product {
	position: relative;
	padding-top: 9.64vw;
    /* padding-bottom: 275px; */
	background-color: transparent;
	background-image: url(img/bg-angle-gray-top.png), url(img/bg-angle-gray-bottom.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto, 100% auto;
}
.section-home-product:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	bottom: -14.32vw;
	left: 0px;
	width: 100%;
	height: 14.32vw;
	background-color: transparent;
	background-image: url(img/bg-angle-gray-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;	
}
.section-home-product-inner {
	background-color: #f4f4f4;
}
.products-warp {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
a.box-img-center {
	width: 24%;
	margin: 1vw 0.3%;
    display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}
a.box-img-center:after {
	content: '';
	display: block;
	padding-top: 90%;
}
a.box-img-center img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.product-title-home {
	position: absolute;
	bottom:0;
	right:0;
	left:0;
	height: 15%;
	background-color: rgba(252,166,54,0.8);
	transition: 1s height , 0.5s 0.5s font-size;
	color: #fff;
	font-weight: 600;	
	font-size: 90%;
	text-align: center;
}
.product-title-home span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 12px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
a.box-img-center:hover .product-title-home{
	height: 100%;
	font-size: 160%;
}
.section-paralekes {
    padding-bottom: 1050px;
    background-image: url(img/paralax-2.jpg);
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    background-attachment: fixed;
    background-position: center;
}
@media (max-width: 991px){
	.title-h2-wrap h2 {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 38px;
	}
	.title-h2-wrap:after {
		width: 3px;
		height: 22px;
	}
	a.about-url {
		width: 260px;
		margin: 0 auto;
		padding: 4px 20px;
		font-size: 18px;
		line-height: 22px;
	}
	.section-home-about {
		padding-bottom: 30px;
	}
	.products-warp {
		padding-top: 10px;
		padding-bottom: 40px;
	}	
	a.box-img-center {
		width: 49%;
		margin: 15px 0.2%;
	}
	.product-title-home {
		font-size: 10px;
	}
	.product-title-home span {
		padding: 12px 2px;
	}
	a.box-img-center:hover .product-title-home {
		font-size: 16px;
	}
	.section-home-product:after {
		bottom: -13.9vw;
	}
}