@charset "UTF-8";
* {
  font-family: "Open Sans", Arial, sans-serif, "Microsoft JhengHei", 微軟正黑體,
    微軟雅黑體, 細明體_HKSCS !important;

  box-sizing: border-box;
}

@media print {
  body * {
    visibility: visible;
  }
  .accordion {
    transform: translateX(0%) !important;
  }

  .collapse {
    display: block !important;
    animation-duration: 0s !important;
  }

  .animate__bounceInDown {
    animation-name: none !important;
  }

  .main-content-body table::after {
    display: none !important;
  }
  .swiper-wrapper {
    display: none;
  }

  .home-swiper-cover {
    position: relative !important;
    /* display: none !important; */
  }

  /*  .home-swiper-conver picture img {
    display: none !important;
  } */
}

:root {
  --menu: #502000;
  --content: #002e19;
  --text: #2c2c2c;
  --h1: #282e00;
  --swiper-navigation-color: #002e19;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.csb-logo {
  width: 100%;
  min-width: 400px;
}

.underline {
  text-decoration: underline;
}

h1 {
  color: var(--h1);
  font-size: 35px;
  font-weight: lighter;
  margin-left: 15px;
  border-right: 0em solid #000;
  overflow: hidden;
  white-space: nowrap;
  animation: typing 5s, blink-caret 0.75s step-end infinite;
}

:lang(en) h1 {
  white-space: normal;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink-caret {
  from {
    border-color: transparent;
  }
  50% {
    border-color: transparent;
  }
}

h2 {
  color: var(--content);
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
}

h3 {
  color: var(--text);
  font-weight: lighter;
  font-size: 25px;
  margin: 20px 0;
}

.overflow {
  overflow: hidden;
}

.access {
  position: absolute;
  left: 0px;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body {
  background: url(../images/content_bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

:lang(en) header .right {
  max-width: 55%;
}

@keyframes slide {
  0% {
    transform: translateY(-100%);
  }
  95% {
  }
  100% {
    transform: translateY(150%);
  }
}

.image_100 {
  width: 100%;
  max-width: 500px;
}

main {
  overflow: hidden;
  position: relative;
  padding: 0 0 150px 0;
}

main.grayscale::after{
	background: url(../images/bg_loop_0.jpg);
}

main::after {
  content: "";
  background: url(../images/bg_loop_1.jpg);
  background-repeat: repeat-y;

  /* -webkit-mix-blend-mode: color-burn;
  -moz-mix-blend-mode: color-burn;
  -o-mix-blend-mode: color-burn;
  -ms-mix-blend-mode: color-burn;
  mix-blend-mode: color-burn; */
  height: 100%;
  width: 100%;
  top: 10%;
  animation: slide 60s linear infinite;
  position: absolute;
  z-index: -10;
  opacity: 0.3;
  background-size: 100%;
  background-position: bottom;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(241, 242, 237, 1);
  -moz-box-shadow: 0px 0px 50px 0px rgba(241, 242, 237, 1);
  box-shadow: 0px 0px 50px 0px rgba(241, 242, 237, 1);
}

header {
  background-color: #fff;
  position: relative;
  z-index: 999;
}

.sub-logo {
  font-size: 150%;
  /* font-weight: bold; */
  color: #002e19;
  margin: 10px 0px 20px 0px;
}

header .right-top {
  font-size: 90%;
  /* width:100%; */
  padding: 15px 0;
}

.right-m {
  display: none;
}

.top-btn-lang {
  width: 30px;
  height: 30px;
  padding: 0 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.16);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.16);
  color: var(--menu);
  display: block;
  text-align: center;
  margin-left: 15px;
}

.top-btn-lang:hover,
.top-btn-text:hover {
  color: #fff;
  background-color: var(--menu);
  transition: 0.3s ease-in-out;
}

.top-btn-text {
  padding: 0 10px;
  width: auto;
  height: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.16);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.16);
  color: var(--menu);
  display: block;
  text-align: center;
  margin-left: 15px;
}

