@charset "UTF-8";
@import '../lib/swiper/swiper-bundle.min.css';
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* ---------- RESET ---------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:wght@100..900&display=swap");
html {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  background: white;
  color: #444;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
* ::-moz-selection {
  background: #ed7741;
  color: white;
  -webkit-text-fill-color: white;
}
* ::selection {
  background: #ed7741;
  color: white;
  -webkit-text-fill-color: white;
}
* ::-moz-selection {
  background: #ed7741;
  color: white;
}
* :focus-visible {
  outline-color: #ed7741;
}

ul,
li,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
p,
a,
li {
  font: inherit;
  padding: 0;
  margin: 0;
}

img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0 auto;
}
img.lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
img.lazyload.lazyloaded {
  height: auto;
  opacity: 1;
}

video {
  max-width: 100%;
}

button {
  background: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

/* ---------- SCREEN READER ---------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes rotateContent {
  0%, 25% {
    opacity: 1;
  }
  26%, 100% {
    opacity: 0;
  }
}
@keyframes rotateContent {
  0%, 25% {
    opacity: 1;
  }
  26%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes finger-1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}
@keyframes finger-1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}
@-webkit-keyframes finger-2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes finger-2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes finger-3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes finger-3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ed7741;
  border: 2px solid #ed7741;
  color: white;
  font-size: 1.1em;
  font-weight: 400;
  padding: 0 1.6em;
  line-height: 2;
  font-weight: 400;
  border-radius: 3em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
.btn:hover {
  background-color: white;
  color: #ed7741;
}

.btn-secondary {
  background-color: #fba435;
  border: 2px solid #fba435;
}
.btn-secondary:hover {
  color: #fba435;
}
.btn-secondary.btn-arrow:hover:after {
  background-image: url("../img/icon/arrow-secondary.svg");
}

.btn-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-arrow:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3em;
  background-size: cover;
  background-image: url("../img/icon/arrow-white.svg");
}
.btn-arrow:hover:after {
  background-image: url("../img/icon/arrow-primary.svg");
}

.btn-line {
  background-color: #34c756;
  border: 1px solid #34c756;
}
.btn-line:hover {
  color: white;
  background-color: #0e9f30;
  border: 1px solid #0e9f30;
}
.btn-line:hover:after {
  background-image: url("../img/icon/arrow-white.svg");
}

.btn-arrow-back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-arrow-back:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.3em;
  background-size: cover;
  background-image: url("../img/icon/arrow-white.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn-arrow-back:hover:before {
  background-image: url("../img/icon/arrow-primary.svg");
}

.btn-arrow-top:after {
  background-image: url("../img/icon/arrow-white-top.svg");
}
.btn-arrow-top:hover:after {
  background-image: url("../img/icon/arrow-primary-top.svg") !important;
}

html {
  font-size: 18px;
  font-stretch: normal;
}

h2,
.h2 {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.125;
  margin-bottom: 0.8em;
  word-break: normal;
  word-wrap: normal;
}

h3,
.h3 {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.3;
  margin-bottom: 0.25em;
}

h4,
.h4 {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.018em;
  line-height: 1.3;
  margin-bottom: 0.75em;
}

h5 {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

p,
small,
strong,
a,
li,
label,
input,
legend,
select {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: inherit;
}

p.p-small {
  font-size: 0.8em;
  line-height: 1.6;
}

strong {
  font-weight: 500;
}

b {
  font-weight: bold;
}

small {
  font-size: 0.8em;
  letter-spacing: 0;
}

.title-deco {
  position: relative;
  z-index: 2;
}
.title-deco:before {
  position: absolute;
  content: "";
  top: 78%;
  left: -0.3em;
  width: 1.8em;
  height: 0.5em;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-image: url("../img/icon/line-primary.svg");
}
.title-deco.title-deco-secondary:before {
  background-image: url("../img/icon/line-secondary.svg");
}

.title-illus {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-illus h2 {
  margin-bottom: 0;
}
.title-illus .illus {
  margin-left: 0;
  width: 7em;
}
.title-illus .illus.is-animated {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: swing;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: swing;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 2;
  -moz-animation-fill-mode: backwards;
  -o-animation-delay: 0.3s;
  -o-animation-duration: 0.6s;
  -o-animation-name: swing;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 2;
  -o-animation-fill-mode: backwards;
  animation-delay: 0.3s;
  animation-duration: 0.6s;
  animation-name: swing;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 2;
  animation-fill-mode: backwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

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

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

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

.align-italic {
  font-style: italic;
}

a.txt-link {
  font: inherit;
  font-weight: 400;
  text-decoration: underline;
  color: #ed7741;
}
a.txt-link:hover {
  color: #fba435;
}

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

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

.txt-nobr {
  white-space: nowrap;
}

.color-primary {
  color: #ed7741 !important;
}

.color-grey {
  color: #525252 !important;
}

.color-blue {
  color: #3C4980 !important;
}

.color-white {
  color: white !important;
}

.color-dark-grey {
  color: #393839 !important;
}

.color-light-grey {
  color: #d6d6d6 !important;
}

.list-decimal {
  padding-left: 1.3em;
}
.list-decimal li {
  list-style-type: decimal;
  margin: 0.4em 0;
}

.list-disc {
  padding-left: 1.3em;
}
.list-disc li {
  list-style-type: disc;
  margin: 0.4em 0;
}

@media screen and (min-width: 2560px) {
  html {
    font-size: 22px;
  }
}
@media screen and (min-width: 3000px) {
  html {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  p.p-small, .hashtag {
    font-size: 0.86em;
  }
  small {
    font-size: 0.9em;
  }
  .title-illus .illus {
    width: 6em;
  }
}
@media screen and (max-width: 480px) {
  .illus {
    width: 5em;
  }
}
.w95 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}

.w840,
.w900,
.w1000,
.w1100,
.w1200,
.w1300,
.w1400 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.w840 {
  max-width: 840px;
}

.w900 {
  max-width: 920px;
}

.w1000 {
  max-width: 1000px;
}

.w1100 {
  max-width: 1100px;
}

.w1300 {
  max-width: 1300px;
}

.w1400 {
  max-width: 1400px;
}

.mw1000 {
  max-width: 1000px;
}

.col20 {
  width: 20%;
}

.col25 {
  width: 25%;
}

.col30 {
  width: 30%;
}

.col33 {
  width: 33.3333%;
}

.col35 {
  width: 35%;
}

.col40 {
  width: 40%;
}

.col45 {
  width: 45%;
}

.col50 {
  width: 50%;
}

.col55 {
  width: 55%;
}

.col60 {
  width: 60%;
}

.col65 {
  width: 65%;
}

.col66 {
  width: 66.6666%;
}

.col70 {
  width: 70%;
}

.col75 {
  width: 75%;
}

.col80 {
  width: 80%;
}

.col100 {
  width: 100%;
}

.ib-top {
  display: inline-block;
  vertical-align: top;
}

.ib-bottom {
  display: inline-block;
  vertical-align: bottom;
}

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

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

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

.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;
}

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

.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-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-ib {
  display: inline-block !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 2560px) {
  .mw1000 {
    max-width: 1380px;
  }
  .w840, .w900 {
    max-width: 1200px;
  }
  .w1000 {
    max-width: 1380px;
  }
  .w1100 {
    max-width: 1400px;
  }
  .w1200 {
    max-width: 1400px;
  }
  .w1300 {
    max-width: 1550px;
  }
  .w1400 {
    max-width: 2000px;
  }
}
@media screen and (min-width: 3000px) {
  .mw1000 {
    max-width: 1800px;
  }
  .w840, .w900 {
    max-width: 1500px;
  }
  .w1000 {
    max-width: 1800px;
  }
  .w1100 {
    max-width: 2300px;
  }
  .w1200 {
    max-width: 2000px;
  }
  .w1300 {
    max-width: 2500px;
  }
  .w1400 {
    max-width: 2700px;
  }
}
@media screen and (max-width: 1440px) {
  .hd-w1400 {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  .d-1280-none {
    display: none !important;
  }
  .d-1280-block {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .w840,
  .w900,
  .w1000,
  .w1100,
  .w1200,
  .w1300,
  .w1400 {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  .d-mobile-none {
    display: none !important;
  }
  .d-mobile-block {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .d-1023-none {
    display: none !important;
  }
  .d-1023-block {
    display: block !important;
  }
  .d-1023-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .d-768-none {
    display: none !important;
  }
  .d-768-block {
    display: block !important;
  }
  .d-768-inline-block {
    display: inline-block !important;
  }
  .d-768-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 620px) {
  .d-620-none {
    display: none !important;
  }
  .d-620-block {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .d-480-none {
    display: none !important;
  }
  .d-480-block {
    display: block !important;
  }
}
.lightbox {
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  display: none;
}
.lightbox.is-expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.lightbox .swiper-pagination-wrapper {
  margin-top: 0;
  margin-bottom: 40px;
}
.lightbox > .container {
  margin: auto;
}
.lightbox .lightbox-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.lightbox .lightbox-container > .hd-lightbox-s {
  pointer-events: all;
}
.lightbox .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

.trigger-lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
}
.trigger-lightbox-close img {
  width: 34px;
  margin: auto;
}

.gif-container {
  position: relative;
}
.gif-container img.hd-d-none {
  position: absolute !important;
  top: 0;
  left: 0;
}
.gif-container .vid-control img {
  margin: auto !important;
}
.gif-container.is-reduced-motion img.hd-d-none {
  display: block !important;
}

.vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.vid-container video,
.vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.vid-control {
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
}
.vid-control svg,
.vid-control img {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.vid-control .play {
  display: none;
}
.vid-control.hd-active .play {
  display: block;
}
.vid-control.hd-active .pause {
  display: none;
}

@media screen and (min-width: 2560px) {
  .vid-control svg,
  .vid-control img {
    max-width: 42px !important;
    max-height: 42px !important;
  }
}
@media screen and (max-width: 1280px) {
  .vid-control {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  #hd .vid-control {
    bottom: 10px;
    right: 0;
  }
}
.swiper-container {
  position: relative;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: white;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: white;
  width: 3em;
  height: 3em;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  color: #333;
  font-size: 1em;
  font-weight: 500;
  background-image: url("../img/icon/btn-arrow-primary.svg");
  background-size: cover;
  width: 100%;
  height: 100%;
}

.swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
.filter-tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 57em;
  text-align: center;
  margin: 1em auto 1em;
  z-index: 2;
  border-bottom: 1px solid #777777;
}
.filter-tab button {
  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;
  font-size: 1.125em;
  padding: 0.4em 0.5em;
  position: relative;
  cursor: pointer;
  min-width: 150px;
  position: relative;
  font-size: 1.4em;
  margin-bottom: 0;
  text-align: center;
  color: #777777;
  font-weight: 400;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.filter-tab button:hover {
  color: #ed7741;
}
.filter-tab button.active {
  color: #ed7741;
  cursor: default;
}
.filter-tab button.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #ed7741;
  bottom: -2px;
  left: -1px;
}

.tab-content > div {
  display: none;
}
.tab-content > div.active {
  display: block;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.8s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 2560px) {
  .filter-tab button {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 620px) {
  .filter-tab button {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  .filter-tab button {
    font-size: 0.875em;
    min-width: 70px;
    font-size: 1.1em;
  }
}
body.no-scroll {
  position: relative;
  overflow: hidden;
}

.bg-dark {
  background-color: #444;
  color: white;
}
.bg-dark p {
  color: white;
}
.bg-dark a {
  color: white;
}

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

.sec-banner {
  position: relative;
  background-color: #ed7741;
  padding: 7em 0 8em;
  color: white;
  z-index: 2;
}
.sec-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 7%;
  background-image: url(../img/banner_bottom.svg);
  background-size: cover;
  bottom: -1px;
  left: 0;
}
.sec-banner .txt {
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.sec-banner .title-box {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1.2em;
}
.sec-banner .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-banner.sec-banner-blue {
  background-color: #3C4980;
}
.sec-banner.sec-banner-solidcolor .title-box {
  background-color: transparent;
  padding-left: 0;
}

.tag {
  font-size: 0.85em;
  padding: 0 0.3em;
}
.tag.tag-primary {
  border: 1px solid #ed7741;
  color: #ed7741;
}
.tag.tag-blue {
  border: 1px solid #3C4980;
  color: #3C4980;
}

.detail-list {
  margin-top: 2em;
}
.detail-list > li {
  background-color: white;
  margin-bottom: 0.6em;
}
.detail-list > li[aria-expanded=true] .faq-q h3:after {
  content: "-";
}
.detail-list .faq-q {
  background-color: #888;
  padding: 1em 1.4em;
  color: white;
  cursor: pointer;
}
.detail-list .faq-q h3 {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2em;
}
.detail-list .faq-q h3:after {
  content: "+";
  display: inline-block;
  font-size: 1em;
  margin-left: 0.5em;
}
.detail-list .faq-a {
  display: none;
  padding: 0.5em 1.6em 1.5em;
}

@media screen and (max-width: 1024px) {
  .detail-list .faq-q {
    padding: 0.6em 1.5em;
  }
  .detail-list .faq-a {
    padding: 0.5em 1.2em 1.2em;
  }
}
@media screen and (max-width: 480px) {
  .detail-list .faq-q {
    padding: 0.6em 1.5em;
  }
}
.editor-content {
  margin-top: 2em;
  margin-bottom: 3em;
}
.editor-content hr {
  margin: 1em 0;
  border: 1px solid #eee;
}
.editor-content ul {
  padding-left: 0.5em;
}
.editor-content li {
  list-style-type: disc;
  list-style-position: inside;
}
.editor-content li::marker {
  margin-right: 0.2em;
}
.editor-content img {
  width: 100%;
  margin: 1em 0;
}

input[type=text],
input[type=email],
input[type=number],
select,
textarea,
.ui-selectmenu-button.ui-button {
  border: 1px solid #fba435;
  color: #555;
  border-radius: 0;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

input[type=checkbox],
input[type=radio] {
  line-height: 1.8;
}

fieldset {
  border: 0;
}

legend {
  font-weight: 400;
  font-size: 1.1em;
  color: #333;
}

label {
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.8;
}

textarea {
  min-height: 140px;
  padding: 0.5em;
}

.form-row li {
  margin-bottom: 1em;
}

.ui-selectmenu-button.ui-button {
  width: 100%;
  display: block;
}

.ui-widget-content {
  background-color: #3A3A3A;
  color: white;
  border: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  border: 0;
  background: black;
}

.ui-widget.ui-widget-content {
  border: 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px 1em;
}

#navbar {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ed7741;
  border-bottom: 1px solid white;
}
#navbar .w1400 {
  position: static;
}
#navbar .w1400 {
  width: 90%;
  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;
  color: white;
}
#navbar .navbar-logo {
  height: 60px;
}
#navbar .navbar-logo img {
  height: 100%;
  width: auto;
}
#navbar .navbar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
#navbar .navbar-menu > li {
  margin: 0 0.7em;
}
#navbar .navbar-menu > li:hover .arrow {
  opacity: 1;
}
#navbar .navbar-menu > li:hover .navbar-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#navbar .navbar-menu > li .arrow {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0.2em;
  opacity: 0;
  width: 0.7em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#navbar .navbar-menu > li > a {
  display: inline-block;
  color: white;
  font-size: 1em;
  padding: 1.2em 0.2em;
  font-weight: 400;
}
#navbar .navbar-submenu {
  position: absolute;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: flex-wrap;
      -ms-flex: flex-wrap;
          flex: flex-wrap;
  top: 100%;
  padding: 0.5em 0;
  display: none;
}
#navbar .navbar-submenu:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 60px;
  top: 74px;
  left: 0;
  background-color: white;
  border-bottom: 1px solid #eee;
}
#navbar .navbar-submenu li {
  position: relative;
  z-index: 2;
}
#navbar .navbar-submenu a {
  font-weight: 400;
  color: #333;
  margin-right: 1.2em;
  padding: 0.25em 0.2em;
  display: block;
}
#navbar .navbar-submenu a:hover {
  color: #ed7741;
}
#navbar .language {
  border: 1px solid white;
  font-weight: 400;
  border-radius: 3em;
  padding: 0 1em 0.2em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#navbar .language:hover {
  background-color: #fba435;
}
#navbar .media-menu {
  margin-left: 1em;
}
#navbar .media-menu a {
  width: 38px;
  height: 38px;
  background-size: cover;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-left: 0.5em;
}
#navbar .media-menu a.home {
  background-image: url("../img/icon/icon-nav-home.svg");
}
#navbar .media-menu a.fb {
  background-image: url("../img/icon/icon-nav-fb.svg");
}
#navbar .media-menu a.line {
  background-image: url("../img/icon/icon-nav-line.svg");
}
#navbar .media-menu a.home:hover {
  background-image: url("../img/icon/icon-nav-home-hover.svg");
}
#navbar .media-menu a.fb:hover {
  background-image: url("../img/icon/icon-nav-fb-hover.svg");
}
#navbar .media-menu a.line:hover {
  background-image: url("../img/icon/icon-nav-line-hover.svg");
}
#navbar .hamburger {
  display: none;
}

#fix-line {
  position: fixed;
  width: 56px;
  height: 56px;
  bottom: 1em;
  right: 1em;
  z-index: 5;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#fix-line img {
  width: 100%;
}
#fix-line:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

@media screen and (min-width: 2560px) {
  #navbar .navbar-submenu:before {
    height: 65px;
    top: 87px;
  }
}
@media screen and (min-width: 3000px) {
  #navbar .media-menu a {
    width: 44px;
    height: 44px;
  }
  #navbar .navbar-submenu:before {
    height: 83px;
    top: 109px;
  }
}
@media (max-width: 1440px) {
  #navbar .bg-submenu {
    height: 50px;
  }
  #navbar .navbar-logo {
    height: 50px;
  }
  #navbar .navbar-submenu:before {
    top: 66px;
  }
}
@media (max-width: 1280px) {
  #navbar .navbar-menu > li {
    margin: 0 0.4em;
  }
  #navbar .media-menu {
    margin-left: 0.5em;
  }
  #navbar .media-menu a {
    width: 34px;
    height: 34px;
    margin-left: 0.3em;
  }
  #navbar .language {
    padding: 0 0.6em 0.2em;
  }
}
@media (max-width: 1024px) {
  #navbar {
    padding: 4px 0;
  }
  #navbar .w1400 {
    width: 94%;
  }
  #navbar .mobile-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
  }
  #navbar .mobile-bg.active {
    display: block;
  }
  #navbar .navbar-row {
    right: -300px;
    display: block;
    background-color: #ed7741;
    position: fixed;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    top: 0;
    overflow: scroll;
    padding: 4em 1em;
    text-align: left;
    border-left: 1px solid white;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  #navbar .navbar-row.active {
    right: 0;
  }
  #navbar .navbar-menu > li {
    width: 100%;
    padding: 0.6em 0;
  }
  #navbar .navbar-menu > li:hover .navbar-submenu {
    display: none;
  }
  #navbar .navbar-menu > li > a {
    font-size: 1.1em;
    padding: 0.2em 0;
  }
  #navbar .navbar-menu > li > .arrow {
    opacity: 1;
    width: 1em;
  }
  #navbar .navbar-submenu {
    position: relative;
    display: none;
    top: 0;
    background-color: transparent;
  }
  #navbar .navbar-submenu a {
    color: white;
    padding: 0.5em 0.2em;
    padding-left: 1em;
    opacity: 0.8;
  }
  #navbar .navbar-submenu a:hover {
    color: white;
  }
  #navbar .navbar-submenu:before {
    display: none;
  }
  #navbar .language {
    display: inline-block;
    margin: 3em 0 1em;
    padding: 0.4em 2em 0.6em;
    font-size: 1.1em;
  }
  #navbar .media-menu {
    margin-left: 0;
  }
  #navbar .hamburger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 3;
    cursor: pointer;
  }
  #navbar .hamburger span {
    background: white;
    height: 2px;
    width: 25px;
    margin: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #navbar .hamburger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(7px, 7px);
            transform: rotate(45deg) translate(7px, 7px);
  }
  #navbar .hamburger.active span:nth-child(2) {
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
    width: 0;
  }
  #navbar .hamburger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
            transform: rotate(-45deg) translate(7px, -7px);
  }
}
@media (max-width: 768px) {
  #navbar .navbar-logo {
    height: 40px;
  }
}
@media (max-width: 425px) {
  #navbar .navbar-row {
    max-width: none;
    right: -100%;
    border-left: 0;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3em;
}
.pagination .btn-icon {
  display: inline-block;
  background-size: cover;
  background-image: url(../img/icon/btn-arrow-primary.svg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
  opacity: 0.6;
}
.pagination .btn-icon.btn-icon-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pagination .btn-icon:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.pagination a {
  width: 3em;
  height: 3em;
  margin: 0 0.3em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pagination .btn-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  border: 1px solid #aaa;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #555;
}
.pagination .btn-number:hover {
  border: 1px solid #ed7741;
}
.pagination .btn-number.active {
  background-color: #ed7741;
  border-color: #ed7741;
  color: white;
}
.pagination .btn-icon-left {
  margin-right: 3em;
}
.pagination .btn-icon-right {
  margin-left: 3em;
}

@media (max-width: 480px) {
  .pagination a {
    width: 2.2em;
    height: 2.2em;
  }
  .pagination .btn-icon-left {
    margin-right: 2em;
  }
  .pagination .btn-icon-right {
    margin-left: 2em;
  }
}
#footer {
  border-top: 1px solid #eee;
  padding-top: 2em;
  color: #444;
}
#footer a, #footer p {
  font-size: 0.9em;
}
#footer .row {
  padding-bottom: 2em;
}
#footer .footer-left {
  max-width: 400px;
}
#footer .footer-left .footer-logo {
  width: 95%;
  margin-left: 0;
  max-width: 350px !important;
  margin-right: auto;
}
#footer .footer-left ul {
  margin-top: 1em;
}
#footer .footer-left a, #footer .footer-left p {
  display: block;
  line-height: 1.8;
}
#footer .footer-left a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#footer .footer-left a:hover {
  color: #ed7741;
}
#footer .footer-right ul {
  margin-bottom: 2em;
}
#footer .footer-right ul li {
  margin-left: 2em;
}
#footer .footer-right ul a {
  display: block;
  line-height: 1.6;
  margin: 0.35em 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#footer .footer-right ul a:first-child {
  position: relative;
  color: #ed7741;
  font-size: 1em;
  font-weight: 400;
}
#footer .footer-right ul a:first-child:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 54%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -10px;
  background-color: #ed7741;
}
#footer .footer-right ul a:hover {
  color: #ed7741;
}
#footer .footer-right .media-row a {
  margin-left: 0.5em;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: 42px;
}
#footer .footer-right .media-row a:hover {
  opacity: 0.8;
}
#footer .footer-bottom {
  padding: 0.8em 0;
  border-top: 1px solid #eee;
}
#footer .footer-bottom a {
  padding: 0 0.4em;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#footer .footer-bottom a:hover {
  color: #ed7741;
}

@media screen and (max-width: 1440px) {
  #footer .footer-left {
    max-width: 340px;
  }
}
@media screen and (max-width: 1280px) {
  #footer .footer-left {
    max-width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  #footer .footer-left {
    width: 100%;
    max-width: none;
    margin-bottom: 2em;
  }
  #footer .footer-left .footer-logo {
    max-width: 300px !important;
  }
  #footer .footer-right {
    width: 100%;
  }
  #footer .footer-right ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .footer-right ul li {
    margin-left: 0;
  }
  #footer .footer-right .media-row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  #footer .footer-right .media-row a {
    margin-left: 0;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 620px) {
  #footer a, #footer p {
    font-size: 1em;
  }
  #footer .footer-left .footer-logo {
    width: 50%;
    min-width: 200px;
  }
  #footer .footer-right ul li {
    width: 100%;
    margin: 0.4em 0;
  }
  #footer .footer-right ul li a {
    display: inline-block;
    margin: 0;
    margin-right: 0.8em;
  }
  #footer .footer-right ul li a:first-child {
    display: block;
    padding-left: 10px;
    font-size: 1.1em;
  }
  #footer .footer-right ul li a:first-child:before {
    left: 0;
  }
}
.contact {
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 11;
}
.contact.active .frame {
  right: 0;
}
.contact.active .bg {
  display: block;
}
.contact.active .contact-close {
  opacity: 1;
}
.contact .frame {
  position: absolute;
  top: 0;
  width: 900px;
  height: 100%;
  right: -900px;
  background-color: white;
  border-left: 1px solid #aaa;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contact .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 3em 3em;
  height: 100%;
  overflow-y: scroll;
}
.contact .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact .title h2 {
  font-size: 1.8em;
  margin-bottom: 0;
  margin-right: 0.7em;
}
.contact .title a {
  width: 2em;
  margin: 0;
  margin-right: 0.3em;
}
.contact .title small {
  color: #23b53b;
  font-weight: 400;
}
.contact .icon {
  position: absolute;
  right: 100%;
  bottom: 5%;
}
.contact .icon .social {
  display: block;
  margin-bottom: 0.5em;
  width: 50px;
  margin-left: auto;
  margin-right: 0.5em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contact .icon .social:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.contact .icon .contact-btn {
  background-color: #444;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.2em 0.5em;
  min-width: 110px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: left;
  padding: 1.2em 1.4em 3em;
  cursor: pointer;
}
.contact .icon .contact-btn:hover .muscle {
  -webkit-transform: translateY(-12%);
          transform: translateY(-12%);
}
.contact .icon p {
  display: block;
  color: #ed7741;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2;
}
.contact .icon .muscle {
  position: absolute;
  right: 0;
  bottom: -1em;
  width: 45%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contact .contact-close {
  opacity: 0;
  position: absolute;
  top: 1%;
  left: -20px;
  width: 44px;
  height: 44px;
  z-index: 3;
  cursor: pointer;
  background-image: url("../img/icon/icon-arrow-circle.svg");
  background-size: cover;
}
.contact .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  display: none;
}
.contact form {
  margin-top: 1em;
}
.contact form small {
  font-weight: 300;
  margin-left: 0.5em;
  color: #777;
}
.contact form fieldset {
  padding-bottom: 0.8em;
  margin-top: 0.8em;
}
.contact form .location li {
  padding-right: 0.6em;
}
.contact form .location a {
  font-size: 0.85em;
  font-weight: 300;
  margin-left: 0.5em;
  color: #777;
}
.contact form .time label {
  margin-right: 0.5em;
}
.contact form .info .mark {
  display: block;
}
.contact form .info label {
  min-width: 85px;
}
.contact form .info li {
  padding: 0.2em 0;
}
.contact form .info input {
  width: calc(100% - 85px);
}
.contact form .info .left {
  margin-top: 5px;
}
.contact form .info .left li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact form .info .right {
  padding-left: 1em;
}
.contact form .btn-box {
  margin-top: 1em;
}
.contact form .btn-box button {
  min-width: 140px;
  text-align: center;
}

@media screen and (min-width: 2560px) {
  .contact .frame {
    width: 1100px;
    right: -1100px;
  }
}
@media screen and (min-width: 3000px) {
  .contact .frame {
    width: 1400px;
    right: -1400px;
  }
}
@media screen and (max-width: 1280px) {
  .contact .frame {
    width: 700px;
    right: -700px;
  }
  .contact .icon p {
    font-size: 1.4em;
  }
  .contact .icon .contact-btn {
    min-width: 80px;
    padding: 1em 1.2em 2em;
  }
  .contact .icon .social {
    width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contact .frame {
    width: 600px;
    right: -600px;
  }
  .contact .location li {
    margin-bottom: 0.3em;
  }
  .contact .location a {
    display: block;
    line-height: 1.2;
    padding-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .contact .frame {
    width: 530px;
    right: -530px;
  }
}
@media screen and (max-width: 620px) {
  .contact .frame {
    width: 95vw;
    right: -95vw;
  }
  .contact .contact-close {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .contact .title h2 {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .contact .content {
    padding: 3em 2em;
  }
  .contact .contact-close {
    left: -16px;
  }
  .contact .icon p {
    font-size: 1.2em;
  }
  .contact .icon .contact-btn {
    min-width: 70px;
    padding: 0.8em 0.8em 1.3em;
  }
  .contact .icon .social {
    width: 32px;
  }
  .contact .col50 {
    width: 100%;
  }
  .contact form .info .right {
    padding-left: 0;
    margin-top: 0.5em;
  }
  .contact form .location a {
    font-size: 0.9em;
  }
}
/*---------kv-----------------*/
.sec-kv {
  position: relative;
  overflow: hidden;
}
.sec-kv figure {
  position: relative;
  margin-top: 60px;
  width: 100%;
  height: 0;
  padding-top: 43%;
}
.sec-kv figure .main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-kv figure .cover {
  position: absolute;
}
.sec-kv figure .item-1 {
  width: 7%;
  top: 62%;
  left: 82%;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 8s;
  -webkit-animation-name: rotate;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0;
  -moz-animation-duration: 8s;
  -moz-animation-name: rotate;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0;
  -o-animation-duration: 8s;
  -o-animation-name: rotate;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0;
  animation-duration: 8s;
  animation-name: rotate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.sec-kv figure .item-2 {
  width: 10%;
  top: 14%;
  left: 29%;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 1.6s;
  -webkit-animation-name: scale;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-delay: 0;
  -moz-animation-duration: 1.6s;
  -moz-animation-name: scale;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: backwards;
  -o-animation-delay: 0;
  -o-animation-duration: 1.6s;
  -o-animation-name: scale;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: backwards;
  animation-delay: 0;
  animation-duration: 1.6s;
  animation-name: scale;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.sec-kv figure .item-3 {
  width: 7%;
  top: 68%;
  left: 7%;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-delay: 0;
  -moz-animation-duration: 1s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: backwards;
  -o-animation-delay: 0;
  -o-animation-duration: 1s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: backwards;
  animation-delay: 0;
  animation-duration: 1s;
  animation-name: fadeIn;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.sec-kv figure .item-4 {
  width: 8%;
  top: 16%;
  left: 65%;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: swing;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-delay: 0;
  -moz-animation-duration: 1s;
  -moz-animation-name: swing;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: backwards;
  -o-animation-delay: 0;
  -o-animation-duration: 1s;
  -o-animation-name: swing;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: backwards;
  animation-delay: 0;
  animation-duration: 1s;
  animation-name: swing;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.sec-kv figure .item-5 {
  width: 7.6%;
  top: 74%;
  left: 39%;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: swing;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-name: swing;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: backwards;
  -o-animation-delay: 0.5s;
  -o-animation-duration: 1s;
  -o-animation-name: swing;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: backwards;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-name: swing;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.sec-kv figure .item-6 {
  width: 13%;
  top: -7%;
  left: 85%;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: swing;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -moz-animation-name: swing;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: backwards;
  -o-animation-delay: 0.5s;
  -o-animation-duration: 1s;
  -o-animation-name: swing;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: backwards;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-name: swing;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.sec-kv .container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.sec-kv .container > div {
  width: 80%;
  max-width: 45em;
}
.sec-kv .container h1 {
  font-weight: 500;
  font-size: 2.7em;
  margin-bottom: 0.2em;
  margin-top: 8%;
  text-shadow: 0 0 3px #fbf9ef;
}
.sec-kv .container h2 {
  font-size: 1.4em;
  margin-bottom: 8%;
  text-shadow: 0 0 3px #fbf9ef;
}

@media screen and (min-width: 2560px) {
  .sec-kv .container h1 {
    font-size: 3.2em;
  }
  .sec-kv .container h2 {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 1440px) {
  .sec-kv .container h1 {
    font-size: 2.4em;
  }
  .sec-kv .container h2 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1024px) {
  .sec-kv figure {
    width: 140%;
    margin-left: -20%;
    padding-top: 60%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec-kv figure {
    width: 180%;
    margin-left: -40%;
    padding-top: 80%;
    margin-top: 48px;
  }
}
@media screen and (max-width: 620px) {
  .sec-kv figure {
    width: 220%;
    margin-left: -60%;
    padding-top: 94%;
  }
  .sec-kv .container h2 {
    margin-bottom: 18%;
  }
}
@media screen and (max-width: 480px) {
  .sec-kv figure {
    width: 260%;
    margin-left: -80%;
    padding-top: 110%;
  }
  .sec-kv .container h1 {
    font-size: 2em;
  }
  .sec-kv .container h2 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 425px) {
  .sec-kv figure {
    width: 280%;
    margin-left: -90%;
    padding-top: 130%;
  }
  .sec-kv .container h1 {
    font-size: 2em;
  }
  .sec-kv .container h2 {
    font-size: 1.2em;
  }
}
/*---------about-----------------*/
.sec-about {
  position: relative;
  color: white;
  z-index: 3;
}
.sec-about a {
  position: relative;
  display: block;
  padding: 6em 0 10em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sec-about a .bg {
  position: absolute;
  width: 100%;
  height: 120%;
  top: -10%;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sec-about a:hover .bg {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.sec-about a:hover .more {
  background-image: url("../img/icon/btn-arrow-hover.svg");
}
.sec-about .txt {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  z-index: 3;
}
.sec-about .more {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 3em;
  height: 3em;
  background-size: cover;
  background-image: url("../img/icon/btn-arrow-white.svg");
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media screen and (max-width: 1440px) {
  .sec-about a {
    padding: 4em 0 8em;
  }
}
@media screen and (max-width: 1024px) {
  .sec-about a {
    padding: 3em 0 6em;
  }
}
@media screen and (max-width: 620px) {
  .sec-about a {
    width: 100%;
    padding: 3em 0;
  }
  .sec-about a.left {
    z-index: 2;
    padding-top: 1em;
  }
}
/*---------news-----------------*/
.sec-news {
  position: relative;
  padding: 5em 0;
  overflow: hidden;
}
.sec-news .bg {
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 5%;
}
.sec-news .news-swiper {
  overflow: visible;
  margin-top: 3em;
  padding-bottom: 5em;
  margin-bottom: 2em;
}
.sec-news .swiper-button-next,
.sec-news .swiper-button-prev {
  top: auto;
  bottom: 0;
}
.sec-news .swiper-slide {
  padding: 0 0.6%;
  height: auto;
  -webkit-transform: rotate(-3.5deg);
          transform: rotate(-3.5deg);
}
.sec-news .swiper-slide:nth-child(odd) {
  -webkit-transform: rotate(3.5deg);
          transform: rotate(3.5deg);
}
.sec-news .box {
  position: relative;
  border: 1px solid #ed7741;
  padding: 5%;
  display: block;
  min-height: 100%;
  background-color: white;
}
.sec-news .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ed7741;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: -1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sec-news .box:hover:before {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.sec-news .box:hover .arrow {
  opacity: 1;
}
.sec-news figure {
  position: relative;
  border: 1px solid #ed7741;
  width: 100%;
  height: 0;
  padding-top: 74%;
}
.sec-news figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-news h3 {
  position: relative;
  font-size: 1.1em;
  padding-right: 3em;
}
.sec-news .tag {
  display: inline-block;
  font-size: 0.85em;
  padding: 0.2em 0.3em 0;
  line-height: 1.3;
  margin: 0.8em 0 0.6em;
}
.sec-news .tag.tag-primary {
  color: #ed7741;
  border: 1px solid #ed7741;
}
.sec-news .tag.tag-blue {
  color: #3C4980;
  border: 1px solid #3C4980;
}
.sec-news p {
  font-size: 0.9em;
  margin-bottom: 2em;
}
.sec-news .arrow {
  position: absolute;
  width: 1.6em;
  bottom: 5%;
  right: 6%;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media screen and (max-width: 1280px) {
  .sec-news .news-swiper {
    margin-top: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .sec-news .news-swiper {
    padding-bottom: 2em;
    margin-top: 1em;
  }
}
/*---------room-----------------*/
.sec-room {
  position: relative;
  color: white;
  overflow: hidden;
}
.sec-room a {
  position: relative;
  display: block;
  padding: 6em 0;
  min-height: 80vh;
}
.sec-room a.right .more {
  background-color: #ed7741;
}
.sec-room a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sec-room a:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.sec-room a:hover .more {
  bottom: 0;
}
.sec-room .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-room .txt {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  z-index: 3;
}
.sec-room .more {
  display: block;
  justify-items: end;
  background-color: #fba435;
  position: absolute;
  width: 100%;
  bottom: -5em;
  left: 0;
  padding: 1.5% 5%;
  text-align: right;
  font-size: 1.2em;
  z-index: 4;
  -webkit-transition: all 0.33s 0.1s ease;
  transition: all 0.33s 0.1s ease;
}
.sec-room .more img {
  display: inline-block;
  width: 1em;
  margin-left: 0.5em;
  vertical-align: middle;
  padding-bottom: 0.2em;
}

@media screen and (max-width: 1024px) {
  .sec-room .col50 {
    min-height: 0;
  }
  .sec-room .more {
    bottom: 0;
    font-size: 1.1em;
    width: 100%;
  }
  .sec-room a {
    padding: 4em 0 8em;
  }
}
@media screen and (max-width: 620px) {
  .sec-room .col50 {
    width: 100%;
  }
}
/*---------inst-----------------*/
.sec-inst {
  position: relative;
  overflow: hidden;
  padding: 2em 0 8em;
  border: 1px solid #ddd;
  background-color: #fbfbfb;
}
.sec-inst .bg {
  position: absolute;
  width: 100%;
  left: 0;
  max-width: none !important;
}
.sec-inst .bg.bg-1 {
  top: 33%;
}
.sec-inst .bg.bg-2 {
  top: 36%;
}
.sec-inst .row > .col25 {
  padding: 0 0.7%;
  -webkit-transform: rotate(3.5deg);
          transform: rotate(3.5deg);
}
.sec-inst .row > .col25:nth-child(odd) {
  -webkit-transform: rotate(-3.5deg);
          transform: rotate(-3.5deg);
}
.sec-inst .box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 8% 8% 12%;
  min-height: 100%;
}
.sec-inst h3 {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.sec-inst p {
  font-weight: 500;
  margin-bottom: 0.2em;
}
.sec-inst .detail-list {
  margin-bottom: 2em;
  min-height: 8em;
}
.sec-inst .detail-list li {
  position: relative;
  font-size: 0.9em;
  padding-left: 0.8em;
  margin-bottom: 0.2em;
}
.sec-inst .detail-list li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 1em;
  top: 0.3em;
  left: 0;
  background-color: #fba435;
}
.sec-inst .title-illus .illus {
  width: 10em;
}

@media screen and (max-width: 1280px) {
  .sec-inst h3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1024px) {
  .sec-inst {
    padding: 1em 0 5em;
  }
  .sec-inst .bg {
    width: 250%;
  }
  .sec-inst .box {
    padding: 5% 8% 8%;
  }
  .sec-inst .detail-list {
    min-height: 6em;
  }
  .sec-inst .row > .col25 {
    width: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    padding: 1%;
  }
  .sec-inst .row > .col25:nth-child(odd) {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@media screen and (max-width: 768px) {
  .sec-inst .title-illus .illus {
    width: 8em;
  }
}
@media screen and (max-width: 480px) {
  .sec-inst {
    padding: 1em 0 4em;
  }
  .sec-inst .bg {
    width: 400%;
  }
  .sec-inst .title-illus .illus {
    width: 7em;
  }
  .sec-inst .row > .col25 {
    width: 100%;
  }
  .sec-inst .detail-list {
    min-height: 0;
  }
}
/*---------contact-----------------*/
.sec-contact {
  background-color: #ed7741;
  padding: 6em 0;
}
.sec-contact .right {
  padding-left: 1em;
}
.sec-contact .right .box {
  position: relative;
  background-color: white;
  border: 2px solid #fba435;
  z-index: 2;
  padding: 8% 12%;
}
.sec-contact .right .box:before {
  content: "";
  position: absolute;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ed7741;
  border: 2px solid #fba435;
  z-index: 1;
}
.sec-contact form {
  position: relative;
  z-index: 2;
}
.sec-contact form label {
  color: white;
  display: block;
}

@media screen and (max-width: 1024px) {
  .sec-contact {
    padding: 2em 0 5em;
  }
  .sec-contact .right {
    width: 100%;
    padding-left: 0;
    margin-top: 2em;
  }
  .sec-contact .left {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .sec-contact .col45 {
    width: 47%;
  }
  .sec-contact .right .box {
    padding: 7% 9%;
  }
}
@media screen and (max-width: 480px) {
  .sec-contact .col45 {
    width: 100%;
  }
  .sec-contact .right {
    margin-top: 1em;
  }
  .sec-contact .right .box {
    padding: 7% 9%;
  }
}
/*---------cert-----------------*/
.sec-cert {
  padding: 2em 0;
}
.sec-cert p {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
.sec-cert img {
  width: 60%;
}
.sec-cert li:nth-child(3) img {
  width: 65%;
}

@media screen and (max-width: 1024px) {
  .sec-cert .row {
    max-width: 650px;
  }
  .sec-cert .col20 {
    width: 33.3333%;
    margin: 0.7em 0;
  }
}
@media screen and (max-width: 480px) {
  .sec-cert .row {
    max-width: 320px;
  }
  .sec-cert .col20 {
    width: 50%;
  }
}
.page-about .sec-banner:after {
  background-image: url(../img/banner_bottom_yellow_dark.svg);
}
.page-about .content {
  overflow: hidden;
  position: relative;
  padding: 3em 0 5em;
  background-color: #FBF8EF;
}
.page-about .bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.page-about .tab-content {
  position: relative;
  margin-top: 4em;
}
.page-about .about-swiper figure {
  width: calc(100% - 8.5em);
  margin: 0 auto;
}
.page-about .about-swiper figure img {
  width: 100%;
}
.page-about .content .txt {
  width: calc(100% - 8.5em);
  margin: 0 auto;
}
.page-about .content .txt h3 {
  margin: 2em 0 3em;
}
.page-about .content .txt p {
  padding-bottom: 25em;
  line-height: 1.8;
}
.page-about #about-panel-story .deco-left {
  position: absolute;
  width: 46%;
  right: 100%;
  top: 10%;
}
.page-about #about-panel-story .deco-right {
  position: absolute;
  width: 100%;
  left: 36%;
  bottom: 0;
}
.page-about #about-panel-parents .deco-left {
  position: absolute;
  width: 110%;
  max-width: none !important;
  right: 30%;
  bottom: 0;
}
.page-about #about-panel-parents .deco-right {
  position: absolute;
  width: 60%;
  left: 86%;
  top: 10%;
}

@media screen and (max-width: 1440px) {
  .page-about #about-panel-story .deco-left {
    width: 36%;
    right: 90%;
  }
  .page-about #about-panel-story .deco-right {
    width: 80%;
    left: 35%;
  }
  .page-about #about-panel-parents .deco-left {
    width: 90%;
    right: 34%;
  }
  .page-about #about-panel-parents .deco-right {
    width: 50%;
    left: 80%;
  }
  .page-about .content .txt p {
    padding-bottom: 20em;
  }
}
@media screen and (max-width: 768px) {
  .page-about .about-swiper figure {
    width: 100%;
  }
  .page-about .content .txt {
    width: 100%;
  }
  .page-about .content .txt h3 {
    margin: 2em 0 1em;
  }
  .page-about #about-panel-story .deco-right {
    width: 55%;
    left: 47%;
  }
  .page-about #about-panel-story .deco-left {
    display: none;
  }
  .page-about #about-panel-parents .deco-right {
    width: 51%;
    left: 51%;
    top: auto;
    bottom: 0;
  }
  .page-about #about-panel-parents .deco-left {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .page-about #about-panel-story .deco-right {
    bottom: -7%;
  }
}
@media screen and (max-width: 480px) {
  .page-about .content .txt p {
    padding-bottom: 12em;
  }
}
.page-news-list .content {
  padding: 3em 0 7em;
}
.page-news-list li {
  margin: 2em 0;
}
.page-news-list .box {
  position: relative;
  padding: 1em;
  border: 1px solid #ed7741;
  background-color: white;
}
.page-news-list .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ed7741;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: -1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.page-news-list .box:hover:before {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.page-news-list .box:hover .txt:after {
  opacity: 1;
}
.page-news-list .box figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70%;
}
.page-news-list .box figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-news-list .box .txt {
  position: relative;
  padding-left: 1.5em;
}
.page-news-list .box .txt:after {
  opacity: 0;
  content: "";
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/icon/arrow-primary.svg");
  background-size: cover;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.page-news-list h3 {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}
.page-news-list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* 限制 3 行 */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.page-news-list .tag {
  position: absolute;
  bottom: 0;
  left: 1.5em;
}

@media screen and (max-width: 620px) {
  .page-news-list li {
    margin: 1em 0;
  }
  .page-news-list .photo {
    width: 100%;
  }
  .page-news-list .box {
    max-width: 400px;
    margin: 0 auto;
  }
  .page-news-list .box .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 1em;
  }
  .page-news-list .tag {
    position: relative;
    display: inline-block;
    margin-top: 2em;
    left: auto;
    bottom: auto;
  }
}
.page-news-info .sec-banner .btn {
  margin-top: 1em;
}
.page-news-info .content {
  padding: 3em 0 7em;
}
.page-news-info .title h3 {
  font-size: 1.8em;
  margin: 0.5em 0;
}
.page-news-info .title h4 {
  font-size: 1.3em;
}
.page-news-info .editor-content {
  width: 100%;
}

.page-booking {
  overflow: hidden;
}
.page-booking .sec-banner {
  padding: 16em 0 3em;
}
.page-booking .sec-banner:after {
  background-image: url(../img/banner_bottom_yellow.svg);
}
.page-booking .sec-banner .bg-img {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.page-booking .sec-banner .bg-img.active {
  opacity: 1;
}
.page-booking .filter-tab {
  border-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: none;
}
.page-booking .filter-tab button {
  background-color: white;
  width: 24.4%;
  min-width: 0;
}
.page-booking .filter-tab button.active {
  background-color: #ed7741;
  color: #ed7741;
  font-weight: 500;
  color: white;
}
.page-booking .filter-tab button.active:before {
  display: none;
}
.page-booking .content {
  background-color: #fbf9ef;
}
.page-booking .tab-content {
  padding: 3em 0 7em;
}
.page-booking #about-panel-information strong {
  font-size: 1.2em;
  display: block;
  margin-bottom: 0.7em;
}
.page-booking #about-panel-prices strong.color-primary {
  display: block;
  font-size: 1.2em;
}
.page-booking #about-panel-prices h3 {
  display: inline-block;
  background-color: #3C4980;
  font-weight: 400;
  font-size: 1.05em;
  color: white;
  padding: 0.3em 1em;
  margin-top: 2em;
}
.page-booking #about-panel-prices p {
  line-height: 2;
}
.page-booking #about-panel-prices .note {
  margin-top: 4em;
}
.page-booking #about-panel-prices .note ul {
  padding-left: 1.6em;
  margin-bottom: 0.7em;
}
.page-booking #about-panel-prices .price-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6.5em 0 6em;
}
.page-booking #about-panel-prices .price-list li {
  position: relative;
}
.page-booking #about-panel-prices .price-list li:hover .bubble {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-booking #about-panel-prices .price-list .bg {
  position: absolute;
  width: 92%;
  max-width: none !important;
  top: -12%;
  left: 4%;
}
.page-booking #about-panel-prices .price-list .bubble {
  position: absolute;
  width: 25%;
  bottom: 114%;
  right: 0;
  opacity: 0;
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: swing;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: backwards;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: swing;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: backwards;
  -o-animation-delay: 0;
  -o-animation-duration: 0.6s;
  -o-animation-name: swing;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: backwards;
  animation-delay: 0;
  animation-duration: 0.6s;
  animation-name: swing;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.page-booking #about-panel-prices .price-list p {
  color: #3C4980;
  font-size: 1.35em;
  font-weight: 500;
  padding: 0.2em 0;
  border-bottom: 1px solid #3C4980;
  max-width: 220px;
  margin: 0 auto;
}
.page-booking #about-panel-prices .price-list p:last-child {
  border-bottom: 0;
}
.page-booking #about-panel-prices .btn-row {
  margin-top: 3em;
}
.page-booking #about-panel-tours {
  position: relative;
}
.page-booking #about-panel-tours .bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.page-booking #about-panel-tours .box {
  position: relative;
  margin-top: 12%;
  border: 2px solid #ed7741;
  border-radius: 1em;
  color: #ed7741;
}
.page-booking #about-panel-tours .box.box-top .deco-right {
  position: absolute;
  width: 44%;
  left: 95%;
  bottom: -10%;
}
.page-booking #about-panel-tours .box.box-bottom {
  margin-top: 24%;
}
.page-booking #about-panel-tours .box.box-bottom .deco-left {
  position: absolute;
  width: 75%;
  left: -18%;
  top: 105%;
}
.page-booking #about-panel-tours .title-row {
  position: relative;
  padding-bottom: 13%;
}
.page-booking #about-panel-tours .title-row .could {
  position: absolute;
  width: 108%;
  max-width: none !important;
  left: -4%;
  bottom: 0;
}
.page-booking #about-panel-tours .title-row h2 {
  position: relative;
  z-index: 2;
  color: white;
}
.page-booking #about-panel-tours .illustrate-row {
  padding: 1.5em;
}
.page-booking #about-panel-tours .prize-row {
  text-align: center;
}
.page-booking #about-panel-tours .prize-row .left {
  border-right: 2px solid #ed7741;
}
.page-booking #about-panel-tours .prize-row strong {
  display: block;
  font-weight: 500;
  font-size: 1.6em;
  padding: 0.5em;
  border-top: 2px solid #ed7741;
}
.page-booking #about-panel-tours .prize-row p {
  padding: 1em;
  font-weight: 500;
  font-size: 1.3em;
  border-top: 2px solid #ed7741;
}
.page-booking #about-panel-tours .btn-row {
  margin-top: 3em;
  padding-bottom: 10em;
}
.page-booking #about-panel-services {
  position: relative;
}
.page-booking #about-panel-services .btn-row {
  margin-top: 2em;
}
.page-booking #about-panel-services .bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10%;
}
.page-booking #about-panel-services .content > ul {
  border-radius: 1em;
  overflow: hidden;
  border: 1px solid #3C4980;
}
.page-booking #about-panel-services h3 {
  background-color: #3C4980;
  text-align: center;
  color: white;
  padding: 0.5em;
}
.page-booking #about-panel-services .detail {
  padding: 0 1em 2em;
  max-width: 32em;
  margin: 0 auto;
}
.page-booking #about-panel-services p {
  color: #3C4980;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1em;
}
.page-booking #about-panel-services .list-disc li {
  font-size: 1.25em;
  color: #3C4980;
}
.page-booking #about-panel-services strong {
  font-weight: 500;
}
.page-booking #about-panel-services span {
  font-size: 0.84em;
}

