@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
.container {
  max-width: 100%;
}

/* sticky footer  START */
html.sticky-footer,
.sticky-footer body {
  height: 100%;
}

.sticky-footer body {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.sticky-footer .page-row {
  display: table-row;
  height: 1px;
}

.sticky-footer .page-row-expanded {
  height: 100%;
}

/* sticky footer END */
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #f5f5f5;
}

body,
p {
  font-size: 18px;
  line-height: 2em;
}

body,
a {
  font-family: "PingFang TC", "Helvetica Neue", "微軟正黑體", "Microsoft JhengHei", "Arial";
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

a, a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

hr {
  margin: 20px 10px;
}

mark {
  padding: 0;
}

img {
  width: 100%;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.5em;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
}

.h1 {
  color: #be9c6c;
  font-size: 34px;
  font-weight: normal;
}

.h5 {
  color: #000;
  font-size: 20px;
}

.h7 {
  color: #000;
  font-size: 24px;
}

#main-container {
  margin: 65px auto 40px auto;
}

.container-bigger {
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .container-bigger {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container-bigger.remove-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

.items-group {
  display: flex;
  flex-wrap: wrap;
}

#scroll-top {
  display: inline-block;
  background: #bdb9b9;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  position: fixed;
  bottom: calc(12vh + 135px);
  right: 34px;
  z-index: 1;
  display: none;
}
#scroll-top.no-apply-wine {
  bottom: 135px;
}
#scroll-top:hover {
  background-color: #a09f9f;
}

.trip-item {
  margin-bottom: 40px;
  position: relative;
  display: block;
}
.trip-item .trip-cover {
  position: relative;
}
@media (min-width: 768px) {
  .trip-item:hover .trip-cover {
    border: 14px solid #be9c6c;
  }
}
.trip-item.trip-with-video .trip-cover:before {
  position: absolute;
  width: 78px;
  height: 78px;
  left: 50%;
  top: 50%;
  margin-top: -39px;
  margin-left: -39px;
  content: " ";
  background-image: url("../images/video_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.trip-item .trip-cover {
  background-image: url("../images/loading_placeholder.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: border 0.33s ease;
  background-position: center center;
  overflow: hidden;
}
.trip-item .trip-cover.ratio416x280 {
  aspect-ratio: 416 / 280;
}
.trip-item .trip-cover.h280 {
  height: 280px;
}
@media (max-width: 767px) {
  .trip-item .trip-cover.h280 {
    height: auto;
    aspect-ratio: 1000 / 670;
  }
}
.trip-item .trip-cover img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.trip-item .trip-youtube {
  height: 280px;
  overflow: hidden;
}
.trip-item .trip-youtube iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.trip-item .trip-title {
  font-size: 18px;
  color: #000;
  margin: 12px auto;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .trip-item .trip-title {
    width: 100%;
  }
}
.trip-item .trip-desc {
  max-height: 72px;
  overflow: hidden;
}
.trip-item .trip-badge {
  font-weight: bold;
  min-width: 140px;
  position: absolute;
  right: -10px;
  top: 20px;
  background: #be9c6c;
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 2px 10px;
  box-sizing: border-box;
  line-height: 1em;
}
@media (max-width: 768px) {
  .trip-item .trip-badge {
    min-width: 80px;
    top: 0;
    right: 0;
  }
}

.semantic-h1 {
  font-size: 0;
  line-height: 0;
  position: absolute;
}

/* 展開全部 */
.expend-wrap {
  position: relative;
}
.expend-wrap .expend-bg {
  background-image: url(../images/blur_bottom.png);
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  top: -110px;
  width: 100%;
  height: 90px;
  z-index: 2;
}
.expend-wrap .expend-btn-down {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  background-image: url(../images/icon_expend_like_pager.png);
  border: none;
  background-size: cover;
  background-color: transparent;
}
.expend-wrap .expend-btn {
  background-color: #b27935;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 10px;
  min-width: 240px;
  border: none;
  border-radius: 25px;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
  margin: 20px auto 45px auto;
  position: relative;
  z-index: 1;
}
.expend-wrap .expend-btn:hover, .expend-wrap .expend-btn:active {
  background-color: #775123;
}
.expend-wrap .expend-btn .icon-expend {
  background-image: url(../images/icon_expend.png);
  background-size: 19px 18px;
  background-position: center center;
  position: absolute;
  background-repeat: no-repeat;
  width: 20px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  top: 50%;
  margin-top: -11px;
}

.header-height-container {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .header-height-container {
    margin-top: 100px;
  }
}

/* detail 頁面的功能選單 */
.article-action-menu {
  margin: 40px auto;
}
.article-action-menu ul {
  width: auto;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .article-action-menu ul {
    width: 100%;
  }
}
.article-action-menu li {
  display: inline-block;
  vertical-align: middle;
  margin-left: -2px;
  position: relative;
  overflow: hidden;
}
.article-action-menu li:first-of-type {
  border-radius: 6px 0 0 6px;
}
.article-action-menu li:last-of-type {
  border-radius: 0 6px 6px 0;
}
@media (max-width: 767px) {
  .article-action-menu li {
    display: block;
    margin: 0 auto 2px auto;
    text-align: left;
  }
  .article-action-menu li:first-of-type {
    border-radius: 6px 6px 0 0;
  }
  .article-action-menu li:last-of-type {
    border-radius: 0 0 6px 6px;
    margin-bottom: 0;
  }
}
.article-action-menu li a {
  display: block;
  padding: 10px 40px;
  background-color: #fff;
  text-decoration: none;
  font-size: 14px;
  color: #7f7f7f;
}
.article-action-menu li a:hover, .article-action-menu li a:focus {
  color: #666;
}
@media (min-width: 768px) {
  .article-action-menu li a {
    min-width: 205px;
  }
}
.article-action-menu li .icon,
.article-action-menu li .action-name {
  display: inline-block;
  vertical-align: middle;
}
.article-action-menu li .icon {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  margin-right: 20px;
}
.article-action-menu li .icon.icon-1 {
  background-image: url("../images/icon_1.svg");
  background-size: 31px 29px;
}
.article-action-menu li .icon.icon-2 {
  background-image: url("../images/icon_2.svg");
  background-size: 31px 27px;
}
.article-action-menu li .icon.icon-3 {
  background-image: url("../images/icon_3.svg");
  background-size: 27px 31px;
}

.ad-banner {
  margin: 20px auto;
  max-width: 760px;
}
.ad-banner.ad-banner-lg {
  max-width: 100%;
}
.ad-banner a {
  display: block;
}

/* 會員內頁左側選單 start */
#member-menu-con {
  display: none;
}
@media (min-width: 768px) {
  #member-menu-con {
    display: block;
  }
}
#member-menu-con .member-menu {
  float: right;
  text-align: left;
  width: 100%;
  max-width: 170px;
}
#member-menu-con .member-menu .member-menu-title {
  margin-top: 0;
}
#member-menu-con .member-menu ul,
#member-menu-con .member-menu li {
  margin: 0 auto;
  padding: 0;
}
#member-menu-con .member-menu li {
  display: block;
}
#member-menu-con .member-menu a {
  display: block;
  color: #9b9b9b;
  font-size: 18px;
  text-align: left;
  padding: 4px 10px;
  box-sizing: border-box;
  margin: 15px auto;
  border-right: 5px solid transparent;
}
#member-menu-con .member-menu a:hover, #member-menu-con .member-menu a.active {
  background-color: #e6e6e6;
  border-color: #be9c6c;
}

