@charset "UTF-8";
html,
body,
section,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin: 0;
}

input,
button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

*:before,
*:after {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
  border-radius: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: inherit;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


:root {
  --f-body: "Outfit", sans-serif;
  --f-title: "Cormorant Garamond", serif;
  --primary: #efc441;
  --primary-2: #cf9626;
  --secondary: #25303f;
  --white: #fff;
  --black: #000;
  --desc: #25303f;
  --mono-dark-90: #151515;
  --mono-dark-80: #333333;
  --mono-gray-70: #494949;
  --mono-gray-60: #666666;
  --mono-gray-50: #808080;
  --mono-gray-40: #999999;
  --mono-gray-30: #bbbbbb;
  --mono-gray-20: #dddddd;
  --mono-gray-10: #eeeeee;
  --divider-e2: #e2e2e2;
  --divider-e5: #e5e7eb;
  --divider-d6: #d6d9e5;
}

body {
  font-family: var(--f-body);
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

input,
textarea,
select {
  outline: 0;
  background: transparent;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.font-title {
  font-family: var(--f-title);
}

.text-heading-h1, .text-heading-h1-bold, .text-heading-h1-semibold {
  font-size: 96px;
  line-height: 100%;
  letter-spacing: -1.92px;
}
.text-heading-h1-semibold {
  font-weight: 600;
}
.text-heading-h1-bold {
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .text-heading-h1, .text-heading-h1-bold, .text-heading-h1-semibold {
    font-size: 84px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h1, .text-heading-h1-bold, .text-heading-h1-semibold {
    font-size: 72px;
  }
}
.text-heading-h2, .text-heading-h2-bold, .text-heading-h2-semibold, .text-heading-h2-medium, .text-heading-h2-regular {
  font-size: 64px;
  line-height: 112%;
  letter-spacing: -1.28px;
}
.text-heading-h2-regular {
  font-weight: 400;
}
.text-heading-h2-medium {
  font-weight: 500;
}
.text-heading-h2-semibold {
  font-weight: 600;
}
.text-heading-h2-bold {
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .text-heading-h2, .text-heading-h2-bold, .text-heading-h2-semibold, .text-heading-h2-medium, .text-heading-h2-regular {
    font-size: 52px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h2, .text-heading-h2-bold, .text-heading-h2-semibold, .text-heading-h2-medium, .text-heading-h2-regular {
    font-size: 40px;
  }
}
.text-heading-h3, .text-heading-h3-bold, .text-heading-h3-semibold, .text-heading-h3-medium, .text-heading-h3-regular {
  font-size: 48px;
  line-height: 125%;
  letter-spacing: -0.96px;
}
.text-heading-h3-regular {
  font-weight: 400;
}
.text-heading-h3-medium {
  font-weight: 500;
}
.text-heading-h3-semibold {
  font-weight: 600;
}
.text-heading-h3-bold {
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .text-heading-h3, .text-heading-h3-bold, .text-heading-h3-semibold, .text-heading-h3-medium, .text-heading-h3-regular {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h3, .text-heading-h3-bold, .text-heading-h3-semibold, .text-heading-h3-medium, .text-heading-h3-regular {
    font-size: 28px;
  }
}
.text-heading-h4, .text-heading-h4-bold, .text-heading-h4-semibold, .text-heading-h4-medium, .text-heading-h4-regular {
  font-size: 40px;
  line-height: 130%;
}
.text-heading-h4-regular {
  font-weight: 400;
}
.text-heading-h4-medium {
  font-weight: 500;
}
.text-heading-h4-semibold {
  font-weight: 600;
}
.text-heading-h4-bold {
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .text-heading-h4, .text-heading-h4-bold, .text-heading-h4-semibold, .text-heading-h4-medium, .text-heading-h4-regular {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h4, .text-heading-h4-bold, .text-heading-h4-semibold, .text-heading-h4-medium, .text-heading-h4-regular {
    font-size: 26px;
  }
}
.text-heading-h5, .text-heading-h5-bold, .text-heading-h5-semibold, .text-heading-h5-medium, .text-heading-h5-regular {
  font-size: 36px;
  line-height: 133.3%;
}
.text-heading-h5-regular {
  font-weight: 400;
}
.text-heading-h5-medium {
  font-weight: 500;
}
.text-heading-h5-semibold {
  font-weight: 600;
}
.text-heading-h5-bold {
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .text-heading-h5, .text-heading-h5-bold, .text-heading-h5-semibold, .text-heading-h5-medium, .text-heading-h5-regular {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h5, .text-heading-h5-bold, .text-heading-h5-semibold, .text-heading-h5-medium, .text-heading-h5-regular {
    font-size: 24px;
  }
}
.text-heading-h6, .text-heading-h6-bold, .text-heading-h6-semibold, .text-heading-h6-medium, .text-heading-h6-regular {
  font-size: 32px;
  line-height: 125%;
}
.text-heading-h6-regular {
  font-weight: 400;
}
.text-heading-h6-medium {
  font-weight: 500;
}
.text-heading-h6-semibold {
  font-weight: 600;
}
.text-heading-h6-bold {
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .text-heading-h6, .text-heading-h6-bold, .text-heading-h6-semibold, .text-heading-h6-medium, .text-heading-h6-regular {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h6, .text-heading-h6-bold, .text-heading-h6-semibold, .text-heading-h6-medium, .text-heading-h6-regular {
    font-size: 20px;
  }
}
.text-heading-h7, .text-heading-h7-bold, .text-heading-h7-semibold, .text-heading-h7-medium, .text-heading-h7-regular {
  font-size: 24px;
  line-height: 133%;
}
.text-heading-h7-regular {
  font-weight: 400;
}
.text-heading-h7-medium {
  font-weight: 500;
}
.text-heading-h7-semibold {
  font-weight: 600;
}
.text-heading-h7-bold {
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .text-heading-h7, .text-heading-h7-bold, .text-heading-h7-semibold, .text-heading-h7-medium, .text-heading-h7-regular {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h7, .text-heading-h7-bold, .text-heading-h7-semibold, .text-heading-h7-medium, .text-heading-h7-regular {
    font-size: 18px;
  }
}

.text-body-xl, .text-body-xl-regular, .text-body-xl-medium, .text-body-xl-semibold, .text-body-xl-bold, .text-body-xl-uppercase {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width: 1280px) {
  .text-body-xl, .text-body-xl-regular, .text-body-xl-medium, .text-body-xl-semibold, .text-body-xl-bold, .text-body-xl-uppercase {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .text-body-xl, .text-body-xl-regular, .text-body-xl-medium, .text-body-xl-semibold, .text-body-xl-bold, .text-body-xl-uppercase {
    font-size: 16px;
  }
}
.text-body-xl-uppercase {
  font-weight: 700;
  text-transform: uppercase;
}
.text-body-xl-bold {
  font-weight: 700;
}
.text-body-xl-semibold {
  font-weight: 600;
}
.text-body-xl-medium {
  font-weight: 500;
}
.text-body-xl-regular {
  font-weight: 400;
}
.text-body-lg, .text-body-lg-regular, .link-footer, .text-body-lg-medium, .text-body-lg-semibold, .text-body-lg-bold, .text-body-lg-uppercase {
  font-size: 18px;
  line-height: 155.56%;
  letter-spacing: -0.36px;
}
@media screen and (max-width: 1280px) {
  .text-body-lg, .text-body-lg-regular, .link-footer, .text-body-lg-medium, .text-body-lg-semibold, .text-body-lg-bold, .text-body-lg-uppercase {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .text-body-lg, .text-body-lg-regular, .link-footer, .text-body-lg-medium, .text-body-lg-semibold, .text-body-lg-bold, .text-body-lg-uppercase {
    font-size: 16px;
  }
}
.text-body-lg-uppercase {
  font-weight: 700;
  text-transform: uppercase;
}
.text-body-lg-bold {
  font-weight: 700;
}
.text-body-lg-semibold {
  font-weight: 600;
}
.text-body-lg-medium {
  font-weight: 500;
}
.text-body-lg-regular, .link-footer {
  font-weight: 400;
}
.text-body-md, .text-body-md-regular, .search-box, .text-body-md-medium, .link-nav, a.link-nav, .button, .ss4-item:hover .learn-more, .ss4-item .learn-more, .text-body-md-semibold, .input-label .input-title, .text-body-md-bold, .text-body-md-uppercase {
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1280px) {
  .text-body-md, .text-body-md-regular, .search-box, .text-body-md-medium, .link-nav, a.link-nav, .button, .ss4-item:hover .learn-more, .ss4-item .learn-more, .text-body-md-semibold, .input-label .input-title, .text-body-md-bold, .text-body-md-uppercase {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .text-body-md, .text-body-md-regular, .search-box, .text-body-md-medium, .link-nav, a.link-nav, .button, .ss4-item:hover .learn-more, .ss4-item .learn-more, .text-body-md-semibold, .input-label .input-title, .text-body-md-bold, .text-body-md-uppercase {
    font-size: 14px;
  }
}
.text-body-md-uppercase {
  font-weight: 700;
  text-transform: uppercase;
}
.text-body-md-bold {
  font-weight: 700;
}
.text-body-md-semibold, .input-label .input-title {
  font-weight: 600;
}
.text-body-md-medium, .link-nav, a.link-nav, .button, .ss4-item:hover .learn-more, .ss4-item .learn-more {
  font-weight: 500;
}
.text-body-md-regular, .search-box {
  font-weight: 400;
}
.text-body-sm, .text-body-sm-regular, .input-label .input-field, .text-body-sm-medium, .text-body-sm-semibold, .pagination .page-numbers, .text-body-sm-bold, .text-body-sm-uppercase {
  font-size: 14px;
  line-height: 142%;
}
.text-body-sm-uppercase {
  font-weight: 700;
  text-transform: uppercase;
}
.text-body-sm-bold {
  font-weight: 700;
}
.text-body-sm-semibold, .pagination .page-numbers {
  font-weight: 600;
}
.text-body-sm-medium {
  font-weight: 500;
}
.text-body-sm-regular, .input-label .input-field {
  font-weight: 400;
}
.text-body-xs, .text-body-xs-regular, .input-label select.input-field, .text-body-xs-medium, .text-body-xs-semibold, .input-label .title-booking, .text-body-xs-bold, .text-body-xs-uppercase {
  font-size: 12px;
  line-height: 150%;
}
.text-body-xs-uppercase {
  font-weight: 700;
  text-transform: uppercase;
}
.text-body-xs-bold {
  font-weight: 700;
}
.text-body-xs-semibold, .input-label .title-booking {
  font-weight: 600;
}
.text-body-xs-medium {
  font-weight: 500;
}
.text-body-xs-regular, .input-label select.input-field {
  font-weight: 400;
}

.truncate, .truncate-6row, .truncate-5row, .truncate-4row, .truncate-3row, .truncate-2row, .truncate-1row {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate-1row {
  -webkit-line-clamp: 1;
}
.truncate-2row {
  -webkit-line-clamp: 2;
}
.truncate-3row {
  -webkit-line-clamp: 3;
}
.truncate-4row {
  -webkit-line-clamp: 4;
}
.truncate-5row {
  -webkit-line-clamp: 5;
}
.truncate-6row {
  -webkit-line-clamp: 6;
}

.min-h-2lh {
  min-height: 2lh;
}
.min-h-3lh {
  min-height: 3lh;
}
.min-h-4lh {
  min-height: 4lh;
}
.min-h-5lh {
  min-height: 5lh;
}
.min-h-6lh {
  min-height: 6lh;
}

.input-label {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.input-label.w-50 {
  width: calc(50% - 6px);
}
@media (max-width: 768px) {
  .input-label.w-50 {
    width: 100%;
  }
}
.input-label .input-title {
  color: #1f2237;
}
.input-label .input-title.regular {
  font-weight: 400;
}
.input-label .input-title.semibold {
  font-weight: 600;
}
.input-label .input-title .require {
  color: red;
}
.input-label .title-booking {
  color: var(--mono-dark-90);
  padding: 8px 16px;
  position: absolute;
  left: 1px;
  top: 1px;
}
.input-label .title-booking .required {
  color: #af1f27;
}
.input-label.active .title-booking {
  display: none;
}
.input-label .input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #f5f6f9;
  width: 100%;
  color: var(--mono-dark-90);
}
.input-label .input-field::-webkit-input-placeholder {
  color: #6b7280;
}
.input-label .input-field::-moz-placeholder {
  color: #6b7280;
}
.input-label .input-field:-ms-input-placeholder {
  color: #6b7280;
}
.input-label .input-field::-ms-input-placeholder {
  color: #6b7280;
}
.input-label .input-field::placeholder {
  color: #6b7280;
}
.input-label .input-field.border {
  border: 1px solid #9ca3af;
}
.input-label .input-field.transparent {
  padding: 0;
  border-radius: 8px;
  border: none;
  background: transparent;
}
.input-label .input-field.transparent:focus {
  border: none;
  caret-color: var(--primary);
}
.input-label .input-field:focus {
  border: 1px solid var(--primary);
  caret-color: var(--primary);
}
.input-label .input-field:disabled {
  color: #9ca3af;
}
.input-label select.input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  height: 40px;
  padding-right: 44px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #c5cad3;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  color: var(--mono-dark-90);
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../assets/image/icon/chev-16-5c.svg"); /* Hình nền */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
.input-label select.input-field:focus {
  border: 1px solid var(--primary);
  caret-color: var(--primary);
}
.input-label select.input-field.language {
  max-height: 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: none;
  background-color: transparent;
  padding: 0;
  padding-right: 20px;
  background-position: right 0px center;
}
.input-label .input-trans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none;
}
.input-label .input-trans:disabled {
  background: transparent;
}

.search-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  padding-left: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid;
  border-color: #ccc;
  color: var(--mono-dark-90);
}
.search-box::-webkit-input-placeholder {
  color: #666;
}
.search-box::-moz-placeholder {
  color: #666;
}
.search-box:-ms-input-placeholder {
  color: #666;
}
.search-box::-ms-input-placeholder {
  color: #666;
}
.search-box::placeholder {
  color: #666;
}
.search-box:focus {
  border-color: var(--primary);
  caret-color: var(--primary);
}

.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-container input:checked + .checkmark {
  background-color: var(--primary);
  border-color: var(--primary);
}
.checkbox-container input:checked + .checkmark:after {
  display: block;
}
.checkbox-container .checkmark {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #888994;
  border-radius: 6px;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #dddddd;
  background: var(--white);
  border-radius: 50%;
  position: relative;
}
.custom-radio:checked {
  background-color: var(--white);
  border-color: var(--primary);
}
.custom-radio:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.button, .ss4-item:hover .learn-more, .ss4-item .learn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  gap: 8px;
  padding: 12px 24px;
  color: var(--mono-dark-90);
  border: 1px solid;
  background-color: var(--primary);
  border-color: var(--primary);
  cursor: pointer;
  letter-spacing: -0.32px;
}
.button:hover, .ss4-item .learn-more:hover {
  background: var(--primary-2);
  border-color: var(--primary-2);
}
.button:disabled, .ss4-item .learn-more:disabled, .button[disabled], .ss4-item [disabled].learn-more {
  border-color: #d1d5db;
  background: #d1d5db;
  color: #6b7280;
}
.button.sm, .ss4-item .sm.learn-more {
  padding: 8px 16px;
}
.button.bg-trans, .ss4-item .bg-trans.learn-more {
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}
.button.bg-secondary, .ss4-item .bg-secondary.learn-more {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
.button.bg-secondary:hover, .ss4-item .bg-secondary.learn-more:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--primary-50);
}
.button.border-primary, .ss4-item .border-primary.learn-more {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--mono-dark-90);
}
.button.border-primary:hover, .ss4-item .border-primary.learn-more:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--primary-50);
}
.button.border-gray-20, .ss4-item:hover .border-gray-20.learn-more, .ss4-item .learn-more {
  background-color: transparent;
  border-color: var(--mono-gray-20);
}
.button.border-gray-20:hover, .ss4-item .learn-more:hover {
  background: var(--primary);
  border-color: var(--primary);
}

a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
a.link-text {
  color: var(--mono-dark-90);
}
a.link-text:hover {
  color: var(--secondary);
}
a.link-primary {
  color: var(--primary);
}
a.link-primary:hover {
  color: var(--secondary);
}
a.link-secondary {
  color: var(--secondary);
}
a.link-secondary:hover {
  color: var(--primary);
}
a.link-nav {
  color: var(--white);
}
a.link-nav:hover {
  color: var(--primary);
}
a.link-nav.active {
  color: var(--primary);
}

.link-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--white);
}
.link-nav svg path {
  fill: var(--white);
}
.link-nav:hover {
  color: var(--primary);
}
.link-nav:hover svg path {
  fill: var(--primary);
}
.link-nav.active {
  color: var(--primary);
}
.link-nav.active svg path {
  fill: var(--primary);
}

.link-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  color: #f2f2f2;
}
.link-footer svg path {
  fill: var(--white);
}
.link-footer:hover {
  color: var(--primary);
}
.link-footer:hover svg path {
  fill: var(--primary);
}
.link-footer.active {
  color: var(--primary);
}
.link-footer.active svg path {
  fill: var(--primary);
}
.link-footer.first-col {
  color: var(--white);
}
.link-footer.first-col svg path {
  fill: var(--white);
}
.link-footer.first-col:hover {
  color: var(--primary);
}
.link-footer.first-col:hover svg path {
  fill: var(--primary);
}
.link-footer.first-col.active {
  color: var(--primary);
}
.link-footer.first-col.active svg path {
  fill: var(--primary);
}

.button-tab {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 49rem;
  background: rgba(255, 255, 255, 0.26);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.button-tab:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.button-tab:hover figure svg path {
  fill: var(--mono-dark-90);
}
.button-tab.prev {
  rotate: 180deg;
}

.shadow-1 {
  -webkit-box-shadow: 0px 4px 21.4px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 21.4px 0px rgba(0, 0, 0, 0.07);
}
.shadow-2 {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(199, 199, 199, 0.25);
          box-shadow: 0px 2px 20px 0px rgba(199, 199, 199, 0.25);
}
.shadow-slider {
  -webkit-box-shadow: 0px 5.157px 26.045px 0px rgba(20, 20, 20, 0.1);
          box-shadow: 0px 5.157px 26.045px 0px rgba(20, 20, 20, 0.1);
}
.shadow-qr {
  -webkit-box-shadow: 0px 4.802px 41.162px 0px rgba(90, 18, 236, 0.12);
          box-shadow: 0px 4.802px 41.162px 0px rgba(90, 18, 236, 0.12);
}
.shadow-footer {
  -webkit-box-shadow: 0px -4px 20px 0px rgba(63, 63, 63, 0.05);
          box-shadow: 0px -4px 20px 0px rgba(63, 63, 63, 0.05);
}

.custom-scrollbar::-webkit-scrollbar, .modal-wrapper .modal-container .modal-content::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.custom-scrollbar::-webkit-scrollbar-thumb, .modal-wrapper .modal-container .modal-content::-webkit-scrollbar-thumb {
  background: var(--primary);
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover, .modal-wrapper .modal-container .modal-content::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

hr.divider {
  width: 100%;
  height: 1px;
  border: none;
  background: var(--divider-e2);
}
hr.divider.vertical {
  width: 1px;
  height: 100%;
}
hr.divider-e5 {
  width: 100%;
  height: 1px;
  border: none;
  background: var(--divider-e5);
}
hr.divider-e5.vertical {
  width: 1px;
  height: 100%;
}
hr.divider-d6 {
  width: 100%;
  height: 1px;
  border: none;
  background: var(--divider-d6);
}
hr.divider-d6.vertical {
  width: 1px;
  height: 100%;
}
hr.divider-ddd {
  width: 100%;
  height: 1px;
  border: none;
  background: var(--mono-gray-20);
}
hr.divider-ddd.vertical {
  width: 1px;
  height: 100%;
}
hr.divider-666 {
  width: 100%;
  height: 1px;
  border: none;
  background: #666;
}
hr.divider-666.vertical {
  width: 1px;
  height: 100%;
}
hr.footer-divider {
  width: 96px;
  height: 1px;
  border: none;
  background: var(--white);
}

.star-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.star-pillar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 4px;
  height: 95px;
  background: #cccccc;
}
.star-pillar-inside {
  width: 4px;
  min-height: 1px;
  background: #1a1a1a;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  color: #453f3f;
  border: 1px solid #898a8d;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.pagination .page-numbers:hover {
  background-color: #f0f0f0;
}
.pagination .page-numbers.current {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
  font-weight: bold;
  font-size: 18px;
}

.open-modal {
  cursor: pointer;
}

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-wrapper .modal-container {
  margin: auto;
  width: 95%;
  max-width: 1356px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 32px;
  padding-right: 10px;
  gap: 32px;
  background: #fff;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-container {
    padding: 24px;
    padding-right: 10px;
  }
}
.modal-wrapper .modal-container.w-900 {
  max-width: 900px;
}
.modal-wrapper .modal-container.w-640 {
  max-width: 640px;
}
.modal-wrapper .modal-container .modal-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  padding-right: 22px;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-container .modal-head {
    padding-right: 14px;
  }
}
.modal-wrapper .modal-container .modal-head .close-modal {
  position: absolute;
  top: 24px;
  right: 24px;
}
.modal-wrapper .modal-container .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  z-index: 2;
  padding-right: 22px;
}
@media (max-width: 768px) {
  .modal-wrapper .modal-container .modal-content {
    padding-right: 14px;
  }
}

.sub-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  min-width: 220px;
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  background: var(--white);
  -webkit-box-shadow: 0px -1px 20.2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -1px 20.2px 0px rgba(0, 0, 0, 0.1);
}
.sub-menu.mobile {
  background: transparent;
  position: unset;
}
.sub-menu.mobile.active {
  max-height: 500px;
}
.sub-menu::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--primary);
}
@media (max-width: 991px) {
  .sub-menu::after {
    display: none;
  }
}
.sub-menu::before {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.sub-menu:hover {
  max-height: 500px;
}
@media (max-width: 991px) {
  .sub-menu {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    pointer-events: unset;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    opacity: 1;
    visibility: visible;
  }
}
.sub-menu.mobile {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: transparent;
}
.sub-menu.mobile.active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.sub-item a {
  padding: 14px 16px;
  color: var(--mono-dark-90);
  background: var(--white);
}
@media (max-width: 991px) {
  .sub-item a {
    background: transparent;
    color: var(--white);
  }
}
.sub-item:hover a {
  color: var(--white);
  background: var(--primary);
}
@media (max-width: 991px) {
  .sub-item:hover a {
    background: transparent;
    color: var(--primary);
  }
}
.sub-button {
  position: relative;
}
.sub-button:hover .sub-menu {
  max-height: 500px;
}

.sub-banner {
  background: url(../../assets/image/sub-banner.png) no-repeat left/cover;
}

.figure-hover {
  overflow: hidden;
}
.figure-hover figure img,
.figure-hover figure svg {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.figure-hover:hover figure img,
.figure-hover:hover figure svg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.swiper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.swiper .home-pagination {
  position: unset;
  left: 0;
  text-align: start;
}
.swiper .home-pagination .swiper-pagination-bullet {
  width: 56px;
  height: 4px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.swiper .home-pagination .swiper-pagination-bullet-active {
  width: 56px;
  height: 4px;
  border-radius: 7px;
  background: var(--white);
  opacity: 1;
}
.swiper .bullet-static {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  height: 24px;
}
.swiper .bullet-static .swiper-button-next,
.swiper .bullet-static .swiper-button-prev {
  position: unset;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.swiper .bullet-bottom .swiper-button-next {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--primary);
  top: unset;
  bottom: 0;
  right: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .swiper .bullet-bottom .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.swiper .bullet-bottom .swiper-button-next:hover {
  background: var(--primary-2);
}
.swiper .bullet-bottom .swiper-button-prev {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--primary);
  top: unset;
  bottom: 0;
  left: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .swiper .bullet-bottom .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.swiper .bullet-bottom .swiper-button-prev:hover {
  background: var(--primary-2);
}
.swiper .swiper-pagination-bullet {
  width: 56px;
  height: 4px;
  border-radius: 7px;
  background: var(--purple-gray-20);
  opacity: 1;
}
.swiper .swiper-pagination-bullet-active {
  width: 56px;
  height: 4px;
  border-radius: 7px;
  background: var(--primary);
  opacity: 1;
}
.swiper-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.swiper-button-container .swiper-button-prev,
.swiper-button-container .swiper-button-next {
  position: unset;
}
.swiper .swiper-button-prev {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper .swiper-button-prev:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../image/icon/chev-left-24.svg) no-repeat center/contain;
}
.swiper .swiper-button-next {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper .swiper-button-next:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../image/icon/chev-right-24.svg) no-repeat center/contain;
}
.swiper .swiper-button-next.disabled {
  background: #999;
  cursor: not-allowed;
}
.swiper .swiper-button-next.disabled:after {
  background: url(../image/icon/arrow-right-white.svg) no-repeat center/contain;
}
.swiper .swiper-pagination.home {
  position: unset;
  margin-top: 24px;
}
.swiper .swiper-pagination.home .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 49px;
  background: var(--pagination-bullet);
  opacity: 1;
}
.swiper .swiper-pagination.home .swiper-pagination-bullet-active {
  width: 46px;
  height: 8px;
  background: var(--pagination-bullet-active);
}
.swiper.big-mid .swiper-slide {
  position: relative;
  width: var(--swiper-width);
  opacity: 0.5;
  -webkit-transform: scale(0.84);
          transform: scale(0.84);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0.4285rem;
}
.swiper.big-mid .swiper-slide p {
  display: none;
}
@media (max-width: 992px) {
  .swiper.big-mid .swiper-slide {
    width: 100%;
  }
}
.swiper.big-mid .swiper-backface-hidden .swiper-slide {
  -webkit-transform: scale(0.84) translateZ(0);
          transform: scale(0.84) translateZ(0);
}
.swiper.big-mid .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  opacity: 1 !important;
}
.swiper.big-mid .swiper-slide.swiper-slide-active p {
  display: block;
}
.swiper.big-mid .swiper-backface-hidden .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1) translateZ(0) !important;
          transform: scale(1) translateZ(0) !important;
}
.swiper.big-mid .swiper-backface-hidden .swiper-slide.swiper-slide-active p {
  display: block;
}
.swiper .position-none-button {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin: 0;
}

