@charset "UTF-8";
/* ===================================
    Basic
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url("../fontawesome/css/all.min.css");
@import url("../aos/aos.css");
:root {
  --main: #916f2d;
  --main-light: #c6aa76;
  --link: #cccccc;
  --hover: #c6aa76;
  --info: #666666;
  --title: #cccccc;
  --line: rgba(255, 255, 255, .3);
  --line-light: rgba(145, 111, 45, .5);
  --line-d: rgba(255, 255, 255, .3);
  --font-main: 'Noto Sans TC', sans-serif;
  --font-en: 'Roboto', sans-serif;
}
html, body {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background: #000;
  font-family: var(font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a {
  color: var(--link);
  text-decoration: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
a:hover {
  color: var(--hover);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.breadcrumb-item.active {
  color: var(--info)
}
.hid-phone {
  display: inline-block;
}
.hid-767 {
  display: block;
}
.text-left {
  text-align: left !important;
}
/* ===================================
    Slider
====================================== */
.index-slider.swiper {
  width: 100%;
  height: auto;
  background-color: #000;
  padding-top: 114px;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}
.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  position: relative;
  transition: all 2s ease;
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-slide-active img {
  -webkit-animation: slider-img 6s ease;
  animation: slider-img 6s ease;
}
@-webkit-keyframes slider-img {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.index-slider .swiper-button-next {
  color: #fff;
  margin-left: 1%;
  margin-right: 1%;
  top: 53%;
}
.index-slider .swiper-button-prev {
  color: #fff;
  margin-left: 1%;
  margin-right: 1%;
  top: 53%;
}
.index-slider .swiper-button-next:after, .index-slider .swiper-button-prev:after {
  font-size: 44px;
  opacity: .7;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-slider .swiper-button-next:hover:after, .index-slider .swiper-button-prev:hover:after {
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.in-slider {
  width: 100%;
  height: 470px;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex-direction: column;
}
.in-slider:before {
  content: "";
  font-size: 200px;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, .1);
  z-index: 2;
}
.in-slong {
  z-index: 3;
  color: #fff;
  margin-top: 90px;
}
.in-slong p {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  font-family: var(--font-en);
  text-transform: uppercase;
}
.in-slong h2 {
  font-size: 46px;
  letter-spacing: 3px;
  font-family: var(--font-main2);
  font-weight: 700;
  text-shadow: rgb(0 0 0 / 30%) 0 0 10px;
}
/* ===================================
    Header
====================================== */
.header_area {
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  width: 100%;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-image: url(../img/bg-line.jpg?v=1);
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: left bottom;
  /*box-shadow: 0 0 8px 2px rgb(0 0 0 / 15%);*/
}
.header_area.header-in {
  background-color: rgba(27, 123, 181, 0);
}
.header_area.nav-sticky {
  background-color: rgba(0, 0, 0, 1);
  position: fixed;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  animation: moveDown 0.5s ease-in-out;
}
@keyframes moveDown {
  0% {
    top: -100px
  }
  100% {
    top: 0px
  }
}
.navigation {
  width: 100%;
  height: 88px;
  display: table;
  position: relative;
  font-family: inherit;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nav-sticky .navigation {
  height: 50px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}
.navigation-portrait {
  height: 70px
}
.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998
}
.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important
}
.align-to-right {
  float: right
}
.nav-header {
  float: left;
  padding: 16px 38px 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nav-sticky .nav-header {
  padding: 8px 38px 13px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.navigation-hidden .nav-header {
  display: none
}
.nav-brand {
  height: 100%;
  padding: 0px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}
.nav-brand:hover, .nav-brand:focus {
  color: #fff
}
.nav-brand h1 {
  display: none;
}
.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px
}
.nav-brand img {
  height: 78px;
  width: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nav-sticky .nav-brand img {
  height: 55px;
  width: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left
}
.nav-logo:focus > img {
  outline: initial
}
.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0
}
.nav-toggle {
  width: 88px;
  height: 88px;
  padding: 0;
  position: absolute;
  top: 0%;
  margin-top: 0px;
  right: 0px;
  display: none;
  cursor: pointer
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -10px;
  background-color: var(--link);
  border-radius: 10px;
  box-shadow: 0 .5em 0 0 var(--link), 0 1em 0 0 var(--link);
}
.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #000;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: .2s;
  transition-timing-function: ease;
  background-image: url(../img/bg-nav-phone.jpg?v=1);
  background-size: cover;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0
}
.nav-menus-wrapper-close-button {
  width: 30px;
  height: 30px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: var(--link);
  font-size: 20px;
  cursor: pointer
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block
}
.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0
}
.navigation-portrait .nav-menu {
  width: 100%
}
.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center
}
.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none
}
.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left
}
.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px rgba(255, 255, 255, .2)
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, .2)
}
.nav-menu + .nav-menu > li:first-child {
  border-top: none
}
.nav-menu > li > a {
  height: 100%;
  padding: 42px 22px;
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  color: var(--link);
}
.nav-sticky .nav-menu > li > a {
  padding: 23px 22px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px
}
.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a {
  color: var(--hover);
}
.nav-menu > li > a > i, .nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4)
}
.nav-menu > li > a > [class*=ion-] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8)
}
.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center
}
.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important
}
.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto
}
.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px
}
.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px
}
.submenu-indicator {
  margin-left: 8px;
  margin-top: 4px;
  float: right;
  transition: all .2s;
  display: none;
}
.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 54px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000
}
.submenu-indicator-chevron {
  height: 12px;
  width: 12px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #fff #fff transparent;
  transform: rotate(45deg);
  transition: border .2s
}
.navigation-portrait .submenu-indicator-chevron {
  border-color: transparent #333 #333 transparent;
  position: absolute;
  top: 22px;
  left: 20px
}
.navigation-portrait:hover .submenu-indicator-chevron {
  border-color: transparent #333 #333 transparent
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
  top: 9px;
  right: 2px;
}
.nav-dropdown > li .submenu-indicator-chevron {
  border-color: transparent #333 #333 transparent
}
.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999
}
.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden
}
/* 社群 */
.nav-social {
  height: 97px;
  margin-right: 25px;
  float: right;
  z-index: 19998;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nav-sticky .nav-social {
  height: 70px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nav-social-button {
  width: 50px;
  height: 100%;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-social-button i {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
}
/*語言選單*/
.language-dropdown {
  position: relative;
  display: inline-block;
  min-width: 100px;
  color: rgba(255, 255, 255, .8);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 999px;
  padding: 7px 40px 7px 20px;
  margin: 33px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.nav-sticky .language-dropdown {
  margin: 12px 20px 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.language-dropdown:after {
  content: "";
  position: absolute;
  background-image: url("../img/icon-triangle.png?v=1");
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: right center;
  right: 20px;
  top: 17px;
  width: 10px;
  height: 10px;
}
.language-dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  min-width: 140px;
  top: 42px;
  left: 8px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}
.language-dropdown:hover .language-dropdown-content {
  display: block;
}
.language-dropdown-content a {
  color: black;
  font-size: 14px;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  background-color: #fff;
}
.language-dropdown-content a:hover {
  background-color: var(--main-light);
  color: #000;
}
.language-dropdown i {
  font-size: 20px;
  margin-right: 7px;
  position: relative;
  top: 1px;
  color: rgba(255, 255, 255, .8)
}
/*幣別選單*/
.cost-dropdown {
  position: relative;
  display: inline-block;
  min-width: auto;
  color: rgba(255, 255, 255, .8);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 999px;
  padding: 5px 25px 5px 12px;
  margin: 0px 0px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cost-dropdown:after {
  content: "";
  position: absolute;
  background-image: url("../img/icon-triangle.png?v=1");
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right center;
  right: 12px;
  top: 12px;
  width: 8px;
  height: 8px;
}
.cost-dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  min-width: 120px;
  top: 30px;
  left: 8px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}
.cost-dropdown:hover .cost-dropdown-content {
  display: block;
}
.cost-dropdown-content a {
  color: #000 !important;
  font-size: 14px;
  padding: 5px 16px;
  text-decoration: none;
  display: block;
  background-color: #fff;
  font-weight: 500;
}
.cost-dropdown-content a:hover {
  background-color: var(--main-light);
  color: #000;
}
.cost-dropdown i {
  font-size: 20px;
  margin-right: 7px;
  position: relative;
  top: 1px;
  color: rgba(255, 255, 255, .8)
}
.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px
}
.nav-button:hover, .nav-button:focus {
  color: #fff;
  text-decoration: none
}
.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px
}
.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px
}
.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0
}
.navigation-portrait .nav-text + ul {
  margin-top: 15px
}
.nav-dropdown {
  min-width: 220px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0
}
.nav-dropdown .nav-dropdown {
  left: 100%
}
.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0
}
.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 17px 30px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 16px;
  color: var(--nav);
  background-color: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--line-l)
}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus {
  color: var(--main);
}
.nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a {
  color: var(--main);
}
.nav-dropdown.nav-dropdown-left {
  right: 0
}
.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%
}
.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right
}
.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px
}
.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute
}
.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg)
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg)
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron, .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #27ae60 #27ae60 transparent
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg)
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none
}
.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static
}
.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%
}
.nav-dropdown-horizontal > li > a {
  position: relative
}
.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg)
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  transform: rotate(0deg)
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg)
}
.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fff;
  box-shadow: 0 15px 20px -5px rgba(0, 0, 0, .2)
}
.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block
}
.megamenu-panel [class*=container] {
  width: 100%
}
.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0
}
.megamenu-panel-half {
  width: 50%
}
.megamenu-panel-quarter {
  width: 25%
}
.navigation-portrait .megamenu-panel-half, .navigation-portrait .megamenu-panel-quarter {
  width: 100%
}
.megamenu-panel-row {
  width: 100%
}
.megamenu-panel-row:before, .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0
}
.megamenu-panel-row:after {
  clear: both
}
.megamenu-panel-row [class*=col-] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%
}
.megamenu-panel-row [class*=col-]:first-child {
  margin-left: 0
}
.navigation-portrait .megamenu-panel-row [class*=col-] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px
}
.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
  margin-top: 0
}
.megamenu-panel-row .col-1 {
  width: 5.583333333333%
}
.megamenu-panel-row .col-2 {
  width: 14.166666666666%
}
.megamenu-panel-row .col-3 {
  width: 22.75%
}
.megamenu-panel-row .col-4 {
  width: 31.333333333333%
}
.megamenu-panel-row .col-5 {
  width: 39.916666666667%
}
.megamenu-panel-row .col-6 {
  width: 48.5%
}
.megamenu-panel-row .col-7 {
  width: 57.083333333333%
}
.megamenu-panel-row .col-8 {
  width: 65.666666666667%
}
.megamenu-panel-row .col-9 {
  width: 74.25%
}
.megamenu-panel-row .col-10 {
  width: 82.833333333334%
}
.megamenu-panel-row .col-11 {
  width: 91.416666666667%
}
.megamenu-panel-row .col-12 {
  width: 100%
}
.megamenu-tabs {
  width: 100%;
  float: left;
  display: block
}
.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none
}
.navigation-portrait .megamenu-tabs-nav {
  width: 100%
}
.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff
}
.megamenu-tabs-nav > li.active a, .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5
}
.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff
}
.megamenu-tabs-pane.active {
  display: block
}
.navigation-portrait .megamenu-tabs-pane {
  width: 100%
}
.megamenu-lists {
  width: 100%;
  display: table
}
.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none
}
.megamenu-list:last-child {
  margin: 0;
  border: none
}
.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0
}
.navigation-landscape .megamenu-list:last-child {
  border: none
}
.megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px
}
.megamenu-list > li > a:hover {
  background-color: #27ae60;
  color: #fff
}
.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #343a40
}
.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent
}
.navigation-landscape .list-col-2 {
  width: 50%
}
.navigation-landscape .list-col-3 {
  width: 33%
}
.navigation-landscape .list-col-4 {
  width: 25%
}
.navigation-landscape .list-col-5 {
  width: 20%
}
.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 30px
}
/* ===================================
    Typography
====================================== */
.f-16 {
  font-size: 16px !important;
}
.f-18 {
  font-size: 18px !important;
}
.f-20 {
  font-size: 20px !important;
}
.f-22 {
  font-size: 22px !important;
}
.f-24 {
  font-size: 24px !important;
}
.f-26 {
  font-size: 26px !important;
}
.f-28 {
  font-size: 28px !important;
}
.title-gold {
  display: block;
  width: auto;
  font-weight: 900 !important;
  line-height: 1;
  font-family: var(--font-main);
  transform: scale(0.98, 1);
  transform-origin: left center;
  background: #cbb782;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9e6a29+5,e7c058+9,f4efe3+10,f4efe3+14,e7c058+18,9c6b2a+22,9c6b2a+27,ad7c2e+30,d0bb79+33,d0bb79+37,d0bb79+37,b19549+40,b19549+40,b19549+48,b19549+71,b19549+71,c7a967+75,c7a967+75 */
  background: #9e6a29; /* Old browsers */
  background: -moz-linear-gradient(left, #9e6a29 5%, #e7c058 9%, #f4efe3 10%, #f4efe3 14%, #e7c058 18%, #9c6b2a 22%, #9c6b2a 27%, #ad7c2e 30%, #d0bb79 33%, #d0bb79 37%, #d0bb79 37%, #b19549 40%, #b19549 40%, #b19549 48%, #b19549 71%, #b19549 71%, #c7a967 75%, #c7a967 75%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9e6a29 5%, #e7c058 9%, #f4efe3 10%, #f4efe3 14%, #e7c058 18%, #9c6b2a 22%, #9c6b2a 27%, #ad7c2e 30%, #d0bb79 33%, #d0bb79 37%, #d0bb79 37%, #b19549 40%, #b19549 40%, #b19549 48%, #b19549 71%, #b19549 71%, #c7a967 75%, #c7a967 75%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9e6a29 5%, #e7c058 9%, #f4efe3 10%, #f4efe3 14%, #e7c058 18%, #9c6b2a 22%, #9c6b2a 27%, #ad7c2e 30%, #d0bb79 33%, #d0bb79 37%, #d0bb79 37%, #b19549 40%, #b19549 40%, #b19549 48%, #b19549 71%, #b19549 71%, #c7a967 75%, #c7a967 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e6a29', endColorstr='#c7a967', GradientType=1); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--main);
  margin-bottom: 8px;
}
.title-gold:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#533a00+0,bc8b2e+13,ffe479+50,bc8b2e+89,4f4212+100 */
  background: #533a00; /* Old browsers */
  background: -moz-linear-gradient(left, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#533a00', endColorstr='#4f4212', GradientType=1); /* IE6-9 */
  top: 46%;
  left: 120px
}
.text-1 {
  font-size: 20px !important;
  font-weight: 400;
  letter-spacing: 1px;
}
/* ===================================
    Button
====================================== */
.btn-arrow {
  display: flex;
  line-height: 1;
}
.btn-arrow a {
  width: auto;
  background-image: url(../img/btn-gold.png?v=1);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 0;
  color: #fff !important;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0;
  margin: 0 0 10px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-align: center;
  align-items: center;
  min-width: 280px;
  min-height: 72px;
  line-height: 65px;
}
.btn-arrow a:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  color: #fff !important;
}
.btn-arrow a + .btn-arrow a {
  margin-left: 15px;
}
.btn-arrow.icon-style2 a {
	  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b2729+0,337373+75,255454+100 */
  background: #1b2729; /* Old browsers */
  background: -moz-linear-gradient(45deg, #1b2729 0%, #337373 75%, #255454 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #1b2729 0%, #337373 75%, #255454 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #1b2729 0%, #337373 75%, #255454 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2729', endColorstr='#255454', GradientType=1); /* IE6-9 fallback on horizontal gradient */
	border-radius: 999px;
}
.btn-arrow.btn-100 a {
  min-width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#65461a+0,ad7c2e+30,edd9ad+74,ab8045+85,5a330c+100 */
  background: #65461a; /* Old browsers */
  background: -moz-linear-gradient(45deg, #65461a 0%, #ad7c2e 30%, #edd9ad 74%, #ab8045 85%, #5a330c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #65461a 0%, #ad7c2e 30%, #edd9ad 74%, #ab8045 85%, #5a330c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #65461a 0%, #ad7c2e 30%, #edd9ad 74%, #ab8045 85%, #5a330c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65461a', endColorstr='#5a330c', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  border-radius: 999px;
  min-height: 68px;
  line-height: 66px;
}
.btn-arrow.btn-md a {
  min-width: 190px;
  min-height: 47px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.btn-arrow.btn-md a:hover {
  color: #fff
}
.btn-arrow i {
  padding-left: 10px;
}
.btn-arrow img {
  width: 70px !important;
  height: 70px !important;
  border-radius: 9999px;
  padding: 17px 17px;
  background-color: var(--main);
  color: #fff;
  margin-left: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn-arrow.btn-white a {
  background-image: url(../img/icon-right3-white.svg?v=1);
  color: #fff;
  border-color: #fff;
}
.btn-arrow.btn-white a:hover {
  background-image: url(../img/icon-right3-white.svg?v=1);
  color: #fff;
  border-color: var(--main);
}
.select-1 {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(182, 151, 93, .3);
  border: 1px solid rgba(145, 111, 45, 0);
  outline: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  height: 50px;
  width: 100%;
  padding: 4px 15px;
  border-radius: 4px;
  margin-top: 2px;
  margin-bottom: 10px;
  background-image: url(../img/icon-triangle-2.svg?v=1);
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.select-1:focus {
  border: 1px solid rgba(145, 111, 45, 1);
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 70%);
}
.select-2 {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(182, 151, 93, .3);
  border: 1px solid rgba(145, 111, 45, 0);
  outline: none;
  box-shadow: none;
  text-shadow: none;
  color: #ccc;
  height: 60px;
  width: 100%;
  padding: 4px 15px 4px 30px;
  border-radius: 999px;
  margin-top: 2px;
  margin-bottom: 10px;
  background-image: url(../img/icon-triangle-2.svg?v=1);
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: right center;
}
.select-2:focus {
  border: 1px solid rgba(145, 111, 45, 1);
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 70%);
}
.form-control::file-selector-button {
  position: relative;
  padding: .9rem 1.2rem;
  margin: -.375rem -1rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #fff;
  background-color: #967640;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 4px 0 0 4px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #896937;
}
/* ===================================
    Form
====================================== */
.contact-form {
  color: #ccc;
  letter-spacing: 0em;
  background-color: rgba(0, 0, 0, .7);
  padding: 80px 80px 85px;
  /*border: 3px solid #907638;*/
  border-radius: 25px;
  box-shadow: 0px 0px 50px 0px rgb(153 112 40 / 80%);
  margin: 40px 0 0 0;
  width: 100%;
}
.contact-form .btn {
  float: right
}
.contact-form .btn.out-line {
  float: left;
  margin: 0 30px;
}
.contact-form .form-group {
  margin-bottom: 20px;
  text-align: left;
}
.contact-form .form-title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  padding-right: 20px;
  text-align: right;
}
.contact-form .form-title span.red {
  padding-right: 2px;
}
.contact-form .form-control {
  background: rgba(182, 151, 93, .3);
  border: 1px solid rgba(145, 111, 45, 0);
  outline: none;
  box-shadow: none;
  color: #fff;
  height: 50px;
  width: 100%;
  padding: 4px 15px;
  border-radius: 4px;
  margin-top: 2px;
  margin-bottom: 10px;
}
.contact-form .form-control:focus {
  border: 1px solid rgba(145, 111, 45, 1);
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 70%);
}
.c-login .contact-form .form-control {
  height: 60px;
  width: 100%;
  padding: 4px 15px 4px 30px;
  border-radius: 999px;
  margin-top: 2px;
  margin-bottom: 10px;
  position: relative;
}
.contact-form textarea.form-control {
  resize: none;
  width: 100% !important;
  padding: 14px 16px;
  min-height: 200px;
}
.contact-form textarea.form-control.s2 {
  resize: none;
  width: 100% !important;
  padding: 14px 16px;
  min-height: 150px;
}
.contact-form textarea.form-control.s3 {
  resize: none;
  width: 100% !important;
  padding: 14px 16px;
  min-height: 400px;
}
.contact-form [type='submit'].btn {
  background: transparent;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  padding: 14px 10px;
  border-color: #916f2d;
  color: #5c5e62;
  min-width: 1px;
}
.contact-form [type='submit'].btn:hover {
  background: #916f2d;
  color: #fff;
}
.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, .4);
  opacity: 1
}
.form-control::placeholder {
  color: rgba(255, 255, 255, .4);
  opacity: 1
}
.room {
  /*border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);*/
  padding: 0;
}
.room-cost {
  font-family: Times, "Times New Roman", "serif";
  font-weight: 600;
  font-size: 24px;
  color: var(--main-light);
  letter-spacing: 1px;
  position: relative;
  top: 3px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .db-3-col [class^='col-'], .db-3-col [class*=' col-'] {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: -.25em;
  }
}
.contact-box {
  padding: 0;
  margin: 0 auto;
  float: none;
  display: block;
  text-align: center;
  width: 100%;
}
.contact-box iframe {
  height: 400px !important;
  width: 100%;
  margin-top: 10px;
}
.contact-box h2 {
  font-weight: 700;
  color: #916f2d;
  font-size: 30px;
  margin-bottom: 12px;
  text-align: left;
  color: var(--main);
  background: -webkit-linear-gradient(146deg, #806033 0%, #b29257 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-box p {
  margin-bottom: 30px;
}
.contact-box p span {
  font-style: italic;
}
.contact-box .input-wrap p {
  margin-bottom: 0px;
  padding-top: 8px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 6px;
  font-size: 17px;
}
.contact-box .input-wrap p:before {
  content: "|";
  width: 18px;
  display: inline-block;
  font-weight: 400;
}
.contact-box .input-wrap .no {
  color: #916f2d;
  font-style: normal;
  font-weight: 500;
}
/*-----------------------check按鈕-----------------------*/
.control-group {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0px;
  width: 100%;
  height: auto;
  margin: 7px 0 0;
}
.control {
  display: inline-block;
  position: relative;
  padding-left: 41px;
  padding-right: 30px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 16px;
  padding-top: 0px;
}
.control.control--radio {
  padding-right: 15px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 30px;
  width: 30px;
  background: rgba(182, 151, 93, .3);
  border-radius: 3px;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
  background: rgba(182, 151, 93, .3);
  box-shadow: 0px 0px 30px 0px rgb(153 112 40 / 70%);
}
.control input:checked ~ .control__indicator {
  background: #916f2d;
  box-shadow: 0px 0px 30px 0px rgb(153 112 40 / 70%);
}
.control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {
  background: #916f2d;
}
.control input:disabled ~ .control__indicator {
  background: #916f2d;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 11px;
  top: 6px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 9px;
  top: 9px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover, .select select:focus {
  color: #000;
  background: #ccc;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
.title-form {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #916f2d;
  margin-bottom: 30px;
  margin-top: 10px;
}
.title-form.s2 {
  margin-bottom: 30px;
  margin-top: 50px;
}
.line-1 {
  width: 100%;
  height: 1px;
  background-color: rgba(145, 111, 45, .4);
  margin: 30px 0 30px;
}
.center {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.text-center {
  text-align: center !important;
}
.form-info {
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
}
.number-add {
  margin: 4px 0 0 0;
  display: inline-flex;
}
.number-icon {
  width: 50px;
  height: 45px;
  border: none;
  background-color: rgba(182, 151, 93, .3);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}
.number-icon:first-child {
  border-radius: 4px 0 0 4px;
}
.number-icon:last-child {
  border-radius: 0 4px 4px 0;
}
.number-icon:focus {
  border: 1px solid rgba(145, 111, 45, 1);
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 70%);
}
.number-display {
  width: 60px;
  height: 45px;
  display: inline-block;
  text-align: center;
  border: none;
  background-color: rgba(182, 151, 93, .3);
  color: #fff;
}
.number-display:focus {
  border: 1px solid rgba(145, 111, 45, 1);
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 70%);
  outline: none;
}
.btn-1 {
  background-color: var(--main);
  border-radius: 999px;
  outline: none;
  border: none;
  padding: 2px 22px 2px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-image: url("../img/btn-gold.png?v=1");
  background-size: 140% 140%;
  background-position: center center;
}
.list-info {
  padding-top: 6px;
  font-size: 17px;
}
/* ===================================
   Login
====================================== */
.tr-register {
  position: relative;
  display: inline-block;
  color: #fff;
  width: 100%;
}
.tr-regi-form {
  margin: 40px auto 0;
  background: rgba(0, 0, 0, .6);
  text-align: center;
  position: relative;
  color: #fff;
  letter-spacing: 0em;
  background-color: rgba(0, 0, 0, .7);
  padding: 80px 80px 85px;
  /*border: 3px solid #907638;*/
  border-radius: 25px;
  box-shadow: 0px 0px 50px 0px rgb(153 112 40 / 80%);
  width: 66%;
}
.tr-regi-form input {
  padding: 10px 10px 10px;
  border: 1px solid #c9c9c9;
  width: 100%;
}
.tr-regi-form textarea {
  padding: 10px 10px 10px 22px;
  border: 1px solid #c9c9c9;
  height: 100px;
}
.tr-regi-form input[type="submit"] {
  padding: 0px;
  font-size: 18px !important;
}
.tr-regi-form label {}
.tr-regi-form h4 {
  margin-top: 0px;
  font-size: 42px;
  margin-bottom: 8px;
}
.tr-regi-form h4 span {
  color: #e92b44;
  font-size: 42px;
  font-weight: 600;
}
.tr-regi-form form {
  position: relative;
  padding: 20px;
}
.tr-regi-form p {
  font-size: 15px;
  margin-bottom: 0px;
  color: var(--link)
}
.tr-regi-form p a {
  padding: 0 5px;
}
.full-btn {
  width: 100%;
  display: block;
}
.soc-login {
  position: relative;
  border-top: 1px solid var(--line-light);
  margin-top: 12px;
  padding-top: 10px;
}
.soc-login p {
  text-align: center;
  padding-bottom: 5px;
  color: #ccc;
  font-size: 15px;
  opacity: .6
}
.soc-login ul {
  padding: 0px;
  margin: 0px;
}
.soc-login ul li {
  list-style-type: none;
  float: left;
  width: 50%;
  padding: 7px !important;
}
.soc-login ul li a {
  display: block;
  color: #fff;
  padding: 12px 18px;
  text-align: center;
  border-radius: 999px;
  font-size: 17px;
  opacity: 1;
  font-weight: 500;
}
.soc-login ul li a:hover {
  color: #fff;
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.soc-login ul li:nth-child(1) a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b2729+0,337373+75,255454+100 */
  background: #1b2729; /* Old browsers */
  background: -moz-linear-gradient(45deg, #1b2729 0%, #337373 75%, #255454 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #1b2729 0%, #337373 75%, #255454 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #1b2729 0%, #337373 75%, #255454 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2729', endColorstr='#255454', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.soc-login ul li:nth-child(2) a {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b2729+0,337373+75,255454+100 */
  background: #1b2729; /* Old browsers */
  background: -moz-linear-gradient(45deg, #1b2729 0%, #337373 75%, #255454 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #1b2729 0%, #337373 75%, #255454 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #1b2729 0%, #337373 75%, #255454 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2729', endColorstr='#255454', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.soc-login ul li a i {
  padding-right: 7px;
  font-size: 26px;
  position: relative;
  top: 3px;
}
/* ===================================
    Page
====================================== */
.bg-in {
  position: relative;
  overflow: hidden;
  background-image: url(../img/bg-share.jpg?v=1);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.bg-in:before {
  content: "";
  position: absolute;
  top: -30px;
  font-family: var(--font-en);
  font-size: 240px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.3rem;
  z-index: 1;
  color: rgba(57, 155, 211, 0.08);
  display: none;
}
.bg-apply {
  background-image: url(../img/bg-apply.jpg?v=1) !important;
  background-size: 100% auto;
}
.bg-login {
  background-image: url(../img/bg-login.jpg?v=1) !important;
  background-size: 100% auto !important;
  background-position: left top;
}
.bg-member {
  background-image: url(../img/bg-member.jpg?v=1) !important;
  background-size: 100% auto !important;
  background-position: left top;
}
.page-in {
  width: 100%;
  display: block;
  position: relative;
  padding: 20px 0px 120px;
  font-size: 15px;
  z-index: 2;
  color: rgba(255, 255, 255, .5)
}
.page-in.no-slider {
  margin-top: 110px;
}
.page-in a {
  color: var(--link)
}
.page-in a:hover {
  color: var(--hover)
}
.page-in .item {
  padding: 5px 12px 40px;
}
.page-in .item .card-body {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
}
.page-in .item .card-body .h4 {
  margin-bottom: 10px
}
.page-in .item .card-body h4 a, .page-in .item .card-body .h4 a, .page-in .item .card-body h3 a, .page-in .item .card-body .h3 a {
  background: none;
  background-image: none;
  color: #ccc !important;
  -webkit-text-fill-color: #cccccc;
}
.page-in .item .card-body > .btn-arrow {
  margin-top: 20px;
  justify-content: center;
}
.page-in h1 {
  font-family: var(--font-main);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  line-height: 1.4;
  color: var(--main);
  background: -webkit-linear-gradient(146deg, #806033 0%, #b29257 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-in h2 {
  font-family: var(--font-main);
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.page-in h3, .page-in .h3 {
  font-size: 22px;
  line-height: 1.4;
  font-family: var(--font-main);
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--main-light);
}
.page-in h4, .page-in .h4 {
  font-size: 18px;
  line-height: 1.4;
  font-family: var(--font-main);
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--main);
}
.page-in img {
  height: auto;
  max-width: 100%;
}
.page-in nav {
  font-size: 16px;
}
.page-in nav a {
  color: var(--main);
}
.page-in ul {
  padding: 0;
  margin: 0;
}
.page-in ul li {
  background-image: url("../img/icon-dot.svg?v=1");
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: 6px 9px;
  padding-left: 26px;
  list-style: none;
}
.page-in .page-link {
  border: none;
  padding: 0.375rem 1rem;
  background-color: transparent;
  border-radius: 999px;
}
.page-in .pagination {
  justify-content: center;
  border: none;
}
.page-in ul.pagination li {
  padding-left: 0px;
  list-style: none;
  background-image: none;
}
.page-in .page-link:hover {
  z-index: 2;
  color: #fff;
  background-color: var(--main);
  border-color: #dee2e6;
}
.page-in .page-item:first-child .page-link {
  border-radius: 999rem
}
.page-in .page-item:last-child .page-link {
  border-radius: 999rem
}
.page-in-view {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  padding: 30px 0px 40px;
  border-top: 1px solid var(--line-d);
  border-bottom: 1px solid var(--line);
  margin-bottom: 35px;
}
.page-in-view h1, .page-in-view h2, .page-in-view h3, .page-in-view h4 {
  color: var(--main);
  background: -webkit-linear-gradient(146deg, #806033 0%, #b29257 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-in .card-body p {
  margin-bottom: 0;
}
.block {
  padding: 40px 0 0 0;
}
/* ===================================
   Blog
====================================== */
.bolg-box {
  padding: 0 5%;
}
/* ===================================
    Servie
====================================== */
.index-three {
  background-image: url("../img/bg-gold.png?v=1");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -30px;
  z-index: 90;
  padding-top: 40px;
}
.three-box {
  display: inline-flex;
  padding-top: 20px;
  padding-bottom: 18px;
}
.three-pic {
  width: 23%;
  margin-top: 2px;
}
.three-pic img {
  width: 100%;
  height: auto;
}
.three-info {
  width: 77%;
  padding-left: 20px;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}
.three-info.no-line {
  border-right: none;
}
.three-info h3 {
  font-size: 22px;
  font-weight: 700;
  color: #e6d1a7;
  font-family: var(--font-main)
}
.three-info p {
  color: #c7c0ad;
  font-size: 15px;
  line-height: 1.4;
}
.index-service {
  background-image: url("../img/bg-service.jpg?v=1");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 110px 0 170px;
  position: relative;
  z-index: 9;
}
.title-box-out {
  padding: 0px 0px 10px;
  text-align: center;
}
.title-box-out .title {
  display: flex;
}
.title-box-out .title-box {
  position: relative;
}
.title-box-out .title-box:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#533a00+0,bc8b2e+13,ffe479+50,bc8b2e+89,4f4212+100 */
  background: #533a00; /* Old browsers */
  background: -moz-linear-gradient(left, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#533a00', endColorstr='#4f4212', GradientType=1); /* IE6-9 */
  top: 42%;
  left: -230px
}
.title-box-out .title-box:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 3px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#533a00+0,bc8b2e+13,ffe479+50,bc8b2e+89,4f4212+100 */
  background: #533a00; /* Old browsers */
  background: -moz-linear-gradient(left, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#533a00', endColorstr='#4f4212', GradientType=1); /* IE6-9 */
  top: 42%;
  right: -230px
}
.title-box-out .title-box h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  transform: scale(0.98, 1);
  transform-origin: left center;
  background: #cbb782;
  /* Old browsers */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cbb782+0,b9984d+7,c9b477+13,432011+17,432011+26,9e6a29+32,9e6a29+36,e7c058+39,f4efe3+42,f4efe3+49,f4efe3+52,e7c058+55,9c6b2a+58,9c6b2a+64,ad7c2e+78,d0bb79+84,d0bb79+87,b19549+90,b19549+93,c7a967+100 */
  background: #cbb782; /* Old browsers */
  background: -moz-linear-gradient(left, #cbb782 0%, #b9984d 7%, #c9b477 13%, #432011 17%, #432011 26%, #9e6a29 32%, #9e6a29 36%, #e7c058 39%, #f4efe3 42%, #f4efe3 49%, #f4efe3 52%, #e7c058 55%, #9c6b2a 58%, #9c6b2a 64%, #ad7c2e 78%, #d0bb79 84%, #d0bb79 87%, #b19549 90%, #b19549 93%, #c7a967 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #cbb782 0%, #b9984d 7%, #c9b477 13%, #432011 17%, #432011 26%, #9e6a29 32%, #9e6a29 36%, #e7c058 39%, #f4efe3 42%, #f4efe3 49%, #f4efe3 52%, #e7c058 55%, #9c6b2a 58%, #9c6b2a 64%, #ad7c2e 78%, #d0bb79 84%, #d0bb79 87%, #b19549 90%, #b19549 93%, #c7a967 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #cbb782 0%, #b9984d 7%, #c9b477 13%, #432011 17%, #432011 26%, #9e6a29 32%, #9e6a29 36%, #e7c058 39%, #f4efe3 42%, #f4efe3 49%, #f4efe3 52%, #e7c058 55%, #9c6b2a 58%, #9c6b2a 64%, #ad7c2e 78%, #d0bb79 84%, #d0bb79 87%, #b19549 90%, #b19549 93%, #c7a967 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbb782', endColorstr='#c7a967', GradientType=1); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--main);
  margin-bottom: 8px;
  font-family: var(--font-main);
  font-weight: 900;
}
.title-box-out .title-box h6 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 0;
  transform: scale(0.96, 1);
  transform-origin: left center;
  /* Old browsers */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cbb782+0,b9984d+7,c9b477+13,432011+17,432011+26,9e6a29+32,9e6a29+36,e7c058+39,f4efe3+42,f4efe3+49,f4efe3+52,e7c058+55,9c6b2a+58,9c6b2a+64,ad7c2e+78,d0bb79+84,d0bb79+87,b19549+90,b19549+93,c7a967+100 */
  background: #cbb782; /* Old browsers */
  background: -moz-linear-gradient(left, #cbb782 0%, #b9984d 7%, #c9b477 13%, #432011 17%, #432011 26%, #9e6a29 32%, #9e6a29 36%, #e7c058 39%, #f4efe3 42%, #f4efe3 49%, #f4efe3 52%, #e7c058 55%, #9c6b2a 58%, #9c6b2a 64%, #ad7c2e 78%, #d0bb79 84%, #d0bb79 87%, #b19549 90%, #b19549 93%, #c7a967 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #cbb782 0%, #b9984d 7%, #c9b477 13%, #432011 17%, #432011 26%, #9e6a29 32%, #9e6a29 36%, #e7c058 39%, #f4efe3 42%, #f4efe3 49%, #f4efe3 52%, #e7c058 55%, #9c6b2a 58%, #9c6b2a 64%, #ad7c2e 78%, #d0bb79 84%, #d0bb79 87%, #b19549 90%, #b19549 93%, #c7a967 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #cbb782 0%, #b9984d 7%, #c9b477 13%, #432011 17%, #432011 26%, #9e6a29 32%, #9e6a29 36%, #e7c058 39%, #f4efe3 42%, #f4efe3 49%, #f4efe3 52%, #e7c058 55%, #9c6b2a 58%, #9c6b2a 64%, #ad7c2e 78%, #d0bb79 84%, #d0bb79 87%, #b19549 90%, #b19549 93%, #c7a967 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbb782', endColorstr='#c7a967', GradientType=1); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--main);
}
.title-box-out .title p {
  font-size: 20px;
  color: var(--main);
  text-align: left;
  font-weight: 400;
  padding: 5px 0;
}
.index-share {
  background-color: #000;
  padding: 100px 0 75px;
  background-image: url(../img/bg-share.jpg?v=1);
  background-size: cover;
  background-position: center top;
}
.index-share .item {
  padding: 5px 4px 20px;
}
.index-share .card-body {
  color: rgba(255, 255, 255, .7);
  padding: 18px 5px 0;
}
.index-share .card-body a {
  color: var(--title);
}
.index-share .card-body a:hover {
  color: var(--hover);
}
.index-share .card-body p a {
  color: #888888;
}
.index-share .card-body h3 {
  font-size: 18px;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 8px;
  line-height: 1.3;
}
.index-share .card-body p {
  font-size: 14px;
  color: var(--info);
  line-height: 1.5;
}
.index-service .card {
  padding: 0;
  display: block;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
  overflow: hidden;
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-color: transparent;
}
.index-service .card:hover {
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 15%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}
.pic-gold {
  width: 100% !important;
  height: auto !important;
  border-radius: 40px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#533a00+0,bc8b2e+13,ffe479+50,bc8b2e+89,4f4212+100 */
  background: #533a00; /* Old browsers */
  background: -moz-linear-gradient(left, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#533a00', endColorstr='#4f4212', GradientType=1); /* IE6-9 */
  padding: 2px; /* 添加内边距以显示边框 */
  margin: 0;
  transition: all .3s ease;
  -ms-transform: scale(1);
  transform: scale(1);
}
.pic-gold:hover {
  transition: all .3s ease;
  -ms-transform: scale(1.03);
  transform: scale(1.03);
  box-shadow: 0px 0px 30px 0px rgb(153 112 40 / 70%);
}
.pic-gold.room-pic {
  width: 150px !important;
}
.pic-gold-in {
  background-color: #fff;
  border-radius: 40px;
  border: 18px solid #022428;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#533a00+0,bc8b2e+13,ffe479+50,bc8b2e+89,4f4212+100 */
  background: #533a00; /* Old browsers */
  background: -moz-linear-gradient(left, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #533a00 0%, #bc8b2e 13%, #ffe479 50%, #bc8b2e 89%, #4f4212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#533a00', endColorstr='#4f4212', GradientType=1); /* IE6-9 */
  padding: 2px;
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  position: relative;
}
.pic-gold-in img {
  border-radius: 20px;
  background-size: cover;
  background-position: center center;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pic-gold.one {
  border-radius: 15px;
}
.pic-gold.one .pic-gold-in {
  border: 0px solid #022428;
  border-radius: 15px;
}
.pic-gold.one .pic-gold-in img {
  border-radius: 12px;
  background-color: #000;
}
.index-service .card-body {
  padding: 0 10px 50px 10px;
  position: absolute;
  bottom: 10px;
  z-index: 9999;
  color: #fff;
  width: 100%;
  text-align: center;
}
.index-service .card-body .card-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 2px;
}
.index-service .card-body .card-text {
  font-size: 18px;
  color: #fff;
  line-height: 1.7;
}
.index-service .swiper-button-next, .index-service .swiper-button-prev {
  background-color: #3497d1;
  width: 65px;
  height: 65px;
  border-radius: 999px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  top: 51%;
}
.index-service .swiper-button-next:after, .index-service .swiper-button-prev:after {
  display: none;
}
.index-service .swiper-button-next {
  background-image: url("../img/icon-right2.png?v=1");
  background-size: 68% auto;
  background-repeat: no-repeat;
  background-position: 40% 40%;
  right: 45px;
}
.index-service .swiper-button-next:hover {
  right: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-service .swiper-button-prev {
  background-image: url("../img/icon-left.png?v=1");
  background-size: 68% auto;
  background-repeat: no-repeat;
  background-position: 60% 40%;
  left: -45px;
  position: absolute;
  z-index: 9999;
}
.index-service .swiper-button-prev:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  left: 30px;
}
.index-service .container-fluid {
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.index-service .swiper-slide {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 10px;
}
/* ===================================
    Travel
====================================== */
.travel-summary h2 {
  font-size: 36px;
  color: #E6E6E6;
  font-weight: 500;
  margin-top: 5px;
}
.travel-summary h3 {
  font-size: 44px;
  font-weight: 600;
  font-family: Times, "Times New Roman", "serif";
  color: #bf903c;
  letter-spacing: 1px;
}
.travel-summary h3 span {
  font-size: 20px;
  padding: 0 5px;
  font-weight: 500;
}
.travel-pic {
  padding: 0 20px 20px;
}
.travel-list {
  font-size: 18px;
  color: #dbdbdb;
  line-height: 2;
  margin-top: 10px;
}
.travel-list img {
  width: 18px;
  height: auto;
  margin-right: 10px;
  margin-left: 4px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#806033+0,b29257+100 */
  background: #806033; /* Old browsers */
  background: -moz-linear-gradient(45deg, #806033 0%, #b29257 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #806033 0%, #b29257 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #806033 0%, #b29257 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#806033', endColorstr='#b29257', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  border: 1px solid transparent;
  color: #fff;
}
.nav-tabs .nav-link {
  border: 1px solid #b29257;
  color: #cbcbcb;
  font-size: 20px;
  font-weight: 700;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  letter-spacing: 1px;
  margin-right: 8px;
}
.nav-tabs .nav-link:hover {
  border: 1px solid #b29257;
}
.nav-day.fade:not(.show), .nnav-night.fade:not(.show) {
	display:none;
}
.nav-link {
  padding: .6rem 2rem;
}
.nav-tabs {
  border-bottom: 1px solid #b29257;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: transparent;
	color: #deb85d;
	opacity: 1;
}
.nav-pills .nav-link {
	color: #deb85d;
	opacity: .6;
	font-size: 22px;
	font-weight: 700;
	padding: 0.2rem 1rem 0.6rem;
}
.nav-pills .nav-link img {
	margin-right: 6px;
}
ul.nav-pills li.nav-item {
	background-image:none;
	padding-left: 0px;
}
.tab-content {
  padding-top: 30px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, .7)
}
.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4 {
  color: #c6aa76;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#806033+0,b29257+100 */
  background: #806033; /* Old browsers */
  background: -moz-linear-gradient(45deg, #a16c30 0%, #ead5ac 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #a16c30 0%, #ead5ac 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #a16c30 0%, #ead5ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a16c30', endColorstr='#ead5ac', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-cost {
  font-size: 16px;
  font-weight: 500;
  font-family: Times, "Times New Roman", "serif";
  color: #bf903c;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
}
.text-cost span {
  font-size: 24px;
  font-weight: 600;
  padding: 0 2px;
}
.star-pic {
  width: 100px;
  margin: 0 auto;
}
.star-pic img {
  width: 100%;
  height: auto;
}
.star-pic2 {
  width: 150px;
  margin: 10px 0 20px 0;
}
.star-pic2 img {
  width: 100%;
  height: auto;
}
.form-room h3 {
  font-size: 17px !important;
  color: var(--link) !important;
  margin-bottom: 0 !important;
}
.form-room .item .card-body {
  padding-top: 10px !important;
}
.form-room a {
  display: block;
  border-radius: 20px;
  padding: 9px 10px 5px 10px;
  margin: 0px 3px 15px 3px;
  border: 1px solid rgba(145, 111, 45, 0);
}
.form-room a.active {
  border: 1px solid rgba(145, 111, 45, 1);
  background-color: rgba(182, 151, 93, .3);
}
.page-in .form-room .item {
  padding: 0;
}
.form-room .pic-gold:hover {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transform: scale(1);
  transform: scale(1);
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 0%);
}
.form-room a:hover {
  transition: all 0s;
  border: 1px solid rgba(145, 111, 45, 1);
}
.room-list {
  border: 1px dashed rgba(145, 111, 45, 1);
  padding: 10px 18px;
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
.room-subtotal {
  padding-left: 10px;
  width: auto;
  display: inline-block;
}
.room-info {
  font-size: 16px;
  color: var(--link);
}
.room-info span {
  font-size: 26px;
  color: var(--main-light);
  padding: 0 5px;
  font-style: italic;
  font-weight: 600;
  border-bottom: 2px solid var(--main);
  padding-bottom: 2px;
  line-height: 1.4;
}
.icon-discount {
  font-size: 16px;
  width: 120px;
  letter-spacing: 1px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#806033+0,b29257+100 */
  background: #806033; /* Old browsers */
  background: -moz-linear-gradient(45deg, #806033 0%, #b29257 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #806033 0%, #b29257 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #806033 0%, #b29257 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#806033', endColorstr='#b29257', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  text-align: center;
  margin: 20px 0 5px 0;
  line-height: 1;
  padding: 5px;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
}
.cost-box {
  border: 2px dashed var(--main);
  border-radius: 8px;
  padding: 20px 40px 30px;
  margin: 0 0 0;
  letter-spacing: 0.02rem;
  font-size: 18px;
  line-height: 1.5;
  width: auto;
  display: block;
}
.cost-box h4 {
  font-weight: 300;
  color: var(--link);
  line-height: 1.5;
  font-size: 18px;
}
.cost-box .room-cost {
  font-size: 42px;
  font-style: normal !important;
  letter-spacing: 2px;
}
.cost-box .room-cost span {
  font-size: 18px;
  padding: 0 2px;
  font-style: normal !important;
}
.cost-box p {
  font-size: 17px;
  color: var(--link);
  margin-bottom: 10px;
}
.cost-box .cost-account {
  margin: 10px 0 30px;
}
.cost-box .cost-account span {
  font-style: normal !important;
  color: var(--main);
  font-size: 22px;
  line-height: 1.7;
  font-weight: 700;
}
/* ===================================
    News
====================================== */
.index-news {
  padding: 65px 0 110px;
  background-image: url("../img/bg-index-news.jpg?v=1");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #000;
  color: #fff;
  overflow: hidden;
  display: flex;
  position: relative;
}
.index-news:before {
  content: "";
  left: 0;
  top: 0;
  background-color: #000;
  width: 56%;
  height: 100%;
  position: absolute;
  background-image: url("../img/index-news-1.jpg?v=1");
  background-size: cover;
}
.index-news-box {
  width: 40%;
  display: block;
}
.index-news h1, .index-news .h1, h1.title-1, h2.title-1 {
  font-size: 48px;
  font-weight: 900 !important;
  line-height: 1;
  font-family: var(--font-main);
  transform: scale(0.98, 1);
  transform-origin: left center;
  background: #cbb782;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9e6a29+5,e7c058+9,f4efe3+10,f4efe3+14,e7c058+18,9c6b2a+22,9c6b2a+27,ad7c2e+30,d0bb79+33,d0bb79+37,d0bb79+37,b19549+40,b19549+40,b19549+48,b19549+71,b19549+71,c7a967+75,c7a967+75 */
  background: #9e6a29; /* Old browsers */
  background: -moz-linear-gradient(left, #9e6a29 5%, #e7c058 9%, #f4efe3 10%, #f4efe3 14%, #e7c058 18%, #9c6b2a 22%, #9c6b2a 27%, #ad7c2e 30%, #d0bb79 33%, #d0bb79 37%, #d0bb79 37%, #b19549 40%, #b19549 40%, #b19549 48%, #b19549 71%, #b19549 71%, #c7a967 75%, #c7a967 75%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9e6a29 5%, #e7c058 9%, #f4efe3 10%, #f4efe3 14%, #e7c058 18%, #9c6b2a 22%, #9c6b2a 27%, #ad7c2e 30%, #d0bb79 33%, #d0bb79 37%, #d0bb79 37%, #b19549 40%, #b19549 40%, #b19549 48%, #b19549 71%, #b19549 71%, #c7a967 75%, #c7a967 75%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9e6a29 5%, #e7c058 9%, #f4efe3 10%, #f4efe3 14%, #e7c058 18%, #9c6b2a 22%, #9c6b2a 27%, #ad7c2e 30%, #d0bb79 33%, #d0bb79 37%, #d0bb79 37%, #b19549 40%, #b19549 40%, #b19549 48%, #b19549 71%, #b19549 71%, #c7a967 75%, #c7a967 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e6a29', endColorstr='#c7a967', GradientType=1); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--main);
  margin-bottom: 8px;
}
.index-news h6, .index-news .h6, h6.title-2 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 0;
  transform: scale(0.96, 1);
  transform-origin: left center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9e6a29+7,e7c058+11,f4efe3+15,f4efe3+19,f4efe3+22,e7c058+26,9c6b2a+33,9c6b2a+33,9c6b2a+41,ad7c2e+46,d0bb79+52,d0bb79+58,b19549+63,b19549+71,b19549+71,c7a967+75,c7a967+75;gold-4-3 */
  background: #9e6a29; /* Old browsers */
  background: -moz-linear-gradient(left, #9e6a29 7%, #e7c058 11%, #f4efe3 15%, #f4efe3 19%, #f4efe3 22%, #e7c058 26%, #9c6b2a 33%, #9c6b2a 33%, #9c6b2a 41%, #ad7c2e 46%, #d0bb79 52%, #d0bb79 58%, #b19549 63%, #b19549 71%, #b19549 71%, #c7a967 75%, #c7a967 75%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #9e6a29 7%, #e7c058 11%, #f4efe3 15%, #f4efe3 19%, #f4efe3 22%, #e7c058 26%, #9c6b2a 33%, #9c6b2a 33%, #9c6b2a 41%, #ad7c2e 46%, #d0bb79 52%, #d0bb79 58%, #b19549 63%, #b19549 71%, #b19549 71%, #c7a967 75%, #c7a967 75%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #9e6a29 7%, #e7c058 11%, #f4efe3 15%, #f4efe3 19%, #f4efe3 22%, #e7c058 26%, #9c6b2a 33%, #9c6b2a 33%, #9c6b2a 41%, #ad7c2e 46%, #d0bb79 52%, #d0bb79 58%, #b19549 63%, #b19549 71%, #b19549 71%, #c7a967 75%, #c7a967 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e6a29', endColorstr='#c7a967', GradientType=1); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--main);
}
.news-box {
  padding: 20px 0;
}
.news-box ul {
  padding: 0;
  margin: 0;
}
.news-box ul li {
  display: flex;
  padding: 0 5px 5px 5px;
  margin: 0;
  width: 100%;
  font-size: 15px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 5px;
}
.news-box.news-in ul li {
  display: flex;
  padding: 0 6px 10px 5px;
  margin-bottom: 12px;
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid var(--line);
  background-image: none;
}
.news-box.news-in .news-day {
  width: 120px;
  line-height: 1.6;
}
.news-box.news-in .news-info {
  width: calc(100%-120px);
  line-height: 1.6;
}
.news-day {
  width: 22%;
  font-size: 16px;
  font-weight: 300;
  color: #999;
  font-family: var(--font-en);
}
.news-info {
  font-size: 15px;
  font-weight: 300;
  width: 78%;
  line-height: 1.4;
}
.news-info a {
  color: #fff;
  text-decoration: none;
}
.news-info a:hover {
  color: var(--hover);
}
.index-activity {
  padding: 100px 0 105px;
  width: 100%;
  background-image: url("../img/bg-activity.jpg?v=1");
  background-size: cover;
}
.index-activity .title-box {
  text-align: left;
}
.activity-box {
  padding: 20px 0 0 0;
}
.activity-day {
  font-size: 15px;
  color: rgba(255, 255, 255, .5);
  font-family: var(--font-en);
}
.activity-box h4 {
  font-size: 24px;
  color: rgba(255, 255, 255, .8);
  line-height: 1.5;
}
.activity-box p {
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
}
.index-activity .pic-gold-out {
  margin-right: 25px;
  margin-left: 25px;
}
.pic-gold-out {
  width: 100%;
  height: auto;
  border: 3px solid #907638;
  border-radius: 25px;
}
.pic-gold-out img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  background-size: cover;
}
.project .news-day {
  width: 10%;
  font-size: 22px;
  font-weight: 400;
  color: var(--main);
  font-family: var(--font-en);
  margin-top: -2px;
  padding-left: 2%;
  font-style: italic;
}
.project .news-info {
  font-size: 17px;
  font-weight: 400;
  width: 86%;
  margin-bottom: 10px;
  padding-left: 2%;
  display: flex;
}
.project .news-info img {
  width: 380px;
  height: auto;
  margin: 10px 0px 10px 40px;
  box-shadow: 0 0 40px 0px rgb(14 27 30 / 10%);
}
.news ul li {
  list-style: none;
  background-image: none;
}
.news .news-box {
  padding: 22px 5px 10px;
  border-top: 1px solid var(--line-d);
  border-bottom: 1px solid var(--line-d)
}
.news .news-box ul li {
  padding-bottom: 0px;
  margin-bottom: 10px;
  border-bottom: 1px dashed var(--line-d)
}
.news .news-box ul li:last-child {
  border-bottom: none;
}
.class .card-header {
  background-color: rgba(52, 151, 209, 1.00);
  color: #fff;
  font-size: 22px;
  padding: 18px 30px !important;
  font-weight: 500;
  margin-bottom: 0;
}
.card-header:first-child {
  border-radius: 0;
}
.class .card-header a {
  color: #fff;
}
.class .card-body {
  padding: 25px 40px 40px 30px !important;
}
.class .card {
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
  border-radius: 0;
  margin-bottom: 40px;
}
.class .card ul {
  margin-top: 30px;
}
.class .card ul li {
  display: inline-block;
  background-image: none;
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  list-style: none;
  color: #333
}
.class .card ul li i {
  color: var(--main);
  margin-right: 5px;
}
.class .card ul li span, .class .class-info ul li span {
  background-color: #efefef;
  padding: 6px 20px;
  margin-top: 8px;
  margin-right: 9px;
  border-radius: 4px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: var(--main);
}
.service.class p + h3 {
  margin-top: 50px;
}
.class-info ul {
  padding-bottom: 50px;
}
.class-info ul li {
  background-image: none;
  padding-left: 5px;
  padding-bottom: 5px;
}
.class-info ul li i {
  padding-right: 15px;
  color: var(--main)
}
h3.class-info-title {
  color: #333;
  font-size: 20px;
  font-weight: 500;
}
.class .form-control-lg {
  background-color: rgba(204, 204, 204, .3);
  border-radius: 0;
  border: none;
  padding: 20px 20px;
  min-height: 46px;
  font-size: 18px;
}
.class .form-select {
  background-color: rgba(204, 204, 204, .3);
  border-radius: 0;
  border: none;
  padding: 20px 20px;
  min-height: 46px;
  font-size: 18px;
}
.red {
  color: #f00;
  font-size: 22px;
  margin-left: 2px;
}
.blue {
  color: var(--main)
}
.class label {
  font-weight: 500;
}
.pay-info {
  max-width: 600px;
  padding: 25px 40px 30px;
  background-color: #efefef;
  color: var(--main);
  font-size: 20px;
  display: flex;
}
.contact-info2 {
  padding: 0 0 0 60px;
}
.contact-info2 h3 {
  font-size: 22px;
  color: var(--main);
  letter-spacing: 0;
}
.contact-item {
  display: flex;
  margin-bottom: 50px;
  position: relative;
}
.contact-text {
  padding-left: 20px;
  line-height: 1.6;
  width: calc(100% - 110px);
  display: inline-block;
}
.contact-text i {
  color: var(--main-light);
  display: inline-flex;
  width: 20px;
  align-items: flex-start;
  justify-content: center;
  margin-top: 8px;
  margin-right: 5px
}
.contact-text span {
  width: calc(100% - 30px);
  display: inline-flex;
  align-items: flex-start;
}
.contact-pic {
  width: 110px;
  height: 110px;
  overflow: hidden;
  background-color: var(--main-light);
  border-radius: 999px;
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  display: inline-block;
  line-height: 102px;
  color: #fff;
  position: relative;
  top: 0;
}
.w-50 {
  width: 50%;
  float: left;
}
/* ===================================
    Member
====================================== */
.sub-nav {
  display: block;
  justify-content: center;
  margin: 9px 0 30px;
  width: 100%;
  padding-bottom: 2px;
  padding-top: 1px;
  padding-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, .1);
}
.sub-nav a {
  display: block;
  width: 100%;
  padding: 8px 0px;
  margin: 10px 0;
  border-radius: 999px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: 1px solid rgba(145, 111, 45, 0);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#806033+0,b29257+100 */
  background: #806033; /* Old browsers */
  background: -moz-linear-gradient(45deg, #806033 0%, #b29257 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #806033 0%, #b29257 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #806033 0%, #b29257 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#806033', endColorstr='#b29257', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  opacity: .45
}
.sub-nav a:hover {
  color: #fff;
  opacity: 1;
  border: 1px solid rgba(145, 111, 45, 1);
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 70%);
}
.sub-nav a.on {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#65461a+0,ad7c2e+30,d9be8f+65,ab8045+80,5a330c+100 */
  background: #65461a; /* Old browsers */
  background: -moz-linear-gradient(45deg, #65461a 0%, #ad7c2e 30%, #d9be8f 65%, #ab8045 80%, #5a330c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #65461a 0%, #ad7c2e 30%, #d9be8f 65%, #ab8045 80%, #5a330c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #65461a 0%, #ad7c2e 30%, #d9be8f 65%, #ab8045 80%, #5a330c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65461a', endColorstr='#5a330c', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  opacity: 1;
  border: 1px solid rgba(145, 111, 45, 1);
}
.sub-nav img {
  width: 20px;
  height: auto;
  margin-right: 8px;
}
.cw-cart-table {
  color: #ccc;
  margin-top: 20px;
}
.cw-cart-table td {
  border-bottom: 1px solid var(--line)
}
.order-table {
  position: relative;
}
.order-table th, .order-table td {
  text-align: center;
}
.order-table.room-table td {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.table.cw-cart-table thead th {
  color: var(--main-light);
  text-align: center;
  font-weight: 600 !important;
  font-size: 16px;
}
.table > thead {
  border-bottom: 2px solid var(--main);
  background: rgba(182, 151, 93, .2);
}
.cw-cart-table input.btn {
  border-radius: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 24px;
  height: auto;
  margin: auto;
  letter-spacing: 0.4px;
  padding: 13px 40px;
  transition: all 0.3s linear 0s;
}
.table.table-member td {
  line-height: 1.7;
}
.table.table-member td a {
  font-size: 15px;
  color: var(--link);
  font-weight: 400;
}
.table.table-member td a:hover {
  color: #a7855d;
}
.text-link a {
  display: inline-block;
  padding: 2px 13px 2px;
  margin: 3px 4px;
  color: #fff !important;
  font-size: 13px !important;
  border-radius: 9999px;
  text-decoration: none !important;
  font-weight: 500 !important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#806033+0,b29257+100 */
  background: #806033; /* Old browsers */
  background: -moz-linear-gradient(45deg, #806033 0%, #b29257 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #806033 0%, #b29257 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #806033 0%, #b29257 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#806033', endColorstr='#b29257', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.text-link a.outline {
  background-color: #fff !important;
  color: #e0903c !important;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 500 !important;
}
.text-link a:hover {
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 70%);
}
.c-login .page-in ul li {
  background-image: none;
  padding-left: 0px;
  list-style: none;
}
.c-member .contact-form {
  color: #fff;
  letter-spacing: 0em;
  background-color: rgba(0, 0, 0, .7);
  padding: 80px 60px 85px;
  /*border: 3px solid #907638;*/
  border-radius: 25px;
  box-shadow: 0px 0px 50px 0px rgb(153 112 40 / 80%);
  margin: 40px 0 0 0;
  width: 100%;
}
.c-member .table > :not(caption) > * > * {
  padding: 0.8rem 0.5rem;
}
.get-code a {
  width: auto;
  position: absolute;
  z-index: 2;
  top: 4px;
  right: 14px;
  font-weight: 500;
  padding: 0px 15px;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#806033+0,b29257+100 */
  background: #806033; /* Old browsers */
  background: -moz-linear-gradient(45deg, #806033 0%, #b29257 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #806033 0%, #b29257 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #806033 0%, #b29257 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#806033', endColorstr='#b29257', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  border-radius: 999px;
  color: #fff;
  margin: 5px;
}
.get-code a:hover {
  opacity: .8;
  color: #fff;
}
.member-in-box {
  padding: 20px 20px 0;
}
.member-td-plan {
  min-width: 200px;
  text-align: left !important;
}
.member-td-plan2 {
  min-width: 350px;
  text-align: left !important;
}
.icon-share-post a {
  position: absolute;
  right: 8px;
  top: -60px;
  cursor: pointer;
  font-size: 16px;
  z-index: 99;
  border: 1px solid var(--main-light);
  border-radius: 999px;
  color: var(--main-light);
  padding: 5px 20px;
}
.icon-share-post a:hover {
  border: 1px solid rgba(145, 111, 45, 1);
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 70%);
}
.icon-share-post a i {
  padding-right: 6px;
}
/*折價券*/
.coupon {
  margin-top: 20px;
}
.coupon .card {
  width: 92%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #111;
  padding: 25px 10px 20px;
  position: relative;
  margin: 10px auto 30px;
  border: 1px solid var(--main)
}
.coupon .card:hover {
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 70%);
}
.coupon .content {
  min-width: 53%;
}
.coupon-main {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  align-items: center;
}
.copy-button {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
}
.coupon .card::after {
  position: absolute;
  content: "";
  height: 40px;
  right: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 70px;
  background-color: #000;
  width: 40px;
  border-left: 1px solid var(--main)
}
.coupon .card::before {
  position: absolute;
  content: "";
  height: 40px;
  left: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 70px;
  background-color: #000;
  width: 40px;
  border-right: 1px solid var(--main)
}
.co-img img {
  width: 100px;
  height: 100px;
}
.vertical {
  border-left: 5px dotted var(--main);
  height: 100px;
  position: absolute;
  left: 39%;
}
.coupon .content h1 {
  font-size: 35px;
  margin-left: 0px;
  color: #565656;
  margin-bottom: 0;
  text-align: left;
}
.coupon .content h1 span {
  font-size: 18px;
}
.coupon .content h2 {
  font-size: 18px;
  margin-left: 0px;
  color: #565656;
  text-transform: uppercase;
  margin-bottom: 0;
}
.coupon .content p {
  font-size: 15px;
  color: #696969;
  margin-left: 0px;
  margin-bottom: 0;
  text-align: left;
}
.copy-button {
  margin: 20px 15px 10px;
  height: 50px;
  border-radius: 999px;
  padding: 0 5px;
  border: 1px solid var(--main);
  background-color: #fff;
}
.copy-button input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 20px;
  border-radius: 999px;
  padding-left: 20px;
  background-color: transparent;
}
.copy-button button {
  padding: 5px;
  color: #fff;
  border: 1px solid transparent;
  min-width: 120px;
  border-radius: 999px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#806033+0,b29257+100 */
  background: #806033; /* Old browsers */
  background: -moz-linear-gradient(45deg, #806033 0%, #b29257 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #806033 0%, #b29257 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #806033 0%, #b29257 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#806033', endColorstr='#b29257', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.text-point {
  font-size: 16px !important;
  color: var(--main-light);
  margin-top: -5px;
}
.text-point span {
  font-size: 26px !important;
}
.member-pic {
  position: relative;
  overflow: hidden;
  display: block;
}
.member-pic:before {
  content: "";
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  height: 90px;
  bottom: 0;
  left: 1%;
  width: 98%;
  z-index: 99;
}
.pic-upload {
  position: relative;
  font-size: 20px;
  bottom: 0;
  z-index: 99;
  border-radius: 999px;
  background-color: var(--main);
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 38px;
}
/*大頭照*/
.profile-photo-div {
  position: relative;
  margin: 0px auto 10px auto;
  width: 250px;
  height: auto;
  border-radius: 15px;
  -webkit-transition: ease .3s;
  -o-transition: ease .3s;
  transition: ease .3s;
  overflow: hidden;
  border: 3px solid #907638;
}
.profile-photo-div:hover {
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 70%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.profile-img-div {
  display: block;
  position: relative;
  overflow: hidden;
}
#loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  z-index: 10;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#profile-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
}
#change-photo {
  display: none;
}
.profile-buttons-div {
  position: relative;
  display: block;
  margin-top: -90px;
}
.pic-button {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 20px;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, .5);
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  bottom: 0;
  width: 100%;
  left: 0;
}
.pic-button:hover {
  letter-spacing: 1px;
}
.pic-button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
}
.pic-button:hover:after {
  -webkit-transform: scale(50);
  -ms-transform: scale(50);
  transform: scale(50);
  opacity: 1;
}
.pic-button.half {
  width: 50%;
}
.button-btn {
  background-color: rgba(0, 0, 0, .6);
}
.button-del {
  background-color: rgba(0, 0, 0, .6);
}
#x-position {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
#y-position {
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  display: none;
}
canvas {
  position: fixed;
  top: -2000px;
  left: -2000px;
  z-index: -1;
}
.profile-img-confirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.error {
  font-size: 13px;
  text-align: center;
  display: none;
}
ul.facility li {
  display: inline-block;
  width: 18%;
  margin: 0 10px 4px 0;
  font-size: 16px;
  background-image: url("../img/icon-check.svg?v=1") !important;
  background-size: 20px;
  padding-left: 30px !important;
  background-position: left 5px;
  color: #dbdbdb;
}
.room-people {
  text-align: center;
  min-width: 100px;
  margin-top: 10px;
}
.room-people i {
  font-size: 24px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#806033+0,b29257+100 */
  background: #806033; /* Old browsers */
  background: -moz-linear-gradient(45deg, #806033 0%, #b29257 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #806033 0%, #b29257 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #806033 0%, #b29257 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#806033', endColorstr='#b29257', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.room-price {
  font-size: 22px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#806033+0,b29257+100 */
  background: #806033; /* Old browsers */
  background: -moz-linear-gradient(45deg, #806033 0%, #b29257 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #806033 0%, #b29257 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #806033 0%, #b29257 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#806033', endColorstr='#b29257', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Times, "Times New Roman", "serif";
  font-weight: 600;
  text-align: center;
  margin: 4px auto 0 !important;
  min-width: 120px;
  letter-spacing: 1px;
}
.room-title {
  font-size: 20px;
  color: var(--main);
  font-weight: 500;
  margin-top: 8px;
}
ul.room-introduce {
  max-width: 550px;
  margin-top: 5px;
}
ul.room-introduce li {
  display: inline-block;
  background-image: url(../img/icon-check.svg?v=1);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding: 0px 10px 0px 30px;
  list-style: none;
  gap: 2px;
  color: #777;
  font-size: 18px;
}
.travel-pic.room-pic-s {
  width: 280px;
  margin-top: 10px;
}
.room-content {
  width: 100%;
}
.room-order {
  min-width: 120px;
}
.room-order a {
  display: inline-block;
  padding: 5px 28px;
  margin: 5px auto 5px;
  color: #fff !important;
  font-size: 15px !important;
  border-radius: 9999px;
  text-decoration: none !important;
  font-weight: 500 !important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#806033+0,b29257+100 */
  background: #806033; /* Old browsers */
  background: -moz-linear-gradient(45deg, #806033 0%, #b29257 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #806033 0%, #b29257 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #806033 0%, #b29257 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#806033', endColorstr='#b29257', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.room-order a:hover {
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 70%);
}
/*大圖*/
.thumbnail-out {
  margin: -5px 0 10px 18px;
  width: 100%;
  display: block;
}
.thumbnail {
  width: 75px;
  display: inline-block;
  border: 1px solid var(--main);
  border-radius: 4px;
  margin: 6px 3px;
  cursor: pointer;
  opacity: .6
}
.thumbnail:hover {
  opacity: 1;
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 70%);
}
.thumbnail img {
  width: 100%;
  border-radius: 4px;
}
/* ===================================
    FAQ
====================================== */
.faq-box {
  margin-top: 25px;
}
.faq-box .accordion-item {
  background-color: transparent;
}
.faq-box .accordion-button {
  border-radius: 999px !important;
  background-color: #000;
  color: #ccc!important;
  border: 1px solid var(--main);
  margin-top: 10px;
  font-size: 17px;
  font-weight: 500;
}
.faq-box .accordion-button i {
  font-size: 22px;
  padding-right: 8px;
  padding-left: 8px;
  color: #fff;
  opacity: .8
}
.faq-box .accordion-button:not(.collapsed) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#65461a+0,ad7c2e+30,edd9ad+74,ab8045+85,5a330c+100 */
  background: #65461a; /* Old browsers */
  background: -moz-linear-gradient(45deg, #65461a 0%, #ad7c2e 30%, #edd9ad 74%, #ab8045 85%, #5a330c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #65461a 0%, #ad7c2e 30%, #edd9ad 74%, #ab8045 85%, #5a330c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #65461a 0%, #ad7c2e 30%, #edd9ad 74%, #ab8045 85%, #5a330c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65461a', endColorstr='#5a330c', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  box-shadow: 0px 0px 20px 0px rgb(153 112 40 / 70%);
  color: #fff!important;
}
.faq-box .accordion-item h2 {
  margin-bottom: 0;
}
.faq-box .accordion-body {
  font-size: 17px;
}
.faq-box .accordion-button:not(.collapsed)::after {
  width: 1rem;
  height: 1rem;
  background-image: url(../img/icon-down.svg?v=1);
  background-size: 100% auto;
}
.faq-box .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-image: url(../img/icon-down.svg);
  background-size: 100% auto;
}
/* ===================================
    Footer
====================================== */
.footer-area {
  background-image: url("../img/footer-bg.jpg?v=1");
  background-size: cover;
  background-position: center top;
  color: #b3b3b3;
  margin-top: -2px;
  padding: 68px 0 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-main);
  text-align: center;
  overflow: hidden;
}
.footer-area a {
  color: rgba(255, 255, 255, .5);
}
.footer-area a:hover {
  color: var(--hover);
}
.footer-area .qrcode {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.footer-area .qrcode img {
  width: 70% !important;
  height: auto;
  margin-bottom: 5px;
}

.text-01 {
	font-size: 26px!important;
	font-weight: 600!important;
	line-height: 1.4!important;
	color: #ccc !important;
	margin-bottom: 2px;
	margin-top: 5px;
}
.text-02 {
	font-size: 30px!important;
	margin-top: 20px;
} 
.select-1 option {
   background-color: #fff;
   color: #000;
}



/*2023-05-29-add*/
.reply-box {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}
.reply-item {
	border-bottom: 1px solid var(--line-d);
	padding: 20px 0 10px 0;
	display: flex;
	align-content: flex-start;
}
.reply-item:last-child {
	border-bottom: none;
}
.reply-pic{
	width: 120px;
	margin-top: 10px;
}
.reply-pic p {
	text-align: center;
	color: var(--main);
	font-size: 18px;
	margin-top: 5px;
}
.reply-info {
	width: calc(100%-140px);
	padding-left: 40px;
	margin-top: 10px;
	display: block;
}
.reply-time {
	font-size: 14px;
	margin-top: 30px;
}
.share-box {
	padding-top: 15px;
	padding-bottom: 20px;
}
.share-box i {
	font-size: 28px;
	margin-right: 10px;
}
.share-box i.icon-fb {
	color: #3771e3;
}
.share-box i.icon-line {
	color: #5ac463;
}
.share-box i.icon-tw {
	color: #4a99e9;
}
.share-box i.icon-weibo {
	color: #d43134;
}
.share-box i.i-s1 {
	font-size: 15px;
	padding-right: 0;
	margin-right: 5px;
}
.text-rep {
	text-align: right
}
/*2023-07-09 add*/
.member-text {
	color: var(--hover);
	position: relative;
	right: 54px;
	font-size: 13px;
	top:4px;
	text-align: right;
	margin-bottom: -22px;
}
.member-text a {
	color: var(--hover);
	text-align: right;
}
.member-text a:hover {
	text-decoration: underline;
}
.nav-sticky .navigation .member-text {
	margin-bottom: -5px;
}
.btn-control {
	font-size:60px;
	position: absolute;
	z-index: 99;
	top:15vw;
	color: var(--main);
}
.btn-control a {
	color: var(--main);
}
.btn-control.btn-left {
	left:-80px;
}
.btn-control.btn-right {
	right:-80px;
}

.lineatfixed a:hover .hoverimg {
    display: block;
    position: fixed;
    width: 120px;
    height: 120px;
    right: 100px;
    transform: translateY(-120px);
}
.lineatfixed a:hover:before {
    content: "";
    width: 55px;
    height: 55px;
    background-color: #000;
    display: block;
    position: absolute;
    border-radius: 12px;
}
.lineatfixed a .hoverimg {
    display: none;
}
.lineatfixed a:hover img:not(.hoverimg) {
    opacity: .4;
}
.lineatfixed a .hoverp {
    display: none;
}
.lineatfixed a:hover .hoverp {
    display: block;
    position: fixed;
    width: 120px;
    right: 100px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}


#fb-root span {
	background-color: #f00;
	color: #fff!important;
}
@media (max-width: 1280px) {
    .btn-control.btn-left {
    	left:-50px;
    }
    .btn-control.btn-right {
    	right:-50px;
    }
}
@media (max-width: 1199px) {
    .member-text {
    	right: 18px;
    	font-size: 13px;
    	top:2px;
    	margin-bottom: -8px;
    	position: relative;
    }
    .btn-control {
    	font-size:50px;
    	position: absolute;
    	z-index: 99;
    	top:10%;
    	color: var(--main);
    }
    .btn-control.btn-left {
    	left:-40px;
    }
    .btn-control.btn-right {
    	right:-40px;
    }
}
@media (max-width: 991px) {
    .btn-control {
    	top:210px;
    	font-size:40px;
    }
    .btn-control.btn-left {
    	left:-35px;
    }
    .btn-control.btn-right {
    	right:-35px;
    }
}
@media (max-width: 580px) {
    .btn-control {
    	top:140px;
    }
    .btn-control.btn-left {
    	left:-24px;
    }
    .btn-control.btn-right {
    	right:-24px;
    }
}
@media (max-width: 380px) {
    .btn-control {
    	top:120px;
    }
    .btn-control.btn-left {
    	left:-20px;
    }
    .btn-control.btn-right {
    	right:-20px;
    }
}
.contry_gold {
    display: block;
    width: auto;
    font-weight: 900 !important;
    line-height: 1;
    font-family: var(--font-main);
    transform: scale(0.98, 1);
    transform-origin: left center;
    background: #cbb782;
    background: #9e6a29;
    background: -moz-linear-gradient(left, #9e6a29 5%, #e7c058 9%, #f4efe3 10%, #f4efe3 14%, #e7c058 18%, #9c6b2a 22%, #9c6b2a 27%, #ad7c2e 30%, #d0bb79 33%, #d0bb79 37%, #d0bb79 37%, #b19549 40%, #b19549 40%, #b19549 48%, #b19549 71%, #b19549 71%, #c7a967 75%, #c7a967 75%);
    background: -webkit-linear-gradient(left, #9e6a29 5%, #e7c058 9%, #f4efe3 10%, #f4efe3 14%, #e7c058 18%, #9c6b2a 22%, #9c6b2a 27%, #ad7c2e 30%, #d0bb79 33%, #d0bb79 37%, #d0bb79 37%, #b19549 40%, #b19549 40%, #b19549 48%, #b19549 71%, #b19549 71%, #c7a967 75%, #c7a967 75%);
    background: linear-gradient(to right, #9e6a29 5%, #e7c058 9%, #f4efe3 10%, #f4efe3 14%, #e7c058 18%, #9c6b2a 22%, #9c6b2a 27%, #ad7c2e 30%, #d0bb79 33%, #d0bb79 37%, #d0bb79 37%, #b19549 40%, #b19549 40%, #b19549 48%, #b19549 71%, #b19549 71%, #c7a967 75%, #c7a967 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e6a29', endColorstr='#c7a967', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--main);
    margin-bottom: 0px;
    font-size: 28px;
    position: absolute;
    transform: translate(20px, -45px);
}
.contry_gold > i {
    font-size: 18px;
    margin: 0 5px;
}
.language-dropdown-content a.active {
    background-color: #af8c4b;
    color: #fff;
}
/* 08/03 add */
.room-pic {
  width: 80px;
  height: auto;
  border-radius: 4px;
  margin-left: 12px;
  background-color: #15120c;
}
.image-container {
  position: relative;
}

.large-image-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 背景顏色及透明度 */
}

.large-image-popup img {
  max-width: 90%;
  max-height:90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close-btn {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 9999;
}
.btn-add button {
  width: 80%;
  display: inline-block;
  padding: 10px;
  margin: 3px 10%;
  color: #fff !important;
  font-size: 20px !important;
  border-radius: 9999px;
  text-decoration: none !important;
  font-weight: 500 !important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#806033+0,b29257+100 */
  background: #806033; /* Old browsers */
  background: -moz-linear-gradient(45deg, #806033 0%, #b29257 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #806033 0%, #b29257 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #806033 0%, #b29257 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#806033', endColorstr='#b29257', GradientType=1); /* IE6-9 fallback on horizontal gradient */
  text-align: center;
}
.room-info.s2 li {
  width: 33.333%;
  float: left;
}
ul.room-info.s3 {
  width: 50%;
  float: left;
}
.text-right {
  text-align: right!important;
}

.calculation {
/*  width: auto;*/
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid #b29257;
  padding: 30px 40px 30px 30px;
  border-radius: 10px;
  display: block;
  max-width: 1000px;
}
.calculation .title-1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #deb85d !important;
  padding-left: 10px;
}
.calculation .contact-form {
  color: #ccc;
  letter-spacing: 0em;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  width: 100%;
}
.calculation .contact-form .form-title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  padding-top: 14px;
  padding-right: 0px;
  text-align: right !important;
}
@media (max-width: 991px) {
  .calculation .contact-form .form-title {
    text-align: left !important;
  }
}
@media (max-width: 580px) {
  ul.room-info.s2, ul.room-info.s3 {
    width: 100%;
    float: none;
  }
  .btn-add a {
    width: 100%;
    padding: 10px;
    margin: 10px 0% 10px;
  }
  .ms-4-phone {
    margin-left: 0px !important;
  }

  .childnavList{
    display: block;
    text-align: center;
  }

  .childnavList li{
      width: 100%;
  }
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.member-text img.head {
    width: 28px;
    height: 28px;
    border-radius: 100px;
    margin-right: 4px;
    transform: translate(-35px, -2px);
    position: absolute;
}