@media screen and (min-width: 2560px) {
  .page-booking #about-panel-prices .price-list p {
    max-width: 250px;
  }
}
@media screen and (min-width: 3000px) {
  .page-booking #about-panel-prices .price-list p {
    max-width: 340px;
  }
}
@media screen and (max-width: 1280px) {
  .page-booking #about-panel-prices .w1200 {
    max-width: 830px;
  }
  .page-booking #about-panel-prices .price-list .bg {
    width: 96%;
    top: -4%;
    left: 2%;
  }
  .page-booking #about-panel-prices .price-list p {
    max-width: 180px;
  }
  .page-booking #about-panel-tours .btn-row {
    padding-bottom: 5em;
  }
  .page-booking #about-panel-tours .box.box-top .deco-right {
    width: 35%;
    left: 89%;
  }
  .page-booking #about-panel-tours .box.box-bottom .deco-left {
    width: 64%;
  }
}
@media screen and (max-width: 1024px) {
  .page-booking #about-panel-prices .w1200 {
    max-width: 740px;
  }
  .page-booking #about-panel-prices .price-list {
    margin: 5.5em 0 3em;
  }
  .page-booking #about-panel-prices .price-list .bubble {
    opacity: 1;
  }
  .page-booking #about-panel-prices .price-list .bg {
    top: -4%;
  }
  .page-booking #about-panel-prices .price-list p {
    font-size: 1.1em;
    max-width: 150px;
  }
  .page-booking #about-panel-tours .w840 {
    max-width: 600px;
  }
  .page-booking #about-panel-tours .title-row .could {
    bottom: 0.7em;
  }
  .page-booking #about-panel-tours .box.box-top .deco-right {
    left: 95%;
  }
}
@media screen and (max-width: 768px) {
  .page-booking .tab-content {
    padding: 3em 0 5em;
  }
  .page-booking #about-panel-prices .price-list {
    margin: 1.5em 0 1em;
  }
  .page-booking #about-panel-prices .price-list li {
    width: 100%;
    max-width: 330px;
    margin: 3em auto;
  }
  .page-booking #about-panel-prices .price-list .bg {
    width: 88%;
    top: -20%;
    left: 6%;
  }
  .page-booking #about-panel-prices .price-list p {
    font-size: 1.3em;
    max-width: 180px;
  }
  .page-booking #about-panel-prices .price-list .bubble {
    width: 17%;
    bottom: 100%;
  }
}
@media screen and (max-width: 620px) {
  .page-booking #about-panel-tours .title-row .could {
    bottom: 0.9em;
  }
  .page-booking #about-panel-tours .btn-row {
    padding-bottom: 3em;
  }
  .page-booking #about-panel-tours .box.box-top .deco-right {
    display: none;
  }
  .page-booking #about-panel-tours .illustrate-row {
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-booking .tab-content {
    padding: 3em 0 4em;
  }
  .page-booking .filter-tab button {
    width: 49%;
    margin-top: 0.5em;
  }
  .page-booking #about-panel-tours h2 {
    font-size: 1.6em;
  }
  .page-booking #about-panel-tours .title-row .could {
    bottom: 17%;
  }
  .page-booking #about-panel-tours .prize-row strong {
    font-size: 1.4em;
  }
  .page-booking #about-panel-tours .prize-row p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 375px) {
  .page-booking #about-panel-prices .price-list li {
    width: 280px;
    margin: 2em 0;
  }
  .page-booking #about-panel-prices .price-list li .bg {
    top: -8%;
  }
}
.page-transportation .sec-banner:after {
  background-image: url(../img/banner_bottom_yellow.svg);
}
.page-transportation .content {
  padding: 3em 0 7em;
  background-color: #fbf9ef;
}
.page-transportation strong.color-primary {
  font-size: 1.2em;
  display: block;
  margin-bottom: 3em;
}
.page-transportation .park {
  display: inline-block;
  background-color: #ed7741;
  color: white;
  border-radius: 5px;
  font-size: 1.2em;
  padding: 0.2em 0.7em;
  margin-bottom: 1em;
}
.page-transportation .note strong {
  display: block;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.page-transportation .note p {
  padding-left: 1.4em;
}
.page-transportation .detail-list .faq-q {
  background-color: #ed7741;
}
.page-transportation .detail-list .faq-a {
  padding: 1.4em 1.6em 1.5em;
}
.page-transportation .detail-list .tag {
  display: inline-block;
  background-color: #888;
  color: white;
  margin-bottom: 0.4em;
  font-size: 1.05em;
  padding: 0.3em 0.7em;
}
.page-transportation .detail-list .time {
  margin-bottom: 1em;
}
.page-transportation .detail-list .time span {
  display: inline-block;
  margin-right: 1em;
  font-size: 0.95em;
}

@media screen and (max-width: 480px) {
  .page-transportation strong.color-primary {
    margin-bottom: 1.5em;
  }
  .page-transportation .note p {
    padding-left: 0;
  }
  .page-transportation .detail-list .tag {
    font-size: 1em;
  }
}
.page-room-list .filter-tab {
  max-width: 840px;
}
.page-room-list .room-list li {
  margin: 7em 0;
}
.page-room-list .room-list li:nth-child(even) a {
  margin-left: 0;
  margin-right: -3%;
}
.page-room-list .room-list figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 47%;
}
.page-room-list .room-list figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-room-list .room-list a {
  width: 33%;
  margin-left: -3%;
  background-color: rgba(245, 245, 245, 0.8);
  z-index: 2;
  padding: 4em 2em;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.page-room-list .room-list a h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-bottom: 1em;
  font-size: 1.6em;
}
.page-room-list .room-list a h3:before {
  position: absolute;
  content: "";
  top: 78%;
  left: -0.3em;
  width: 1.8em;
  height: 0.5em;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-image: url("../img/icon/line-secondary.svg");
}
.page-room-list .room-list a h3 img {
  width: 1em;
  margin-left: 0.5em;
}
.page-room-list .room-list a p {
  font-size: 0.9em;
}
.page-room-list .room-list a:hover {
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}

