@charset "UTF-8";
@import url("css/google-fonts.css");
@import url("fonts/css/style.css");
@import url("css/plugins/animate.css");
@import url("css/plugins/bootstrap.css");
@import url("css/plugins/bootstrap-select.css");
@import url("css/plugins/jquery-ui.min.css");
@import url("css/plugins/jquery-ui.theme.min.css");
@import url("css/plugins/sweetalert2.css");
@import url("css/plugins/mCustomScrollbar.css");
@import url("css/plugins/leaflet.css");
@import url("css/plugins/leaflet.label.css");
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("fonts/font/lightcase.eot");
  src: url("fonts/font/lightcase.eot#iefix") format("embedded-opentype"), url("fonts/font/lightcase.woff") format("woff"), url("fonts/font/lightcase.ttf") format("truetype"), url("fonts/font/lightcase.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.lightcase-icon-play:before {
  content: "\e800";
}

.lightcase-icon-pause:before {
  content: "\e801";
}

.lightcase-icon-close:before {
  content: "\e802";
}

.lightcase-icon-prev:before {
  content: "\e803";
}

.lightcase-icon-next:before {
  content: "\e804";
}

.lightcase-icon-spin:before {
  content: "\e805";
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 480px) {
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 481px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 481px) {
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 480px) {
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 480px) {
  #lightcase-content .lightcase-contentInner {
    max-height: 65vh;
  }
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 480px) and (min-width: 481px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
@media screen and (max-width: 480px) {
  #lightcase-content .lightcase-contentInner img {
    display: block;
    max-height: 100% !important;
    margin: 0 auto;
  }
}
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 480px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 481px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: visible;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 480px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #fff;
  }
}
@media screen and (min-width: 481px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 480px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 481px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

.lightcase-open body {
  overflow: hidden;
}
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #fff;
}
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgb(255, 255, 255);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}
a[class*=lightcase-icon-]:hover {
  color: rgb(255, 255, 255);
  text-shadow: 0 0 15px rgb(255, 255, 255);
}
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}
a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 481px) {
  a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 481px) {
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  a[class*=lightcase-icon-]:hover, #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: 480px) {
  #lightcase-overlay {
    opacity: 0.95 !important;
  }
}

/* -------------------------------------------
 * *  reset
 * * ------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

header, main, footer, article, aside, details, figcaption, figure, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  font-family: inherit;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-backface-visibility: visible;
}

a {
  color: inherit;
}

a, a:hover, a:active, a:focus, a:visited {
  text-decoration: none;
  outline: 0;
  outline-offset: 0px;
}

a[role=button] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-size: italic;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.chrome img {
  image-rendering: -webkit-optimize-contrast;
}

div, button, input, select, textarea, a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
}

button, input, textarea {
  border: none;
  outline: none;
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: inherit;
}

button, select {
  text-transform: none;
}

button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
}

textarea {
  resize: none;
}

figure, address {
  margin: 0;
  padding: 0;
}

fieldset, legend {
  display: block;
  margin: 0;
  padding: 0;
}

* {
  outline: 0;
  -webkit-font-smoothing: antialiased;
}

*, *::before, *::after, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

input, button {
  border-radius: 0;
}

/* -------------------------------------------
 * *  basic
 * * ------------------------------------------ */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  background-color: #000;
  overflow: visible;
  font-family: "Nunito Sans", "Noto Sans TC", "Helvetica", "Arial", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.safari body {
  -webkit-text-size-adjust: none;
}
body.body-fixed {
  overflow: hidden;
}
body.body-fixed.ios {
  position: fixed;
}
body.body-fixed .wp {
  overflow: hidden;
}

