@charset "UTF-8";
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Light.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Moneta-Bold";
  src: url("../fonts/Moneta-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "SofiaPro-Light";
  src: url("../fonts/SofiaPro-Light.ttf");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

.pc {
  display: block; }
  @media (max-width: 767px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 767px) {
    .sp {
      display: block; } }

body {
  font-family: "Playfair Display", serif;
  line-height: 1.8;
  font-size: 16px;
  background: #ffeeec; }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  color: #43484e; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

em,
span,
strong {
  display: inline-block;
  vertical-align: middle; }

img {
  max-width: 100%;
  line-height: 1;
  vertical-align: bottom; }

a {
  text-decoration: none; }

p {
  margin: 0;
  color: rgba(67, 72, 78, 0.7);
  line-height: 1.8; }

button {
  border: none; }

.img-max {
  width: 100%; }

.img-circle {
  border-radius: 100%; }

.list-icon-social li {
  margin-right: 20px; }
  .list-icon-social li a {
    font-size: 24px;
    color: #95569b; }

.container {
  max-width: 1280px;
  padding: 0 15px;
  margin: 0 auto; }
  .container--small {
    max-width: 960px !important; }
  @media (min-width: 1280px) {
    .container {
      max-width: 1180px; } }

.header-page {
  font-size: 45px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px; }
  .header-page-large {
    font-family: "Playfair Display", serif; }
  .header-page-small {
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .header-page-medium {
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .header-page-sub {
    font-size: 18px;
    font-family: "SVN-Unthrift";
    font-weight: normal;
    color: #ac9175; }
    .header-page-sub.left {
      margin-left: -45px; }
  @media (max-width: 767px) {
    .header-page {
      font-size: 25px;
      margin-top: 20px; }
      .header-page-sub {
        font-size: 14px;
        margin-top: 20px; } }

.vn .mission-section .header-page {
  font-size: 50px; }

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

.font-comma {
  font-family: "Cormorant Garamond", serif; }

.section-text {
  font-weight: 300;
  line-height: 1.7; }
  .header-page-sub + .section-text {
    margin-top: 55px; }
    @media (max-width: 767px) {
      .header-page-sub + .section-text {
        margin-top: 30px; } }
  .section-text--blur {
    opacity: 0.5; }

.breadcrumb {
  display: flex;
  justify-content: center; }
  .breadcrumb li {
    position: relative;
    padding-left: 15px;
    margin-left: 15px; }
    .breadcrumb li:first-child {
      padding: 0;
      margin: 0; }
      .breadcrumb li:first-child::before {
        content: ""; }
    .breadcrumb li::before {
      content: "/";
      position: absolute;
      left: 0;
      top: 0; }
  .breadcrumb a {
    color: #fff; }

.fz--10 {
  font-size: 10px; }

.fz--12 {
  font-size: 12px; }

.fz--13 {
  font-size: 13px; }

.fz--16 {
  font-size: 16px; }

.fz--18 {
  font-size: 18px; }

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

.fz--22 {
  font-size: 22px; }

.fz--24 {
  font-size: 24px; }

.fz--30 {
  font-size: 30px; }

.fz--40 {
  font-size: 40px; }

@media (max-width: 767px) {
  .fz__mb--13 {
    font-size: 13px; }
  .fz__mb--16 {
    font-size: 16px; } }

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

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

.flex-box {
  display: flex; }
  .flex-box--between {
    justify-content: space-between; }
  .flex-box--start {
    justify-content: flex-start; }
  .flex-box--end {
    justify-content: flex-end; }
  .flex-box--center {
    justify-content: center; }
  .flex-box--aligncenter {
    align-items: center; }
  .flex-box--aligntop {
    align-items: flex-start; }
  .flex-box--alignbottom {
    align-items: flex-end; }
  .flex-box--alignstretch {
    align-items: stretch; }
  .flex-box--baseline {
    align-items: baseline; }
  .flex-box__direction--column {
    flex-direction: column; }
    @media (max-width: 767px) {
      .flex-box__direction--column--mb {
        flex-direction: column; } }
  @media (max-width: 767px) {
    .flex-box--column-reverse--mb {
      flex-direction: column-reverse; } }
  .flex-box--wrap {
    flex-wrap: wrap; }
  @media (max-width: 767px) {
    .flex-box__mb {
      display: flex; }
      .flex-box__mb--none {
        display: block; }
      .flex-box__mb--between {
        justify-content: space-between; }
      .flex-box__mb--end {
        justify-content: flex-end; }
      .flex-box__mb--wrap {
        flex-wrap: wrap; }
      .flex-box__mb--center {
        justify-content: center; } }

.navi-post-link {
  position: relative; }
  .navi-post-link a {
    color: #95569b; }

.navi-post .prev_post {
  padding-left: 25px; }
  .navi-post .prev_post:before {
    content: "";
    position: absolute;
    left: 0;
    top: 35%;
    width: 6px;
    height: 6px;
    border-left: 2px solid #95569b;
    border-top: 2px solid #95569b;
    transform: rotate(-45deg); }

.navi-post .next_post {
  padding-right: 25px;
  display: flex;
  justify-content: flex-end; }
  .navi-post .next_post:before {
    content: "";
    position: absolute;
    right: 0;
    top: 35%;
    width: 6px;
    height: 6px;
    border-left: 2px solid #95569b;
    border-top: 2px solid #95569b;
    transform: rotate(135deg); }

.navi-post i {
  font-size: 24px;
  margin: 0 15px;
  display: inline-block;
  vertical-align: middle; }

.navi-post span {
  display: inline-block;
  vertical-align: middle; }

.wp-pagenavi {
  clear: both;
  border-top: 1px solid #b4b4b4;
  padding-top: 50px;
  text-align: left;
  margin: 60px 0 80px; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    margin: 0 15px;
    color: #a0a0a0;
    font-weight: bold;
    border: none !important; }
  .wp-pagenavi a:hover,
  .wp-pagenavi span.current {
    color: #3989c9; }
  .wp-pagenavi span.current {
    color: #3989c9; }

.mt--auto {
  margin-top: auto; }

.mt--0 {
  margin-top: 0 !important; }

.mt--5 {
  margin-top: 5px; }

.mt--10 {
  margin-top: 10px; }

.mt--15 {
  margin-top: 15px; }

.mt--20 {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .mt--20--mb {
      margin-top: 20px; } }

.mt--25 {
  margin-top: 25px; }
  @media (max-width: 767px) {
    .mt--25--mb {
      margin-top: 20px; } }

.mt--30 {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .mt--30--mb {
      margin-top: 20px; } }

.mt--40 {
  margin-top: 40px; }
  @media (max-width: 767px) {
    .mt--40--mb {
      margin-top: 20px; } }

.mt--50 {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .mt--50--mb {
      margin-top: 20px; } }

.mt--60 {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .mt--60--mb {
      margin-top: 20px; } }

.mt--70 {
  margin-top: 70px; }
  @media (max-width: 767px) {
    .mt--70--mb {
      margin-top: 70px; } }

.mt--80 {
  margin-top: 80px; }
  @media (max-width: 767px) {
    .mt--80 {
      margin-top: 35px; }
      .mt--80--mb {
        margin-top: 70px; } }

.mt--90 {
  margin-top: 90px; }
  @media (max-width: 767px) {
    .mt--90--mb {
      margin-top: 70px; } }

.mt--120 {
  margin-top: 120px; }
  @media (max-width: 767px) {
    .mt--120--mb {
      margin-top: 80px; } }

@media (max-width: 767px) {
  .mt__mb--0 {
    margin: 0 !important; }
  .mt__mb--10 {
    margin-top: 10px; }
  .mt__mb--20 {
    margin-top: 20px; } }

@media (max-width: 767px) {
  .mt__mb--20 {
    margin-top: 20px; }
  .mt__mb--30 {
    margin-top: 30px; } }

.mb__minus--20 {
  margin-bottom: -20px;
  z-index: 90; }

.mb--70 {
  margin-bottom: 70px; }

.mb--10 {
  margin-bottom: 10px; }

.mb--30 {
  margin-bottom: 30px; }

.mr--5 {
  margin-right: 5px; }

.mr--10 {
  margin-right: 10px; }

.mr--15 {
  margin-right: 15px; }

.mr--20 {
  margin-right: 20px; }

.ml--10 {
  margin-left: 10px; }

.ml--20 {
  margin-left: 20px; }

.ml--30 {
  margin-left: 30px; }

.ml__mb--0 {
  margin-left: 0; }

.taC {
  text-align: center; }

.taR {
  text-align: right !important; }

.tbl-page {
  width: 100%;
  border-collapse: separate;
  border: 1px solid #f5f5f5;
  border-top: none;
  border-right: none; }
  .tbl-page tr th {
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    padding: 10px; }
  .tbl-page tr td {
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    padding: 10px; }

.input-page {
  height: 45px;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 5px;
  outline: none;
  background: transparent; }
  .input-page-radio {
    margin-right: 10px; }
  .input-page.require {
    border: 1px solid #e02020; }

.textarea-page {
  border: 1px solid #cccccc;
  background: transparent;
  height: 150px;
  width: 100%;
  padding: 10px; }

table.table-form-page {
  width: 100%;
  border-collapse: collapse;
  font-family: "Cormorant Garamond", serif; }
  table.table-form-page tr td {
    padding: 15px 0; }
    @media (max-width: 767px) {
      table.table-form-page tr td {
        width: 100%;
        display: block;
        padding-bottom: 20px; } }
  table.table-form-page tr th {
    text-align: left;
    vertical-align: top;
    padding-top: 15px; }
    @media (max-width: 767px) {
      table.table-form-page tr th {
        width: 100%;
        font-size: 15px;
        display: block; } }

.btn-page {
  border: 1px solid #f7ccc8;
  color: #fff;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  padding: 0 30px;
  letter-spacing: 1px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  background: #f7ccc8; }
  .btn-page span {
    position: relative;
    z-index: 50;
    line-height: 43px;
    display: inline-block;
    vertical-align: top; }
  .btn-page::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #e2887d;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out; }
  .btn-page:hover {
    color: #fff;
    border: 1px solid #e2887d; }
    .btn-page:hover::before {
      left: 0; }
  .btn-page i {
    margin-left: 30px; }
  .btn-page.disable {
    opacity: 0.3;
    pointer-events: none; }
  .btn-page--outline {
    border: 1px solid #07407e;
    background: none;
    color: #07407e;
    padding: 5px 15px;
    border-radius: 4px;
    line-height: 35px;
    height: 35px; }
  .section-text + .btn-page {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .section-text + .btn-page {
        margin-top: 15px; } }
  .btn-page--black {
    background: #43484e;
    color: #ac9175;
    border: 1px solid #43484e; }
  .btn-page--violet {
    background: #95569b; }
  .btn-page--yellow {
    background: #ac9175;
    border: 1px solid #ac9175;
    color: #fff; }

#idBooking {
  background: #fff; }

.grid--80 {
  width: 80%; }

.grid--5 {
  width: 5%; }

.grid--10 {
  width: 10%; }

.grid--15 {
  width: 15%; }

.grid--20 {
  width: 20%; }

.grid--25 {
  width: 25%; }

.grid--30 {
  width: 30%; }

.grid--33 {
  width: 33%; }

.grid--35 {
  width: 35%; }

.grid--40 {
  width: 40%; }

.grid--45 {
  width: 45%; }

.grid--50 {
  width: 50%; }

.grid--55 {
  width: 55%; }

.grid--48 {
  width: 48%; }

.grid--60 {
  width: 60%; }

.grid--65 {
  width: 65%; }

.grid--70 {
  width: 70%; }

.grid--75 {
  width: 75%; }

.grid--85 {
  width: 85%; }

.grid--100 {
  width: 100%; }

@media (max-width: 767px) {
  .grid__mb--100 {
    width: 100% !important; }
  .grid__mb--50 {
    width: 50%; }
  .grid__mb--25 {
    width: 25%; }
  .grid__mb--45 {
    width: 45%; } }

.grid--small {
  max-width: 800px;
  margin: 0 auto; }

.box--border {
  border: 1px solid #f5f5f5;
  padding: 30px;
  border-radius: 5px; }
  @media (max-width: 767px) {
    .box--border {
      padding: 0; } }
  .box--border--bottom {
    border-bottom: 1px solid #f5f5f5; }

.border {
  border: 1px solid #f8f8f8;
  display: inline-block; }

.slick-arrow {
  border: none;
  font-size: 15px;
  position: absolute;
  z-index: 500;
  outline: none;
  width: 100px;
  height: 20px;
  background: none;
  cursor: pointer; }
  .slick-arrow:hover {
    opacity: 0.6; }

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

@media (max-width: 767px) {
  .text-align__mb--center {
    text-align: center; } }

.text__brand {
  color: #fb6f7f !important; }

.text__err {
  color: #e02020; }

.text--white {
  color: #fff !important; }

.text--gold {
  color: #ac9175 !important; }

.text--violet {
  color: #95569b !important; }

.text--black {
  color: #000000 !important; }

.text--voice span.text--voice--inner {
  position: relative;
  padding: 15px 20px; }
  .text--voice span.text--voice--inner::before {
    content: "“";
    font-family: "SVN-Unthrift";
    font-size: 70px;
    color: #ac9175;
    position: absolute;
    top: 0px;
    left: -30px; }
    @media (max-width: 767px) {
      .text--voice span.text--voice--inner::before {
        left: 0; } }
  .text--voice span.text--voice--inner::after {
    content: "”";
    font-family: "SVN-Unthrift";
    font-size: 70px;
    color: #ac9175;
    position: absolute;
    bottom: -40px;
    right: -35px; }
    @media (max-width: 767px) {
      .text--voice span.text--voice--inner::after {
        right: 0; } }

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

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

.text--link {
  color: rgba(67, 72, 78, 0.7);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: inline-block; }
  .text--link::before {
    content: "";
    width: 100%;
    height: 1.5px;
    background: #f7ccc8;
    position: absolute;
    bottom: 10px;
    left: -100%;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out; }
  .text--link:hover::before {
    left: 0; }
  .text--link + .text--link {
    margin-left: 20px; }
  .text--link--color {
    color: #f7ccc8;
    font-weight: bold;
    font-size: 16px; }

.text-red {
  color: #e02020; }

.text-note {
  font-style: italic;
  font-size: 12px;
  color: #a0a0a0; }

.text-content {
  line-height: 1.6;
  word-wrap: break-word; }
  .text-content img {
    margin: 25px auto;
    display: block;
    height: auto !important; }
    .text-content img.alignleft {
      margin: 25px 0; }
  .text-content ol li {
    padding-left: 10px; }
    .text-content ol li::marker {
      font-weight: bold;
      margin-right: 10px; }

.tab-content {
  visibility: hidden;
  padding-top: 40px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0; }
  .tab-content.active {
    visibility: visible;
    position: static;
    left: auto;
    top: auto; }

.wrap-relative {
  position: relative; }

.popup {
  display: none;
  width: 60%;
  position: fixed;
  left: 50%;
  top: 50%;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  padding: 50px;
  z-index: 1501; }
  @media (max-width: 767px) {
    .popup {
      width: 90%;
      padding: 30px; } }
  .popup.small-popup {
    width: 35%; }

.overlay {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }

.bg--white {
  background: #fff; }

.bg--grey {
  background: #f5f5f5; }

.bg--black {
  background: #000000; }

.bg--violet {
  background: #95569b; }

.bg--yellow {
  background: #ac9175; }

.table-page {
  width: 100%;
  border: 1px solid #cccccc;
  border-collapse: collapse; }
  .table-page thead {
    background: #f5f5f5;
    font-weight: bold; }
    .table-page thead td {
      text-align: center; }
  .table-page tr td {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    padding: 10px; }

.logo_teddy {
  position: relative;
  padding-left: 15px; }
  .logo_teddy .dot {
    position: absolute;
    bottom: 22px;
    left: 37px;
    background: #fff;
    width: 4px;
    height: 4px;
    border-radius: 100%; }
  .logo_teddy img {
    height: 45px; }

.ontop-button {
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 1000; }

.toggleSection {
  display: none; }

#gmap-menu {
  height: 60vh;
  color: #000000; }

.slick-dots {
  position: absolute;
  bottom: 80px;
  right: 50px;
  z-index: 1500; }
  .slick-dots li {
    display: inline-block;
    margin-right: 10px;
    opacity: 0.6; }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      width: 15px;
      height: 15px;
      font-size: 0;
      outline: none;
      border-radius: 100%;
      background: #052026;
      opacity: 0.2; }
    .slick-dots li.slick-active button {
      opacity: 1; }
      .slick-dots li.slick-active button button {
        background: #92c83e; }

.padding--top--50 {
  padding-top: 50px; }

.padding--left--20 {
  padding-left: 20px; }

.padding--left--30 {
  padding-left: 30px; }

.padding--left--50 {
  padding-left: 50px; }
  @media (max-width: 767px) {
    .padding--left--50 {
      padding-left: 25px !important; } }

.padding--right--50 {
  padding-right: 50px; }
  @media (max-width: 767px) {
    .padding--right--50 {
      padding-right: 25px !important; } }

.padding--vertical--10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.padding--vertical--50 {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .padding--vertical--50 {
      padding-top: 25px;
      padding-bottom: 25px; } }

.padding--horizon--20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.padding--horizon--40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }
  @media (max-width: 767px) {
    .padding--horizon--40 {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.padding--horizon--50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }
  @media (max-width: 767px) {
    .padding--horizon--50 {
      padding-left: 25px !important;
      padding-right: 25px !important; } }

.padding--5 {
  padding: 5px; }

.padding--10 {
  padding: 10px; }

.padding--20 {
  padding: 20px; }

.padding--30 {
  padding: 30px; }

.padding__mb--0 {
  padding: 0 !important; }

.padding__mb--horizon--15 {
  padding: 0 15px !important; }

.line-height-16 {
  line-height: 1.5; }

.line-height-18 {
  line-height: 1.8; }

.img-height--20 {
  height: 20px; }

.img-height--30 {
  height: 30px; }

.img-height--40 {
  height: 40px; }

.img-height--45 {
  height: 45px; }

.img-height--50 {
  height: 50px; }

.img-height--60 {
  height: 60px; }

.img-max {
  width: 100%; }

.main-content {
  padding: 30px 20px 50px; }
  @media (max-width: 767px) {
    .main-content {
      padding: 30px 0; } }

.side-bar {
  background: #f7f7f7;
  overflow-y: auto;
  padding: 30px 20px 30px 40px; }
  @media (max-width: 767px) {
    .side-bar {
      position: absolute;
      left: -100%;
      top: 0;
      width: 100%;
      overflow-y: auto;
      z-index: 200;
      height: 100%; }
      .side-bar.active {
        left: 0; } }

.bread-crumb {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.4);
  font-family: "Cormorant Garamond", serif; }
  .bread-crumb h3 {
    font-weight: normal;
    font-size: 17px; }
  .bread-crumb a {
    color: #43484e;
    display: inline-block;
    margin-right: 10px; }
    .bread-crumb a i {
      margin-right: 10px; }
  .bread-crumb ul li {
    font-size: 17px;
    margin-left: 10px; }
    .bread-crumb ul li:first-child {
      margin-left: 10px; }

.disabled {
  pointer-events: none;
  opacity: 0.6; }

.list-radio > li {
  border: 1px solid #cccccc;
  margin-top: 10px;
  padding: 10px 10px 10px 35px;
  border-radius: 5px; }

.input-radio {
  position: relative; }
  .input-radio:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff; }
  .input-radio.checked:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ac9175;
    position: absolute;
    top: 14px;
    left: 14px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

.error-field.err {
  border: 1px solid #e02020; }

.title-blog {
  font-family: "Playfair Display", serif; }

.js-toggle-hide {
  display: none; }

.sort-list {
  position: absolute;
  top: 30px;
  right: 0;
  background: #95569b;
  z-index: 500;
  width: 100%; }
  .sort-list p a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px; }

.js-slide-fliter.clicked {
  color: #ac852c; }

.bread li {
  position: relative;
  padding-left: 15px;
  margin-right: 15px; }
  .bread li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #a7a7a7;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0; }
  .bread li a {
    color: #95569b;
    text-decoration: underline; }
  .bread li:first-child:before {
    content: ""; }
  .bread li:first-child {
    padding-left: 0; }

select {
  padding: 0.8em;
  width: 100%;
  border-radius: 0.2em;
  border: 1px solid #cccccc;
  color: rgba(67, 72, 78, 0.7);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url("https://cdn1.iconfinder.com/data/icons/arrows-vol-1-4/24/dropdown_arrow-512.png");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: right;
  background-origin: content-box; }

.header {
  padding: 20px 0; }

.img-logo {
  height: 80px; }

#header {
  padding: 20px 50px;
  width: 100%;
  position: relative;
  z-index: 1000; }
  #header .img-logo {
    height: 55px; }
    @media (max-width: 767px) {
      #header .img-logo {
        height: 45px; } }
  @media (max-width: 767px) {
    #header {
      padding: 10px 15px; } }
  #header .nav-menu-button {
    position: relative;
    float: right;
    cursor: pointer;
    width: 40px;
    height: 40px; }
    #header .nav-menu-button .bar1,
    #header .nav-menu-button .bar2,
    #header .nav-menu-button .bar3 {
      width: 30px;
      height: 3px;
      background-color: #f7ccc8;
      margin: 8px auto;
      transition: 0.4s; }
    #header .nav-menu-button.active .bar1,
    #header .nav-menu-button.active .bar2,
    #header .nav-menu-button.active .bar3 {
      background-color: #43484e; }
    #header .nav-menu-button.active .bar1 {
      -webkit-transform: rotate(-45deg) translate(-5px, 10px);
      transform: rotate(-45deg) translate(-5px, 10px); }
    #header .nav-menu-button.active .bar2 {
      opacity: 0; }
    #header .nav-menu-button.active .bar3 {
      -webkit-transform: rotate(45deg) translate(-9px, -8px);
      transform: rotate(45deg) translate(-6px, -9px); }

.logo-onscroll {
  display: none; }

.fix-header {
  background: #fff; }
  .fix-header .lang-menu li:last-child {
    border-left: 1px solid #43484e; }
  .fix-header .lang-menu a {
    color: rgba(67, 72, 78, 0.8); }
  .fix-header .lang-menu,
  .fix-header .nav-menu {
    margin-top: 0; }
  .fix-header .logo-onscroll {
    display: block; }
  .fix-header .logo-ontop {
    display: none; }
  .fix-header .nav-bar {
    display: flex;
    justify-content: space-between; }
  .fix-header .nav-link {
    color: rgba(67, 72, 78, 0.8); }

#header {
  position: fixed;
  top: 0;
  left: 0; }

.nav-menu {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .nav-menu > li {
    position: relative; }
  .nav-menu__sub {
    display: none;
    position: absolute;
    width: 450%;
    background-color: #fff;
    top: 50px;
    padding: 20px;
    right: 0;
    z-index: 500; }
    @media (max-width: 767px) {
      .nav-menu__sub {
        width: 100%;
        padding: 20px 0; } }
    .nav-menu__sub li {
      padding: 15px 20px; }
      .nav-menu__sub li a {
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #43484e; }
        .nav-menu__sub li a:hover {
          color: #3989c9; }
  @media (max-width: 767px) {
    .nav-menu {
      display: none;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      padding: 110px 25px 25px;
      z-index: 900;
      position: fixed;
      background: #ffeeec; } }

.nav-link {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  text-align: left;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2.5px;
  transition: ease-in-out 500ms; }
  .nav-link:hover {
    color: #f7ccc8; }

  @media (max-width: 767px) {
    .lang-menu {
      margin: 0 10px 0; } }
  .lang-menu li {
    padding: 0 10px; }
    .lang-menu li:last-child {
      border-left: 1px solid #fff; }
    .lang-menu li a {
      color: #fff;
      line-height: 1;
      display: block; }
    .lang-menu li.active a {
      text-decoration: underline; }

.header-link {
  color: #ac9175;
  margin-left: 20px;
  font-size: 25px;
  position: relative; }
  .header-link:hover {
    opacity: 0.6; }
  .header-link .js-numbCart {
    font-size: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #43484e;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: -5px;
    right: -15px; }
  @media (max-width: 767px) {
    .header-link {
      margin: 0 15px 0 10px;
      font-size: 20px; } }

.nav-bar--right {
  width: 75%;
  justify-content: flex-end; }

@media (max-width: 767px) {
  .nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header {
    padding: 20px; }
    #header .img-logo {
      height: 50px;
      width: auto; }
  .nav-link {
    font-size: 13px;
    padding: 15px 10px; }
  .header-link {
    font-size: 25px;
    margin-left: 15px; } }

@media (max-width: 767px) {
  .nav-link {
    display: block;
    padding-left: 0px;
    padding-bottom: 15px;
    padding-top: 10px;
    color: #43484e; }
    .nav-link.active:after {
      bottom: 5px;
      left: 0; }
  .nav-menu-button {
    display: block;
    z-index: 1000; } }

.page-loader {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #fff8f5;
  z-index: 9999; }

.page-loader-inner {
  font-family: "Roboto", sans-serif;
  font-size: 5vw;
  width: 50%;
  color: #f4841e;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 700; }

.page-loader-inner em {
  background: #eb2727;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-style: normal;
  padding: 4% 3%; }

.page-loader-inner.transition {
  -webkit-transition: all 0.5s cubic-bezier(0.5, -0.01, 0, 1.005);
  -moz-transition: all 0.5s cubic-bezier(0.5, -0.01, 0, 1.005);
  -o-transition: all 0.5s cubic-bezier(0.5, -0.01, 0, 1.005);
  transition: all 0.5s cubic-bezier(0.5, -0.01, 0, 1.005); }

.page-loader-inner.anim {
  -webkit-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  -o-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
  opacity: 0; }

.page-loader-square {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 10vw;
  width: 10vw;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden; }

.page-loader-line {
  position: absolute;
  overflow: hidden;
  background: #eb2727; }

.page-loader-line.left,
.page-loader-line.right {
  height: 100%;
  width: 10%;
  top: 0px; }

.page-loader-line.top,
.page-loader-line.bottom {
  height: 10%;
  width: 100%;
  left: 0px; }

.page-loader-line.left {
  left: 0; }

.page-loader-line.right {
  right: 0; }

.page-loader-line.top {
  top: 0; }

.page-loader-line.bottom {
  bottom: 0; }

.page-loader-line:before {
  content: "";
  display: block;
  height: 100%;
  width: 110%;
  background-color: #fff;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.page-loader-line.left:before {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.page-loader-line.right:before {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.page-loader-line.top:before {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.page-loader-line.bottom:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.page-loader.anim .page-loader-line:before {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%); }

.promotion-box {
  padding: 30px 0;
  text-align: center;
  background: #a87e72; }
  .promotion-box a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline; }

.footer {
  margin-top: 100px;
  padding: 25px 50px;
  color: #fff;
  background: #a87e72; }
  @media (max-width: 767px) {
    .footer {
      padding: 25px 0; } }
  .footer a {
    color: #fff; }
  .footer p,
  .footer h4 {
    color: #fff; }
    @media (max-width: 767px) {
      .footer p,
      .footer h4 {
        text-align: center;
        margin-top: 20px; } }
  .footer ul.footer-menu li {
    margin: 0 10px; }
    @media (max-width: 767px) {
      .footer ul.footer-menu li {
        margin: 0 15px; } }
    .footer ul.footer-menu li .icon {
      display: inline-block;
      width: 50px;
      height: 50px;
      background: #18362e;
      border-radius: 100%;
      text-align: center;
      line-height: 50px;
      margin-right: 20px; }
      @media (max-width: 767px) {
        .footer ul.footer-menu li .icon {
          width: 30px;
          height: 30px;
          line-height: 30px; } }
    .footer ul.footer-menu li a {
      color: #43484e;
      font-size: 15px; }
      @media (max-width: 767px) {
        .footer ul.footer-menu li a {
          font-size: 13px; } }

.copyright {
  background: #f7ccc8;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 12px; }

.list-social li {
  margin: 0 10px; }
  .list-social li a {
    color: #fff;
    font-size: 20px; }

#sidebar {
  position: fixed;
  right: -50%;
  top: 0;
  height: 100%;
  background: #fff;
  width: 30%;
  z-index: 9999;
  padding: 30px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }
  #sidebar h3 {
    font-size: 30px;
    font-family: "Cormorant Garamond", serif; }

@media (max-width: 767px) {
  .list-spa-info {
    margin-top: 25px; } }

.list-spa-info li {
  display: flex;
  align-items: center;
  padding-left: 30px; }
  @media (max-width: 767px) {
    .list-spa-info li {
      padding-left: 0;
      justify-content: center;
      align-items: flex-start; } }

.list-spa-info-icon {
  width: 5%;
  color: #fff; }
  @media (max-width: 767px) {
    .list-spa-info-icon {
      margin-top: 0 !important; } }
  .list-spa-info-icon i {
    font-size: 25px;
    color: #fff;
    line-height: 1.6; }

.list-spa-info-text {
  width: 85%;
  color: #fff;
  font-size: 14px; }
  @media (max-width: 767px) {
    .list-spa-info-text {
      margin-top: 0 !important; } }

#main-visual {
  position: relative; }
  #main-visual .main-typo {
    position: relative;
    max-height: 990px;
    overflow: hidden;
    width: 100%; }
    #main-visual .main-typo::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.2);
      z-index: 50; }
    #main-visual .main-typo-text {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 55%;
      transform: translateX(-50%) translateY(-50%);
      text-align: center;
      color: #fff;
      z-index: 100;
      text-shadow: 3px 0px 6px rgba(0, 0, 0, 0.32); }
      @media (min-width: 768px) and (max-width: 1366px) {
        #main-visual .main-typo-text {
          width: 80%; }
          #main-visual .main-typo-text h3 {
            font-size: 30px; } }
      @media (max-width: 767px) {
        #main-visual .main-typo-text {
          width: 100%;
          text-align: center;
          color: #fff; } }
      #main-visual .main-typo-text h3 {
        font-family: "Playfair Display", serif;
        font-size: 50px;
        color: #fff !important; }
        @media (max-width: 767px) {
          #main-visual .main-typo-text h3 {
            font-size: 30px; } }
      #main-visual .main-typo-text .section-text {
        margin-top: 30px; }
        @media (max-width: 767px) {
          #main-visual .main-typo-text .section-text {
            padding: 0 20px;
            display: none; } }
      #main-visual .main-typo-text .btn-slide {
        border: 1px solid #fff;
        background: transparent;
        height: 50px;
        padding: 0 20px;
        line-height: 50px;
        display: inline-block;
        text-align: center;
        color: #fff;
        margin-top: 25px; }
        @media (max-width: 767px) {
          #main-visual .main-typo-text .btn-slide {
            background: #ac9175;
            border-color: #ac9175; } }
  #main-visual .elementor-shape {
    transform: rotate(180deg);
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 0;
    direction: ltr; }
    #main-visual .elementor-shape svg {
      width: calc(105% + 1.3px);
      height: 50px; }
    #main-visual .elementor-shape .elementor-shape-fill {
      fill: #ffeeec;
      transform-origin: center;
      transform: rotateY(0deg); }
    @media (max-width: 767px) {
      #main-visual .elementor-shape {
        display: none; } }

@media (max-width: 767px) {
  body {
    overflow-x: hidden; } }

.gird-col-3 li {
  width: 30%; }

.prod-info {
  font-family: "Cormorant Garamond", serif; }

@-webkit-keyframes toa {
  0% {
    height: 100%; }
  100% {
    height: 0%; } }

@keyframes toa {
  0% {
    height: 100%; }
  100% {
    height: 0%; } }

.about-section p {
  line-height: 1.6;
  margin-top: 30px; }

.categories-section {
  padding: 50px 0; }

.list-icon li {
  padding: 25px;
  text-align: center;
  font-size: 18px;
  border-right: 1px dashed rgba(0, 0, 0, 0.25); }
  @media (max-width: 767px) {
    .list-icon li {
      border-right: none;
      border-top: 1px dashed rgba(0, 0, 0, 0.25); }
      .list-icon li:nth-child(1), .list-icon li:nth-child(2) {
        border: none;
        border-left: 1px dashed rgba(0, 0, 0, 0.25); } }
  .list-icon li:last-child {
    border: none; }
    @media (max-width: 767px) {
      .list-icon li:last-child {
        border-top: 1px dashed rgba(0, 0, 0, 0.25);
        border-left: 1px dashed rgba(0, 0, 0, 0.25); } }
  .list-icon li .icon {
    font-size: 45px;
    color: #ac9175;
    margin-bottom: 25px; }
  .list-icon li img {
    height: 45px; }

.list-news {
  flex-wrap: wrap; }
  .list-news li {
    width: 33.33%; }
    @media (max-width: 767px) {
      .list-news li {
        width: 100%;
        margin-top: 20px; } }
    .list-news li .wrap {
      padding: 10px; }
    .list-news li .title {
      font-size: 16px;
      background: #fff;
      padding: 15px 20px; }
      .list-news li .title a {
        color: #444; }
        .list-news li .title a:hover {
          opacity: 0.7; }

.list-product {
  margin-top: 30px;
  flex-wrap: wrap; }
  .list-product li {
    width: 33.33%;
    padding: 0 20px;
    text-align: center;
    position: relative; }
    .list-product li:hover .btn-page--wrap {
      opacity: 1; }
    @media (max-width: 767px) {
      .list-product li {
        width: 50%;
        margin-top: 15px; } }
  .list-product-wrap {
    border: 1px solid #ffeeec; }
  .list-product-desc-name {
    padding: 0 15px;
    margin-top: -20px;
    font-size: 20px;
    font-weight: bold;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out; }
    @media (max-width: 767px) {
      .list-product-desc-name {
        font-size: 16px; } }
    .list-product-desc-name a {
      font-size: 22px;
      text-transform: capitalize;
      font-weight: 400;
      color: #43484e; }
      @media (max-width: 767px) {
        .list-product-desc-name a {
          font-size: 16px; } }
  .list-product-price {
    font-size: 18px;
    color: #ac9175;
    margin: 0px 0 20px; }
  .list-product-icon {
    opacity: 0;
    margin-top: 0px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out; }
    .list-product-icon a {
      display: inline-block;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      border: 1px solid rgba(67, 72, 78, 0.3);
      margin: 0 10px;
      color: #43484e;
      background: #fff; }

.list-collection-thumb {
  width: 50%; }

.list-collection-text {
  width: 50%; }
  @media (min-width: 768px) {
    .list-collection-text {
      padding-right: 30px; } }
  @media (max-width: 767px) {
    .list-collection-text {
      margin-top: 20px; } }
  .list-collection-text h3 {
    font-size: 30px;
    font-family: "Cormorant Garamond", serif; }
    @media (max-width: 767px) {
      .list-collection-text h3 {
        font-size: 20px; } }
  .list-collection-text .section-text {
    font-size: 16px;
    margin-top: 20px; }

@media (min-width: 768px) {
  .list-collection li:nth-child(odd) .list-collection-text {
    padding-left: 30px; } }

@media (min-width: 768px) {
  .list-collection li:nth-child(even) .list-collection-text {
    padding-right: 30px; } }

@media (min-width: 768px) {
  .list-collection li:nth-child(even) {
    flex-direction: row-reverse; } }

@media (max-width: 767px) {
  .list-collection li {
    margin-top: 30px; } }

.tab-item li a {
  padding: 15px 30px;
  font-weight: 500;
  display: block;
  color: #000000;
  font-size: 20px; }
  @media (max-width: 767px) {
    .tab-item li a {
      font-size: 16px;
      padding: 15px;
      text-align: right; } }
  .tab-item li a.active {
    background: #ac9175;
    color: #fff;
    -webkit-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.5);
    position: relative; }

.main-page-image {
  position: relative;
  max-height: 350px;
  overflow: hidden; }
  .main-page-image::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .main-page-image-text {
    position: absolute;
    z-index: 90;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%; }
    .main-page-image-text .header-page-sub {
      font-family: "Cormorant Garamond", serif;
      font-size: 40px;
      color: #fff; }
      @media (max-width: 767px) {
        .main-page-image-text .header-page-sub {
          font-size: 6vw; } }
    .main-page-image-text .header-page {
      font-size: 5vw; }
      @media (max-width: 767px) {
        .main-page-image-text .header-page {
          font-size: 8vw; } }

.product-section {
  overflow: hidden; }

.article-content {
  line-height: 1.5; }
  .article-content h4 {
    margin-bottom: 20px;
    margin-top: 35px; }

#cart .box-promotion {
  display: none; }

.frame-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1100; }
  .frame-video .videowrapper {
    width: 60%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 46.25%;
    padding-top: 25px;
    height: 0;
    top: 50%;
    transform: translateY(-50%); }
    .frame-video .videowrapper #videoYoutube {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.slide-products-nav {
  padding-left: 10px; }
  .slide-products-nav .slick-slide {
    width: 100% !important; }

.js-close {
  position: absolute;
  top: 30px;
  right: 30px; }

#audio_src {
  display: none; }

.js-fullscreen {
  cursor: pointer; }
  .js-fullscreen i {
    margin-right: 15px; }

.box-video {
  max-height: 350px;
  overflow-y: auto; }

.bar-c {
  overflow: hidden;
  height: 30px;
  width: 40px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer; }

.js-remove-item {
  color: #ac9175; }

.bar {
  height: 1px;
  width: 3px;
  display: inline-block;
  background-color: #ffffd2;
  bottom: 0;
  position: absolute;
  -webkit-animation-duration: 500ms;
  -webkit-animation-play-state: running;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite; }
  .bar.noAnim {
    -webkit-animation: none;
    -webkit-animation-name: none; }
  .bar#bar-1 {
    left: 0;
    -webkit-animation-name: danceHeight1;
    -webkit-animation-delay: 0ms; }
  .bar#bar-2 {
    left: 6px;
    -webkit-animation-name: danceHeight2;
    -webkit-animation-delay: 300ms; }
  .bar#bar-3 {
    left: 12px;
    -webkit-animation-name: danceHeight3;
    -webkit-animation-delay: 600ms; }
  .bar#bar-4 {
    left: 18px;
    -webkit-animation-name: danceHeight4;
    -webkit-animation-delay: 900ms; }
  .bar#bar-5 {
    left: 24px;
    -webkit-animation-name: danceHeight5;
    -webkit-animation-delay: 1200ms; }
  .bar#bar-6 {
    left: 30px;
    -webkit-animation-name: danceHeight6;
    -webkit-animation-delay: 1500ms; }

.contact-section-form {
  margin: 0 auto; }

.frameTube {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none; }

@-webkit-keyframes danceHeight1 {
  from {
    height: 1px; }
  to {
    height: 22px; } }

@-webkit-keyframes danceHeight2 {
  from {
    height: 1px; }
  to {
    height: 15px; } }

@-webkit-keyframes danceHeight3 {
  from {
    height: 1px; }
  to {
    height: 30px; } }

@-webkit-keyframes danceHeight4 {
  from {
    height: 1px; }
  to {
    height: 20px; } }

@-webkit-keyframes danceHeight5 {
  from {
    height: 1px; }
  to {
    height: 15px; } }

@-webkit-keyframes danceHeight6 {
  from {
    height: 1px; }
  to {
    height: 15px; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes fade {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.25; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cate-image-box-wrap {
    height: auto; }
  .tab-item li a {
    font-size: 16px; } }

.wrap-form-input {
  position: relative;
  margin-top: 15px; }
  .wrap-form-input label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 16px;
    color: #a0a0a0;
    cursor: pointer; }
  .wrap-form-input.has-text label {
    top: 5px;
    left: 10px;
    font-size: 10px;
    transform: none; }
  .wrap-form-input.has-text .input-page {
    height: 55px;
    line-height: 55px; }

#sidebar .box-promotion {
  display: none; }

#sidebar .only-checkout {
  display: none; }

#warning-txt {
  font-size: 12px;
  font-style: italic;
  color: #a0a0a0; }

.js-for-amount {
  display: none; }

.list-voucher {
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 20px; }
  .list-voucher li {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc; }
    .list-voucher li:last-child {
      border: none; }

.section-about {
  padding: 80px 0 0px;
  margin-top: -30px;
  position: relative;
  z-index: 500;
  background: url("../img/top/bg_home1_1.png") no-repeat right top; }
  @media (max-width: 767px) {
    .section-about {
      margin-top: 0; } }
  .section-about::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/bg_2_branches.png") no-repeat center 55%; }
  .section-about--image {
    margin-top: 80px; }
    @media (max-width: 767px) {
      .section-about--image {
        margin-top: 30px; } }
  .section-about--link {
    position: relative;
    z-index: 600; }
    @media (max-width: 767px) {
      .section-about--link {
        flex-wrap: wrap; } }
    .section-about--link a {
      font-weight: bold;
      margin: 0 25px;
      color: rgba(67, 72, 78, 0.7);
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding-bottom: 20px;
      position: relative;
      overflow: hidden; }
      .section-about--link a::before {
        width: 100%;
        height: 2.5px;
        background: #fb6f7f;
        position: absolute;
        bottom: 10px;
        left: -100%;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out; }
      .section-about--link a:hover::before {
        left: 0; }
      @media (max-width: 767px) {
        .section-about--link a {
          width: 100%;
          margin: 10px 0 0 !important;
          background: #f7ccc8;
          color: #fff !important;
          text-align: center;
          padding: 10px 0 !important; } }
  @media (max-width: 767px) {
    .section-about {
      padding: 40px 0; } }

.section-service {
  padding: 50px 0;
  position: relative;
  z-index: 500;
  background: url("../img/top/bg1_1.jpeg") no-repeat center top;
  background-size: cover; }
  .section-service h2 {
    color: #ffeeec !important; }
  @media (max-width: 767px) {
    .section-service {
      padding: 30px 0; } }

.section-products {
  padding: 50px 0;
  position: relative;
  z-index: 500;
  background: url("../img/top/bg_home5.png") no-repeat 90% 15%; }
  @media (max-width: 767px) {
    .section-products {
      padding: 0; } }

.list-services {
  margin-top: 30px;
  background: #fff; }
  .list-services li.slick-slide {
    box-shadow: 0 10px 50px 0 rgba(67, 72, 78, 0.09); }
  @media (max-width: 767px) {
    .list-services-wrap {
      flex-wrap: wrap; } }
  .list-services-thumb {
    width: 45%; }
    @media (max-width: 767px) {
      .list-services-thumb {
        width: 100%; } }
  .list-services-desc {
    width: 50%;
    padding: 60px 30px 60px 0; }
    .list-services-desc-name {
      font-family: "Playfair Display", serif;
      color: #43484e;
      font-size: 30px;
      letter-spacing: 1px; }
      @media (max-width: 767px) {
        .list-services-desc-name {
          font-size: 25px; } }
    .list-services-desc-short {
      margin-top: 35px;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .list-services-desc-short {
          margin-top: 20px; } }
    @media (max-width: 767px) {
      .list-services-desc {
        width: 100%;
        padding: 25px; } }
  .list-services .slick-dots {
    bottom: 50px; }
    .list-services .slick-dots li {
      opacity: 1; }
      .list-services .slick-dots li button {
        width: 10px;
        height: 10px;
        line-height: 10px; }
      .list-services .slick-dots li.slick-active button {
        border-radius: 5px;
        width: 40px;
        background: #f7ccc8;
        border: 1px solid #f7ccc8; }

.section-testimonial .header-page {
  background: url("../img/top/bg-home2.png") no-repeat center center;
  min-height: 213px; }

.section-testimonial-list {
  margin-top: -110px; }
  .section-testimonial-list-img {
    width: 12%; }
    .section-testimonial-list-img img {
      border-radius: 100%; }
  .section-testimonial-list-text {
    width: 84%;
    border-radius: 10px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.8);
    padding: 25px;
    font-family: "Playfair Display", serif;
    text-align: center; }
    @media (max-width: 767px) {
      .section-testimonial-list-text {
        font-size: 15px; } }

.section-promotion {
  padding-top: 50px;
  margin-top: 30px; }
  .section-promotion .flex-box {
    align-items: stretch; }
  .section-promotion-img {
    overflow: hidden; }
    .section-promotion-img img {
      height: 100%;
      width: auto; }
  .section-promotion--main {
    padding: 40px 60px;
    background: #f7ccc8;
    color: #fff; }
    .section-promotion--main h3 {
      font-size: 30px;
      text-align: left !important;
      color: #fff;
      line-height: 1.5; }
    .section-promotion--main h4 {
      text-align: left !important;
      color: #fff; }
    .section-promotion--main p {
      color: #fff; }
    @media (max-width: 767px) {
      .section-promotion--main {
        padding: 5px 15px; } }
  .section-promotion .text--link {
    text-decoration: underline !important;
    color: #fff; }

.section-booking {
  margin-top: 80px;
  padding-top: 40px; }
  .section-booking-wrap {
    background: #fff;
    box-shadow: -2px 3px 16px -3px rgba(0, 0, 0, 0.15);
    padding: 50px 80px; }
    @media (max-width: 767px) {
      .section-booking-wrap {
        padding: 30px 15px; } }
  .section-booking-form {
    width: 50%; }
    @media (max-width: 767px) {
      .section-booking-form {
        width: 100%; } }
  .section-booking-calendar {
    width: 50%;
    padding: 0 40px; }
    @media (max-width: 767px) {
      .section-booking-calendar {
        width: 100%;
        padding: 0; } }
  .section-booking-link {
    color: #f7ccc8; }
  .section-booking #select-sub {
    display: none; }

.section-combo {
  padding: 80px 0;
  background: url("../img/top/bg_home4.png") no-repeat center right; }
  @media (max-width: 767px) {
    .section-combo {
      padding: 30px 0; } }
  .section-combo-list {
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px; }
    @media (max-width: 767px) {
      .section-combo-list {
        flex-wrap: wrap;
        margin-top: 20px; } }
    .section-combo-list li {
      width: 30%; }
      .section-combo-list li:nth-child(2) {
        width: 40%;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 100; }
      @media (max-width: 767px) {
        .section-combo-list li {
          width: 100% !important;
          margin-top: 15px; } }
    .section-combo-list-wrap {
      background: #fff;
      padding: 60px 30px;
      text-align: center; }
      @media (max-width: 767px) {
        .section-combo-list-wrap {
          padding: 25px 15px; } }
      .section-combo-list-wrap h4 {
        font-size: 30px;
        font-weight: 300; }
        @media (max-width: 767px) {
          .section-combo-list-wrap h4 {
            font-size: 22px; } }
    .section-combo-list-price {
      font-weight: bold;
      font-size: 25px;
      color: #f7ccc8; }
    .section-combo-list-item {
      margin-top: 20px; }

.table {
  margin-top: 20px; }

.table-cell {
  vertical-align: middle; }

.box {
  position: absolute;
  top: -60px;
  left: -160px;
  width: 140px;
  height: 140px;
  background-color: #e7e7e7; }

.datepicker {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  overflow: hidden; }

.datepicker .ui-datepicker-inline {
  padding: 25px 10px 10px; }

.datepicker .ui-datepicker-header {
  text-align: center;
  padding-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.datepicker .ui-datepicker-header .ui-datepicker-prev,
.datepicker .ui-datepicker-header .ui-datepicker-next {
  display: inline;
  float: left;
  cursor: pointer;
  font-size: 1.4em;
  padding: 0 10px;
  margin-top: -10px;
  color: #ccc; }

.datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right; }

.datepicker .ui-datepicker-calendar {
  width: 100%;
  text-align: center; }

.datepicker .ui-datepicker-calendar thead {
  color: #ccc; }

.datepicker .ui-datepicker-calendar th {
  font-weight: normal; }

.datepicker .ui-datepicker-calendar tr th,
.datepicker .ui-datepicker-calendar tr td {
  padding-bottom: 0.1em; }

.datepicker .ui-datepicker-calendar a {
  color: #444;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid transparent;
  cursor: pointer; }

.datepicker .ui-datepicker-calendar .ui-state-highlight {
  border-color: #f7ccc8;
  color: #f7ccc8; }

.datepicker .ui-datepicker-calendar .ui-state-active {
  background: #f7ccc8;
  color: #fff;
  font-weight: bold; }

.head-image-page {
  max-height: 400px;
  z-index: 900;
  overflow: hidden;
  position: relative; }
  .head-image-page-text {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translateX(-50%) translateY(-50%); }
    @media (max-width: 767px) {
      .head-image-page-text {
        top: 55%;
        width: 90%; } }
    .head-image-page-text h2,
    .head-image-page-text h3 {
      color: #fff;
      font-size: 40px;
      letter-spacing: 2px;
      font-family: "Playfair Display", serif; }
      @media (max-width: 767px) {
        .head-image-page-text h2,
        .head-image-page-text h3 {
          font-size: 30px; } }

#about .section-about {
  overflow: hidden; }

.ui-datepicker-unselectable {
  opacity: 0.2; }


  .popup-book p {
    color:  rgba(67, 72, 78, 0.8) !important;
  }

  tbody {
    border-color: transparent !important;
  }