.wrap870{
	max-width: 870px;
	margin: 0 auto;
}
.the-content{
	margin-bottom: 30px;
}
.the-content .f18{
	font-size: 18px;
	line-height: 26px;
}
.the-content .f25{
	font-size: 25px;
	line-height: 33px;
}
.the-content .mb20{
	margin-bottom: 20px;
}
.designAddress{
	padding: 30px 45px;
	background: #fafafa;
}
.designAddress .be{
	padding-left: 35px;
	position: relative;	
}
.designAddress .be:before{
	font-family: fontAwesome;
	position: absolute;
	top: 0;
	left: 0;
	color:#16ade1;
}
.designAddress .be p{
	padding: 0;
}
.designTemplate .template{
	margin-bottom: 20px;
	background: #fafafa;
	border:solid 1px rgba(0,0,0,0.1);
}
.designTemplate .template:nth-child(odd) .grid{
	flex-direction: row-reverse;
}
.designTemplate .template .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.designTemplate .template .grid .col{
	width: 50%;
}
.designTemplate .template .img img{
	width: 100%;
}
.designTemplate .template .cap{
	padding: 40px;
}
.titleDesign{
	background: #16ade1;
	color:#ffffff;
	text-align: center;
	padding: 30px 10px;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}
.wrapDesign{
	padding: 30px 35px;
	background: #fafafa;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){

}

@media all and (max-width: 991px){
.designAddress{
	padding: 35px;
}
}

@media all and (max-width: 768px){

}

@media all and (max-width: 767px){
.designTemplate .template .grid{
	display: block;
}
.designTemplate .template .grid .col{
	width: 100%;
}
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){

}

@media all and (max-width: 380px){

}