.page-room-info .content {
  padding: 3em 0 7em;
}
.page-room-info h3 {
  font-size: 1.8em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.6em;
  margin-top: 2em;
}
.page-room-info .editor-contet {
  padding-top: 2em;
  margin-bottom: 4em;
}
.page-room-info .room-swiper figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
}
.page-room-info .room-swiper figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-room-info .room-swiper-thumbs {
  margin-top: 1em;
}
.page-room-info .room-swiper-thumbs figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}
.page-room-info .room-swiper-thumbs figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-room-info .room-swiper-thumbs .swiper-slide {
  border: 2px solid white;
  cursor: pointer;
}
.page-room-info .room-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #ed7741;
  cursor: default;
}
.page-room-info .room-swiper-button-prev {
  left: -4em;
}
.page-room-info .room-swiper-button-next {
  right: -4em;
}
.page-room-info .room-swiper-pagination {
  bottom: -25px;
}
.page-room-info .room-swiper-pagination .swiper-pagination-bullet {
  background-color: #fba435;
}

@media screen and (max-width: 1280px) {
  .page-room-list .room-list a {
    padding: 2em 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  .page-room-list .room-list li {
    margin: 5em 0;
  }
  .page-room-list .room-list figure {
    padding-top: 60%;
  }
}
@media screen and (max-width: 768px) {
  .page-room-list .room-list li {
    margin: 2em 0;
  }
  .page-room-list .room-list .col70 {
    width: 100%;
  }
  .page-room-list .room-list a {
    width: 100%;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 480px) {
  .page-room-info .room-swiper-thumbs {
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 375px) {
  .page-room-list .room-list a {
    padding: 1.5em 1em;
  }
}
.page-privacy .content {
  padding: 7em 0 5em;
}

html[lang=en] h2, html[lang=en] .h2 {
  letter-spacing: 0.03em;
  line-height: 1.4;
}
html[lang=en] h3, html[lang=en] .h3 {
  letter-spacing: 0.01em;
}
html[lang=en] p, html[lang=en] small, html[lang=en] strong, html[lang=en] a, html[lang=en] li, html[lang=en] label, html[lang=en] input, html[lang=en] legend, html[lang=en] select {
  letter-spacing: 0.015em;
  font-weight: 300;
}
html[lang=en] b {
  font-weight: 400;
}
html[lang=en] #navbar .navbar-menu > li {
  margin: 0 0.2em;
}
html[lang=en] #navbar .navbar-submenu a {
  margin-right: 0.5em;
  font-size: 0.9em;
}
html[lang=en] #navbar .navbar-submenu label {
  font-weight: 400;
  font-size: 1em;
}
html[lang=en] #footer .footer-left {
  max-width: 300px;
}
html[lang=en] #footer .footer-right ul li {
  margin-left: 1.5em;
}
html[lang=en] .sec-inst h3 {
  font-size: 1.2em;
}
html[lang=en] .sec-inst p {
  font-weight: 300;
  font-size: 0.95em;
}
html[lang=en] .sec-inst .detail-list {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
html[lang=en] .page-booking .filter-tab button {
  font-size: 1.2em;
}
html[lang=en] .page-booking #about-panel-prices .price-list p {
  font-size: 1.25em;
  line-height: 1.3;
}

@media screen and (max-width: 1440px) {
  html[lang=en] #navbar .navbar-submenu:before {
    top: 60px;
  }
  html[lang=en] #footer .footer-left {
    max-width: 260px;
  }
}
@media screen and (max-width: 1280px) {
  html[lang=en] #navbar .navbar-menu > li a {
    font-size: 0.83em;
  }
  html[lang=en] #navbar .navbar-submenu:before {
    top: 50px;
  }
  html[lang=en] #footer .footer-right {
    width: 100%;
  }
  html[lang=en] #footer .footer-left {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 1024px) {
  html[lang=en] #navbar .navbar-menu > li a {
    font-size: 1.1em;
  }
  html[lang=en] .page-booking #about-panel-prices .price-list p {
    font-size: 1.05em;
  }
}
@media screen and (max-width: 768px) {
  html[lang=en] .page-booking #about-panel-prices .price-list p {
    font-size: 1.2em;
  }
}
/*# sourceMappingURL=style.css.map */