
*{
	margin: 0px;
	padding: 0px;
	
}
body{
	font-family: Microsoft JhengHei;
	font-family:微軟正黑體;
	overflow-x: hidden;
}
.bgimg{
	width: 100%;
	background-color: rgba(255, 255, 255, .6);
	background-image: url('../images/div_bg02.png');
	background-blend-mode: multiply;
	background-repeat:repeat-y;
	background-size: cover;
	background-position: top;
	height: auto;
	

}

.all_div{
	width: 100%;
	
}
.banner{
	height: 100vh;
	overflow: hidden;
}
.banner2{
	height: 400px;
	overflow: hidden;
}
.carousel-caption{
	top: 45vh;
	z-index: 3;
	text-align: right;
}
.carousel-caption h5{	
	color: #fff;
	right: -50;
	font-size: 50pt;
}
.carousel-caption p{
	color: #fff;
	font-size: 14pt;
}
.transparency_color_black{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
}
.nav_class{
	
	top: 50px;

	z-index: 3;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}
.nav-item{
	margin-left: 20px;
	
}
 .head img{
	height: 100vmax;
	width: auto;
}
.news{
	
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 4%;
}


iframe{
	width: 80%;
	height: 80vh;
	margin-left: auto;
	margin-right: auto;
}
.news_div{
	margin-bottom: 20px;
}
.news_title{
	font-weight: 900;
	margin-bottom: 40px;
	font-size: 32pt;
}
.news_content{
	padding-right: 30px;
}
.news_activity_title{
	font-size: 24pt;
	font-weight: bold;
	
}
.news_text,.spa_title{
	font-size: 45pt;
	font-weight: bold;
}
.calendar_div{
	
  background-color: #1a2626;
  background-image: url('../images/div_bg02.png');
  background-size: 100%;  /* Cover the entire width of the container */
  background-repeat: no-repeat;  /* Do not repeat the image */
  background-position: top;  /* Center the background image */
}

.calendar{
	color: #f4ba76;
	font-size: 30pt;
}

.font-size70{
	font-size: 70pt;
}
.font-size45{
	font-size: 45pt;
}
.calendar_message{
	font-size: 18pt;
	margin-top: 50px;
	padding-right: 30%;
	text-align: right;

}
.travel_div{
  background-color: rgba(255, 255, 255, 0.4);  /* White with 60% opacity */
  border-radius: 10px;  /* Rounded corners */
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.text-center{
	padding-top: 20px;
}

#prev-btn{
	position: absolute;
	top: 48%;
	background-color: rgba(0, 0, 0, 0);
	border-style: none;
	
}
#next-btn{
	position: absolute;
	top: 48%;
	right: 0;
	background-color: rgba(0, 0, 0, 0);
	border-style: none;
}
.newsDiv{
	background-color: #fff;
	
}
.more_text{
	font-size: 16pt;
	float: right;
	color: #679650;
	margin-top: 20px;
	margin-right: 10px;
}
.sign_in{
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10%;
}
.footer{
	background-color: #1a2626;
	padding: 35px;
	text-align: center;
	color: #fff;
	height: 100px;
}
a{
	color: #000;
	text-decoration:none;
}
@media (max-width: 768px) { 
	.carousel-caption{
	top: 45vh;
	z-index: 3;
	text-align: right;
	display: block;
	}
	
}

@media (max-width: 576px) { 
 .news_img img {
 	width: 100%;

 }
	
}

@media (min-width: 768px) { 
	.calendar_div{
 	 background-position: center -200px;  /* Center the background image */
	}
 }
.notes{
	background-color: #e9917d;
	border-style:solid;
	border-width:3px;
	border-color: #5e5e5e;
	border-radius: 10px 10px 10px 10px;
}
.notes_title{
	background-color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 5px 5px 5px 5px;
}