.details .swiper-slide figure img {
  min-width: 100%;
  max-width: 386px;
  max-height: 673px;
  aspect-ratio: 386/673;
}
.details .swiper-slide-active figure img {
  min-width: 100%;
  height: 527px;
  aspect-ratio: 792/527;
}
@media (max-width: 992px) {
  .details .swiper-slide figure img {
    max-height: 508px;
  }
  .details .swiper-slide-active figure img {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .details .swiper-slide figure img {
    max-height: 400px;
  }
  .details .swiper-slide-active figure img {
    height: auto;
    max-height: 400px;
  }
}
@media (max-width: 650px) {
  .details .swiper-slide figure img {
    max-height: 250px;
  }
  .details .swiper-slide-active figure img {
    height: auto;
    max-height: 250px;
  }
}

.carousel .flickity-button {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border-radius: 73px;
  background: radial-gradient(63.97% 63.99% at 54% 47.01%, #363636 33%, #000001 100%);
}
.carousel .flickity-button .flickity-button-icon {
  position: unset;
  width: 20px;
  height: 20px;
  fill: var(--primary);
}
.carousel .flickity-button:hover {
  background: var(--mono-dark-90);
}
.carousel .flickity-button:hover .flickity-button-icon {
  fill: var(--white);
}

.is-nav-selected .product-wrap-nav {
  padding: 3px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(-128deg, rgba(0, 0, 0, 0) 15%, #ffce6f 51%, rgba(0, 0, 0, 0) 89%);
}
.is-nav-selected .product-wrap-nav figure {
  border-radius: 16px;
}

.footer .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer .info-item .icon-wrap {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  background: var(--white);
}
.footer .info-item .icon-wrap:hover svg path {
  fill: var(--primary-2);
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--mono-dark-90);
}
.link-list:hover {
  color: var(--secondary);
}
.link-list:hover svg path {
  fill: var(--secondary);
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.social-icon {
  position: relative;
}
.social-icon:hover::before {
  max-height: unset;
  overflow: visible;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}

.icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.icon-hover {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 99px;
  background: var(--primary);
}
.icon-hover svg {
  width: 32px;
  height: 32px;
}
.icon-hover.icon-72-32 {
  width: 72px;
  height: 72px;
}
.icon-hover.icon-72-32 svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 992px) {
  .icon-hover.icon-72-32 {
    width: 64px;
    height: 64px;
  }
  .icon-hover.icon-72-32 svg {
    width: 32px;
    height: 32px;
  }
}
.icon-hover.icon-96-48 {
  width: 96px;
  height: 96px;
}
.icon-hover.icon-96-48 svg {
  width: 48px;
  height: 48px;
}
@media (max-width: 992px) {
  .icon-hover.icon-96-48 {
    width: 64px;
    height: 64px;
  }
  .icon-hover.icon-96-48 svg {
    width: 32px;
    height: 32px;
  }
}
.icon-hover:hover {
  background: var(--button-hover);
}
.accordion-item {
  padding: 24px 32px;
  border-radius: 12px;
  background: var(--white);
  cursor: pointer;
}
.accordion-item.faq {
  padding: 24px;
  border: 1px solid #e6e6e6;
}
.accordion-item.product {
  padding: 0;
}
.accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion-title > p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.accordion-item:hover .accordion-title .accordion-show-more {
  color: var(--primary);
}
.accordion-item:hover .accordion-title .accordion-show-more svg path {
  stroke: var(--primary);
}
.accordion-item.active {
  background: #fff;
}
.accordion-item.active .accordion-title .accordion-show-more svg {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-item.active .accordion-content {
  margin-top: 24px;
  max-height: 1000px;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.accordion-item.active.product .accordion-content {
  margin-top: 16px;
}

.float-line-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.float-line-dot .line {
  width: 1px;
  height: 64px;
  background: #c9a96a;
}
@media (max-width: 992px) {
  .float-line-dot .line {
    height: 36px;
  }
}
.float-line-dot .dot {
  width: 9px;
  height: 9px;
  border-radius: 100rem;
  background: #c9a96a;
}
.float-line-dot.line-white .line {
  background: var(--white);
}
.float-line-dot.line-white .dot {
  background: var(--white);
}

.list-check li {
  position: relative;
  padding-left: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-check li:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/image/icon/check-v.svg) no-repeat center/cover;
  background-size: 24px 24px;
}
.list-uncheck li {
  position: relative;
  padding-left: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-uncheck li:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/image/icon/check-x.svg) no-repeat center/cover;
  background-size: 24px 24px;
}

.showcase-img, .showcase-img-left, .showcase-img-right {
  width: 100%;
  max-width: 629px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 72px;
}
.showcase-img-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.showcase-img-right .img-main {
  margin-left: 24px;
  margin-top: 24px;
  position: relative;
  max-width: 533px;
}
.showcase-img-right .img-main:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -24px;
  left: -24px;
  border: 1px solid #c68f24;
  opacity: 0.5;
}
.showcase-img-right .img-sub {
  position: absolute;
  bottom: -72px;
  right: 0;
  border: 16px solid var(--white);
  max-width: 258px;
}
.showcase-img-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.showcase-img-left .img-main {
  margin-left: 24px;
  margin-top: 24px;
  position: relative;
  max-width: 533px;
}
.showcase-img-left .img-main:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -24px;
  right: -24px;
  border: 1px solid #c68f24;
  opacity: 0.5;
}
.showcase-img-left .img-sub {
  position: absolute;
  bottom: -72px;
  left: 0;
  border: 16px solid var(--white);
  max-width: 258px;
}