a {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

a.link, .editor-style a {
  color: #555555;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}
.invisible.wow {
  visibility: hidden !important;
}

.max-sm-size .for-desktop,
.min-sm-size .for-mobile {
  display: none !important;
}

/* -------------------------------------------
 * *  plugins
 * * ------------------------------------------ */
.wow {
  visibility: hidden;
}
.msie .wow {
  visibility: visible;
}

.imgFill {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.ui-tooltip {
  border-radius: 0;
  border: none !important;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.23);
  font-size: 18px;
  line-height: 1;
  padding: 15px;
}
.ui-tooltip .ui-tooltip-arrow {
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 12px);
  display: block;
  border-top: 15px solid #ffffff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* -------------------------------------------
 * *  display
 * * ------------------------------------------ */
.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

/* -------------------------------------------
 * *  font
 * * ------------------------------------------ */
.fontClear {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  font-style: normal;
  text-decoration: none !important;
}

.en {
  font-family: "Nunito Sans", "Helvetica", "Arial", sans-serif;
}

.zh {
  font-family: "Noto Sans TC", "Heiti TC", "Microsoft JhengHei", sans-serif;
}

.cursive {
  font-family: "Merienda One", cursive;
}

.t-orange {
  color: #F36F21;
}

.t-cyan {
  color: #4ABEC6;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.t-justify {
  text-align: justify;
}

/* -------------------------------------------
 * *  list style
 * * ------------------------------------------ */
ul.noneStyle, ol.noneStyle {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.styled-list {
  margin: 0;
  padding: 0 0 0 2em !important;
  list-style-type: none !important;
}
ul.styled-list li + li {
  margin-top: 0.75em;
}
ul.styled-list li:before {
  color: rgba(243, 243, 243, 0.5);
  content: "—";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
}

dl.noneStyle {
  margin: 0;
}
dl.noneStyle dt, dl.noneStyle dd {
  margin: 0;
}

/* ------------------------------------------
 * *  images
 * * -----------------------------------------*/
figure {
  margin: 0;
}

.pic img {
  display: block;
  width: 100%;
}
.pic.pic-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hoverScale, .hoverScale a {
  display: block;
  overflow: hidden;
}

.hoverScale .pic {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1.005);
  transform: scale(1.005);
  -webkit-transition-property: opacity, transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hoverScale:hover .pic {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* ------------------------------------------
 * *  buttons
 * * -----------------------------------------*/
.btn-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  line-height: 1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
}
.btn-style[class*=fill-] {
  color: #fff;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.btn-style.fill-cyan {
  background-color: #4ABEC6;
}
.btn-style.fill-cyan:hover {
  background-color: #F36F21;
}
.btn-style.fill-orange {
  background-color: #F36F21;
}
.btn-style.fill-orange:hover {
  background-color: #4ABEC6;
}
.btn-style.fill-dark-gray {
  background-color: #1D242B;
}
.btn-style.fill-dark-gray:hover {
  background-color: #016C8E;
}
.btn-style.btn-circle {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100px;
  height: 100px;
  margin: 10px;
  background-color: #000000;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.max-sm-size .btn-style.btn-circle {
  width: 85px;
  height: 85px;
}
.btn-style.btn-circle:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  display: block;
  border: 2px dotted #000000;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.btn-style.btn-circle.fill-orange {
  background-color: #F36F21;
}
.btn-style.btn-circle.fill-orange:before {
  border-color: #F36F21;
}

/* ------------------------------------------
 * *  flexbox
 * * -----------------------------------------*/
.d-block {
  display: block !important;
}

.d-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

/* ------------------------------------------
 * *  editor
 * * -----------------------------------------*/
.editor {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.max-sm-size .editor {
  line-height: 1.5;
}
.editor section {
  margin: 3em 0;
}
.editor section > *:first-child {
  margin-top: 0 !important;
}
.editor section > *:last-child {
  margin-bottom: 0 !important;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  font-weight: 600;
  line-height: 1.3;
}
.editor h1 {
  font-size: 2.5em;
}
.editor h2 {
  font-size: 2em;
}
.editor h3 {
  font-size: 1.75em;
}
.editor h4 {
  font-size: 1.5em;
}
.editor h5 {
  font-size: 1.25em;
}
.editor h6 {
  font-size: 1em;
}

.editor-style h1, .editor-style h2, .editor-style h3, .editor-style h4, .editor-style h5, .editor-style h6, .editor-style p, .editor-style img, .editor-style figure, .editor-style ul, .editor-style ol, .editor-style table, .editor-style video, .editor-style audio, .editor-style iframe {
  margin: 1rem 0;
}
.editor-style > *:first-child {
  margin-top: 0 !important;
}
.editor-style > *:last-child {
  margin-bottom: 0 !important;
}
.editor-style ul:not(.noneStyle) {
  list-style-type: disc;
  padding: 0 0 0 1.5em;
}

/* ------------------------------------------
 * *  forms
 * * -----------------------------------------*/
.fieldset-inputs .fieldset-input > * {
  width: 100% !important;
}
.fieldset-inputs .fieldset-input .dropdown-toggle, .fieldset-inputs .fieldset-input .dropdown-menu {
  border: none;
  border-radius: 0;
  color: #000000;
  letter-spacing: 1px;
}
.fieldset-inputs .fieldset-input .dropdown-toggle, .fieldset-inputs .fieldset-input .fieldset-input-style {
  height: 50px;
  padding: 10px 10px 10px 15px;
  line-height: normal;
  -webkit-transition-property: border-color, box-shadow;
  -webkit-transition-property: border-color, -webkit-box-shadow;
  transition-property: border-color, -webkit-box-shadow;
  transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.max-sm-size .fieldset-inputs .fieldset-input .dropdown-toggle, .max-sm-size .fieldset-inputs .fieldset-input .fieldset-input-style {
  height: 45px;
}
.fieldset-inputs .fieldset-input .dropdown-toggle:after, .fieldset-inputs .fieldset-input .fieldset-input-style:after {
  border-top-width: 5px;
  border-right-width: 4px;
  border-left-width: 4px;
}
.fieldset-inputs .fieldset-input .dropdown-toggle::-webkit-input-placeholder, .fieldset-inputs .fieldset-input .fieldset-input-style::-webkit-input-placeholder {
  color: inherit;
}

.fieldset-inputs .fieldset-input .dropdown-toggle:-moz-placeholder, .fieldset-inputs .fieldset-input .fieldset-input-style:-moz-placeholder {
  color: inherit;
}

.fieldset-inputs .fieldset-input .dropdown-toggle::-moz-placeholder, .fieldset-inputs .fieldset-input .fieldset-input-style::-moz-placeholder {
  color: inherit;
}

.fieldset-inputs .fieldset-input .dropdown-toggle:-ms-input-placeholder, .fieldset-inputs .fieldset-input .fieldset-input-style:-ms-input-placeholder {
  color: inherit;
}

.fieldset-inputs .fieldset-input .dropdown-toggle .filter-option, .fieldset-inputs .fieldset-input .fieldset-input-style .filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fieldset-inputs .fieldset-input .dropdown-menu.show {
  max-height: 300px !important;
}
.fieldset-inputs .fieldset-input .dropdown-menu.show > .inner {
  max-height: 100% !important;
}
.fieldset-inputs .fieldset-input .fieldset-input-style {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.fieldset-inputs .fieldset-input .dropdown-item {
  padding: 10px 20px;
}
.max-sm-size .fieldset-inputs .fieldset-input .dropdown-item {
  padding: 10px 15px;
}
.fieldset-inputs .fieldset-input textarea.fieldset-input-style {
  height: auto;
  padding: 15px;
}
.fieldset-inputs .fieldset-input .dropdown-menu ul.inner {
  margin: 0;
  background: none;
}
.fieldset-inputs .fieldset-input .dropdown-menu ul.inner li.disabled {
  display: none;
}
.fieldset-inputs .fieldset-input .dropdown-menu ul.inner li .dropdown-item {
  -webkit-transition: none;
  transition: none;
}
.fieldset-inputs .fieldset-input .dropdown-menu ul.inner li .dropdown-item:hover {
  background-color: #F36F21;
  color: #fff;
}
.fieldset-inputs .fieldset-input .dropdown-menu ul.inner li .dropdown-item.active, .fieldset-inputs .fieldset-input .dropdown-menu ul.inner li .dropdown-item:active {
  background-color: #4ABEC6;
}

.was-validated .fieldset-input .fieldset-input-style:invalid {
  border-color: #dc3545 !important;
}
.was-validated .fieldset-input .fieldset-input-style:invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}
.was-validated .fieldset-input.input-check input[type=checkbox]:invalid + label:before {
  border-color: #dc3545 !important;
  background-color: rgba(220, 53, 69, 0.25);
}

.fieldset-input-style.is-invalid, .dropdown-toggle.is-invalid {
  border-color: #dc3545 !important;
}
.fieldset-input-style.is-invalid:focus, .dropdown-toggle.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.ui-datepicker:not(.ui-datepicker-inline) {
  border-radius: 0;
  margin: -1px 0;
  padding: 4px 4px 0;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header {
  background-color: #F36F21;
  margin: -5px -5px 0;
  padding: 5px 0;
  border-radius: 0;
  border: none;
  color: #ffffff;
  font-size: 16px;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-next {
  top: 5px;
  width: 2em;
  height: 2em;
  border-radius: 0;
  border: none;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-prev:hover, .ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-next:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2;
  margin: 0 2em;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-datepicker-title select {
  display: block;
  color: #000000;
  margin: 0 10px;
  padding: 0 5px;
  height: 2em;
  border: none;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-datepicker-header .ui-icon {
  background-image: url(images/static/ui-icons_ffffff_256x240.png);
}
.ui-datepicker:not(.ui-datepicker-inline) table {
  margin-bottom: 4px;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-state-default {
  border-color: transparent;
}
.ui-datepicker:not(.ui-datepicker-inline) .ui-state-active {
  border-color: transparent;
  background: #4ABEC6;
  color: #ffffff;
}

[data-page=privacy] .editor section {
  color: #FFFFFF;
}

/* -------------------------------------------
 * *  basic layout
 * * ------------------------------------------ */
.wp {
  min-width: 320px;
  overflow: hidden;
}
.wp.no-loader .loader {
  background-color: #ffffff;
}
.wp.no-loader .loader .loader-inner {
  display: none !important;
}

.container {
  width: calc(100% - 120px);
  max-width: 1400px;
  margin: 0 auto;
}
.max-lg-size .container {
  width: calc(100% - 100px);
}
.max-sm-size .container {
  width: calc(100% - 50px);
}
.container.mini {
  max-width: 1010px;
}
.container.small {
  max-width: 1120px;
}
.container.medium {
  max-width: 1180px;
}
.container.large {
  max-width: 1630px;
}
.container.full {
  max-width: 100%;
}
.container.full.no-margin {
  width: 100%;
}

#main {
  margin-top: 75px;
}
.max-sm-size #main {
  margin-top: 70px;
}

[data-page=home] #main {
  margin-top: 0;
}

/* -------------------------------------------
 * *  loader
 * * ------------------------------------------ */
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.loader {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111820;
}
.loader .loader-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.loader .loader-inner img {
  display: block;
  max-width: 100px;
  -webkit-animation: jump 0.6s ease-in infinite alternate;
  animation: jump 0.6s ease-in infinite alternate;
}
.loader .loader-inner .text {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* -------------------------------------------
 * *  pages
 * * ------------------------------------------ */
.page-banner {
  position: relative;
  z-index: 5;
  background-color: #000;
}
.page-banner .page-banner-inner {
  position: relative;
  z-index: 1;
}
.page-banner .page-banner-inner .page-banner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.page-banner .page-banner-inner .page-banner-text .content {
  text-align: center;
  font-family: "Microsoft JhengHei", "Arial", sans-serif;
}
.page-banner .page-banner-inner .page-banner-text .content .title {
  margin: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
}
.max-lg-size .page-banner .page-banner-inner .page-banner-text .content .title {
  font-size: 42px;
}
.max-md-size .page-banner .page-banner-inner .page-banner-text .content .title {
  font-size: 35px;
}
.max-sm-size .page-banner .page-banner-inner .page-banner-text .content .title {
  font-size: 25px;
}
.page-banner .page-banner-inner .page-banner-text .content .title + .text {
  margin-top: 1.5em;
}
.max-sm-size .page-banner .page-banner-inner .page-banner-text .content .title + .text {
  margin-top: 0.5em;
}
.page-banner .page-banner-inner .page-banner-text .content .text {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.max-sm-size .page-banner .page-banner-inner .page-banner-text .content .text {
  font-size: 15px;
}
.page-banner .page-banner-inner .page-banner-nav {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.min-sm-size .page-banner .page-banner-inner .page-banner-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.page-banner .page-banner-inner .page-banner-nav .page-banner-nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 20px 25px;
  background-color: #F36F21;
  color: #ffffff;
}
.page-banner .page-banner-inner .page-banner-nav .page-banner-nav-toggle:after {
  content: "";
  display: block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #ffffff;
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.page-banner .page-banner-inner .page-banner-nav .page-banner-nav-toggle.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.min-sm-size .page-banner .page-banner-inner .page-banner-nav .page-banner-nav-toggle {
  display: none;
}
.min-sm-size .page-banner .page-banner-inner .page-banner-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.max-sm-size .page-banner .page-banner-inner .page-banner-nav ul {
  display: none;
  background-color: rgba(17, 24, 32, 0.9);
  color: #ffffff;
}
.max-sm-size .page-banner .page-banner-inner .page-banner-nav ul li a {
  padding: 20px 25px;
}
.max-sm-size .page-banner .page-banner-inner .page-banner-nav ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.max-sm-size .page-banner .page-banner-inner .page-banner-nav ul li.current a {
  pointer-events: none;
  background-color: #4ABEC6;
}
.page-banner .page-banner-inner .page-banner-nav ul li a {
  display: block;
}
.max-sm-size .page-banner.default-banner .page-banner-pic {
  height: 75vw;
  bottom: auto;
}
.page-banner.default-banner .page-banner-inner .page-banner-text {
  color: #ffffff;
  height: 600px;
}
.max-lg-size .page-banner.default-banner .page-banner-inner .page-banner-text {
  height: 450px;
}
.max-md-size .page-banner.default-banner .page-banner-inner .page-banner-text {
  height: 300px;
}
.max-sm-size .page-banner.default-banner .page-banner-inner .page-banner-text {
  height: 75vw;
}
.min-sm-size .page-banner.default-banner .page-banner-inner .page-banner-nav ul {
  background-color: rgba(0, 0, 0, 0.4);
}
.min-sm-size .page-banner.default-banner .page-banner-inner .page-banner-nav ul li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.min-sm-size .page-banner.default-banner .page-banner-inner .page-banner-nav ul li:not(.current) + li:not(.current) a {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.min-sm-size .page-banner.default-banner .page-banner-inner .page-banner-nav ul li a {
  display: block;
  padding: 0 15px;
  color: #ffffff;
  line-height: 65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
.min-sm-size .page-banner.default-banner .page-banner-inner .page-banner-nav ul li a:before, .min-sm-size .page-banner.default-banner .page-banner-inner .page-banner-nav ul li a:after {
  content: "";
  position: absolute;
  display: block;
}
.min-sm-size .page-banner.default-banner .page-banner-inner .page-banner-nav ul li a:before {
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  border-top: 4px solid #F36F21;
  -webkit-transition: border-width 0.3s ease;
  transition: border-width 0.3s ease;
}
.min-sm-size .page-banner.default-banner .page-banner-inner .page-banner-nav ul li a:hover {
  background-color: #4ABEC6;
}
.min-sm-size .page-banner.default-banner .page-banner-inner .page-banner-nav ul li.current a {
  background-color: #F36F21;
  pointer-events: none;
}
.min-sm-size .page-banner.default-banner .page-banner-inner .page-banner-nav ul li.current a:before {
  border-top-color: #F36F21;
  border-top-width: 4px;
}
.min-sm-size .page-banner.default-banner .page-banner-inner .page-banner-nav ul li.current a:after {
  top: calc(100% + 3px);
  left: calc(50% - 4px);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #F36F21;
}
.max-sm-size .page-banner.default-banner .page-banner-inner .page-banner-nav ul {
  width: 100%;
}
.page-banner.brand-banner .brand-banner-slider {
  color: #ffffff;
}
.page-banner.brand-banner .brand-banner-slider .slick-item {
  position: relative;
  display: block !important;
  height: 600px;
}
.max-lg-size .page-banner.brand-banner .brand-banner-slider .slick-item {
  height: 450px;
}
.max-sm-size .page-banner.brand-banner .brand-banner-slider .slick-item {
  height: 75vw;
}
.page-banner.brand-banner .brand-banner-slider .slick-item figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.min-sm-size .page-banner.brand-banner .brand-banner-slider .slick-item figcaption {
  padding: 0 100px;
}
.page-banner.brand-banner .brand-banner-slider .slick-item figcaption .title {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.max-lg-size .page-banner.brand-banner .brand-banner-slider .slick-item figcaption .title {
  font-size: 35px;
}
.max-sm-size .page-banner.brand-banner .brand-banner-slider .slick-item figcaption .title {
  font-size: 25px;
}
.page-banner.brand-banner .brand-banner-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  font-size: 48px;
}
.max-md-size .page-banner.brand-banner .brand-banner-slider .slick-arrow {
  font-size: 35px;
}
.min-sm-size .page-banner.brand-banner .brand-banner-slider .slick-arrow {
  top: calc(50% - 24px);
}
.max-sm-size .page-banner.brand-banner .brand-banner-slider .slick-arrow {
  bottom: 25px;
  font-size: 25px;
}
.page-banner.brand-banner .brand-banner-slider .slick-arrow.slick-prev {
  left: 60px;
}
.max-lg-size .page-banner.brand-banner .brand-banner-slider .slick-arrow.slick-prev {
  left: 50px;
}
.max-sm-size .page-banner.brand-banner .brand-banner-slider .slick-arrow.slick-prev {
  left: calc(50% - 25px);
}
.page-banner.brand-banner .brand-banner-slider .slick-arrow.slick-next {
  right: 60px;
}
.max-lg-size .page-banner.brand-banner .brand-banner-slider .slick-arrow.slick-next {
  right: 50px;
}
.max-sm-size .page-banner.brand-banner .brand-banner-slider .slick-arrow.slick-next {
  right: calc(50% - 25px);
}

.page-body {
  padding: 70px 0;
  background-color: #000;
}
.max-lg-size .page-body {
  padding: 50px 0;
}
.max-sm-size .page-body {
  padding: 25px 0;
}
.page-body.no-padding {
  padding: 0;
}
.min-lg-size .page-body.padding-50 {
  padding: 50px 0;
}
.min-xl-size .page-body.padding-125 {
  padding: 125px 0;
}

.pagination {
  margin: 90px 0 20px;
}
.max-lg-size .pagination {
  margin: 70px 0 50px;
}
.max-sm-size .pagination {
  margin: 50px 0 25px;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
}
.pagination ul li a {
  display: block;
  line-height: 1;
}
.pagination ul li.arrow {
  font-size: 15px;
}
.pagination ul li.arrow.prev {
  margin-right: 2em;
}
.pagination ul li.arrow.next {
  margin-left: 2em;
}
.max-sm-size .pagination ul li.arrow {
  font-size: 0;
}
.max-sm-size .pagination ul li.arrow i {
  font-size: 15px;
}
.max-sm-size .pagination ul li.arrow.prev {
  margin-right: 10px;
}
.max-sm-size .pagination ul li.arrow.next {
  margin-left: 10px;
}
.pagination ul li.arrow a:hover {
  color: #F36F21;
}
.pagination ul li.jump {
  font-size: 16px;
  margin: 0 10px;
}
.max-sm-size .pagination ul li.jump {
  margin: 0 5px;
}
.pagination ul li.jump a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.max-sm-size .pagination ul li.jump a {
  width: 30px;
  height: 30px;
}
.pagination ul li.jump a:hover {
  background-color: #F36F21;
  color: #ffffff;
}
.pagination ul li.jump.current a {
  border: 2px dotted #FFFFFF;
  pointer-events: none;
}

/* -------------------------------------------
 * *  common layout
 * * ------------------------------------------ */
.brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brands-list .brand-box .brand-box-pic {
  position: relative;
}
.brands-list .brand-box .brand-box-pic .pic::before {
  content: "";
  display: block;
}
.brands-list .brand-box .brand-box-pic .btn-like {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 25px;
}
.brands-list .brand-box .brand-box-pic .btn-like .btn-like-inner {
  position: relative;
  display: block;
}
.brands-list .brand-box .brand-box-pic .btn-like .btn-like-inner:before, .brands-list .brand-box .brand-box-pic .btn-like .btn-like-inner:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.brands-list .brand-box .brand-box-pic .btn-like .btn-like-inner:before {
  content: "\e90f";
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.brands-list .brand-box .brand-box-pic .btn-like .btn-like-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e910";
  color: #F36F21;
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.brands-list .brand-box .brand-box-pic .btn-like.liked .btn-like-inner:before {
  opacity: 0;
}
.brands-list .brand-box .brand-box-pic .btn-like.liked .btn-like-inner:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.max-md-size .brands-list .brand-box .brand-box-pic .btn-like {
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.max-md-size .brands-list .brand-box .brand-box-pic .btn-like .btn-like-inner:before, .max-md-size .brands-list .brand-box .brand-box-pic .btn-like .btn-like-inner:after {
  font-size: 20px;
}
.max-md-size .brands-list .brand-box .brand-box-pic .btn-like .btn-like-inner:before {
  color: #777777;
  text-shadow: none;
}
.brands-list .brand-box .brand-box-inner .brand-box-content {
  font-family: "Microsoft JhengHei", "Arial", sans-serif;
}
.brands-list .brand-box .brand-box-inner .brand-box-content .title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
  letter-spacing: 0.05em;
}
.max-sm-size .brands-list .brand-box .brand-box-inner .brand-box-content .title {
  font-size: 20px;
}
[data-page=fashion] .brands-list .brand-box .brand-box-inner .brand-box-content .title {
  color: #FFFFFF;
}
[data-page=cuisine] .brands-list .brand-box .brand-box-inner .brand-box-content .title {
  color: #FFFFFF;
}
.brands-list .brand-box .brand-box-inner .brand-box-content .summary {
  margin: 1em 0 0;
  height: 5.25em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #FFFFFF;
}
.max-sm-size .brands-list .brand-box .brand-box-inner .brand-box-content .summary {
  margin-top: 0.5em;
  height: 3em;
  line-height: 1.5;
  -webkit-line-clamp: 2;
}
.brands-list .brand-box .brand-box-inner .brand-box-info {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.brands-list .brand-box .brand-box-inner .brand-box-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
}
.max-md-size .brands-list .brand-box .brand-box-inner .brand-box-info ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.max-md-size .brands-list .brand-box .brand-box-inner .brand-box-info ul li + li {
  margin-top: 0.5em;
}
.brands-list .brand-box .brand-box-inner .brand-box-info ul i {
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 5px;
  font-size: 1.5em;
}

.brand-section.brand-info {
  background-color: #000;
  padding: 75px 0;
}
.max-md-size .brand-section.brand-info {
  padding: 50px 0;
}
.max-sm-size .brand-section.brand-info {
  padding: 25px 0;
}
.brand-section.brand-info .brand-section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.min-xl-size .brand-section.brand-info .brand-section-inner {
  padding: 0 45px;
}
.max-lg-size .brand-section.brand-info .brand-section-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.min-lg-size .brand-section.brand-info .brand-section-inner .brand-info-profile {
  width: calc(50% + 100px);
  padding-bottom: 45px;
}
.min-xl-size .brand-section.brand-info .brand-section-inner .brand-info-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .logo {
  width: 218px;
}
.min-xl-size .brand-section.brand-info .brand-section-inner .brand-info-profile .logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.max-xl-size.min-sm-size .brand-section.brand-info .brand-section-inner .brand-info-profile .logo {
  float: left;
  margin: 0 25px 25px 0;
}
.max-sm-size .brand-section.brand-info .brand-section-inner .brand-info-profile .logo {
  width: 50%;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content {
  color: #FFFFFF;
}
.min-xl-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content {
  width: calc(100% - 218px);
  padding: 0 75px 0 60px;
}
.max-xl-size.min-lg-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content {
  padding: 0 50px 0 0;
}
.max-sm-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content {
  margin-top: 25px;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content > * + * {
  margin-top: 30px;
}
.max-sm-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content > * + * {
  margin-top: 20px;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .title-box .category {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .title-box .category + .title {
  margin-top: 15px;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .title-box .title {
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
}
.max-lg-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .title-box .title {
  font-size: 35px;
}
.max-sm-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .title-box .title {
  font-size: 25px;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .btn-like {
  width: 50px;
  height: 50px;
}
.max-lg-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .btn-like {
  width: 40px;
  height: 40px;
}
.max-sm-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .btn-like {
  width: 35px;
  height: 35px;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .btn-like .btn-like-inner {
  position: relative;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .btn-like .btn-like-inner:before, .brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .btn-like .btn-like-inner:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.max-lg-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .btn-like .btn-like-inner:before, .max-lg-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .btn-like .btn-like-inner:after {
  font-size: 18px;
}
.max-sm-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .btn-like .btn-like-inner:before, .max-sm-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .btn-like .btn-like-inner:after {
  font-size: 16px;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .btn-like .btn-like-inner:before {
  content: "\e90f";
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .btn-like .btn-like-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e910";
  color: #F36F21;
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .btn-like.liked .btn-like-inner:before {
  opacity: 0;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-head .btn-like.liked .btn-like-inner:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-body {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.max-sm-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-body {
  line-height: 1.5;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-foot {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-foot table {
  margin: -0.25rem -20px;
}
.max-xl-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-foot table {
  width: 100%;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-foot table td {
  padding: 0.5rem 20px;
  word-break: break-all;
}
.max-xs-size .brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-foot table td {
  display: block;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-foot table td:first-child {
  min-width: 195px;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-foot dl {
  line-height: 2;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-foot dl dt {
  font-family: inherit !important;
  color: #FFFFFF;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-foot dl dt:before {
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 10px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-foot dl dd {
  padding-left: calc(1.5em + 10px);
  color: #7A7A7A;
}
.brand-section.brand-info .brand-section-inner .brand-info-profile .content .content-foot dl dd a:hover {
  color: #F36F21;
}
.brand-section.brand-info .brand-section-inner .brand-info-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.min-lg-size .brand-section.brand-info .brand-section-inner .brand-info-map {
  width: calc(50% - 100px);
  border-left: 1px solid rgba(233, 233, 233, 0.15);
}
.max-lg-size .brand-section.brand-info .brand-section-inner .brand-info-map {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid rgba(233, 233, 233, 0.15);
}
.max-xs-size .brand-section.brand-info .brand-section-inner .brand-info-map {
  margin-top: 25px;
  padding-top: 25px;
}
.brand-section.brand-info .brand-section-inner .brand-info-map .pic {
  max-width: 100%;
}
.min-xl2-size .brand-section.brand-info .brand-section-inner .brand-info-map .pic {
  padding: 0 60px 0 75px;
}
.max-xl-size.min-lg-size .brand-section.brand-info .brand-section-inner .brand-info-map .pic {
  padding: 0 0 0 50px;
}
.brand-section.brand-info .brand-section-inner .brand-info-map .pic a {
  display: inline-block;
  width: 100%;
}
.brand-section.brand-booking {
  padding: 85px 0 75px;
}
.max-xl-size .brand-section.brand-booking {
  padding: 50px 0;
}
.brand-section.brand-booking + .brand-spotlight {
  background-color: #000;
}
.brand-section.brand-booking .brand-section-inner {
  max-width: 1065px;
}
.brand-section.brand-booking .brand-booking-head {
  text-align: center;
}
.brand-section.brand-booking .brand-booking-head .title {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.max-sm-size .brand-section.brand-booking .brand-booking-head .title {
  font-size: 25px;
}
.brand-section.brand-booking .brand-booking-head .sub {
  display: block;
  margin-top: 0.5em;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}
.max-sm-size .brand-section.brand-booking .brand-booking-head .sub {
  font-size: 18px;
}
.brand-section.brand-booking .brand-booking-head + .brand-booking-body {
  margin-top: 40px;
}
.brand-section.brand-booking .brand-booking-body .booking-section:not(:first-child) {
  display: none;
}
.brand-section.brand-booking .brand-booking-body .fieldset {
  font-size: 16px;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-inputs + .fieldset-inputs {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #D8D8D8;
}
.min-sm-size .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row + .fieldset-row {
  margin-top: 25px;
}
.min-sm-size .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 5px;
}
.max-sm-size .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group + .fieldset-group {
  margin-top: 25px;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group.for-datepicker {
  -webkit-box-flex: 1.75;
  -ms-flex: 1.75;
  flex: 1.75;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-label {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
.min-sm-size .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-label {
  height: 1em;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-label.full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  white-space: nowrap;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-label.full:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  margin-left: 20px;
}
.max-sm-size .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-label:empty {
  margin-top: -15px;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input {
  position: relative;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .dropdown-toggle, .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input div.dropdown-menu, .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .fieldset-input-style {
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  padding: 10px 20px;
}
.max-sm-size .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .dropdown-toggle, .max-sm-size .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input div.dropdown-menu, .max-sm-size .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .fieldset-input-style {
  padding: 10px 15px;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .dropdown-toggle::-webkit-input-placeholder, .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input div.dropdown-menu::-webkit-input-placeholder, .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .fieldset-input-style::-webkit-input-placeholder {
  color: #B0B0B0;
}

.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .dropdown-toggle:-moz-placeholder, .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input div.dropdown-menu:-moz-placeholder, .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .fieldset-input-style:-moz-placeholder {
  color: #B0B0B0;
}

.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .dropdown-toggle::-moz-placeholder, .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input div.dropdown-menu::-moz-placeholder, .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .fieldset-input-style::-moz-placeholder {
  color: #B0B0B0;
}

.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .dropdown-toggle:-ms-input-placeholder, .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input div.dropdown-menu:-ms-input-placeholder, .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .fieldset-input-style:-ms-input-placeholder {
  color: #B0B0B0;
}

.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .fieldset-input-style:focus {
  border-color: #4ABEC6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(74, 190, 198, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(74, 190, 198, 0.25);
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input textarea.fieldset-input-style {
  padding: 20px;
}
.max-sm-size .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input textarea.fieldset-input-style {
  padding: 15px;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input div.dropdown-menu {
  margin: -1px 0;
  padding: 0 !important;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input input[readonly=readonly] {
  cursor: pointer;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .inline-input {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 100px !important;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .inline-input .dropdown-toggle {
  height: 100%;
  border-top: none;
  border-bottom: none;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .inline-input .dropdown-toggle:after {
  vertical-align: 5px;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .inline-input div.dropdown-menu {
  margin: 9px 0;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .inline-input.right {
  right: 1px;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .inline-input.right .dropdown-toggle {
  border-right: none;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .inline-input.right + input {
  padding-right: 120px;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .inline-input.left {
  left: 1px;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .inline-input.left .dropdown-toggle {
  border-left: none;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-input .inline-input.left + input {
  padding-left: 120px;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-radios .fieldset-input {
  margin: 10px 10px 0 0;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-radios .fieldset-input input[type=radio] {
  display: none;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-radios .fieldset-input input[type=radio]:checked + .radio-label {
  background-color: #F36F21;
  border-color: #F36F21;
  color: #ffffff;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-radios .fieldset-input input[type=radio]:disabled + .radio-label {
  background-color: #D9D9D9;
  border-color: #D9D9D9;
  pointer-events: none;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-radios .fieldset-input .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  cursor: pointer;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-radios.time .fieldset-input {
  width: calc(33.3333333333% - 6.6666666667px);
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-radios.time .fieldset-input:nth-child(-n+3) {
  margin-top: 0;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-radios.time .fieldset-input:nth-child(3n+0) {
  margin-right: 0;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-radios.purpose .fieldset-input {
  width: calc(50% - 5px);
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-radios.purpose .fieldset-input:nth-child(-n+2) {
  margin-top: 0;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-radios.purpose .fieldset-input:nth-child(2n+0) {
  margin-right: 0;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .fieldset-group .fieldset-radios.purpose .fieldset-input .radio-label {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker {
  width: 100%;
  display: none;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker {
  width: 100% !important;
  background: none;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #000000;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker .ui-datepicker-header {
  padding: 0;
  background: none;
  border: none;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker .ui-datepicker-header .ui-state-disabled {
  display: none;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker .ui-datepicker-title {
  font-size: 20px;
  letter-spacing: 0.05em;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker th {
  font-size: 18px;
  font-weight: 400;
  padding: 5px 0;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker td {
  padding: 5px;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker td a, .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker td span {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 55px;
  height: 55px;
  font-size: 16px;
  line-height: 55px;
  background-color: #ffffff;
  border-color: #D8D8D8;
}
.max-md-size .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker td a, .max-md-size .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker td span {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker td a.ui-state-active, .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker td span.ui-state-active {
  background-color: #F36F21;
  color: #ffffff;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker td.ui-state-disabled a, .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker td.ui-state-disabled span {
  border: none;
  background: none;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker.ui-datepicker-multi {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.max-sm-size .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker.ui-datepicker-multi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
  width: auto;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker.ui-datepicker-multi .ui-datepicker-group table {
  width: auto;
  margin: 0;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker.ui-datepicker-multi .ui-datepicker-group + .ui-datepicker-group {
  margin-left: 45px;
}
.max-md-size .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker.ui-datepicker-multi .ui-datepicker-group + .ui-datepicker-group {
  margin-left: 25px;
}
.max-sm-size .brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker.ui-datepicker-multi .ui-datepicker-group + .ui-datepicker-group {
  margin-left: 0;
}
.brand-section.brand-booking .brand-booking-body .fieldset .fieldset-row .datepicker .ui-datepicker.ui-datepicker-multi .ui-datepicker-row-break {
  display: none;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-actions {
  margin-top: 70px;
}
.max-xl-size .brand-section.brand-booking .brand-booking-body .fieldset.fieldset-actions {
  margin-top: 50px;
}
.max-sm-size .brand-section.brand-booking .brand-booking-body .fieldset.fieldset-actions {
  margin-top: 25px;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-actions .fieldset-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.max-sm-size .brand-section.brand-booking .brand-booking-body .fieldset.fieldset-actions .fieldset-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-actions .fieldset-row .fieldset-input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-actions .fieldset-row .fieldset-input + .fieldset-input {
  margin-left: 75px;
}
.max-md-size .brand-section.brand-booking .brand-booking-body .fieldset.fieldset-actions .fieldset-row .fieldset-input + .fieldset-input {
  margin-left: 35px;
}
.max-sm-size .brand-section.brand-booking .brand-booking-body .fieldset.fieldset-actions .fieldset-row .fieldset-input + .fieldset-input {
  margin-left: 15px;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-actions .fieldset-row .fieldset-input .btn-circle:hover {
  background-color: #4ABEC6;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-actions .fieldset-row .fieldset-input .btn-circle:hover:before {
  border-color: #4ABEC6;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result {
  text-align: center;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result + .fieldset-actions {
  margin-top: 90px;
}
.max-xl-size .brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result + .fieldset-actions {
  margin-top: 50px;
}
.max-sm-size .brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result + .fieldset-actions {
  margin-top: 25px;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result p {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.max-sm-size .brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result p {
  font-size: 18px;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result ul {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.max-sm-size .brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result ul {
  margin-top: 15px;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result ul li {
  padding-left: 35px;
  padding-right: 35px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 18px;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result ul li:first-child span {
  display: block;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result ul li:first-child span.month:after {
  content: "/";
  margin: 0 10px;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result ul li:first-child span.day {
  font-size: 50px;
  line-height: 0.7;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result ul li:first-child span.weekday {
  margin-left: 10px;
}
.brand-section.brand-booking .brand-booking-body .fieldset.fieldset-result ul li:last-child {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #000;
  font-size: 16px;
}
.brand-section.brand-spotlight {
  padding: 95px 0 65px;
  text-align: center;
}
.max-xl-size .brand-section.brand-spotlight {
  padding: 75px 0 65px;
}
.max-lg-size .brand-section.brand-spotlight {
  padding: 50px 0;
}
.max-sm-size .brand-section.brand-spotlight {
  padding: 25px 0;
}
.brand-section.brand-spotlight .brand-spotlight-head .title {
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.max-sm-size .brand-section.brand-spotlight .brand-spotlight-head .title {
  font-size: 22px;
}
.brand-section.brand-spotlight .brand-spotlight-head + .brand-spotlight-body {
  margin-top: 40px;
}
.max-sm-size .brand-section.brand-spotlight .brand-spotlight-head + .brand-spotlight-body {
  margin-top: 20px;
}
.max-xl2-size.min-lg-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider {
  padding: 0 75px;
}
.max-lg-size.min-md-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider {
  padding: 0 50px;
}
.max-md-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider {
  padding: 0 25px;
}
.brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-arrow {
  position: absolute;
  top: calc(50% - 24px);
  font-size: 48px;
  color: #FFFFFF;
}
.min-xl2-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-arrow.slick-prev {
  left: -85px;
}
.min-xl2-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-arrow.slick-next {
  right: -85px;
}
.max-xl2-size.min-lg-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-arrow.slick-prev {
  left: 0;
}
.max-xl2-size.min-lg-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-arrow.slick-next {
  right: 0;
}
.max-lg-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-arrow.slick-prev {
  left: -24px;
}
.max-lg-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-arrow.slick-next {
  right: -24px;
}
.max-md-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-arrow {
  font-size: 35px;
}
.min-xl2-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-list {
  margin: 0 -32px;
}
.min-xl2-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-slide {
  margin: 0 32px;
}
.max-xl2-size.min-md-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-list {
  margin: 0 -25px;
}
.max-xl2-size.min-md-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-slide {
  margin: 0 25px;
}
.max-md-size.min-sm-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-list {
  margin: 0 -10px;
}
.max-md-size.min-sm-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-slide {
  margin: 0 10px;
}
.brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-item {
  display: block !important;
}
.brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-item .content {
  margin-top: 25px;
  color: #FFFFFF;
}
.brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-item .content .title {
  margin: 0;
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.max-sm-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-item .content .title {
  font-size: 18px;
}
.brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-item .content .summary {
  margin: 0.75em 0 0;
  height: 5.25em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #7A7A7A;
}
.max-sm-size .brand-section.brand-spotlight .brand-spotlight-body .brand-spotlight-slider .slick-item .content .summary {
  margin-top: 0.5em;
  height: 3em;
  line-height: 1.5;
  -webkit-line-clamp: 2;
}
.brand-section.brand-spotlight .brand-spotlight-foot {
  margin-top: 60px;
}
.max-lg-size .brand-section.brand-spotlight .brand-spotlight-foot {
  margin-top: 50px;
}
.max-sm-size .brand-section.brand-spotlight .brand-spotlight-foot {
  margin-top: 35px;
}
.brand-section.brand-spotlight .brand-spotlight-foot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.brand-section.brand-spotlight .brand-spotlight-foot ul li {
  color: #FFFFFF;
}
.brand-section.brand-spotlight .brand-spotlight-foot ul li.back .btn-style {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.brand-section.brand-spotlight .brand-spotlight-foot ul li.back .btn-style i {
  display: block;
  margin-bottom: 1em;
}
.brand-section.brand-spotlight .brand-spotlight-foot ul li.back .btn-style:hover {
  color: #F36F21;
}

/* ------------------------------------------
 * *  header
 * * -----------------------------------------*/
#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}
#header .navbar {
  position: relative;
  background-color: #000;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
#header .navbar .container {
  height: 75px;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  color: #FFFFFF;
}
.max-sm-size #header .navbar .container {
  height: 70px;
}
#header .navbar .container > div {
  height: 100%;
}
#header .navbar .logo, #header .navbar .actions {
  position: absolute;
  top: 0;
}
#header .navbar .logo {
  left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.max-xl-size #header .navbar .logo {
  left: 50px;
}
.max-lg-size #header .navbar .logo {
  left: 25px;
}
#header .navbar .logo a, #header .navbar .logo img {
  display: block;
}
#header .navbar .logo img {
  width: 160px;
}
.max-sm-size #header .navbar .logo img {
  width: 130px;
}
@media (min-width: 1440px) {
  #header .navbar .menu .mainlinks li.hidden-link {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  #header .navbar .menu {
    display: block !important;
  }
  #header .navbar .menu .mainlinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  #header .navbar .menu .mainlinks > li {
    font-family: "Microsoft JhengHei", "Arial", sans-serif;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-weight: 300;
  }
  #header .navbar .menu .mainlinks > li + li {
    margin-left: 2.5em;
  }
  .max-xl-size #header .navbar .menu .mainlinks > li + li {
    margin-left: 2em;
  }
  #header .navbar .menu .mainlinks > li > a {
    display: block;
  }
  #header .navbar .menu .mainlinks > li > a:hover {
    color: #F36F21;
  }
  #header .navbar .menu .mainlinks > li.current > a {
    color: #F36F21;
  }
  #header .navbar .menu .mainlinks > li .submenu-toggle {
    display: none;
  }
  #header .navbar .menu .mainlinks > li > ul {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  #header .navbar .menu {
    display: none;
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 75px) !important;
    background-color: rgba(17, 24, 32, 0.97);
    color: #ffffff;
    overflow: auto;
  }
  .max-sm-size #header .navbar .menu {
    top: 70px;
    height: calc(100vh - 70px) !important;
  }
  #header .navbar .menu .mainlinks {
    font-size: 16px;
    line-height: 1;
  }
  #header .navbar .menu .mainlinks > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  #header .navbar .menu .mainlinks > li a, #header .navbar .menu .mainlinks > li .submenu-toggle {
    display: block;
    padding: 25px;
    letter-spacing: 0.1em;
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  .min-md-size #header .navbar .menu .mainlinks > li a:hover, .min-md-size #header .navbar .menu .mainlinks > li .submenu-toggle:hover {
    background-color: #4ABEC6;
  }
  #header .navbar .menu .mainlinks > li > a, #header .navbar .menu .mainlinks > li .submenu-toggle {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header .navbar .menu .mainlinks > li > a.has-submenu {
    display: none;
  }
  #header .navbar .menu .mainlinks > li .submenu-toggle {
    cursor: pointer;
  }
  #header .navbar .menu .mainlinks > li .submenu-toggle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: 1em;
    vertical-align: calc(0.25em - 1px);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #ffffff;
    -webkit-transition: transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  #header .navbar .menu .mainlinks > li .submenu-toggle:after.max-sm-size #header .navbar .menu .mainlinks > li .submenu-toggle:after {
    border-left-width: 3px;
    border-right-width: 3px;
    border-top-width: 4px;
  }
  #header .navbar .menu .mainlinks > li .submenu-toggle.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #header .navbar .menu .mainlinks > li > ul {
    display: none;
  }
  #header .navbar .menu .mainlinks > li > ul > li + li {
    border-top: 1px solid #474747;
  }
  #header .navbar .menu .mainlinks > li > ul > li a {
    background-color: #F36F21;
  }
}
.min-sm-size #header .navbar .menu .hidden-lang {
  display: none;
}
.max-sm-size #header .navbar .menu .hidden-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  font-size: 16px;
  line-height: 1;
}
.max-sm-size #header .navbar .menu .hidden-lang:before {
  content: "\e909";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.05em;
}
.max-sm-size #header .navbar .menu .hidden-lang li {
  opacity: 0.5;
}
.max-sm-size #header .navbar .menu .hidden-lang li.current {
  opacity: 1;
}
.max-sm-size #header .navbar .menu .hidden-lang li + li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
#header .navbar .actions {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .navbar .actions > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#header .navbar .actions > ul.lang {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1em;
}
.max-sm-size #header .navbar .actions > ul.lang {
  display: none;
}
#header .navbar .actions > ul.lang > li + li {
  margin-left: 1em;
}
#header .navbar .actions > ul.lang > li:last-child {
  padding-right: 1.5em;
}
#header .navbar .actions > ul.lang > li a {
  display: block;
  opacity: 0.5;
  -webkit-transition-property: color, opacity;
  transition-property: color, opacity;
}
#header .navbar .actions > ul.lang > li a:hover {
  opacity: 1;
  color: #F36F21;
}
#header .navbar .actions > ul.lang > li.current a {
  opacity: 1;
  pointer-events: none;
}
#header .navbar .actions > ul.buttons > li + li .btn-style {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#header .navbar .actions > ul.buttons > li .btn-style {
  width: 75px;
  height: 100%;
  font-size: 22px;
  background-color: #000;
}
.max-sm-size #header .navbar .actions > ul.buttons > li .btn-style {
  width: 70px;
}
.max-sm-size #header .navbar .actions > ul.buttons > li.search-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.max-sm-size #header .navbar .actions > ul.buttons > li.search-toggle .btn-style {
  background: none;
  width: auto;
  height: auto;
}
.max-lg-size #header .navbar .actions > ul.buttons > li.member-toggle {
  display: none;
}
.min-lg-size #header .navbar .actions > ul.buttons > li.menu-toggle {
  display: none;
}
#header .navbar .actions > ul.buttons > li.menu-toggle .btn-style {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#header .navbar .actions > ul.buttons > li.menu-toggle .btn-style .icon-menu {
  position: relative;
  display: block;
  width: 25px;
  height: 2px;
}
#header .navbar .actions > ul.buttons > li.menu-toggle .btn-style .icon-menu span, #header .navbar .actions > ul.buttons > li.menu-toggle .btn-style .icon-menu:before, #header .navbar .actions > ul.buttons > li.menu-toggle .btn-style .icon-menu:after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
#header .navbar .actions > ul.buttons > li.menu-toggle .btn-style .icon-menu span {
  -webkit-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
#header .navbar .actions > ul.buttons > li.menu-toggle .btn-style .icon-menu:before, #header .navbar .actions > ul.buttons > li.menu-toggle .btn-style .icon-menu:after {
  position: absolute;
  content: "";
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#header .navbar .actions > ul.buttons > li.menu-toggle .btn-style .icon-menu:before {
  top: -8px;
}
#header .navbar .actions > ul.buttons > li.menu-toggle .btn-style .icon-menu:after {
  bottom: -8px;
}
#header .navbar.home-navbar:not(.menu-opened) {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#header .navbar.home-navbar:not(.menu-opened) .container {
  color: #ffffff;
}
@media (min-width: 1440px) {
  #header .navbar.home-navbar:not(.menu-opened) .container {
    height: 110px;
  }
}
@media (min-width: 1439px) {
  #header .navbar.home-navbar:not(.menu-opened) .logo img {
    width: 215px;
  }
}
#header .navbar.home-navbar:not(.menu-opened) .actions > ul.lang > li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
#header .navbar.home-navbar:not(.menu-opened) .actions > ul.buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .navbar.home-navbar:not(.menu-opened) .actions > ul.buttons > li {
  margin: 0 25px;
}
#header .navbar.home-navbar:not(.menu-opened) .actions > ul.buttons > li + li {
  margin-left: 0;
}
#header .navbar.home-navbar:not(.menu-opened) .actions > ul.buttons > li + li .btn-style {
  border: none;
}
#header .navbar.home-navbar:not(.menu-opened) .actions > ul.buttons > li .btn-style {
  width: auto;
  height: auto;
  background-color: transparent;
}
.max-sm-size #header .navbar.home-navbar:not(.menu-opened) .actions > ul.buttons > li.search-toggle .btn-style {
  color: #ffffff;
}
#header .navbar.menu-opened .actions > ul.buttons > li.menu-toggle .btn-style .icon-menu span {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
#header .navbar.menu-opened .actions > ul.buttons > li.menu-toggle .btn-style .icon-menu:before, #header .navbar.menu-opened .actions > ul.buttons > li.menu-toggle .btn-style .icon-menu:after {
  top: 0;
  width: 30px;
  margin-left: -3px;
}
#header .navbar.menu-opened .actions > ul.buttons > li.menu-toggle .btn-style .icon-menu:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .navbar.menu-opened .actions > ul.buttons > li.menu-toggle .btn-style .icon-menu:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header .search-open {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #000000;
  padding: 120px 0;
}
.max-bg-size #header .search-open {
  padding: 100px 0;
}
.max-lg-size #header .search-open {
  padding: 75px 0;
}
.max-sm-size #header .search-open {
  padding: 50px 0;
}
#header .search-open .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .search-open .close-toggle {
  position: absolute;
  top: 0;
  right: 0;
}
#header .search-open .close-toggle .btn-style {
  width: 75px;
  height: 75px;
}
.max-sm-size #header .search-open .close-toggle .btn-style {
  width: 70px;
  height: 70px;
}
#header .search-open .close-toggle .btn-style span {
  position: relative;
  display: block;
  width: 23px;
  height: 2px;
}
#header .search-open .close-toggle .btn-style span:before, #header .search-open .close-toggle .btn-style span:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin-left: -3px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#header .search-open .close-toggle.active .btn-style span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header .search-open .close-toggle.active .btn-style span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header .search-open .title-box {
  text-align: center;
}
#header .search-open .title-box .title {
  font-size: 60px;
  line-height: 0.75em;
}
.max-sm-size #header .search-open .title-box .title {
  font-size: 35px;
}
#header .search-open .title-box .title + .text {
  margin-top: 1em;
}
#header .search-open .title-box .text {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.max-sm-size #header .search-open .title-box .text {
  font-size: 16px;
}
#header .search-open .title-box + .content-box {
  margin-top: 35px;
}
.max-sm-size #header .search-open .title-box + .content-box {
  margin-top: 20px;
}
#header .search-open .content-box {
  width: 100%;
  max-width: 600px;
}
#header .search-open .content-box .fieldset {
  font-size: 16px;
}
#header .search-open .content-box .fieldset + .fieldset {
  margin-top: 35px;
}
#header .search-open .content-box .fieldset .fieldset-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.max-sm-size #header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.min-sm-size #header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input + .fieldset-input {
  margin-left: 2px;
}
.max-sm-size #header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input + .fieldset-input {
  margin-top: 2px;
}
#header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input .dropdown-toggle, #header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input div.dropdown-menu {
  background-color: #F4F4F4;
}
#header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input div.dropdown-menu {
  margin: 2px 0;
}
#header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input .dropdown-menu {
  margin: 2px 0;
}
#header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input .dropdown-menu ul.inner {
  margin: 0;
}
#header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input .dropdown-menu ul.inner li.disabled {
  display: none;
}
#header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input .dropdown-menu ul.inner li .dropdown-item {
  -webkit-transition: none;
  transition: none;
}
#header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input .dropdown-menu ul.inner li .dropdown-item:hover {
  background-color: #F36F21;
  color: #fff;
}
#header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input .dropdown-menu ul.inner li .dropdown-item.active, #header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input .dropdown-menu ul.inner li .dropdown-item:active {
  background-color: #4ABEC6;
}
#header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input.keyword {
  position: relative;
}
#header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input.keyword .keyword-submit {
  width: 50px !important;
  height: 50px;
  position: absolute;
  display: block;
  top: 0;
  right: 10px;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.15em;
  line-height: 50px;
}
#header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input.keyword .keyword-submit::before {
  content: "\e900";
}
#header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row + .fieldset-row {
  margin-top: 2px;
}
#header .search-open .content-box .fieldset.fieldset-actions .fieldset-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .search-open .content-box .fieldset.fieldset-actions .fieldset-row .fieldset-input + .fieldset-input {
  margin-left: 35px;
}
#header .search-open .content-box .fieldset.fieldset-actions .fieldset-row .fieldset-input input {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  letter-spacing: 1px;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
#header .search-open .content-box .fieldset.fieldset-actions .fieldset-row .fieldset-input input:hover {
  color: #4ABEC6;
  border-color: #4ABEC6;
}

