@charset "utf-8";
/* CSS Document */

/*
================================================
Aru system Link 
================================================
*/
.aru-system {
	padding: 20px 0 20px;
	width: 100%;
	float: left;
	background:#f7f7f7;
	margin-bottom: 30px;
}
.aru-system h2::after {
 background-color: #6091BA;
 content: "";
 display: block;
 height: 2px;
 margin: 14px auto 0;
 width: 80px;
}
.aru-system h2 {
	color: #6091BA;
	font-weight: 600;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	position: relative;
	font-family: 'Pridi', serif;
}
.aru-system h2 span {
	color:#444444;
}
.aru-system p {
	margin: 0;
	padding: 0 0 5px;
	font-size: 18px;
	
}
.aru-system .callouts {
	margin: 30px 0 0 0;
	padding:0;
	background:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	float:left;
	font-family: 'Trirong', serif;
	letter-spacing: 1px;
}
.aru-system .callouts p {
	font-size: 14px;
	line-height: 23px;
	margin:0;
	padding: 0;
}
.aru-system .callouts:hover h3 {
	color: #2f506c;
}
.aru-system .callouts .icon {
	display:table-cell;
	vertical-align:middle;
	padding:20px;
	border-right:1px dashed #d7d7d7;
}
.aru-system .callouts .content {
	display:table-cell;
	vertical-align:middle;
	padding:20px;
}
.aru-system .callouts i {
	color: #2f506c;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
}
.aru-system .callouts h3 {
	font-size: 18px;
	font-weight: 600;
	color: #2d2e2e;
}