.figure-showcase {
  margin-left: auto;
  margin-right: auto;
  border: 8px solid #8c8c8c;
  max-width: 324px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.figure-showcase:hover {
  -webkit-filter: unset;
          filter: unset;
}

.cta-banner {
  position: relative;
  padding-top: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cta-banner {
    min-height: 400px;
  }
}
.cta-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(13, 10, 0, 0.7);
}
.cta-banner > * {
  position: relative;
  z-index: 2;
}

.timeline-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.timeline-item::after {
  content: "";
  width: 50%;
  height: 2px;
  background: var(--primary-2);
  position: absolute;
  top: 44px;
  right: 0;
  -webkit-transform: translateX(calc(50% + 29px));
          transform: translateX(calc(50% + 29px));
}
.timeline-item:last-child::after {
  display: none;
}
.timeline-item:last-child {
  grid-column: span 1/span 1;
}
@media (max-width: 1279px) {
  .timeline-item:nth-child(2n)::after {
    display: none;
  }
  .timeline-item:last-child {
    grid-column: span 2/span 2;
  }
}
@media (max-width: 992px) {
  .timeline-item::after {
    display: none;
  }
  .timeline-item:last-child {
    grid-column: span 1/span 1;
  }
}
.timeline-item .num {
  width: 96px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100rem;
  background: #f8f3ec;
}
.timeline-item .context {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.icon-wrap {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100rem;
  background: #faf6f1;
}

.ss2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 48px 32px;
  border: 1px solid;
  border-color: var(--mono-gray-20);
  border-right: 1px solid transparent;
}
@media (max-width: 992px) {
  .ss2-item {
    border-color: var(--mono-gray-20);
  }
}
.ss2-item:last-child {
  border-color: var(--mono-gray-20);
}
.ss2-item .icon-wrap {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100rem;
  background: #faf6f1;
}
.ss2-item:hover {
  border-color: var(--primary-2);
}

