body {
    margin: 0;
    font-family: 'Hiragino Kaku Gothic Pro', 'WenQuanYi Zen Hei', '微軟正黑體', '蘋果儷中黑', Helvetica, Arial, sans-serif;
    background: #5b7283;
}

div{
    font-family: 'Hiragino Kaku Gothic Pro', 'WenQuanYi Zen Hei', '微軟正黑體', '蘋果儷中黑', Helvetica, Arial, sans-serif;
}

a{rv3
    text-decoration: none;
    color: inherit;
}











.set-center{
    margin: 0px 100px 0px 100px;
}

@media only screen and (max-width: 1300px) {
    .set-center{
        margin: 0px 30px 0px 30px;
    }
}

.footer-set-center{
    margin: 0px 200px 0px 200px;
}

@media only screen and (max-width: 1000px) {
    .footer-set-center{
        margin: 0px 50px 0px 50px;
        font-size: 0.85rem;
    }
}

.margin-size-1{
    margin: 50px 0px 50px 0px;
}



















.index-wrapper{
    display: inline-block;
    height: auto;
}

@media only screen and (max-width: 1300px) {
    .index-wrapper{
        margin: 0px 0px 80px 0px;
    }
}

.full-width-image{
    display: inline-block;
    width: 100%;
    background: grey;
    margin-bottom: -5px;
}

.video-wrapper{
    display: inline-block;
	    width: 100%;
}









.footer-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    left: 0;
    bottom: -50px;
    height: auto;
    font-size: 0.85rem;
    background: #3f5b40;
    color: white;
    padding: 10px 0px;
    box-sizing: border-box;

    background-image: url("../res/images/banner.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.footer-button{
    display: inline-block;
    cursor: pointer;
    margin: 0px 5px 0px 5px;
}

@media only screen and (max-width: 1000px) {
    .footer-wrapper{
        display: none;
    }
}

.whatsapp-button{
    display: flex;
    float: right;
    background: #54694a;
    color: white;
    border-radius: 2px;
    padding: 10px 20px;
    cursor: pointer;
    margin: 0px 5px;
    font-size: 0.85rem;
}

.whatsapp-button:hover{
    background: #33452a;
}

@media only screen and (max-width: 1000px) {
    .whatsapp-button{
        display: none;
    }
}

.whatsapp-button-left{
    display: flex;
    float: left;
    background: #54694a;
    color: white;
    border-radius: 2px;
    padding: 10px 20px;
    cursor: pointer;
    margin: 20px 10px 0px 10px;
    font-size: 0.85rem;
    border-radius: 10px;
}

.whatsapp-button-left:hover{
    background: #33452a;
}











.two-block-wrapper{
    display: inline-block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 50px 0px 50px 0px;
}

.two-block-left{
    display: block;
    float: left;
    width: 60%;
    height: 100%;
    box-sizing: border-box;
    font-size: 1rem;
}

@media only screen and (max-width: 1000px) {
    .two-block-left{
        width: 100%;
        font-size: 2rem;
    }
}

.two-block-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 100%;
    float: left;
    overflow: hidden;
}

@media only screen and (max-width: 1000px) {
    .two-block-right{
        width: 100%;
    }
}

.two-block-right img{
    object-fit: cover;
    width: 100%;
}











.bottom-two-block-wrapper{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.bottom-two-block-left{
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    font-size: 0.85rem;
}

@media only screen and (max-width: 1000px) {
    .bottom-two-block-left{
        width: 100%;
    }
}

.bottom-two-block-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
}

@media only screen and (max-width: 1000px) {
    .bottom-two-block-right{
        width: 100%;
    }
}

.body-whatsapp-button{
    margin: 50px 0px 0px 0px;
}

.two-block-right img{
    object-fit: cover;
    width: 100%;
}














.info-wrapper{
    display: inline-block;
    width: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    height: auto;
}