/* 會員內頁左側選單 end */
.modal-footer {
  text-align: center;
}

.modal-header,
.modal-footer {
  border: none;
}

.modal-footer .btn {
  margin: 10px auto;
}

table.our_table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
  border-radius: 6px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #be9c6c;
  overflow: hidden;
}
table.our_table th,
table.our_table td {
  padding: 2px 10px;
  font-weight: normal;
}
table.our_table thead th {
  background-color: #be9c6c;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
}
table.our_table thead th:last-of-type {
  border-right: none;
}
table.our_table tbody th {
  background-color: #be9c6c;
  color: #fff;
  border-top: 1px solid #fff;
  text-align: center;
}
table.our_table tbody td {
  font-size: 14px;
  color: #000;
  border-right: 1px solid #be9c6c;
}
table.our_table tbody tr td:last-of-type {
  border-right: none;
}
table.our_table tbody tr:nth-child(odd) {
  background: #ebedf0;
}
table.our_table tbody tr:nth-child(even) {
  background: #fff;
}

.doc_type_lists .btn {
  width: auto;
  min-width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.doc_type_lists ul,
.doc_type_lists ol {
  list-style-position: inside;
  border-radius: 3px 3px 3px 3px;
  list-style: disc outside none;
  padding: 10px 10px 10px 25px;
}
.doc_type_lists ol.chinese_order {
  list-style-type: cjk-ideographic;
  padding-left: 36px;
}
.doc_type_lists ol.number_order {
  border-radius: 0;
  list-style-type: decimal;
}
.doc_type_lists .big_padding li {
  margin-bottom: 30px;
}
.doc_type_lists .big_padding li:last-of-type {
  margin-bottom: 0;
}
.doc_type_lists .doc-sec {
  margin: 30px auto;
}
@media (min-width: 768px) {
  .doc_type_lists .doc-sec {
    margin: 40px auto;
  }
}

.arrow-btn {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transition: border 0.6s ease;
}

a:hover .arrow-btn {
  border-color: #b27935;
}

.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.page-home.is-opened #hd .logo-wrap {
  top: -300px;
}

.page-home #hd {
  position: fixed;
  z-index: 12;
  width: 100%;
}
.page-home #hd .logo-wrap {
  width: 26%;
  position: absolute;
  padding: 15px 10px;
  top: 50px;
  z-index: 11;
  left: 50%;
  margin-left: -13%;
}
@media (max-width: 768px) {
  .page-home #hd .logo-wrap {
    width: 26%;
    position: absolute;
    padding: 15px 10px;
    top: 40px;
    z-index: 10;
    left: 50%;
    margin: 0 0 0 -13%;
    height: auto;
  }
  .page-home #hd .logo-wrap a img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-home #hd .logo-wrap {
    position: relative;
    top: 10px;
    margin: 0 auto;
    left: 50%;
    width: 122px;
    padding: 0px;
    margin-left: -61px;
  }
}
@media (min-width: 1440px) {
  .page-home #hd .logo-wrap {
    width: 400px;
    margin-left: -200px;
  }
}
.page-home #hd.smaller-version {
  height: 65px;
}
.page-home #hd.smaller-version .logo-wrap {
  width: 160px;
  padding: 0;
  top: 15px;
  margin-left: -80px;
}
.page-home #hd.smaller-version .logo-wrap a img {
  width: 85%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-home #hd.smaller-version .logo-wrap {
    top: 4px;
    display: inline-block;
    width: 122px;
    height: 35px;
    margin: 10px auto 0 -61px;
    position: relative;
    left: 50%;
    padding: 0;
  }
  .page-home #hd.smaller-version .logo-wrap a img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-home #slide-menu .menu-logo {
    display: none;
  }
}

#hd.fixed {
  height: auto;
  position: fixed;
  width: 100%;
  z-index: 10;
}

