.facilitiess {
	padding: 90px 0 70px;
	font-size: 0;
}
.facilitiess_wrap {
	width: 100%;
	max-width: 1400px;
	margin: auto;
}
.facilitiess_wrap a {
	position: relative;
	display: inline-block;
	width: 24%;
	margin: 0 0.5% 0.7vw;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
}
.facilitiess_wrap a .thumbnails {
	height: 220px;
}
.facilitiess_wrap a .thumbnails::after {
	content: '';
	position: absolute;
	bottom: 0; right: 0; left: 0;
	margin: auto;
	height: 3px;
	background: #516C44;
}
.facilitiess_wrap a .box {
	padding: 20px 10px;
	background: #f6f6f6;
	vertical-align: top;
}
.facilitiess_wrap a .box .name {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	color: #333333;
}
.facilitiess_wrap a .box .eng {
	margin-bottom: 10px;
	font-family: 'lato', sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: #898989;
	text-transform: uppercase;
}
.facilitiess_wrap a .box .view {
	display: inline-block;
	margin-top: 4px;
	width: 154px; height: 36px;
	font-family: 'lato', sans-serif;
	letter-spacing: 0.03em;
	font-size: 14px;
	font-weight: 600;
	line-height: 36px;
	color: #516C44;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.35s, background 0.35s;
}
.facilitiess_wrap a:hover .box .view {
	color: #fff;
	background: #516C44;
}

@media ( max-width: 1420px ) {
	.facilitiess_wrap {
		max-width: calc(100% - 60px);
	}
}

@media ( max-width: 1024px ) {
	.facilitiess {
		padding: 35px 0 25px;
	}
	.facilitiess_wrap {
		max-width: calc(100% - 20px);
	}
	.facilitiess_wrap a {
		position: relative;
		display: inline-block;
		width: calc(50% - 5px);
		margin: 0 0 0 10px;
		overflow: hidden;
		text-align: center;
		vertical-align: top;
	}
	.facilitiess_wrap a:nth-child(odd) {
		margin: 0 5px 10px 0;
	}
	.facilitiess_wrap a:nth-child(even) {
		margin: 0 0 10px 5px;
	}
	.facilitiess_wrap a .thumbnails {
		height: 30vw;
		max-height: 180px;
	}
	.facilitiess_wrap a .box .name {
		font-size: 15px;
		line-height: 20px;
	}
	.facilitiess_wrap a .box .eng {
		font-size: 12px;
		color: #ff8d40;
	}
	.facilitiess_wrap a .box .view {
		display: none;
	}
}