.max-sm-size #header .search-open .content-box .fieldset.fieldset-inputs .fieldset-row .fieldset-input.keyword .keyword-submit {
  width: 45px !important;
  height: 45px;
  line-height: 45px;
}

/* ------------------------------------------
 * *  footer
 * * -----------------------------------------*/
#footer {
  position: relative;
  z-index: 10;
}
#footer .footer-top {
  background-color: #F8F8FD;
  font-size: 16px;
  line-height: 1;
  color: #555555;
}
#footer .footer-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
}
#footer .footer-top ul li {
  padding: 0 1.15em;
  border-right: 1px solid rgba(212, 31, 10, 0.25);
}
.max-md-size #footer .footer-top ul li {
  display: none;
}
#footer .footer-top ul li:first-child {
  border-left: 1px solid rgba(212, 31, 10, 0.25);
}
#footer .footer-top ul li a {
  display: block;
}
#footer .footer-top ul li a:hover {
  color: #F36F21;
}
#footer .footer-main {
  padding: 70px 0;
  background-color: #111820;
  color: #ffffff;
}
.max-lg-size #footer .footer-main {
  padding: 70px 0 20px;
}
#footer .footer-main .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.min-xl-size #footer .footer-main .container .left + .right {
  margin-left: 70px;
}
.max-xl-size.min-lg-size #footer .footer-main .container .left + .right {
  margin-left: 50px;
}
#footer .footer-main .buttons {
  position: absolute;
  top: -150px;
  right: 0;
  z-index: 1;
}
.max-md-size #footer .footer-main .buttons {
  left: 0;
}
#footer .footer-main .buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.max-md-size #footer .footer-main .buttons ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer .footer-main .buttons ul li.button-map .btn-style {
  width: 95px;
  height: 95px;
  font-size: 35px;
}
#footer .footer-main .buttons ul li.button-scroll .btn-style {
  width: 80px;
  height: 80px;
}
#footer .footer-main .buttons ul li.button-scroll .btn-style:before {
  content: "";
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #ffffff;
}
#footer .footer-main .left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.max-xl2-size #footer .footer-main .left {
  width: 30%;
}
.max-lg-size #footer .footer-main .left {
  display: none;
}
#footer .footer-main .left a, #footer .footer-main .left img {
  display: block;
}
.min-xl2-size #footer .footer-main .left .footer-map {
  margin-top: -90px;
}
#footer .footer-main .right {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.min-md-size #footer .footer-main .right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.min-md-size #footer .footer-main .right .top > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .footer-main .right .top > div {
  font-weight: 300;
}
.macintosh #footer .footer-main .right .top > div {
  font-weight: 400;
}
#footer .footer-main .right .top > div .title {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#footer .footer-main .right .top > div .title + .text {
  margin-top: 0.75em;
}
#footer .footer-main .right .top > div .text {
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.min-xl-size #footer .footer-main .right .top .footer-subscribe {
  padding-right: 60px;
}
.max-xl-size.min-md-size #footer .footer-main .right .top .footer-subscribe {
  padding-right: 50px;
}
#footer .footer-main .right .top .footer-subscribe .subscribe {
  margin-top: 25px;
}
#footer .footer-main .right .top .footer-subscribe .subscribe .subscribe-bar {
  position: relative;
  color: #000;
}
#footer .footer-main .right .top .footer-subscribe .subscribe .subscribe-bar input[type=text] {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  background-color: #ffffff;
  font-size: 16px;
}
#footer .footer-main .right .top .footer-subscribe .subscribe .subscribe-bar input[type=text]::-webkit-input-placeholder {
  color: #000000;
}