#hd {
  background-color: #202128;
  position: relative;
  height: 55px;
}
#hd a:hover {
  text-decoration: none;
}
#hd button {
  line-height: 1.2em;
  border: none;
  background-color: transparent;
}
#hd .logo-wrap {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background: #202128;
  box-sizing: border-box;
  margin: 0 auto 2px auto;
  height: auto;
  position: relative;
  display: table;
  width: 160px;
  padding: 8px 0;
  top: 0;
  overflow: visible;
  z-index: 2;
}
#hd .logo-wrap a {
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#hd .logo-wrap a img {
  width: 85%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #hd .logo-wrap {
    top: 0;
    display: inline-block;
    width: 122px;
    height: 35px;
    margin: 10px auto 0 -61px;
    position: relative;
    left: 50%;
    padding: 0;
  }
  #hd .logo-wrap a img {
    width: 100%;
  }
}
#hd .social-button {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin-right: 40px;
  width: 30px;
  height: 30px;
  padding: 0;
  display: none;
}
#hd .social-button img {
  width: 100%;
  height: auto;
  transition: transform .2s ease;
}
#hd .social-button.active img {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  #hd .social-button {
    margin-right: 0;
    display: inline-block;
  }
}
#hd .hd-button-rights {
  position: absolute;
  z-index: 2;
  width: 40%;
  height: auto;
  min-height: 50px;
  top: 0;
  right: 20px;
  padding-top: 16px;
  text-align: right;
  vertical-align: top;
}
@media (max-width: 991px) {
  #hd .hd-button-rights {
    padding-top: 12px;
  }
}
@media (max-width: 480px) {
  #hd .hd-button-rights {
    right: 10px;
  }
}
#hd .hd-button-rights ul.social-links {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 40px 0 0;
  list-style: none;
}
@media (max-width: 991px) {
  #hd .hd-button-rights ul.social-links {
    margin-right: -4px;
  }
}
#hd .hd-button-rights ul.social-links.active {
  display: block !important;
}
#hd .hd-button-rights ul.social-links li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  border-radius: 100%;
  text-align: center;
}
@media (max-width: 991px) {
  #hd .hd-button-rights ul.social-links li {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
  }
}
#hd .hd-button-rights ul.social-links li a {
  display: block;
  background-color: #BE9C6C;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  #hd .hd-button-rights ul.social-links li a {
    margin: 0 0 0 auto;
  }
}
#hd .hd-button-rights ul.social-links li a:hover {
  background-color: #ab844c;
}
#hd .hd-button-rights ul.social-links li a.h_fb {
  background-image: url("../images/h_fb.png");
  background-size: 8px 14px;
}
#hd .hd-button-rights ul.social-links li a.h_line {
  background-image: url("../images/h_line.png");
  background-size: 17px 17px;
}
#hd .hd-button-rights ul.social-links li a.h_ig {
  background-image: url("../images/h_ig.png");
  background-size: 15px 15px;
}
#hd .hd-button-rights ul.social-links li a.h_mook {
  background-image: url("../images/h_m.png");
  background-size: 14px 13px;
}
#hd .hd-button-rights ul.social-links li a.h_email {
  background-image: url("../images/newsletter.png");
  background-size: 85%;
}
#hd .hd-button-rights .inline {
  display: inline-block;
  vertical-align: middle;
  float: right;
  font-size: 14px;
  line-height: 1.5em;
}
#hd .hd-button-rights .icon {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px solid #fff;
  border-radius: 100%;
}
#hd .hd-button-rights .icon.icon-search {
  background-image: url("../images/icon_search.png");
  background-size: 16px;
}
#hd .hd-button-rights .icon.icon-user {
  background-image: url("../images/icon_user.png");
  background-size: 22px 22px;
}
#hd .hd-button-rights .btn-g {
  margin-right: 40px;
  display: inline-block;
}
#hd .hd-button-rights .btn-g a {
  text-decoration: none;
}
#hd .hd-button-rights .btn-g .btn-login,
#hd .hd-button-rights .btn-g .logout-link {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
}
#hd .hd-button-rights .btn-g .btn-login:hover,
#hd .hd-button-rights .btn-g .logout-link:hover {
  color: #BE9C6C;
}
#hd .hd-button-rights .btn-g .btn-login {
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#hd .hd-button-rights .btn-g .logout-link {
  position: relative;
  display: inline-block;
  padding: 5px 8px;
}
#hd .hd-button-rights .btn-g .logout-link:before {
  content: '';
  position: absolute;
  height: 12px;
  width: 1px;
  background-color: #fff;
  left: 0;
  top: 10px;
}
#hd .hd-button-rights form.inline {
  background-color: #202128;
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 1;
}
@media (max-width: 991px) {
  #hd .hd-button-rights form.inline {
    top: 12px;
    right: 40px;
  }
}
#hd .hd-button-rights form.inline input,
#hd .hd-button-rights form.inline button {
  outline: none;
}
#hd .hd-button-rights form.inline input[type=search] {
  position: absolute;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50px;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  font-weight: normal;
  text-indent: 25px;
  padding-right: 25px;
  line-height: 30px;
}
#hd .hd-button-rights form.inline button[type=submit] {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: calc(100% - 32px);
  -webkit-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -o-transition: all .33s ease;
  transition: all .33s ease;
}
@media (max-width: 991px) {
  #hd .hd-button-rights form.inline button[type=submit] {
    top: 5px;
  }
}
#hd .hd-button-rights form.inline label {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#hd .hd-button-rights .btn-close {
  position: absolute;
  right: 5px;
  display: none;
  z-index: 2;
}
#hd .hd-button-rights .btn-close .icon-close {
  background-image: url("../images/icon_close.png");
  background-size: 15px 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0;
  border: none;
  width: 25px;
  height: 25px;
}
#hd .hd-button-rights.active {
  background: #202128;
  z-index: 10;
}
@media (max-width: 768px) {
  #hd .hd-button-rights.active {
    width: calc(100% - 80px);
  }
}
#hd .hd-button-rights.active form.inline {
  max-width: 100%;
  max-width: 435px;
  width: 80%;
}
#hd .hd-button-rights.active form.inline input[type=search] {
  border-color: #fff;
}
#hd .hd-button-rights.active form.inline .icon {
  border: none;
}
#hd .hd-button-rights.active form.inline button[type=submit] {
  top: 0;
  left: 2px;
}
#hd .hd-button-rights.active form.inline input[type=search] {
  width: 100%;
  padding-right: 40px;
}
#hd .hd-button-rights.active .btn-close {
  display: block;
  top: 10px;
  right: 0;
}
@media (max-width: 991px) {
  #hd .hd-button-rights.active .btn-close {
    top: 12px;
  }
}

@media (max-width: 768px) {
  #hd.logined_header .btn-hambuger {
    right: 20px;
    left: auto;
  }
  #hd.logined_header #hd .logo-wrap {
    top: 5px;
    left: 10px;
    margin-top: 3px;
    margin-left: 10px;
    margin-bottom: 7px;
  }
  #hd.logined_header .hd-button-rights {
    display: none;
  }
}
@media (max-width: 768px) {
  #hd.logined_header + #slide-menu {
    right: -100%;
    width: 100%;
    padding-top: 60px;
    left: auto;
  }
}

@media (max-width: 768px) {
  body.is-opened #hd.logined_header + #slide-menu {
    left: auto;
    right: 0;
  }
}

@media (max-width: 768px) {
  body.is-opened #hd.logined_header .btn-hambuger {
    left: 20px;
    right: auto;
  }
}

.btn-hambuger {
  width: 30px;
  height: 50px;
  z-index: 15;
  left: 20px;
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
  position: fixed;
  top: 8px;
  /* Hambuger hover animation */
}
.btn-hambuger span {
  display: block;
  margin: 7px auto;
  background-color: white;
  width: 100%;
  height: 2px;
  -webkit-transition: all .33s ease;
  -moz-transition: all .33s ease;
  -o-transition: all .33s ease;
  transition: all .33s ease;
}
.btn-hambuger:hover span:first-child {
  transform: translateY(-3px);
}
.btn-hambuger:hover span:last-child {
  transform: translateY(3px);
}

/* Hambuger click animation to cross */
body.is-opened {
  overflow: hidden;
}

body.is-opened .btn-hambuger span:first-child {
  transform: translateY(11px) rotate(45deg);
}
body.is-opened .btn-hambuger span:nth-child(2) {
  transform: scaleX(0);
}
body.is-opened .btn-hambuger span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

body.is-opened #slide-menu {
  left: 0;
}

#slide-menu {
  position: fixed;
  background: #202128;
  top: 0;
  left: -50%;
  width: 33.33333333%;
  z-index: 11;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  transition: all .33s ease;
  padding: 70px 0 0 0;
}
#slide-menu .slide-menu-lists {
  color: #fff;
  width: 280px;
  margin: 0 auto;
  padding: 0px 15px 50px;
}
#slide-menu .slide-menu-lists .l-m-item-wrap {
  position: relative;
}
@media (min-width: 768px) {
  #slide-menu .slide-menu-lists .l-m-item-wrap {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  #slide-menu .slide-menu-lists .l-m-item-wrap {
    margin-bottom: 80px;
  }
}
#slide-menu .slide-menu-lists .l-m-item-wrap .m-title {
  font-size: 16px;
  position: absolute;
  width: 100px;
  height: auto;
  margin: 0 auto;
  padding: 3px 0;
  line-height: 1.2em;
}
#slide-menu .slide-menu-lists .l-m-item-wrap .m-title:after {
  content: ' ';
  position: absolute;
  width: 100%;
  background: #979797;
  height: 1px;
  left: 0;
  bottom: 0;
}
#slide-menu .slide-menu-lists .l-m-item-wrap ul {
  margin-left: 110px;
}
#slide-menu .slide-menu-lists .l-m-item-wrap ul li {
  display: block;
  line-height: 1.2em;
}
#slide-menu .slide-menu-lists .l-m-item-wrap ul a {
  font-size: 14px;
  display: inherit;
  color: #fff;
  padding: 3px;
}