nav ul {
  padding: 0;
  margin: 0;
}

nav ul li {
  list-style-type: none;
  padding: 15px 15px;
  position: relative;
  text-align: center;
  display: block;
  transition: 0.2s ease-in-out;
}

nav > ul > li > a {
  display: block;
  color: var(--menu);
  margin: 0 0 0 0px;
  /* padding: 15px; */
  transition: 0.2s ease-in-out;
}

nav > ul > li:hover {
  transform: translateY(-5%);
  transition: 0.2s ease-in-out;
}

.with-sub-menu {
  display: flex;
  justify-content: center;
  transition: 0.1s ease-in-out;
}

.sub-menu {
  position: absolute;
  padding: 0;
  width: 100vw;
  max-width: 200px;
  top: 100%;
  height: 0;
  display: none;
  /* visibility: hidden; */
  z-index: 2;
  transition: 0s padding ease;
}

/* .sub-menu.active {
  height: auto;
  padding: 10px 0;
  visibility: visible;
  transition: 0.3s ease;
} */

.first-menu.active .sub-menu {
  height: auto;
  padding: 10px 0;
  /* visibility: visible; */
  display: block;
  transition: 0s padding ease;
}

.sub-menu::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 15px 9px;
  border-color: transparent transparent #502000 transparent;
  top: 0%;
  left: 46%;
}

:lang(en) .sub-menu li {
  height: auto;
}

.sub-menu li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: var(--menu);
  position: relative;
  z-index: 999;
}

.sub-menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
}

.sub-menu li a {
  width: 100%;
  text-align: center;
  color: #fff;
  display: block;
}

:lang(en) .sub-menu li a {
  padding: 0 5px;
}

.home-swiper-cover {
  position: absolute;
  width: 100%;
}

.home-swiper {
  width: 100%;
  /* height: 550px; */
  height: auto;
  /* min-height: 550px; */
  z-index: 0;
}

.home-swiper .swiper-slide {
  height: auto;
}

.home-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-bulletbutton {
  position: absolute;
  text-align: right;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 22;
  width: 100%;
  /* top: -5%; */
  bottom: 5px;
}

.home-bu {
  position: relative;
  display: inline;
}

.home-bu .swiper-pagination-bullet {
  border-radius: 2px;
  width: 15px;
  height: 15px;
  margin: 5px;
}

.home-bu .swiper-pagination-bullet-active {
  background-color: var(--menu);
}

.home-next {
  background: url(../images/next.svg) no-repeat;
  width: 32px;
  height: 32px;
}

.home-prev {
  background: url(../images/prev.svg) no-repeat;
  width: 32px;
  height: 32px;
}

.home-swiper .swiper-play-pause {
  /* position: absolute; */
  position: relative;
  text-align: center;
  /* bottom: 40px; */
  bottom: -2px;
  left: -5px;
  width: 100%;
  /* height: 0px; */
  z-index: 11;
  display: inline;
}
.home-swiper .swiper-play {
  cursor: pointer;
  /* width: 32px; */
  /* height: 32px; */
  width: 25px;
  height: 25px;
  background: url("../images/play.svg");
  background-size: 100%;
  display: none;
  /* margin-right: 250px; */
}
.home-swiper .swiper-pause {
  cursor: pointer;
  /* width: 32px; */
  /* height: 32px; */
  width: 25px;
  height: 25px;
  background: url("../images/pause.svg");
  background-size: 100%;
  display: inline-block;
  /* margin-right: 250px; */
}

.home-content {
  font-size: 20px;
  overflow: hidden;
}

.home-info {
  max-width: 695px;
  text-align: center;
  margin: 0 auto;
}

.home-left {
  text-align: center;
  max-width: 600px;
  transition: 0.5s ease-in-out;
}

.home-left:hover,
.home-right:hover {
  /* animation: pulse; 
  animation-duration: 2.5s; */
  transform: scale(1.02);
  transition: 0.5s ease-in-out;
}