#footer .footer-main .right .top .footer-subscribe .subscribe .subscribe-bar input[type=text]:-moz-placeholder {
  color: #000000;
}

#footer .footer-main .right .top .footer-subscribe .subscribe .subscribe-bar input[type=text]::-moz-placeholder {
  color: #000000;
}

#footer .footer-main .right .top .footer-subscribe .subscribe .subscribe-bar input[type=text]:-ms-input-placeholder {
  color: #000000;
}

#footer .footer-main .right .top .footer-subscribe .subscribe .subscribe-bar button[type=submit] {
  position: absolute;
  top: 10px;
  right: 15px;
  display: block;
  width: 25px;
  height: 25px;
  font-size: 25px;
}
#footer .footer-main .right .top .footer-subscribe .subscribe .subscribe-bar button[type=submit] i {
  display: block;
  margin-top: -3px;
}
.min-xl-size #footer .footer-main .right .top .footer-info {
  padding-left: 60px;
}
.max-xl-size.min-md-size #footer .footer-main .right .top .footer-info {
  padding-left: 50px;
}
.min-md-size #footer .footer-main .right .top .footer-info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-left: 1px solid #2D2D2D;
}
.max-md-size #footer .footer-main .right .top .footer-info {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #2D2D2D;
}
#footer .footer-main .right .top .footer-info table {
  margin: -15px;
}
#footer .footer-main .right .top .footer-info table td {
  padding: 15px;
}
.max-xl-size #footer .footer-main .right .top .footer-info table td {
  padding: 15px 10px;
}
.max-sm-size #footer .footer-main .right .top .footer-info table td {
  display: block;
}
#footer .footer-main .right .top .footer-info table .footer-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .footer-main .right .top .footer-info table .footer-info-item .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 24px;
}
#footer .footer-main .right .top .footer-info table .footer-info-item a.icon {
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
#footer .footer-main .right .top .footer-info table .footer-info-item a.icon:hover {
  background-color: #4ABEC6;
  border-color: #4ABEC6;
}
.min-xl-size #footer .footer-main .right .top .footer-info table .footer-info-item .text {
  white-space: nowrap;
}
#footer .footer-main .right .top .footer-info table .footer-info-item .text a:hover {
  color: #4ABEC6;
}
#footer .footer-main .right .top + .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
  padding-top: 20px;
  border-top: 1px solid #2D2D2D;
  color: #525252;
}
.max-xl-size #footer .footer-main .right .top + .bottom {
  margin-top: 50px;
}
.max-md-size #footer .footer-main .right .top + .bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.min-sm-size #footer .footer-main .right .top + .bottom > div {
  margin: 2px 0;
}
#footer .footer-main .right .top + .bottom a:hover {
  color: #888;
}
#footer .footer-main .right .top + .bottom .footer-copyright {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.min-sm-size #footer .footer-main .right .top + .bottom .footer-copyright br {
  display: none;
}
#footer .footer-main .right .top + .bottom .footer-terms {
  font-size: 15px;
  line-height: 1;
}
.max-md-size #footer .footer-main .right .top + .bottom .footer-terms {
  margin-top: 10px;
}
#footer .footer-main .right .top + .bottom .footer-terms ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-main .right .top + .bottom .footer-terms ul li + li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #525252;
}

/* ------------------------------------------
 * *  home
 * * -----------------------------------------*/