.single-menu-under-767 {
  display: none;
}
@media (max-width: 767px) {
  .single-menu-under-767 {
    display: block;
    text-align: center;
  }
  .single-menu-under-767 ul {
    margin: 0 auto;
    padding: 0;
  }
  .single-menu-under-767 ul li {
    display: block;
  }
  .single-menu-under-767 ul li a {
    display: inherit;
    color: #BE9C6C;
    line-height: 2;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #slide-menu {
    left: -100%;
    width: 100%;
    padding-top: 60px;
  }
  #slide-menu .slide-menu-lists {
    width: 100%;
    padding: 30px 0;
  }
  #slide-menu .slide-menu-lists .l-m-item-wrap.active .m-title {
    color: #BE9C6C;
  }
  #slide-menu .slide-menu-lists .l-m-item-wrap .m-title {
    font-size: 20px;
    position: static;
    text-align: center;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #43444E;
    border-bottom: 1px solid #43444E;
    cursor: pointer;
  }
  #slide-menu .slide-menu-lists .l-m-item-wrap .m-title:hover {
    color: #BE9C6C;
  }
  #slide-menu .slide-menu-lists .l-m-item-wrap .m-title:after {
    display: none;
  }
  #slide-menu .slide-menu-lists .l-m-item-wrap ul {
    display: none;
    margin: 12px auto;
    text-align: center;
  }
  #slide-menu .slide-menu-lists .l-m-item-wrap ul a {
    font-size: 18px;
    line-height: 1.5;
    padding: 5px 0;
  }
  #slide-menu .slide-menu-lists .l-m-item-wrap ul li.active a,
  #slide-menu .slide-menu-lists .l-m-item-wrap ul a:hover,
  #slide-menu .slide-menu-lists .l-m-item-wrap ul a:active,
  #slide-menu .slide-menu-lists .l-m-item-wrap ul a.active {
    color: #BE9C6C;
  }
}
.page-home #site-menu {
  margin-bottom: 40px;
}
.page-home #site-menu.fix {
  position: fixed;
  top: 55px;
  width: 100%;
}

#site-menu {
  background: #202128;
  text-align: center;
  height: 45px;
  position: relative;
  z-index: 1;
}
#site-menu ul {
  margin: 0 auto;
  position: relative;
  display: inline-block;
}
#site-menu ul li {
  float: left;
  display: inline-block;
  vertical-align: middle;
}
#site-menu ul li a {
  text-decoration: none;
  outline: none;
  color: #BE9C6C;
  display: block;
  padding: 15px 20px;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 1.4em;
}
#site-menu ul li a:hover,
#site-menu ul li.active a,
#site-menu ul li a.active {
  background: #BE9C6C;
  color: #fff;
  text-decoration: none;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination li > a:hover,
.pagination li > span:hover,
.pagination li > a:focus,
.pagination li > span:focus {
  color: #000;
  background-color: transparent;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
}
.pagination li:hover a, .pagination li:focus a {
  background-color: #000;
  color: #fff;
}
.pagination li:hover.active a, .pagination li:focus.active a {
  background-color: #000;
}
.pagination li:hover.disabled a, .pagination li:focus.disabled a {
  background-color: transparent;
}
.pagination li.active a {
  background-color: #000;
  color: #fff;
}
.pagination li.disabled a {
  background-color: transparent;
}
.pagination li a {
  font-size: 20px;
  border: none;
  color: #000;
  display: block;
  background-color: transparent;
  padding: 10px 15px;
  line-height: 1.5;
}
.pagination li a.prev:hover {
  background-color: transparent;
}
.pagination li a.next:hover {
  background-color: transparent;
}
.pagination li .triangle-fill,
.pagination li .triangle-o {
  display: block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
}
.pagination li .prev .triangle-fill {
  display: block;
  background-image: url("../images/prev-fill.png");
}
.pagination li .prev .triangle-o {
  display: none;
  background-image: url("../images/prev-o.png");
}
.pagination li .next .triangle-fill {
  display: block;
  background-image: url("../images/next-fill.png");
}
.pagination li .next .triangle-o {
  display: none;
  background-image: url("../images/next-o.png");
}
.pagination li.disabled a.prev .triangle-fill,
.pagination li.disabled a.next .triangle-fill {
  display: none;
}
.pagination li.disabled a.prev .triangle-o,
.pagination li.disabled a.next .triangle-o {
  display: block;
}

select::-ms-expand {
  display: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #F5F5F5;
}

.required_star {
  color: #E25F5B;
  font-size: 18px;
  margin-right: 5px;
}

/* 複寫 bootstrap START */
input[type="radio"],
input[type="checkbox"] {
  margin: 10px 0 0;
}

.text-danger {
  color: #E25F5B;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #E25F5B;
}

.has-error .form-control {
  box-shadow: none;
  border-color: #E25F5B;
}

.has-error .form-control:focus {
  box-shadow: none;
  border-color: #E25F5B;
}

.btn {
  padding: 8px 20px;
  border-radius: 20px;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
}

.btn.btn-auto {
  min-width: auto;
}

.btn-default {
  min-width: 240px;
  background-color: #9B9B9B;
  border-color: #9B9B9B;
  color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:hover, .btn-default:active:focus {
  color: #fff;
  background-color: #8e8e8e;
  border-color: #8e8e8e;
}

.btn-primary {
  min-width: 240px;
  background-color: #B27935;
  border-color: #B27935;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus {
  background-color: #9e6c2f;
  border-color: #9e6c2f;
}
.btn-primary.btn-hollow {
  background-color: transparent;
  color: #B27935;
}
.btn-primary.btn-hollow:hover, .btn-primary.btn-hollow:focus, .btn-primary.btn-hollow:active, .btn-primary.btn-hollow:active:hover, .btn-primary.btn-hollow:active:focus {
  background-color: transparent;
  border-color: #9e6c2f;
  color: #9e6c2f;
}

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

.form-plain {
  font-size: 18px;
  line-height: 38px;
}

.form-control {
  box-shadow: none;
  background-color: #F5F5F5;
  color: inherit;
  border: none;
  padding: 10px 10px;
  font-size: inherit;
  height: 40px;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #979797;
}
.form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid #BE9C6C;
}

