.certification {
	background-image:url(../images/bg2.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.certification .certification-title {
	width:1080px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
}
.certification .certification-title h2{
	text-align:center;
	font-size:35px;
	color:#fff;
}
.certification .certification-title h2 a {
	color:#fff;
}

@media (max-width: 1079px) {
.about-detail p {
	color:#333;
}
.certification .certification-title {
	width: 100%;
}
	
}

.certification {
	background-image:url(../images/bg2.jpg);
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.certification .product-slides-wrap{
	/*width: 800px;*/
}
.certification .certification-title {
	width:1080px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
}
.certification .certification-title h2{
	text-align:center;
	font-size:35px;
	color:#fff;
}
.certification .certification-title h2 a {
	color:#fff;
}
.picbox {
	margin:0 auto;
	width: 1050px;overflow: hidden;
}
.picbox li {
	float:left;
	margin:20px 25px;
}
.shape {
	width: 300px;
	height: 300px;
	position: relative;
}
.shape .overlay {
	display:block;
	width: 310px;
	height: 310px;
	position: absolute;
	top:-5px;
	left:-5px;
	-webkit-transform: scale(1,1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.6s;
	-moz-transform: scale(1,1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 0.6s;
	transform: scale(1,1);
	transition-timing-function: ease-out;
	transition-duration: 0.6s;				
	z-index:500;
	/* allow user to actually perform actions underneath this layer */
	pointer-events:none; 
	background-repeat: no-repeat;
	outline:0;		
}
.shape:hover {
	cursor: pointer;
}
/* different shapes */
.shape .overlay.round {
	background: url(../images/20181221131054_1756.png);		
}
.shape .overlay.hexagon {
	background: url(../images/20181221131114_1600.png);
}
.shape .overlay.pentagon {
	background: url(../images/20181221131141_4471.png);
}			
/* hover effect */
.shape:hover .overlay {
	-webkit-transform: scale(1.07,1.07);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.3s;
	-moz-transform: scale(1.07,1.07);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 0.3s;
}
.shape:hover .bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	display:block;
}
.shape:hover .details {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index:450;
	display:block;	
}	
/* content styles */
.shape .bg, 
.shape .details {
	position: absolute;
	width: 300px;
	height:300px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;				
	display:none;  
}

@media (max-width: 768px){
	.shape .details{
		width: 100%;
	}
	.shape .details span.heading {
		font-family: Arial;		
		font-size:30px;
		display:block;
		margin-top:70px;
		color:#fff;
		text-decoration:none;
	}
	.shape .details p {
		font-family: Arial;		
		color:#333;
		width: 70%;
		font-size:14px;
		margin:0 auto;
	}
	hr {
	    margin: 0 auto;
	}
	.shape .bg {
		width: 100%;
	}
}

.shape .bg {
	background: #4b5a78;		
}
.shape .details span.heading {
	font-family: Arial;		
	font-size:30px;
	display:block;
	margin-top:70px;
	color:#fff;
	text-decoration:none;
}
.shape .details p {
	font-family: Arial;		
	color:#fff;
	width: 70%;
	font-size:14px;
	margin:0 auto;
}
.shape a.button {
	padding:5px 10px;
	font-family: Arial;	
	font-size:12px;	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background: #2f3644;
	text-decoration:none;
	color:#fff;
	display:block;
	width:50px;
	margin:0 auto;
	text-align:center;
	margin-top:15px;
}
.shape a.button:hover {
	background: #fff;
	color: #2f3644;				
}
.man_abouy {
	background-image:url(../images/bg1.jpg);
	background-repeat:no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
@media (max-width: 1079px) {
.picbox {
   	width: 700px;
}
/*#PC{
	display: none;
}
#mobile{
	display: block;
}*/
.about-detail p {
	color:#333;
}
.man_abouy {
		background-image:none;
	}
.index-tit-bar {
	margin-top: 20px;
}
.certification .certification-title {
	width:100%;
}
.certification .certification-title h2{
	text-align:center;
	font-size:30px;
	color:#fff;
	text-transform: uppercase;
}
.product-slides-wrap .product-slides .owl-nav{
	margin-right: 10px;
	margin-top: 10px;
}
.blog-slides .owl-carousel .owl-controls{
	text-align: center;
}
	
}
@media (max-width: 900px){
.picbox {
    /*margin: 0 auto;*/
    width: 700px;
}
/*.picbox li {
    float: left;
    margin: 20px 30px;
}*/
.shape .overlay.round {
    background: url(../images/80_1756.png);
    width: 100%
}
.shape {
    width: 100%;
    height: 100%;
    position: relative;
}
.shape .overlay.hexagon {
    background: url(../images/1600.png);
}
.shape .overlay.pentagon {
    background: url(../images/24471.png);
}
.shape .base img{
	width: 100%;
}
.about-detail p {
	color:#333;
}
}
@media (max-width: 699px){ 
	.picbox {
	    /*margin: 0 auto;*/
	    width: 460px;
	}
	.picbox li {
	    float: left;
	    width: 200px;
	    height: 200px;
	    margin: 15px 15px;
	}
	.shape .bg, 
	.shape .details {
		width: 200px;
		height:200px;
	}
	.shape .details span.heading {
		font-family: Arial;		
		font-size:20px;
		display:block;
		margin-top:20px;
		color:#fff;
		text-decoration:none;
	}
	.shape .details p {
		font-family: Arial;		
		color:#fff;
		width: 70%;
		font-size:11px;
		margin:0 auto;
	}
	.man_abouy {
		background-image:none;
	}
}
@media (max-width: 459px){ 
	.picbox {
	    /*margin: 0 auto;*/
	    width: 360px;
	}
	.picbox li {
	    float: left;
	    width: 150px;
	    height: 150px;
	    margin: 15px 15px;
	}
	.shape .bg, 
	.shape .details {
		width: 150px;
		height:150px;
	}
	.shape .details span.heading {
		font-family: Arial;		
		font-size:20px;
		display:block;
		margin-top:0px;
		color:#fff;
		text-decoration:none;
	}
	.shape .details p {
		font-family: Arial;		
		color:#fff;
		width: 70%;
		font-size:11px;
		margin:0 auto;
	}
	.man_abouy {
		background-image:none;
	}
	.shape a.button {
		padding:0px;
		margin-top:0px;
	}
}