.home-right {
  text-align: center;
  max-width: 700px;
  margin-top: 70px;
  transition: 0.5s ease-in-out;
}

.home-right h2 {
  width: 100%;
}

.home-left img,
.home-right img {
  width: 100%;
}

.banner {
  background-color: #fff;
  background-size: cover;
  background-position: top right;
  position: relative;
  min-height: 265px;
  display: flex;
  align-items: center;
  z-index: -1;
}

.banner.notes {
  background-image: url(../images/banner_notes.png);
  background-color: #fff;
}

.banner.links {
  background-image: url(../images/banner_link.png);
  background-color: #fff;
}

.banner.contact {
  background-image: url(../images/banner_contact.png);
  background-color: #fff;
}

.banner.about {
  background-image: url(../images/banner_about.png);
  background-color: #fff;
}

.banner.faq {
  background-image: url(../images/banner_faq.png);
  background-color: #fff;
}

.banner.services {
  background-image: url(../images/banner_services.png);
  background-color: #fff;
}

.banner.booking {
  background-image: url(../images/banner_booking.png);
  background-color: #fff;
}

.bread-crumb {
  font-size: 125%;
  margin-top: 5px;
}

.bread-crumb span,
.bread-crumb a {
  margin: 0 5px;
  color: var(--content);
}

.bread-crumb .bread-crumb-active {
  font-weight: bold;
}

.bread-crumb > li + li::before {
  padding: 0 5px;
  color: var(--content);
  content: "/\00a0";
  font-weight: normal;
}

.bread-crumb > li:not(:first-child) {
  font-weight: bold;
  color: var(--content);
}

.main-content {
  max-width: 1320px;
  width: 100%;
  height: auto;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 10px auto 0;
}

.main-content-body a {
  text-decoration: underline;
  color: var(--text);
  transition: 0.2s ease-in-out;
}