/* 複寫 bootstrap END */
input,
button {
  outline: none;
}

/* 移除瀏覽器預設樣式 */
input[type=text],
input[type=search] {
  -webkit-appearance: none;
  appearance: none;
}

/* 移除IE預設的close樣式 */
::-ms-clear {
  display: none;
}

/* 客製化全站表單樣式 */
label {
  font-weight: normal;
  font-size: 18px;
  line-height: 38px;
}
label a {
  color: #BE9C6C;
}
label a:hover, label a:active {
  color: #ab844c;
}

.form_sec_block {
  margin: 20px auto;
}

.form_fieldset {
  position: relative;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.form_fieldset:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ECECEC;
  bottom: 50%;
}
.form_fieldset span {
  font-size: 12px;
  color: #666;
  line-height: 1.5em;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 6px 10px;
  position: relative;
  z-index: 1;
}
.form_fieldset span.text-danger {
  color: #E25F5B;
}

.btn-google,
.btn-fb {
  font-size: 16px;
  color: #fff;
  margin: 10px;
  white-space: normal;
  min-width: 250px;
}
.btn-google:hover, .btn-google:focus, .btn-google:active,
.btn-fb:hover,
.btn-fb:focus,
.btn-fb:active {
  color: #fff;
}
@media (max-width: 768px) {
  .btn-google,
  .btn-fb {
    width: 100%;
    display: block;
    margin: 10px auto;
  }
}

.icon_in_btn {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.icon_in_btn:after {
  content: '';
  position: absolute;
  height: 18px;
  width: 1px;
  background-color: #fff;
  right: -10px;
  top: 50%;
  margin-top: -9px;
}

.btn-google {
  background-color: #DF4930;
}
.btn-google:hover, .btn-google:focus, .btn-google:active {
  background-color: #bf341d;
}

.btn-fb {
  background-color: #507CC0;
}
.btn-fb:hover, .btn-fb:focus, .btn-fb:active {
  background-color: #3b63a3;
}

.form_footnote_link {
  list-style: none;
  margin: 10px auto;
}
.form_footnote_link ul {
  padding: 0;
  margin: 0 auto;
}
.form_footnote_link li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  position: relative;
}
.form_footnote_link li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: #9B9B9B;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.form_footnote_link li:last-of-type:after {
  display: none;
}
.form_footnote_link a {
  display: block;
  padding: 0px 10px;
  min-width: 100px;
}
.form_footnote_link a:hover, .form_footnote_link a:active, .form_footnote_link a:focus {
  color: #8e8e8e;
}
.form_footnote_link li, .form_footnote_link a {
  color: #9B9B9B;
}

