
/* 第一套字體大小和顏色 */ 
.font-set-1 h1 { 
font-size: 2.5em; 
color: #77626D; /* 橙色1 */ 
} 
.font-set-1 h2 { 
font-size: 2em; 
color: #77626D; /* 紅色2 */ 
} 
.font-set-1 h3 { 
font-size: 1.75em; 
color: #0A0906; /* 紅色3 */ 
} 
.font-set-1 h4 { 
font-size: 1.5em; 
color: #4D4D4D; /* 紫色4 */ 
} 
.font-set-1 h5 {
font-size: 1.25em; 
color: #4D4D4D; /* 橙色1 */ 
} 
.font-set-1 h6 { 
font-size: 1em; 
color: #3d3f42; /* 紅色2 */
}


/* 2024 11 15 首页和房间详情页通用样式 */

.room-num-box { 
	display: flex; 
	flex-wrap: wrap; 
	gap: 10px; 
} 
.room-num-box a { 
	flex: 1 1 calc(33.333% - 10px); 
	text-align: center; 
	background-color: #f5f5f5; 
	color: #333; 
	text-decoration: none; 
	padding: 10px; 
	border-radius: 0px; 
	transition: background-color 0.3s ease; 
} 
.room-num-box a:hover { 
	background-color: #F2D7EF; 
} 

.room-num-box a.active { 
	background-color: #F1B3AC; 
} 
.room-num-box h6 { 
	margin: 0; 
	font-size: 1em; 
}

.bgc-EDEBEB {
	background-color: #EDEBEB;
}

.bgc-BEE0C6 {
	background-color: #BEE0C6;
}
.bgc-88C9D5 {
	background-color: #88C9D5;
}
.bgc-B2DEE8 {
	background-color: #B2DEE8;
}
.bgc-DDDDDD {
	background-color: #DDDDDD;
}
.bgc-CEBEDC {
	background-color: #CEBEDC;
}
.bgc-EBBECF {
	background-color: #EBBECF;
}
.bgc-F1B3AC {
	background-color: #F1B3AC;
}
.bgc-F7DF93 {
	background-color: #F7DF93;
}
.bgc-727373 {
	background-color: #727373;
}

.bgc-75832F {
	background-color: #75832F;
}
.bgc-E6BB4D {
	background-color: #E6BB4D;
}
.bgc-92A4CE {
	background-color: #92A4CE;
}
.bgc-CDD57A {
	background-color: #CDD57A;
}
.bgc-D3D9A3 {
	background-color: #D3D9A3;
}
.bgc-F5E1BF {
	background-color: #F5E1BF;
}
.bgc-F8EEDD {
	background-color: #F8EEDD;
}
.bgc-F7F7F0 {
	background-color: #F7F7F0;
}


.bgc-C67C6D {
	background-color: #C67C6D;
}

.bgc-F437A7 {
	background-color: #F437A7;
}

.bgc-DB8EB6 {
	background-color: #DB8EB6;
}

.bgc-308144 {
	background-color: #308144;
}

.bgc-EBE83A {
	background-color: #EBE83A;
}

.bgc-E95611 {
	background-color: #E95611;
}

.bgc-5F1A85 {
	background-color: #5F1A85;
}

.bgc-F7E1F9 {
	background-color: #F7E1F9;
}

[class*='bgc-'] {
	color: #ffffff;
}







	.traffic-info {
	width: 100%;
	margin: auto;
	color: #333
}

.traffic-info .text-indent {
	text-indent: 2rem;
}

.traffic-info .nav-tabs-classic {
	flex-direction: row;
	padding: 0;
	border-radius: 0;
}

.traffic-info .nav-tabs-classic .nav-item {
	margin: 0;
	padding: inherit;
}

.traffic-info .nav-tabs-classic .nav-link {
	padding: 10px 15px;
	background-color: #e4ecf7;
	font-weight: 400;
	font-size: 20px;
	color: #f5f5f5;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: initial;
	border: 1px solid;
	border-radius: 0px;
}

.traffic-info .nav-tabs-classic .nav-link.active {
	background-color: #94a0af;
}