.main-content-body {
  padding: 25px;
  color: var(--text);
  font-size: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.main-content-body ul li {
  position: relative;
  margin: 15px 0;
}

.main-content-body ul li::before {
  content: "";
  display: block;
  /* background-color: #005e33; */
  border-radius: 2px;
  width: 24px;
  height: 25px;
  position: absolute;
  left: -30px;
  top: 0px;
  background: url(../images/list_icon.svg) no-repeat;
  background-size: 100%;
}

.main-content-body table {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.main-content-body table td,
.main-content-body table th {
  border: 1px solid #555;
  padding: 10px;
}

.main-content-body table th {
  text-align: center;
  background-color: var(--content);
  color: #fff;
  border-color: var(--content);
  vertical-align: top;
}

.main-content-body table tbody tr:nth-child(even) {
  background-color: #d7f7e8;
}

.main-content-body table tr {
  transition: 0.2s ease-in-out;
  vertical-align: top;
}

.main-content-body table tr:hover {
  transition: 0.2s ease-in-out;
  background-color: #2c5b45 !important;
  color: #fff;
}

.main-content-body table tr:hover a {
  color: #fff;
  transition: 0.2s ease-in-out;
}

.main-content-body table::after {
  content: "";
  background: url(../images/ink.svg);
  position: absolute;
  width: 100%;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.main-content-body table iframe {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 500px;
  border: 0;
}

.main-content-body table.booking-arrangement th{
	text-align: initial;
    background-color: initial;
    color: initial;
    border-color: initial;
    vertical-align: initial;
}

.main-content-body table.booking-arrangement tr:hover th {
  transition: 0.2s ease-in-out;
  background-color: #2c5b45 !important;
  color: #fff;
  border: 1px solid #555 !important; 
}

.main-content-body table .table-th-sp{
	text-align: center;
    background-color: var(--content);
    color: #fff;
    border-color: var(--content);
    vertical-align: top;
	font-weight:bold;
}

.max-width-60 {
  max-width: 60%;
}

.main-content-body .suggestion-table::after {
  display: none !important;
}

.main-content-body .suggestion-table tr:hover {
  background-color: inherit !important;
}

iframe.map-1 {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 500px;
  border: 0;
}

/* faq */

.accordion::after {
  content: "";
  background: url(../images/ink.svg);

  width: 100%;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.accordion-button {
  font-size: 20px;
}
.accordion-item {
  overflow: hidden;
}

.accordion-button:not(.collapsed) {
  background: #2c5b45;
  color: #fff;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #2c5b45;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(44, 91, 69, 0.25);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.faq-part2 {
  transform: translateX(-150%);
}

.faq-part2.animate__fadeInLeft {
  transform: translateX(0%);
}

.faq-part3 {
  transform: translateX(150%);
}

.faq-part3.animate__fadeInRight {
  transform: translateX(0%);
}

/* faq end */

/* milestone */
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #004425;
  border-radius: 3px;
  top: 0;
  bottom: 0;
  left: -13px;
  margin-left: -3px;
}

/* Container around content */
.milestone-container {
  margin: 10px 20px 50px;
  position: relative;
  background-color: inherit;
  width: 100%;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

/* The circles on the timeline */
.milestone-container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 3px solid #004d2a;
  top: 19px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.milestone-left {
  left: 0;
}

/* Place the container to the right */
/* .milestone-right {
  left: 50%;
} */

/* Add arrows to the left container (pointing right) */
.milestone-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.milestone-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 15px;
  width: 0;
  z-index: 0;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 15px 0;
  border-color: transparent #ffffff transparent transparent;
  border-radius: 5px;
  /* -webkit-box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.16); */
}

/* Fix the circle for containers on the right side */
.milestone-right::after {
  left: -45px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  color: var(--content);
}

.content > .title {
  font-weight: bold;
  margin: 0 0 20px;
}

.content > .img {
  text-align: center;
}

.content > .img > img {
  width: 100%;
  max-width: 300px;
}

.content::after {
  content: "";
  background: url(../images/ink.svg);
  position: absolute;
  width: 100%;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  bottom: -55px;
  left: 0;
}

/* milestone end */

.news-archive {
  font-weight: bold;
  text-align: right;
  margin: 30px 0;
  padding: 15px 0;
  display: block;
}

.sitemap a {
  text-decoration: none;
}

footer {
  background: #2c5b45;
  width: 100%;
  color: #fff;
}

footer a {
  color: #fff;
}

footer .left,
footer .right {
  padding: 10px 0 30px 0;
}

footer .left {
  text-align: left;
}

footer .right div {
  width: 100%;
}

footer .right {
  text-align: right;
}

footer .right .wcag img {
  vertical-align: top;
}

footer .right .wcag {
  margin-top: 15px;
}

.right_button {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 900;
  transition: 0.2s ease-in-out;
  -webkit-transform: translateX(170%);
  transform: translateX(170%);
  -ms-transform-: translateX(170%);
  width: 50px;
}

.right_button a {
  margin-bottom: 10px;
  display: block;
}

.right_button.active {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  -ms-transform-: translateX(-30%);
}

.right_button:focus-within{
	-webkit-transform: translateX(-30%);
  transform: translateX(-30%);
  -ms-transform-: translateX(-30%);
}

.right_button.end {
  position: absolute;
  bottom: 0px;
}

button:focus:not(:focus-visible){
	outline: auto;
	
}

.accordion-button:focus{
	outline: auto;
}

/*Landing page popup*/
button.btn-close:focus, button.btn-primary:focus {
	  z-index: 3;
	  border-color: #000000;
	  outline: 0;
	  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

/*Grayscale*/
.is_gray :is(div.right, div.sub-logo, .modal-content, .home-swiper, .banner, main h2, main p,.breadcrumb, .accordion-item,main img, main table, footer, nav){
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		filter: grayscale(100%);
	}

.is_gray main::after{
	background: url(../images/bg_loop_0.jpg);
}