.custom_chk_rad_box label {
  position: relative;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
.custom_chk_rad_box.checkbox input[type="checkbox"] {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 10px;
  left: 10px;
  outline: none;
}
.custom_chk_rad_box .custom_span {
  float: left;
  color: #333;
  width: 100%;
  padding-left: 25px;
  left: 0;
}
@media (max-width: 768px) {
  .custom_chk_rad_box .custom_span {
    text-align: left;
  }
}
.custom_chk_rad_box .help-block {
  padding-left: 25px;
  text-align: left;
  margin: 0 auto;
}
.custom_chk_rad_box label input {
  display: none;
}
.custom_chk_rad_box label .mock_input {
  /* <-- style the artificial checkbox */
  height: 17px;
  width: 17px;
  background: #EDEDED;
  display: inline-block;
  position: absolute;
  border-radius: 2px;
  left: 0;
  top: 10px;
}
.custom_chk_rad_box [aria-invalid="false"] ~ .mock_input:before, .custom_chk_rad_box.checkbox input[type="checkbox"]:checked ~ .mock_input:before {
  /* <-- style its checked state..with a ticked icon */
  content: ' ';
  position: absolute;
  background-image: url(../../images/check_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 3px;
  left: 1px;
  z-index: 2;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  width: 14px;
  height: 13px;
}

.control-label-left {
  text-align: left !important;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 0;
  }
}
.form-group input[type="radio"],
.form-group input[type="checkbox"] {
  margin-top: 12px;
}

.alert .alert_text {
  display: inline-block;
  vertical-align: top;
  color: #E25F5B;
}
.alert .icon-danger {
  display: inline-block;
  vertical-align: top;
  background-image: url(../../images/danger_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

.custom-select.inline {
  display: inline-block;
  margin: 0 auto;
  vertical-align: top;
}
.custom-select label,
.custom-select .txt {
  font-size: 18px;
}
.custom-select .txt {
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
}
.custom-select select {
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F5F5F5;
  width: auto;
  padding: 5px 30px 5px 10px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .custom-select select {
    padding: 5px 20px 5px 5px;
  }
}
.custom-select select:focus {
  outline: none;
}
.custom-select .select-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.custom-select .select-wrapper:before {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #BE9C6C;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 4px;
  pointer-events: none;
  font-size: 20px;
}
@media (max-width: 768px) {
  .custom-select .select-wrapper:before {
    font-size: 14px;
    top: 5px;
  }
}

@media (min-width: 768px) {
  .birthday_inputes .fix_padding {
    padding-left: 0px;
    padding-right: 25px;
  }
}
.well {
  background-color: #fff;
  border-radius: 6px;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.well .h1 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .well {
    border-radius: 0;
  }
}

.share-search-form .title {
  font-size: 14px;
  color: #9B9B9B;
  margin: 5px auto;
}
.share-search-form label {
  position: relative;
  margin: 15px auto;
  display: block;
  width: 100%;
  max-width: 400px;
}
.share-search-form label input {
  line-height: 1.5;
  width: 100%;
  outline: none;
  font-size: 16px;
  color: #000;
  border: 1px solid #B27935;
  border-radius: 20px;
  padding: 8px 50px 8px 15px;
  font-weight: normal;
}
.share-search-form label .search-icon {
  background-color: transparent;
  border: none;
  position: absolute;
  width: 50px;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 40px;
  right: 0;
  top: 0;
  font-size: 17px;
  color: #BE9C6C;
}

/* 搜尋結果卡片樣式 */
.search-result-card {
  color: #000;
  display: block;
  text-decoration: none;
  padding-bottom: 30px;
  padding-top: 30px;
  text-decoration: none;
}
.search-result-card:hover, .search-result-card:focus, .search-result-card:active {
  color: #000;
}
.search-result-card:hover .trip-title {
  text-decoration: underline;
}
.search-result-card .trip-desc {
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
}
.search-result-card .left .cover img {
  border-radius: 6px;
  overflow: hidden;
}
.search-result-card .search-re-card-bottom {
  font-size: 12px;
  margin-top: 20px;
}
.search-result-card .search-re-card-bottom .tags-container {
  display: inline-block;
  vertical-align: top;
  margin-left: -10px;
  margin-right: -10px;
}
.search-result-card .search-re-card-bottom .tags-container .tag {
  display: inline-block;
  font-size: 12px;
  color: #666;
  margin: 0px 10px;
  padding: 0;
  line-height: 15px;
}
@media (min-width: 768px) {
  .search-result-card .trip-title {
    margin-top: 0;
  }
  .search-result-card .left,
  .search-result-card .right {
    float: left;
  }
  .search-result-card .left {
    padding-right: 20px;
    width: 40%;
  }
  .search-result-card .right {
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .search-result-card .trip-title {
    height: 60px;
    overflow: hidden;
  }
  .search-result-card .trip-desc {
    height: 110px;
    overflow: hidden;
  }
}

.search-card-lists .search-card-col {
  border-bottom: 2px solid #F5F5F5;
}
.search-card-lists .search-card-col:last-of-type {
  border-color: transparent;
}
@media (min-width: 1440px) {
  .search-card-lists .search-card-col:nth-last-child(2) {
    border-color: transparent;
  }
}

.pure-video-card {
  margin-bottom: 40px;
  position: relative;
  display: block;
  color: #000;
}
.pure-video-card:hover {
  color: #000;
}
.pure-video-card:hover .trip-title {
  color: #BE9C6C;
}
.pure-video-card.trip-with-video .trip-cover:before {
  position: absolute;
  width: 78px;
  height: 78px;
  left: 50%;
  top: 50%;
  margin-top: -39px;
  margin-left: -39px;
  content: " ";
  background-image: url("../images/video_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.pure-video-card .trip-cover {
  border-radius: 6px;
  background-image: url("../images/loading_placeholder.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.pure-video-card .trip-cover img {
  width: 100%;
  max-width: 100%;
}
.pure-video-card .trip-cover iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.pure-video-card .trip-title {
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin: 12px auto;
  line-height: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pure-video-card .trip-desc {
  max-height: 72px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .event-carousel {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
  }
}
.event-carousel .carousel-indicators {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .event-carousel .carousel-indicators {
    bottom: 0px;
  }
}
.event-carousel .carousel-indicators li {
  margin: 0 5px;
  border-color: #DADADA;
  background-color: #DADADA;
}
.event-carousel .carousel-indicators li.active {
  border-color: #BE9C6C;
  background-color: #BE9C6C;
  width: 10px;
  height: 10px;
}
.event-carousel .carousel-caption {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  padding: 10px 20px;
  color: inherit;
  text-align: left;
  text-shadow: none;
  background: #fff;
  border-radius: 0 0 6px 6px;
}
.event-carousel .avatar {
  width: 186px;
  height: 186px;
  border-radius: 100%;
  border: 8px solid #fff;
  box-sizing: border-box;
}

.breadcrumb {
  font-size: 14px;
}

/* Helper START */
/* bootstrp 分五格 START */
.col-xs-5t,
.col-sm-5t,
.col-md-5t,
.col-lg-5t {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5t {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5t {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5t {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5t {
    width: 20%;
    float: left;
  }
}
/* bootstrp 分五格 END */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bold {
  font-weight: bold;
}

#terms_of_use_agree-error,
#renewal_name-error {
  /* 會員註冊, updrage 兩個客製化的 error 顏色 */
  color: #E25F5B;
}

ul.custom_dot,
ol.custom_dot {
  list-style: none;
  padding: 0;
}
ul.custom_dot li,
ol.custom_dot li {
  padding-left: 1.3em;
}
ul.custom_dot li:before,
ol.custom_dot li:before {
  content: "◎";
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}

.button-combo .btn {
  margin-right: 20px;
  margin-bottom: 20px;
}
.button-combo .btn:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .button-combo .btn {
    margin: 0 auto 10px auto;
  }
}

.width-auto {
  width: auto;
}

.section-small {
  margin: 20px auto;
}
@media (min-width: 767px) {
  .section-small {
    margin: 40px auto;
  }
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.input-help {
  margin: 10px auto;
  color: #9B9B9B;
  display: block;
}

.no_mar {
  margin: 0 auto;
}

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

.text-primary {
  color: #BE9C6C;
}

.text-coffee {
  color: #84684B;
  font-size: 14px;
}

a.primary {
  color: #BE9C6C;
}
a.primary:hover, a.primary:active {
  color: #ab844c;
}

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

.fix_max_width {
  max-width: 600px;
  margin: 0 auto;
}

/* Tab to select style */
.nav-tabs-dropdown {
  display: none;
  border-radius: 6px;
  width: 90%;
  position: relative;
  margin: 20px auto;
  background: #E6E6E6;
  color: #666;
  font-size: 18px;
  text-align: left;
  padding-right: 36px;
  white-space: normal;
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.36);
}
.nav-tabs-dropdown:hover, .nav-tabs-dropdown:focus, .nav-tabs-dropdown:active {
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.36);
}
.nav-tabs-dropdown:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 6px;
}

#rwd-tabsr.nav-tabs > li {
  width: 33.33333%;
  text-align: left;
}
@media (min-width: 992px) {
  #rwd-tabsr.nav-tabs > li {
    text-align: center;
  }
}
#rwd-tabsr.nav-tabs > li > a {
  margin-right: 1px;
  line-height: 1.5em;
  border: 1px solid transparent;
  color: #666;
  border-radius: 0;
}

@media (min-width: 769px) {
  #rwd-tabsr {
    display: block !important;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    background: #E6E6E6;
  }
}
@media (max-width: 768px) {
  #rwd-tabsr.nav-tabs > li {
    width: 100%;
    text-align: center;
  }

  .nav-tabs-dropdown {
    display: block;
  }

  #rwd-tabsr {
    display: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
  }

  .nav-tabs-horizontal {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: none;
  }

  .nav-tabs-horizontal > li {
    float: none;
  }

  .nav-tabs-horizontal > li + li {
    margin-left: 2px;
  }

  .nav-tabs-horizontal > li,
  .nav-tabs-horizontal > li > a {
    background: transparent;
    width: 100%;
  }

  .nav-tabs-horizontal > li.active > a,
  .nav-tabs-horizontal > li.active > a:hover,
  .nav-tabs-horizontal > li.active > a:focus {
    background-color: #B27935;
    color: #fff !important;
  }
}
.bg-gray {
  background-color: #E0DFD9;
}

.bg-white {
  background-color: #FFF;
}