.booking-wrapper{
    display: inline-block;
    width: 100%;
    background: #4e5f79;
    padding: 20px 20px;
    box-sizing: border-box;
    height: auto;
    margin: -5px 0px 0px 0px;
    color: white;

    background-image: url("../res/images/banner.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.booking-title{
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
}

.booking-subtitle{
    font-size: 0.75rem;
    margin: 5px 0px 10px 10px;
}

@media only screen and (max-width: 1000px) {
    .booking-subtitle{
        font-size: 0.75rem;
        margin: 5px 0px 10px 0px;
    }
}

.booking-input{
    display: block;
    float: left;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    border: none;
    outline: none;
    background: rgb(232, 230, 223);
    font-size: 0.85rem;
    margin: 10px 10px 10px 0px;
}

.booking-button{
    display: inline-block;
    padding: 12px 20px;
    background: #005770;
    outline: none;
    color: white;
    border: none;
    margin: 10px 10px 10px 0px;
    border-radius: 10px;
    cursor: pointer;
}

.booking-button:hover{
    background: rgb(228, 212, 153);
}















.news-wrapper{
    background: #2744d5;
    width: 100%;
    height: 100%;
    padding: 30px;
    min-height: 350px;
    box-sizing: border-box;
    color: white;

    background-image: url("../res/images/banner.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.news-title{
    font-size: 1rem;
    font-weight: bold;
}

.news-line{
    display: grid;
    grid-template-columns: 70px auto;
    flex-direction: row;
    margin: 10px 0px;
    width: 100%;
}

@media only screen and (max-width: 1100px) {
    .news-line{
        grid-template-columns: 70px auto;
        margin: 20px 0px;
    }
}

.news-tag{
    grid-column-start: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: 0.8rem;
    background: #203822;
    color: white;
    padding: 3px 5px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0px 5px 0px 0px;
}

@media only screen and (max-width: 1100px) {
    .news-tag{
        padding: 3px 15px;
    }
}

.news-text{
    grid-column-start: 2;
    display: flex;
    font-size: 0.85rem;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    padding: 0px 0px 0px 10px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1100px) {
    .news-text{
        font-size: 0.85rem;
    }
}












.header-logo{
    width: 250px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0px 50px 0px 50px;
}

@media only screen and (max-width: 1000px) {
    .header-logo{
        width: 550px;
    }
}

.header-logo img{
    width: 100%;
}

.header-logo2{
    width: 400px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0px 0px 0px 0px;
}

.header-logo2 img{
    width: 100%;
}

.contact-wrapper{
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.contact-title{
    font-size: 1rem;
    color: white;
    font-weight: bold;
}

.contact-subtitle{
    font-size: 0.8rem;
    margin: 5px 0px 30px 0px;
    color: white;
}

.pinfo-wrapper{
    font-size: 0.85rem;
    margin: 20px 0px 10px 0px;
    color: white;
    line-height: 25px;
}

.pinfo-title{
    font-size: 0.85rem;
    font-weight: bold;
}

@media only screen and (max-width: 1100px) {
    .pinfo-title{
        font-size: 0.85rem;
    }
}

.pinfo-name{
    display: inline-block;
    font-size: 0.85rem;
    font-weight: bold;
    vertical-align: top;
}

.pinfo-content{
    display: inline-block;
    font-size: 0.85rem;
}

@media only screen and (max-width: 1100px) {
    .pinfo-content{
        width: 100%;
    }
}

.minfo-wrapper{
    font-size: 0.85rem;
    color: white;
    line-height: 22px;
    letter-spacing: 0.25em;
}

@media only screen and (max-width: 1100px) {
    .minfo-wrapper{
        font-size: 0.85rem;
    }
}


























.row-wrapper{
    display: inline-block;
    padding: 20px 30px 20px 30px;
    box-sizing: border-box;
    color: white;
}

.row-wrapper-left{
    display: inline-block;
    width: 50%;
}

.row-wrapper-right{
    display: inline-block;
    width: 50%;
}

.small-text{
    display: block;
    font-size: 0.85rem;
    margin: 10px 0px;
}

.small-icon{
    display: inline-block;
    margin: 20px 0px 20px 0px;
    width: 300px;
}

.margin-right-size-1{
    margin-right: 10px;
}

.margin-left-size-1{
    margin-left: 10px;
}

.margin-top-size-1{
    margin-top: 10px;
}

.margin-bottom-size-1{
    margin-bottom: 10px;
}















/* .list-button{
    display: inline-block;
}

@media only screen and (max-width: 1000px) {
    .list-button{
        display: none;
    }
}

.list-button-button{
    display: inline-block;
    cursor: pointer;
    color: #005770;
    margin: 5px 10px 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.85rem;
}

.list-button-button:hover{
    color: grey;
}

.list-button-2{
    display: none;
}

@media only screen and (max-width: 1000px) {
    .list-button-2{
        display: inline-flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        background: none;
    }
}

.list-button-button-2{
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    color: #005770;
    margin: 5px 10px 0px 10px;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 0.85rem;
    border-top: 0px solid #005770;
}

@media only screen and (max-width: 1000px) {
    .list-button-button-2{
        font-size: 0.85rem;
    }
} */



















.invert-two-block-wrapper{
    display: inline-block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 50px 0px 50px 0px;
    box-sizing: border-box;
}

.invert-two-block-left{
    display: block;
    float: left;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    font-size: 1rem;
}

@media only screen and (max-width: 1000px) {
    .invert-two-block-left{
        width: 100%;
        font-size: 2rem;
    }
}

.invert-two-block-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
}

@media only screen and (max-width: 1000px) {
    .invert-two-block-right{
        width: 100%;
    }
}

.invert-two-block-right img{
    object-fit: cover;
    width: 100%;
}



























.mainSlide{
    position: relative;
      width: 100%;
      height: 500px;
      background: none;
      margin: 0px 0px 0px 0px;
      overflow: hidden;
      display: inline-block;
  }
  .mainSlide-page{
    color: dimgrey;
      font-size: 12px;
      padding: 5px 5px;
      position: absolute;
      box-sizing: border-box;
      top: 10px;
      text-align: center;
      background: rgb(255, 255, 255, 0.8);
      width: auto;
      right: 10px;
      z-index: 1;
      border-radius: 5px;
  }
  .mainSlide-page:hover{
      background: rgb(255, 255, 255, 1);
      cursor: pointer;
  }
  .mainSlide-screen{
    max-width: 100%;
      height: 500px;
      background: white;
  }
  .mainSlide-screen-img{
    max-width: 100%;
      height: 500px;
      display: none;
      text-align: center;
      align-items: center;
      justify-content: center;
      transform: scale(0);
    transition: .6s ease opacity,.6s ease transform;
  }
  
  .mainSlide-screen-img img:hover{
      transform: scale(1.02);
  }
  
  .mainSlide-screen-img img{
      width: 100%;
    height: 500px;
    object-fit: cover;
    overflow: hidden;
      transition: .6s ease opacity,.6s ease transform;
  }
  
  .mainSlide-prev, .mainSlide-next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      margin-top: -17px;
      padding: 10px;
      color: lightgrey;
      font-weight: bold;
      font-size: 15px;
      transition: 0.2s ease;
      user-select: none;
      overflow: hidden;
  }
  
  .mainSlide-next {
      right: 0;
      border-radius: 0px;
  }
  
  .mainSlide-prev {
      left: 0;
      border-radius: 0px;
  }
  
  .mainSlide-prev:hover, .mainSlide-next:hover {
      background-color: #18bbb9;
      color: white;
  }




















  .skeleton-box{
	font: inherit;
	display: block;
	width: 100%;
	min-height: 500px;
	text-align: left;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	float: left;
	position: relative;
	transition: transform .2s;
	border: 1px solid rgb(231, 231, 231);
}

.skeleton-box:hover {
  transform: scale(1.01);
	box-shadow: 0 0 10px lightgrey;
}

.skeleton{
	opacity: 1;
	animation: skeleton-loading 2s linear infinite alternate;
}

@keyframes skeleton-loading{
	0% {
		background-color: hsl(0, 0%, 85%);
	}

	100% {
		background-color: hsl(200, 20%, 95%);
	}
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}















.header-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
    .header-wrapper{
        height: auto;
        justify-content: center;
    }
}

.header-logo{
    width: 250px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 0px 10px 0px 10px;
}

.header-logo img{
    width: 100%;
}