.facs {
	font-size: 0;
	overflow: hidden;
}
.facs a {
	position: relative;
	display: inline-block;
	width: 33.3%;
	height: 100vh;
	vertical-align: top;
}
.facs a:nth-child(2) {
	width: 33.4%;
}
.facs a .thumbnails {
	position: relative;
	width: 100%; height: 100%;
	overflow: hidden;
}
.facs a .thumbnails .loader {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	transform: scale(1);
	transition: transform 0.35s;
}
.facs a .thumbnails .loader::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background: rgba(0,0,0,0.2);
}
.facs a:hover .thumbnails .loader {
	transform: scale(1.1);
}
.facs_wrap .list a .thumbnails .view {
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 0;
	margin: auto;
	width: 192px; height: 44px;
	font-family: 'Cormorant Garamond', serif;
	font-size: 16px;
	color: #fff;
	background: #1c3976;
	line-height: 44px;
	border-radius: 10px;
	text-align: center;
	text-transform: uppercase;
	transform: scale(1,0);
	transition: color 0.35s, background 0.35s, transform 0.35s;
}
.facs_wrap .list a:hover .thumbnails .view {
	transform: scale(1,1);
}
.facs_wrap .list a .thumbnails .view:hover {
	color: #fff;
	background: #6e96eb;
}
.facs a .info {
	position: absolute;
	top: 50%; right: 0; left: 0;
	margin: auto;
	transform: translateY(-50%);
	text-align: center;
	z-index: 1;
}
.facs a .info .eng {
	font-family: 'Cormorant Garamond', serif;
	font-size: 60px;
	line-height: 75px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	text-shadow: 0 2px 4px rgba(0,0,0,0.54);
}
.facs a .info .btn_name {
	display: inline-block;
	width: 192px; height: 44px;
	margin-top: 40px;
	font-size: 18px;
	color: #fff;
	line-height: 42px;
	background: #1c3976;
	border-radius: 10px;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.35s;
}
.facs a:hover .info .btn_name {
	color: #fff;
	background: #6e96eb;
}

@media ( max-width: 1024px ) {
	.facs {
		margin-top: 50px;
		background: #002538;
	}
	.facs a {
		display: block;
		width: 100%;
		height: 67vw;
		max-height: 370px;
		margin-bottom: 15px;
	}
	.facs a:nth-child(2) {
		width: 100%;
	}
	.facs a:last-child {
		margin-bottom: 40px;
	}
	.facs a .info .eng {
		font-size: 30px;
		line-height: 30px;
	}
	.facs a .info .btn_name {
		width: 154px; height: 35px;
		margin-top: 25px;
		font-size: 15px;
		line-height: 35px;
	}
}

@media ( max-width: 320px ) {
	.facs a .info .eng {
		font-size: 40px;
		line-height: 40px;
	}
}

.facs2 {
	position: relative;
	padding: 170px 0 140px;
	background-image: url(/images/wifi.jpg);
	width: 100%; height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.facs2 .reserLink {
	text-align: center;
}
.facs2 .reserLink .eng {
	font-family: 'Cormorant Garamond', serif;
	font-size: 80px;
	line-height: 95px;
	color: #fff;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.54);
}
.facs2 .reserLink .txt {
	font-size: 20px;
	color: #fff;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.54);
}
.facs2 .btn_common {
	margin-top: 30px;
	font-size: 16px;
}
.facs2 .btn_common i {
	margin-right: 8px;
	font-size: 15px;
}



@media ( max-width: 1024px ) {
	.facs2 {
		padding: 0;
		height: 74vw;
		max-height: 390px;
	}
	.facs2 .reserLink {
		position: absolute;
		top: 50%; right: 0; left: 0;
		margin: auto;
		transform: translateY(-50%);
	}
	.facs2 .reserLink .eng {
		font-size: 50px;
		line-height: 50px;
	}
	.facs2 .reserLink .txt {
		font-size: 13px;
	}
	.facs2 .btn_common {
		margin-top: 20px;
		font-size: 15px;
	}
}