.traffic-info .nav-tabs-classic .line {
	width: 100%;
	height: 5px;
}

.traffic-info .nav-tabs-classic .station {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #333;
}

.traffic-info .nav-tabs-classic .icon {
	width: 28px;
	height: 28px;
	padding: 2px;
	background-color: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.traffic-info .tab-content {
	flex-direction: row;
	padding: 0;
	border-radius: 4px;
	border: 1px solid #ffffff;
}

@media (max-width: 768px) {
	.traffic-info .nav-tabs-classic .nav-link {
		font-size: 14px;
	}

	.traffic-info .nav-tabs-classic .station {
		font-size: 14px;
	}

	.traffic-info .nav-tabs-classic .icon {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
}

.team-minimal {
	max-width: 600px;

}

.team-minimal-figure .button {
	bottom: 0px;
	padding: 6px 20px;
	font-size: 12px;
	color: #000;
			border-radius:0px;
	object-fit: cover;

}

.carousel-parent .item {
	max-width: 480px;
	max-height: 540px;
	overflow: hidden;
			border-radius:0px;
	object-fit: cover;
}

/* .slick-prev,.slick-next{
	  display: block;
	  width: 24px;
	  height: 24px;
	  background-color: #fff;
	  border-radius: 50%;
	} */

.slick-prev {
	left: 5%;
}

.slick-next {
	right: 5%;
}

.slick-prev:before,
.slick-next:before {
	font: 400 46px / 50px 'FontAwesome';
	/* color: #666; */
	/* font-size: 16px; */
}

.slick-prev:before {
	content: '\f104';
}

.slick-next:before {
	content: '\f105';
}

.slider-dots {
	width: 100%;
	max-width: 450px;
	margin: 0;
}

.slider-dots .slick-dot-item {
	padding-bottom: 0;
}

.slider-dots .slick-dot-item img {
	border-radius: 0;
}

*+.slick-slider {
	margin-top: 0;
}

.team-minimal-caption {
	text-align: left;
	padding: 0;
	background: #ffffff;
	
}

.team-minimal-caption1 {
	max-width: 800px; 
	margin: auto; 
	background-color: #ffffff; 
	padding: 20px; 
	border-radius: 0px;
	border: 1px solid #000;
}

.team-minimal-caption2 {
	max-width: 800px; 
	margin: auto; 
	background-color: #f9f9f2; 
	padding: 20px; 
	border-radius: 0px;
	border: 1px solid #f9f9f2;
}
	
table { 
width: 100%; 
border-collapse: collapse; 
margin-bottom: 20px; 
}


	


.team-minimal-caption table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.team-minimal-caption table th,
.team-minimal-caption table td,
.other-room .title {
	padding: 1px 10px;
	font-size: 18px;
}

.room-facilities table td {
	
	margin: auto;
	border-radius: 8px;
	padding: 10px 10px;
}

.team-minimal-caption table td {
	color: #000000;
}

.room-type {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}

.room-type-l {
	width: 40%;
	padding: 8px 0;
}

.room-type-r {
	align-self: flex-end;
	padding: 3px 8px;
}

.room-cost,
.room-data,
.room-facilities,
.other-room {
	margin-top: 0px;
}

.room-cost table tr:nth-child(even) {
	background-color: #f2f4f9;
}

.room-data table tr:nth-child(even) {
	background-color: #f2f4f9;
}

.room-data table tr:nth-child(odd) {
	background-color: #ffffff;
}
@media (max-width: 992px) {
	.team-minimal {
		max-width: 460px;
	}

	.team-minimal-caption table th,
	.team-minimal-caption table td,
	.other-room .title {
		padding: 1px 8px;
		font-size: 12px;
	}

	.room-facilities table td {
		padding: 4px 8px;
			
	margin: auto;
	border-radius: 8px;
	padding: 10px 10px;
	}
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 600px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 800px;
	}

	.traffic-info {
		font-size: 18px;
	}

	.team-name {
		font-size: 22px;
	}

	.event-item-modern-title {
		font-size: 20px;
	}

	.event-item-modern .event-time {
		font-size: 20px;
	}

	.event-item-modern-text {
		font-size: 16px;
	}
}