.room4 {
	padding: 90px 0 100px;
	background: #eee;
	overflow: hidden;
}
.room4 .roomDong {
	position: relative;
	max-width: 1600px;
	margin: 0 auto 30px;
	padding: 0 100px;
	text-align: left;
}
.room4 .roomDong a {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	padding-bottom: 4px;
	font-size: 24px;
	color: #777;
	transition: color 0.35s;
}
.room4 .roomDong a:hover,
.room4 .roomDong a.SEL {
	color: #1c3976;
}
.room4 .roomDong a::after {
	content: '';
	position: absolute;
	bottom: 0; right: 0; left: 0;
	margin: auto;
	width: 0; height: 1px;
	background: #1c3976;
	transition: width 0.35s;
}
.room4 .roomDong a:hover::after,
.room4 .roomDong a.SEL::after {
	width: 100%;
}
.room4_wrap {
	position: relative;
	max-width: 1600px;
	margin: auto;
	padding: 0 100px;
	text-align: center;
}
.room4_wrap .swiper-room4 {
	position: static;
}
.swiper-room4 .swiper-slide a .thumbnails {
	position: relative;
	height: 214px;
	overflow: hidden;
}
.swiper-room4 .swiper-slide  a .thumbnails .loader {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	transform: scale(1);
	transition: transform 0.5s;
}
.swiper-room4 .swiper-slide a:hover .thumbnails .loader,
.swiper-room4 .swiper-slide a.SEL .thumbnails .loader{
	transform: scale(1.1);
}
.swiper-room4 .swiper-slide a .thumbnails .loader::after {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
	background: transparent;
	transition: background 0.5s;
}
.swiper-room4 .swiper-slide a:hover .thumbnails .loader::after,
.swiper-room4 .swiper-slide a.SEL .thumbnails .loader::after{
	background: rgba(0,0,0,0.4);
}
.swiper-room4 .swiper-slide a .thumbnails .view {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	font-family: 'Cormorant Garamond', serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 214px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.35s, visibility 0.35s;
}
.swiper-room4 .swiper-slide a:hover .thumbnails .view,
.swiper-room4 .swiper-slide a.SEL .thumbnails .view{
	opacity: 1;
	visibility: visible;
}
.swiper-room4 .swiper-slide .name {
	margin-top: 16px;
	font-size: 18px;
	font-weight: bold;
	color: #444;
}
.swiper-room4 .swiper-slide .txt {
	margin-top: 8px;
	font-size: 14px;
	color: #777;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.swiper-room4 .swiper-slide .txt span {
	display: inline-block;
	margin-right: 10px;
}

.room4_wrap .swiper-button-next,
.room4_wrap .swiper-button-prev {
	width: 34px; height: 64px;
	margin-top: -104px;
	line-height: 62px;
	background-size: cover;
	text-align: center;
	transition: opacity 0.5s, background 0.5s, color 0.5s;
}
.room4_wrap .swiper-button-next {
	right: 0;
	background-image: url(/images/arrowR.png);
}
.room4_wrap .swiper-button-prev {
	left: 0;
	background-image: url(/images/arrowL.png);
}
.room4_wrap .swiper-pagination {
	position: static;
	margin-top: 60px;
}
.room4_wrap .swiper-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	border-radius: 10px;
	background: #ccc;
	opacity: 1;
	transition: width 0.35s;
}
.room4_wrap .swiper-pagination .swiper-pagination-bullet-active {
	width: 46px;
	background: #1c3976;
}


@media (max-width: 1617px) {
	.room4 .roomDong {
		max-width: calc(100% - 60px);
	}
	.room4_wrap {
		max-width: calc(100% - 60px);
	}

}


@media ( max-width: 1400px) {
	.swiper-room4 .swiper-slide  a .info span {
		display: block;
	}
	.swiper-room4 .swiper-slide  a .info span::before {
		content: '';
	}
}


@media ( max-width: 1024px ) {
	.room4 {
		padding: 45px 0 50px;
	}
	.room4 .roomDong {
		max-width: calc(100% - 15px);
		margin: 0 0 25px 15px;
		padding: 0;
		text-align: left;
	}
	.room4 .roomDong a {
		margin-right: 20px;
		padding-bottom: 2px;
		font-size: 15px;
	}
	.room4_wrap {
		max-width: calc(100% - 15px);
		margin: 0 0 0 15px;
		padding: 0;
		text-align: left;
	}
	.room4_wrap .swiper-room4 {
		padding-bottom: 0;
	}
	.swiper-room4 .swiper-slide {
		width: 260px;
	}
	.swiper-room4 .swiper-slide a .thumbnails {
		height: 149px;
	}
	.swiper-room4 .swiper-slide a .thumbnails .view {
		display: none;
	}
	.swiper-room4 .swiper-slide .name {
		margin-top: 13px;
		padding-left: 15px;
		font-size: 15px;
		text-align: left;
	}
	.swiper-room4 .swiper-slide .txt {
		margin-top: 0;
		padding-left: 15px;
		font-size: 12px;
	}
	.room4_wrap .swiper-button-next,
	.room4_wrap .swiper-button-prev {
		display: none;
	}
	.room4_wrap .swiper-pagination {
		display: none;
	}
	
}