/* Helper  END */
#ft .container-fluid {
  max-width: 1170px;
  margin: 0 auto;
}
#ft .footer-top {
  background-color: #4A4A4A;
  padding: 15px 0;
}
@media (min-width: 768px) {
  #ft .footer-top {
    background-color: #000;
  }
}
#ft .footer-top .ft-m-item-wrap {
  text-align: left;
}
#ft .footer-top .ft-m-item-wrap .m-title {
  font-size: 16px;
  color: #BE9C6C;
  margin: 0 auto 10px auto;
}
#ft .footer-top .ft-m-item-wrap .footer-sub-menu li {
  display: block;
  line-height: 1.2em;
}
#ft .footer-top .ft-m-item-wrap .footer-sub-menu li a {
  color: #6A6A6A;
  display: inherit;
  font-size: 13px;
}
#ft .footer-top .ft-m-item-wrap .footer-sub-menu li a:hover, #ft .footer-top .ft-m-item-wrap .footer-sub-menu li a:active, #ft .footer-top .ft-m-item-wrap .footer-sub-menu li a.active {
  color: #fff;
}
#ft #subscribe-news-letter {
  text-align: center;
  margin-bottom: -10px;
  position: relative;
}
#ft #subscribe-news-letter:after {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #C5C5C5;
  content: ' ';
  display: block;
  left: 0;
  bottom: -10px;
}
#ft #subscribe-news-letter .display-subscribe-form label {
  color: #BEBEBE;
  display: block;
  font-size: 13px;
  line-height: 21px;
}
#ft #subscribe-news-letter .display-subscribe-form input {
  width: 100%;
  max-width: 242px;
  box-shadow: none;
  padding: 2px 10px;
  height: 30px;
  margin: 0 auto;
}
#ft #subscribe-news-letter .display-subscribe-form .subscribe-btn,
#ft #subscribe-news-letter .display-subscribe-form .subscribe-btn-cancel {
  font-size: 13px;
  color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 6px 13px;
  border: none;
  line-height: 13px;
  margin-right: 5px;
}
#ft #subscribe-news-letter .display-subscribe-form .subscribe-btn {
  background-color: #B27935;
}
#ft #subscribe-news-letter .display-subscribe-form .subscribe-btn-cancel {
  background-color: #9B9B9B;
}
@media (min-width: 768px) {
  #ft #subscribe-news-letter {
    text-align: left;
    margin-bottom: auto;
  }
  #ft #subscribe-news-letter:after {
    display: none;
  }
  #ft #subscribe-news-letter .display-subscribe-form label {
    color: #6A6A6A;
  }
  #ft #subscribe-news-letter .display-subscribe-form input {
    margin: 0;
    max-width: 166px;
  }
}
#ft .footer-bottom {
  background-color: #4A4A4A;
  font-size: 12px;
}
#ft .footer-bottom ul {
  margin: 10px auto;
}
#ft .footer-bottom li {
  line-height: 1.5em;
}
#ft .footer-bottom,
#ft .footer-bottom a {
  color: #C5C5C5;
}
#ft .footer-bottom a:hover,
#ft .footer-bottom a:active {
  text-decoration: underline;
}

.full-page {
  position: relative;
  margin-top: -55px;
  margin-bottom: -40px;
  min-height: 600px;
}

#bg-swiper {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#bg-swiper .bg {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.center-block {
  height: 100%;
  padding-top: 140px;
  padding-bottom: 50px;
}
.center-block .subscribe-form {
  max-width: 600px;
}

.subscribe-form {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.subscribe-form.black {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.8);
}
.subscribe-form label img {
  width: 100px;
  height: auto;
  margin-right: 5px;
  transform: translateY(-5px);
}
.subscribe-form label span {
  font-size: 15px;
  font-weight: 300;
  display: block;
}
.subscribe-form .form-control {
  background-color: transparent;
}
.subscribe-form .sub-buttons {
  padding-top: 20px;
}
.subscribe-form button {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  background-color: #B27935;
  transition: all .2s ease;
  width: 100px;
  border: none;
}
.subscribe-form button.subscribe-btn-cancel {
  background-color: #9B9B9B;
}

.subscribe-block {
  background-color: rgba(0, 0, 0, 0.8);
}
.subscribe-block .subscribe-form {
  max-width: 1170px;
  background-color: transparent;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}
@media screen and (max-width: 991px) {
  .subscribe-block .subscribe-form {
    max-width: 750px;
    display: block;
  }
}
.subscribe-block .subscribe-form label {
  width: 60%;
  padding-right: 20px;
}
@media screen and (max-width: 991px) {
  .subscribe-block .subscribe-form label {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0px;
  }
}
.subscribe-block .subscribe-form .form-control {
  flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .subscribe-block .subscribe-form .form-control {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.page-newsletter #main-container {
  margin-top: 55px;
  height: calc(100% - 95px);
}

.apply-wine {
  z-index: 9999;
}
.apply-wine:not(.show) {
  display: none;
}
.apply-wine .img-wrap {
  background-color: #000;
  height: 12vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-height: 575px) {
  .apply-wine .img-wrap {
    height: 70px;
  }
}
.apply-wine .img-wrap picture {
  width: 100%;
  max-width: 100%;
}

.fix-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.h-100 {
  height: 100%;
}

.travel-wrap {
  display: none;
  z-index: 9999;
  position: fixed;
  bottom: calc(12vh + 15px);
  right: 15px;
  background-color: #000;
  width: 58px;
  height: 58px;
  transition: 0.3s .3s  ease-in-out;
}
.travel-wrap.show {
  display: block;
}
.travel-wrap.no-apply-wine {
  bottom: 15px;
}
.travel-wrap.expand {
  width: 258px;
  height: 110px;
  transition: 0.3s   ease-in-out;
}
.travel-wrap .open-wrap, .travel-wrap .hide-wrap {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: 0.3s;
  top: 0;
  left: 0;
}
.travel-wrap .open-wrap.show, .travel-wrap .hide-wrap.show {
  opacity: 1;
  transition: .3s  .3s;
  pointer-events: visible;
}
.travel-wrap .open-wrap {
  width: 258px;
  padding: 20px;
}
.travel-wrap .open-wrap p {
  position: relative;
  height: 20px;
}
.travel-wrap .open-wrap p img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.travel-wrap .hide-wrap {
  aspect-ratio: 1;
  width: 58px;
}
.travel-wrap .hide-wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  cursor: pointer;
}
.travel-wrap p {
  color: #CB9429;
  font-size: 16px;
  line-height: 20px;
}
.travel-wrap .arrow {
  height: 14px;
  width: 20px;
  cursor: pointer;
}
.travel-wrap .share {
  display: flex;
}
.travel-wrap .share .inner {
  display: flex;
  justify-content: center;
  width: calc(100% / 3 - 10px);
}
.travel-wrap .share .inner img {
  width: 36px;
}

.swiper-slide {
  overflow: hidden;
}

