@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700|Noto+Serif+TC:400,500,600,700|Oswald:400,500,600,700|Roboto+Condensed:400,700|Roboto:400,500,700&display=swap&subset=chinese-traditional");
@import url("css/plugins/bootstrap.css");
/* -------------------------------------------
 *  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, address, fieldset, legend {
  display: block; }

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  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"] {
  user-select: none; }

b, strong {
  font-weight: 700; }

i, em {
  font-style: italic; }

s, strike {
  text-decoration: line-through; }

ul {
  margin-left: 1.15em; }

ol {
  margin-left: 1.5em; }

img {
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-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 {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  border-radius: 0; }

button, input {
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none; }

button, select {
  text-transform: none; }

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

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-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, fieldset, legend {
  margin: 0;
  padding: 0; }

*, *:focus {
  outline: 0; }

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

@-webkit-keyframes jump {
  0% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes jump {
  0% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes jump {
  0% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes jump {
  0% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes jump {
  0% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/* -------------------------------------------
 *  basic
 * ------------------------------------------ */
html, body {
  margin: 0;
  padding: 0;
  width: 100%; }

html {
  height: 100%; }
  html.body-fixed {
    overflow: hidden; }

body {
  background-color: #ffffff;
  overflow: visible;
  color: #000000;
  font-family: "Noto Sans TC", "Helvetica", "Arial", "Heiti TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

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

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

.hidden {
  display: none; }

/* -------------------------------------------
 *  shown / hidden
 * ------------------------------------------ */
@media screen and (min-width: 1200px) {
  .shown-1199 {
    display: none; } }

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

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

@media screen and (min-width: 480px) {
  .shown-479 {
    display: none; } }

@media screen and (max-width: 1199px) {
  .hidden-1199 {
    display: none; } }

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

/* -------------------------------------------
 *  typograpy
 * ------------------------------------------ */
.ff-sans {
  font-family: "Noto Sans TC", "Helvetica", "Arial", "Heiti TC", "Microsoft JhengHei", sans-serif; }

.ff-serif {
  font-family: "Noto Serif TC", "Times", "Times New Roman", serif; }

.f18 {
  font-size: 18px; }

.f24 {
  font-size: 24px; }

.f28 {
  font-size: 28px; }

.f32 {
  font-size: 32px; }

.f36 {
  font-size: 36px; }

.f42 {
  font-size: 42px; }

.t-laser {
  color: #CFAD70; }

.t-twine {
  color: #BD8651; }

.t-tan {
  color: #CDAF7C; }

.t-calico {
  color: #DEBB85; }

.t-mandalay {
  color: #AD7D1F; }

.t-ab {
  color: #CB9F75; }

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

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

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

.fw-700 {
  font-weight: 700; }

.fw-600 {
  font-weight: 600; }

.fw-500 {
  font-weight: 500; }

.lh-100 {
  line-height: 1; }

.lh-125 {
  line-height: 1.25; }

.lh-150 {
  line-height: 1.5; }

.lh-175 {
  line-height: 1.75; }

.lh-200 {
  line-height: 2; }

.ls-005 {
  letter-spacing: 0.05em; }

.ls-01 {
  letter-spacing: 0.1em; }

/* -------------------------------------------
 *  hgroups
 * ------------------------------------------ */
.hg {
  text-align: center;
  line-height: 1.15; }
  .hg.t-left {
    text-align: left; }
  .hg.t-right {
    text-align: right; }
  @media screen and (max-width: 1399px) {
    .hg .f24 {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .hg .f24 {
      font-size: 18px; } }
  @media screen and (max-width: 1399px) {
    .hg .f28 {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    .hg .f28 {
      font-size: 22px; } }
  @media screen and (max-width: 1399px) {
    .hg .f32 {
      font-size: 28px; } }
  @media screen and (max-width: 767px) {
    .hg .f32 {
      font-size: 24px; } }
  @media screen and (max-width: 1399px) {
    .hg .f36 {
      font-size: 32px; } }
  @media screen and (max-width: 767px) {
    .hg .f36 {
      font-size: 28px; } }
  @media screen and (max-width: 1399px) {
    .hg .f42 {
      font-size: 35px; } }
  @media screen and (max-width: 767px) {
    .hg .f42 {
      font-size: 28px; } }

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

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

/* ------------------------------------------
 *  images
 * ----------------------------------------- */
.pic img {
  display: block;
  width: 100%; }

.pic-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

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

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

.icon {
  display: block; }
  .icon svg, .icon img {
    display: block; }
  .icon:not(.not-fs) svg {
    width: 1em;
    height: 1em; }

img.svg {
  opacity: 0; }

/* ------------------------------------------
 *  videos
 * ----------------------------------------- */
.if-wrapper {
  position: relative;
  padding-bottom: 56.25%; }
  .if-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 !important; }

/* -------------------------------------------
 *  buttons
 * ------------------------------------------ */
.btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  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;
  overflow: hidden;
  line-height: 1;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }
  .btn .btn-inner {
    position: relative;
    display: block; }
  .btn.w150 {
    min-width: 150px;
    padding: 0 20px; }
  .btn.h50 {
    height: 50px; }
    .btn.h50.btn-rounded {
      height: 50px;
      border-radius: 50px; }
  .btn.h40 {
    height: 40px; }
    .btn.h40.btn-rounded {
      height: 40px;
      border-radius: 40px; }
  .btn.btn-inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .btn.btn-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .btn.btn-circle {
    border-radius: 50%;
    overflow: hidden; }
    .btn.btn-circle.w40 {
      width: 40px;
      height: 40px; }
  .btn.fill-da {
    background-color: #93806C;
    color: #ffffff;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .btn.fill-da:not(.no-hover):hover {
      background-color: #CB9F75; }
  .btn.fill-ab {
    background-color: #CB9F75;
    color: #ffffff;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .btn.fill-ab:not(.no-hover):hover {
      background-color: #DEBB85; }
  .btn.border-ab {
    border: 1px solid #CB9F75;
    color: #CB9F75;
    -moz-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
    .btn.border-ab:hover {
      color: #ffffff;
      background-color: #CB9F75; }

/* -------------------------------------------
 *  plugins
 * ------------------------------------------ */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -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; }

.slick-item {
  display: block !important; }

.slick-arrow {
  position: absolute;
  z-index: 5; }
  .slick-arrow .btn {
    font-size: 40px; }
    .slick-arrow .btn svg {
      width: 1em;
      height: 1em; }
    @media screen and (min-width: 992px) {
      .slick-arrow .btn:hover {
        color: #ffffff; } }
  .slick-arrow.slick-prev {
    left: 0; }
    .slick-arrow.slick-prev svg {
      margin-right: 0.1em; }
  .slick-arrow.slick-next {
    right: 0; }
    .slick-arrow.slick-next svg {
      margin-left: 0.1em; }

.slick-dots {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  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; }
  .slick-dots li + li {
    margin-left: 10px; }
  .slick-dots li button {
    display: block;
    -moz-transition: background-color, width;
    -o-transition: background-color, width;
    -webkit-transition: background-color, width;
    transition: background-color, width;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }

.parallax-mirror {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }

/* ------------------------------------------
 *  editor
 * ----------------------------------------- */
.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-top: 1rem;
  margin-bottom: 1rem; }
.editor-style *:first-child {
  margin-top: 0 !important; }
.editor-style *:last-child {
  margin-bottom: 0 !important; }
.editor-style ul {
  margin-left: 1em; }

.editor {
  font-size: 16px;
  line-height: 1.75; }
  .editor section {
    margin: 3em 0; }
    @media screen and (max-width: 479px) {
      .editor section {
        margin: 1.5em 0; } }
  .editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
    line-height: 1.3; }
  .editor h1 {
    font-size: 2.5em; }
    @media screen and (max-width: 479px) {
      .editor h1 {
        font-size: 1.75em; } }
  .editor h2 {
    font-size: 2em; }
    @media screen and (max-width: 479px) {
      .editor h2 {
        font-size: 1.5em; } }
  .editor h3 {
    font-size: 1.75em; }
    @media screen and (max-width: 479px) {
      .editor h3 {
        font-size: 1.25em; } }
  .editor h4 {
    font-size: 1.5em; }
    @media screen and (max-width: 479px) {
      .editor h4 {
        font-size: 1.2em; } }
  .editor h5 {
    font-size: 1.25em; }
    @media screen and (max-width: 479px) {
      .editor h5 {
        font-size: 1.15em; } }
  .editor h6 {
    font-size: 1.1em; }
  .editor a {
    word-break: break-all; }
    .editor a:hover {
      color: #BD8651; }
  .editor img {
    display: inline-block;
    vertical-align: top; }

/* -------------------------------------------
 *  common
 * ------------------------------------------ */
.article-list .list-item + .list-item {
  margin-top: 70px; }
.article-list .list-item .content .content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  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; }
.article-list .list-item .content .head .date {
  font-size: 16px; }
  .article-list .list-item .content .head .date + .title {
    margin-top: 15px; }
.article-list .list-item .content .head .title {
  font-size: 22px; }
.article-list .list-item .content .summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 5.25em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 25px;
  font-size: 16px;
  color: #4D4D4D; }
.article-list .list-item .content .button {
  margin-top: 35px; }
@media screen and (min-width: 1200px) {
  .article-list .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .article-list .list-item .pic {
      position: relative;
      z-index: 2;
      border-radius: 20px;
      overflow: hidden; } }
    @media screen and (min-width: 1200px) and (min-width: 1400px) {
      .article-list .list-item .pic {
        margin-bottom: 70px; } }
    @media screen and (min-width: 1200px) and (max-width: 1399px) {
      .article-list .list-item .pic {
        margin-bottom: 50px; } }
@media screen and (min-width: 1200px) {
    .article-list .list-item .content {
      position: relative; }
      .article-list .list-item .content::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        display: block;
        border-radius: 20px;
        background-color: #ffffff; }
      .article-list .list-item .content .content-inner {
        position: relative;
        z-index: 1;
        width: 100%; } }
      @media screen and (min-width: 1200px) and (min-width: 1400px) {
        .article-list .list-item .content .content-inner {
          min-height: 450px; } }
      @media screen and (min-width: 1200px) and (max-width: 1399px) {
        .article-list .list-item .content .content-inner {
          padding: 75px 50px; } }
@media screen and (min-width: 1200px) {
    .article-list .list-item:nth-child(odd) .content::before {
      left: -200px;
      right: 0; } }
    @media screen and (min-width: 1200px) and (max-width: 1399px) {
      .article-list .list-item:nth-child(odd) .content::before {
        left: -150px; } }
  @media screen and (min-width: 1200px) and (min-width: 1400px) {
    .article-list .list-item:nth-child(odd) .content .content-inner {
      padding-left: 85px;
      padding-right: 120px; } }
@media screen and (min-width: 1200px) {
    .article-list .list-item:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .article-list .list-item:nth-child(even) .content::before {
        left: 0;
        right: -200px; } }
      @media screen and (min-width: 1200px) and (max-width: 1399px) {
        .article-list .list-item:nth-child(even) .content::before {
          right: -150px; } }
    @media screen and (min-width: 1200px) and (min-width: 1400px) {
      .article-list .list-item:nth-child(even) .content .content-inner {
        padding-left: 120px;
        padding-right: 85px; } }

@media screen and (max-width: 1199px) {
  .article-list .list-item {
    border-radius: 20px;
    overflow: hidden; }
    .article-list .list-item .pic, .article-list .list-item .content {
      visibility: inherit;
      -webkit-animation: none;
      -moz-animation: none;
      -o-animation: none;
      -ms-animation: none;
      animation: none; }
    .article-list .list-item .content {
      background-color: #ffffff; }
      .article-list .list-item .content .content-inner {
        max-width: 475px;
        margin: 0 auto;
        padding: 50px; } }
@media screen and (max-width: 767px) {
  .article-list .list-item + .list-item {
    margin-top: 35px; } }
@media screen and (max-width: 479px) {
  .article-list .list-item .content .content-inner {
    padding: 35px 25px; }
  .article-list .list-item .content .head .date {
    font-size: 14px; }
    .article-list .list-item .content .head .date + .title {
      margin-top: 10px; }
  .article-list .list-item .content .head .title {
    font-size: 20px; }
  .article-list .list-item .content .summary, .article-list .list-item .content .button .btn {
    font-size: 15px; }
  .article-list .list-item .content .summary {
    margin-top: 20px; }
  .article-list .list-item .content .button {
    margin-top: 25px; } }

.article-wrapper {
  padding: 40px 150px 60px;
  background-color: #ffffff; }
  @media screen and (max-width: 1399px) {
    .article-wrapper {
      padding: 40px 50px 60px; } }
  @media screen and (max-width: 767px) {
    .article-wrapper {
      padding: 25px; } }
  @media screen and (max-width: 479px) {
    .article-wrapper {
      padding: 35px 20px;
      -webkit-animation: none;
      -moz-animation: none;
      -o-animation: none;
      -ms-animation: none;
      animation: none;
      visibility: inherit; } }
  .article-wrapper .article-head {
    display: -webkit-box;
    display: -webkit-flex;
    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; }
    .article-wrapper .article-head .icon svg {
      width: inherit;
      height: inherit; }
    .article-wrapper .article-head .label {
      width: 90px;
      height: 90px;
      padding: 0 25px;
      background-color: #DEBB85;
      color: #ffffff;
      font-size: 18px;
      line-height: 1.35;
      letter-spacing: 0.05em; }
    .article-wrapper .article-head .title {
      margin-top: 25px;
      font-size: 32px; }
    .article-wrapper .article-head .date {
      margin-top: 15px; }
    @media screen and (max-width: 1399px) {
      .article-wrapper .article-head .title {
        font-size: 28px; } }
    @media screen and (max-width: 767px) {
      .article-wrapper .article-head .icon svg {
        width: auto;
        height: 65px; }
      .article-wrapper .article-head .title {
        margin-top: 15px;
        font-size: 24px; }
      .article-wrapper .article-head .date {
        margin-top: 10px; } }
  .article-wrapper .article-body, .article-wrapper .article-foot {
    color: #4D4D4D; }
  .article-wrapper .article-body {
    margin-top: 40px; }
    .article-wrapper .article-body .pic + .editor {
      margin-top: 45px; }
      @media screen and (max-width: 767px) {
        .article-wrapper .article-body .pic + .editor {
          margin-top: 25px; } }
  .article-wrapper .article-foot {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #CDAF7C; }
  .article-wrapper + .button {
    padding: 75px 0; }
    @media screen and (max-width: 1199px) {
      .article-wrapper + .button {
        padding: 50px 0; } }
    @media screen and (max-width: 767px) {
      .article-wrapper + .button {
        padding: 35px 0; } }

.article-nav .arrow {
  position: absolute; }
  .article-nav .arrow a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .article-nav .arrow a .btn {
      width: 50px;
      height: 50px; }
      .article-nav .arrow a .btn svg {
        stroke-width: 1px;
        width: 30px;
        height: 30px; }
    .article-nav .arrow a:hover .btn {
      color: #ffffff;
      background-color: #CB9F75; }
  .article-nav .arrow.prev {
    left: 0; }
    .article-nav .arrow.prev a .btn {
      padding-right: 10px;
      border-left: none;
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px; }
      .article-nav .arrow.prev a .btn + span {
        margin-left: 15px; }
  .article-nav .arrow.next {
    right: 0; }
    .article-nav .arrow.next a {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .article-nav .arrow.next a .btn {
        padding-left: 10px;
        border-right: none;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px; }
        .article-nav .arrow.next a .btn + span {
          margin-right: 15px; }
  @media screen and (max-width: 1399px) {
    .article-nav .arrow a span {
      display: none; } }
  @media screen and (min-width: 1200px) {
    .article-nav .arrow {
      top: calc(50% - 25px); }
      .article-nav .arrow.sticky {
        position: fixed; } }
  @media screen and (max-width: 1199px) {
    .article-nav .arrow {
      bottom: 120px; } }
  @media screen and (max-width: 767px) {
    .article-nav .arrow {
      bottom: 35px; } }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  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;
  margin-top: 80px; }
  @media screen and (max-width: 1199px) {
    .pagination {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    .pagination {
      margin-top: 35px; } }
  .pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    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; }
  .pagination .arrow {
    color: #B2B2B2;
    font-size: 12px; }
    .pagination .arrow ul li {
      display: -webkit-box;
      display: -webkit-flex;
      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; }
    .pagination .arrow a:hover {
      color: #BD8651; }
  .pagination .jump {
    margin: 0 15px; }
    .pagination .jump ul li + li {
      margin-left: 10px; }
    .pagination .jump ul li .btn {
      width: 42px;
      height: 42px;
      background-color: #ffffff;
      border: 1px solid #D9D9D9;
      color: #999999;
      font-family: "Roboto", sans-serif;
      -moz-transition-property: background-color, border-color, color;
      -o-transition-property: background-color, border-color, color;
      -webkit-transition-property: background-color, border-color, color;
      transition-property: background-color, border-color, color;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -moz-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease; }
      .pagination .jump ul li .btn:hover {
        background-color: #DEBB85;
        border-color: #DEBB85;
        color: #ffffff; }
    .pagination .jump ul li.current .btn {
      color: #ffffff;
      background-color: #CB9F75;
      border-color: #CB9F75; }
  @media screen and (max-width: 767px) {
    .pagination .arrow ul li {
      width: 30px; }
    .pagination .jump {
      margin: 0 10px; }
      .pagination .jump ul li + li {
        margin-left: 5px; }
      .pagination .jump ul li .btn {
        width: 32px;
        height: 32px;
        font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .pagination .jump {
      margin: 0 5px; }
      .pagination .jump ul li + li {
        margin-left: 2px; } }

/* -------------------------------------------
 *  layout
 * ------------------------------------------ */
@media screen and (min-width: 992px) {
  .main {
    margin-top: 90px; } }
@media screen and (max-width: 991px) {
  .main {
    margin-top: 65px; } }

.wp {
  overflow: hidden; }

.container {
  width: calc(100% - 110px);
  max-width: 1600px;
  margin: 0 auto; }
  .container.c-md {
    max-width: 1400px; }
  .container.c-sm {
    max-width: 1250px; }
  @media screen and (max-width: 1599px) {
    .container {
      width: calc(100% - 100px); } }
  @media screen and (max-width: 767px) {
    .container {
      width: calc(100% - 50px); } }
  @media screen and (max-width: 479px) {
    .container {
      width: calc(100% - 40px); } }

/* -------------------------------------------
 *  header
 * ------------------------------------------ */
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 1399px) and (min-width: 768px) {
    .header .header-inner {
      width: calc(100% - 50px); } }
  @media screen and (max-width: 991px) {
    .header .header-inner {
      display: -webkit-box;
      display: -webkit-flex;
      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;
      height: 65px; } }
  @media screen and (min-width: 992px) {
    .header .logo {
      position: absolute;
      height: 90px;
      padding: 15px 0; } }
  @media screen and (max-width: 991px) {
    .header .logo {
      height: 65px;
      padding: 10px 0; } }
  .header .logo a, .header .logo img {
    display: block;
    height: 100%; }
  .header .menu .mainlinks .ml-tt {
    line-height: 1; }
  .header .buttons ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header .buttons .btn {
    color: #ffffff; }
  .header.hide-social .buttons {
    display: none; }
  @media screen and (min-width: 992px) {
    .header .side {
      display: none; }
    .header .menu .menu-inner {
      display: -webkit-box;
      display: -webkit-flex;
      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;
      height: 90px;
      padding-bottom: 15px; } }
  @media screen and (min-width: 992px) and (min-width: 1200px) {
    .header .menu .menu-inner::before {
      content: "";
      display: block;
      width: 215px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .header .menu .menu-inner {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media screen and (min-width: 992px) {
    .header .menu .mainlinks > ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding-bottom: 5px; }
      .header .menu .mainlinks > ul > li {
        position: relative;
        padding: 0 25px; } }
    @media screen and (min-width: 992px) and (max-width: 1399px) {
      .header .menu .mainlinks > ul > li {
        padding: 0 20px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .header .menu .mainlinks > ul > li {
        padding: 0 15px; } }
  @media screen and (min-width: 992px) {
        .header .menu .mainlinks > ul > li + li::before {
          content: "";
          position: absolute;
          top: calc(50% - 10px);
          left: -0.5px;
          display: block;
          width: 1px;
          height: 20px;
          background-color: #D9D9D9; }
    .header .menu .mainlinks .ml-tt {
      font-size: 18px;
      text-align: center;
      letter-spacing: 0.1em;
      white-space: nowrap; } }
  @media screen and (min-width: 992px) and (max-width: 1399px) {
    .header .menu .mainlinks .ml-tt {
      font-size: 17px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .header .menu .mainlinks .ml-tt {
      font-size: 16px; } }
  @media screen and (min-width: 992px) {
      .header .menu .mainlinks .ml-tt a {
        display: block; }
        .header .menu .mainlinks .ml-tt a::after {
          content: "";
          position: absolute;
          left: 25px;
          right: 25px;
          bottom: -20px;
          display: block;
          height: 0;
          background-color: #CB9F75;
          -moz-transition: height 0.3s ease;
          -o-transition: height 0.3s ease;
          -webkit-transition: height 0.3s ease;
          transition: height 0.3s ease; } }
      @media screen and (min-width: 992px) and (max-width: 1399px) {
        .header .menu .mainlinks .ml-tt a::after {
          left: 20px;
          right: 20px; } }
      @media screen and (min-width: 992px) and (max-width: 1199px) {
        .header .menu .mainlinks .ml-tt a::after {
          left: 15px;
          right: 15px; } }
  @media screen and (min-width: 992px) {
        .header .menu .mainlinks .ml-tt a:hover {
          color: #BD8651; }
          .header .menu .mainlinks .ml-tt a:hover::after {
            height: 5px; }
    .header .menu .mainlinks .current .ml-tt a {
      color: #BD8651; }
      .header .menu .mainlinks .current .ml-tt a::after {
        height: 5px; }
    .header .menu .mainlinks .ml-sm {
      display: none !important; }
    .header .menu .buttons {
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; } }
  @media screen and (min-width: 992px) and (min-width: 1200px) {
    .header .menu .buttons {
      padding-top: 20px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .header .menu .buttons {
      position: absolute;
      top: 15px;
      right: 40px; } }
  @media screen and (min-width: 992px) {
      .header .menu .buttons ul {
        /*+mm($max-xl, $min-bg)
         * display: block
         * li
         *   + li
         *     margin-top: 5px
         *     margin-left: 0
         *   .btn
         *     position: relative
         *     min-width: 155px
         *     +btn-rounded(27.5px)
         *     padding: 0 10px 0 35px
         *     span
         *       font-size: 16px
         *     .icon
         *       position: absolute
         *       top: 6px
         *       left: 10px */ }
        .header .menu .buttons ul li + li {
          margin-left: 10px; }
        .header .menu .buttons ul li .btn {
          background-color: #CB9F75;
          border-radius: 50%;
          -moz-transition: background-color 0.3s ease;
          -o-transition: background-color 0.3s ease;
          -webkit-transition: background-color 0.3s ease;
          transition: background-color 0.3s ease; }
          .header .menu .buttons ul li .btn:hover {
            background-color: #BD8651; }
          .header .menu .buttons ul li .btn .icon {
            font-size: 16px; }
        .header .menu .buttons ul li.youtube {
          display: none; } }
    @media screen and (min-width: 992px) and (min-width: 1200px) {
      .header .menu .buttons ul li .btn {
        width: 50px;
        height: 50px; }
        .header .menu .buttons ul li .btn .icon {
          font-size: 20px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .header .menu .buttons ul li .btn {
        width: 30px;
        height: 30px; }
        .header .menu .buttons ul li .btn .icon, .header .menu .buttons ul li .btn span {
          font-size: 14px; } }
@media screen and (min-width: 992px) and (min-width: 1400px) {
  .header.hide-social .menu .mainlinks ul li {
    padding: 0 35px; }
  .header.hide-social .menu .mainlinks .ml-tt {
    font-size: 20px; } }
@media screen and (min-width: 992px) and (max-width: 1399px) and (min-width: 1200px) {
  .header.hide-social .menu .mainlinks ul li {
    padding: 0 25px; } }

  @media screen and (max-width: 991px) {
    .header .side {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      order: 3; }
    .header .booking {
      margin-right: 10px; }
      .header .booking .icon {
        color: #DEBB85;
        font-size: 28px; }
      .header .booking .tt {
        margin-left: 0.5em;
        letter-spacing: 0.05em;
        color: #D1AA71; }
    .header .menu-toggle .btn {
      width: 35px;
      height: 35px; }
      .header .menu-toggle .btn .btn-inner {
        position: relative; }
        .header .menu-toggle .btn .btn-inner span, .header .menu-toggle .btn .btn-inner::before, .header .menu-toggle .btn .btn-inner::after {
          display: block;
          width: 25px;
          height: 2px;
          background-color: #D1AA71;
          -moz-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -moz-transition-timing-function: ease;
          -o-transition-timing-function: ease;
          -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }
        .header .menu-toggle .btn .btn-inner::before, .header .menu-toggle .btn .btn-inner::after {
          content: "";
          position: absolute;
          left: 0;
          -moz-transform-origin: left center;
          -o-transform-origin: left center;
          -ms-transform-origin: left center;
          -webkit-transform-origin: left center;
          transform-origin: left center;
          -moz-transition-property: transform;
          -o-transition-property: transform;
          -webkit-transition-property: transform;
          transition-property: transform; }
        .header .menu-toggle .btn .btn-inner::before {
          top: 0; }
        .header .menu-toggle .btn .btn-inner::after {
          bottom: 0; }
        .header .menu-toggle .btn .btn-inner span {
          margin: 8px 0;
          -moz-transition-property: opacity;
          -o-transition-property: opacity;
          -webkit-transition-property: opacity;
          transition-property: opacity; }
    .header .menu {
      position: fixed;
      z-index: -100;
      top: 65px;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: auto;
      background-color: #ffffff;
      -moz-transform: translateX(-101%);
      -o-transform: translateX(-101%);
      -ms-transform: translateX(-101%);
      -webkit-transform: translateX(-101%);
      transform: translateX(-101%);
      -moz-transition: transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      -webkit-transition: transform 0.5s ease;
      transition: transform 0.5s ease; }
      .header .menu .menu-inner {
        overflow: visible; }
      .header .menu .mainlinks > ul > li {
        border-bottom: 1px solid #F2F2F2; }
      .header .menu .mainlinks .ml-tt {
        font-size: 18px;
        letter-spacing: 0.05em; }
        .header .menu .mainlinks .ml-tt a {
          display: -webkit-box;
          display: -webkit-flex;
          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;
          padding: 20px 35px; }
          .header .menu .mainlinks .ml-tt a::after {
            content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23D9D9D9%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon-chevron-right%22%3E%3Cpolyline%20points%3D%229%2018%2015%2012%209%206%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
            display: block;
            opacity: 0.7;
            -moz-transition: transform 0.3s ease;
            -o-transition: transform 0.3s ease;
            -webkit-transition: transform 0.3s ease;
            transition: transform 0.3s ease; } }
      @media screen and (max-width: 991px) and (max-width: 479px) {
        .header .menu .mainlinks .ml-tt a {
          padding: 12.5px 35px; } }
  @media screen and (max-width: 991px) {
      .header .menu .mainlinks .has-sm .ml-tt a {
        pointer-events: none; }
      .header .menu .mainlinks .has-sm .ml-tt.active a {
        color: #CB9F75; }
        .header .menu .mainlinks .has-sm .ml-tt.active a::after {
          content: url("data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23CB9F75%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22icon-chevron-right%22%3E%3Cpolyline%20points%3D%229%2018%2015%2012%209%206%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
          -moz-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
      .header .menu .mainlinks .ml-sm {
        display: none;
        background-color: #FCF9F3;
        border-top: 1px solid #F2F2F2;
        font-size: 18px; }
        .header .menu .mainlinks .ml-sm > ul > li + li {
          border-top: 1px solid #ffffff; }
        .header .menu .mainlinks .ml-sm a {
          display: block;
          padding: 20px 50px; } }
      @media screen and (max-width: 991px) and (max-width: 479px) {
        .header .menu .mainlinks .ml-sm a {
          padding: 12.5px 50px; } }
  @media screen and (max-width: 991px) {
      .header .menu .buttons {
        padding: 50px 0; } }
    @media screen and (max-width: 991px) and (max-width: 479px) {
      .header .menu .buttons {
        padding: 20px 0; } }
  @media screen and (max-width: 991px) {
        .header .menu .buttons ul {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .header .menu .buttons ul li + li {
            margin-left: 10px; }
        .header .menu .buttons .btn {
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #D6AF6A; }
          .header .menu .buttons .btn .icon {
            font-size: 25px; }
          .header .menu .buttons .btn span {
            display: none; }
    .header.menu-opened .menu-toggle .btn .btn-inner span {
      opacity: 0; }
    .header.menu-opened .menu-toggle .btn .btn-inner::before, .header.menu-opened .menu-toggle .btn .btn-inner::after {
      left: 3px;
      width: 22.5px; }
    .header.menu-opened .menu-toggle .btn .btn-inner::before {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .header.menu-opened .menu-toggle .btn .btn-inner::after {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .header.menu-opened .menu {
      z-index: 999;
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); } }

/* -------------------------------------------
 *  footer
 * ------------------------------------------ */
.footer {
  position: relative;
  padding: 60px 0 90px;
  background-image: -webkit-radial-gradient(#2D2D2D, #1D1D1D);
  background-image: -moz-radial-gradient(#2D2D2D, #1D1D1D);
  background-image: -o-radial-gradient(#2D2D2D, #1D1D1D);
  background-image: radial-gradient(#2D2D2D, #1D1D1D);
  color: #ffffff; }
  @media screen and (max-width: 991px) {
    .footer {
      padding: 50px 0; } }
  .footer .footer-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 1199px) {
      .footer .footer-inner {
        -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; } }
  .footer .profile .logo img {
    display: block; }
  .footer .profile .buttons {
    margin-top: 25px; }
    .footer .profile .buttons ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1199px) {
        .footer .profile .buttons ul {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .footer .profile .buttons ul li:not(:last-child) {
        margin-right: 12.5px; }
      .footer .profile .buttons ul li .btn {
        width: 40px;
        height: 40px; }
        .footer .profile .buttons ul li .btn .icon {
          font-size: 22px; }
		.footer .profile .buttons ul li.youtube .btn .icon {
          font-size: 25px; }
      @media screen and (min-width: 768px) {
        .footer .profile .buttons ul li.tel {
          display: none; } }
  @media screen and (min-width: 1200px) {
    .footer .details {
      margin-left: 85px; } }
  @media screen and (max-width: 1199px) {
    .footer .details {
      display: -webkit-box;
      display: -webkit-flex;
      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;
      margin-top: 25px; } }
  .footer .details .menu {
    padding: 20px 0; }
    @media screen and (max-width: 991px) {
      .footer .details .menu {
        display: none; } }
    .footer .details .menu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media screen and (max-width: 1199px) {
        .footer .details .menu ul {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .footer .details .menu ul li {
        line-height: 1;
        letter-spacing: 0.1em; }
        .footer .details .menu ul li + li {
          margin-left: 20px;
          padding-left: 20px;
          border-left: 1px solid rgba(217, 217, 217, 0.3); }
        .footer .details .menu ul li a:hover {
          color: #E1C296; }
  @media screen and (min-width: 992px) {
    .footer .details .info {
      margin-top: 20px; } }
  .footer .details .info .info-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 1199px) {
      .footer .details .info .info-tel {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .footer .details .info .info-tel .icon {
      width: 70px;
      height: 70px;
      font-size: 36px; }
    .footer .details .info .info-tel .content {
      margin-left: 20px;
      line-height: 1; }
      .footer .details .info .info-tel .content .num {
        font-family: "Arial";
        font-size: 32px;
        letter-spacing: 0.05em; }
      .footer .details .info .info-tel .content .text {
        margin-top: 10px;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.6); }
    @media screen and (max-width: 479px) {
      .footer .details .info .info-tel .icon {
        display: none; }
      .footer .details .info .info-tel .content {
        text-align: center; }
        .footer .details .info .info-tel .content .num {
          font-size: 26px; }
        .footer .details .info .info-tel .content .text {
          margin-top: 5px; } }
  .footer .details .info .info-add {
    margin-top: 35px; }
    @media screen and (max-width: 1199px) {
      .footer .details .info .info-add {
        text-align: center; } }
    @media screen and (max-width: 991px) {
      .footer .details .info .info-add {
        margin-top: 25px; } }
    .footer .details .info .info-add a {
      display: inline-block;
      text-decoration: underline;
      margin-left: 1em; }
      .footer .details .info .info-add a:hover {
        color: #E1C296; }
  .footer .details .copyright {
    color: #808080; }
    @media screen and (min-width: 1200px) {
      .footer .details .copyright {
        margin-top: 10px;
        line-height: 1.55; }
        .footer .details .copyright p {
          display: inline-block;
          margin-right: 1em; } }
    @media screen and (max-width: 1199px) {
      .footer .details .copyright {
        margin-top: 25px;
        line-height: 1;
        text-align: center; }
        .footer .details .copyright p + p {
          margin-top: 0.75em; } }
    @media screen and (max-width: 479px) {
      .footer .details .copyright {
        line-height: 1.5; }
        .footer .details .copyright p + p {
          margin-top: 0.5em; }
        .footer .details .copyright p:last-child {
          margin-top: 0; } }
    .footer .details .copyright a:hover {
      color: #E1C296; }
  @media screen and (min-width: 1200px) {
    .footer .details .scroll {
      position: absolute;
      top: 0;
      right: 0; } }
  @media screen and (max-width: 1199px) {
    .footer .details .scroll {
      margin-top: 50px; } }
  @media screen and (max-width: 991px) {
    .footer .details .scroll {
      margin-top: 35px; } }
  .footer .details .scroll .btn {
    width: 80px;
    height: 80px;
    background-color: rgba(87, 87, 87, 0.2);
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .footer .details .scroll .btn .icon {
      margin: -15px 0 -5px;
      font-size: 40px; }
      .footer .details .scroll .btn .icon svg {
        stroke-width: 1.25; }
    .footer .details .scroll .btn:hover {
      background-color: #575757; }

.fixed-icon {
  position: fixed;
  z-index: 1000;
  right: 15px;
  bottom: 15px;
  text-align: center;
  /*+max($max-bg)
   * .btn
   *   width: 110px
   *   height: 110px
   *   .icon
   *     font-size: 30px
   *   .tt
   *     font-size: 16px
   * .tel
   *   font-size: 16px */ }
  .fixed-icon .btn {
    width: 150px;
    height: 150px;
    background-color: #DE9E62;
    overflow: visible;
    color: #ffffff;
    -webkit-mask-image: none;
    -webkit-box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.1);
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    .fixed-icon .btn:hover {
      background-color: #BD8651; }
    .fixed-icon .btn .icon {
      font-size: 60px;
      margin-top: -10px; }
    .fixed-icon .btn .tt {
      display: block;
      margin-top: 10px;
      font-size: 25px;
      letter-spacing: 0.05em; }
  .fixed-icon .tel {
    margin-top: 10px;
    font-size: 20px;
    color: #DE9E62; }
  @media screen and (max-width: 991px) {
    .fixed-icon {
      display: none; } }

/* -------------------------------------------
 *  pages
 * ------------------------------------------ */
.hero {
  position: relative; }
  .hero .hero-img {
    background: none; }
  .hero .hero-inner {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    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;
    color: #ffffff;
    text-align: center;
    line-height: 1.15; }
    .hero .hero-inner .title {
      font-size: 42px;
      letter-spacing: 0.05em; }
    .hero .hero-inner .text {
      margin-top: 15px;
      font-size: 18px;
      letter-spacing: 0.1em; }
      @media (orientation: portrait) {
        .hero .hero-inner .text.for-desktop {
          display: none; } }
      @media (orientation: landscape) {
        .hero .hero-inner .text.for-mobile {
          display: none; } }
    .hero .hero-inner .title, .hero .hero-inner .text {
      -webkit-animation-duration: 1.5s;
      -moz-animation-duration: 1.5s;
      -o-animation-duration: 1.5s;
      animation-duration: 1.5s; }
    @media screen and (min-width: 992px) {
      .hero .hero-inner {
        height: 515px; } }
    @media screen and (max-width: 1599px) {
      .hero .hero-inner {
        height: 450px; } }
    @media screen and (max-width: 991px) {
      .hero .hero-inner {
        height: 300px; }
        .hero .hero-inner .title {
          font-size: 35px; }
        .hero .hero-inner .text {
          font-size: 18px;
          line-height: 1.5; } }
    @media screen and (max-width: 767px) {
      .hero .hero-inner {
        height: 45vw; }
        .hero .hero-inner .title {
          font-size: 28px; }
        .hero .hero-inner .text {
          font-size: 16px; } }
    @media screen and (max-width: 479px) {
      .hero .hero-inner {
        height: 65vw; }
        .hero .hero-inner .title {
          font-size: 25px; }
        .hero .hero-inner .text {
          margin-top: 10px;
          font-size: 14px; } }
  .hero.for-article + .primary {
    position: relative; }
  @media screen and (min-width: 1600px) {
    .hero.for-article .hero-inner {
      height: 415px; } }
  @media screen and (min-width: 768px) {
    .hero.for-article .hero-inner {
      padding-bottom: 70px; }
    .hero.for-article + .primary .primary-inner {
      -moz-transform: translateY(-70px);
      -o-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
      -webkit-transform: translateY(-70px);
      transform: translateY(-70px);
      margin-bottom: -70px; } }
  @media screen and (max-width: 767px) and (min-width: 480px) {
    .hero.for-article + .primary {
      padding-top: 35px; } }
  @media screen and (max-width: 479px) {
    .hero.for-article + .primary .primary-inner {
      width: 100%; } }

.primary.bg-gray {
  background-color: #F7F7F7; }
.primary.bg-light {
  background-color: #FCF9F3; }
.primary.padding-60 {
  padding: 60px 0 80px; }
  @media screen and (max-width: 1199px) {
    .primary.padding-60 {
      padding: 50px 0; } }
  @media screen and (max-width: 767px) {
    .primary.padding-60 {
      padding: 35px 0; } }

/* -------------------------------------------
 *  home
 * ------------------------------------------ */
.home-section.banner {
  position: relative; }
  .home-section.banner .slider .slick-item {
    display: block !important; }
  .home-section.banner .banner-bg {
    position: relative;
    z-index: 1; }
    .home-section.banner .banner-bg .slider {
      height: calc(100vh - 90px); }
@media screen and (orientation: portrait) and (min-width: 768px) {
  .home-section.banner .banner-bg .slider {
    height: 45vw; } }
@media screen and (orientation: portrait) and (max-width: 767px) {
  .home-section.banner .banner-bg .slider {
    height: 65vw; } }

      .home-section.banner .banner-bg .slider .slick-list, .home-section.banner .banner-bg .slider .slick-track, .home-section.banner .banner-bg .slider .slick-slide, .home-section.banner .banner-bg .slider .slick-slide > div {
        height: 100%; }
      .home-section.banner .banner-bg .slider .slick-item {
        position: relative;
        height: 100%; }
  .home-section.banner .banner-inner {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .home-section.banner .banner-inner {
        top: 0; } }
    .home-section.banner .banner-inner .slider {
      position: relative;
      width: 100%; }
      .home-section.banner .banner-inner .slider .slick-arrow {
        position: absolute;
        top: calc(50% - 30px); }
        .home-section.banner .banner-inner .slider .slick-arrow.slick-prev {
          left: 50px; }
        .home-section.banner .banner-inner .slider .slick-arrow.slick-next {
          right: 50px; }
        .home-section.banner .banner-inner .slider .slick-arrow .btn {
          font-size: 60px;
          color: #ffffff;
          -moz-transition: color 0.3s ease;
          -o-transition: color 0.3s ease;
          -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease; }
          @media screen and (min-width: 992px) {
            .home-section.banner .banner-inner .slider .slick-arrow .btn:hover {
              color: #DE9E62; } }
        @media screen and (max-width: 1399px) {
          .home-section.banner .banner-inner .slider .slick-arrow {
            top: calc(50% - 20px); }
            .home-section.banner .banner-inner .slider .slick-arrow .btn {
              font-size: 40px; } }
        @media screen and (max-width: 1199px) {
          .home-section.banner .banner-inner .slider .slick-arrow.slick-prev {
            left: 25px; }
          .home-section.banner .banner-inner .slider .slick-arrow.slick-next {
            right: 25px; } }
        @media screen and (max-width: 991px) {
          .home-section.banner .banner-inner .slider .slick-arrow {
            top: calc(50% - 25px/2); }
            .home-section.banner .banner-inner .slider .slick-arrow .btn {
              font-size: 25px; } }
        @media screen and (max-width: 479px) {
          .home-section.banner .banner-inner .slider .slick-arrow {
            top: calc(50% - 15px/2); }
            .home-section.banner .banner-inner .slider .slick-arrow.slick-prev {
              left: 12.5px; }
            .home-section.banner .banner-inner .slider .slick-arrow.slick-next {
              right: 12.5px; }
            .home-section.banner .banner-inner .slider .slick-arrow .btn {
              font-size: 15px; }
              .home-section.banner .banner-inner .slider .slick-arrow .btn svg {
                stroke-width: 4px; } }
      .home-section.banner .banner-inner .slider .slick-dots {
        margin-top: 50px; }
        @media screen and (max-width: 767px) {
          .home-section.banner .banner-inner .slider .slick-dots {
            margin-top: 25px; } }
        .home-section.banner .banner-inner .slider .slick-dots li button {
          width: 10px;
          height: 10px;
          border-radius: 10px;
          background-color: #ffffff; }
        .home-section.banner .banner-inner .slider .slick-dots li.slick-active button {
          width: 40px;
          background-color: #DE9E62; }
        @media screen and (max-width: 479px) {
          .home-section.banner .banner-inner .slider .slick-dots li button {
            width: 7px;
            height: 7px; }
          .home-section.banner .banner-inner .slider .slick-dots li.slick-active button {
            width: 20px; } }
      .home-section.banner .banner-inner .slider .slick-item .content {
        display: -webkit-box;
        display: -webkit-flex;
        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;
        color: #ffffff;
        text-align: center;
        line-height: 1.25;
        padding: 0 100px; }
        @media screen and (max-width: 991px) {
          .home-section.banner .banner-inner .slider .slick-item .content {
            padding: 0 75px; } }
        @media screen and (max-width: 479px) {
          .home-section.banner .banner-inner .slider .slick-item .content {
            padding: 0 40px; } }
        @media (orientation: portrait) {
          .home-section.banner .banner-inner .slider .slick-item .content .for-desktop {
            display: none; } }
        @media (orientation: landscape) {
          .home-section.banner .banner-inner .slider .slick-item .content .for-mobile {
            display: none; } }
        .home-section.banner .banner-inner .slider .slick-item .content .title + .text::before {
          content: "";
          display: block;
          height: 1px;
          width: calc(100vw - 150px);
          max-width: 1000px;
          margin: 25px auto;
          background-color: #ffffff; }
        @media screen and (min-width: 768px) {
          .home-section.banner .banner-inner .slider .slick-item .content .title {
            font-size: 3vmax; } }
  @media screen and (min-width: 768px) and (orientation: landscape) {
    .msie .home-section.banner .banner-inner .slider .slick-item .content .title {
      font-size: 3vw; } }
  @media screen and (min-width: 768px) and (orientation: portrait) {
    .msie .home-section.banner .banner-inner .slider .slick-item .content .title {
      font-size: 3vh; } }

        @media screen and (max-width: 1399px) {
          .home-section.banner .banner-inner .slider .slick-item .content .title + .text::before {
            margin: 15px auto; } }
        @media screen and (max-width: 767px) {
          .home-section.banner .banner-inner .slider .slick-item .content .title {
            font-size: 28px; } }
        @media screen and (max-width: 479px) {
          .home-section.banner .banner-inner .slider .slick-item .content .title {
            font-size: 20px; }
            .home-section.banner .banner-inner .slider .slick-item .content .title + .text::before {
              width: calc(100vw - 100px);
              margin: 10px auto; } }
        .home-section.banner .banner-inner .slider .slick-item .content .text {
          font-weight: 400;
          letter-spacing: 0.05em; }
          @media screen and (min-width: 768px) {
            .home-section.banner .banner-inner .slider .slick-item .content .text {
              font-size: calc(14px + 0.5vmax); } }
  @media screen and (min-width: 768px) and (orientation: landscape) {
    .msie .home-section.banner .banner-inner .slider .slick-item .content .text {
      font-size: calc(14px + 0.5vw); } }
  @media screen and (min-width: 768px) and (orientation: portrait) {
    .msie .home-section.banner .banner-inner .slider .slick-item .content .text {
      font-size: calc(14px + 0.5vh); } }

          @media screen and (max-width: 767px) {
            .home-section.banner .banner-inner .slider .slick-item .content .text {
              font-size: 18px; } }
          @media screen and (max-width: 479px) {
            .home-section.banner .banner-inner .slider .slick-item .content .text {
              font-size: 16px; } }
  .home-section.banner .banner-scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 5;
    text-align: center; }
    @media screen and (orientation: portrait) {
      .home-section.banner .banner-scroll {
        display: none; } }

.home-section.intro {
  position: relative;
  padding: 45px 0 100px;
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .home-section.intro {
      background-color: #E8E8E8; }
      .home-section.intro::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: -webkit-radial-gradient(ellipse, #ffffff 55%, #E8E8E8 80%);
        background-image: -moz-radial-gradient(ellipse, #ffffff 55%, #E8E8E8 80%);
        background-image: -o-radial-gradient(ellipse, #ffffff 55%, #E8E8E8 80%);
        background-image: radial-gradient(ellipse, #ffffff 55%, #E8E8E8 80%); } }
  @media screen and (max-width: 1599px) {
    .home-section.intro {
      padding-bottom: 75px; } }
  @media screen and (max-width: 1199px) {
    .home-section.intro {
      background-image: -webkit-linear-gradient(top, #ffffff, #E8E8E8 80%);
      background-image: -moz-linear-gradient(top, #ffffff, #E8E8E8 80%);
      background-image: -o-linear-gradient(top, #ffffff, #E8E8E8 80%);
      background-image: -ms-linear-gradient(top, #ffffff, #E8E8E8 80%);
      background-image: linear-gradient(to bottom, #ffffff, #E8E8E8 80%);
      padding-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .home-section.intro {
      padding-top: 25px; } }
  @media screen and (max-width: 479px) {
    .home-section.intro {
      padding-top: 15px;
      padding-bottom: 25px; } }
  .home-section.intro .section-inner {
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 479px) {
      .home-section.intro .section-inner {
        width: calc(100% - 15px); } }
  .home-section.intro .head .hg .title {
    letter-spacing: 0.1em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #FBCF00, #FDD159, #CB9B0C, #FDD159, #CB9B0C, #FBCF00);
    background-image: -moz-linear-gradient(left, #FBCF00, #FDD159, #CB9B0C, #FDD159, #CB9B0C, #FBCF00);
    background-image: -o-linear-gradient(left, #FBCF00, #FDD159, #CB9B0C, #FDD159, #CB9B0C, #FBCF00);
    background-image: -ms-linear-gradient(left, #FBCF00, #FDD159, #CB9B0C, #FDD159, #CB9B0C, #FBCF00);
    background-image: linear-gradient(to right, #FBCF00, #FDD159, #CB9B0C, #FDD159, #CB9B0C, #FBCF00); }
    .msie .home-section.intro .head .hg .title {
      background: none;
      color: #D5AF3D; }
    @media screen and (min-width: 480px) {
      .home-section.intro .head .hg .title br {
        display: none; } }
    .home-section.intro .head .hg .title span {
      font-size: 0;
      display: inline-block;
      vertical-align: 90px;
      width: 113px;
      height: 113px;
      margin: 0 5px;
      background-image: url("images/static/home/text-3.png");
      background-size: contain; }
      @media screen and (max-width: 1399px) {
        .home-section.intro .head .hg .title span {
          width: 95px;
          height: 95px;
          vertical-align: 75px; } }
      @media screen and (max-width: 767px) {
        .home-section.intro .head .hg .title span {
          width: 75px;
          height: 75px;
          vertical-align: 60px;
          margin-top: 10px; } }
      @media screen and (max-width: 479px) {
        .home-section.intro .head .hg .title span {
          width: 50px;
          height: 50px;
          vertical-align: 40px; } }
  @media screen and (max-width: 767px) {
    .home-section.intro .head .title {
      font-size: 25px; } }
  @media screen and (max-width: 479px) {
    .home-section.intro .head .title {
      font-size: 18px; } }
  .home-section.intro .intro-list .list-item {
    position: relative;
    overflow: hidden; }
    .home-section.intro .intro-list .list-item .pic-wrapper {
      position: relative; }
      .home-section.intro .intro-list .list-item .pic-wrapper .pic {
        padding-bottom: 90%; }
    .home-section.intro .intro-list .list-item .content {
      position: relative;
      padding: 35px 25px;
      background-image: url("images/static/home/intro-item-bg.jpg");
      background-size: cover; }
      .home-section.intro .intro-list .list-item .content::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        height: 3px;
        background-image: -webkit-linear-gradient(left, #FBCF00, #FDD159, #CB9B0C, #FDD159, #CB9B0C, #FBCF00);
        background-image: -moz-linear-gradient(left, #FBCF00, #FDD159, #CB9B0C, #FDD159, #CB9B0C, #FBCF00);
        background-image: -o-linear-gradient(left, #FBCF00, #FDD159, #CB9B0C, #FDD159, #CB9B0C, #FBCF00);
        background-image: -ms-linear-gradient(left, #FBCF00, #FDD159, #CB9B0C, #FDD159, #CB9B0C, #FBCF00);
        background-image: linear-gradient(to right, #FBCF00, #FDD159, #CB9B0C, #FDD159, #CB9B0C, #FBCF00); }
      .home-section.intro .intro-list .list-item .content .title {
        font-size: 28px;
        line-height: 1;
        letter-spacing: 0.05em;
        color: #D5AF3D; }
        .home-section.intro .intro-list .list-item .content .title br {
          display: none; }
      .home-section.intro .intro-list .list-item .content .text {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: 0.05em;
        color: #4D4D4D; }
  @media screen and (min-width: 1200px) {
    .home-section.intro .intro-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 50px; }
      .home-section.intro .intro-list .list-item {
        width: calc(100%/3 - 100px/3);
        border-top-left-radius: 22.5px;
        border-top-right-radius: 22.5px;
        -moz-transition-property: transform, z-index, box-shadow;
        -o-transition-property: transform, z-index, box-shadow;
        -webkit-transition-property: transform, z-index, box-shadow;
        transition-property: transform, z-index, box-shadow;
        -moz-transition-duration: 0.35s;
        -o-transition-duration: 0.35s;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out; } }
    @media screen and (min-width: 1200px) and (max-width: 1399px) {
      .home-section.intro .intro-list .list-item {
        width: calc(100%/3 - 50px/3); } }
  @media screen and (min-width: 1200px) {
        .home-section.intro .intro-list .list-item .pic-wrapper::before {
          content: "";
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          display: block;
          background-color: rgba(0, 0, 0, 0.1);
          -moz-transition: opacity 0.35s ease-in-out;
          -o-transition: opacity 0.35s ease-in-out;
          -webkit-transition: opacity 0.35s ease-in-out;
          transition: opacity 0.35s ease-in-out; }
        .home-section.intro .intro-list .list-item .content .text {
          min-height: 7em; } }
  @media screen and (max-width: 1199px) and (min-width: 768px) {
    .home-section.intro .intro-list {
      margin-top: 45px; }
      .home-section.intro .intro-list .list-item {
        border-radius: 20px; }
        .home-section.intro .intro-list .list-item + .list-item {
          margin-top: 25px; } }
  @media screen and (max-width: 1199px) and (min-width: 768px) {
    .home-section.intro .intro-list .list-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .home-section.intro .intro-list .list-item .content {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        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; } }
  @media screen and (max-width: 1199px) and (min-width: 992px) {
    .home-section.intro .intro-list .list-item .pic-wrapper {
      width: 35%; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .home-section.intro .intro-list .list-item .pic-wrapper {
      width: 45%; } }
  @media screen and (max-width: 991px) {
    .home-section.intro .intro-list .list-item .content {
      padding: 25px; }
      .home-section.intro .intro-list .list-item .content .title {
        font-size: 20px; }
      .home-section.intro .intro-list .list-item .content .text {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.5; } }
  @media screen and (max-width: 767px) {
    .home-section.intro .intro-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 50px; }
      .home-section.intro .intro-list .list-item {
        width: calc(100%/3 - 20px/3); }
        .home-section.intro .intro-list .list-item .content {
          padding: 0;
          background: none; }
          .home-section.intro .intro-list .list-item .content::after {
            display: none; }
          .home-section.intro .intro-list .list-item .content .title {
            margin-top: 15px;
            font-size: 16px; }
          .home-section.intro .intro-list .list-item .content .text {
            display: none; } }
  @media screen and (max-width: 479px) {
    .home-section.intro .intro-list {
      margin-top: 25px; }
      .home-section.intro .intro-list .list-item {
        width: calc(100%/3 - 10px/3);
        border-radius: 3px; }
        .home-section.intro .intro-list .list-item .content .title {
          margin-top: 10px;
          font-size: 14px;
          line-height: 1.15; }
          .home-section.intro .intro-list .list-item .content .title br {
            display: block; } }

.home-section.clients .section-head {
  position: relative;
  background-color: #D6AF6A; }
  @media screen and (min-width: 1200px) {
    .home-section.clients .section-head {
      height: 400px;
      padding: 85px 0; } }
  @media screen and (max-width: 1199px) and (min-width: 480px) {
    .home-section.clients .section-head {
      height: 375px;
      padding: 65px 0; } }
  @media screen and (max-width: 767px) {
    .home-section.clients .section-head {
      padding: 45px 0 65px; } }
  @media screen and (max-width: 479px) {
    .home-section.clients .section-head {
      padding: 35px 0; } }
  .home-section.clients .section-head .head-bg {
    background-position: center right !important;
    background-size: auto 100% !important; }
  .home-section.clients .section-head .head-inner {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .home-section.clients .section-head .head-inner {
        padding: 0 15px; } }
    .home-section.clients .section-head .head-inner .hg .title {
      letter-spacing: 0.1em; }
      @media screen and (max-width: 479px) {
        .home-section.clients .section-head .head-inner .hg .title {
          font-size: 20px; } }
    .home-section.clients .section-head .head-inner .text {
      max-width: 740px;
      margin: 25px auto 0;
      line-height: 1.75;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 479px) {
        .home-section.clients .section-head .head-inner .text {
          margin-top: 15px;
          font-size: 14px;
          line-height: 1.5; } }
.home-section.clients .section-content {
  position: relative;
  padding-bottom: 85px; }
  @media screen and (min-width: 480px) {
    .home-section.clients .section-content {
      margin-top: -145px; } }
  @media screen and (max-width: 1199px) {
    .home-section.clients .section-content {
      padding-bottom: 50px; } }
  @media screen and (max-width: 479px) {
    .home-section.clients .section-content {
      padding: 10px 0 25px; } }
  .home-section.clients .section-content .clients-slider {
    position: relative; }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      .home-section.clients .section-content .clients-slider .slider-wrapper {
        padding: 0 50px; } }
    @media screen and (max-width: 767px) {
      .home-section.clients .section-content .clients-slider .slider-wrapper {
        width: calc(100% - 20px); } }
    @media screen and (min-width: 1600px) {
      .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-list {
        margin: 0 -25px; }
      .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-slide {
        margin: 0 25px; } }
    @media screen and (max-width: 1599px) {
      .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-list {
        margin: 0 -10px; }
      .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-slide {
        margin: 0 10px; } }
    @media screen and (max-width: 767px) {
      .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-list {
        margin: 0 -2.5px; }
      .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-slide {
        margin: 0 2.5px; } }
    .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-item {
      display: block !important;
      background-color: #FCF9F3;
      border-radius: 10px;
      overflow: hidden;
      -webkit-mask-image: -webkit-radial-gradient(white, black); }
      @media screen and (max-width: 767px) {
        .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-item {
          border-radius: 5px; } }
      @media screen and (max-width: 479px) {
        .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-item {
          background: none;
          border-radius: 0; } }
      .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-item .pic-wrapper {
        overflow: hidden; }
        .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-item .pic-wrapper .pic {
          padding-bottom: 70%; }
      .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-item .content {
        padding: 35px;
        font-size: 16px;
        letter-spacing: 0.05em; }
        .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-item .content .summary {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          height: 5.25em;
          overflow: hidden;
          text-overflow: ellipsis;
          color: #4D4D4D;
          line-height: 1.75; }
        .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-item .content .date {
          margin-top: 35px;
          color: #AD7D1F;
          line-height: 1; }
        @media screen and (max-width: 767px) {
          .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-item .content {
            padding: 10px 15px 15px;
            font-size: 14px; }
            .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-item .content .summary {
              -webkit-line-clamp: 2;
              height: 3em;
              line-height: 1.5; }
            .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-item .content .date {
              margin-top: 15px; } }
        @media screen and (max-width: 479px) {
          .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-item .content {
            margin-top: 10px;
            padding: 0; }
            .home-section.clients .section-content .clients-slider .slider-wrapper .slider .slick-item .content .date {
              font-size: 12px;
              line-height: 1.15; } }
    .home-section.clients .section-content .clients-slider .slider-arrows .slick-arrow {
      top: calc(50% - 25px); }
      .home-section.clients .section-content .clients-slider .slider-arrows .slick-arrow .btn {
        width: 50px;
        height: 50px;
        font-size: 16px; }
        .home-section.clients .section-content .clients-slider .slider-arrows .slick-arrow .btn:not(:hover) {
          background-color: #ffffff; }
        .home-section.clients .section-content .clients-slider .slider-arrows .slick-arrow .btn svg {
          stroke-width: 4px; }
        @media screen and (max-width: 479px) {
          .home-section.clients .section-content .clients-slider .slider-arrows .slick-arrow .btn {
            width: 30px;
            height: 30px;
            font-size: 12px; } }
      .home-section.clients .section-content .clients-slider .slider-arrows .slick-arrow.slick-prev .btn {
        padding-right: 5px;
        border-left: none;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px; }
      .home-section.clients .section-content .clients-slider .slider-arrows .slick-arrow.slick-next .btn {
        padding-left: 5px;
        border-right: none;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px; }
    .home-section.clients .section-content .clients-slider .slick-dots {
      margin-top: 25px; }
      .home-section.clients .section-content .clients-slider .slick-dots li + li {
        margin-left: 10px; }
      .home-section.clients .section-content .clients-slider .slick-dots li button {
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background-color: #BD8651; }
      .home-section.clients .section-content .clients-slider .slick-dots li.slick-active button {
        background-color: #DEBB85; }
      @media screen and (max-width: 479px) {
        .home-section.clients .section-content .clients-slider .slick-dots li button {
          width: 7px;
          height: 7px; } }
  .home-section.clients .section-content .button {
    margin-top: 65px;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .home-section.clients .section-content .button {
        margin-top: 50px; } }
    @media screen and (max-width: 767px) {
      .home-section.clients .section-content .button {
        margin-top: 25px; } }

/* -------------------------------------------
 *  about
 * ------------------------------------------ */
.about-section.intro {
  position: relative;
  padding: 80px 0 100px; }
  @media screen and (max-width: 1199px) {
    .about-section.intro {
      padding: 50px 0 75px; } }
  @media screen and (max-width: 767px) {
    .about-section.intro {
      padding: 35px 0 50px; } }
  @media screen and (max-width: 479px) {
    .about-section.intro {
      padding: 35px 0 25px; } }
  .about-section.intro .section-bg {
    position: absolute;
    right: 0;
    bottom: 0; }
  .about-section.intro .about-intro-g {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 1200px) {
      .about-section.intro .about-intro-g {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media screen and (max-width: 1199px) {
      .about-section.intro .about-intro-g {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .about-section.intro .about-intro-g + .about-intro-g {
      margin-top: 85px; }
      @media screen and (max-width: 1199px) {
        .about-section.intro .about-intro-g + .about-intro-g {
          margin-top: 75px; } }
      @media screen and (max-width: 991px) {
        .about-section.intro .about-intro-g + .about-intro-g {
          margin-top: 50px; } }
    @media screen and (min-width: 1200px) {
      .about-section.intro .about-intro-g .text, .about-section.intro .about-intro-g .pic {
        -webkit-animation-duration: 2s;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        animation-duration: 2s; } }
    @media screen and (max-width: 1199px) {
      .about-section.intro .about-intro-g .text, .about-section.intro .about-intro-g .pic {
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        -o-animation-duration: 1.5s;
        animation-duration: 1.5s; }
        .about-section.intro .about-intro-g .text.animated, .about-section.intro .about-intro-g .pic.animated {
          -webkit-animation-name: fadeInUp;
          -moz-animation-name: fadeInUp;
          -o-animation-name: fadeInUp;
          animation-name: fadeInUp; } }
    .about-section.intro .about-intro-g .text .hg .title + .subtitle {
      margin-top: 10px; }
    .about-section.intro .about-intro-g .text .hg .subtitle {
      color: #3E3A39; }
    @media screen and (max-width: 479px) {
      .about-section.intro .about-intro-g .text .hg .title {
        font-size: 24px; }
      .about-section.intro .about-intro-g .text .hg .subtitle {
        font-size: 16px; } }
    .about-section.intro .about-intro-g .text .hg::after {
      content: "";
      display: block;
      width: 70px;
      height: 2px;
      margin-top: 20px;
      background-color: #CDAF7C; }
    .about-section.intro .about-intro-g .text .hg + .content {
      margin-top: 30px; }
      @media screen and (max-width: 991px) {
        .about-section.intro .about-intro-g .text .hg + .content {
          margin-top: 20px; } }
    .about-section.intro .about-intro-g .text .content {
      line-height: 1.75;
      letter-spacing: 0.1em; }
    @media screen and (max-width: 1199px) {
      .about-section.intro .about-intro-g .pic {
        margin-top: 50px; } }
    @media screen and (max-width: 991px) {
      .about-section.intro .about-intro-g .pic {
        margin-top: 35px; } }
    @media screen and (max-width: 479px) {
      .about-section.intro .about-intro-g .pic {
        margin-top: 25px; } }
    @media screen and (min-width: 1400px) {
      .about-section.intro .about-intro-g:nth-child(1) .text {
        width: calc(100% - 865px); }
      .about-section.intro .about-intro-g:nth-child(1) .pic {
        width: 760px; } }
    @media screen and (max-width: 1399px) and (min-width: 1200px) {
      .about-section.intro .about-intro-g:nth-child(1) .text {
        width: calc(50% - 50px); }
      .about-section.intro .about-intro-g:nth-child(1) .pic {
        width: 50%; } }
    @media screen and (min-width: 1200px) {
      .about-section.intro .about-intro-g:nth-child(2) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .about-section.intro .about-intro-g:nth-child(2) .pic {
          position: absolute;
          left: 0; }
          .msie .about-section.intro .about-intro-g:nth-child(2) .pic {
            position: static; } }
    @media screen and (min-width: 1400px) {
      .about-section.intro .about-intro-g:nth-child(2) {
        min-height: 315px; }
        .about-section.intro .about-intro-g:nth-child(2) .text {
          width: calc(100vw - 1020px - 110px - 50vw + 700px); } }
    @media screen and (max-width: 1399px) and (min-width: 1200px) {
      .about-section.intro .about-intro-g:nth-child(2) {
        min-height: 253px; }
        .about-section.intro .about-intro-g:nth-child(2) .text {
          width: calc(100vw - 820px - 50px - 50px); }
        .about-section.intro .about-intro-g:nth-child(2) .pic ul li {
          width: 400px; } }
    @media screen and (min-width: 1496px) {
      .msie .about-section.intro .about-intro-g:nth-child(2) .pic {
        margin-left: calc(0px - 50vw + 700px); } }
    @media screen and (max-width: 1495px) and (min-width: 1466px) {
      .msie .about-section.intro .about-intro-g:nth-child(2) .pic {
        margin-left: -55px; } }
    @media screen and (max-width: 1465px) and (min-width: 1200px) {
      .msie .about-section.intro .about-intro-g:nth-child(2) .pic {
        margin-left: -50px; } }
    @media screen and (min-width: 480px) {
      .about-section.intro .about-intro-g:nth-child(2) .pic ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .about-section.intro .about-intro-g:nth-child(2) .pic ul li + li {
          margin-left: 20px; } }
    @media screen and (max-width: 479px) {
      .about-section.intro .about-intro-g:nth-child(2) .pic ul li + li {
        margin-top: 15px; } }

.about-section.features {
  position: relative;
  padding: 125px 0 110px; }
  .about-section.features::before {
    content: "";
    position: absolute;
    top: 690px;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: url("images/static/about/features-pattern.png") repeat; }
  .about-section.features .section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 690px; }
  @media screen and (max-width: 1399px) {
    .about-section.features {
      padding: 75px 0; }
      .about-section.features::before {
        top: 500px; }
      .about-section.features .section-bg {
        height: 500px; } }
  @media screen and (max-width: 991px) {
    .about-section.features {
      padding: 50px 0; } }
  @media screen and (max-width: 479px) {
    .about-section.features {
      padding: 50px 0 25px; }
      .about-section.features::before {
        top: 75vw; }
      .about-section.features .section-bg {
        height: 75vw; } }
  .about-section.features .section-inner {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: center; }
    .about-section.features .section-inner .hg .title {
      line-height: 1.4; }
    .about-section.features .section-inner .hg .subtitle {
      margin-top: 20px; }
    .about-section.features .section-inner .hg + .about-features-list {
      margin-top: 100px; }
    @media screen and (max-width: 1399px) {
      .about-section.features .section-inner .hg + .about-features-list {
        margin-top: 75px; } }
    @media screen and (max-width: 991px) {
      .about-section.features .section-inner .hg + .about-features-list {
        margin-top: 50px; } }
    @media screen and (max-width: 479px) {
      .about-section.features .section-inner .hg {
        line-height: 1.5; }
        .about-section.features .section-inner .hg .subtitle {
          font-size: 16px; } }
    .about-section.features .section-inner .about-features-list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .about-section.features .section-inner .about-features-list ul .list-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-animation-delay: 0.25s;
        -moz-animation-delay: 0.25s;
        -o-animation-delay: 0.25s;
        animation-delay: 0.25s;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        -o-animation-duration: 1.5s;
        animation-duration: 1.5s; }
        .about-section.features .section-inner .about-features-list ul .list-item .content {
          display: -webkit-box;
          display: -webkit-flex;
          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;
          padding: 25px;
          background-image: -webkit-radial-gradient(#E8C36E, #DEBB87);
          background-image: -moz-radial-gradient(#E8C36E, #DEBB87);
          background-image: -o-radial-gradient(#E8C36E, #DEBB87);
          background-image: radial-gradient(#E8C36E, #DEBB87); }
          .about-section.features .section-inner .about-features-list ul .list-item .content .title + .text::before {
            content: "";
            display: block;
            margin: 0 auto;
            width: 100%;
            max-width: 300px;
            height: 1px;
            margin: 20px auto;
            background-color: #ffffff; }
          .about-section.features .section-inner .about-features-list ul .list-item .content .text {
            font-size: 16px;
            line-height: 1.75; }
      @media screen and (min-width: 992px) {
        .about-section.features .section-inner .about-features-list ul {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
          .about-section.features .section-inner .about-features-list ul .list-item:nth-child(odd) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
          .about-section.features .section-inner .about-features-list ul .list-item:nth-child(even) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-top: 60px; } }
    @media screen and (min-width: 992px) and (max-width: 1399px) {
      .about-section.features .section-inner .about-features-list ul .list-item:nth-child(even) {
        margin-top: 30px; } }
      @media screen and (min-width: 992px) {
          .about-section.features .section-inner .about-features-list ul .list-item .content {
            height: 330px; } }
      @media screen and (min-width: 1200px) {
        .about-section.features .section-inner .about-features-list ul .list-item {
          width: calc(100%/3 - 80px/3); } }
      @media screen and (max-width: 1199px) and (min-width: 992px) {
        .about-section.features .section-inner .about-features-list ul .list-item {
          width: calc(100%/3 - 10px); } }
      @media screen and (max-width: 991px) {
        .about-section.features .section-inner .about-features-list ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .about-section.features .section-inner .about-features-list ul .list-item + .list-item {
            margin-top: 25px; } }
      @media screen and (max-width: 991px) and (min-width: 768px) {
        .about-section.features .section-inner .about-features-list ul .list-item:nth-child(odd) {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
        .about-section.features .section-inner .about-features-list ul .list-item:nth-child(even) {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; }
        .about-section.features .section-inner .about-features-list ul .list-item .content {
          width: 45%; }
        .about-section.features .section-inner .about-features-list ul .list-item .pic {
          width: 55%; } }
      @media screen and (max-width: 767px) {
        .about-section.features .section-inner .about-features-list ul .list-item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .about-section.features .section-inner .about-features-list ul .list-item .content {
            padding: 45px 25px; }
            .about-section.features .section-inner .about-features-list ul .list-item .content .title + .text::before {
              margin: 15px auto; } }
      @media screen and (max-width: 479px) {
        .about-section.features .section-inner .about-features-list ul .list-item + .list-item {
          margin-top: 15px; } }

/* -------------------------------------------
 *  care
 * ------------------------------------------ */
.care-section .hg .subtitle {
  margin-top: 15px;
  line-height: 1.75; }
  @media screen and (max-width: 479px) {
    .care-section .hg .subtitle {
      line-height: 1.5; } }

.care-section.team {
  padding: 80px 0 100px; }
  @media screen and (max-width: 991px) {
    .care-section.team {
      padding: 50px 0 75px; } }
  @media screen and (max-width: 767px) {
    .care-section.team {
      padding: 50px 0 35px 0; } }
  @media screen and (max-width: 479px) {
    .care-section.team {
      padding: 35px 0; } }
  .care-section.team .care-team-list {
    margin-top: 55px; }
    @media screen and (max-width: 991px) {
      .care-section.team .care-team-list {
        margin-top: 50px; } }
    @media screen and (max-width: 479px) {
      .care-section.team .care-team-list {
        margin-top: 35px; } }
    @media screen and (min-width: 480px) {
      .care-section.team .care-team-list > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (min-width: 768px) {
      .care-section.team .care-team-list .list-item {
        margin: 40px 40px 0 0; } }
    @media screen and (min-width: 1200px) {
      .care-section.team .care-team-list .list-item {
        width: calc(100%/3 - 80px/3); }
        .edge .care-section.team .care-team-list .list-item {
          width: calc(100%/3 - 80px/3 - 0.1px); }
        .care-section.team .care-team-list .list-item:nth-child(-n+3) {
          margin-top: 0; }
        .care-section.team .care-team-list .list-item:nth-child(3n+0) {
          margin-right: 0; } }
    @media screen and (max-width: 1199px) and (min-width: 768px) {
      .care-section.team .care-team-list .list-item {
        width: calc(50% - 20px); } }
    @media screen and (max-width: 1199px) and (min-width: 480px) {
      .care-section.team .care-team-list .list-item:nth-child(-n+2) {
        margin-top: 0; }
      .care-section.team .care-team-list .list-item:nth-child(2n+0) {
        margin-right: 0; } }
    @media screen and (max-width: 767px) and (min-width: 480px) {
      .care-section.team .care-team-list .list-item {
        margin: 40px 20px 0 0;
        width: calc(50% - 10px); } }
    @media screen and (max-width: 479px) {
      .care-section.team .care-team-list .list-item + .list-item {
        margin-top: 20px; }
      .care-section.team .care-team-list .list-item.animated {
        -webkit-animation-name: fadeInUp;
        -moz-animation-name: fadeInUp;
        -o-animation-name: fadeInUp;
        animation-name: fadeInUp; } }
    .care-section.team .care-team-list .list-item .content {
      position: relative;
      z-index: 1;
      width: calc(100% - 35px);
      margin-top: -80px;
      margin-left: 35px;
      padding: 35px 50px;
      background-color: #ffffff; }
      @media screen and (max-width: 991px) {
        .care-section.team .care-team-list .list-item .content {
          padding: 25px; } }
      .care-section.team .care-team-list .list-item .content .name {
        line-height: 1.15; }
        .care-section.team .care-team-list .list-item .content .name em, .care-section.team .care-team-list .list-item .content .name span {
          display: block; }
        .care-section.team .care-team-list .list-item .content .name em {
          font-size: 16px;
          font-style: normal; }
        .care-section.team .care-team-list .list-item .content .name span {
          margin-top: 10px;
          font-size: 24px; }
      .care-section.team .care-team-list .list-item .content .exp {
        margin-top: 25px;
        font-size: 16px;
        color: #878787;
        line-height: 1.75; }
        @media screen and (max-width: 479px) {
          .care-section.team .care-team-list .list-item .content .exp {
            margin-top: 15px; } }

.care-section.hospital {
  padding: 100px 0 110px;
  background-image: -webkit-radial-gradient(#FFFFFF 40%, #FCF9F3);
  background-image: -moz-radial-gradient(#FFFFFF 40%, #FCF9F3);
  background-image: -o-radial-gradient(#FFFFFF 40%, #FCF9F3);
  background-image: radial-gradient(#FFFFFF 40%, #FCF9F3); }
  @media screen and (max-width: 991px) {
    .care-section.hospital {
      padding: 50px 0 75px; } }
  @media screen and (max-width: 767px) {
    .care-section.hospital {
      padding: 50px 0 35px; } }
  @media screen and (max-width: 479px) {
    .care-section.hospital {
      padding: 35px 0; } }
  .care-section.hospital .content {
    margin-top: 85px; }
    @media screen and (min-width: 992px) {
      .care-section.hospital .content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .care-section.hospital .content .left, .care-section.hospital .content .right {
          -webkit-animation-duration: 1.5s;
          -moz-animation-duration: 1.5s;
          -o-animation-duration: 1.5s;
          animation-duration: 1.5s; } }
    @media screen and (max-width: 991px) {
      .care-section.hospital .content {
        margin-top: 50px; }
        .care-section.hospital .content .left.animated, .care-section.hospital .content .right.animated {
          -webkit-animation-name: fadeInUp;
          -moz-animation-name: fadeInUp;
          -o-animation-name: fadeInUp;
          animation-name: fadeInUp; } }
    @media screen and (max-width: 479px) {
      .care-section.hospital .content {
        margin-top: 35px; } }
    @media screen and (min-width: 992px) {
      .care-section.hospital .content .left {
        width: 480px; }
        .care-section.hospital .content .left .pic + .text {
          margin-top: 50px; }
        .care-section.hospital .content .left .text {
          padding: 0 40px 0 15px; } }
    @media screen and (max-width: 991px) {
      .care-section.hospital .content .left .pic {
        display: none; } }
    @media screen and (max-width: 479px) {
      .care-section.hospital .content .left .text .f24 {
        font-size: 18px; } }
    .care-section.hospital .content .left .text ul {
      margin: 25px 0;
      padding-left: 20px; }
      @media screen and (max-width: 479px) {
        .care-section.hospital .content .left .text ul {
          margin: 15px 0; } }
      @media screen and (min-width: 480px) {
        .care-section.hospital .content .left .text ul li + li {
          margin-top: 5px; } }
      .care-section.hospital .content .left .text ul li::before {
        content: "";
        display: inline-block;
        vertical-align: 1px;
        width: 10px;
        height: 10px;
        margin-left: -20px;
        margin-right: 10px;
        border-radius: 50%;
        background-color: #BD8651; }
    .care-section.hospital .content .left .text a {
      word-break: break-all; }
      .care-section.hospital .content .left .text a:hover {
        color: #BD8651; }
    .care-section.hospital .content .right {
      position: relative; }
      @media screen and (min-width: 992px) {
        .care-section.hospital .content .right {
          width: calc(100% - 500px); } }
      @media screen and (max-width: 991px) {
        .care-section.hospital .content .right {
          margin-top: 25px; }
          .care-section.hospital .content .right .pic {
            position: static; }
            .care-section.hospital .content .right .pic img {
              display: block !important; } }

/* -------------------------------------------
 *  rooms
 * ------------------------------------------ */
#rooms .subnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  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; }
  #rooms .subnav ul li {
    position: relative; }
    @media screen and (min-width: 480px) {
      #rooms .subnav ul li {
        width: calc(20% - 20px);
        max-width: 100px; }
        #rooms .subnav ul li + li {
          margin-left: 25px; } }
    @media screen and (max-width: 767px) and (min-width: 480px) {
      #rooms .subnav ul li {
        width: calc(20% - 8px); }
        #rooms .subnav ul li + li {
          margin-left: 10px; } }
    @media screen and (max-width: 479px) {
      #rooms .subnav ul li + li {
        margin-left: 15px; } }
    @media screen and (min-width: 480px) {
      #rooms .subnav ul li::before {
        content: "";
        display: block;
        padding-bottom: 100%; }
      #rooms .subnav ul li .btn {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 10%;
        overflow: hidden;
        background-color: #FFFFFF;
        border: 5px solid #F7F7F7;
        color: #BFBFBF;
        -moz-transition-property: background-color, border-color, color;
        -o-transition-property: background-color, border-color, color;
        -webkit-transition-property: background-color, border-color, color;
        transition-property: background-color, border-color, color; }
        #rooms .subnav ul li .btn .icon {
          display: -webkit-box;
          display: -webkit-flex;
          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; }
          #rooms .subnav ul li .btn .icon svg {
            width: inherit;
            height: inherit;
            max-width: 100%;
            max-height: 100%; } }
    @media screen and (min-width: 480px) and (max-width: 767px) {
      #rooms .subnav ul li .btn .icon {
        width: 35px;
        height: 35px; } }
    @media screen and (min-width: 480px) {
        #rooms .subnav ul li .btn span {
          display: block;
          margin-top: 5px;
          font-size: 14px; }
        #rooms .subnav ul li .btn:hover {
          background-color: #D2A477;
          border-color: #D9B28C;
          color: #ffffff; }
      #rooms .subnav ul li.current .btn {
        background-color: #D2A477;
        border-color: #D9B28C;
        color: #ffffff;
        pointer-events: none; } }
@media screen and (min-width: 480px) and (min-width: 992px) {
  #rooms .subnav ul li.current {
    width: calc(20% - 12px);
    max-width: 110px; }
    #rooms .subnav ul li.current .btn .icon {
      width: 50px;
      height: 50px; }
    #rooms .subnav ul li.current .btn span {
      font-size: 16px; } }

    @media screen and (max-width: 479px) {
      #rooms .subnav ul li {
        padding-bottom: 13px; }
        #rooms .subnav ul li .btn {
          color: #BFBFBF; }
          #rooms .subnav ul li .btn .icon svg {
            width: 30px;
            height: 30px; }
          #rooms .subnav ul li .btn span {
            margin-top: 5px;
            font-size: 13px;
            white-space: nowrap; }
        #rooms .subnav ul li.current::after {
          content: "";
          position: absolute;
          left: 0;
          right: 0.1em;
          bottom: 0;
          display: block;
          height: 3px;
          background-color: #D2A477; }
        #rooms .subnav ul li.current .btn {
          font-weight: 700;
          color: #000000; } }

.rooms-head {
  padding: 75px 0; }
  @media screen and (max-width: 991px) {
    .rooms-head {
      padding: 50px 0; } }
  @media screen and (max-width: 479px) {
    .rooms-head {
      padding: 35px 0;
      font-size: 15px;
      line-height: 1.5; } }

.rooms-list .list-item .pic-wrapper {
  position: relative;
  z-index: 2; }
  .rooms-list .list-item .pic-wrapper .pic {
    height: 100%; }
    .rooms-list .list-item .pic-wrapper .pic img {
      display: block !important;
      opacity: 0; }
.rooms-list .list-item .content-wrapper {
  position: relative;
  padding: 50px; }
  .rooms-list .list-item .content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0; }
  .rooms-list .list-item .content-wrapper .content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    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;
    text-align: center; }
    .rooms-list .list-item .content-wrapper .content .title {
      font-size: 32px;
      line-height: 1; }
      @media screen and (max-width: 1399px) {
        .rooms-list .list-item .content-wrapper .content .title {
          font-size: 28px; } }
      @media screen and (max-width: 767px) {
        .rooms-list .list-item .content-wrapper .content .title {
          font-size: 24px; } }
      .rooms-list .list-item .content-wrapper .content .title .icon svg {
        display: inline-block;
        vertical-align: top; }
      .rooms-list .list-item .content-wrapper .content .title .icon + span {
        margin-top: 25px; }
      .rooms-list .list-item .content-wrapper .content .title span {
        display: block; }
    .rooms-list .list-item .content-wrapper .content .desc {
      margin: 30px 0;
      color: #695B4D;
      line-height: 1.75; }
.rooms-list .list-item:nth-child(odd) .content-wrapper::before {
  background-color: #FAF5EB; }
.rooms-list .list-item:nth-child(even) .content-wrapper::before {
  background-color: #ffffff; }
.rooms-list .list-item:nth-child(2) .content-wrapper::before {
  background-image: -webkit-linear-gradient(left, #D5B290, #D3A273);
  background-image: -moz-linear-gradient(left, #D5B290, #D3A273);
  background-image: -o-linear-gradient(left, #D5B290, #D3A273);
  background-image: -ms-linear-gradient(left, #D5B290, #D3A273);
  background-image: linear-gradient(to right, #D5B290, #D3A273); }
.rooms-list .list-item:nth-child(2) .content-wrapper .content .title, .rooms-list .list-item:nth-child(2) .content-wrapper .content .desc {
  color: #ffffff; }
.rooms-list .list-item:nth-child(2) .content-wrapper .button .btn {
  color: #ffffff;
  border-color: #ffffff;
  -moz-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color; }
  .rooms-list .list-item:nth-child(2) .content-wrapper .button .btn:hover {
    background-color: #ffffff;
    color: #CB9F75; }
@media screen and (min-width: 1200px) {
  .rooms-list .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .rooms-list .list-item .pic-wrapper {
      overflow: hidden; }
      .rooms-list .list-item .pic-wrapper .pic {
        -moz-transition: transform 0.75s ease 0.1s;
        -o-transition: transform 0.75s ease 0.1s;
        -webkit-transition: transform 0.75s ease 0.1s;
        transition: transform 0.75s ease 0.1s; }
    .rooms-list .list-item:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .rooms-list .list-item:nth-child(odd) .content-wrapper::before {
        left: 0; }
    .rooms-list .list-item:nth-child(even) .content-wrapper::before {
      right: 0; }
    .rooms-list .list-item.hovered .pic-wrapper .pic {
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      transform: scale(1.05); } }
@media screen and (min-width: 1400px) {
  .rooms-list .list-item + .list-item {
    margin-top: -70px; }
  .rooms-list .list-item .pic-wrapper {
    width: 62.5%;
    margin: 70px 0; }
  .rooms-list .list-item .content-wrapper {
    width: 37.5%; }
  .rooms-list .list-item:nth-child(odd) .content-wrapper::before {
    right: -12.5vw; }
  .rooms-list .list-item:nth-child(even) .content-wrapper::before {
    left: -12.5vw; } }
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .rooms-list .list-item + .list-item {
    margin-top: -50px; }
  .rooms-list .list-item .pic-wrapper {
    width: 55%;
    margin: 50px 0; }
  .rooms-list .list-item .content-wrapper {
    width: 45%; }
  .rooms-list .list-item:nth-child(odd) .content-wrapper::before {
    right: -5vw; }
  .rooms-list .list-item:nth-child(even) .content-wrapper::before {
    left: -5vw; } }
@media screen and (max-width: 1199px) {
  .rooms-list .list-item .content-wrapper::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }
@media screen and (max-width: 479px) {
  .rooms-list .list-item .content-wrapper {
    padding: 50px 35px; }
    .rooms-list .list-item .content-wrapper .content .title .icon svg {
      height: 50px; }
    .rooms-list .list-item .content-wrapper .content .title .icon + span {
      margin-top: 15px; }
    .rooms-list .list-item .content-wrapper .content .desc {
      margin: 25px 0;
      font-size: 15px; }
      .rooms-list .list-item .content-wrapper .content .desc br {
        display: none; } }

.room-head {
  text-align: center;
  padding: 20px 0; }

.room-banner {
  position: relative;
  color: #ffffff;
  margin: 0 auto; }
  @media screen and (orientation: landscape) {
    .room-banner {
      max-width: calc(100vh*2.087 - 240px*2.087); } }
  .room-banner .slick-item {
    display: block !important; }
  .room-banner .slider .slick-arrow {
    top: calc(50% - 30px); }
    .room-banner .slider .slick-arrow .btn {
      font-size: 60px;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media screen and (min-width: 992px) {
        .room-banner .slider .slick-arrow .btn:hover {
          color: #CB9F75; } }
    .room-banner .slider .slick-arrow.slick-prev {
      left: 45px; }
    .room-banner .slider .slick-arrow.slick-next {
      right: 45px; }
    @media screen and (max-width: 991px) {
      .room-banner .slider .slick-arrow {
        top: calc(50% - 35px/2); }
        .room-banner .slider .slick-arrow .btn {
          font-size: 35px; }
        .room-banner .slider .slick-arrow.slick-prev {
          left: 25px; }
        .room-banner .slider .slick-arrow.slick-next {
          right: 25px; } }
    @media screen and (max-width: 479px) {
      .room-banner .slider .slick-arrow {
        top: calc(50% - 25px/2); }
        .room-banner .slider .slick-arrow .btn {
          font-size: 25px; }
          .room-banner .slider .slick-arrow .btn svg {
            stroke-width: 4px; }
        .room-banner .slider .slick-arrow.slick-prev {
          left: 10px; }
        .room-banner .slider .slick-arrow.slick-next {
          right: 10px; } }
  @media screen and (orientation: landscape) {
    .room-banner .slider .slick-item {
      height: calc(100vh - 240px); } }
  @media screen and (orientation: portrait) {
    .room-banner .slider .slick-item {
      height: 48vw; } }
  .room-banner .slider .slick-item .banner-inner {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    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%; }
    .room-banner .slider .slick-item .banner-inner .hg {
      position: relative; }
      .room-banner .slider .slick-item .banner-inner .hg::before {
        content: "";
        position: absolute;
        top: calc(50% - 185px);
        left: calc(50% - 375px);
        width: 750px;
        height: 370px;
        background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 50%);
        background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 50%);
        background-image: -o-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 50%);
        background-image: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 50%); }
      .room-banner .slider .slick-item .banner-inner .hg .title {
        position: relative;
        z-index: 1;
        font-size: 50px;
        line-height: 1;
        letter-spacing: 0.1em; }
        @media screen and (max-width: 1399px) {
          .room-banner .slider .slick-item .banner-inner .hg .title {
            font-size: 42px; } }
        @media screen and (max-width: 991px) {
          .room-banner .slider .slick-item .banner-inner .hg .title {
            font-size: 35px; } }
        @media screen and (max-width: 479px) {
          .room-banner .slider .slick-item .banner-inner .hg .title {
            font-size: 24px; } }
  .room-banner .thumbnails .slick-slide .slick-item {
    background-color: #000000;
    cursor: pointer; }
    .room-banner .thumbnails .slick-slide .slick-item .pic {
      opacity: 0.5;
      -moz-transition-property: width, opacity, border;
      -o-transition-property: width, opacity, border;
      -webkit-transition-property: width, opacity, border;
      transition-property: width, opacity, border;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -moz-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      -webkit-transition-timing-function: ease;
      transition-timing-function: ease; }
  .room-banner .thumbnails .slick-slide.slick-current .slick-item .pic {
    opacity: 1; }
  @media screen and (min-width: 992px) {
    .room-banner .thumbnails {
      position: absolute;
      z-index: 5;
      left: 0;
      right: 0;
      bottom: 15px; }
      .room-banner .thumbnails .slick-track {
        display: -webkit-box;
        display: -webkit-flex;
        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;
        margin: 0 auto; }
      .room-banner .thumbnails .slick-slide {
        margin: 0 5px;
        width: auto !important; }
        .room-banner .thumbnails .slick-slide .slick-item .pic {
          width: 80px;
          height: 60px;
          border-width: 0;
          border-style: solid;
          border-color: #ffffff; }
        .room-banner .thumbnails .slick-slide.slick-current .slick-item {
          width: 110px;
          height: 70px; }
          .room-banner .thumbnails .slick-slide.slick-current .slick-item .pic {
            width: 110px;
            height: 70px;
            border-width: 3px; } }
  @media screen and (max-width: 991px) {
    .room-banner .thumbnails .slick-slide .slick-item .pic img {
      display: block !important;
      opacity: 0; } }

.room-details .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  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;
  padding: 40px 0 40px 45px;
  border-bottom: 1px solid #E7E7E7; }
  @media screen and (max-width: 991px) {
    .room-details .list-item {
      padding: 40px 25px; } }
  @media screen and (max-width: 479px) {
    .room-details .list-item {
      padding: 35px 20px; } }
  @media screen and (max-width: 767px) {
    .room-details .list-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .room-details .list-item .icon-wrapper .btn {
    width: 133px;
    height: 133px;
    background-color: #FBF7F4;
    text-align: center; }
    .room-details .list-item .icon-wrapper .btn .txt {
      display: block;
      margin-top: 10px;
      font-size: 18px;
      line-height: 1; }
  .room-details .list-item .content {
    font-size: 16px; }
    @media screen and (min-width: 992px) {
      .room-details .list-item .content {
        width: calc(100% - 215px); } }
    @media screen and (max-width: 991px) and (min-width: 768px) {
      .room-details .list-item .content {
        width: calc(100% - 185px); } }
    @media screen and (max-width: 767px) {
      .room-details .list-item .content {
        width: 100%;
        margin-top: 25px; } }
    .room-details .list-item .content ul {
      padding-left: 20px; }
      .room-details .list-item .content ul li + li {
        margin-top: 5px; }
      .room-details .list-item .content ul li::before {
        content: "";
        display: inline-block;
        vertical-align: 1px;
        width: 10px;
        height: 10px;
        margin-left: -20px;
        margin-right: 10px;
        border-radius: 50%;
        background-color: #BD8651; }
  @media screen and (min-width: 480px) {
    .room-details .list-item.facilities .content ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0; }
      .room-details .list-item.facilities .content ul li {
        margin-top: 5px;
        padding: 0 20px; } }
    @media screen and (min-width: 480px) and (min-width: 1200px) {
      .room-details .list-item.facilities .content ul li {
        width: 25%; }
        .room-details .list-item.facilities .content ul li:nth-child(-n+4) {
          margin-top: 0; } }
    @media screen and (min-width: 480px) and (max-width: 1199px) and (min-width: 992px) {
      .room-details .list-item.facilities .content ul li {
        width: calc(100%/3); }
        .room-details .list-item.facilities .content ul li:nth-child(-n+3) {
          margin-top: 0; } }
    @media screen and (min-width: 480px) and (max-width: 991px) {
      .room-details .list-item.facilities .content ul li {
        width: 50%; }
        .room-details .list-item.facilities .content ul li:nth-child(-n+2) {
          margin-top: 0; } }

.room-foot {
  padding: 95px 0; }
  @media screen and (max-width: 1399px) {
    .room-foot {
      padding: 75px 0; } }
  @media screen and (max-width: 991px) {
    .room-foot {
      padding: 50px 0; } }
  @media screen and (max-width: 479px) {
    .room-foot {
      padding: 35px 0; } }

/* -------------------------------------------
 *  food
 * ------------------------------------------ */
.food-section.features {
  padding: 50px 0; }
  @media screen and (max-width: 767px) {
    .food-section.features {
      padding: 35px 0; } }
  .food-section.features ul {
    display: -webkit-box;
    display: -webkit-flex;
    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; }
    .food-section.features ul .list-item {
      position: relative;
      background-color: #F8F1E2;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media screen and (min-width: 1400px) {
        .food-section.features ul .list-item {
          width: 270px;
          height: 270px; }
          .food-section.features ul .list-item + .list-item {
            margin-left: 100px; } }
      @media screen and (max-width: 1399px) {
        .food-section.features ul .list-item {
          width: 225px;
          height: 225px; }
          .food-section.features ul .list-item + .list-item {
            margin-left: 50px; } }
      @media screen and (max-width: 991px) {
        .food-section.features ul .list-item {
          width: 175px;
          height: 175px; }
          .food-section.features ul .list-item + .list-item {
            margin-left: 25px; } }
      @media screen and (max-width: 767px) {
        .food-section.features ul .list-item {
          width: 150px;
          height: 150px; }
          .food-section.features ul .list-item + .list-item {
            margin-left: 10px; } }
      @media screen and (max-width: 479px) {
        .food-section.features ul .list-item {
          width: calc(100vw/3 - 40px/3 - 20px/3);
          height: calc(100vw/3 - 40px/3 - 20px/3); } }
      .food-section.features ul .list-item::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        display: block;
        border-radius: 50%;
        background-image: -webkit-linear-gradient(-45deg, #F0E0C2, #FAF5EB);
        background-image: -moz-linear-gradient(-45deg, #F0E0C2, #FAF5EB);
        background-image: -o-linear-gradient(-45deg, #F0E0C2, #FAF5EB);
        background-image: -ms-linear-gradient(-45deg, #F0E0C2, #FAF5EB);
        background-image: linear-gradient(135deg, #F0E0C2, #FAF5EB); }
        @media screen and (max-width: 479px) {
          .food-section.features ul .list-item::before {
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px; } }
      .food-section.features ul .list-item .list-item-inner {
        position: relative;
        z-index: 2;
        width: 100%;
        text-align: center; }
        @media screen and (min-width: 992px) {
          .food-section.features ul .list-item .list-item-inner {
            padding: 0 35px; } }
      .food-section.features ul .list-item .title {
        font-size: 36px;
        line-height: 1.25;
        color: #B0753A; }
        @media screen and (max-width: 1399px) {
          .food-section.features ul .list-item .title {
            font-size: 28px; } }
        @media screen and (max-width: 767px) {
          .food-section.features ul .list-item .title {
            font-size: 24px; } }
        @media screen and (max-width: 479px) {
          .food-section.features ul .list-item .title {
            font-size: 18px; } }
      .food-section.features ul .list-item .text {
        margin-top: 15px;
        font-size: 16px;
        line-height: 1.75;
        color: #734C26; }
        @media screen and (max-width: 1399px) {
          .food-section.features ul .list-item .text {
            line-height: 1.5;
            font-size: 14px; } }
        @media screen and (max-width: 991px) {
          .food-section.features ul .list-item .text {
            display: none; } }

.food-section.detail {
  padding: 90px 0;
  background-color: #F2F2F2; }
  @media screen and (max-width: 1199px) {
    .food-section.detail {
      padding: 70px 0; } }
  @media screen and (max-width: 767px) {
    .food-section.detail {
      padding: 35px 0; } }
  .food-section.detail .detail-group + .detail-group {
    margin-top: 55px; }
    @media screen and (max-width: 767px) {
      .food-section.detail .detail-group + .detail-group {
        margin-top: 35px; } }
  .food-section.detail .detail-group .pic {
    position: relative;
    z-index: 2; }
  .food-section.detail .detail-group .content {
    position: relative; }
    .food-section.detail .detail-group .content .content-inner {
      position: relative;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      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;
      text-align: center; }
    .food-section.detail .detail-group .content .icon {
      display: block; }
    .food-section.detail .detail-group .content .title {
      margin-top: 30px;
      font-size: 24px;
      line-height: 1.25; }
    .food-section.detail .detail-group .content .text {
      max-width: 100%;
      margin-top: 25px;
      line-height: 1.75; }
  @media screen and (min-width: 1200px) {
    .food-section.detail .detail-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .food-section.detail .detail-group .pic, .food-section.detail .detail-group .content {
        visibility: visible; }
      .food-section.detail .detail-group .pic {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 25px;
        overflow: hidden; } }
    @media screen and (min-width: 1200px) and (min-width: 1400px) {
      .food-section.detail .detail-group .pic {
        width: 900px; } }
    @media screen and (min-width: 1200px) and (max-width: 1399px) {
      .food-section.detail .detail-group .pic {
        width: calc(100% - 475px); } }
  @media screen and (min-width: 1200px) {
      .food-section.detail .detail-group .content {
        margin-top: 60px; }
        .food-section.detail .detail-group .content::before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          display: block;
          background-color: #ffffff;
          border-radius: 25px; } }
    @media screen and (min-width: 1200px) and (min-width: 1400px) {
      .food-section.detail .detail-group .content {
        width: calc(100% - 900px); }
        .food-section.detail .detail-group .content .content-inner {
          min-height: 500px;
          padding: 70px; } }
    @media screen and (min-width: 1200px) and (max-width: 1399px) {
      .food-section.detail .detail-group .content {
        width: 475px; }
        .food-section.detail .detail-group .content .content-inner {
          min-height: 425px;
          padding: 50px; } }
  @media screen and (min-width: 1200px) {
      .food-section.detail .detail-group:nth-child(odd) .content::before {
        left: -220px;
        right: 0; }
      .food-section.detail .detail-group:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .food-section.detail .detail-group:nth-child(even) .content::before {
          left: 0;
          right: -220px; } }
  @media screen and (max-width: 1199px) {
    .food-section.detail .detail-group {
      overflow: hidden;
      border-radius: 25px; }
      .food-section.detail .detail-group .content {
        background-color: #ffffff; }
        .food-section.detail .detail-group .content .content-inner {
          max-width: 475px;
          margin: 0 auto;
          padding: 50px; } }
  @media screen and (max-width: 479px) {
    .food-section.detail .detail-group .content .content-inner {
      padding: 40px 25px; }
    .food-section.detail .detail-group .content .icon svg {
      max-height: 65px;
      width: auto; }
    .food-section.detail .detail-group .content .title {
      margin-top: 20px;
      font-size: 20px; }
    .food-section.detail .detail-group .content .text {
      margin-top: 15px;
      font-size: 15px; } }

/* -------------------------------------------
 *  clients
 * ------------------------------------------ */
.article-list.clients .list-item .pic::before {
  content: "";
  display: block;
  padding-bottom: calc(45000%/800); }
@media screen and (min-width: 1200px) {
  .article-list.clients .list-item .pic {
    width: 800px; } }
  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .article-list.clients .list-item .pic {
      width: calc(100% - 475px); } }
@media screen and (min-width: 1200px) {
  .article-list.clients .list-item .content {
    width: calc(100% - 800px); } }
  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .article-list.clients .list-item .content {
      width: 475px; } }

/* -------------------------------------------
 *  news
 * ------------------------------------------ */
.article-list.news .list-item .pic::before {
  content: "";
  display: block;
  padding-bottom: calc(45000%/620); }
@media screen and (min-width: 1200px) {
  .article-list.news .list-item .pic {
    width: 620px; } }
  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .article-list.news .list-item .pic {
      width: calc(100% - 575px); } }
@media screen and (min-width: 1200px) {
  .article-list.news .list-item .content {
    width: calc(100% - 620px); } }
  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .article-list.news .list-item .content {
      width: 575px; } }

/* -------------------------------------------
 *  contact
 * ------------------------------------------ */
.contact-section.contact {
  padding: 65px 0 45px;
  background: url("images/static/contact/contact-bg.png") top center no-repeat; }
  @media screen and (max-width: 991px) {
    .contact-section.contact {
      padding: 50px 0; } }
  @media screen and (max-width: 767px) {
    .contact-section.contact {
      padding: 35px 0; } }

.contact-form .head {
  max-width: 850px;
  margin: 0 auto; }
  .contact-form .head .title {
    font-size: 28px; }
  .contact-form .head .text {
    margin-top: 15px;
    font-size: 16px; }
  .contact-form .head + .form {
    margin-top: 65px; }
    @media screen and (max-width: 991px) {
      .contact-form .head + .form {
        margin-top: 50px; } }
    @media screen and (max-width: 767px) {
      .contact-form .head + .form {
        margin-top: 35px; } }
.contact-form .form {
  font-size: 16px; }
  @media screen and (max-width: 479px) {
    .contact-form .form {
      font-size: 15px; } }
  .contact-form .form .form-fieldset:first-child {
    border-top: 3px solid #D9B28C;
    border-bottom: 3px solid #D9B28C; }
    .contact-form .form .form-fieldset:first-child .form-row:last-child .form-group {
      border-bottom: none; }
  .contact-form .form .form-fieldset + .form-fieldset {
    margin-top: 60px; }
    @media screen and (max-width: 479px) {
      .contact-form .form .form-fieldset + .form-fieldset {
        margin-top: 35px; } }
  @media screen and (min-width: 992px) {
    .contact-form .form .form-row {
      margin: 0 -15px; }
      .contact-form .form .form-row:not(.actions) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .contact-form .form .form-row.actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .contact-form .form .form-row.actions .btn + .btn {
      margin-left: 25px; }
    .contact-form .form .form-row.actions .btn:hover {
      background-color: #DEBB85;
      border-color: #DEBB85; }
  .contact-form .form .form-row .form-group {
    border-bottom: 1px solid #EFEFEF; }
    @media screen and (min-width: 480px) {
      .contact-form .form .form-row .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 75px; } }
    @media screen and (min-width: 992px) {
      .contact-form .form .form-row .form-group {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 15px; } }
    @media screen and (max-width: 479px) {
      .contact-form .form .form-row .form-group {
        padding: 15px 5px; } }
    @media screen and (min-width: 992px) {
      .contact-form .form .form-row .form-group > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 5px; } }
    .contact-form .form .form-row .form-group .form-label {
      width: 185px;
      max-height: 75px;
      letter-spacing: 0.05em; }
      .contact-form .form .form-row .form-group .form-label span {
        display: inline-block;
        margin-left: 0.25em; }
      @media screen and (max-width: 991px) and (min-width: 480px) {
        .contact-form .form .form-row .form-group .form-label {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media screen and (max-width: 479px) {
        .contact-form .form .form-row .form-group .form-label {
          margin-bottom: 15px; } }
    @media screen and (min-width: 480px) {
      .contact-form .form .form-row .form-group .form-controls {
        padding: 17.5px 0; } }
    @media screen and (min-width: 992px) {
      .contact-form .form .form-row .form-group .form-controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% - 145px);
        margin: 0 -15px; } }
    @media screen and (max-width: 991px) {
      .contact-form .form .form-row .form-group .form-controls {
        width: calc(100% - 175px); } }
    @media screen and (max-width: 479px) {
      .contact-form .form .form-row .form-group .form-controls {
        width: 100%; } }
    @media screen and (min-width: 992px) {
      .contact-form .form .form-row .form-group .form-controls .form-control, .contact-form .form .form-row .form-group .form-controls .form-select {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
    @media screen and (min-width: 480px) {
      .contact-form .form .form-row .form-group .form-controls .form-control, .contact-form .form .form-row .form-group .form-controls .form-select {
        height: 40px; } }
    @media screen and (max-width: 991px) {
      .contact-form .form .form-row .form-group .form-controls .form-control, .contact-form .form .form-row .form-group .form-controls .form-select {
        width: 100%; } }
    .contact-form .form .form-row .form-group .form-controls textarea.form-control {
      height: auto;
      padding: 7.5px 0; }
    .contact-form .form .form-row .form-group .form-controls .form-control, .contact-form .form .form-row .form-group .form-controls .form-select, .contact-form .form .form-row .form-group .form-controls .form-check, .contact-form .form .form-row .form-group .form-controls .form-code {
      font-size: inherit; }
      @media screen and (min-width: 992px) {
        .contact-form .form .form-row .form-group .form-controls .form-control, .contact-form .form .form-row .form-group .form-controls .form-select, .contact-form .form .form-row .form-group .form-controls .form-check, .contact-form .form .form-row .form-group .form-controls .form-code {
          margin: 0 15px; } }
    @media screen and (max-width: 991px) {
      .contact-form .form .form-row .form-group .form-controls .form-select + .form-select {
        margin-top: 15px; } }
    @media screen and (max-width: 479px) {
      .contact-form .form .form-row .form-group .form-controls .form-select + .form-select {
        margin-top: 10px; } }
    .contact-form .form .form-row .form-group .form-controls .form-code {
      display: block; }
      @media screen and (max-width: 991px) {
        .contact-form .form .form-row .form-group .form-controls .form-code {
          margin-top: 15px; } }
      @media screen and (max-width: 479px) {
        .contact-form .form .form-row .form-group .form-controls .form-code {
          margin-top: 10px; } }
    .contact-form .form .form-row .form-group .form-controls .form-control {
      display: block;
      letter-spacing: 0.05em; }
      .contact-form .form .form-row .form-group .form-controls .form-control::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.35); }
      .contact-form .form .form-row .form-group .form-controls .form-control:-moz-placeholder {
        color: rgba(0, 0, 0, 0.35); }
      .contact-form .form .form-row .form-group .form-controls .form-control::-moz-placeholder {
        color: rgba(0, 0, 0, 0.35); }
      .contact-form .form .form-row .form-group .form-controls .form-control:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.35); }
    .contact-form .form .form-row .form-group .form-controls .bootstrap-select {
      width: 100%;
      height: 100%; }
      .contact-form .form .form-row .form-group .form-controls .bootstrap-select > .dropdown-toggle {
        display: block;
        height: 100%;
        padding: 0 5px 0 0;
        background: none;
        border: none;
        outline: none;
        box-shadow: none; }
        .contact-form .form .form-row .form-group .form-controls .bootstrap-select > .dropdown-toggle .filter-option {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0;
          letter-spacing: 0.05em;
          color: rgba(0, 0, 0, 0.35); }
      .contact-form .form .form-row .form-group .form-controls .bootstrap-select > .dropdown-menu {
        max-height: 250px !important;
        margin: 0;
        border-color: #EFEFEF;
        border-radius: 0; }
        .contact-form .form .form-row .form-group .form-controls .bootstrap-select > .dropdown-menu > .inner {
          max-height: 250px !important; }
          .contact-form .form .form-row .form-group .form-controls .bootstrap-select > .dropdown-menu > .inner li.disabled {
            display: none; }
          .contact-form .form .form-row .form-group .form-controls .bootstrap-select > .dropdown-menu > .inner li .dropdown-item {
            padding: 5px 15px;
            -moz-transition: color, background-color;
            -o-transition: color, background-color;
            -webkit-transition: color, background-color;
            transition: color, background-color; }
            .contact-form .form .form-row .form-group .form-controls .bootstrap-select > .dropdown-menu > .inner li .dropdown-item.active, .contact-form .form .form-row .form-group .form-controls .bootstrap-select > .dropdown-menu > .inner li .dropdown-item:active {
              background-color: #DEBB85; }
      .contact-form .form .form-row .form-group .form-controls .bootstrap-select:not(.dropup) > .dropdown-toggle::after {
        border-top-color: #BD8651; }
      .contact-form .form .form-row .form-group .form-controls .bootstrap-select.dropup > .dropdown-toggle::after {
        border-bottom-color: #BD8651; }
      .contact-form .form .form-row .form-group .form-controls .bootstrap-select.changed > .dropdown-toggle .filter-option {
        color: #000000; }
    @media screen and (max-width: 991px) {
      .contact-form .form .form-row .form-group .form-controls .form-check + .form-check {
        margin-top: 15px; } }
    @media screen and (max-width: 479px) {
      .contact-form .form .form-row .form-group .form-controls .form-check + .form-check {
        margin-top: 10px; } }
    .contact-form .form .form-row .form-group .form-controls .form-check .form-check-label {
      cursor: pointer;
      color: rgba(0, 0, 0, 0.35);
      letter-spacing: 0.05em;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .contact-form .form .form-row .form-group .form-controls .form-check .form-check-label::before {
        content: "";
        display: inline-block;
        vertical-align: -2px;
        width: 1em;
        height: 1em;
        margin-right: 0.5em;
        border-radius: 50%;
        border: 1px solid #BD8651;
        box-shadow: 0 0 0 2px inset #ffffff;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
    .contact-form .form .form-row .form-group .form-controls .form-check .form-check-control {
      display: none; }
      .contact-form .form .form-row .form-group .form-controls .form-check .form-check-control:checked + .form-check-label {
        color: #000000; }
        .contact-form .form .form-row .form-group .form-controls .form-check .form-check-control:checked + .form-check-label::before {
          background-color: #CB9F75; }
    .contact-form .form .form-row .form-group .form-controls .form-check .form-check-text {
      display: inline-block;
      width: 470px;
      height: 40px;
      margin-left: 20px;
      padding: 0 10px;
      background-color: #F7F7F7;
      border-radius: 4px; }
      @media screen and (max-width: 1399px) {
        .contact-form .form .form-row .form-group .form-controls .form-check .form-check-text {
          width: 350px; } }
      @media screen and (max-width: 991px) {
        .contact-form .form .form-row .form-group .form-controls .form-check .form-check-text {
          margin-left: 10px; } }
      @media screen and (max-width: 767px) {
        .contact-form .form .form-row .form-group .form-controls .form-check .form-check-text {
          width: calc(100% - 5em); } }
      @media screen and (max-width: 479px) {
        .contact-form .form .form-row .form-group .form-controls .form-check .form-check-text {
          height: 35px; } }

.datepicker:not(.form-control) {
  padding: 15px;
  border-color: #EFEFEF; }
  .datepicker:not(.form-control):not(.datepicker-orient-top)::before {
    border-bottom-color: #EFEFEF; }
  .datepicker:not(.form-control).datepicker-orient-top::before {
    border-top-color: #EFEFEF; }
  .datepicker:not(.form-control) th, .datepicker:not(.form-control) td {
    width: 35px;
    height: 30px;
    vertical-align: middle; }
  .datepicker:not(.form-control) th.prev, .datepicker:not(.form-control) th.next {
    color: #BD8651; }
  .datepicker:not(.form-control) th:not(.dow) {
    height: 35px; }
  .datepicker:not(.form-control) table tr td {
    border: none !important;
    text-shadow: none !important; }
    .datepicker:not(.form-control) table tr td.old, .datepicker:not(.form-control) table tr td.new, .datepicker:not(.form-control) table tr td.disabled {
      color: rgba(0, 0, 0, 0.35); }
      .datepicker:not(.form-control) table tr td.old:hover, .datepicker:not(.form-control) table tr td.new:hover, .datepicker:not(.form-control) table tr td.disabled:hover {
        color: rgba(0, 0, 0, 0.35); }
    .datepicker:not(.form-control) table tr td.today {
      background-color: #EFEFEF; }
    .datepicker:not(.form-control) table tr td.active, .datepicker:not(.form-control) table tr td.active:hover, .datepicker:not(.form-control) table tr td.active:active {
      background-color: #DEBB85;
      background-image: none; }

.contact-location {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 992px) {
    .contact-location {
      -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: 100px; } }
  @media screen and (max-width: 991px) {
    .contact-location {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      margin-top: 75px; } }
  @media screen and (max-width: 767px) {
    .contact-location {
      margin-top: 50px; } }
  .contact-location .location-map {
    overflow: hidden; }
    .contact-location .location-map img {
      display: block; }
    @media screen and (min-width: 1800px) {
      .contact-location .location-map {
        margin-left: -200px; } }
    @media screen and (max-width: 1399px) and (min-width: 992px) {
      .contact-location .location-map {
        max-width: 60%; } }
    @media screen and (max-width: 991px) {
      .contact-location .location-map {
        width: 100%;
        margin-top: 50px; } }
  @media screen and (min-width: 1800px) {
    .contact-location .location-detail {
      padding-right: 85px; } }
  @media screen and (max-width: 1399px) and (min-width: 992px) {
    .contact-location .location-detail {
      max-width: 40%; } }
  @media screen and (max-width: 991px) {
    .contact-location .location-detail {
      display: -webkit-box;
      display: -webkit-flex;
      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; } }
  .contact-location .location-detail .title {
    font-size: 28px; }
    @media screen and (max-width: 767px) {
      .contact-location .location-detail .title {
        font-size: 24px; } }
  .contact-location .location-detail .text {
    margin-top: 20px; }
    .contact-location .location-detail .text ul {
      padding-left: 1.25em; }
      .contact-location .location-detail .text ul li::before {
        content: "";
        display: inline-block;
        vertical-align: 1px;
        width: 10px;
        height: 10px;
        margin-left: -1.25em;
        margin-right: calc(1.25em - 10px);
        border-radius: 50%;
        background-color: #BD8651; }
      .contact-location .location-detail .text ul li + li {
        margin-top: 0.5em; }
  .contact-location .location-detail .button {
    margin-top: 35px; }
    .contact-location .location-detail .button .btn .icon {
      margin-left: 5px;
      font-size: 22px; }

@media screen and (min-width: 1200px) {
  .contact-section.traffic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
.contact-section.traffic .section-main {
  background-image: url("images/static/contact/contact-bg.png");
  background-size: cover; }
  @media screen and (min-width: 1600px) {
    .contact-section.traffic .section-main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: calc(100% - 690px);
      padding: 90px 85px; } }
  @media screen and (max-width: 1599px) and (min-width: 1200px) {
    .contact-section.traffic .section-main {
      width: 62.5%; } }
  @media screen and (max-width: 1599px) {
    .contact-section.traffic .section-main {
      padding: 50px; } }
  @media screen and (max-width: 767px) {
    .contact-section.traffic .section-main {
      padding: 35px 25px; } }
  @media screen and (max-width: 479px) {
    .contact-section.traffic .section-main {
      padding: 35px 20px; } }
  .contact-section.traffic .section-main .section-inner {
    width: 100%;
    max-width: 930px; }
  .contact-section.traffic .section-main .traffic-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .contact-section.traffic .section-main .traffic-group {
        -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; } }
    .contact-section.traffic .section-main .traffic-group + .traffic-group {
      margin-top: 55px;
      padding-top: 55px;
      border-top: 1px solid rgba(189, 134, 81, 0.5); }
      @media screen and (max-width: 1599px) {
        .contact-section.traffic .section-main .traffic-group + .traffic-group {
          margin-top: 35px;
          padding-top: 35px; } }
    .contact-section.traffic .section-main .traffic-group .icon {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 133px;
      height: 133px;
      font-size: 18px;
      color: #ffffff;
      background-color: #D6B18E; }
      .contact-section.traffic .section-main .traffic-group .icon span {
        display: block;
        margin-top: 8px; }
    @media screen and (min-width: 1600px) {
      .contact-section.traffic .section-main .traffic-group .content {
        padding: 0 50px; } }
    @media screen and (max-width: 1599px) and (min-width: 768px) {
      .contact-section.traffic .section-main .traffic-group .content {
        padding-left: 50px; } }
    @media screen and (max-width: 767px) {
      .contact-section.traffic .section-main .traffic-group .content {
        width: 100%;
        margin-top: 25px; } }
    .contact-section.traffic .section-main .traffic-group .content .btn {
      width: 24px;
      height: 24px;
      background-color: #BBBBBB;
      color: #ffffff; }
    .contact-section.traffic .section-main .traffic-group .content .tt {
      margin-bottom: 0.15em; }
    .contact-section.traffic .section-main .traffic-group .content > p + ul {
      margin-top: 1em; }
    .contact-section.traffic .section-main .traffic-group .content > ul {
      padding-left: 1.25em; }
      .contact-section.traffic .section-main .traffic-group .content > ul > li {
        position: relative; }
        .contact-section.traffic .section-main .traffic-group .content > ul > li::before {
          content: "";
          position: absolute;
          top: calc(1em - 4px);
          left: -1.25em;
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #BD8651; }
      .contact-section.traffic .section-main .traffic-group .content > ul li + li {
        margin-top: 1em; }
@media screen and (min-width: 1600px) {
  .contact-section.traffic .section-pic {
    width: 690px; } }
@media screen and (max-width: 1599px) and (min-width: 1200px) {
  .contact-section.traffic .section-pic {
    width: 37.5%; } }

.contact-sent {
  background-image: -webkit-radial-gradient(#ffffff 30%, #F2F2F2);
  background-image: -moz-radial-gradient(#ffffff 30%, #F2F2F2);
  background-image: -o-radial-gradient(#ffffff 30%, #F2F2F2);
  background-image: radial-gradient(#ffffff 30%, #F2F2F2); }
  .contact-sent .container {
    display: -webkit-box;
    display: -webkit-flex;
    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;
    min-height: calc(100vh - 90px); }
    @media screen and (max-width: 991px) {
      .contact-sent .container {
        min-height: calc(100vh - 65px); } }
    .contact-sent .container .icon-wrapper {
      width: 120px;
      height: 120px;
      border: 5px solid #F7F7F7; }
    .contact-sent .container .title {
      margin-top: 30px;
      font-size: 28px; }
    .contact-sent .container .text {
      margin-top: 20px;
      font-size: 16px; }
    .contact-sent .container .button {
      margin-top: 65px; }

/* -------------------------------------------
 *  privacy
 * ------------------------------------------ */
.privacy-wrapper {
  padding: 75px 0 100px; }
  @media screen and (max-width: 991px) {
    .privacy-wrapper {
      padding: 50px 0; } }
  @media screen and (max-width: 767px) {
    .privacy-wrapper {
      padding: 35px 0; } }
  .privacy-wrapper > div {
    position: relative; }
    .privacy-wrapper > div + div {
      margin-top: 35px;
      padding-top: 35px; }
      .privacy-wrapper > div + div::before {
        content: "";
        position: absolute;
        top: 0;
        left: -50px;
        right: -50px;
        display: block;
        height: 1px;
        background-color: #CB9F75; }
        @media screen and (max-width: 1680px) {
          .privacy-wrapper > div + div::before {
            left: 0;
            right: 0; } }
  .privacy-wrapper .privacy-body section + section {
    margin-top: 60px; }
    @media screen and (max-width: 991px) {
      .privacy-wrapper .privacy-body section + section {
        margin-top: 35px; } }
  .privacy-wrapper .privacy-body .title {
    font-size: 20px; }
    @media screen and (max-width: 479px) {
      .privacy-wrapper .privacy-body .title {
        font-size: 18px; } }
    .privacy-wrapper .privacy-body .title + .text {
      margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .privacy-wrapper .privacy-body .text {
      padding-left: 45px; } }
  .privacy-wrapper .privacy-body .text p + ul, .privacy-wrapper .privacy-body .text ul + p, .privacy-wrapper .privacy-body .text p + p, .privacy-wrapper .privacy-body .text ul + ul {
    margin-top: 1em; }
  .privacy-wrapper .privacy-body .text ul {
    margin: 0;
    padding-left: 1.25em;
    list-style: none; }
    .privacy-wrapper .privacy-body .text ul > li {
      position: relative; }
      .privacy-wrapper .privacy-body .text ul > li::before {
        content: "";
        position: absolute;
        top: calc(1em - 3px);
        left: -1.25em;
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #CFAD70; }
    .privacy-wrapper .privacy-body .text ul li + li {
      margin-top: 0.5em; }

/*# sourceMappingURL=style.css.map */
