@charset "UTF-8";
@font-face {
  font-family: 'Cabin-Regular';
  src: url("../fonts/Cabin-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cabin-SemiBold';
  src: url("../fonts/Cabin-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cabin-Bold';
  src: url("../fonts/Cabin-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

body {
  color: #1B1B1B;
  font-family: 'Condensed-Regular','微軟正黑體';
  font-size: 16px;
  background: #F7F3EF;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body h2 {
  color: #1B1B1B;
}

body .text-transform {
  text-transform: uppercase;
}

body em {
  font-style: normal;
}

body .Cabin-Regular {
  font-family: 'Condensed-Regular','微軟正黑體';
}

body .font-w {
  font-weight: normal;
}

body .line-24 {
  line-height: 24px;
}

body .bold {
  font-family: 'Condensed-Bold','微軟正黑體';
  font-weight: bold;
}

body .Cabin-SemiBold {
  font-family: 'Condensed-Bold','微軟正黑體';
  font-weight: bold;
}

body .title {
  font-family: 'Condensed-Bold','微軟正黑體';
  font-weight: bold;
}

body .big-title b {
  text-transform: uppercase;
  display: block;
  color: rgba(31, 51, 104, 0.4);
  position: absolute;
  right: 0;
}

@media (max-width: 1024px) {
  body .big-title b {
    display: none;
  }
}

body .second-block .box .fc .fc-button-group > .fc-button {
  flex: 0;
}

body .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  margin-left: 0;
  justify-content: space-between;
}

body .fc .fc-button-group {
  margin-left: 0;
  width: 100%;
}

body .fc thead {
  background: #F9F9F9;
  border-bottom: 10px solid #ffffff;
}

body .fc .fc-col-header-cell-cushion {
  font-size: 17px;
}

body .fc-toolbar-chunk {
  width: 100%;
  text-align: center;
}

body .fc .fc-toolbar {
  position: relative;
}

body .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(2) {
  display: none;
  width: 0;
}

body .fc .fc-today-button {
  display: none;
  width: 0;
}

body .fc .fc-toolbar .fc-toolbar-chunk:nth-last-child(1) {
  position: absolute;
  width: 100%;
  justify-content: space-between;
  z-index: 99;
}

body .box-shadow img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

body h4 {
  font-weight: bold;
}

body a {
  color: #1B1B1B;
  text-decoration: none;
  transition: all 0.35s ease;
}

body a:hover {
  color: #1B1B1B;
  text-decoration: none;
}

body img {
  max-width: 100%;
}

body .text-decoration {
  text-decoration: underline;
}

body .bold {
  font-weight: bold;
}

body .blueText {
  color: #374869;
}

body .blueLight {
  color: #374869;
}

body .garycolor {
  color: rgba(27, 27, 27, 0.6);
}

body .black {
  color: #000000;
}

body .red {
  color: #374869;
}

body .green {
  color: #0E642D !important;
}

body .orange {
  color: #EB630A !important;
}

body .greenDeep {
  color: #374869;
}

body .orangeDeep {
  color: #374869;
}

body .yellow {
  color: #F4E65A;
}

body .yellowlight {
  color: #AC7D13;
}

body .yellowDeep {
  color: #805825;
}

body .green {
  color: #17585D;
}

body .blownText {
  color: #8B795B;
}

body .fs100 {
  font-size: 100px;
}

@media (max-width: 1440px) {
  body .fs100 {
    font-size: 80px;
  }
}

@media (max-width: 1366px) {
  body .fs100 {
    font-size: 78px;
  }
}

@media (max-width: 1200px) {
  body .fs100 {
    font-size: 76px;
  }
}

@media (max-width: 1024px) {
  body .fs100 {
    font-size: 74px;
  }
}

@media (max-width: 768px) {
  body .fs100 {
    font-size: 72px;
  }
}

@media (max-width: 576px) {
  body .fs100 {
    font-size: 70px;
  }
}

body .fs80 {
  font-size: 80px;
}

@media (max-width: 768px) {
  body .fs80 {
    font-size: 40px;
  }
}

body .fs72 {
  font-size: 72px;
}

@media (max-width: 1440px) {
  body .fs72 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  body .fs72 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  body .fs72 {
    font-size: 30px;
  }
}

body .fs60 {
  font-size: 60px;
}

@media (max-width: 1200px) {
  body .fs60 {
    font-size: 50px;
  }
}

@media (max-width: 1024px) {
  body .fs60 {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  body .fs60 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  body .fs60 {
    font-size: 24px;
  }
}

body .fs54 {
  font-size: 54px;
}

@media (max-width: 1440px) {
  body .fs54 {
    font-size: 52px;
  }
}

@media (max-width: 1366px) {
  body .fs54 {
    font-size: 58px;
  }
}

@media (max-width: 1200px) {
  body .fs54 {
    font-size: 44px;
  }
}

@media (max-width: 1024px) {
  body .fs54 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  body .fs54 {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  body .fs54 {
    font-size: 32px;
  }
}

body .fs48 {
  font-size: 48px;
}

@media (max-width: 1440px) {
  body .fs48 {
    font-size: 46px;
  }
}

@media (max-width: 1366px) {
  body .fs48 {
    font-size: 44px;
  }
}

@media (max-width: 1200px) {
  body .fs48 {
    font-size: 42px;
  }
}

@media (max-width: 1024px) {
  body .fs48 {
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  body .fs48 {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  body .fs48 {
    font-size: 24px;
  }
}

body .fs46 {
  font-size: 46px;
}

body .fs42 {
  font-size: 42px;
}

@media (max-width: 1440px) {
  body .fs42 {
    font-size: 40px;
  }
}

@media (max-width: 1366px) {
  body .fs42 {
    font-size: 38px;
  }
}

@media (max-width: 1200px) {
  body .fs42 {
    font-size: 36px;
  }
}

@media (max-width: 1024px) {
  body .fs42 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  body .fs42 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  body .fs42 {
    font-size: 30px;
  }
}

body .fs40 {
  font-size: 40px;
}

@media (max-width: 1440px) {
  body .fs40 {
    font-size: 38px;
  }
}

@media (max-width: 1366px) {
  body .fs40 {
    font-size: 36px;
  }
}

@media (max-width: 1200px) {
  body .fs40 {
    font-size: 34px;
  }
}

@media (max-width: 1024px) {
  body .fs40 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  body .fs40 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  body .fs40 {
    font-size: 28px;
  }
}

body .fs38 {
  font-size: 38px;
}

body .fs36 {
  font-size: 36px;
}

@media (max-width: 1440px) {
  body .fs36 {
    font-size: 32px;
  }
}

@media (max-width: 1366px) {
  body .fs36 {
    font-size: 32px;
  }
}

@media (max-width: 1200px) {
  body .fs36 {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  body .fs36 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  body .fs36 {
    font-size: 26px;
  }
}

@media (max-width: 576px) {
  body .fs36 {
    font-size: 20px;
  }
}

body .fs22 {
  font-size: 22px;
}

@media (max-width: 767px) {
  body .fs22 {
    font-size: 18px;
  }
}

body .fs20 {
  font-size: 20px;
}

@media (max-width: 1440px) {
  body .fs20 {
    font-size: 20px;
  }
}

@media (max-width: 1366px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  body .fs20 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  body .fs20 {
    font-size: 15px;
  }
}

body .fs32 {
  font-size: 32px;
}

@media (max-width: 1440px) {
  body .fs32 {
    font-size: 32px;
  }
}

@media (max-width: 1366px) {
  body .fs32 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  body .fs32 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  body .fs32 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  body .fs32 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  body .fs32 {
    font-size: 22px;
  }
}

body .fs30 {
  font-size: 30px;
}

@media (max-width: 1440px) {
  body .fs30 {
    font-size: 30px;
  }
}

@media (max-width: 1366px) {
  body .fs30 {
    font-size: 28px;
  }
}

@media (max-width: 1200px) {
  body .fs30 {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  body .fs30 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  body .fs30 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  body .fs30 {
    font-size: 18px;
  }
}

body .fs28 {
  font-size: 28px;
}

@media (max-width: 1440px) {
  body .fs28 {
    font-size: 28px;
  }
}

@media (max-width: 1366px) {
  body .fs28 {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  body .fs28 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  body .fs28 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  body .fs28 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  body .fs28 {
    font-size: 18px;
  }
}

body .fs26 {
  font-size: 26px;
}

body .fs24, body h2, body .h2 {
  font-size: 24px;
}

@media (max-width: 1440px) {
  body .fs24, body h2, body .h2 {
    font-size: 24px;
  }
}

@media (max-width: 1366px) {
  body .fs24, body h2, body .h2 {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  body .fs24, body h2, body .h2 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  body .fs24, body h2, body .h2 {
    font-size: 18px;
  }
}

body .fs18 {
  font-size: 18px;
}

@media (max-width: 767px) {
  body .fs18 {
    font-size: 14px;
  }
}

body .fs17 {
  font-size: 17px;
}

@media (max-width: 767px) {
  body .fs17 {
    font-size: 15px;
  }
}

body .fs16 {
  font-size: 16px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs16 {
    font-size: 20px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs16 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  body .fs16 {
    font-size: 14px;
  }
}

body .fs14 {
  font-size: 14px;
}

@media screen and (min-width: 1921px) and (max-width: 2560px) {
  body .fs14 {
    font-size: 18px;
  }
}

@media screen and (min-width: 2561px) {
  body .fs14 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  body .fs14 {
    font-size: 10px;
  }
}

body .fs12 {
  font-size: 12px;
}

body .boxshadow2 {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  body .mt-5 {
    margin-top: 1.5rem !important;
  }
}

body .white {
  color: #ffffff;
}

body .row {
  --bs-gutter-x: 1rem;
  z-index: 9;
  position: relative;
}

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  transition: all 0.35s ease;
  background-color: rgba(255, 255, 255, 0.6);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #374869;
  border-radius: 10px;
}

header .searchform form input::-webkit-input-placeholder {
  color: #fff;
}

header .searchform form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

header .searchform form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

header .searchform form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.form-control {
  color: #666;
}

.Ding-block .ourmenu .taba::-webkit-scrollbar {
  width: 0px;
}

.Ding-block .ourmenu .taba::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.Ding-block .ourmenu .taba::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.first-block .inner .items::-webkit-scrollbar {
  width: 8px;
}

.first-block .inner .items::-webkit-scrollbar-track {
  background-color: #F1F3F4;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.first-block .inner .items::-webkit-scrollbar-thumb {
  background-color: #C2C2C2;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}

.Spa-block .row2::-webkit-scrollbar {
  width: 0px;
}

.Spa-block .row2::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.Spa-block .row2::-webkit-scrollbar-thumb {
  background-color: transparent;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.text-left p {
  text-align: left !important;
}

.dropdown-menu li:nth-last-child(1) a {
  border-bottom: none;
}

.dropdown-menu {
  background-color: #FDFBF5;
  position: absolute;
  width: 100%;
  min-width: 100%;
  left: 0%;
  right: 0;
  padding: 3rem 0;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 0 !important;
}

@media (max-width: 1280px) {
  .dropdown-menu {
    box-shadow: none;
    background: #fff;
    padding: 0;
    position: relative;
  }
}

.dropdown-menu li a {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  color: #1B1B1B;
  white-space: nowrap;
  margin-left: 0 !important;
  border-bottom: 1px solid #efefef;
  border-radius: 0 !important;
  transition: all 0.35s ease;
}

@media (max-width: 1200px) {
  .dropdown-menu li a {
    border: none;
  }
}

.dropdown-menu li a:hover {
  border-bottom: 1px solid #374869;
  background: none !important;
  color: #374869 !important;
}

.dropdown-menu .imgs img {
  width: 100%;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-3 {
    display: none;
  }
}

.dropdown-menu .col-md-9 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 {
    width: 100%;
  }
}

.dropdown-menu .col-md-9 .leftin {
  width: 30%;
  border-left: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  padding-left: 3rem;
  margin-left: 3rem;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 .leftin {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    width: 100%;
  }
}

.dropdown-menu .col-md-9 .leftin a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 .leftin a {
    padding: 0.5rem 0;
    font-size: 16px;
  }
  .dropdown-menu .col-md-9 .leftin a:nth-last-child(1) {
    border-bottom: none;
  }
}

.dropdown-menu .col-md-9 .leftin a::after {
  content: "\f105";
  font-family: 'FontAwesome';
}

.dropdown-menu .col-md-9 .leftin a.orange {
  color: #374869;
}

.dropdown-menu .col-md-9 .rightin {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  .dropdown-menu .col-md-9 .rightin {
    width: 100%;
    display: none;
  }
}

.dropdown-menu .col-md-9 .rightin a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.dropdown-menu .col-md-9 .rightin a::after {
  content: "\f105";
  font-family: 'FontAwesome';
}

.dropdown-menu .col-md-9 .rightin a.orange {
  color: #374869;
}

.dropdown-menu .col-md-9 .rightin .second {
  width: 45%;
}

.dropdown-menu .col-md-9 .rightin .third {
  width: 45%;
}

@media (max-width: 1280px) {
  .dropdown-menu .container {
    max-width: 100%;
  }
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1;
  display: none !important;
}

.dropdown-submenu {
  position: relative;
}

.open > .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  margin-top: 0px;
  display: block;
}

.form-control:focus, .form-select:focus, .btn:focus {
  box-shadow: none !important;
}

main {
  position: relative;
  z-index: 99;
}

@media (max-width: 1200px) {
  main {
    margin-top: 0;
  }
}

main .txt ul {
  padding-left: 0rem;
}

main .txt ul li {
  padding-left: 1rem;
  list-style: none;
  position: relative;
}

main .txt ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 12px;
  background: #8B795B;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  main .txt ul li::before {
    top: 8px;
  }
}

.container {
  max-width: 1700px;
  width: 100%;
}

@media screen and (min-width: 2561px) {
  .container {
    max-width: 1621px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .container {
    max-width: 84.45%;
  }
}

@media (max-width: 1440px) {
  .container {
    max-width: 88%;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 94%;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 98%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .icons, .inner-mob {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .d-md-block, .d-none {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .d-md-none {
    display: inline-block !important;
  }
}

.icon {
  width: 2em;
  height: 2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  fill: #1B1B1B;
}

@media (max-width: 1024px) {
  .icon {
    width: 3em;
    height: 3em;
  }
}

@media (max-width: 767px) {
  .icon {
    width: 2.5em;
  }
}

@media (max-width: 767px) {
  .webskp {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

.text-right {
  text-align: right !important;
}

@media (max-width: 1024px) {
  .icon-box {
    display: flex !important;
    justify-content: center;
    width: 45px;
    height: 40px;
  }
}

@keyframes img_move {
  0% {
    top: 0px;
  }
  25% {
    top: -7px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: -7px;
  }
  100% {
    top: 0px;
  }
}

@keyframes rotate_left {
  100% {
    transform: rotate(360deg);
    left: 50px;
    opacity: 1;
  }
}

@keyframes rotate_right {
  100% {
    transform: rotate(360deg);
    right: 50px;
    opacity: 1;
  }
}

@keyframes random_move1 {
  33% {
    transform: translateX(45px);
    transform: translateY(10px);
  }
  66% {
    transform: translateX(10px);
    transform: translateY(45px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}

@keyframes random_move2 {
  33% {
    transform: translateX(10px);
    transform: translateY(50px);
  }
  66% {
    transform: translateX(40px);
    transform: translateY(20px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}

@keyframes mymove {
  0% {
    bottom: 1px;
  }
  50% {
    bottom: 3px;
  }
  100% {
    bottom: 5px;
  }
}

@keyframes mymove1 {
  0% {
    left: 5px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 15px;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #1B1B1B;
  transition: all 0.35s ease;
  outline: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 20px;
}

.swiper-button-next.swiper-button-next, .swiper-button-prev.swiper-button-next {
  right: 0vw;
}

.swiper-button-next.swiper-button-prev, .swiper-button-prev.swiper-button-prev {
  left: 0vw;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

header::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  transition: all 0.35s ease;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1200px) {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
  }
}

header .tips {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 0.5rem 0.5rem;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  header .tips img {
    width: 6px;
  }
}

header .header {
  width: 100%;
  position: relative;
  z-index: 999;
}

header .header .topbar {
  position: relative;
  z-index: 99;
  background: #AF9C85;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  header .header .topbar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

header .header .topbar .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (max-width: 1024px) {
  header .header .topbar .logo {
    width: 160px;
  }
}

header .header .topbar .logo a {
  display: block;
}

header .header .topbar .logo a img {
  max-width: 100%;
  margin: 0 auto;
  width: 180px;
}

header .header .topmenu {
  transition: all 0.35s ease;
  cursor: pointer;
}

header .header .topmenu:hover {
  background: #AF9C85;
  border-top: 1px solid #D8D8D8;
}

header .header .icon-box a {
  margin-left: 2vmin;
}

header .header .icon-box .btn {
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 12px;
  width: 20px;
  cursor: pointer;
  z-index: 99;
}

header .header .icon-box .btn span {
  position: absolute;
  webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header .header .icon-box .btn span:first-child {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

header .header .icon-box .btn span:last-child {
  top: 12px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

header .header .icon-box .btn span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@media (max-width: 1200px) {
  header .header .icon-box .btn[aria-expanded="true"]::after {
    content: "\f124";
  }
}

@media (max-width: 1200px) {
  header .header .icon-box .btn[aria-expanded="true"] span {
    display: none;
  }
}

header .header .container {
  max-width: 100%;
  padding: 0;
}

header .header .container .right {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid rgba(216, 216, 216, 0.4);
}

@media (max-width: 1024px) {
  header .header .container .right {
    border: none !important;
  }
}

header .header .container .right .link {
  transition: all 0.35s ease;
}

@media (max-width: 1024px) {
  header .header .container .right .link {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ffffff;
    justify-content: space-between !important;
  }
  header .header .container .right .link div {
    width: 18%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  header .header .container .right .link div {
    width: auto;
  }
}

@media (max-width: 1024px) {
  header .header .container .right .link div a {
    padding-top: 1rem;
  }
}

header .header .container .right .icon-box a {
  margin-right: 1.5vmin;
}

header .header .container .right .icon-box img {
  width: 5vmin;
}

header .header .container .right .nav-link {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  color: #ffffff;
}

header .header .container .right .nav-link:hover {
  color: #F15922;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header .header .container .right .nav-link:hover::after {
  width: 100%;
}

header .header .container .right .nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #F15922;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.35s ease;
}

header .header .container .right .nav-link a {
  display: block;
  padding: 0.5rem 1.5rem;
  text-align: center;
}

@media (max-width: 1680px) {
  header .header .container .right .nav-link a {
    padding: 0.5rem 0.2rem;
  }
}

@media (max-width: 1366px) {
  header .header .container .right .nav-link a {
    padding: 0.5rem 0.2rem;
  }
}

@media (max-width: 767px) {
  header .header .container .right .nav-link a {
    margin-left: 0;
  }
}

header .header .container .right .nav-link a.active {
  color: #374869;
}

header .header .container .right .nav-link i {
  margin-left: 0.3rem;
}

header .header .mask_background {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: none;
  opacity: 0;
  width: 100vw;
  height: 100%;
  z-index: 1000;
}

header .nav-box {
  z-index: 99;
  padding: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  header .nav-box {
    display: none !important;
  }
}

@media (max-width: 1366px) {
  header .nav-box .nav {
    justify-content: flex-end !important;
  }
}

header .nav-box .nav .nav-link {
  color: #1B1B1B;
  padding: 0.5rem 0rem 0.5rem 0rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

header .nav-box .nav .nav-link:hover {
  color: #374869;
}

header .lang {
  position: relative;
}

header .lang.mobile-lang {
  display: none;
  position: absolute;
  right: 70px;
  top: 50%;
  padding-left: 10px;
  padding-right: 10px;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  header .lang.mobile-lang {
    display: flex;
  }
}

header .lang span {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.35s ease;
}

header .lang span::after {
  content: "\f107";
  display: inline-block;
  font-family: 'FontAwesome';
  margin-left: 5px;
}

header .lang span img {
  margin-right: 5px;
}

header .lang dl {
  display: none;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 53px;
  width: 100%;
  background: #ffffff;
  padding: 10px 0px;
}

@media (max-width: 1024px) {
  header .lang dl {
    top: 41px;
  }
}

header .lang dl dd {
  padding: 5px;
}

header .lang dl dd a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #333;
}

header .lang dl dd a:hover {
  color: #EB630A;
}

header .Search {
  width: 83px;
  height: 83px;
  background: #8B795B;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .Search a {
  color: #ffffff;
}

header .Reservation {
  border-left: 1px solid #D8D8D8;
  height: 83px;
}

header .Reservation a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 25px;
  height: 100%;
  transition: all 0.35s ease;
}

header .Reservation a:hover {
  background: #A08F79;
}

header .Reservation a i {
  margin-right: 10px;
}

header .social {
  margin-right: 4rem;
  display: flex;
  align-items: center;
}

header .social a {
  display: inline-block;
  color: #ffffff;
  margin: 0 5px;
  transition: all 0.35s ease;
}

header .social a:hover {
  transform: scale(1.1);
}

header .social a i {
  font-size: 22px;
}

header .links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 4rem;
  width: 300px;
}

header .links:nth-child(1) {
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  header .links {
    display: none;
  }
}

@media (max-width: 767px) {
  header .links {
    padding-left: 1rem;
    margin-left: 0;
  }
}

.sticky {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.sticky::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #AF9C85;
}

.sticky .topmenu {
  border-top: 1px solid #D8D8D8;
}

.sticky .tips {
  height: 0;
  display: none;
}

.blown header .container .right {
  border-bottom: 1px solid rgba(175, 156, 133, 0.25);
}

.blown header .container .right .nav-link {
  color: #8B795B;
}

.blown .sticky .container .right {
  border-bottom: none;
}

.blown .sticky .container .right .nav-link {
  color: #ffffff;
}

.mobile-menu-visible header .header .container .icon-box .btn span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
}

.mobile-menu-visible header .header .container .icon-box .btn span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.mobile-menu-visible header .header .container .icon-box .btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}

.opennav {
  overflow: hidden;
}

.opennav header {
  position: fixed;
  top: 0;
}

@media (max-width: 1024px) {
  .nav-up {
    bottom: -100% !important;
  }
}

.tag {
  display: flex;
}

@media (max-width: 767px) {
  .tag {
    width: 100%;
  }
}

.tag em {
  font-style: normal;
  background: #374869;
  color: #ffffff;
  padding: 0.4rem 1rem;
  margin-right: 0.5rem;
  border-radius: 50px;
}

.tag em:nth-child(2) {
  background: #F4E65A;
  color: #374869;
  text-transform: uppercase;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

#share {
  position: absolute;
  width: 700px;
  right: -20px;
  bottom: -30px;
  display: none;
}

@media (max-width: 1024px) {
  #share {
    position: fixed;
    background: #ffffff;
    width: 100%;
    bottom: 65px;
    left: 0;
    right: auto;
  }
  #share .jssocials-shares {
    width: 100%;
  }
  #share .jssocials-shares .jssocials-share {
    width: 16%;
  }
}

@media (max-width: 1024px) and (max-width: 767px) {
  #share .jssocials-shares .jssocials-share {
    width: 12%;
  }
}

.close {
  cursor: pointer;
  position: absolute;
  width: 24px;
  right: 0.7rem;
  top: 0.5rem;
  display: block;
  z-index: 99;
  height: 40px;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}

@media (max-width: 767px) {
  .close {
    right: 0.1rem;
    top: 0.1rem;
  }
}

.close::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0;
  background: #ffffff;
  transform: rotate(45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

.close::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: 0;
  background: #ffffff;
  transform: rotate(-45deg) scaleX(1.35);
  transition-delay: .1s;
  top: 15px;
}

@keyframes mymove {
  0% {
    transform: translateY(5%);
  }
  50% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(2%);
  }
}

.arrow-right {
  position: relative;
}

.arrow-right::after {
  content: '\2192';
  display: inline-block;
}

.txt p a {
  color: #049ADC;
  word-break: break-all;
}

.txt img {
  display: inline-block;
}

.txt em {
  display: block;
  color: #999;
}

.banner {
  position: relative;
  width: 100%;
  z-index: 99;
}

@media (max-width: 768px) {
  .banner {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .banner {
    height: 600px;
  }
}

.banner .swiper {
  height: 100%;
}

.banner .swiper .swiper-pagination {
  bottom: 40px;
}

@media (max-width: 767px) {
  .banner .swiper .swiper-pagination {
    display: none;
  }
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid transparent;
  opacity: 1;
  box-sizing: border-box;
  background: none;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #ffffff;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 3px auto;
  background: #ffffff;
}

.banner .swiper-slide {
  position: relative;
}

@media (max-width: 767px) {
  .banner .swiper-slide {
    height: 400px;
  }
}

.banner .swiper-slide.swiper-slide-active .boximg img {
  transform: scale(1);
}

.banner .swiper-slide .inner {
  max-width: 473px;
}

@media (max-width: 992px) {
  .banner .swiper-slide .inner {
    max-width: 100%;
    margin-top: 30px;
    width: 100%;
  }
}

.banner .swiper-slide .inner h1 {
  margin-bottom: 30px;
  color: #123348;
}

@media screen and (max-width: 2921px) {
  .banner .swiper-slide .inner h1 br {
    display: none;
  }
}

@media (max-width: 992px) {
  .banner .swiper-slide .inner h1 br {
    display: none;
  }
}

@media (max-width: 768px) {
  .banner .swiper-slide .inner h1 {
    margin: 10px 0px;
  }
}

.banner .swiper-slide .inner h2 {
  margin: 2rem 0 3rem 0;
  color: #8D8D8D;
}

@media (max-width: 992px) {
  .banner .swiper-slide .inner h2 br {
    display: none;
  }
}

@media (max-width: 768px) {
  .banner .swiper-slide .inner h2 {
    margin: 1rem 0;
  }
}

.banner .swiper-slide .inner .more {
  margin-left: 3px;
}

.banner .swiper-slide .boximg {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 767px) {
  .banner .swiper-slide .boximg {
    height: 400px;
  }
}

.banner .swiper-slide .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .bannerbox {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 65%;
  width: 100%;
  z-index: 9;
  color: #ffffff;
}

.banner .bannerbox strong {
  display: block;
}

.banner .bannerbox .textshadow {
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.8);
}

@media (max-width: 1440px) {
  .banner .bannerbox h1 {
    padding: 1rem 0 !important;
  }
}

@media (max-width: 1440px) {
  .banner .searchbox {
    margin-top: 0 !important;
  }
}

.searchbox {
  max-width: 1084px;
  background: #FFFFFF;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
}

@media (max-width: 1024px) {
  .searchbox {
    width: 92%;
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .searchbox {
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
    padding-top: 10px;
  }
}

.searchbox label {
  color: #999999;
}

.searchbox .search-btn {
  height: 120px;
  background: #1B1B1B;
  color: #ffffff;
  border-radius: 0;
  width: 20%;
  border: none;
  box-shadow: none;
  transition: all 0.35s ease;
}

@media (max-width: 768px) {
  .searchbox .search-btn {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

.searchbox .search-btn:hover {
  background: #8B795B;
}

.searchbox .form-group {
  border-right: 1px solid #D8D8D8;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 20%;
  box-sizing: border-box;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .searchbox .form-group {
    width: 50%;
    margin-right: 0;
    border: none;
    border-bottom: 1px solid #D8D8D8 !important;
    padding-bottom: 15px;
  }
}

.searchbox .form-group:nth-child(4) {
  margin-right: 0;
  border: none;
}

.searchbox .form-group .form-control {
  color: #1B1B1B;
  border: none;
  padding: 0;
  margin-top: 10px;
}

.searchbox .inp {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.searchbox .inp input {
  width: 20px;
  margin-top: 0 !important;
}

@media (max-width: 1024px) {
  .searchbox .inp input {
    width: 30px;
  }
}

.searchbox .inp span {
  width: 100%;
  display: block;
  cursor: pointer;
  color: #1B1B1B;
  font-style: normal;
  position: absolute;
  left: 0;
  top: -10px;
}

.searchbox .inp span::after {
  content: "\f106";
  display: inline-block;
  font-family: 'FontAwesome';
}

.searchbox .inp span:nth-child(2) {
  top: auto;
  bottom: -10px;
}

.searchbox .inp span:nth-child(2)::after {
  content: "\f107";
  display: inline-block;
  font-family: 'FontAwesome';
}

.searchbox .inp .arrow {
  height: 20px;
  width: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

@keyframes rotateMouse {
  0% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  10% {
    -webkit-transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
  }
  20% {
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg);
  }
  30% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
  }
}

/*!sc*/
.page-banner {
  position: relative;
  height: auto;
  overflow: hidden;
  z-index: 9;
}

.page-banner .inner {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
}

.page-banner .inner h1 {
  color: #ffffff;
  margin: 10px 0px;
}

@media (max-width: 767px) {
  .page-banner .bg {
    height: 573px;
  }
}

.page-banner .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .page-banner .bg img.pc {
    display: none;
  }
}

.bread {
  position: relative;
}

.bread * {
  color: #ffffff;
  margin: 0 5px;
}

.pl-3 {
  padding-left: 3rem;
}

@media (max-width: 1200px) {
  .pl-3 {
    padding-left: 0;
  }
}

.index-about-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}

.index-about-block .txt {
  max-width: 1256px;
  margin: 50px auto;
}

.index-about-block .txt p {
  margin-bottom: 0;
  line-height: 2;
  position: relative;
}

.index-about-block .txt p:nth-child(1) {
  padding-left: 30px;
}

.index-about-block .txt p:nth-child(1)::before {
  content: 'L';
  font-size: 76px;
  color: #8B795B;
  position: absolute;
  left: 0;
  bottom: -35px;
  display: none;
}

.index-about-block .row .col-md-4:nth-child(2) img {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .index-about-block .row .col-md-4:nth-child(2) img {
    margin-top: 0;
  }
}

html[lang="en-GB"] .index-about-block .txt p:nth-child(1)::before {
  display: none;
}

.Rooms-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .Rooms-block {
    padding-bottom: 0;
  }
}

.Rooms-block .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 1024px) {
  .Rooms-block .arrow {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .Rooms-block .arrow {
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
  }
}

.Rooms-block .arrow .fs20 {
  white-space: nowrap;
}

.Rooms-block .arrow .btn-arrow {
  position: relative;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.Rooms-block .arrow .btn-arrow .swiper-button-next, .Rooms-block .arrow .btn-arrow .swiper-button-prev {
  border-radius: 50%;
  width: 53px;
  height: 53px;
  border: 1px solid #1B1B1B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  position: relative;
  left: auto;
  right: auto;
  margin-top: 0;
}

.Rooms-block .arrow .btn-arrow .swiper-button-next:hover, .Rooms-block .arrow .btn-arrow .swiper-button-prev:hover {
  background: #1B1B1B;
}

.Rooms-block .arrow .btn-arrow .swiper-button-next:hover::after, .Rooms-block .arrow .btn-arrow .swiper-button-prev:hover::after {
  color: #ffffff;
}

.Rooms-block .arrow .swiper-pagination {
  position: relative;
  bottom: 0;
  top: 0;
  margin: 0 40px;
}

.Rooms-block .Activities {
  position: relative;
  height: 100%;
}

.Rooms-block .Activities .swiper {
  height: 100%;
}

.Rooms-block .Activities .swiper .swiper-slide {
  position: relative;
  height: calc(100% - 15px);
}

.Rooms-block .Activities .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.Rooms-block .Activities .swiper .swiper-slide a:hover .boximg img {
  filter: brightness(1);
}

.Rooms-block .Activities .swiper .swiper-slide a .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 70%;
  position: relative;
}

@media (max-width: 1440px) {
  .Rooms-block .Activities .swiper .swiper-slide a .boximg {
    padding-bottom: 90%;
  }
}

.Rooms-block .Activities .swiper .swiper-slide a .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.8);
}

.Rooms-block .Activities .swiper .swiper-slide a .boximg em {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background: #1B1B1B;
  color: #ffffff;
  padding: 0.5rem 3.15rem;
}

.Rooms-block .Activities .swiper .swiper-slide a .con {
  margin-top: 1rem;
}

.Rooms-block .Activities .swiper .swiper-slide a .con .title {
  margin-bottom: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Rooms-block .Activities .swiper .swiper-slide a .con .title::after {
  display: inline-block;
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 10px;
}

.Rooms-block .Activities .swiper .swiper-slide a .con .desinfo {
  display: block;
  color: #1B1B1B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-align: justify;
}

@media (max-width: 767px) {
  .Rooms-block .Activities .swiper .swiper-slide a .con .desinfo {
    -webkit-line-clamp: 3;
  }
}

.Rooms-block .Activities .swiper-pagination .swiper-pagination-bullet {
  background: #0E112A;
  width: 18px;
  height: 18px;
  border-radius: 5px;
}

.Rooms-block .Activities .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0B85C8;
}

.Rooms-block .btn-arrowbox {
  position: relative;
  width: 120px;
}

@media (max-width: 767px) {
  .Rooms-block .btn-arrowbox {
    padding-bottom: 50px;
    width: 90px;
    margin-top: 0 !important;
  }
}

.Rooms-block .btn-arrowbox .swiper-button-next, .Rooms-block .btn-arrowbox .swiper-button-prev {
  width: 53px;
  height: 53px;
  border: 1px solid #1B1B1B;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .Rooms-block .btn-arrowbox .swiper-button-next, .Rooms-block .btn-arrowbox .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

.Rooms-block .btn-arrowbox .swiper-button-next::after, .Rooms-block .btn-arrowbox .swiper-button-prev::after {
  color: #1B1B1B;
}

.Moments-block {
  position: relative;
  overflow: hidden;
  padding: 40px 0 20px 0px;
}

.Moments-block .col-md-4 {
  width: 41.33333333%;
}

@media (max-width: 768px) {
  .Moments-block .col-md-4 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .Moments-block .col-md-4 .con-text {
    margin-top: 0 !important;
    padding-top: 0 !important;
    transform: translateY(-60px);
  }
}

@media (max-width: 767px) {
  .Moments-block .col-md-4 .con-text {
    transform: translateY(0px);
    margin-top: 20px !important;
  }
}

.Moments-block .col-md-4 .con-text h3 {
  font-size: 90px;
  white-space: nowrap;
}

@media (max-width: 1680px) {
  .Moments-block .col-md-4 .con-text h3 {
    font-size: 70px;
  }
}

@media (max-width: 1440px) {
  .Moments-block .col-md-4 .con-text h3 {
    font-size: 50px;
  }
}

@media (max-width: 992px) {
  .Moments-block .col-md-4 .con-text h3 {
    font-size: 45px;
    margin-top: 50px;
  }
}

.Moments-block .col-md-4 .con-text .txt p {
  line-height: 1.8;
  text-align: justify;
}

.Moments-block .col-md-4 .imgs {
  position: relative;
  overflow: hidden;
}

.Moments-block .col-md-4 .imgs img {
  float: right;
}

@media (max-width: 768px) {
  .Moments-block .col-md-7 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.index-nearby-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}

.index-nearby-block .row .col-md-4 {
  width: 30.33333333%;
}

@media (max-width: 767px) {
  .index-nearby-block .row .col-md-4 {
    width: 100%;
  }
}

.index-nearby-block .row .col-md-4 .txt p {
  line-height: 1.8;
}

.index-nearby-block .row .col-md-7 {
  margin-top: 200px;
}

@media (max-width: 767px) {
  .index-nearby-block .row .col-md-7 {
    margin-top: 10px;
  }
}

.index-offer-block {
  position: relative;
  overflow: hidden;
  padding: 20px 0 100px 0;
}

@media (max-width: 767px) {
  .index-offer-block {
    padding: 30px 0px;
  }
}

.index-offer-block .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.index-offer-block .arrow .btn-arrow {
  position: relative;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.index-offer-block .arrow .btn-arrow .swiper-button-next, .index-offer-block .arrow .btn-arrow .swiper-button-prev {
  border-radius: 50%;
  width: 53px;
  height: 53px;
  border: 1px solid #1B1B1B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  position: relative;
  left: auto;
  right: auto;
  margin-top: 0;
}

.index-offer-block .arrow .btn-arrow .swiper-button-next:hover, .index-offer-block .arrow .btn-arrow .swiper-button-prev:hover {
  background: #1B1B1B;
}

.index-offer-block .arrow .btn-arrow .swiper-button-next:hover::after, .index-offer-block .arrow .btn-arrow .swiper-button-prev:hover::after {
  color: #ffffff;
}

.index-offer-block .arrow .swiper-pagination {
  position: relative;
  bottom: 0;
  top: 0;
  margin: 0 40px;
}

.index-offer-block .offer .mySwiper {
  overflow: visible;
}

.index-offer-block .offer .mySwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.index-offer-block .offer .mySwiper .swiper-slide a:hover .boximg::after {
  opacity: 1;
}

.index-offer-block .offer .mySwiper .swiper-slide a:hover .inner {
  bottom: 30px;
  opacity: 1;
}

.index-offer-block .offer .mySwiper .swiper-slide a .boximg {
  position: relative;
}

.index-offer-block .offer .mySwiper .swiper-slide a .boximg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-offer-block .offer .mySwiper .swiper-slide a .boximg::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  transition: all 0.35s ease;
  opacity: 0;
}

.index-offer-block .offer .mySwiper .swiper-slide a .inner {
  position: absolute;
  bottom: -100%;
  left: 0;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  padding: 1rem;
  opacity: 0;
  transition: all 0.35s ease;
}

.index-offer-block .offer .mySwiper .swiper-slide a .inner .more {
  background: #8B795B;
  color: #ffffff;
  border: 1px solid #8B795B;
}

.index-offer-block .offer .mySwiper .swiper-slide a .inner .more:hover {
  background: #F15922;
  border-color: #F15922;
}

.index-slide-block {
  position: relative;
  overflow: hidden;
  margin: 80px 0 60px 0px;
}

@media (max-width: 992px) {
  .index-slide-block .bigimg .swiper-slide {
    height: 500px;
  }
}

.index-slide-block .bigimg .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-slide-block .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(90, 79, 65, 0.75);
  width: 1151px;
  z-index: 9;
}

@media (max-width: 1024px) {
  .index-slide-block .text {
    width: 92%;
  }
}

.index-slide-block .text .swiper-slide {
  box-sizing: border-box;
  padding: 60px 90px;
}

@media (max-width: 768px) {
  .index-slide-block .text .swiper-slide {
    padding: 30px 20px;
  }
}

.index-slide-block .text .swiper-slide a {
  color: #ffffff;
}

.index-slide-block .text .swiper-slide img {
  display: block;
  margin: 0 auto;
}

.index-slide-block .text .swiper-slide .text-h3 {
  margin: 30px auto 60px auto;
  line-height: 1.8;
  max-width: 82%;
}

@media (max-width: 1024px) {
  .index-slide-block .text .swiper-slide .text-h3 {
    max-width: 92%;
    margin-bottom: 30px;
  }
}

.index-slide-block .text .swiper-pagination {
  bottom: 30px;
}

@media (max-width: 768px) {
  .index-slide-block .text .swiper-pagination {
    bottom: 15px;
  }
}

.index-slide-block .text .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #ffffff;
  margin: 0 8px;
}

.index-slide-block .text .swiper-pagination .swiper-pagination-bullet-active {
  background: #D3B99B;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(1.6);
  }
  78%, 100% {
    opacity: 0;
  }
}

.Events-block {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}

.Events-block .taba {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 553px;
  margin: 40px auto;
  padding: 10px;
  position: relative;
  z-index: 9;
}

.Events-block .taba a {
  padding: 10px;
  width: 50%;
  text-align: center;
}

.Events-block .taba a.active {
  background: #0E642D;
  border-radius: 40px;
  color: #ffffff;
}

.Events-block .tabcontent {
  position: relative;
  z-index: 9;
}

.Events-block .tabcontent .items {
  display: none;
  color: #000000;
}

.Events-block .tabcontent .items:nth-child(1) {
  display: block;
}

.Events-block .tabcontent .items .desinfo {
  margin: 20px 0 30px 0px;
}

.Events-block .tabcontent .items .row {
  margin-bottom: 30px;
}

.Events-block .tabcontent .items .row h2 {
  color: #000;
}

.Events-block .tabcontent .items .row .col-md-7 {
  position: relative;
}

.Events-block .tabcontent .items .row .viewall {
  position: absolute;
  right: 50px;
  bottom: 0px;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background: #EB630A;
}

@media (max-width: 1280px) {
  .Events-block .tabcontent .items .row .viewall {
    right: 0;
  }
}

@media (max-width: 768px) {
  .Events-block .tabcontent .items .row .viewall {
    width: 128px;
    height: 128px;
  }
}

@media (max-width: 767px) {
  .Events-block .tabcontent .items .row .viewall {
    width: 100px;
    height: 100px;
    right: 30px;
  }
}

.Events-block .tabcontent .items .row .viewall::after {
  content: '';
  display: block;
  position: absolute;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  background: #ec965d;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
}

@media (max-width: 768px) {
  .Events-block .tabcontent .items .row .viewall::after {
    width: 128px;
    height: 128px;
  }
}

@media (max-width: 767px) {
  .Events-block .tabcontent .items .row .viewall::after {
    width: 100px;
    height: 100px;
  }
}

.Events-block .tabcontent .items .row .viewall i {
  position: relative;
  z-index: 9;
  font-style: normal;
}

.Events-block .tabcontent .items .row .viewall span {
  display: block;
  width: 100%;
}

.Events-block .tabcontent .items .row .viewall img {
  display: block;
  margin: 10px auto;
  margin-bottom: 0;
}

.Events-block .circle-3 {
  position: absolute;
  left: 80px;
  bottom: -50px;
  z-index: 9;
}

@media (max-width: 1280px) {
  .Events-block .circle-3 {
    z-index: 0;
  }
}

.Events-block .circle-1 {
  position: absolute;
  left: -300px;
  bottom: 0px;
}

.Events-block .circle-2 {
  position: absolute;
  left: -100px;
  top: 0;
}

.title-h2::before {
  content: '';
  display: block;
  width: 52px;
  height: 4px;
  background: #8B795B;
  margin: 20px auto;
}

.About-block {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.About-block .container {
  max-width: 76%;
}

@media screen and (min-width: 2561px) {
  .About-block .container {
    max-width: 1424px;
  }
}

@media (max-width: 1680px) {
  .About-block .container {
    max-width: 88%;
  }
}

@media (max-width: 1200px) {
  .About-block .container {
    max-width: 94%;
  }
}

@media (max-width: 767px) {
  .About-block .container {
    max-width: 98%;
  }
}

.About-block strong {
  display: block;
  margin: 0 auto;
  color: #8B795B;
}

.About-block .txt p {
  margin-bottom: 25px;
  text-align: justify;
}

.About-block .txt p a {
  color: #F15922;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .About-block .align-items-end {
    align-items: center !important;
  }
}

.About-block .ml-3 {
  margin-left: 2rem;
}

@media (max-width: 1024px) {
  .About-block .ml-3 {
    margin-left: 1rem;
  }
}

@media (max-width: 768px) {
  .About-block .ml-3 {
    margin-left: 0rem;
    margin-top: 2rem;
  }
}

.About-block .ml-6 {
  margin-left: 6rem;
}

@media (max-width: 1024px) {
  .About-block .ml-6 {
    margin-left: 1rem;
  }
}

@media (max-width: 768px) {
  .About-block .ml-6 {
    margin-left: 0rem;
    margin-top: 2rem;
  }
}

.About-block .ml-5 {
  margin-left: 5rem;
}

@media (max-width: 1024px) {
  .About-block .ml-5 {
    margin-left: 1rem;
  }
}

@media (max-width: 768px) {
  .About-block .ml-5 {
    margin-left: 0rem;
    margin-top: 2rem;
  }
}

.About-block .blownbg {
  background: rgba(175, 156, 133, 0.25);
  padding: 80px 0px;
  margin: 80px 0;
}

.About-block .blownbg .imgsbox {
  position: relative;
  overflow: hidden;
}

.About-block .blownbg .imgsbox .imgs {
  position: absolute;
  left: 0;
  bottom: 0px;
  display: none;
}

.About-block .blownbg .imgsbox .imgs2 {
  padding-right: 50px;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .About-block .blownbg .imgsbox .imgs2 {
    padding-right: 0px;
  }
}

.About-block .imgs img {
  width: 100%;
}

@media (max-width: 768px) {
  .About-block .mobile-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  .About-block .mobile-flex img {
    width: 100%;
  }
}

.About-block .urla {
  display: flex;
}

@media (max-width: 768px) {
  .About-block .urla {
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .About-block .urla {
    margin-top: 0px;
  }
}

.About-block .urla a {
  width: 40%;
  padding: 0.45rem 0;
  margin-right: 1rem;
  text-align: center;
  display: block;
}

@media (max-width: 1024px) {
  .About-block .urla a {
    width: 45%;
  }
}

@media (max-width: 992px) {
  .About-block .urla a {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .About-block .urla a {
    width: 48%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .About-block .urla a {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .About-block .col-md-6, .About-block .col-md-7, .About-block .col-md-5 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .About-block .thereimg {
    margin-right: calc(var(--bs-gutter-x)* -1.5);
    margin-left: calc(var(--bs-gutter-x)* -1.5);
  }
}

@media (max-width: 767px) {
  .About-block .thereimg .col-md-4 {
    width: 33.33333%;
  }
}

.About-block .thereimg .col-md-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Page-Rooms-block {
  position: relative;
  overflow: hidden;
  padding: 120px 0 80px 0px;
}

@media (max-width: 1024px) {
  .Page-Rooms-block {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .Page-Rooms-block {
    padding: 40px 0 60px 0px;
  }
}

.Page-Rooms-block .row {
  margin-right: calc(var(--bs-gutter-x)* -1.5);
  margin-left: calc(var(--bs-gutter-x)* -1.5);
}

@media (max-width: 1024px) {
  .Page-Rooms-block .row {
    margin-right: calc(var(--bs-gutter-x)* -0.5);
    margin-left: calc(var(--bs-gutter-x)* -0.5);
  }
}

.Page-Rooms-block .row .col-md-6 {
  padding-right: calc(var(--bs-gutter-x)* 1.5);
  padding-left: calc(var(--bs-gutter-x)* 1.5);
}

@media (max-width: 1024px) {
  .Page-Rooms-block .row .col-md-6 {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
  }
}

.Page-Rooms-block .row .col-md-6:hover .rooms-img img {
  filter: brightness(1);
}

.Page-Rooms-block .row .col-md-6 .rooms-img {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 64.25%;
  position: relative;
}

.Page-Rooms-block .row .col-md-6 .rooms-img img {
  object-fit: cover;
  transition: all 0.35s ease;
  filter: brightness(0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.Page-Rooms-block .row .col-md-6 .rooms-img em {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 180px;
  height: 40px;
  background: #1B1B1B;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Page-Rooms-block .row .col-md-6 .con {
  margin-top: 1rem;
}

.Page-Rooms-block .row .col-md-6 .con .room-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.Page-Rooms-block .row .col-md-6 .con .room-name::after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 2rem;
}

.Page-Rooms-block .row .col-md-6 .con dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.Page-Rooms-block .row .col-md-6 .con dl dd {
  display: flex;
  align-items: center;
  margin-right: 3rem;
  margin-bottom: 0;
}

.Page-Rooms-block .row .col-md-6 .con dl dd img {
  margin-right: 10px;
}

.Page-Rooms-block .row .col-md-6 .con .desinfo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.Page-Rooms-block .blownbg {
  background: #E5DDD4;
  box-sizing: border-box;
  padding: 50px 90px;
}

@media (max-width: 992px) {
  .Page-Rooms-block .blownbg {
    padding: 50px 50px;
  }
}

@media (max-width: 767px) {
  .Page-Rooms-block .blownbg {
    padding: 30px;
  }
}

.Page-Rooms-block .blownbg .row {
  margin-right: calc(var(--bs-gutter-x)* -0.5);
  margin-left: calc(var(--bs-gutter-x)* -0.5);
}

@media (max-width: 1024px) {
  .Page-Rooms-block .blownbg .row .col-md-8 {
    width: 100%;
  }
}

.Page-Rooms-block .blownbg .row .col-md-8 .txt {
  width: 96%;
}

.Page-Rooms-block .blownbg .row .col-md-8 .txt h3 {
  font-size: 32px;
  font-family: 'Condensed-Bold', '微軟正黑體';
  font-weight: bold;
}

@media (max-width: 768px) {
  .Page-Rooms-block .blownbg .row .col-md-8 .txt h3 {
    font-size: 24px;
  }
}

.Page-Rooms-block .blownbg .row .col-md-8 .txt h4 {
  font-size: 24px;
  font-family: 'Condensed-Bold', '微軟正黑體';
  font-weight: bold;
}

@media (max-width: 768px) {
  .Page-Rooms-block .blownbg .row .col-md-8 .txt h4 {
    font-size: 16px;
  }
}

.Page-Rooms-block .blownbg .row .col-md-8 .txt ul li {
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .Page-Rooms-block .blownbg .row .col-md-4 {
    width: 100%;
  }
}

.Page-Rooms-block .blownbg .row .col-md-4 .ros {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-left: 1px solid #AF9C85;
  height: 100%;
  padding-left: 10%;
  margin-left: 15%;
}

@media (max-width: 1024px) {
  .Page-Rooms-block .blownbg .row .col-md-4 .ros {
    margin-left: 0;
    padding-left: 0;
    border: none;
    border-top: 1px solid #AF9C85;
    margin-top: 3rem;
    margin-bottom: 5rem;
    padding-top: 3rem;
  }
}

.Page-Rooms-block .blownbg .row .col-md-4 .ros .li {
  width: 50%;
  margin-top: 20%;
  text-align: center;
}

@media (max-width: 1024px) {
  .Page-Rooms-block .blownbg .row .col-md-4 .ros .li {
    margin-top: 5%;
  }
}

.Page-Rooms-block .blownbg .row .col-md-4 .ros .li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.Page-Rooms-block .blownbg .row .col-md-2 {
  width: 20%;
}

@media (max-width: 1024px) {
  .Page-Rooms-block .blownbg .row .col-md-2 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .Page-Rooms-block .blownbg .row .col-md-2 {
    width: 100%;
  }
}

.Page-Rooms-block .blownbg h5 {
  font-size: 20px;
  font-family: 'Condensed-Bold', '微軟正黑體';
  font-weight: bold;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .Page-Rooms-block .blownbg h5 {
    font-size: 14px;
  }
}

.Page-Rooms-block .blownbg h5 img {
  margin-right: 10px;
}

.Page-Rooms-block .blownbg .txt ul li {
  margin-top: 5px;
}

.Page-Rooms-block .Roomswi .swiper-button-next, .Page-Rooms-block .Roomswi .swiper-button-prev {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.Page-Rooms-block .Roomswi .swiper-button-next::after, .Page-Rooms-block .Roomswi .swiper-button-prev::after {
  color: #ffffff;
}

.Page-Rooms-block .Roomswi .swiper-button-next:hover, .Page-Rooms-block .Roomswi .swiper-button-prev:hover {
  background: #E5DDD4;
}

.Page-Rooms-block .Roomswi .swiper-button-next {
  right: 2rem;
}

.Page-Rooms-block .Roomswi .swiper-button-prev {
  left: 2rem;
}

.Page-Rooms-block .Roomswi .arrow {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Page-Rooms-block .Roomswi .arrow .swiper-pagination {
  position: relative;
  bottom: 0;
  width: auto;
}

.Page-Rooms-block .Roomswi .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.Page-Rooms-block .searchbox {
  max-width: 100% !important;
  padding-left: 90px;
  width: 100% !important;
}

@media (max-width: 992px) {
  .Page-Rooms-block .searchbox {
    padding-left: 0px;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .Page-Rooms-block .searchbox {
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 1rem;
  }
}

@media (max-width: 992px) {
  .Page-Rooms-block .searchbox .form-group, .Page-Rooms-block .searchbox .search-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .Page-Rooms-block .searchbox .form-group, .Page-Rooms-block .searchbox .search-btn {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .Page-Rooms-block .searchbox .form-group {
    border: none;
    border-bottom: 1px solid #D8D8D8;
    width: 86%;
    margin: 1rem auto;
    padding-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .Page-Rooms-block .searchbox .form-group {
    padding-bottom: 0.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 992px) {
  .Page-Rooms-block .searchbox .form-group label {
    text-align: center;
    display: block;
  }
}

@media (max-width: 992px) {
  .Page-Rooms-block .searchbox .form-group .form-control {
    text-align: center;
    display: block;
  }
}

@media (max-width: 767px) {
  .Page-Rooms-block .searchbox .form-group .form-control {
    margin-top: 5px;
  }
}

@media (max-width: 992px) {
  .Page-Rooms-block .searchbox .form-group .inp {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .Page-Rooms-block .searchbox .search-btn {
    height: 60px;
  }
}

.Page-Rooms-block .Suggested .mySwiper {
  overflow: visible;
}

.Page-Rooms-block .txt p {
  text-align: justify;
}

.Privacy-Policy-block {
  position: relative;
  overflow: hidden;
  padding: 250px 0px 120px 0px;
}

@media (max-width: 1440px) {
  .Privacy-Policy-block {
    padding-top: 150px;
  }
}

@media (max-width: 1200px) {
  .Privacy-Policy-block {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .Privacy-Policy-block {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

.Privacy-Policy-block .body h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Condensed-Bold','微軟正黑體';
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .Privacy-Policy-block .body h3 {
    font-size: 16px;
  }
}

.Privacy-Policy-block .body p a {
  color: #F15922;
}

.Site-Map-block {
  position: relative;
  overflow: hidden;
  padding: 250px 0px 120px 0px;
}

@media (max-width: 1440px) {
  .Site-Map-block {
    padding-top: 150px;
  }
}

@media (max-width: 1200px) {
  .Site-Map-block {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .Site-Map-block {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

.Site-Map-block ul {
  padding-left: 0;
  margin-bottom: 60px;
  margin-top: 20px;
}

.Site-Map-block ul li {
  list-style: none;
}

.Site-Map-block ul li:nth-child(1) a {
  border-top: 1px solid rgba(216, 216, 216, 0.53);
}

.Site-Map-block ul li a {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.53);
  transition: all 0.35s ease;
  position: relative;
}

.Site-Map-block ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #AF9C85;
  transition: all 0.35s ease;
}

.Site-Map-block ul li a:hover {
  color: #AF9C85;
}

.Site-Map-block ul li a:hover::after {
  width: 100%;
}

.Useful-Links-block {
  position: relative;
  overflow: hidden;
  padding: 250px 0px 120px 0px;
}

@media (max-width: 1440px) {
  .Useful-Links-block {
    padding-top: 150px;
  }
}

@media (max-width: 1200px) {
  .Useful-Links-block {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .Useful-Links-block {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}

.Useful-Links-block h3 {
  margin-bottom: 30px;
  margin-top: 60px;
}

.Useful-Links-block ul {
  padding-left: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}

.Useful-Links-block ul li {
  list-style: none;
}

.Useful-Links-block ul li > a {
  color: #8B795B;
  display: flex;
  align-items: center;
}

.Useful-Links-block ul li > a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8B795B;
  margin-right: 10px;
}

.Useful-Links-block ul li ul li:nth-child(1) a {
  border-top: 1px solid rgba(216, 216, 216, 0.53);
}

.Useful-Links-block ul li ul li a {
  color: #F15922;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.53);
  transition: all 0.35s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Useful-Links-block ul li ul li a::before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #AF9C85;
  transition: all 0.35s ease;
}

.Useful-Links-block ul li ul li a:hover::before {
  width: 100%;
}

.Useful-Links-block ul li ul li a::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../images/right.svg) no-repeat top center;
}

.Contact-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}

.Contact-block .red_start {
  color: red !important;
}

.Contact-block .contact {
  background: rgba(175, 156, 133, 0.25);
  box-sizing: border-box;
  padding: 80px;
}

@media (max-width: 767px) {
  .Contact-block .contact {
    padding: 30px 20px;
  }
}

@media (max-width: 1024px) {
  .Contact-block .contact .col-md-5, .Contact-block .contact .col-md-7 {
    width: 100%;
  }
  .Contact-block .contact .col-md-5 > img, .Contact-block .contact .col-md-7 > img {
    width: 100%;
  }
}

.Contact-block .contact form .form-group {
  margin-bottom: 1.2rem;
}

.Contact-block .contact form .form-group label {
  margin-bottom: 0.5rem;
}

.Contact-block .contact form .form-group label span {
  color: red !important;
}

.Contact-block .contact form .form-group .form-control {
  border: 1px solid #707070;
  background: #ffffff;
  border-radius: 0;
  padding: 1.07rem;
}

.Contact-block .contact form .form-group .codeimg {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .Contact-block .contact form .form-group .codeimg {
    flex-wrap: wrap;
  }
}

.Contact-block .contact form .form-group .codeimg button {
  display: inline-block;
  background: #8B795B;
  border: 1px solid #8B795B;
  padding: 0.45rem 3.7rem;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.35s ease;
}

@media (max-width: 767px) {
  .Contact-block .contact form .form-group .codeimg button {
    margin-top: 1rem;
  }
}

.Contact-block .contact form .form-group .codeimg button:hover {
  background: none;
  color: #8B795B;
}

.Contact-block .contact form .form-group .inp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Contact-block .contact form .form-group .inp .select-menu {
  width: 140px;
}

.Contact-block .contact form .form-group .inp .select-menu .select-menu-div {
  background: #ffffff;
  border: 1px solid #707070;
  height: 100%;
}

.Contact-block .contact form .form-group .inp .select-menu .select-menu-div .select-menu-input {
  color: #000;
}

.Contact-block .contact form .form-group .inp #phone {
  width: calc(100% - 155px);
}

.News-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}

@media (max-width: 767px) {
  .News-block {
    padding: 60px 0px;
  }
}

.News-block .container {
  max-width: 1185px;
}

.News-block .container .news-cate {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.News-block .container .news-cate a {
  display: inline-block;
  border-radius: 53px;
  border: 1px solid #374869;
  padding: 10px 10px;
  margin: 10px;
  width: 280px;
  text-align: center;
}

.News-block .container .news-cate a:hover, .News-block .container .news-cate a.active {
  background: #F4E65A;
  color: #374869;
  border-color: #F4E65A;
}

@media (max-width: 767px) {
  .News-block .container .news-cate a {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .News-block .container .row .col-md-4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .News-block .container .row .col-md-4 {
    width: 100%;
  }
}

.News-block .container .row .col-md-4 a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 10px;
  position: relative;
}

.News-block .container .row .col-md-4 a:hover .boximg img {
  filter: brightness(1);
}

.News-block .container .row .col-md-4 a:hover .downbtn {
  background: #374869;
  color: #ffffff;
}

.News-block .container .row .col-md-4 a:hover .downbtn img {
  filter: invert(50%) brightness(300%) !important;
}

.News-block .container .row .col-md-4 a .boximg {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 75.25%;
  position: relative;
}

.News-block .container .row .col-md-4 a .boximg img {
  object-fit: cover;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.News-block .container .row .col-md-4 a .con {
  padding: 0 1rem 1rem 1rem;
  position: relative;
  overflow: hidden;
}

.News-block .container .row .col-md-4 a .tag {
  display: block;
  margin-top: 1.5rem;
}

.News-block .container .row .col-md-4 a h4 {
  margin: 1.5rem 0 1rem 0;
}

.News-block .container .row .col-md-4 a .downbtn {
  border: 1px solid #374869;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  float: right;
  margin-top: 1.5rem;
  color: #374869;
  transition: all 0.35s ease;
}

.News-block .container .row .col-md-4 a .downbtn img {
  margin-left: 2rem;
}

.News-block .circle-3 {
  position: absolute;
  left: 50px;
  bottom: 0;
}

.Photo-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0 120px 0px;
}

@media (max-width: 767px) {
  .Photo-block {
    padding: 20px 0 60px 0px;
  }
}

.Photo-block .formbox {
  position: relative;
  z-index: 999;
  max-width: 345px;
}

@media (max-width: 767px) {
  .Photo-block .formbox {
    max-width: 100%;
    width: 100%;
  }
}

.Photo-block .formbox .form-group {
  position: relative;
  padding: 0.5rem 0rem;
  border: 1px solid #000;
  background: #ffffff;
}

.Photo-block .formbox .form-group .form-control {
  border: none;
  box-shadow: none;
  outline: none;
}

.Photo-block .formbox .form-group i {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.Photo-block .row {
  margin-right: calc(var(--bs-gutter-x)* -1.5);
  margin-left: calc(var(--bs-gutter-x)* -1.5);
}

.Photo-block .row .col-md-4 {
  margin-bottom: 50px;
  padding-right: calc(var(--bs-gutter-x)* 1.5);
  padding-left: calc(var(--bs-gutter-x)* 1.5);
}

@media (max-width: 1024px) {
  .Photo-block .row .col-md-4 {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .Photo-block .row .col-md-4 {
    margin-bottom: 0px;
    margin-top: 1rem !important;
  }
}

.Photo-block .row .col-md-4:nth-child(3n+2) a {
  transform: translateY(100px);
}

@media (max-width: 767px) {
  .Photo-block .row .col-md-4:nth-child(3n+2) a {
    transform: translateY(0px);
  }
}

.Photo-block .row .col-md-4 a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.Photo-block .row .col-md-4 a:hover .con {
  opacity: 1;
}

.Photo-block .row .col-md-4 a .boximg {
  height: 353px;
}

@media (max-width: 1440px) {
  .Photo-block .row .col-md-4 a .boximg {
    height: 253px;
  }
}

@media (max-width: 1024px) {
  .Photo-block .row .col-md-4 a .boximg {
    height: 183px;
  }
}

@media (max-width: 768px) {
  .Photo-block .row .col-md-4 a .boximg {
    height: 250px;
  }
}

.Photo-block .row .col-md-4 a .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Photo-block .row .col-md-4 a .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-wrap: wrap;
  flex-direction: column;
  opacity: 0;
  transition: all 0.35s ease;
}

.Ding-block {
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}

.Ding-block strong {
  display: block;
  color: #8B795B;
}

.Ding-block .txt {
  max-width: 986px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .Ding-block .txt p {
    line-height: 1.8;
  }
}

.Ding-block .txt p a {
  color: #F15922;
  text-decoration: underline;
}

.Ding-block .txt h3 {
  font-weight: bold;
  color: #000000;
  font-size: 24px;
  font-family: 'Condensed-Bold', '微軟正黑體';
  margin-top: 20px;
}

@media (max-width: 767px) {
  .Ding-block .txt h3 {
    font-size: 16px;
    margin-top: 30px;
  }
}

.Ding-block .row {
  margin-right: calc(var(--bs-gutter-x)* -1.8);
  margin-left: calc(var(--bs-gutter-x)* -1.8);
}

@media (max-width: 1024px) {
  .Ding-block .row {
    margin-right: calc(var(--bs-gutter-x)* -0.8);
    margin-left: calc(var(--bs-gutter-x)* -0.8);
  }
}

.Ding-block .row .col-md-4 {
  padding-right: calc(var(--bs-gutter-x)* 1.8);
  padding-left: calc(var(--bs-gutter-x)* 1.8);
}

@media (max-width: 1024px) {
  .Ding-block .row .col-md-4 {
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
  }
}

.Ding-block .row .col-md-4:nth-child(2) img {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .Ding-block .row .col-md-4:nth-child(2) img {
    margin-top: 0;
  }
}

.Ding-block .row .col-md-4 img {
  width: 100%;
}

.Ding-block .Lounge .mySwiper {
  padding-bottom: 3rem;
}

.Ding-block .Lounge .mySwiper .swiper-slide .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Ding-block .Lounge .swiper-pagination {
  bottom: 0px;
}

.Ding-block .ourmenu {
  border-top: 1px solid #AF9C85;
  border-bottom: 1px solid #AF9C85;
  padding: 120px 0px;
  margin: 50px 0px;
}

@media (max-width: 767px) {
  .Ding-block .ourmenu .taba {
    white-space: nowrap;
    overflow: scroll;
  }
}

.Ding-block .ourmenu .taba a {
  display: inline-block;
  color: #8B795B;
  border-radius: 21px;
  border: 1px solid transparent;
  padding: 5px 20px;
}

.Ding-block .ourmenu .taba a.active {
  border-color: #AF9C85;
  color: #1B1B1B;
}

.Ding-block .ourmenu .tabcontent .items {
  display: none;
}

.Ding-block .ourmenu .tabcontent .items:nth-child(1) {
  display: block;
}

.Ding-block .ourmenu .tabcontent .items a {
  display: block;
  border-top: 1px solid #AF9C85;
  padding: 30px 20px;
  transition: all 0.35s ease;
}

.Ding-block .ourmenu .tabcontent .items a:nth-last-child(1) {
  border-bottom: 1px solid #AF9C85;
}

.Ding-block .ourmenu .tabcontent .items a img {
  margin-right: 20px;
}

.Ding-block .ourmenu .tabcontent .items a:hover {
  background: #AF9C85;
  color: #ffffff;
}

@media (max-width: 1680px) {
  .Ding-block .px-lg-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.Ding-block .px-lg-5 .row {
  margin-right: calc(var(--bs-gutter-x)* -0.5);
  margin-left: calc(var(--bs-gutter-x)* -0.5);
}

@media (max-width: 1024px) {
  .Ding-block .px-lg-5 .row:nth-child(2) {
    flex-direction: column-reverse;
  }
}

@media (max-width: 1024px) {
  .Ding-block .px-lg-5 .row .col-md-6 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .Ding-block .px-lg-5 .row .col-md-6 img {
    width: 100%;
  }
}

.Ding-block .px-lg-5 .row .txt p {
  text-align: justify;
}

@media (max-width: 1024px) {
  .Ding-block .px-lg-5 .row .txt br {
    display: none;
  }
}

@media (max-width: 767px) {
  .Ding-block .thereimg {
    margin-right: calc(var(--bs-gutter-x)* -1.5);
    margin-left: calc(var(--bs-gutter-x)* -1.5);
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
  .Ding-block .thereimg .col-md-4 {
    width: 33.33333%;
  }
}

@media (max-width: 767px) {
  .Ding-block .file_list {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .Ding-block .file_list a {
    width: 100%;
    text-align: center;
    margin: 0.5rem 0;
  }
}

.Spa-block {
  padding: 100px 0px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .Spa-block {
    padding: 60px 0px;
  }
}

.Spa-block .txt {
  max-width: 1168px;
  margin: 0 auto;
}

.Spa-block .txt.txt2 {
  border-bottom: none !important;
  float: right;
}

.Spa-block .txt.txt2 ul {
  display: flex;
  flex-wrap: wrap;
}

.Spa-block .txt.txt2 ul li {
  width: 50%;
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  .Spa-block .txt.txt2 ul li {
    width: 100%;
  }
}

.Spa-block .txt h3 {
  font-size: 28px;
  font-weight: bold;
  color: #8B795B;
  font-family: 'Condensed-Bold', '微軟正黑體';
}

@media (max-width: 767px) {
  .Spa-block .txt h3 {
    font-size: 18px;
  }
}

.Spa-block .txt h4 {
  font-family: 'Condensed-Bold', '微軟正黑體';
}

@media (max-width: 767px) {
  .Spa-block .txt h4 {
    font-size: 20px;
  }
}

@media (max-width: 1680px) {
  .Spa-block .mx-lg-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .Spa-block .mx-lg-5.mobile-flex .row {
    flex-direction: column-reverse !important;
  }
}

.Spa-block .mx-lg-5 .row:nth-child(even) {
  flex-direction: row-reverse;
}

.Spa-block .mx-lg-5 .row:nth-child(even) .txt {
  float: right;
}

.Spa-block .mx-lg-5 .row:nth-child(even) .bar {
  float: right;
}

@media (max-width: 992px) {
  .Spa-block .mx-lg-5 .row .col-md-6 {
    width: 100%;
  }
}

.Spa-block .mx-lg-5 .row .col-md-6 .bar, .Spa-block .mx-lg-5 .row .col-md-6 .txt {
  float: right;
}

@media (max-width: 992px) {
  .Spa-block .mx-lg-5 .row .col-md-5, .Spa-block .mx-lg-5 .row .col-md-7 {
    width: 100%;
  }
}

.Spa-block .mx-lg-5 .bar {
  border-bottom: 1px solid #AF9C85;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 96%;
}

@media (max-width: 992px) {
  .Spa-block .mx-lg-5 .bar {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .Spa-block .mx-lg-5 .bar {
    margin-top: 10px;
  }
}

.Spa-block .mx-lg-5 .bar h2 {
  width: calc(100% - 200px);
}

@media (max-width: 767px) {
  .Spa-block .mx-lg-5 .bar h2 {
    width: calc(100% - 120px);
  }
}

.Spa-block .mx-lg-5 .bar em {
  margin-bottom: 10px;
  width: 200px;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .Spa-block .mx-lg-5 .bar em {
    width: 120px;
  }
}

.Spa-block .mx-lg-5 .txt {
  width: 96%;
  margin: 0;
  border-bottom: 1px solid #AF9C85;
}

@media (max-width: 992px) {
  .Spa-block .mx-lg-5 .txt {
    width: 100%;
  }
}

.Spa-block .mx-lg-5 .txt p {
  text-align: justify;
}

.Spa-block .mx-lg-5 .imgs {
  height: 100%;
}

.Spa-block .mx-lg-5 .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Spa-block .row2 {
  margin-right: calc(var(--bs-gutter-x)* -1);
  margin-left: calc(var(--bs-gutter-x)* -1);
  overflow: hidden;
}

@media (max-width: 767px) {
  .Spa-block .row2 {
    margin-right: calc(var(--bs-gutter-x)* -0.5);
    margin-left: calc(var(--bs-gutter-x)* -0.5);
    max-width: 100%;
    flex-wrap: nowrap;
    overflow: scroll;
  }
}

.Spa-block .row2 .col-md-4 {
  padding-right: calc(var(--bs-gutter-x)* 1);
  padding-left: calc(var(--bs-gutter-x)* 1);
}

@media (max-width: 767px) {
  .Spa-block .row2 .col-md-4 {
    padding-right: calc(var(--bs-gutter-x)* 0.5);
    padding-left: calc(var(--bs-gutter-x)* 0.5);
    width: 45%;
  }
}

.Spa-block .row2 .col-md-4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Reservations-block {
  position: relative;
  overflow: hidden;
  padding: 180px 0 30px 0px;
  margin-bottom: 100px;
}

@media (max-width: 1024px) {
  .Reservations-block {
    padding-top: 120px;
  }
}

.Reservations-block::after {
  content: '';
  display: block;
  position: absolute;
  top: 8%;
  left: 8%;
  width: 84%;
  height: 100%;
  background: rgba(175, 156, 133, 0.25);
}

.Reservations-block .arrow {
  position: relative;
  max-width: 62%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-63px);
  z-index: 99;
}

@media (max-width: 1440px) {
  .Reservations-block .arrow {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .Reservations-block .arrow {
    max-width: 80%;
  }
}

.Reservations-block .arrow .swiper-pagination {
  position: relative;
  width: auto;
  bottom: 0;
  top: 10px;
}

.Reservations-block .arrow .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid transparent;
  opacity: 1;
  box-sizing: border-box;
  background: none;
}

.Reservations-block .arrow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #ffffff;
}

.Reservations-block .arrow .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 3px auto;
  background: #ffffff;
}

.Reservations-block .arrow .btn-arrow {
  width: 120px;
  position: relative;
}

.Reservations-block .arrow .btn-arrow .swiper-button-next, .Reservations-block .arrow .btn-arrow .swiper-button-prev {
  width: 53px;
  height: 53px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #ffffff;
}

.Reservations-block .arrow .btn-arrow .swiper-button-next:hover, .Reservations-block .arrow .btn-arrow .swiper-button-prev:hover {
  background: #AF9C85;
}

.Reservations-block .txt {
  max-width: 80%;
  margin: 0 auto;
}

.Reservations-block .txt p a {
  color: #1B1B1B;
  font-weight: bold;
  font-family: 'Condensed-Bold', '微軟正黑體';
}

.Reservations-block .swiper-slide {
  height: 723px;
}

@media (max-width: 1440px) {
  .Reservations-block .swiper-slide {
    height: 504px;
  }
}

@media (max-width: 1024px) {
  .Reservations-block .swiper-slide {
    height: 300px;
  }
}

.Reservations-block .swiper-slide .boximg {
  height: 100%;
}

.Reservations-block .swiper-slide .boximg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Book-block {
  position: relative;
  overflow: hidden;
  padding: 250px 0px 120px 0px;
}

@media (max-width: 1440px) {
  .Book-block {
    padding-top: 150px;
  }
}

@media (max-width: 1200px) {
  .Book-block {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .Book-block {
    padding-top: 30px;
  }
}

.Book-block .bar {
  background: rgba(175, 156, 133, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.Book-block .bar a {
  margin: 0 20px;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .Book-block .bar a {
    margin: 0 8px;
  }
}

.Book-block .bar a.active {
  border-bottom: 3px solid #F15922;
}

.Book-block .content .col-md-4.wid-left {
  width: 492px;
}

@media (max-width: 1024px) {
  .Book-block .content .col-md-4.wid-left {
    width: 100%;
  }
}

.Book-block .content .col-md-4 .box {
  background: rgba(175, 156, 133, 0.25);
}

.Book-block .content .col-md-4 .box h4 {
  padding: 25px;
  border-bottom: 1px solid #CCC3B9;
}

.Book-block .content .col-md-4 form {
  box-sizing: border-box;
  padding: 20px 25px;
}

.Book-block .content .col-md-4 form .inp {
  position: relative;
  border: 1px solid #707070;
  padding: 17px;
  background: #ffffff;
  margin-top: 5px;
}

.Book-block .content .col-md-4 form .inp .form-control {
  border: none;
  padding: 0;
  color: #666666;
}

.Book-block .content .col-md-4 form .inp i {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.Book-block .content .col-md-4 form .inp i span {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  height: 25px;
  cursor: pointer;
}

.Book-block .content .col-md-4 form .inp i span:nth-child(2) {
  height: 10px;
}

.Book-block .content .col-md-4 form .inp i span i {
  position: relative;
  top: 0;
  right: 0;
  color: #000000;
  transform: translateY(-8px);
}

.Book-block .content .col-md-4 form .inp .x {
  width: 10px;
  height: 2px;
  background: #666666;
  margin: 0 15px;
}

.Book-block .content .col-md-4 form .inp .d-flex input {
  width: 90px;
}

.Book-block .content .col-md-4 form span {
  display: block;
  color: #8B795B;
  margin: 15px 0px 5px 0px;
}

.Book-block .content .col-md-4 form button {
  display: block;
  width: 100%;
  background: #8B795B;
  text-align: center;
  border: 1px solid #8B795B;
  color: #ffffff;
  padding: 7px;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}

.Book-block .content .col-md-4 form button:hover {
  background: none;
  color: #8B795B;
}

.Book-block .content .col-md-4 .address {
  padding: 20px 25px;
}

.Book-block .content .col-md-4 .address dl dd {
  display: flex;
  justify-content: space-between;
}

.Book-block .content .col-md-4 .address dl dd i {
  width: 30px;
  display: inline-block;
}

.Book-block .content .col-md-4 .address dl dd p {
  width: calc(100% - 30px);
}

.Book-block .content .col-md-4 .address dl dd p strong {
  display: block;
}

.Book-block .content .col-md-4 .address dl dd p span {
  display: block;
}

.Book-block .content .col-md-4 .big, .Book-block .content .col-md-4 .small {
  padding: 20px 25px;
}

.Book-block .content .col-md-4 .big .swiper-slide, .Book-block .content .col-md-4 .small .swiper-slide {
  height: 270px;
}

@media (max-width: 1024px) {
  .Book-block .content .col-md-4 .big .swiper-slide, .Book-block .content .col-md-4 .small .swiper-slide {
    height: 570px;
  }
}

@media (max-width: 767px) {
  .Book-block .content .col-md-4 .big .swiper-slide, .Book-block .content .col-md-4 .small .swiper-slide {
    height: 300px;
  }
}

.Book-block .content .col-md-4 .big .swiper-slide img, .Book-block .content .col-md-4 .small .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Book-block .content .col-md-4 .big .swiper-button-next, .Book-block .content .col-md-4 .big .swiper-button-prev, .Book-block .content .col-md-4 .small .swiper-button-next, .Book-block .content .col-md-4 .small .swiper-button-prev {
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #ffffff;
}

.Book-block .content .col-md-4 .big .swiper-button-next::after, .Book-block .content .col-md-4 .big .swiper-button-prev::after, .Book-block .content .col-md-4 .small .swiper-button-next::after, .Book-block .content .col-md-4 .small .swiper-button-prev::after {
  font-size: 16px;
}

.Book-block .content .col-md-4 .big .swiper-button-next, .Book-block .content .col-md-4 .small .swiper-button-next {
  right: 15px;
}

.Book-block .content .col-md-4 .big .swiper-button-prev, .Book-block .content .col-md-4 .small .swiper-button-prev {
  left: 15px;
}

.Book-block .content .col-md-4 .big.small .swiper-slide, .Book-block .content .col-md-4 .small.small .swiper-slide {
  height: 77px;
}

@media (max-width: 1024px) {
  .Book-block .content .col-md-4 .big.small .swiper-slide, .Book-block .content .col-md-4 .small.small .swiper-slide {
    height: 160px;
  }
}

@media (max-width: 992px) {
  .Book-block .content .col-md-4 .big.small .swiper-slide, .Book-block .content .col-md-4 .small.small .swiper-slide {
    height: 120px;
  }
}

@media (max-width: 767px) {
  .Book-block .content .col-md-4 .big.small .swiper-slide, .Book-block .content .col-md-4 .small.small .swiper-slide {
    height: 65px;
  }
}

.Book-block .content .col-md-4 .big.small .swiper-slide img, .Book-block .content .col-md-4 .small.small .swiper-slide img {
  border: 3px solid transparent;
}

.Book-block .content .col-md-4 .big.small .swiper-slide-thumb-active img, .Book-block .content .col-md-4 .small.small .swiper-slide-thumb-active img {
  border: 3px solid #F15922;
}

.Book-block .content .col-md-4 .ribox {
  padding: 20px 25px;
}

.Book-block .content .col-md-4 .ribox dl {
  display: flex;
  align-items: center;
}

.Book-block .content .col-md-4 .ribox dl dd {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-4 .ribox dl dd {
    margin-right: 1rem;
  }
}

.Book-block .content .col-md-4 .ribox dl dd img {
  margin-right: 10px;
}

.Book-block .content .col-md-4 .amenitiesbox {
  padding: 10px 0px;
}

.Book-block .content .col-md-4 .amenitiesbox ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  justify-content: space-between;
  margin-bottom: 0;
}

.Book-block .content .col-md-4 .amenitiesbox ul > li {
  padding: 0;
  width: 50%;
  list-style: none;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-4 .amenitiesbox ul > li {
    width: 100%;
  }
}

.Book-block .content .col-md-4 .amenitiesbox ul > li:nth-last-child(1) {
  margin-bottom: 0;
}

.Book-block .content .col-md-4 .amenitiesbox ul > li b {
  font-weight: bold;
  font-family: 'Condensed-Bold', '微軟正黑體';
}

.Book-block .content .col-md-4 .amenitiesbox ul > li b img {
  margin-right: 10px;
}

.Book-block .content .col-md-4 .amenitiesbox ul > li ul {
  display: block;
}

.Book-block .content .col-md-4 .amenitiesbox ul > li ul li {
  padding-left: 1.2rem;
  position: relative;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
}

.Book-block .content .col-md-4 .amenitiesbox ul > li ul li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background: #8B795B;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.Book-block .content .col-md-4 .totalbox {
  border-top: 1px solid #CCC3B9;
  padding: 20px 25px;
}

.Book-block .content .col-md-4 .totalbox .people {
  border-bottom: 1px solid #1B1B1B;
  width: 153px;
}

.Book-block .content .col-md-4 .totalbox .people p {
  margin-bottom: 5px;
}

.Book-block .content .col-md-4 .totalbox .xian {
  border-bottom: 1px solid #CCC3B9;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-4 .totalbox .xian span {
    width: 100%;
  }
}

.Book-block .content .col-md-4 .total {
  display: flex;
  justify-content: space-between;
  background: #AF9C85;
  padding: 15px 25px;
  color: #ffffff;
}

.Book-block .content .col-md-4 .total .price {
  text-align: right;
}

.Book-block .content .col-md-4 .total .price h3 {
  margin-bottom: 0;
}

.Book-block .content .col-md-8.col-md-12 .whiteback .blownbg, .Book-block .content .col-md-12.col-md-12 .whiteback .blownbg {
  align-items: flex-start;
}

.Book-block .content .col-md-8 .whiteback, .Book-block .content .col-md-12 .whiteback {
  padding: 20px 20px;
  background: #ffffff;
}

.Book-block .content .col-md-8 .whiteback h4, .Book-block .content .col-md-12 .whiteback h4 {
  margin-bottom: 0;
}

.Book-block .content .col-md-8 .whiteback h4 b, .Book-block .content .col-md-12 .whiteback h4 b {
  font-weight: bold;
  font-family: 'Condensed-Bold', '微軟正黑體';
}

@media (max-width: 1280px) {
  .Book-block .content .col-md-8 .whiteback .row .col-md-5, .Book-block .content .col-md-12 .whiteback .row .col-md-5 {
    width: 100%;
  }
}

.Book-block .content .col-md-8 .whiteback .row .col-md-5 .boximg, .Book-block .content .col-md-12 .whiteback .row .col-md-5 .boximg {
  position: relative;
  width: 94%;
  height: 100%;
}

@media (max-width: 1024px) {
  .Book-block .content .col-md-8 .whiteback .row .col-md-5 .boximg, .Book-block .content .col-md-12 .whiteback .row .col-md-5 .boximg {
    width: 100%;
  }
}

.Book-block .content .col-md-8 .whiteback .row .col-md-5 .boximg a, .Book-block .content .col-md-12 .whiteback .row .col-md-5 .boximg a {
  display: block;
  width: 100%;
  height: 100%;
}

.Book-block .content .col-md-8 .whiteback .row .col-md-5 .boximg a > img, .Book-block .content .col-md-12 .whiteback .row .col-md-5 .boximg a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Book-block .content .col-md-8 .whiteback .row .col-md-5 .boximg em, .Book-block .content .col-md-12 .whiteback .row .col-md-5 .boximg em {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.65);
  padding: 4.5px 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 .whiteback .row .col-md-5 .boximg em, .Book-block .content .col-md-12 .whiteback .row .col-md-5 .boximg em {
    font-size: 12px;
  }
}

.Book-block .content .col-md-8 .whiteback .row .col-md-5 .boximg em img, .Book-block .content .col-md-12 .whiteback .row .col-md-5 .boximg em img {
  vertical-align: middle;
  transform: translateY(-2px);
  margin-right: 5px;
}

.Book-block .content .col-md-8 .whiteback .row .col-md-5 .piclist, .Book-block .content .col-md-12 .whiteback .row .col-md-5 .piclist {
  display: none;
}

@media (max-width: 1280px) {
  .Book-block .content .col-md-8 .whiteback .row .col-md-7, .Book-block .content .col-md-12 .whiteback .row .col-md-7 {
    width: 100%;
    margin-top: 20px;
  }
}

.Book-block .content .col-md-8 .whiteback .row .col-md-7 dl, .Book-block .content .col-md-12 .whiteback .row .col-md-7 dl {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.Book-block .content .col-md-8 .whiteback .row .col-md-7 dl dd, .Book-block .content .col-md-12 .whiteback .row .col-md-7 dl dd {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-right: 2rem;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 .whiteback .row .col-md-7 dl dd, .Book-block .content .col-md-12 .whiteback .row .col-md-7 dl dd {
    margin-right: 1rem;
  }
}

.Book-block .content .col-md-8 .whiteback .row .col-md-7 dl dd img, .Book-block .content .col-md-12 .whiteback .row .col-md-7 dl dd img {
  margin-right: 10px;
}

.Book-block .content .col-md-8 .whiteback .row .col-md-7 .desinfo, .Book-block .content .col-md-12 .whiteback .row .col-md-7 .desinfo {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.Book-block .content .col-md-8 .whiteback .row .col-md-7 .detail, .Book-block .content .col-md-12 .whiteback .row .col-md-7 .detail {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 .whiteback .row .col-md-7 .detail, .Book-block .content .col-md-12 .whiteback .row .col-md-7 .detail {
    font-size: 12px;
  }
}

.Book-block .content .col-md-8 .whiteback .row .col-md-7 .detail:hover, .Book-block .content .col-md-12 .whiteback .row .col-md-7 .detail:hover {
  color: #F15922;
}

.Book-block .content .col-md-8 .whiteback .row .col-md-7 .bottombar, .Book-block .content .col-md-12 .whiteback .row .col-md-7 .bottombar {
  border-top: 1px solid #CCC3B9;
  padding-top: 5px;
  margin-top: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.Book-block .content .col-md-8 .whiteback .row .col-md-7 .bottombar h5, .Book-block .content .col-md-12 .whiteback .row .col-md-7 .bottombar h5 {
  color: #F15922;
  margin-bottom: 0;
}

.Book-block .content .col-md-8 .whiteback .row .col-md-7 .bottombar h5 strong, .Book-block .content .col-md-12 .whiteback .row .col-md-7 .bottombar h5 strong {
  text-decoration: line-through;
  color: #8B795B;
  display: inline-block;
  margin-left: 10px;
}

.Book-block .content .col-md-8 .whiteback .row .col-md-7 .bottombar .Reservation, .Book-block .content .col-md-12 .whiteback .row .col-md-7 .bottombar .Reservation {
  display: inline-block;
  border: 1px solid #1B1B1B;
  color: #1B1B1B;
  padding: 9px 55px;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 .whiteback .row .col-md-7 .bottombar .Reservation, .Book-block .content .col-md-12 .whiteback .row .col-md-7 .bottombar .Reservation {
    padding: 5px 20px;
    font-size: 14px;
  }
}

.Book-block .content .col-md-8 .whiteback .row .col-md-7 .bottombar .Reservation:hover, .Book-block .content .col-md-12 .whiteback .row .col-md-7 .bottombar .Reservation:hover {
  background: #1B1B1B;
  color: #ffffff;
}

.Book-block .content .col-md-8 .whiteback .total, .Book-block .content .col-md-12 .whiteback .total {
  border-bottom: 1px solid #CCC3B9;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

.Book-block .content .col-md-8 .whiteback .total p, .Book-block .content .col-md-12 .whiteback .total p {
  margin-bottom: 0;
  margin-right: 30px;
}

.Book-block .content .col-md-8 .whiteback .total h1, .Book-block .content .col-md-12 .whiteback .total h1 {
  margin-bottom: 0;
  color: #F15922;
}

.Book-block .content .col-md-8 .whiteback .information, .Book-block .content .col-md-12 .whiteback .information {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.Book-block .content .col-md-8 .whiteback .information p, .Book-block .content .col-md-12 .whiteback .information p {
  margin-right: 50px;
}

@media (max-width: 768px) {
  .Book-block .content .col-md-8 .whiteback .information p, .Book-block .content .col-md-12 .whiteback .information p {
    margin-right: 30px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 .whiteback .information p, .Book-block .content .col-md-12 .whiteback .information p {
    width: 100%;
  }
}

.Book-block .content .col-md-8 .whiteback .blownbg, .Book-block .content .col-md-12 .whiteback .blownbg {
  background: rgba(247, 243, 239, 0.97);
  padding: 15px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 .whiteback .blownbg, .Book-block .content .col-md-12 .whiteback .blownbg {
    flex-wrap: wrap;
  }
}

.Book-block .content .col-md-8 .whiteback .blownbg > p, .Book-block .content .col-md-12 .whiteback .blownbg > p {
  width: 200px;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 .whiteback .blownbg > p, .Book-block .content .col-md-12 .whiteback .blownbg > p {
    width: 100%;
  }
}

.Book-block .content .col-md-8 .whiteback .blownbg .right, .Book-block .content .col-md-12 .whiteback .blownbg .right {
  width: 558px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 .whiteback .blownbg .right, .Book-block .content .col-md-12 .whiteback .blownbg .right {
    width: 100%;
    font-size: 14px;
  }
}

.Book-block .content .col-md-8 .whiteback .blownbg .right dl dd, .Book-block .content .col-md-12 .whiteback .blownbg .right dl dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Book-block .content .col-md-8 .whiteback .blownbg .right dl dd span, .Book-block .content .col-md-12 .whiteback .blownbg .right dl dd span {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 .whiteback .blownbg .right dl dd span, .Book-block .content .col-md-12 .whiteback .blownbg .right dl dd span {
    width: 100%;
  }
}

.Book-block .content .col-md-8 .whiteback .blownbg .right dl dd span:nth-last-child(1), .Book-block .content .col-md-12 .whiteback .blownbg .right dl dd span:nth-last-child(1) {
  text-align: right;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 .whiteback .blownbg .right dl dd span:nth-last-child(1), .Book-block .content .col-md-12 .whiteback .blownbg .right dl dd span:nth-last-child(1) {
    text-align: left;
  }
}

.Book-block .content .col-md-8 .form-tit, .Book-block .content .col-md-12 .form-tit {
  border-bottom: 1px solid #CCC3B9;
  padding: 25px 40px;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 .form-tit, .Book-block .content .col-md-12 .form-tit {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.Book-block .content .col-md-8 .formbox, .Book-block .content .col-md-12 .formbox {
  padding: 10px 40px 35px 40px;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 .formbox, .Book-block .content .col-md-12 .formbox {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.Book-block .content .col-md-8 form label, .Book-block .content .col-md-12 form label {
  margin-bottom: 10px;
}

.Book-block .content .col-md-8 form label sub, .Book-block .content .col-md-12 form label sub {
  color: #E02020;
  bottom: 0;
  margin-left: 3px;
}

.Book-block .content .col-md-8 form .form-control, .Book-block .content .col-md-12 form .form-control {
  border: 1px solid #707070;
  padding: 1.05rem;
  border-radius: 0;
}

.Book-block .content .col-md-8 form .form-group .select-menu-div, .Book-block .content .col-md-12 form .form-group .select-menu-div {
  border: 1px solid #707070;
  padding: 1.05rem;
}

.Book-block .content .col-md-8 form .topay_price, .Book-block .content .col-md-12 form .topay_price {
  display: flex;
  align-items: flex-end;
}

.Book-block .content .col-md-8 form .topay_price h3, .Book-block .content .col-md-12 form .topay_price h3 {
  margin-bottom: 0;
}

.Book-block .content .col-md-8 form .topay_price b, .Book-block .content .col-md-12 form .topay_price b {
  color: #F15922;
  margin-left: 5px;
  margin-right: 5px;
}

.Book-block .content .col-md-8 form .topay_price p, .Book-block .content .col-md-12 form .topay_price p {
  display: inline-block;
}

.Book-block .content .col-md-8 form .radiolist, .Book-block .content .col-md-12 form .radiolist {
  display: block;
}

.Book-block .content .col-md-8 form .radiolist .blownbg, .Book-block .content .col-md-12 form .radiolist .blownbg {
  width: 100%;
  margin-top: 20px;
  height: 90px;
  padding-left: 25px;
}

.Book-block .content .col-md-8 form .radiolist .blownbg .radiobox-inline, .Book-block .content .col-md-12 form .radiolist .blownbg .radiobox-inline {
  width: 100%;
  margin-right: 0;
}

.Book-block .content .col-md-8 form .radiolist .blownbg .radiobox-inline .radiobox, .Book-block .content .col-md-12 form .radiolist .blownbg .radiobox-inline .radiobox {
  width: 100%;
  margin-right: 0;
}

.Book-block .content .col-md-8 form .radiolist .blownbg .radiobox-inline .radiobox .bzbox, .Book-block .content .col-md-12 form .radiolist .blownbg .radiobox-inline .radiobox .bzbox {
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 form .radiolist .blownbg .radiobox-inline .radiobox .bzbox img, .Book-block .content .col-md-12 form .radiolist .blownbg .radiobox-inline .radiobox .bzbox img {
    width: 50px;
    margin-left: 10px;
  }
}

.Book-block .content .col-md-8 form .datebg, .Book-block .content .col-md-12 form .datebg {
  background: #F7F3EF;
  padding: 20px;
}

.Book-block .content .col-md-8 form .datebg h5, .Book-block .content .col-md-12 form .datebg h5 {
  color: #8B795B;
}

.Book-block .content .col-md-8 form .datebg dl, .Book-block .content .col-md-12 form .datebg dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.Book-block .content .col-md-8 form .datebg dl dd, .Book-block .content .col-md-12 form .datebg dl dd {
  width: 40%;
  margin-top: 15px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 form .datebg dl dd, .Book-block .content .col-md-12 form .datebg dl dd {
    width: 100%;
  }
}

.Book-block .content .col-md-8 form .datebg dl dd p, .Book-block .content .col-md-12 form .datebg dl dd p {
  margin-bottom: 0;
}

.Book-block .content .col-md-8 form ul, .Book-block .content .col-md-12 form ul {
  padding-left: 0;
  margin-bottom: 0;
}

.Book-block .content .col-md-8 form ul li, .Book-block .content .col-md-12 form ul li {
  position: relative;
  list-style: none;
  padding-left: 15px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-8 form ul li, .Book-block .content .col-md-12 form ul li {
    font-size: 14px;
  }
}

.Book-block .content .col-md-8 form ul li::before, .Book-block .content .col-md-12 form ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #8B795B;
  position: absolute;
  left: 0;
  top: 12px;
}

.Book-block .content .col-md-8 form .form-group, .Book-block .content .col-md-12 form .form-group {
  position: relative;
  margin-bottom: 10px;
}

.Book-block .content .col-md-8 form .form-group .tips, .Book-block .content .col-md-12 form .form-group .tips {
  position: absolute;
  left: calc(var(--bs-gutter-x)* .5);
  bottom: -25px;
}

@media (max-width: 1440px) {
  .Book-block .content .col-md-8 form .form-group .tips, .Book-block .content .col-md-12 form .form-group .tips {
    font-size: 12px;
  }
}

.Book-block .content .col-md-8 form .checkboxlist span a, .Book-block .content .col-md-12 form .checkboxlist span a {
  color: #F15922;
  text-decoration: underline;
  font-weight: bold;
  font-family: 'Condensed-Bold', '微軟正黑體';
}

.Book-block .content .col-md-8 .submit, .Book-block .content .col-md-12 .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 334px;
  height: 40px;
  background: #8B795B;
  border: 1px solid #8B795B;
  color: #ffffff;
  transition: all 0.35s ease;
  border-radius: 0;
}

.Book-block .content .col-md-8 .submit:hover, .Book-block .content .col-md-12 .submit:hover {
  background: none;
  color: #8B795B;
}

.Book-block .content .col-md-12 .whiteback {
  padding: 25px 40px;
}

@media (max-width: 767px) {
  .Book-block .content .col-md-12 .whiteback {
    padding: 20px 25px;
  }
}

.Book-block .content .wid-right {
  width: calc(100% - 510px);
}

@media (max-width: 1024px) {
  .Book-block .content .wid-right {
    width: 100%;
  }
}

form .form-group .select-menu {
  cursor: pointer;
  position: relative;
  width: 100%;
}

form .form-group .select-menu-ul {
  margin-top: 50px;
  list-style: none;
  opacity: 0;
  display: none;
  width: 100%;
  text-align: left;
  position: absolute;
  z-index: 1;
  background: #fff;
  padding-left: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

form .form-group .select-menu-ul li {
  padding: 15px 10px;
  margin-bottom: 0;
  border-radius: 0;
  color: #666666;
}

form .form-group .select-menu-ul li::before {
  display: none !important;
}

form .form-group .select-menu-div {
  width: 100%;
  position: relative;
  padding: 0.7rem 0.5rem;
  border: none;
  border: 1px solid #1B1B1B;
}

form .form-group .select-menu-div i {
  margin-right: 5px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

form .form-group .select-this {
  background: #1B1B1B;
  color: #fff !important;
}

form .form-group .select-menu-input {
  border: 0;
  cursor: pointer;
  user-select: none;
  width: 100%;
  outline: none;
  background: none;
  color: #666666;
  padding: 0;
}

form .form-group .select-menu-i {
  transform: rotate(180deg) translateY(50%);
}

form .form-group i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.radiolist {
  display: flex;
  align-items: center;
}

.radiolist .radiobox-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 30px;
  margin-top: 10px;
}

.radiolist .radiobox-inline .radiobox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 2px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
}

.radiolist .radiobox-inline .radiobox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark {
  border-color: #8B795B;
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.radiolist .radiobox-inline .radiobox input:checked ~ .radiomark .bzbox h4 {
  font-weight: bold;
}

.radiolist .radiobox-inline .radiobox .radiomark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1.5px solid #1B1B1B;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.radiolist .radiobox-inline .radiobox .radiomark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #8B795B;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
}

.radiolist .radiobox-inline .radiobox .bzbox {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.radiolist .radiobox-inline .radiobox .bzbox .bz {
  margin: 0 1rem;
}

.radiolist .radiobox-inline .radiobox .bzbox h4 {
  margin-bottom: 0;
  color: #0F0F0F;
}

@media (max-width: 767px) {
  .radiolist .radiobox-inline .radiobox .bzbox h4 {
    font-size: 14px;
  }
}

.checkboxlist .checkbox-inline {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

.checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 3px;
  cursor: pointer;
  line-height: 1;
}

.checkboxlist .checkbox-inline .checkbox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
  background-color: rgba(139, 121, 91, 0.58);
  border-color: rgba(139, 121, 91, 0.58);
}

.checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark::after {
  border-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}

.checkboxlist .checkbox-inline .checkbox .checkmark {
  position: absolute;
  height: 16px;
  width: 16px;
  left: 0px;
  top: 0px;
  background: none;
  margin-right: 10px;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid #8B795B;
  cursor: pointer;
}

.checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid #374869;
  border-width: 0 3px 3px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -webkit-transition: .2s;
  transition: .2s;
  border-width: 0 2px 2px 0;
}

.checkboxlist .checkbox-inline span {
  color: #1B1B1B;
  font-weight: normal;
}

.garyText {
  color: #9F9F9F;
}

.more {
  border: 0;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .3s;
  z-index: 1;
  color: #ffffff;
  position: relative;
  padding: 0.45rem 3.3rem;
  color: #1B1B1B;
  border: 1px solid #1B1B1B;
}

@media (max-width: 767px) {
  .more {
    font-size: 14px;
    padding: 0.5rem 1.5rem;
  }
}

.more:hover {
  color: #ffffff;
  background: #1B1B1B;
}

.more.orangeback {
  background: #EB630A;
  color: #ffffff;
}

@media (max-width: 767px) {
  .more.orangeback {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.more.orangeback:hover {
  background: none;
  color: #fff;
}

.pup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  display: none;
}

.pup.show {
  display: block;
}

.pup .pupback {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.pup .conbox {
  max-width: 964px;
  background: #ffffff;
  border-radius: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

@media (max-width: 768px) {
  .pup .conbox {
    max-width: 94%;
    width: 94%;
  }
}

.pup .conbox.conbox2 .close {
  right: 0.5rem;
  top: 0.5rem;
}

.pup .conbox.conbox2 .close::before, .pup .conbox.conbox2 .close::after {
  background: #000;
}

.pup .conbox.conbox2 .con {
  width: 100%;
}

.pup .conbox .close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.pup .conbox .boximg {
  position: relative;
  width: 100%;
  height: 267px;
  background: url(../images/pup.png) no-repeat top center;
  color: #ffffff;
  box-sizing: border-box;
  padding: 7rem 1rem 2rem 1rem;
  overflow: hidden;
}

.pup .conbox .boximg * {
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.39);
}

.pup .conbox .con {
  padding: 3rem;
  padding-bottom: 0;
  width: 92%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .pup .conbox .con {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .pup .conbox .con {
    padding: 1.5rem;
  }
}

.pup .conbox .con * {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .pup .conbox .con * {
    margin-bottom: 15px;
  }
}

.modal.in {
  display: block;
  opacity: 1;
  overflow: hidden;
  width: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
}

.modal.in .modal-dialog {
  width: 700px;
  height: 100%;
  box-sizing: border-box;
  max-width: 700px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .modal.in .modal-dialog {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
  }
}

.modal.in .modal-dialog .modal-header {
  display: block;
  border: none;
}

.modal.in .modal-dialog .modal-content {
  max-width: 740px;
  border-radius: 0px;
  display: block;
  padding: 3rem;
}

@media (max-width: 767px) {
  .modal.in .modal-dialog .modal-content {
    padding: 1.5rem;
  }
}

.modal.in .modal-dialog .modal-content img {
  width: 80px;
  margin: 0 auto;
  display: block;
}

.modal.in .modal-dialog .modal-content form label {
  display: block;
  margin-bottom: 0.5rem;
}

.modal.in .modal-dialog .modal-content form input {
  padding: 0.8rem;
}

.modal.in .modal-dialog .modal-content form button {
  width: 100%;
  background: #374869;
  border-radius: 5px;
  color: #ffffff;
  padding: 0.8rem;
}

.modal.in .modal-dialog .modal-footer {
  border-top: none !important;
}

.modal.in .modal-dialog .modal-footer button {
  width: 48%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 2px solid #064CEA;
  box-shadow: none;
}

.modal.in .modal-dialog .modal-footer button:nth-child(1) {
  color: #ffffff;
}

.modal.in .modal-dialog .content2 {
  display: none;
}

.Member {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 767px) {
  .Member {
    height: auto;
    overflow: visible;
  }
}

.Member .left_nav {
  width: 268px;
  height: 100vh;
  background: #FCF8ED;
}

@media (max-width: 767px) {
  .Member .left_nav {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
  }
}

.Member .left_nav .logo {
  box-sizing: border-box;
  width: 100%;
  padding: 2rem;
}

@media (max-width: 767px) {
  .Member .left_nav .logo {
    padding: 1rem 0;
  }
}

.Member .left_nav .logo img {
  display: block;
  margin: 0 auto;
  width: 160px;
}

@media (max-width: 767px) {
  .Member .left_nav .logo img {
    margin: 0;
  }
}

.Member .left_nav nav {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .Member .left_nav nav {
    opacity: 0;
    z-index: 99;
    position: fixed;
    top: 0;
    right: -400px;
    box-sizing: border-box;
    width: 400px;
    height: 100vh;
    padding: 37px 40px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    color: #333333;
    background: #f3f3f3;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2) inset;
  }
}

.Member .left_nav nav ul {
  padding-left: 0;
}

.Member .left_nav nav ul li {
  list-style: none;
}

.Member .left_nav nav ul li::before {
  display: none;
}

.Member .left_nav nav ul li a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 1.5rem 2rem;
}

.Member .left_nav nav ul li a.active {
  background: #FAF3AD;
}

.Member .left_nav nav ul li a img {
  margin-right: 20px;
}

.Member .left_nav .mobilenav {
  display: none;
}

@media (max-width: 767px) {
  .Member .left_nav .mobilenav {
    display: block;
  }
}

.Member .left_nav .mobilenav span {
  display: block;
  height: 3px;
  width: 30px;
  background: #374869;
  border-radius: 9px;
  margin: 4px 0px;
}

.Member .right-content {
  width: calc(100% - 268px);
  box-sizing: border-box;
  padding: 1rem;
  overflow: scroll;
  height: 100vh;
}

@media (max-width: 767px) {
  .Member .right-content {
    width: 100%;
    margin-top: 1rem;
    height: auto;
    overflow: visible;
  }
}

.Member .right-content .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Member .right-content .topbar form .form-group {
  display: flex;
  align-items: center;
  border: 1px solid #374869;
  padding: 0.35rem 1rem;
  width: 538px;
}

@media (max-width: 820px) {
  .Member .right-content .topbar form .form-group {
    width: auto;
  }
}

.Member .right-content .topbar form .form-group input {
  box-shadow: none;
  border: none;
  padding: 0;
}

.Member .right-content .topbar .user {
  display: flex;
  align-items: center;
}

.Member .right-content .topbar .user a i {
  color: #7B7B92;
}

.Member .right-content .bread * {
  color: #374869;
}

.Member .right-content .content {
  max-width: 680px;
  margin: 10rem auto 15rem auto;
}

@media (max-width: 767px) {
  .Member .right-content .content {
    margin: 5rem auto 10rem auto;
  }
}

.Member .right-content .content form .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Member .right-content .content form .form-group label {
  max-width: 140px;
}

@media (max-width: 767px) {
  .Member .right-content .content form .form-group label {
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
}

.Member .right-content .content form .form-group .form-control {
  width: calc(100% - 160px);
  border: 1px solid rgba(112, 112, 112, 0.3);
  box-sizing: border-box;
  padding: 1rem;
}

@media (max-width: 767px) {
  .Member .right-content .content form .form-group .form-control {
    width: 100%;
  }
}

.Member .right-content .content form .form-group .select-menu {
  width: calc(100% - 160px);
}

@media (max-width: 767px) {
  .Member .right-content .content form .form-group .select-menu {
    width: 100%;
  }
}

.Member .right-content .content form .form-group .select-menu .form-control {
  width: 100%;
}

.Member .right-content .content form .twobtn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Member .right-content .content form .twobtn button {
  margin: 1rem;
  width: 150px;
  background: #ffffff;
  border: 1px solid #374869;
  text-transform: capitalize;
  font-family: 'PT_Serif-Web-Regular';
}

.Member .right-content .content form .twobtn button img {
  margin-left: 0;
  margin-right: 10px;
}

.Member .right-content .content .taba {
  display: flex;
  align-items: center;
}

.Member .right-content .content .taba a {
  color: rgba(55, 72, 105, 0.6);
  padding: 0.5rem;
  margin: 0 1.5rem;
  text-align: center;
}

.Member .right-content .content .taba a.active {
  color: #374869;
  border-bottom: 2px solid #374869;
  padding: 0.5rem;
}

.Member .right-content .content .tabcontent table thead {
  background: #FCF8ED;
  border-color: #FCF8ED;
}

.Member .right-content .content .tabcontent table thead th {
  padding: 1rem 2rem;
  vertical-align: middle;
}

.Member .right-content .content .tabcontent table th, .Member .right-content .content .tabcontent table td {
  padding: 2.1rem 2rem;
  color: #374869;
  border: none;
  text-align: center;
}

.Member .right-content .content .tabcontent table th:nth-child(1), .Member .right-content .content .tabcontent table td:nth-child(1) {
  text-align: left;
}

.Member .right-content .content .tabcontent table tbody {
  border: none;
}

.Member .right-content .content .tabcontent table tbody tr {
  background: #ffffff;
  border: none;
}

.Member .right-content .content .tabcontent table tbody tr:nth-child(even) {
  background: #EFEFEF;
}

main.wrapper {
  left: 0;
  position: relative;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

main.wrapper.open {
  left: -400px;
}

main.wrapper.open .Member .left_nav nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-top: 0;
  opacity: 1;
}

main.wrapper.open .close::before, main.wrapper.open .close::after {
  background: #333;
}

.whiteback {
  background-color: #ffffff !important;
}

.error-input {
  border-bottom: 1px solid red !important;
}

.error-label label {
  color: red !important;
}

label.error-info {
  margin-top: 10px;
  line-height: 1;
}

label.error {
  margin-bottom: 8px;
  margin-top: 8px;
}

label.error,
label.error i,
label.error-info,
label.error-info i,
span.error-info {
  width: initial !important;
  color: red !important;
  align-items: center;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0 !important;
}

label.error-info i {
  display: inline-block;
  margin-right: 5px;
}

.passwordField {
  position: relative;
}

.passwordField .error-info.password {
  display: inline-flex;
  font-size: 18px;
  margin-bottom: 5px;
}

.passwordField .eyeBox {
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.passwordField .eyeBox {
  position: absolute;
  right: 0;
  top: 13px;
  transform: translateY(-50%);
  font-size: 16px;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-size: 12px;
}

.load-more::after {
  display: none;
}

footer {
  width: 100%;
  height: 100%;
  z-index: 9;
  position: relative;
}

footer .foottop {
  width: 100%;
  height: 100%;
  padding-top: 50px;
}

footer .foottop ul {
  margin-top: 1.5rem;
  padding-left: 0;
}

footer .foottop ul li {
  margin-top: 2px;
  list-style: none;
}

footer .foottop ul li a {
  color: #1B1B1B;
  transition: all 0.35s ease;
}

footer .foottop ul li a:hover {
  color: #AF9C85;
}

@media (max-width: 1024px) {
  footer .foottop .col-md-5, footer .foottop .col-md-6 {
    width: 100%;
  }
}

footer .logo {
  display: flex;
  align-items: center;
}

footer .logo a {
  display: inline-block;
  margin-right: 20px;
}

footer .logo a:nth-last-child(1) {
  margin-right: 0;
}

footer .logo a img {
  min-height: 59px;
}

footer .links a {
  display: inline-block;
  margin-right: 20px;
}

footer h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .copyright {
  background: #AF9C85;
  padding: 10px 0px;
  font-size: 18px;
}

@media (max-width: 767px) {
  footer .copyright {
    font-size: 14px;
  }
}

footer .copyright span {
  color: #ffffff;
}

@media (max-width: 767px) {
  footer .copyright span {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

footer .copyright .links {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  footer .copyright .links {
    justify-content: center;
    width: 100%;
  }
}

footer .copyright .links a {
  color: #ffffff;
  display: flex;
  align-items: center;
}

footer .copyright .links a:nth-child(1)::before {
  display: none;
}

footer .copyright .links a::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 19px;
  background: #ffffff;
  margin-right: 20px;
}

footer .address dl dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .address dl dd span {
  width: 60px;
}

footer .address dl dd span:nth-child(2) {
  width: calc(100% - 60px);
}

footer .col-md-4 {
  padding-right: 70px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  footer .col-md-4 {
    width: 100%;
  }
}

footer .col-md-4 .mr {
  padding-right: 50px;
  border-right: 1px solid rgba(216, 216, 216, 0.53);
}

@media (max-width: 1024px) {
  footer .col-md-4 .mr {
    width: 100%;
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid rgba(216, 216, 216, 0.53);
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  footer .row .col-md-4, footer .row .col-md-7 {
    width: 100%;
  }
}

footer .bottom-logo {
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  footer .bottom-logo {
    margin-top: 0;
    padding-bottom: 0;
  }
}

footer .bottom-logo .ic5 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

@media (max-width: 767px) {
  footer .bottom-logo .ic5 {
    position: relative;
    width: 90%;
    height: 65px;
    object-fit: cover;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  footer .bottom-logo .logo {
    display: block;
  }
}

@media (max-width: 767px) {
  footer .bottom-logo .logo a {
    display: block;
    margin: 20px auto;
  }
  footer .bottom-logo .logo a img {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  footer .col-md-3 {
    width: 50%;
  }
}

.message {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 99;
  border: none;
  color: #ffffff;
  width: 60px;
  height: 60px;
  opacity: 0;
  background: #8B795B;
  border-radius: 50%;
  transform: translateY(5rem);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.35s ease;
}

.message.on {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .message {
    transform: translateY(8rem);
  }
}

@media (min-width: 1680px) {
  .message {
    transform: translateY(15rem);
  }
}

.message::after {
  content: "\f062";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 2em;
}

@media (max-width: 767px) {
  .message span {
    display: none;
  }
}

.fixlinks {
  z-index: 99;
  bottom: 150px;
  right: 50px;
  position: fixed;
  width: 257px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .fixlinks {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .fixlinks {
    bottom: 70px;
    right: 5px;
  }
}

.fixlinks.show ul {
  display: block;
}

.fixlinks.show .abtn {
  background: #C24D00;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.fixlinks.show .abtn img {
  transform: none;
}

.fixlinks .abtn {
  background: linear-gradient(180deg, #EB630A 0%, #FF8D43 100%) 0% 0% no-repeat padding-box;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}

@media (max-width: 767px) {
  .fixlinks .abtn {
    width: 50px;
    height: 50px;
  }
}

.fixlinks .abtn img {
  transition: all 0.35s ease;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .fixlinks .abtn img {
    width: 15px;
  }
}

.fixlinks ul {
  padding-left: 0;
  border-radius: 20px;
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  display: none;
}

.fixlinks ul li {
  list-style: none;
}

.fixlinks ul li:nth-child(2) a {
  color: #A560B2;
}

.fixlinks ul li:nth-child(3) a {
  color: #CB8200;
}

.fixlinks ul li a {
  padding: 20px;
  display: flex;
  align-items: center;
  color: #0E642D;
  font-weight: bold;
  font-family: 'TitilliumWeb-SemiBold', '微軟正黑體';
}

.fixlinks ul li a:hover {
  background: #F5F5F5;
}

.fixlinks ul li a img {
  margin-right: 10px;
}

main {
  position: relative;
}

@media (max-width: 576px) {
  main {
    --bs-container: 540px;
  }
}

@media (min-width: 768px) {
  main {
    --bs-container: 720px;
  }
}

@media (min-width: 992px) {
  main {
    --bs-container: 960px;
  }
}

@media (max-width: 1200px) {
  main {
    --bs-container: 1140px;
  }
}

@media (min-width: 1400px) {
  main {
    --bs-container: 1320px;
  }
}

@media (min-width: 1680px) {
  main {
    --bs-container: 1500px;
  }
}

.pageinfo ul {
  display: flex;
  justify-content: center;
}

.pageinfo ul li {
  list-style: none;
  padding-left: 0;
  padding: 0.5rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageinfo ul li::before {
  display: none !important;
  font-style: none;
}

.pageinfo ul li a {
  padding: 0.8rem 1.25rem;
  color: #B9B9B9;
  border-radius: 50%;
  background: #ffffff;
  transition: all 0.35s ease;
  border-radius: 10px 20px 10px 20px;
}

.pageinfo ul li a:hover {
  background: #EB630A;
  color: #fff;
}

.pageinfo ul li .active {
  color: #393939;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.pageinfo ul li .prev {
  margin: 0;
  padding: 0.75rem 1.35rem;
  background: #EB630A;
  color: #fff;
}

.pageinfo ul li .prev::after {
  content: "\f104";
  font-family: 'FontAwesome';
  display: inline-block;
}

.pageinfo ul li .prev:hover {
  background: #EB630A;
}

.pageinfo ul li .next {
  margin: 0;
  padding: 0.75rem 1.35rem;
  background: #EB630A;
  color: #fff;
}

.pageinfo ul li .next::after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
}

.pageinfo ul li .next:hover {
  background: #EB630A;
}

@media (max-width: 767px) {
  .pageinfo .more {
    padding: 1rem 1.5rem;
  }
}

.pageinfo span {
  color: rgba(0, 0, 0, 0.5);
}

.more-more {
  position: relative;
}

.more-more:hover {
  color: #374869;
}

.more-more::after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 0.5rem;
}

.fixed {
  position: fixed;
  left: 1rem;
  top: 15%;
  z-index: 99;
  background: #F8F8F8;
  transition: all 0.35s ease;
}

.fixed.sticky ul li img {
  margin-bottom: 0;
}

.fixed.sticky ul li b {
  display: none;
}

@media (max-width: 1024px) {
  .fixed {
    display: none;
  }
}

.fixed ul {
  margin-bottom: 0;
}

.fixed ul li {
  list-style: none;
  color: #98A3AD;
  border-bottom: 1px solid #DADADC;
  box-sizing: border-box;
  padding: 2rem 0.5rem;
  margin-bottom: 0;
}

.fixed ul li::before {
  display: none;
}

.fixed ul li img {
  display: block;
  margin: 0rem auto 0.5rem auto;
}

.fixed ul li b {
  display: block;
  text-align: center;
  color: #98A3AD;
  line-height: 1.2;
}

/* Webkit内核（Chrome、Safari） */
.form-control::-webkit-input-placeholder {
  color: #666666;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.form-control::-moz-placeholder {
  color: #666666;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.form-control::-ms-input-placeholder {
  color: #666666;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.form-control::placeholder {
  color: #666666;
  /* placeholder文字颜色为紫色 */
}

/* Webkit内核（Chrome、Safari） */
.select-menu-input::-webkit-input-placeholder {
  color: #666666;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.select-menu-input::-moz-placeholder {
  color: #666666;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.select-menu-input::-ms-input-placeholder {
  color: #666666;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.select-menu-input::placeholder {
  color: #666666;
  /* placeholder文字颜色为紫色 */
}

/* Webkit内核（Chrome、Safari） */
.banner .bannerbox form .form-group .form-control::-webkit-input-placeholder {
  color: #1B1B1B;
  /* placeholder文字颜色为红色 */
}

/* Firefox */
.banner .bannerbox form .form-group .form-control::-moz-placeholder {
  color: #1B1B1B;
  /* placeholder文字颜色为蓝色 */
}

/* IE10+ */
.banner .bannerbox form .form-group .form-control::-ms-input-placeholder {
  color: #1B1B1B;
  /* placeholder文字颜色为绿色 */
}

/* 标准语法 */
.banner .bannerbox form .form-group .form-control::placeholder {
  color: #1B1B1B;
  /* placeholder文字颜色为紫色 */
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