.ss4-wrap {
  padding: 48px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media (max-width: 992px) {
  .ss4-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 20px;
  }
}
.ss4-item {
  padding: 40px 32px;
  max-width: 444px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 72px;
  border: 1px solid var(--mono-gray-20);
}
@media (max-width: 1280px) {
  .ss4-item {
    padding: 24px 20px;
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .ss4-item {
    max-width: unset;
    padding: 24px 20px;
    gap: 24px;
  }
}
.ss4-item .learn-more {
  width: 100%;
}
.ss4-item:hover {
  border-color: var(--primary-2);
}
.ss4-item:hover .learn-more {
  width: 100%;
}

.review-context {
  padding: 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--white);
  width: 60%;
  max-width: 566px;
}
@media (max-width: 1280px) {
  .review-context {
    width: 80%;
  }
}

.our-team-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1024px) {
  .our-team-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.our-team-item {
  width: calc(50% - 20px);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-team-item .our-img {
  position: relative;
}
.our-team-item .our-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.our-team-item .our-img figure {
  width: 100%;
  height: 432px;
}
.our-team-item .our-img figure img {
  min-width: 100%;
}
.our-team-item .our-context {
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: 40px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.our-team-item .our-context .desc {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.our-team-item:hover {
  width: calc(100% - 20px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-team-item:hover .our-context .desc {
  max-height: 200px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1024px) {
  .our-team-item {
    width: 100%;
  }
  .our-team-item:hover {
    width: 100%;
  }
  .our-team-item:hover .our-context .desc {
    max-height: 200px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}

.action-col {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  width: 25%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px 24px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.action-col::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.action-col > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .action-col {
    width: 100%;
    height: 25%;
    min-height: 220px;
  }
}
.action-col:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
  width: 56%;
}
@media (max-width: 768px) {
  .action-col {
    pointer-events: auto;
  }
  .action-col:hover {
    width: 100%;
  }
}
.action-col.active {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
  width: 56%;
}
@media (max-width: 992px) {
  .action-col.active {
    width: 100%;
    height: 56%;
    min-height: 400px;
  }
}