.page-camp .banner {
	background-image: url('https://media.karousell.com/media/photos/special-collections/2018/11/14/hk_camping-essentials_l_(2250,_915).png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative;
}
.page-camp .banner .banner_overlay {
	width: 100%;
    background-image: radial-gradient(circle,transparent 20%,#ead5a8);
    min-height: 300px;
    background-position: center;
}
.page-camp .banner .text {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 65%;
	margin-top: -36px;
	font-size: 36px;
	text-shadow: 0 0 10px #2f2f2f;
}
.page-camp .camp-content {
	margin: 50px auto;
	position: relative;
}
.page-camp .camp-content .tab-nav {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 15;
}
.page-camp .camp-content .tab-nav .main-tab {
	background-color: #6b1d0a;
	padding: 10px 20px;
	position: relative;
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
}
.page-camp .camp-content .tab-nav .main-tab i {
	transform: rotate(180deg);
}
.page-camp .camp-content .tab-nav .main-tab.clicked i {
	transform: rotateX(0);
}
.page-camp .camp-content .tab-nav .main-tab.clicked {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.page-camp .camp-content .tab-nav .main-tab .name {
	text-align: center;
}
.page-camp .camp-content .tab-nav .main-tab .angle {
	position: absolute;
	right: 20px;
	top: 10px;
}
.page-camp .camp-content .tab-nav .main-tab-content {
	background-color: #9b5746;
	padding: 0 20px;
	/*margin-top: -20px;*/
	/*box-shadow: 0 5px 10px #3f3f3f;*/
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	display: none;
}
.page-camp .camp-content .tab-nav .main-tab-content.clicked {
	display: block;
}
.page-camp .camp-content .tab-nav .main-tab-content .tab {
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	color: #fff;
	cursor: pointer;
}
.page-camp .camp-content .tab-nav .main-tab-content .tab.checked:last-child {
	border-bottom: none;
}
.page-camp .camp-content .tab-nav .main-tab-content .tab.clicked {
	display: none;
}
.page-camp .camp-content .tab-section .tab-detail {
	margin: 20px auto;
	background-color: #d9b892;
	border-radius: 10px;
}
.page-camp .camp-content .tab-section .tab-detail .tab-content {
	display: none;
	padding: 50px;
	overflow: auto;
}
.page-camp .camp-content .tab-section .tab-detail .tab-content.active {
	display: block;
}
.page-camp .camp-content .tab-section .tab-detail .tab-content .coalman {
	text-align: right;
	margin: 20px -15px;
}
.page-camp .camp-content .tab-section .tab-detail .tab-content .coalman img {
	height: 50px;
}
.page-camp .camp-content .tab-section .tab-detail .tab-content .railway {
	background-image: url('../img/railway_long.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 5px;
	display: block;
}
.page-camp .camp-content .tab-section .tab-detail .tab-content .swiper-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
}
.page-camp .camp-content .tab-section .tab-detail .tab-content .swiper-wrapper {
	/*align-items: flex-end;*/
	align-items: center;
}
.page-camp .camp-content .tab-section .tab-detail .tab-content .swiper-slide {
	height: 60%;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
	border: 1px solid #9b5746;
	transition: height 0.2s ease-out;
}
.page-camp .camp-content .tab-section .tab-detail .tab-content .swiper-slide-active {
	height: 100%;
}
/*.page-camp .camp-content .tab-section .tab-detail .tab-content .swiper-pagination {
	display: none;
}*/
.page-camp .camp-content .tab-section .tab-detail .tab-content .swiper-pagination-bullet {
	opacity: 0.5;
}
.page-camp .camp-content .tab-section .tab-detail .tab-content .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #cd884d;
}
.page-camp .camp-content .tab-section .tab-detail .tab-content .detail .dot_line_horizontal {
	background-image: url('../img/dot_line_horizontal.png');
	background-repeat: repeat-x;
	background-position: center;
	height: 40px;
}
.page-camp .camp-content .tab-section .tab-detail .tab-content .detail table {
	border: none;
	font-size: 18px;
	line-height: 2;
}
.page-camp .camp-content .tab-section .tab-detail .tab-content .detail table .logo {
	vertical-align: top;
	text-align: center;
	padding-right: 20px;
	font-size: 24px;
}
.page-camp .camp_join {
	text-align: right;
	position: relative;
	margin-bottom: 20px;
}
.page-camp .camp_join img {
	width: 100px;
	cursor: pointer;
}
.page-camp .camp_join .join {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 50px;
	transform: translateX(50%);
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.page-camp .camp_join .join a {
	color: inherit;
}
.page-camp .camp-content {
	margin-top: 85px;
}
.xtabs {
	position: relative;
	margin-top: -18px;
}
.xtab {
	display: inline-block;
	margin-right: 4px;
	color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 20px;
	padding: 0 15px;
	background-color: #cd884d;
	line-height: 38px;
	cursor: pointer;
}
.xtab.clicked {
	background-color: #6b1d0a;
}
@media only screen and (max-width: 991px) {
	.page-camp .camp-content .tab-nav {
		position: relative;
		width: auto;
		margin-bottom: -30px;
		z-index: 2;
	}
	.xtab {
		cursor: pointer;
		display: block;
		border-radius: 0;
		margin-right: 0;
	}
}
@media only screen and (max-width: 768px) {
	.page-camp .banner .text {
		left: 50%;
		transform: translateX(-50%);
	}
	.page-camp .camp-content .tab-section .tab-detail .tab-content {
		padding: 30px;
	}
	.page-camp .camp-content .tab-section .tab-detail .tab-content .swiper-pagination {
		display: block;
	}
	.page-camp .camp_join {
		text-align: center;
	}
	.page-camp .camp_join .join {
		left: 50%;
		transform: translateX(-50%);
	}
}