.home-banner {
  width: 100%;
  height: 100vh;
}
.home-banner .home-banner-inner {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-banner .home-banner-slider .slick-slide {
  border: none;
}
.home-banner .home-banner-slider .slick-slide .slick-item {
  position: relative;
  height: 100vh;
  display: block !important;
}
.home-banner .home-banner-slider .slick-slide .slick-item .slider-text {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.max-sm-size .home-banner .home-banner-slider .slick-slide .slick-item .slider-text {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 125px;
}
.home-banner .home-banner-slider .slick-slide .slick-item .slider-text .en {
  font-size: calc(4vw + 35px);
  font-weight: 700;
  line-height: 1;
}
.home-banner .home-banner-slider .slick-slide .slick-item .slider-text .en .t-border {
  color: #000;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  mix-blend-mode: screen;
}
.msie .home-banner .home-banner-slider .slick-slide .slick-item .slider-text .en .t-border, .edge .home-banner .home-banner-slider .slick-slide .slick-item .slider-text .en .t-border {
  color: #ffffff;
  text-shadow: none;
}
.home-banner .home-banner-slider .slick-dots {
  position: absolute;
  list-style-type: none;
}
.min-sm-size .home-banner .home-banner-slider .slick-dots {
  top: 50%;
  right: 60px;
}
.max-sm-size .home-banner .home-banner-slider .slick-dots {
  left: 0;
  right: 0;
  bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.min-sm-size .home-banner .home-banner-slider .slick-dots li + li {
  margin-top: 5px;
}
.max-sm-size .home-banner .home-banner-slider .slick-dots li + li {
  margin-left: 5px;
}
.home-banner .home-banner-slider .slick-dots li button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.home-banner .home-banner-slider .slick-dots li button:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #ffffff;
}
.home-banner .home-banner-slider .slick-dots li.slick-active button {
  border-color: #ffffff;
}
.home-banner .home-banner-scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 45px;
}
.max-md-size .home-banner .home-banner-scroll, .mobile .home-banner .home-banner-scroll {
  display: none !important;
}
.home-banner .home-banner-scroll .btn-style {
  margin: 0 auto;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.home-banner .home-banner-scroll .btn-style i {
  display: block;
  font-size: 36px;
  margin-bottom: 1rem;
}

.home-floors {
  position: relative;
}
.home-floors .home-floors-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.min-md-size .home-floors .home-floors-section {
  height: calc(100vh - 0px);
}
.min-md-size .home-floors .home-floors-section [class^=section-] {
  width: 50%;
}
.home-floors .home-floors-section [class^=section-] .floor {
  float: left;
  color: #ffffff;
}
.home-floors .home-floors-section [class^=section-] .floor .floor-link {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-transition-property: padding;
  transition-property: padding;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.home-floors .home-floors-section [class^=section-] .floor .floor-link .pic {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.home-floors .home-floors-section [class^=section-] .floor .floor-link .floor-link-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
.min-md-size .home-floors .home-floors-section [class^=section-] .floor .floor-link .floor-link-inner {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.home-floors .home-floors-section [class^=section-] .floor .floor-link .floor-link-inner .floor-link-logo {
  display: block;
  max-width: calc(100% - 50px);
  max-height: calc(100% - 50px);
}
.max-sm-size .home-floors .home-floors-section [class^=section-] .floor .floor-link .floor-link-inner .floor-link-logo {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}
.home-floors .home-floors-section [class^=section-] .floor .floor-link .floor-link-inner .floor-link-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  font-size: 16px;
  text-align: center;
}
.max-md-size .home-floors .home-floors-section [class^=section-] .floor .floor-link .floor-link-inner .floor-link-info {
  display: none;
}
.min-md-size .home-floors .home-floors-section [class^=section-] .floor .floor-link:hover {
  padding: 20px;
}
.min-md-size .home-floors .home-floors-section [class^=section-] .floor .floor-link:hover .floor-link-inner {
  opacity: 1;
}
.home-floors .home-floors-section [class^=section-] .floor .floor-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
}
.home-floors .home-floors-section [class^=section-] .floor .floor-block .floor-block-inner {
  font-family: "Yantramanav", "Arial", sans-serif;
  text-align: center;
}
.max-xl-size .home-floors .home-floors-section [class^=section-] .floor .floor-block {
  padding: 0;
}
.max-xl-size .home-floors .home-floors-section [class^=section-] .floor .floor-block .floor-block-inner {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.max-xl-size .home-floors .home-floors-section [class^=section-] .floor .floor-block .floor-block-inner * {
  font-size: 0.9em;
}
.max-sm-size .home-floors .home-floors-section [class^=section-] .floor .floor-block .floor-block-inner {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.max-sm-size .home-floors .home-floors-section [class^=section-] .floor .floor-block .floor-block-inner * {
  font-size: 0.7em;
}
.max-md-size .home-floors .home-floors-section .section-full {
  height: 100vw;
}
.home-floors .home-floors-section .section-full .floor {
  width: 100%;
  height: 100%;
}
.home-floors .home-floors-section:nth-child(odd) .section-grid .floor {
  width: 100%;
}
.home-floors .home-floors-section:nth-child(odd) .section-grid .floor.half {
  width: 50%;
}
.home-floors .home-floors-section:nth-child(odd) .section-grid .floor .floor-block {
  background-color: #BE192C;
}
.min-md-size .home-floors .home-floors-section:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.min-md-size .home-floors .home-floors-section:nth-child(odd) .section-grid .floor {
  height: 50vh;
}
.min-md-size .home-floors .home-floors-section:nth-child(odd) .section-grid .floor .floor-block {
  background-color: #BE192C;
}
.max-md-size .home-floors .home-floors-section:nth-child(odd) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.max-md-size .home-floors .home-floors-section:nth-child(odd) .section-grid .floor {
  height: 50vw;
}
.max-sm-size .home-floors .home-floors-section:nth-child(odd) .section-grid .floor:not(.half) .floor-link .floor-link-inner .floor-link-logo {
  -webkit-transform: scale(0.45);
  transform: scale(0.45);
}
.home-floors .home-floors-section:nth-child(even) .section-grid {
  height: 100%;
}
.home-floors .home-floors-section:nth-child(even) .section-grid .floor {
  width: 50%;
}
.home-floors .home-floors-section:nth-child(even) .section-grid .floor .floor-block {
  background-color: #F36F21;
}
.min-md-size .home-floors .home-floors-section:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.min-md-size .home-floors .home-floors-section:nth-child(even) .section-grid {
  height: 100%;
}
.min-md-size .home-floors .home-floors-section:nth-child(even) .section-grid .floor {
  height: 100%;
}
.min-md-size .home-floors .home-floors-section:nth-child(even) .section-grid .floor.half {
  height: 50vh;
}
.max-md-size .home-floors .home-floors-section:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.max-md-size .home-floors .home-floors-section:nth-child(even) .section-grid .floor {
  height: 100vw;
}
.max-md-size .home-floors .home-floors-section:nth-child(even) .section-grid .floor.half {
  height: 50vw;
}
.max-sm-size .home-floors .home-floors-section:nth-child(even) .section-grid .floor:not(.half) .floor-link .floor-link-inner .floor-link-logo {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.home-news {
  position: relative;
  padding: 50px 0;
  color: #ffffff;
}
.home-news:after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  bottom: 20px;
  z-index: 1;
}
.max-md-size .home-news:after {
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
}
.home-news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
}
.min-bg-size .home-news {
  padding: 95px 0 50px;
}
.max-md-size .home-news {
  padding: 35px 0 45px;
}
.home-news .container {
  position: relative;
  z-index: 2;
}
.home-news .home-news-head {
  text-align: center;
}
.home-news .home-news-head .title {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
}
.home-news .home-news-head .title + .subtitle {
  margin-top: 0.75em;
}
.max-sm-size .home-news .home-news-head .title + .subtitle {
  margin-top: 0.5em;
}
.max-lg-size .home-news .home-news-head .title {
  font-size: 48px;
}
.max-sm-size .home-news .home-news-head .title {
  font-size: 30px;
}
.home-news .home-news-head .subtitle {
  display: block;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.max-lg-size .home-news .home-news-head .subtitle {
  font-size: 25px;
}
.max-sm-size .home-news .home-news-head .subtitle {
  font-size: 20px;
}
.home-news .home-news-head .subtitle.zh {
  font-weight: 300;
}
.home-news .home-news-head + .home-news-list {
  margin-top: 60px;
}
.max-md-size .home-news .home-news-head + .home-news-list {
  margin-top: 50px;
}
.max-sm-size .home-news .home-news-head + .home-news-list {
  margin-top: 25px;
}
.home-news .home-news-tabs {
  font-family: "Microsoft JhengHei", "Arial", sans-serif;
  font-size: 16px;
  color: #999999;
}
.min-md-size .home-news .home-news-tabs {
  margin-top: 50px;
}
.max-md-size .home-news .home-news-tabs {
  margin-top: 30px;
}
.max-xs-size .home-news .home-news-tabs {
  margin-top: 25px;
  overflow-x: auto;
}
.home-news .home-news-tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 450px) {
  .home-news .home-news-tabs ul {
    width: 390px;
    height: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.home-news .home-news-tabs ul li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.min-sm-size .home-news .home-news-tabs ul li {
  margin-left: 50px;
}
.max-sm-size .home-news .home-news-tabs ul li {
  margin-left: 30px;
}
.home-news .home-news-tabs ul li:first-child {
  margin-left: 0;
}
.home-news .home-news-tabs ul li.active {
  color: #FFFFFF;
}
.home-news .home-news-tabs ul li.active:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #F06C22;
}
@media (max-width: 450px) {
  .home-news .home-news-tabs ul li.active:before {
    bottom: 9px;
  }
}
.home-news .home-news-tabs ul li:hover {
  color: #FFFFFF;
}
.home-news .home-news-tabs ul li:hover:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #F06C22;
}
@media (max-width: 450px) {
  .home-news .home-news-tabs ul li:hover:before {
    bottom: 9px;
  }
}
.home-news .home-news-list {
  margin-top: 60px;
}
.min-md-size .home-news .home-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}
.max-md-size .home-news .home-news-list {
  margin-top: 50px;
  display: none;
}
.max-sm-size .home-news .home-news-list {
  margin-top: 30px;
  display: none;
}
@media screen and (max-width: 450px) {
  .max-sm-size .home-news .home-news-list {
    margin-top: 15px;
  }
}
.home-news .home-news-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .home-news .home-news-list.active {
    display: block;
  }
}
.min-md-size .home-news .home-news-list .news-box {
  width: 50%;
  padding: 20px;
}
.max-md-size .home-news .home-news-list .news-box {
  margin-top: 50px;
}
.home-news .home-news-list .news-box a {
  position: relative;
  display: block;
}
.home-news .home-news-list .news-box a:hover {
  color: #F06C22;
}
.home-news .home-news-list .news-box .pic-wp {
  position: relative;
}
.min-md-size .home-news .home-news-list .news-box .pic-wp:before {
  content: "";
  display: block;
  padding-bottom: 55%;
  width: 100%;
}
.min-md-size .home-news .home-news-list .news-box .pic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.max-md-size .home-news .home-news-list .news-box .pic {
  position: static;
}
.max-md-size .home-news .home-news-list .news-box .pic img {
  display: block !important;
}
.home-news .home-news-list .news-box .news-box-inner {
  font-size: 16px;
  margin-top: 15px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.max-sm-size .home-news .home-news-list .news-box .news-box-inner {
  margin-top: 20px;
}
.home-news .home-news-list .news-box .news-box-inner > * + * {
  margin-top: 0.5rem;
}
.max-sm-size .home-news .home-news-list .news-box .news-box-inner > * + * {
  margin-top: 0.5rem;
}
.home-news .home-news-list .news-box .news-box-inner .date {
  display: block;
}
.max-sm-size .home-news .home-news-list .news-box .news-box-inner .date {
  font-size: 15px;
}
.home-news .home-news-list .news-box .news-box-inner .title {
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
}
.max-lg-size .home-news .home-news-list .news-box .news-box-inner .title {
  font-size: 28px;
}
.max-sm-size .home-news .home-news-list .news-box .news-box-inner .title {
  font-size: 22px;
}
.min-sm-size .home-news .home-news-list .news-box .news-box-inner .summary {
  line-height: 1;
  white-space: nowrap;
}
.max-sm-size .home-news .home-news-list .news-box .news-box-inner .summary {
  line-height: 1.5;
  max-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-news .home-news-list .news-box .news-box-inner .title, .home-news .home-news-list .news-box .news-box-inner .summary {
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-news .home-news-list .news-box .news-box-inner .date, .home-news .home-news-list .news-box .news-box-inner .summary {
  font-weight: 300;
  letter-spacing: 0.05em;
}
.home-news .home-news-list + .home-news-more {
  margin-top: 95px;
}
.max-bg-size .home-news .home-news-list + .home-news-more {
  margin-top: 75px;
}
.max-md-size .home-news .home-news-list + .home-news-more {
  margin-top: 50px;
}
.max-sm-size .home-news .home-news-list + .home-news-more {
  margin-top: 35px;
}
.home-news .home-news-list + .home-news-more .btn-style {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border: 2px dotted #ffffff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1.3;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.home-news .home-news-list + .home-news-more .btn-style:hover {
  background-color: #ffffff;
  color: #4ABEC6;
}

.home-download {
  position: relative;
  padding: 95px 0;
  background-color: #ffffff;
}
.max-bg-size .home-download {
  padding: 75px 0;
}
.max-sm-size .home-download {
  padding: 50px 0 35px;
}
.home-download:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #ffffff), color-stop(50%, #f4f4f4));
  background-image: linear-gradient(to right bottom, #ffffff 50%, #f4f4f4 50%);
}
.max-bg-size .home-download:before {
  top: 50%;
  left: 0;
}
.home-download .container {
  position: relative;
}
.max-bg-size .home-download .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-download .home-download-content {
  color: #000000;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
}
.home-download .home-download-content .title {
  font-size: 40px;
}
.max-sm-size .home-download .home-download-content .title {
  font-size: 25px;
}
.home-download .home-download-content .title + .text {
  margin-top: 1rem;
}
.home-download .home-download-content .text {
  letter-spacing: 0.05em;
}
.home-download .home-download-content .text + .buttons {
  margin-top: 1.5rem;
}
.home-download .home-download-content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-download .home-download-content .buttons li + li {
  margin-left: 5px;
}
.home-download .home-download-content .buttons li a, .home-download .home-download-content .buttons li img {
  display: block;
}
.min-bg-size .home-download .home-download-pic {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.max-bg-size .home-download .home-download-pic {
  margin-top: 75px;
}
.max-bg-size .home-download .home-download-pic img {
  -webkit-animation: none !important;
  animation: none !important;
}
.max-sm-size .home-download .home-download-pic {
  padding: 0 45px;
}

/* -------------------------------------------
 * *  about
 * * ------------------------------------------ */
.about-section {
  position: relative;
}
.about-section .container {
  position: relative;
  z-index: 1;
}
.about-section .container .content .content-head .title {
  font-family: "Noto Sans TC", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.15;
}
.max-bg-size .about-section .container .content .content-head .title {
  font-size: 48px;
}
.max-md-size .about-section .container .content .content-head .title {
  font-size: 35px;
}
.max-sm-size .about-section .container .content .content-head .title {
  font-size: 30px;
}
.about-section .container .content .content-head .title:lang(en) {
  font-family: "Nunito Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
}
.about-section .container .content .content-head + .content-body {
  margin-top: 35px;
}

.about-banner {
  height: calc(100vh - 75px);
}
.max-md-size .about-banner .pic:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 27, 41, 0)), to(rgba(7, 27, 41, 0.5)));
  background-image: linear-gradient(to bottom, rgba(7, 27, 41, 0), rgba(7, 27, 41, 0.5));
}
.about-banner .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.max-md-size .about-banner .container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 100px;
}
.max-sm-size .about-banner .container {
  padding-bottom: 50px;
}
.about-banner .container .content {
  font-family: "Microsoft JhengHei", "Arial", sans-serif;
  max-width: 510px;
  color: #ffffff;
  margin: auto;
  text-align: center;
}

.about-intro {
  background-color: #000;
}
.min-lg-size .about-intro {
  padding: 0px 0 0;
  z-index: 1;
}
.max-lg-size.min-sm-size .about-intro {
  margin-bottom: -50px;
}
.about-intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.max-lg-size .about-intro .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.about-intro .container .pic {
  width: 50%;
}
.min-lg-size .about-intro .container .pic {
  padding-bottom: 50%;
}
.max-xl2-size .about-intro .container .pic {
  width: 50%;
  padding: 0;
}
@media (max-width: 1216px) {
  .about-intro .container .pic {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 75px;
  }
}
.max-lg-size .about-intro .container .pic {
  -webkit-animation-name: fadeIn !important;
  animation-name: fadeIn !important;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.max-lg-size .about-intro .container .pic img {
  display: block !important;
}
.max-sm-size .about-intro .container .pic {
  margin-top: 0;
}
.about-intro .container .content {
  width: 50%;
  padding: 175px 120px 175px 120px;
  color: #FFFFFF;
}
.max-xl2-size .about-intro .container .content {
  width: 50%;
  padding: 175px 75px;
}
.max-xl-size .about-intro .container .content {
  padding: 175px 50px 230px 50px;
}
@media (max-width: 1216px) {
  .about-intro .container .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.max-lg-size .about-intro .container .content {
  width: auto;
  padding: 50px 50px 75px 50px;
  -webkit-animation-name: fadeIn !important;
  animation-name: fadeIn !important;
}
.max-sm-size .about-intro .container .content {
  padding: 25px 25px 50px;
  margin: 0;
}
.about-intro .container .content .content-head {
  width: 100%;
  max-width: 540px;
  margin: auto;
}
.about-intro .container .content .content-head .title {
  font-size: 45px;
  margin-top: 25px;
}
.max-sm-size .about-intro .container .content .content-head .title {
  margin-top: 15px;
}
.about-intro .container .content .content-body {
  font-family: "Microsoft JhengHei", "Arial", sans-serif;
  width: 100%;
  max-width: 540px;
  margin: auto;
}

.about-intro2 .container .pic {
  position: relative;
}
.min-lg-size .about-intro2 .container .pic {
  padding-bottom: 40.5%;
}
.max-sm-size .about-intro2 .container .pic {
  padding: 0 25px 0 25px;
}
.about-intro2 .container .pic .picT {
  position: absolute;
  top: -150px;
  left: 29%;
  width: 100%;
  max-width: 400px;
}
.max-xl2-size .about-intro2 .container .pic .picT {
  left: auto;
  right: 26%;
}
@media (max-width: 1216px) {
  .about-intro2 .container .pic .picT {
    position: static;
    margin-right: auto;
    max-width: 350px;
  }
}
.max-sm-size .about-intro2 .container .pic .picT {
  width: 62%;
}
.about-intro2 .container .pic .picB {
  position: absolute;
  top: 211px;
  left: 53%;
  max-width: 403px;
}
.max-xl2-size .about-intro2 .container .pic .picB {
  left: auto;
  right: 0px;
}
@media (max-width: 1216px) {
  .about-intro2 .container .pic .picB {
    position: static;
    margin-left: auto;
    margin-top: -100px;
    max-width: 350px;
  }
}
.max-sm-size .about-intro2 .container .pic .picB {
  width: 62%;
}

.min-lg-size .about-intro3 .container .pic {
  padding-bottom: 44%;
}
.about-intro3 .container .content {
  padding: 155px 120px 0;
}

/* -------------------------------------------
 * *  news
 * * ------------------------------------------ */
.news-banner {
  background-color: #000;
}
.news-banner .page-banner-inner {
  color: #FFFFFF;
}
.news-banner .page-banner-inner .page-banner-text {
  padding: 70px 0;
}
.max-sm-size .news-banner .page-banner-inner .page-banner-text {
  padding: 35px 0;
}
.news-banner .page-banner-inner .page-banner-text .content .text {
  color: #9E9E9E;
}
.min-sm-size .news-banner .page-banner-inner .page-banner-nav ul {
  padding: 0 25px;
  border-top: 1px solid #222222;
}
.min-sm-size .news-banner .page-banner-inner .page-banner-nav ul li {
  position: relative;
  padding: 17.5px 0px;
  margin: 0 20px;
}
.min-sm-size .news-banner .page-banner-inner .page-banner-nav ul li + li {
  margin-left: 30px;
}
.min-sm-size .news-banner .page-banner-inner .page-banner-nav ul li a:before, .min-sm-size .news-banner .page-banner-inner .page-banner-nav ul li a:after {
  content: "";
  position: absolute;
  display: block;
}
.min-sm-size .news-banner .page-banner-inner .page-banner-nav ul li a:before {
  left: 0;
  right: 0;
  top: 0;
  border-top: 0px solid #F36F21;
  -webkit-transition: border-width 0.3s ease;
  transition: border-width 0.3s ease;
}
.min-sm-size .news-banner .page-banner-inner .page-banner-nav ul li a:hover:before {
  border-top-width: 2px;
}
.min-sm-size .news-banner .page-banner-inner .page-banner-nav ul li.current a {
  pointer-events: none;
}
.min-sm-size .news-banner .page-banner-inner .page-banner-nav ul li.current a:before {
  border-top-color: #F36F21;
  border-top-width: 2px;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.min-md-size .news-list .news-box {
  margin: 50px 35px 0 0;
}
.min-lg-size .news-list .news-box {
  width: calc(33.3333333333% - 23.3333333333px);
}
.min-lg-size .news-list .news-box:nth-child(-n+3) {
  margin-top: 0;
}
.min-lg-size .news-list .news-box:nth-child(3n+0) {
  margin-right: 0;
}
.min-lg-size.edge .news-list .news-box {
  width: calc(33.3333333333% - 23.3333333333px - 0.1px);
}
.max-lg-size.min-sm-size .news-list .news-box:nth-child(-n+2) {
  margin-top: 0;
}
.max-lg-size.min-sm-size .news-list .news-box:nth-child(2n+0) {
  margin-right: 0;
}
.max-lg-size.min-md-size .news-list .news-box {
  width: calc(50% - 17.5px);
}
.max-md-size.min-sm-size .news-list .news-box {
  width: calc(50% - 12.5px);
  margin: 50px 25px 0 0;
}
.max-sm-size .news-list .news-box {
  width: 100%;
}
.max-sm-size .news-list .news-box + .news-box {
  margin-top: 25px;
}
.news-list .news-box a {
  display: block;
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}
.news-list .news-box a .news-box-inner {
  font-size: 16px;
}
.news-list .news-box a .news-box-inner > * + * {
  margin-top: 0.5rem;
}
.max-sm-size .news-list .news-box a .news-box-inner > * + * {
  margin-top: 0.25rem;
}
.news-list .news-box a .news-box-inner .pic {
  position: relative;
  background-color: #000000;
}
.min-md-size .news-list .news-box a .news-box-inner .pic:after {
  position: absolute;
  top: calc(50% - 47.5px);
  left: calc(50% - 47.5px);
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95px;
  height: 95px;
  background-color: rgba(240, 108, 34, 0.8);
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  opacity: 0;
}
.news-list .news-box a .news-box-inner .pic:after, .news-list .news-box a .news-box-inner .pic img {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.news-list .news-box a .news-box-inner .pic + .date {
  margin-top: 1.5rem;
}
.news-list .news-box a .news-box-inner .date {
  display: block;
  color: #777777;
}
.news-list .news-box a .news-box-inner .title, .news-list .news-box a .news-box-inner .summary {
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list .news-box a .news-box-inner .title {
  font-size: 25px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.max-lg-size .news-list .news-box a .news-box-inner .title {
  font-size: 22px;
}
.max-sm-size .news-list .news-box a .news-box-inner .title {
  font-size: 20px;
}
.news-list .news-box a .news-box-inner .summary {
  line-height: 1.75;
  letter-spacing: 0.05em;
  max-height: 3.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.max-sm-size .news-list .news-box a .news-box-inner .summary {
  line-height: 1.5;
  max-height: 3em;
}
.news-list .news-box a:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.min-md-size .news-list .news-box a:hover .pic:after {
  opacity: 1;
}
.news-list .news-box a:hover .pic img {
  opacity: 0.65;
}

.news-head {
  padding: 45px 0 35px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.news-head > * + * {
  margin-top: 1rem;
}
.max-sm-size .news-head > * + * {
  margin-top: 0.5rem;
}
.news-head span {
  display: block;
}
.news-head .category {
  font-weight: 600;
}
.news-head .category:before, .news-head .category:after {
  content: "";
  display: inline-block;
  vertical-align: calc(0.25em + 1px);
  width: 25px;
  height: 1px;
  background-color: #000000;
}
.news-head .category:before {
  margin-right: 20px;
}
.news-head .category:after {
  margin-left: 20px;
}
.news-head .title {
  font-size: 40px;
  letter-spacing: 0.075em;
  line-height: 1.3;
}
.max-lg-size .news-head .title {
  font-size: 35px;
}
.max-sm-size .news-head .title {
  font-size: 22px;
}
.news-head .date {
  font-family: "Yantramanav", "Arial", sans-serif;
  color: #9e9e9e;
}

.news-body {
  padding-bottom: 115px;
}
.max-sm-size .news-body {
  margin: 0 -25px;
  padding-bottom: 70px;
}
.news-body .news-body-inner {
  padding: 50px 75px;
  background-color: #ffffff;
  font-size: 16px;
}
.max-lg-size .news-body .news-body-inner {
  padding: 50px;
}
.max-sm-size .news-body .news-body-inner {
  padding: 25px;
}
.news-body .news-body-inner > div + div {
  margin-top: 50px;
}
.max-sm-size .news-body .news-body-inner > div + div {
  margin-top: 25px;
}
.news-body .news-body-inner .news-pagination ul {
  border-top: 4px solid #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.news-body .news-body-inner .news-pagination ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 0;
}
.max-md-size .news-body .news-body-inner .news-pagination ul li {
  padding: 25px 0;
}
.news-body .news-body-inner .news-pagination ul li + li {
  border-left: 1px solid #E9E9E9;
}
.news-body .news-body-inner .news-pagination ul li a {
  display: block;
}
.news-body .news-body-inner .news-pagination ul li a:hover {
  color: #F36F21;
}
.max-sm-size .news-body .news-body-inner .news-pagination ul li a {
  font-size: 0;
}
.max-sm-size .news-body .news-body-inner .news-pagination ul li a i {
  font-size: 16px;
}
.news-body .news-body-inner .news-pagination ul li.arrow i {
  display: inline-block;
}
.news-body .news-body-inner .news-pagination ul li.arrow.prev i {
  margin-right: 0.5em;
}
.news-body .news-body-inner .news-pagination ul li.arrow.next i {
  margin-left: 0.5em;
}
.news-body .news-body-inner .news-pagination ul li.back i {
  display: block;
}
.min-sm-size .news-body .news-body-inner .news-pagination ul li.back i {
  margin: 0 auto 0.5em;
}
.news-body .news-body-inner .news-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -110px;
}
.max-sm-size .news-body .news-body-inner .news-share ul {
  margin-bottom: -77.5px;
}
.news-body .news-body-inner .news-share ul li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.news-body .news-body-inner .news-share ul li .btn-style {
  padding: 0;
  background-color: #353535;
}
.news-body .news-body-inner .news-share ul li .btn-style.btn-circle:before {
  border-color: #353535;
}
.news-body .news-body-inner .news-share ul li .btn-style.a2a_button_facebook:hover {
  background-color: #365899;
}
.news-body .news-body-inner .news-share ul li .btn-style.a2a_button_facebook:hover:before {
  border-color: #365899;
}
.news-body .news-body-inner .news-share ul li .btn-style .a2a_svg {
  display: none;
}
.news-body .news-body-inner .news-share ul li .btn-style i {
  display: block;
  margin-top: 0.5em;
}
.news-body .news-body-inner .news-share ul li + li {
  margin-left: 15px;
}
.max-sm-size .news-body .news-body-inner .news-share ul li + li {
  margin-left: 5px;
}

/* ------------------------------------------
 * *  floor
 * * -----------------------------------------*/
.floor-panel {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  bottom: 0;
  width: 465px;
  background-color: #000;
  -webkit-transition: transform 0.75s ease;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
}
.min-md-size .floor-panel {
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.15);
}
.floor-panel.map-open {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.max-bg-size .floor-panel {
  width: 400px;
}
.max-md-size .floor-panel {
  width: 100%;
}
.floor-panel .floor-panel-header {
  padding: 25px;
  border-bottom: 1px solid rgba(233, 233, 233, 0.15);
}
.max-sm-size .floor-panel .floor-panel-header {
  padding: 15px;
}
.floor-panel .floor-panel-header > div + div {
  margin-top: 20px;
}
.floor-panel .floor-panel-header .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.floor-panel .floor-panel-header .head .logo {
  width: 200px;
}
.max-xs-size .floor-panel .floor-panel-header .head .logo {
  width: 150px;
}
.floor-panel .floor-panel-header .head .logo a, .floor-panel .floor-panel-header .head .logo img {
  display: block;
  max-width: 100%;
}
.floor-panel .floor-panel-header .head > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.floor-panel .floor-panel-header .head > ul li {
  font-size: 15px;
  line-height: 1;
}
.min-md-size .floor-panel .floor-panel-header .head > ul li.map-toggle {
  display: none;
}
.floor-panel .floor-panel-header .head > ul li + li {
  margin-left: 0.5em;
  padding-left: 0.5em;
  border-left: 1px solid #000000;
}
.floor-panel .floor-panel-header .head > ul li a {
  color: #ffffff;
}
.floor-panel .floor-panel-header .head > ul li a:hover {
  color: #F36F21;
}
.floor-panel .floor-panel-header .search .search-bar {
  position: relative;
}
.floor-panel .floor-panel-header .search .search-bar input, .floor-panel .floor-panel-header .search .search-bar button {
  display: block;
}
.floor-panel .floor-panel-header .search .search-bar input {
  width: 100%;
  height: 45px;
  padding: 0 60px 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #FFFFFF;
}
.floor-panel .floor-panel-header .search .search-bar input::-webkit-input-placeholder {
  color: #7B7B7B;
}

.floor-panel .floor-panel-header .search .search-bar input:-moz-placeholder {
  color: #7B7B7B;
}

.floor-panel .floor-panel-header .search .search-bar input::-moz-placeholder {
  color: #7B7B7B;
}

.floor-panel .floor-panel-header .search .search-bar input:-ms-input-placeholder {
  color: #7B7B7B;
}

.floor-panel .floor-panel-header .search .search-bar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  font-size: 20px;
  color: #FFFFFF;
}
.floor-panel .floor-panel-header .navbar ul {
  font-family: "Yantramanav", "Arial", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 1;
}
.floor-panel .floor-panel-header .navbar ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  padding: 12px 0;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
}
.floor-panel .floor-panel-header .navbar ul li:hover {
  background-color: #4ABEC6;
  color: #ffffff;
}
.floor-panel .floor-panel-header .navbar ul li.active {
  background-color: #F36F21;
  color: #ffffff;
  pointer-events: none;
}
.floor-panel .floor-panel-main {
  overflow: auto;
}
.floor-panel .floor-panel-main .mCSB_inside > .mCSB_container {
  margin-right: 6px;
}
.floor-panel .floor-panel-main .mCSB_scrollTools {
  width: 6px;
  opacity: 1;
}
.floor-panel .floor-panel-main .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(174, 174, 174, 0.2);
  border-radius: 0;
}
.floor-panel .floor-panel-main .mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(245, 245, 245, 0.1);
}
.floor-panel .floor-panel-main .items {
  display: none;
}
.floor-panel .floor-panel-main .items.active {
  display: block;
  -webkit-animation: fadeEffect 0.75s;
  animation: fadeEffect 0.75s;
}
.floor-panel .floor-panel-main .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 25px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  color: #FFFFFF;
}
.max-bg-size .floor-panel .floor-panel-main .items .item {
  padding: 15px;
}
.floor-panel .floor-panel-main .items .item.no-data {
  display: none;
}
.floor-panel .floor-panel-main .items .item:hover {
  background-color: #F5F5F5;
}
.floor-panel .floor-panel-main .items .item:hover .item-id {
  color: #000000;
}
.floor-panel .floor-panel-main .items .item:hover .item-profile-content .title {
  color: #000000;
}
.floor-panel .floor-panel-main .items .item + .item {
  border-top: 1px solid rgba(233, 233, 233, 0.15);
}
.floor-panel .floor-panel-main .items .item .item-id {
  width: calc(2em + 30px);
  padding: 0 20px 0 10px;
  font-size: 15px;
  text-align: center;
}
.floor-panel .floor-panel-main .items .item .item-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.floor-panel .floor-panel-main .items .item .item-profile .item-profile-logo {
  width: 80px;
  height: 80px;
}
.floor-panel .floor-panel-main .items .item .item-profile .item-profile-content {
  font-family: "Microsoft JhengHei", "Arial", sans-serif;
  font-size: 15px;
  margin-left: 20px;
}
.floor-panel .floor-panel-main .items .item .item-profile .item-profile-content .title, .floor-panel .floor-panel-main .items .item .item-profile .item-profile-content .category {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.floor-panel .floor-panel-main .items .item .item-profile .item-profile-content .title {
  font-weight: 600;
}
.floor-panel .floor-panel-main .items .item .item-profile .item-profile-content .category {
  display: block;
  color: #7B7B7B;
}
.floor-panel .floor-panel-main .items .item .item-profile .item-profile-content .link {
  display: none;
}

.floor-map {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.floor-map .floor-map-container, .floor-map .floor-map-legend .legend-icons {
  left: 465px;
}
.max-bg-size .floor-map .floor-map-container, .max-bg-size .floor-map .floor-map-legend .legend-icons {
  left: 400px;
}
.max-md-size .floor-map .floor-map-container, .max-md-size .floor-map .floor-map-legend .legend-icons {
  left: 0;
}
.floor-map .floor-map-legend > div {
  position: absolute;
  z-index: 3;
}
.floor-map .floor-map-legend > div ul {
  display: none;
}
.floor-map .floor-map-legend > div ul.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: fadeEffect 0.75s;
  animation: fadeEffect 0.75s;
}
.floor-map .floor-map-legend .legend-areas {
  top: 40px;
  right: 140px;
}
.max-bg-size .floor-map .floor-map-legend .legend-areas {
  top: 75px;
  right: 25px;
}
.max-md-size .floor-map .floor-map-legend .legend-areas {
  left: 25px;
}
.floor-map .floor-map-legend .legend-areas ul li {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.floor-map .floor-map-legend .legend-areas ul li + li {
  margin-left: 30px;
}
.max-sm-size .floor-map .floor-map-legend .legend-areas ul li {
  font-size: 14px;
}
.max-sm-size .floor-map .floor-map-legend .legend-areas ul li + li {
  margin-left: 15px;
}
.floor-map .floor-map-legend .legend-areas ul li span {
  display: inline-block;
  vertical-align: -2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
}
.floor-map .floor-map-legend .legend-icons {
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: auto;
}
.min-md-size .floor-map .floor-map-legend .legend-icons::-webkit-scrollbar {
  height: 6px;
}
.min-md-size .floor-map .floor-map-legend .legend-icons::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.min-md-size .floor-map .floor-map-legend .legend-icons::-webkit-scrollbar-thumb {
  background-color: #AEAEAE;
}
.max-sm-size .floor-map .floor-map-legend .legend-icons {
  overflow: visible;
}
.floor-map .floor-map-legend .legend-icons ul {
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 135px;
  padding: 25px;
}
.max-bg-size .floor-map .floor-map-legend .legend-icons ul {
  height: 100px;
}
.max-sm-size .floor-map .floor-map-legend .legend-icons ul {
  width: 100%;
  height: 50px;
  padding: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.floor-map .floor-map-legend .legend-icons ul li {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
}
.min-sm-size .floor-map .floor-map-legend .legend-icons ul li + li {
  margin-left: 20px;
}
.min-sm-size .floor-map .floor-map-legend .legend-icons ul li {
  pointer-events: none !important;
}
.max-sm-size .floor-map .floor-map-legend .legend-icons ul li {
  margin: 5px;
}
.floor-map .floor-map-legend .legend-icons ul li .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.floor-map .floor-map-legend .legend-icons ul li .icon img {
  display: block;
  width: auto;
  height: 50px;
}
.max-bg-size .floor-map .floor-map-legend .legend-icons ul li .icon img {
  height: 35px;
}
.max-sm-size .floor-map .floor-map-legend .legend-icons ul li .icon img {
  height: 25px;
}
.min-sm-size .floor-map .floor-map-legend .legend-icons ul li .icon + .text {
  margin-left: 10px;
}
.floor-map .floor-map-legend .legend-icons ul li .text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}
.floor-map .floor-map-legend .legend-icons ul li .text span {
  display: block;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.floor-map .floor-map-legend .legend-icons ul li .text span + span {
  margin-top: 5px;
}
.floor-map .floor-map-legend .legend-icons ul li .text span.zh {
  font-size: 16px;
  font-weight: 600;
}
.floor-map .floor-map-legend .legend-icons ul li .text span.en {
  font-size: 15px;
  color: #7B7B7B;
}
.max-sm-size .floor-map .floor-map-legend .legend-icons ul li .text {
  display: none;
  position: absolute;
  bottom: 35px;
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0 0 6.5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6.5px rgba(0, 0, 0, 0.15);
}
.max-sm-size .floor-map .floor-map-legend .legend-icons ul li .text span.zh {
  font-size: 15px;
  color: #000;
}
.max-sm-size .floor-map .floor-map-legend .legend-icons ul li .text span.en {
  font-size: 12px;
}
.max-sm-size .floor-map .floor-map-legend .legend-icons ul li .text:after {
  content: "";
  position: absolute;
  left: calc(50% - 4px);
  bottom: -6px;
  display: block;
  border-top: 6px solid #ffffff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.floor-map .floor-map-container {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 135px;
  overflow: hidden;
  background: none;
}
.max-bg-size .floor-map .floor-map-container {
  bottom: 100px;
}
.max-sm-size .floor-map .floor-map-container {
  bottom: 50px;
}
.min-bg-size .floor-map .floor-map-container .controls {
  position: absolute;
  z-index: 5;
  top: 54.5%;
  right: 45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.max-bg-size .floor-map .floor-map-container .controls ul {
  position: absolute;
  z-index: 5;
}
.floor-map .floor-map-container .controls ul + ul {
  margin-top: 25px;
}
.floor-map .floor-map-container .controls ul li {
  font-family: "Yantramanav", "Arial", sans-serif;
  font-weight: 500;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #FFFFFF;
  line-height: 50px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: #000;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.max-sm-size .floor-map .floor-map-container .controls ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.floor-map .floor-map-container .controls ul li:hover {
  color: #ffffff;
  background-color: #4ABEC6;
  border-color: #4ABEC6;
}
.floor-map .floor-map-container .controls ul li.active {
  border-color: #F36F21;
  background-color: #F36F21;
}
.floor-map .floor-map-container .controls ul.control-levels {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.min-bg-size .floor-map .floor-map-container .controls ul.control-levels {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.max-bg-size .floor-map .floor-map-container .controls ul.control-levels {
  top: 0;
  left: 0;
  right: 0;
}
.max-sm-size .floor-map .floor-map-container .controls ul.control-levels {
  font-size: 14px;
}
.floor-map .floor-map-container .controls ul.control-levels li.active {
  position: relative;
}
.floor-map .floor-map-container .controls ul.control-levels li.active:before {
  content: "";
  position: absolute;
  display: block;
}
.min-md-size .floor-map .floor-map-container .controls ul.control-levels li.map-toggle {
  display: none;
}
.min-bg-size .floor-map .floor-map-container .controls ul.control-levels li.active:before {
  top: calc(50% - 6px);
  left: -8px;
  border-right: 8px solid #F36F21;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.max-bg-size .floor-map .floor-map-container .controls ul.control-levels li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.max-bg-size .floor-map .floor-map-container .controls ul.control-levels li + li {
  border-top: none;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.max-bg-size .floor-map .floor-map-container .controls ul.control-levels li.active:before {
  left: calc(50% - 6px);
  bottom: -8px;
  border-top: 8px solid #F36F21;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.floor-map .floor-map-container .controls ul.control-zoom {
  font-size: 25px;
  font-weight: 700;
}
.max-bg-size .floor-map .floor-map-container .controls ul.control-zoom {
  right: 25px;
  bottom: 25px;
}
.max-sm-size .floor-map .floor-map-container .controls ul.control-zoom {
  right: 15px;
  bottom: 15px;
}
.floor-map .floor-map-container .controls ul.control-zoom i {
  display: block;
  line-height: inherit;
}
.floor-map .floor-map-container .levels {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.min-bg-size .floor-map .floor-map-container .levels {
  padding-right: 95px;
}
.max-bg-size .floor-map .floor-map-container .levels {
  padding-top: 50px;
}
.floor-map .floor-map-container .levels .level {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
  width: 950px;
  cursor: move;
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.floor-map .floor-map-container .levels .level.active {
  display: block;
  -webkit-animation: fadeEffect 0.75s;
  animation: fadeEffect 0.75s;
}
.floor-map .floor-map-container .levels .level.pinching {
  -webkit-transition: none;
  transition: none;
}

@-webkit-keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------
 * *  DM
 * * -----------------------------------------*/
.dm-banner .page-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 705px;
  max-width: 100%;
  margin: 0 auto;
  padding: 75px 0 40px;
}
.max-md-size .dm-banner .page-banner-inner {
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.max-sm-size .dm-banner .page-banner-inner {
  padding: 50px 25px;
}
.min-md-size .dm-banner .page-banner-inner .page-banner-text {
  max-width: 400px;
}
.min-md-size .dm-banner .page-banner-inner .page-banner-text .content {
  text-align: left;
}
.dm-banner .page-banner-inner .page-banner-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.max-md-size .dm-banner .page-banner-inner .page-banner-arrows {
  margin-top: 25px;
}
.dm-banner .page-banner-inner .page-banner-arrows li + li {
  margin-left: 25px;
}
.max-md-size .dm-banner .page-banner-inner .page-banner-arrows li + li {
  margin-left: 15px;
}
.dm-banner .page-banner-inner .page-banner-arrows li .btn-style {
  width: 60px;
  height: 60px;
  border: 2px dotted #FFFFFF;
  border-radius: 50%;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
.max-md-size .dm-banner .page-banner-inner .page-banner-arrows li .btn-style {
  width: 45px;
  height: 45px;
}
.dm-banner .page-banner-inner .page-banner-arrows li .btn-style i {
  color: #FFFFFF;
}
.dm-banner .page-banner-inner .page-banner-arrows li .btn-style:hover {
  color: #ffffff;
  background-color: #4ABEC6;
  border-color: #4ABEC6;
}

.min-sm-size .dm-slider .slick-list {
  margin: 0 -15px;
}
.min-md-size .dm-slider .slick-slide {
  margin: 15px;
}
.max-md-size.min-sm-size .dm-slider .slick-slide {
  margin: 0 15px;
}
.dm-slider .slick-item {
  display: block !important;
}
.dm-slider .slick-item a {
  display: block;
  background-color: #ffffff;
  padding: 25px;
  -webkit-transition-property: box-shadow;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}
.dm-slider .slick-item a .cover .caption .date {
  font-size: 18px;
}
.dm-slider .slick-item a .cover .caption .date .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
}
.dm-slider .slick-item a .cover .caption .date .icon i {
  display: block;
  font-size: 16px;
}
.dm-slider .slick-item a .cover .caption .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  height: 2.5em;
  overflow: hidden;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-overflow: ellipsis;
}
.max-md-size .dm-slider .slick-item a .cover .caption .title {
  font-size: 20px;
}
.dm-slider .slick-item a .cover .pic {
  margin-top: 15px;
}
.dm-slider .slick-item a .cover .pic::before {
  content: "";
  display: block;
  padding-bottom: 141.6666666667%;
}
.min-md-size .dm-slider .slick-item a:hover {
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

/* -------------------------------------------
 * *  cuisine
 * * ------------------------------------------ */
.cuisine-brands-list {
  margin-top: -50px;
}
.max-sm-size .cuisine-brands-list {
  margin-top: -25px;
}
.cuisine-brands-list .brand-box {
  border-bottom: 1px solid rgba(233, 233, 233, 0.15);
}
.min-xl-size .cuisine-brands-list .brand-box {
  padding: 60px 75px;
}
.max-xl-size .cuisine-brands-list .brand-box {
  padding: 50px;
}
.max-md-size .cuisine-brands-list .brand-box {
  padding: 25px;
}
.min-lg-size .cuisine-brands-list .brand-box {
  width: 33.3333333333%;
}
.min-lg-size .cuisine-brands-list .brand-box:nth-child(3n+2) {
  border-right: 1px solid rgba(233, 233, 233, 0.15);
  border-left: 1px solid rgba(233, 233, 233, 0.15);
}
.max-lg-size.min-sm-size .cuisine-brands-list .brand-box {
  width: 50%;
}
.max-lg-size.min-sm-size .cuisine-brands-list .brand-box:nth-child(2n+1) {
  border-right: 1px solid rgba(233, 233, 233, 0.15);
}
.max-sm-size .cuisine-brands-list .brand-box {
  width: 100%;
}
.max-md-size .cuisine-brands-list .brand-box .brand-box-pic {
  margin-top: -25px;
  margin-left: -25px;
  margin-right: -25px;
}
.cuisine-brands-list .brand-box .brand-box-pic .pic::before {
  padding-bottom: 66.2525879917%;
}
.cuisine-brands-list .brand-box .brand-box-pic .btn-reserve {
  position: absolute;
  right: 35px;
  bottom: -40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
.max-xl-size.min-sm-size .cuisine-brands-list .brand-box .brand-box-pic .btn-reserve {
  width: 70px;
  height: 70px;
  right: 15px;
  bottom: -35px;
}
.max-sm-size .cuisine-brands-list .brand-box .brand-box-pic .btn-reserve {
  right: calc(50% - 39px);
}
.cuisine-brands-list .brand-box .brand-box-pic .btn-reserve img, .cuisine-brands-list .brand-box .brand-box-pic .btn-reserve span {
  display: block;
}
.cuisine-brands-list .brand-box .brand-box-pic .btn-reserve img {
  width: 50%;
  height: 50%;
}
.cuisine-brands-list .brand-box .brand-box-pic .btn-reserve span {
  margin-top: 3px;
  font-size: 16px;
}
.cuisine-brands-list .brand-box .brand-box-inner {
  margin-top: 35px;
}
.max-sm-size .cuisine-brands-list .brand-box .brand-box-inner {
  margin-top: 55px;
}
.cuisine-brands-list .brand-box .brand-box-inner .brand-box-info {
  margin-top: 25px;
}
.cuisine-brands-list .brand-box .brand-box-inner .brand-box-info ul {
  color: #7A7A7A;
}
.min-md-size .cuisine-brands-list .brand-box .brand-box-inner .brand-box-info ul li + li {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid rgba(233, 233, 233, 0.3);
}
.cuisine-brands-list + .pagination {
  margin: 50px 0 0;
}
.max-sm-size .cuisine-brands-list + .pagination {
  margin: 25px 0 0;
}

[data-page=cuisine-in] #booking {
  padding-top: 75px;
  margin-top: -75px;
}

/* -------------------------------------------
 * *  fashion
 * * ------------------------------------------ */
.fashion-brands-list {
  margin-top: -50px;
}
.max-sm-size .fashion-brands-list {
  margin-top: -25px;
}
.fashion-brands-list .brand-box .brand-box-pic .pic::before {
  padding-bottom: 63.125%;
}
.fashion-brands-list .brand-box .brand-box-inner {
  background-color: #000000;
  color: #FFFFFF;
}
.min-xl2-size .fashion-brands-list .brand-box .brand-box-inner {
  padding: 50px 90px 55px;
}
.max-xl2-size.min-bg-size .fashion-brands-list .brand-box .brand-box-inner {
  padding: 50px 75px 55px;
}
.max-bg-size .fashion-brands-list .brand-box .brand-box-inner {
  padding: 40px 50px;
}
.max-md-size .fashion-brands-list .brand-box .brand-box-inner {
  padding: 30px 40px;
}
.max-sm-size .fashion-brands-list .brand-box .brand-box-inner {
  padding: 25px;
}
.fashion-brands-list .brand-box .brand-box-inner .brand-box-content .summary {
  margin-top: 0.5em;
}
.fashion-brands-list .brand-box .brand-box-inner .brand-box-info {
  margin-top: 1em;
}
.fashion-brands-list .brand-box .brand-box-inner .brand-box-info ul li {
  color: #7A7A7A;
}
.fashion-brands-list .brand-box .brand-box-inner .brand-box-info ul li:hover {
  color: #F36F21;
}
.min-lg-size .fashion-brands-list .brand-box {
  width: 33.3333333333%;
}
.min-lg-size .fashion-brands-list .brand-box:nth-child(3n+2) .brand-box-inner {
  border-right: 1px solid rgba(233, 233, 233, 0.15);
  border-left: 1px solid rgba(233, 233, 233, 0.15);
}
.min-lg-size .fashion-brands-list .brand-box:nth-last-child(-n+3) .brand-box-inner {
  border-bottom: 1px solid rgba(233, 233, 233, 0.15);
}
.max-lg-size.min-sm-size .fashion-brands-list .brand-box {
  width: 50%;
}
.max-lg-size.min-sm-size .fashion-brands-list .brand-box:nth-child(2n+1) .brand-box-inner {
  border-right: 1px solid rgba(233, 233, 233, 0.15);
}
.max-lg-size.min-sm-size .fashion-brands-list .brand-box:nth-last-child(-n+2) .brand-box-inner {
  border-bottom: 1px solid rgba(233, 233, 233, 0.15);
}
.max-sm-size .fashion-brands-list .brand-box {
  width: 100%;
}
.max-sm-size .fashion-brands-list .brand-box:last-child .brand-box-inner {
  border-bottom: 1px solid rgba(233, 233, 233, 0.15);
}
.fashion-brands-list + .pagination {
  margin: 50px 0 0;
}
.max-sm-size .fashion-brands-list + .pagination {
  margin: 25px 0 0;
}

/* -------------------------------------------
 * *  night
 * * ------------------------------------------ */
.min-xl2-size .night-brands-list .brand-box {
  width: calc(33.3333333333% - 60px);
  margin: 85px 90px 0 0;
}
.max-xl2-size.min-lg-size .night-brands-list .brand-box {
  width: calc(33.3333333333% - 33.3333333333px);
}
.max-xl2-size.min-lg-size.edge .night-brands-list .brand-box {
  width: calc(33.3333333333% - 33.3333333333px - 0.1px);
}
.max-xl2-size.min-md-size .night-brands-list .brand-box {
  margin: 50px 50px 0 0;
}
.min-lg-size .night-brands-list .brand-box:nth-child(-n+3) {
  margin-top: 0;
}
.min-lg-size .night-brands-list .brand-box:nth-child(3n+0) {
  margin-right: 0;
}
.max-lg-size.min-sm-size .night-brands-list .brand-box {
  width: calc(50% - 25px);
}
.max-lg-size.min-sm-size .night-brands-list .brand-box:nth-child(-n+2) {
  margin-top: 0;
}
.max-lg-size.min-sm-size .night-brands-list .brand-box:nth-child(2n+0) {
  margin-right: 0;
}
.max-md-size.min-sm-size .night-brands-list .brand-box {
  width: calc(50% - 12.5px);
  margin: 50px 25px 0 0;
}
.max-sm-size .night-brands-list .brand-box {
  width: 100%;
}
.max-sm-size .night-brands-list .brand-box + .brand-box {
  margin-top: 25px;
}
.night-brands-list .brand-box .brand-box-pic .pic::before {
  padding-bottom: 66.6666666667%;
}
.night-brands-list .brand-box .brand-box-inner {
  background-color: #ffffff;
}
.night-brands-list .brand-box .brand-box-inner .brand-box-content {
  padding: 30px;
  font-family: "Microsoft JhengHei", "Arial", sans-serif;
}
.max-bg-size .night-brands-list .brand-box .brand-box-inner .brand-box-content {
  padding: 25px;
}
.night-brands-list .brand-box .brand-box-inner .brand-box-content .summary {
  color: #777777;
}
.night-brands-list .brand-box .brand-box-inner .brand-box-info {
  padding: 15px 30px;
  border-top: 1px solid #E9E9E9;
}
.max-bg-size .night-brands-list .brand-box .brand-box-inner .brand-box-info {
  padding: 15px 25px;
}
.night-brands-list .brand-box .brand-box-inner .brand-box-info ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.night-brands-list .brand-box .brand-box-inner .brand-box-info a:hover {
  color: #F36F21;
}

[data-page=night-in] .page-banner.brand-banner .brand-banner-slider .slick-item figcaption .title {
  font-size: 40px;
}
.max-lg-size [data-page=night-in] .page-banner.brand-banner .brand-banner-slider .slick-item figcaption .title {
  font-size: 35px;
}
.max-sm-size [data-page=night-in] .page-banner.brand-banner .brand-banner-slider .slick-item figcaption .title {
  font-size: 25px;
}

/* -------------------------------------------
 * *  branches
 * * ------------------------------------------ */
.min-xl-size .branch-head, .min-xl-size .branch-body {
  padding-left: 115px;
  padding-right: 115px;
}
.max-xl-size .branch-head, .max-xl-size .branch-body {
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
}
.max-xs-size .branch-head, .max-xs-size .branch-body {
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
}

.branch-head {
  font-family: "Microsoft JhengHei", "Arial", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 70px;
  line-height: 1.3;
}
.max-xl-size .branch-head {
  padding-top: 50px;
  padding-bottom: 50px;
}
.max-md-size .branch-head {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.max-xs-size .branch-head {
  padding-top: 25px;
  padding-bottom: 25px;
}
.branch-head > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.branch-head .head {
  color: #FFFFFF;
}
.min-md-size .branch-head .head {
  text-align: right;
}
.max-md-size .branch-head .head {
  text-align: center;
  -webkit-animation: none;
  animation: none;
}
.branch-head .head .title {
  font-family: "Yantramanav", "Arial", sans-serif;
  margin: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.max-lg-size .branch-head .head .title {
  font-size: 48px;
}
.max-md-size .branch-head .head .title {
  font-size: 35px;
}
.branch-head .head .sub {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.branch-head .content {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.min-md-size .branch-head .content {
  margin-left: 55px;
  padding-left: 55px;
  border-left: 1px solid rgba(216, 216, 216, 0.15);
}
.max-md-size .branch-head .content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(216, 216, 216, 0.15);
  -webkit-animation: none;
  animation: none;
}
.max-md-size.min-xs-size .branch-head .content {
  text-align: center;
}
.branch-head .content ul li + li {
  margin-top: 1em;
}

.branch-body {
  position: relative;
  margin: 125px 0 110px;
}
.max-md-size .branch-body {
  margin-top: 0;
  margin-bottom: 100px;
}
.max-sm-size .branch-body {
  margin-bottom: 85px;
}
.branch-body .branch-map {
  width: 100%;
}
.branch-body .branch-map a, .branch-body .branch-map img {
  display: block;
}
.branch-body .branch-map img {
  width: 100%;
}
.min-md-size .branch-body .branch-map a {
  float: left;
  margin-top: 90px;
}
.max-md-size .branch-body .branch-map {
  margin: 0 -50px;
  width: calc(100% + 100px);
}
.branch-body .branch-map + .branch-transport {
  margin-top: 90px;
}
.max-md-size .branch-body .branch-map + .branch-transport {
  margin-top: 50px;
}
.max-sm-size .branch-body .branch-map + .branch-transport {
  margin-top: 25px;
}
.branch-body .branch-transport {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.max-md-size .branch-body .branch-transport {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.branch-body .branch-transport .head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #F36F21;
  color: #ffffff;
}
.min-md-size .branch-body .branch-transport .head {
  width: 245px;
  height: 245px;
  padding: 30px;
  text-align: justify;
}
.max-md-size .branch-body .branch-transport .head {
  padding: 25px;
}
.branch-body .branch-transport .head .sub {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
}
.max-md-size .branch-body .branch-transport .head .sub {
  font-size: 18px;
}
.max-sm-size .branch-body .branch-transport .head .sub {
  font-size: 16px;
}
.branch-body .branch-transport .head .title {
  margin-top: 10px;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}
.max-md-size .branch-body .branch-transport .head .title {
  font-size: 35px;
}
.max-sm-size .branch-body .branch-transport .head .title {
  font-size: 25px;
}
.min-xl2-size .branch-body .branch-transport .content {
  width: calc(100% - 400px);
}
.max-xl2-size.min-md-size .branch-body .branch-transport .content {
  width: calc(100% - 300px);
}
.max-md-size .branch-body .branch-transport .content {
  width: 100%;
  margin-top: 50px;
}
.max-sm-size .branch-body .branch-transport .content {
  margin-top: 25px;
}
.branch-body .branch-transport .content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #D8D8D8;
}
.min-xl-size .branch-body .branch-transport .content ul li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.max-xl-size .branch-body .branch-transport .content ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.max-sm-size .branch-body .branch-transport .content ul li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.branch-body .branch-transport .content ul li:last-child {
  border-bottom: 1px solid #D8D8D8;
}
.branch-body .branch-transport .content ul li figure, .branch-body .branch-transport .content ul li .text {
  padding: 50px;
}
.max-xl-size .branch-body .branch-transport .content ul li figure, .max-xl-size .branch-body .branch-transport .content ul li .text {
  padding: 35px;
}
.max-sm-size .branch-body .branch-transport .content ul li figure, .max-sm-size .branch-body .branch-transport .content ul li .text {
  padding: 25px 0;
}
.branch-body .branch-transport .content ul li figure {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.max-xl-size .branch-body .branch-transport .content ul li figure {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.branch-body .branch-transport .content ul li figure img {
  display: block;
  width: 40px;
}
.branch-body .branch-transport .content ul li figure figcaption {
  display: block;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.min-xl-size .branch-body .branch-transport .content ul li figure figcaption {
  margin-left: 35px;
}
.max-xl-size .branch-body .branch-transport .content ul li figure figcaption {
  margin-top: 15px;
  text-align: center;
}
.branch-body .branch-transport .content ul li .text {
  -webkit-box-flex: 3.5;
  -ms-flex: 3.5;
  flex: 3.5;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.max-xl-size.min-sm-size .branch-body .branch-transport .content ul li .text {
  padding-left: 0;
}
.max-sm-size .branch-body .branch-transport .content ul li .text {
  padding-top: 0;
}
.branch-body .branch-button {
  margin-top: 130px;
  height: 1px;
}
.max-lg-size .branch-body .branch-button {
  margin-top: 100px;
}
.max-sm-size .branch-body .branch-button {
  margin-top: 80px;
}
.branch-body .branch-button ul {
  margin-top: -50px;
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.max-sm-size .branch-body .branch-button ul {
  margin-top: -42.5px;
}
.branch-body .branch-button ul li .btn-style {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.3;
}
.max-md-size .branch-body .branch-button ul li .btn-style {
  font-size: 16px;
}
.branch-body .branch-button ul li .btn-style:hover {
  background-color: #4ABEC6;
}
.branch-body .branch-button ul li .btn-style:hover:before {
  border-color: #4ABEC6;
}
.branch-body .branch-button ul li .btn-style.btn-circle {
  background-color: #353535;
}
.branch-body .branch-button ul li .btn-style.btn-circle:before {
  border-color: #353535;
}
.branch-body .branch-button ul li .btn-style.btn-circle:hover {
  background-color: #4ABEC6;
}
.branch-body .branch-button ul li .btn-style.btn-circle:hover:before {
  border-color: #4ABEC6;
}

[data-page=contact] .page-banner .page-banner-inner .page-banner-text .content .title {
  font-size: 55px;
}
.max-lg-size [data-page=contact] .page-banner .page-banner-inner .page-banner-text .content .title {
  font-size: 42px;
}
.max-md-size [data-page=contact] .page-banner .page-banner-inner .page-banner-text .content .title {
  font-size: 35px;
}
.max-sm-size [data-page=contact] .page-banner .page-banner-inner .page-banner-text .content .title {
  font-size: 25px;
}

[data-page=credit] .page-body {
  position: relative;
  z-index: 6;
}

.credit-lists .credit-box {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.max-lg-size .credit-lists .credit-box {
  padding-bottom: 119px;
}
.max-md-size .credit-lists .credit-box {
  padding-bottom: 185px;
}
.max-sm-size .credit-lists .credit-box {
  padding-bottom: 160px;
}
@media (max-width: 414px) {
  .credit-lists .credit-box {
    padding-bottom: 140px !important;
  }
}
.credit-lists .credit-box .card {
  position: absolute;
  width: 100%;
  max-width: 319px;
}
.max-sm-size .credit-lists .credit-box .card {
  width: 56%;
}
.credit-lists .credit-box .card:first-child {
  right: 177px;
  bottom: 80px;
}
.max-md-size .credit-lists .credit-box .card:first-child {
  right: 127px;
}
.credit-lists .credit-box .card:nth-child(2) {
  right: 114px;
  bottom: 40px;
}
.max-md-size .credit-lists .credit-box .card:nth-child(2) {
  right: 64px;
}
.credit-lists .credit-box .card:last-child {
  right: 50px;
  bottom: 3px;
}
.max-md-size .credit-lists .credit-box .card:last-child {
  right: 0;
}
.credit-lists .credit-box .card img {
  width: 100%;
}
.credit-lists .credit-section .container .box {
  font-family: "Microsoft JhengHei", "Arial", sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(233, 233, 233, 0.15);
  padding: 60px 0 0 0;
}
.max-md-size .credit-lists .credit-section .container .box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.max-sm-size .credit-lists .credit-section .container .box {
  padding: 30px 0 0 0;
}
.credit-lists .credit-section .container .box .boxL {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.27%;
          flex: 0 0 39.27%;
  padding-bottom: 55px;
  overflow: hidden;
}
.max-lg-size .credit-lists .credit-section .container .box .boxL {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-bottom: 25px;
}
.max-md-size .credit-lists .credit-section .container .box .boxL {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.credit-lists .credit-section .container .box .boxL img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
.credit-lists .credit-section .container .box .boxL img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.credit-lists .credit-section .container .box .boxR {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60.73%;
          flex: 0 0 60.73%;
  padding: 30px 55px 30px 80px;
  color: #FFFFFF;
}
.max-lg-size .credit-lists .credit-section .container .box .boxR {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 25px 25px 25px;
}
.max-md-size .credit-lists .credit-section .container .box .boxR {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0 0 25px 0;
}
.credit-lists .credit-section .container .box .boxR .box-head {
  margin-bottom: 22px;
}
.max-lg-size .credit-lists .credit-section .container .box .boxR .box-head {
  margin-bottom: 10px;
}
.credit-lists .credit-section .container .box .boxR .box-head .title {
  font-size: 45px;
  font-weight: 700;
}
.max-md-size .credit-lists .credit-section .container .box .boxR .box-head .title {
  font-size: 35px;
}
.max-sm-size .credit-lists .credit-section .container .box .boxR .box-head .title {
  font-size: 30px;
}
.credit-lists .credit-section .container .box .boxR .box-body {
  line-height: 2.5;
}
.max-lg-size .credit-lists .credit-section .container .box .boxR .box-body {
  line-height: 1.75;
}
.credit-lists .credit-section .container .box .boxR .box-body ul {
  margin: 0;
  color: #777777;
  font-weight: 400;
}
.credit-lists .credit-section .container .box:nth-child(even) .boxL {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.max-md-size .credit-lists .credit-section .container .box:nth-child(even) .boxL {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.credit-lists .credit-section .container .box:nth-child(even) .boxR {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.max-md-size .credit-lists .credit-section .container .box:nth-child(even) .boxR {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.credit-lists .credit-section .container .box:last-child {
  border: none;
}
.credit-lists .rule-section {
  font-family: "Microsoft JhengHei", "Arial", sans-serif;
  width: 100%;
  max-width: 1347px;
  margin: 275px auto 120px auto;
  background-color: #fff;
}
.max-md-size .credit-lists .rule-section {
  margin-top: 225px;
}
.max-sm-size .credit-lists .rule-section {
  margin-top: 175px;
}
.credit-lists .rule-section .card-all {
  width: 100%;
  max-width: 781.6px;
  margin: auto;
}
.max-md-size .credit-lists .rule-section .card-all {
  width: 80%;
}
.max-xs-size .credit-lists .rule-section .card-all {
  width: 100%;
}
.credit-lists .rule-section .card-all img {
  width: 100%;
  margin-top: -26%;
}
.credit-lists .rule-section .rule-head {
  text-align: center;
  margin-top: 20px;
}
.max-sm-size .credit-lists .rule-section .rule-head {
  padding: 0 50px;
}
.max-xs-size .credit-lists .rule-section .rule-head {
  padding: 0 25px;
}
.credit-lists .rule-section .rule-head .title {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 7px;
}
.max-md-size .credit-lists .rule-section .rule-head .title {
  font-size: 35px;
}
.max-sm-size .credit-lists .rule-section .rule-head .title {
  font-size: 30px;
}
.credit-lists .rule-section .rule-head .sub {
  font-size: 22px;
  font-weight: bold;
}
.credit-lists .rule-section .rule-body {
  width: calc(100% - 192px);
  margin: auto;
  margin-top: 40px;
}
.max-sm-size .credit-lists .rule-section .rule-body {
  width: calc(100% - 100px);
}
.max-xs-size .credit-lists .rule-section .rule-body {
  width: calc(100% - 50px);
}
.credit-lists .rule-section .rule-body p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.credit-lists .rule-section .rule-body ul {
  font-size: 16px;
  padding-left: 1.5em;
}
.credit-lists .rule-section .rule-body ul li {
  position: relative;
  line-height: 1.75;
  margin-bottom: 12px;
}
.credit-lists .rule-section .rule-body ul li::before {
  position: absolute;
  display: block;
  content: url("images/demo/credit/li-style.svg");
  width: 18px;
  top: 2px;
  left: -1.5em;
}
.credit-lists .rule-section .rule-body ul li:last-child {
  margin-bottom: 0;
}
.credit-lists .rule-section .rule-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 75px 0;
}
.max-sm-size .credit-lists .rule-section .rule-footer {
  padding: 50px 50px;
}
.credit-lists .rule-section .rule-footer a {
  width: 100%;
  max-width: 378px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F36F21;
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.credit-lists .rule-section .rule-footer a:hover {
  background-color: #4ABEC6;
}

/* ------------------------------------------
 * *  search
 * * -----------------------------------------*/
.search-banner {
  background-color: #000;
}
.search-banner .page-banner-inner {
  padding: 75px 0 25px;
}
.max-md-size .search-banner .page-banner-inner {
  padding: 50px 25px 25px;
}
.search-banner .page-banner-inner .page-banner-text .content {
  color: #F3F3F3;
}
.search-banner .page-banner-inner .page-banner-text .content .title {
  font-size: 45px;
}

.min-xs-size .search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-list .brand-box {
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.search-list .brand-box:hover {
  -webkit-box-shadow: 0 10px 20px rgba(255, 255, 255, 0.5);
          box-shadow: 0 10px 20px rgba(255, 255, 255, 0.5);
}
.min-xs-size .search-list .brand-box {
  margin: 50px 45px 0 0;
}
.min-bg-size .search-list .brand-box {
  width: calc(20% - 36px);
}
.max-bg-size.min-lg-size .search-list .brand-box {
  width: calc(20% - 20px);
  margin: 25px 25px 0 0;
}
.min-lg-size .search-list .brand-box:nth-child(-n+5) {
  margin-top: 0;
}
.min-lg-size .search-list .brand-box:nth-child(5n+0) {
  margin-right: 0;
}
.max-lg-size.min-md-size .search-list .brand-box {
  width: calc(33.3333333333% - 30px);
}
.max-md-size.min-xs-size .search-list .brand-box {
  width: calc(33.3333333333% - 16.6666666667px);
  margin: 25px 25px 0 0;
}
.max-lg-size.min-xs-size .search-list .brand-box:nth-child(-n+3) {
  margin-top: 0;
}
.max-lg-size.min-xs-size .search-list .brand-box:nth-child(3n+0) {
  margin-right: 0;
}
.max-xs-size .search-list .brand-box + .brand-box {
  margin-top: 25px;
}
.search-list .brand-box a {
  display: block;
}
.search-list .brand-box .brand-logo {
  position: relative;
  padding-bottom: calc(100% - 48px);
}
.search-list .brand-box .brand-logo .brand-logo-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px;
}
.search-list .brand-box .brand-logo .brand-logo-inner img {
  display: block;
  width: auto;
  max-height: 100%;
}
.max-xl-size.min-lg-size .search-list .brand-box .brand-logo .brand-logo-inner, .max-md-size.min-xs-size .search-list .brand-box .brand-logo .brand-logo-inner {
  padding: 15px;
}
.search-list .brand-box .brand-info {
  padding: 16.5px 15px;
  border-top: 1px solid #E9E9E9;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#search .page-body {
  padding-top: 23px;
}