

.container1 {
	width: 100%; padding-top:30px;
}

.box {
	width:20%;
	height:280px;

	float:left;
	position: relative;
}

.box-content {
	display:block;
	padding:20px;
	width: 100%;
	height: 100%;
	background: #333;
	color:#ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.box-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index:10;
}
.box-overlay img{ width:100%; height:280px;}
a.link {
	display:block;
	width: 100%;
	height: 100%;		
	position: absolute;
	top:0;
	left:0;
	z-index:15;		
}

/* custom css styling */
.box-content .box-wrapper {
	width: 100%;
	height: 100%;
	font-size:24px;
	display:block;
	padding:70px 0 10px 0;
	text-align:center;
	margin-bottom:10px;
	border:2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box; color:#00d1cd;
}



.box-content .row {
	margin-top:20px;
	font-size:16px;
	color:#ddd;
}


/*ÓÃ²ÄÃ÷Ï¸*/


.container2 {
	width:1200px; padding-top:20px;
}

.box2 {
	width:225px;
	height:160px; 
	margin:7px 7px 37px 7px;
	float:left;
	position: relative; text-align:center;
}
.box2 b{ font-size:14px;}

.box-content2  hr{ width:90px; height:2px; border:0; background:#00ccc9; margin-top:10px;}
.box-content2 {
	display:block;
	padding:20px;
	width:225px; height:160px;
	background: #333;
	color:#ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.box-overlay2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	z-index:10;
}
.box-overlay2 img{ width:225px; height:160px;}

a.link {
	display:block;
	width: 100%;
	height: 100%;		
	position: absolute;
	top:0;
	left:0;
	z-index:15;		
}

/* custom css styling */
.box-content2 .box-wrapper2 {
	width: 100%;
	height: 100%;
	font-size:18px;
	display:block;
	padding:20px 0 10px 0;
	text-align:center;
	margin-bottom:10px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box; color:#fff;
}



.box-content2 .row2 {
	margin-top:10px;
	font-size:14px;
	color:#ddd;
}