.small-landing {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .small-landing .small-landing-swiper-pagination-wrapper {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .small-landing .small-landing-swiper-pagination-wrapper {
    margin-top: 0px;
  }
}
.small-landing .swiper-button-prev {
  position: unset;
  margin: 0;
  height: unset;
  background-size: contain;
  width: 12px;
}

.small-landing-swiper-pagination-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0 0px;
}
@media screen and (max-width: 767px) {
  .small-landing-swiper-pagination-wrapper {
    margin-top: 15px;
  }
}
.small-landing-swiper-pagination-wrapper .small-landing-swiper-button-prev,
.small-landing-swiper-pagination-wrapper .small-landing-swiper-button-next {
  cursor: pointer;
  width: 26px;
  height: 36px;
  margin: 0 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.small-landing-swiper-pagination-wrapper .small-landing-swiper-button-prev i,
.small-landing-swiper-pagination-wrapper .small-landing-swiper-button-next i {
  color: #BE9C6C;
  position: absolute;
  top: 10px;
}
.small-landing-swiper-pagination-wrapper .small-landing-swiper-button-prev i {
  left: 9px;
}
.small-landing-swiper-pagination-wrapper .small-landing-swiper-button-next i {
  left: 3px;
}

.small-landing-swiper-pagination {
  display: flex;
  align-items: center;
}
.small-landing-swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  border-radius: 50%;
  background-color: #2B2E34;
  transition: all 0.3s ease;
}
.small-landing-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #BE9C6C;
}

.special-title-zh {
  font-size: 24px;
  gap: 10px;
  display: flex;
  margin: 0 0 5px;
}
.special-title-zh::after, .special-title-zh::before {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
  margin: auto;
}

.special-title-en {
  margin: 0;
  color: #BE9C6C;
  font-size: 18px;
  text-align: center;
  font-family: "Cinzel", serif;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .special-title-zh {
    font-size: 20px;
  }

  .special-title-en {
    font-size: 16px;
  }
}
@media screen and (max-width: 330px) {
  .special-title-zh {
    font-size: 18px;
  }

  .special-title-en {
    font-size: 14px;
  }
}
.special-title-wrap {
  margin: 0 0 20px;
}

.index-editor-pick .trip-item {
  margin-bottom: 0px;
}
@media screen and (min-width: 992px) {
  .index-editor-pick .trip-item {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 30px;
    height: 325px;
    overflow: hidden;
  }
  .index-editor-pick .trip-item .content {
    padding: 30px 65px;
  }
  .index-editor-pick .trip-item .content .trip-title {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .index-editor-pick .swiper-slide {
    background: #ffffff;
  }
}
.index-editor-pick .trip-desc {
  max-height: unset;
  font-size: 16px;
}
.index-editor-pick .content {
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .index-editor-pick .content .trip-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 991px) {
  .index-editor-pick .content {
    display: none;
  }
}
.index-editor-pick .col-md-8 {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .index-editor-pick .col-md-8 {
    padding: 0;
  }
}
.index-editor-pick .badge {
  background-color: #BE9C6C;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  padding: 5px 10px;
}
.index-editor-pick .date {
  color: #9B9B9B;
  font-size: 14px;
  padding: 0 0 5px;
}

@media screen and (min-width: 992px) {
  .md-none {
    display: none;
  }
}

.post-btn {
  background-color: #B27935;
  font-size: 16px;
  color: #fff;
  border-radius: 15px;
  padding: 6px 20px;
  line-height: 20px;
  width: 120px;
  display: block;
  margin: 0 auto;
}

.post-btn:hover {
  color: #fff;
}

.book-component {
  display: grid;
  flex-grow: 1;
  grid-template-columns: 3fr 4fr;
  gap: 40px;
  margin: 0 auto 100px;
  max-width: 1000px;
}
.book-component .link-wrap {
  display: flex;
  justify-content: center;
}
.book-component .book-title {
  color: #B27935;
  font-size: 24px;
  margin: 0 auto;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .book-component .book-title {
    font-size: 20px;
  }
}
.book-component .book-cover {
  display: flex;
  align-items: center;
}
.book-component .book-cover img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .book-component {
    grid-template-columns: 1fr;
  }
  .book-component a {
    display: block;
    width: 100%;
  }
  .book-component .book-cover img {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .book-component.booking {
    max-width: 850px;
  }
  .book-component.booking .book-content {
    gap: 20px;
  }
  .book-component.booking .book-title {
    font-size: 22px;
    max-width: 400px;
  }
  .book-component.booking .book-cover img {
    max-width: 270px;
  }
  .book-component.booking .book-desc {
    font-size: 14px;
    line-height: 25px;
  }
  .book-component.booking:not(.is-sec) {
    grid-template-columns: 4fr 3fr;
  }
  .book-component.booking:not(.is-sec) .book-cover {
    order: 10;
  }
}
.book-component .book-date {
  height: 30px;
  text-align: center;
}
.book-component .book-date span,
.book-component .book-last-issue .book-badge {
  background-color: #BE9C6C;
  margin-right: 15px;
  height: 30px;
  padding: 4px 10px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.book-component .book-desc,
.book-component .book-date {
  font-size: 16px;
  line-height: 30px;
}
.book-component .book-last-issue {
  display: flex;
  justify-content: center;
  align-items: center;
}
.book-component .book-last-issue .month {
  font-size: 90px;
  font-weight: lighter;
}
.book-component .book-last-issue .detail {
  line-height: 20px;
  font-size: 16px;
  margin-left: 20px;
}

.author-info {
  text-align: center;
}

.avatar {
  width: 180px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 15px;
}
.avatar img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.author-name {
  font-size: 32px;
  color: #202128;
  margin: 10px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .author-name {
    font-size: 26px;
  }
}

.author-title {
  font-size: 20px;
  color: #97652F;
  margin: 5px 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .author-title {
    font-size: 16px;
  }
}

.author-line {
  margin: 50px 0;
  background: #202128;
  height: 1px;
}

.author-desc {
  font-size: 16px;
}

.share .share-btn {
  display: inline-block;
  padding: 15px 10px;
  margin: 0 10px;
}
.share i {
  color: #97652F;
  font-size: 30px;
}

.order-link {
  color: #b27935;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-radius: 100px;
  border: solid 1px #b27935;
  display: inline-block;
  transition: all .2s ease;
  padding: 6px 20px;
  width: 120px;
}
.order-link:focus {
  color: #b27935;
}
.order-link:hover {
  color: #FFFFFF;
  background: #b27935;
}

@media screen and (min-width: 768px) {
  .mobile-show {
    display: none;
  }
}

.book-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .book-content .special-title-wrap {
    display: none;
  }
}

.fs-normal {
  font-size: 16px !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.perspective-wrap {
  background-color: #dfdbd8;
  padding-top: 16px;
}
.perspective-wrap .perspective-title {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .perspective-wrap .text-desc {
    text-align: center;
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #757575;
  border-radius: 100px;
}

::-webkit-scrollbar-track {
  background-color: #e2e2e2;
  border-radius: 100px;
}

.small-landing,
.index-editor-pick,
.perspective-wrap,
.index-post-list {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .mb-ratio416x280 {
    aspect-ratio: 416 / 280;
  }
}

.more-link {
  color: #B27935;
  font-size: 16px;
  font-weight: normal;
  line-height: 100%;
  transition: all .2s ease;
}
.more-link svg, .more-link img {
  margin-left: 8px;
}
.more-link line {
  stroke: #B27935;
  transition: all .2s ease;
}
