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

/* @font-face {
  font-family: 'GothamVU';
  src: url('../fonts/GothamVU-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GothamVU';
  src: url('../fonts/GothamVU-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'GothamVU';
  src: url('../fonts/GothamVU-Bold.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GothamVU';
  src: url('../fonts/Ctel Gotham Bold Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
} */

/* Áp dụng */
* body {
  font-family: 'GothamVU', sans-serif !important;
}
/* 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 {
  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] {
  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;
  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::-moz-placeholder, textarea::-moz-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: "Lexend", sans-serif;
  --primary: #e26f11;
  --secondary: #7d55ff;
  --secondary-80: #b7a1ff;
  --secondary-demo-260: #5466f3;
  --primary-80: #ffd6b5;
  --primary-70: #fba762;
  --primary-60: #fa882b;
  --primary-50: #e26f11;
  --primary-demo-250: #fa662b;
  --white: #fff;
  --black: #000;
  --divider-e2: #e2e2e2;
  --divider-e5: #e5e7eb;
  --divider-d6: #d6d9e5;
  --pagination-bullet-active: #ff885d;
  --mono-gray-70: #594d40;
  --mono-gray-60: #736759;
  --mono-gray-50: #928677;
  --mono-gray-40: #afa292;
  --mono-gray-30: #c7bbae;
  --mono-gray-20: #e5ded6;
  --mono-gray-10: #f9f7f5;
  --mono-dark-90: #191510;
  --mono-dark-80: #3e3327;
  --purple-gray-90: #101119;
  --purple-gray-80: #2b2e3a;
  --purple-gray-70: #464853;
  --purple-gray-60: #5c5f70;
  --purple-gray-50: #5c5f70;
  --purple-gray-40: #9297af;
  --purple-gray-30: #aeb2c7;
  --purple-gray-20: #d6d9e5;
  --purple-gray-10: #f5f6f9;
  --button-liner: linear-gradient(177deg, #ff7645 2.88%, #ff6027 105.76%);
  --button-bg: #ff5f26;
}

body {
  font-family: Gotham Vu;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  box-sizing: border-box;
}

figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  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;
}

/* body h1 {
  font-size: 32px;
  line-height: 125%;
  font-weight: 700;
}

body h2 {
  font-size: 24px;
  line-height: 125%;
  font-weight: 700;
}

body h3 {
  font-size: 18px;
  line-height: 125%;
  font-weight: 700;
} */

/* body h4 {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
} */

/* body h5 {
  font-size: 14px;
  line-height: 125%;
  font-weight: 700;
}

body h6 {
  font-size: 12px;
  line-height: 133%;
  font-weight: 700;
} */

body .text-heading-h1, body .text-heading-h1-bold, body .text-heading-h1-semibold {
  font-size: 96px;
  line-height: 100%;
  letter-spacing: -0.96px;
}

/* body .text-heading-h1-semibold {
  font-weight: 600;
}

body .text-heading-h1-bold {
  font-weight: 700;
} */

@media screen and (max-width: 1280px) {
  body .text-heading-h1, body .text-heading-h1-bold, body .text-heading-h1-semibold {
    font-size: 84px;
  }
}

@media screen and (max-width: 992px) {
  body .text-heading-h1, body .text-heading-h1-bold, body .text-heading-h1-semibold {
    font-size: 72px;
  }
}

body .text-heading-h2, body .text-heading-h2-bold, body .text-heading-h2-semibold, body .text-heading-h2-medium, body .text-heading-h2-regular {
  font-size: 64px;
  line-height: 112%;
  letter-spacing: -0.64px;
}

body .text-heading-h2-regular {
  font-weight: 400;
}

body .text-heading-h2-medium {
  font-weight: 500;
}

body .text-heading-h2-semibold {
  font-weight: 600;
}

body .text-heading-h2-bold {
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  body .text-heading-h2, body .text-heading-h2-bold, body .text-heading-h2-semibold, body .text-heading-h2-medium, body .text-heading-h2-regular {
    font-size: 52px;
  }
}

@media screen and (max-width: 992px) {
  body .text-heading-h2, body .text-heading-h2-bold, body .text-heading-h2-semibold, body .text-heading-h2-medium, body .text-heading-h2-regular {
    font-size: 40px;
  }
}

body .text-heading-h3, body .text-heading-h3-bold, body .text-heading-h3-semibold, body .text-heading-h3-medium, body .text-heading-h3-regular {
  font-size: 48px;
  line-height: 125%;
  letter-spacing: -0.48px;
}

/* body .text-heading-h3-regular {
  font-weight: 400;
}

body .text-heading-h3-medium {
  font-weight: 500;
}

body .text-heading-h3-semibold {
  font-weight: 600;
}

body .text-heading-h3-bold {
  font-weight: 700;
} */

@media screen and (max-width: 1280px) {
  body .text-heading-h3, body .text-heading-h3-bold, body .text-heading-h3-semibold, body .text-heading-h3-medium, body .text-heading-h3-regular {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  body .text-heading-h3, body .text-heading-h3-bold, body .text-heading-h3-semibold, body .text-heading-h3-medium, body .text-heading-h3-regular {
    font-size: 28px;
  }
}

body .text-heading-h4, body .text-heading-h4-bold, body .text-heading-h4-semibold, body .text-heading-h4-medium, body .text-heading-h4-regular {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.4px;
}

body .text-heading-h4-regular {
  font-weight: 400;
}

body .text-heading-h4-medium {
  font-weight: 500;
}

body .text-heading-h4-semibold {
  font-weight: 600;
}

body .text-heading-h4-bold {
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  body .text-heading-h4, body .text-heading-h4-bold, body .text-heading-h4-semibold, body .text-heading-h4-medium, body .text-heading-h4-regular {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  body .text-heading-h4, body .text-heading-h4-bold, body .text-heading-h4-semibold, body .text-heading-h4-medium, body .text-heading-h4-regular {
    font-size: 26px;
  }
}

body .text-heading-h5, body .text-heading-h5-bold, body .text-heading-h5-semibold, body .text-heading-h5-medium, body .text-heading-h5-regular {
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.32px;
}

body .text-heading-h5-regular {
  font-weight: 400;
}

body .text-heading-h5-medium {
  font-weight: 500;
}

body .text-heading-h5-semibold {
  font-weight: 600;
}

body .text-heading-h5-bold {
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  body .text-heading-h5, body .text-heading-h5-bold, body .text-heading-h5-semibold, body .text-heading-h5-medium, body .text-heading-h5-regular {
    font-size: 28px;
  }
}

@media screen and (max-width: 992px) {
  body .text-heading-h5, body .text-heading-h5-bold, body .text-heading-h5-semibold, body .text-heading-h5-medium, body .text-heading-h5-regular {
    font-size: 24px;
  }
}

body .text-heading-h6, body .text-heading-h6-bold, body .text-heading-h6-semibold, body .text-heading-h6-medium, body .text-heading-h6-regular {
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.24px;
}

body .text-heading-h6-regular {
  font-weight: 400;
}

body .text-heading-h6-medium {
  font-weight: 500;
}

body .text-heading-h6-semibold {
  font-weight: 600;
}

body .text-heading-h6-bold {
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  body .text-heading-h6, body .text-heading-h6-bold, body .text-heading-h6-semibold, body .text-heading-h6-medium, body .text-heading-h6-regular {
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) {
  body .text-heading-h6, body .text-heading-h6-bold, body .text-heading-h6-semibold, body .text-heading-h6-medium, body .text-heading-h6-regular {
    font-size: 20px;
  }
}

body .text-sub-heading, body .text-sub-heading-bold, body .text-sub-heading-semibold, body .text-sub-heading-medium, body .text-sub-heading-regular {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.2px;
}

body .text-sub-heading-regular {
  font-weight: 400;
}

body .text-sub-heading-medium {
  font-weight: 500;
}

body .text-sub-heading-semibold {
  font-weight: 600;
}

body .text-sub-heading-bold {
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  body .text-sub-heading, body .text-sub-heading-bold, body .text-sub-heading-semibold, body .text-sub-heading-medium, body .text-sub-heading-regular {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  body .text-sub-heading, body .text-sub-heading-bold, body .text-sub-heading-semibold, body .text-sub-heading-medium, body .text-sub-heading-regular {
    font-size: 16px;
  }
}

body .text-body-lg, body .text-body-lg-regular, body .table-wrap .table-gd th,
body .table-wrap .table-gd td, body .hastag, body .tab-item .text, body .text-body-lg-medium, body .select-view, body .text-body-lg-semibold, body .text-body-lg-bold, body .text-body-lg-uppercase {
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.18px;
}

@media screen and (max-width: 1280px) {

  body .text-body-lg, body .text-body-lg-regular, body .table-wrap .table-gd th,
  body .table-wrap .table-gd td, body .hastag, body .tab-item .text, body .text-body-lg-medium, body .select-view, body .text-body-lg-semibold, body .text-body-lg-bold, body .text-body-lg-uppercase {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {

  body .text-body-lg, body .text-body-lg-regular, body .table-wrap .table-gd th,
  body .table-wrap .table-gd td, body .hastag, body .tab-item .text, body .text-body-lg-medium, body .select-view, body .text-body-lg-semibold, body .text-body-lg-bold, body .text-body-lg-uppercase {
    font-size: 16px;
  }
}

body .text-body-lg-uppercase {
  font-weight: 700;
  text-transform: uppercase;
}

body .text-body-lg-bold, body .table-wrap .table-gd th {
  font-weight: 700;
}

body .text-body-lg-semibold {
  font-weight: 600;
}

body .text-body-lg-medium, body .select-view {
  font-weight: 500;
}

body .text-body-lg-regular, body .table-wrap .table-gd th,
body .table-wrap .table-gd td, body .hastag, body .tab-item .text {
  font-weight: 400;
}

body .text-body-md, body .text-body-md-regular, body .link-nav, body .search-box, body .text-body-md-medium, body .button-inner, body .text-body-md-semibold, body .input-label .input-title, body .text-body-md-bold, body .text-body-md-uppercase {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.16px;
}

@media screen and (max-width: 1280px) {
  body .text-body-md, body .text-body-md-regular, body .link-nav, body .search-box, body .text-body-md-medium, body .button-inner, body .text-body-md-semibold, body .input-label .input-title, body .text-body-md-bold, body .text-body-md-uppercase {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  body .text-body-md, body .text-body-md-regular, body .link-nav, body .search-box, body .text-body-md-medium, body .button-inner, body .text-body-md-semibold, body .input-label .input-title, body .text-body-md-bold, body .text-body-md-uppercase {
    font-size: 14px;
  }
}

body .text-body-md-uppercase {
  font-weight: 700;
  text-transform: uppercase;
}

body .text-body-md-bold {
  font-weight: 700;
}

body .text-body-md-semibold, body .input-label .input-title {
  font-weight: 600;
}

body .text-body-md-medium, body .button-inner {
  font-weight: 500;
}

body .text-body-md-regular, body .link-nav, body .search-box {
  font-weight: 400;
}

body .text-body-sm, body .text-body-sm-regular, body .input-label .input-field, body .text-body-sm-medium, body .text-body-sm-semibold, body .pagination .page-numbers, body .text-body-sm-bold, body .text-body-sm-uppercase {
  font-size: 14px;
  line-height: 142%;
  letter-spacing: -0.14px;
}

body .text-body-sm-uppercase {
  font-weight: 700;
  text-transform: uppercase;
}

body .text-body-sm-bold {
  font-weight: 700;
}

body .text-body-sm-semibold, body .pagination .page-numbers {
  font-weight: 600;
}

body .text-body-sm-medium {
  font-weight: 500;
}

body .text-body-sm-regular, body .input-label .input-field {
  font-weight: 400;
}

body .text-body-xs, body .text-body-xs-regular, body .input-label select.input-field, body .text-body-xs-medium, body .text-body-xs-semibold, body .input-label .title-booking, body .text-body-xs-bold, body .text-body-xs-uppercase {
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.12px;
}

body .text-body-xs-uppercase {
  font-weight: 700;
  text-transform: uppercase;
}

body .text-body-xs-bold {
  font-weight: 700;
}

body .text-body-xs-semibold, body .input-label .title-booking {
  font-weight: 600;
}

body .text-body-xs-medium {
  font-weight: 500;
}

body .text-body-xs-regular, body .input-label select.input-field {
  font-weight: 400;
}

body .text-body-xxs, body .text-body-xxs-regular, body .text-body-xxs-medium, body select.input-language, body .text-body-xxs-semibold, body .text-body-xxs-bold, body .text-body-xxs-uppercase {
  font-size: 10px;
  line-height: 200%;
}

body .text-body-xxs-uppercase {
  font-weight: 700;
  text-transform: uppercase;
}

body .text-body-xxs-bold {
  font-weight: 700;
}

body .text-body-xxs-semibold {
  font-weight: 600;
}

body .text-body-xxs-medium, body select.input-language {
  font-weight: 500;
}

body .text-body-xxs-regular {
  font-weight: 400;
}

body .text-home-shadow {
  text-shadow: 0px 3px 2.5px rgba(0, 0, 0, 0.1);
  font-size: 48px;
  font-weight: 600;
  line-height: 125%;
  text-transform: uppercase;
  background: linear-gradient(168deg, #fff -8.12%, #fff 88.32%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1280px) {
  body .text-home-shadow {
    font-size: 38px;
  }
}

@media screen and (max-width: 992px) {
  body .text-home-shadow {
    font-size: 36px;
  }
}

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

body .truncate-1row {
  -webkit-line-clamp: 1;
}

body .truncate-2row {
  -webkit-line-clamp: 2;
}

body .truncate-3row {
  -webkit-line-clamp: 3;
}

body .truncate-4row {
  -webkit-line-clamp: 4;
}

body .truncate-5row {
  -webkit-line-clamp: 5;
}

body .truncate-6row {
  -webkit-line-clamp: 6;
}

body .min-h-2lh {
  min-height: 2lh;
}

body .min-h-3lh {
  min-height: 3lh;
}

body .min-h-4lh {
  min-height: 4lh;
}

body .min-h-5lh {
  min-height: 5lh;
}

body .min-h-6lh {
  min-height: 6lh;
}

body .form-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 32px;
  border-top: 4px solid var(--primary);
  background: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(161, 161, 161, 0.15);
}

body .input-label {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body .input-label.w-50 {
  width: calc(50% - 6px);
}

@media (max-width: 768px) {
  body .input-label.w-50 {
    width: 100%;
  }
}

body .input-label .input-title {
  color: #1f2237;
}

body .input-label .input-title.regular {
  font-weight: 400;
}

body .input-label .input-title.semibold {
  font-weight: 600;
}

body .input-label .input-title .require {
  color: red;
}

body .input-label .title-booking {
  color: var(--purple-gray-80);
  padding: 8px 16px;
  position: absolute;
  left: 1px;
  top: 1px;
}

body .input-label .title-booking .required {
  color: #af1f27;
}

body .input-label.active .title-booking {
  display: none;
}

body .input-label .input-field {
  display: flex;
  padding: 12px 16px;
  align-items: flex-start;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #f5f6f9;
  width: 100%;
  color: var(--purple-gray-80);
}

body .input-label .input-field::-moz-placeholder {
  color: #6b7280;
}

body .input-label .input-field::placeholder {
  color: #6b7280;
}

body .input-label .input-field.border {
  border: 1px solid #9ca3af;
}

body .input-label .input-field.transparent {
  padding: 0;
  border-radius: 8px;
  border: none;
  background: transparent;
}

body .input-label .input-field.transparent:focus {
  border: none;
  caret-color: var(--primary);
}

body .input-label .input-field:focus {
  border: 1px solid var(--primary);
  caret-color: var(--primary);
}

body .input-label .input-field:disabled {
  color: #9ca3af;
}

body .input-label select.input-field {
  display: flex;
  padding: 8px 16px;
  height: 40px;
  padding-right: 44px;
  align-items: flex-start;
  border: 1px solid #c5cad3;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  color: var(--purple-gray-80);
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../image/icon/caret-down-solid.svg");
  /* Hình nền */
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}

body .input-label select.input-field:focus {
  border: 1px solid var(--primary);
  caret-color: var(--primary);
}

body .input-label select.input-field.language {
  max-height: 24px;
  height: -moz-fit-content;
  height: fit-content;
  border: none;
  background-color: transparent;
  padding: 0;
  padding-right: 20px;
  background-position: right 0px center;
}

body .input-label .input-trans {
  display: flex;
  width: 100%;
  border: none;
}

body .input-label .input-trans:disabled {
  background: transparent;
}

body select.input-language {
  box-sizing: content-box;
  text-transform: uppercase;
  text-align-last: center;

  text-align: center;
  padding: 3px 12px;
  align-items: flex-start;
  font-size: 14px;
  width: 100%;
  color: var(--primary);
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
 
  /* Hình nền */
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 9px 5px;
}

body .search-box {
  width: 100%;
  display: flex;
  padding: 12px 24px;
  padding-left: 64px;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid;
  border-color: #ccc;
  color: var(--purple-gray-80);
}

body .search-box::-moz-placeholder {
  color: #666;
}

body .search-box::placeholder {
  color: #666;
}

body .search-box:focus {
  border-color: var(--primary);
  caret-color: var(--primary);
}

body .custom-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
}

body .checkbox-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

body .checkbox-container input:checked+.checkmark {
  background-color: var(--primary);
  border-color: var(--primary);
}

body .checkbox-container input:checked+.checkmark:after {
  display: block;
}

body .checkbox-container .checkmark {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #888994;
  border-radius: 6px;
  position: relative;
  transition: background-color 0.3s ease;
}

body .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;
  transform: rotate(45deg);
}

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

body .custom-radio:checked {
  background-color: var(--white);
  border-color: var(--primary);
}

body .custom-radio:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body .button-wrap {
  width: -moz-fit-content;
  width: fit-content;
  background: var(--button-bg);
  border-radius: 8px;
  padding: 2px;
}

body .button-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  gap: 10px;
  padding: 4px 24px;
  border-radius: 8px;
  color: var(--white);
  background: var(--button-liner);
  box-shadow: 0px 1px 1.25px 0px rgba(255, 255, 255, 0.5) inset;
  cursor: pointer;
}

body .button-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

body .button-inner:hover::before {
  max-height: unset;
  overflow: visible;
  transition: all 0.4s ease-in-out;
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  z-index: 1;
  transition: opacity 0.3s;
  pointer-events: none;
}

/* body a {
  display: flex;
  align-items: center;
  gap: 8px;
} */

/* body a:hover {
  color: var(--white);
} */

body a.link-text {
  color: var(--purple-gray-70);
}
/* 
body a.link-text:hover {
  color: var(--primary);
}

body a.link-back {
  color: var(--purple-gray-70);
}

body a.link-back:hover {
  color: var(--secondary);
}

body a.link-back:hover svg path {
  stroke: var(--secondary);
}

body a.link-primary {
  color: var(--primary);
}

body a.link-primary:hover {
  color: var(--secondary);
}

body a.link-primary:hover svg path {
  fill: var(--secondary);
}

body a.link-primary-50 {
  color: var(--primary-50);
}

body a.link-primary-50:hover {
  color: var(--primary-60);
}

body a.link-secondary {
  color: var(--secondary);
}

body a.link-secondary:hover {
  color: var(--primary);
} */

body .link-nav {
  color: var(--purple-gray-80);
}

body .link-nav:hover {
  color: var(--primary);
}

body .link-nav.active {
  color: var(--primary);
}

body .button-tab {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 49rem;
  background: rgba(255, 255, 255, 0.26);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

body .button-tab:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

body .button-tab:hover figure svg path {
  fill: var(--purple-gray-80);
}

body .button-tab.prev {
  rotate: 180deg;
}

body .shadow-1, body .tab-wrap, body .header .header-active, body .header .header-pc,
body .header .header-mobile {
  box-shadow: 0px 4px 20px 0px rgba(120, 36, 0, 0.08);
}

body .shadow-2 {
  box-shadow: 0px 2px 20px 0px rgba(199, 199, 199, 0.25);
}

body .shadow-slider {
  box-shadow: 0px 5.157px 26.045px 0px rgba(20, 20, 20, 0.1);
}

body .shadow-qr {
  box-shadow: 0px 4.802px 41.162px 0px rgba(90, 18, 236, 0.12);
}

body .shadow-footer {
  box-shadow: 0px -4px 20px 0px rgba(63, 63, 63, 0.05);
}

body .custom-scrollbar::-webkit-scrollbar, body .table-wrap::-webkit-scrollbar, body .modal-wrapper .modal-container .modal-content::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

body .custom-scrollbar::-webkit-scrollbar-thumb, body .table-wrap::-webkit-scrollbar-thumb, body .modal-wrapper .modal-container .modal-content::-webkit-scrollbar-thumb {
  background: var(--primary);
}

body .custom-scrollbar::-webkit-scrollbar-thumb:hover, body .table-wrap::-webkit-scrollbar-thumb:hover, body .modal-wrapper .modal-container .modal-content::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

body hr.divider {
  width: 100%;
  height: 1px;
  border: none;
  background: var(--divider-e2);
}

body hr.divider.vertical {
  width: 1px;
  height: 100%;
}

body hr.divider-e5 {
  width: 100%;
  height: 1px;
  border: none;
  background: var(--divider-e5);
}

body hr.divider-e5.vertical {
  width: 1px;
  height: 100%;
}

body hr.divider-d6 {
  width: 100%;
  height: 1px;
  border: none;
  background: var(--divider-d6);
}

body hr.divider-d6.vertical {
  width: 1px;
  height: 100%;
}

body hr.footer-divider {
  width: 100%;
  height: 1px;
  border: none;
  opacity: 0.16;
  background: #f9fafb;
}

body .star-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

body .star-pillar {
  display: flex;
  align-items: flex-end;
  width: 4px;
  height: 95px;
  background: #cccccc;
}

body .star-pillar-inside {
  width: 4px;
  min-height: 1px;
  background: #1a1a1a;
}

body .pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}

body .pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  color: #453f3f;
  border: 1px solid #898a8d;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}

body .pagination .page-numbers:hover {
  background-color: #f0f0f0;
}

body .pagination .page-numbers.current {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

body .pagination .page-numbers.prev, body .pagination .page-numbers.next {
  border: none;
  font-weight: bold;
  font-size: 18px;
}

body .open-modal {
  cursor: pointer;
}

body .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;
  align-items: center;
  justify-content: center;
}

body .modal-wrapper .modal-container {
  margin: auto;
  width: 95%;
  max-width: 1356px;
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
  padding-right: 10px;
  gap: 32px;
  background: #fff;
  border-radius: 12px;
  position: relative;
}

@media (max-width: 768px) {
  body .modal-wrapper .modal-container {
    padding: 24px;
    padding-right: 10px;
  }
}

body .modal-wrapper .modal-container.w-900 {
  max-width: 900px;
}

body .modal-wrapper .modal-container.w-640 {
  max-width: 640px;
}

body .modal-wrapper .modal-container .modal-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  z-index: 2;
  padding-right: 22px;
}

@media (max-width: 768px) {
  body .modal-wrapper .modal-container .modal-head {
    padding-right: 14px;
  }
}

body .modal-wrapper .modal-container .modal-head .close-modal {
  position: absolute;
  top: 24px;
  right: 24px;
}

body .modal-wrapper .modal-container .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  z-index: 2;
  padding-right: 22px;
}

@media (max-width: 768px) {
  body .modal-wrapper .modal-container .modal-content {
    padding-right: 14px;
  }
}

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

@media (max-width: 991px) {
  body .sub-item a {
    background: transparent;
    color: var(--purple-gray-80);
  }
}

body .sub-item:hover a {
  color: var(--white);
  background: var(--primary);
}

@media (max-width: 991px) {
  body .sub-item:hover a {
    background: transparent;
    color: var(--purple-gray-80);
  }
}

body .sub-button {
  position: relative;
}

/* body .sub-button:hover .sub-menu {
  max-height: 500px;
} */
body .sub-banner {
  background: url(../../assets/image/sub-banner.png) no-repeat left/cover;
}

body .figure-hover {
  overflow: hidden;
}

body .figure-hover figure img,
body .figure-hover figure svg {
  transition: all 0.5s ease-in-out;
}

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

body .swiper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

body .swiper .home-pagination {
  position: unset;
  left: 0;
  text-align: start;
}

body .swiper .home-pagination .swiper-pagination-bullet {
  width: 56px;
  height: 4px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

body .swiper .home-pagination .swiper-pagination-bullet-active {
  width: 56px;
  height: 4px;
  border-radius: 7px;
  background: var(--white);
  opacity: 1;
}

body .swiper .swiper-pagination-bullet {
  width: 56px;
  height: 4px;
  border-radius: 7px;
  background: var(--purple-gray-20);
  opacity: 1;
}

body .swiper .swiper-pagination-bullet-active {
  width: 56px;
  height: 4px;
  border-radius: 7px;
  background: var(--primary-60);
  opacity: 1;
}

body .swiper-button-container {
  display: flex;
  justify-content: center;
  align-items: end;
}

body .swiper-button-container .swiper-button-prev,
body .swiper-button-container .swiper-button-next {
  position: unset;
}

body .swiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--white);
  border: 1px solid #ddd;
}

body .swiper .swiper-button-prev:hover {
  background: var(--mono-gray-10);
}

body .swiper .swiper-button-prev:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../image/icon/arrow-left.svg) no-repeat center/contain;
}

body .swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: var(--white);
  border: 1px solid #ddd;
}

body .swiper .swiper-button-next:hover {
  background: var(--mono-gray-10);
}

body .swiper .swiper-button-next:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../image/icon/arrow-right.svg) no-repeat center/contain;
}

body .swiper .swiper-button-next.disabled {
  background: #999;
  cursor: not-allowed;
}

body .swiper .swiper-button-next.disabled:after {
  background: url(../image/icon/arrow-right-white.svg) no-repeat center/contain;
}

body .swiper .swiper-pagination.home {
  position: unset;
  margin-top: 24px;
}

body .swiper .swiper-pagination.home .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 49px;
  background: var(--pagination-bullet);
  opacity: 1;
}

body .swiper .swiper-pagination.home .swiper-pagination-bullet-active {
  width: 46px;
  height: 8px;
  background: var(--pagination-bullet-active);
}

body .swiper.big-mid .swiper-slide {
  position: relative;
  width: var(--swiper-width);
  opacity: 0.5;
  transform: scale(0.84);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 0.4285rem;
}

body .swiper.big-mid .swiper-slide p {
  display: none;
}

@media (max-width: 992px) {
  body .swiper.big-mid .swiper-slide {
    width: 100%;
  }
}

body .swiper.big-mid .swiper-backface-hidden .swiper-slide {
  transform: scale(0.84) translateZ(0);
}

body .swiper.big-mid .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  opacity: 1 !important;
}

body .swiper.big-mid .swiper-slide.swiper-slide-active p {
  display: block;
}

body .swiper.big-mid .swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}

body .swiper.big-mid .swiper-backface-hidden .swiper-slide.swiper-slide-active p {
  display: block;
}

body .swiper .position-none-button {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin: 0;
}

body .details .swiper-slide figure img {
  min-width: 100%;
  max-width: 386px;
  max-height: 673px;
  aspect-ratio: 386/673;
}

body .details .swiper-slide-active figure img {
  min-width: 100%;
  height: 527px;
  aspect-ratio: 792/527;
}

@media (max-width: 992px) {
  body .details .swiper-slide figure img {
    max-height: 508px;
  }

  body .details .swiper-slide-active figure img {
    height: 400px;
  }
}

@media (max-width: 768px) {
  body .details .swiper-slide figure img {
    max-height: 400px;
  }

  body .details .swiper-slide-active figure img {
    height: auto;
    max-height: 400px;
  }
}

@media (max-width: 650px) {
  body .details .swiper-slide figure img {
    max-height: 250px;
  }

  body .details .swiper-slide-active figure img {
    height: auto;
    max-height: 250px;
  }
}

body .carousel .flickity-button {
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: 73px;
  background: radial-gradient(63.97% 63.99% at 54% 47.01%, #363636 33%, #000001 100%);
}

body .carousel .flickity-button .flickity-button-icon {
  position: unset;
  width: 20px;
  height: 20px;
  fill: var(--primary);
}

body .carousel .flickity-button:hover {
  background: var(--purple-gray-80);
}

body .carousel .flickity-button:hover .flickity-button-icon {
  fill: var(--white);
}

body .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%);
}

body .is-nav-selected .product-wrap-nav figure {
  border-radius: 16px;
}

body .header .header-pc,
body .header .header-mobile {
  background-color: var(--white);
  transition: background-color 0.3s ease;
}

body .header .header-active {
  background-color: var(--white);
  transition: background-color 0.3s ease;
}

body .header .header-home {
  background-color: transparent;
  box-shadow: unset;
  transition: background-color 0.3s ease;
}

body .header .header-home .container {
  border-radius: 0px 0px 17px 17px;
  background: var(--white);
  box-shadow: 0px 4px 20px 0px rgba(77, 77, 77, 0.08);
}

body .header .header-home.header-active {
  transition: background-color 0.3s ease;
}

body .header .breadcrumb-header .breadcrumb-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: calc(100vh - 50px - 72px);
  overflow-y: auto;
}

body .footer .info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body .footer .info-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

body .footer .info-item .icon-wrap {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.36);
}

body .footer .info-item a {
  color: var(--purple-gray-80);
}

body .footer .info-item:hover .icon-wrap svg path {
  stroke: var(--secondary);
}

body .footer .info-item:hover a {
  color: var(--secondary);
}

body .link-list {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--purple-gray-80);
}

body .link-list:hover {
  color: var(--secondary);
}

body .link-list:hover svg path {
  fill: var(--secondary);
}

body .social-list {
  display: flex;
  align-items: center;
  gap: 16px;
}

body .social-icon {
  position: relative;
}

body .social-icon:hover::before {
  max-height: unset;
  overflow: visible;
  transition: all 0.4s ease-in-out;
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
  z-index: 1;
  transition: opacity 0.3s;
  pointer-events: none;
}

body .icon-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}

body .icon-hover {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background: var(--primary);
}

body .icon-hover svg {
  width: 32px;
  height: 32px;
}

body .icon-hover.icon-72-32 {
  width: 72px;
  height: 72px;
}

body .icon-hover.icon-72-32 svg {
  width: 32px;
  height: 32px;
}

@media (max-width: 992px) {
  body .icon-hover.icon-72-32 {
    width: 64px;
    height: 64px;
  }

  body .icon-hover.icon-72-32 svg {
    width: 32px;
    height: 32px;
  }
}

body .icon-hover.icon-96-48 {
  width: 96px;
  height: 96px;
}

body .icon-hover.icon-96-48 svg {
  width: 48px;
  height: 48px;
}

@media (max-width: 992px) {
  body .icon-hover.icon-96-48 {
    width: 64px;
    height: 64px;
  }

  body .icon-hover.icon-96-48 svg {
    width: 32px;
    height: 32px;
  }
}

body .icon-hover:hover {
  background: var(--button-hover);
}

body .accordion-item {
  padding: 24px 32px;
  border-radius: 12px;
  background: var(--white);
  cursor: pointer;
}

body .accordion-item.faq {
  padding: 24px;
  border: 1px solid #e6e6e6;
}

body .accordion-item.product {
  padding: 0;
}

body .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body .accordion-title>p {
  flex: 1;
}

body .accordion-content {
  max-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: max-height 0.2s ease-in-out;
}

body .accordion-item:hover .accordion-title .accordion-show-more {
  color: var(--primary);
}

body .accordion-item:hover .accordion-title .accordion-show-more svg path {
  stroke: var(--primary);
}

body .accordion-item.active {
  background: #fff;
}

body .accordion-item.active .accordion-title .accordion-show-more svg {
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}

body .accordion-item.active .accordion-content {
  margin-top: 24px;
  max-height: 1000px;
  transition: max-height 0.2s ease-in-out;
}

body .accordion-item.active.product .accordion-content {
  margin-top: 16px;
}

body .action-col {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 25%;
  justify-content: flex-end;
  align-items: center;
  padding-top: 25%;
  padding-bottom: 6%;
  border-left: 1px solid var(--white);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  transition: all 0.5s ease-in-out;
}

@media (max-width: 992px) {
  body .action-col {
    width: 100%;
    height: 25%;
    padding-top: 5%;
    padding-bottom: 5%;
    transition: none;
  }
}

body .action-col .action-content {
  width: 80%;
  max-width: 352px;
}

@media (max-width: 992px) {
  body .action-col .action-content {
    width: 90%;
    max-width: unset;
  }
}

body .action-col .action-content .title-item {
  color: var(--white);
}

body .action-col .action-content .sub-items {
  margin-top: 12px;
  min-height: 2lh;
  max-height: 2lh;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 992px) {
  body .action-col .action-content .sub-items {
    opacity: 1;
    overflow: visible;
  }
}

body .action-col .action-content .sub-button {
  margin-top: 28px;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.26);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.5s ease-in-out;
}

body .action-col .action-content .sub-button svg path {
  fill: var(--primary);
}

body .action-col:first-child {
  border-color: transparent;
}

body .action-col:hover {
  transition: all 0.5s ease-in-out;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body .action-col:hover .action-content .sub-items {
  min-height: 2lh;
  max-height: 2lh;
  overflow: visible;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
  body .action-col:hover .action-content .sub-items {
    transition: none;
  }
}

body .action-col:hover .action-content .sub-button {
  transition: all 0.5s ease-in-out;
  background: var(--primary);
}

body .action-col:hover .action-content .sub-button svg path {
  fill: var(--purple-gray-80);
}

@media (max-width: 992px) {
  body .action-col {
    pointer-events: auto;
  }
}

body .project-item {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
}

body .collapse-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

body .collapse-item {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-height: 125rem;
  transition: all 0.5s ease;
}

body .collapse-item.collapsed {
  max-height: 0;
  overflow: hidden;
}

body .check-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

body .collapse-button,
body .collapse-check-button {
  transition: all 0.5s ease;
}

body .service-wrap {
  position: relative;
  border-radius: 12px;
}

body .service-wrap::before {
  content: "";
  display: none;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 12px;
  z-index: -1;
  background: linear-gradient(90deg, rgba(251, 109, 30, 0.4) 0%, rgba(103, 32, 255, 0.3) 100%);
}

body .service-wrap:hover::before {
  display: block;
}

body .service-wrap:hover .context {
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease;
}

body .service-wrap:hover .context-hover {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
}

body .service-wrap .context {
  max-width: 320px;
  position: absolute;
  padding: 20px;
  transition: all 0.3s ease;
}

body .service-wrap .context-hover {
  position: absolute;
  padding: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

body .service-wrap .service-link {
  margin-top: 16px;
  color: var(--primary-60);
}

body .service-wrap .service-link svg path {
  stroke: var(--primary-60);
}

body .service-wrap .service-link:hover {
  color: var(--primary);
}

body .service-wrap .service-link:hover svg path {
  stroke: var(--primary);
}

body .qr-wrap {
  position: relative;
  width: 96px;
  height: 96px;
  overflow: hidden;
}

body .qr-before {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  animation: qrSlide 5s infinite;
  pointer-events: none;
}

@keyframes qrSlide {
  0% {
    top: -100%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50% {
    top: 0;
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}

body .head-banner {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
}

body .head-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-93deg, rgba(255, 255, 255, 0) 23.08%, #fe873c 65.37%, #fcae1d 100.64%);
  z-index: 1;
}

body .tab-wrap {
  padding: 12px;
  border-radius: 12px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body .tab-item {
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 24px;
  justify-content: space-between;
  cursor: pointer;
}

body .tab-item .text {
  flex: 1;
  color: var(--mono-dark-80);
}

body .tab-item .icon {
  display: none;
}

body .tab-item:hover {
  background: #fff5ed;
}

body .tab-item:hover .text {
  color: var(--primary-demo-250);
  font-weight: 600;
}

body .tab-item:hover .icon {
  display: block;
}

body .tab-item.active {
  background: #fff5ed;
}

body .tab-item.active .text {
  color: var(--primary-demo-250);
  font-weight: 600;
}

body .tab-item.active .icon {
  display: block;
}

body .download-card {
  padding-right: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body .download-link {
  color: var(--secondary-demo-260);
}

body .download-link svg path {
  fill: var(--secondary-demo-260);
}

body .download-link:hover {
  color: var(--primary-demo-250);
}

body .download-link:hover svg path {
  fill: var(--primary-demo-250);
}

body .select-view {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 100rem;
  background: #e8eaf2;
  color: var(--purple-gray-80);
}

body .select-view:hover {
  color: var(--purple-gray-80);
  background: var(--primary-80);
}

body .select-view.active {
  color: var(--purple-gray-80);
  background: var(--primary-80);
}

body .news-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}

body .news-wrap>figure {
  width: 45%;
  height: 128px;
}

body .news-wrap .content {
  width: 49.5%;
}

body .news-wrap .content .title {
  margin-top: 8px;
}

body .news-wrap .content .link {
  margin-top: 16px;
  color: var(--primary-60);
}

body .news-wrap .content .link .icon svg path {
  stroke: var(--primary-60);
}

body .news-wrap .content .link:hover {
  color: var(--secondary);
}

body .news-wrap .content .link:hover .icon svg path {
  stroke: var(--secondary);
}

body .news-wrap.full>figure {
  height: auto;
}

@media (max-width: 992px) {
  body .news-wrap.full {
    flex-direction: column;
  }

  body .news-wrap.full>figure {
    width: 100%;
    height: auto;
  }

  body .news-wrap.full .content {
    width: 100%;
  }
}

body .news-wrap.full .content {
  padding-left: 40px;
}

@media (max-width: 992px) {
  body .news-wrap.full .content {
    padding-left: 0;
  }
}

body .news-wrap.full .content .title {
  margin-top: 16px;
}

body .news-wrap.full .content .title .link {
  margin-top: 24px;
}

body .hastag {
  color: var(--purple-gray-70);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  border-radius: 12px;
  background: url(../../assets/image/kien-thuc/bg-hastag.svg) no-repeat center/cover;
}

body .hastag:hover {
  color: var(--secondary);
}

body .review-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

body .review-container .review-row {
  display: flex;
  gap: 16px;
}

body .review-container .review-row .review-avatar {
  width: 52px;
  height: 52px;
  border-radius: 99px;
}

@media (max-width: 992px) {
  body .review-container .review-row .review-avatar {
    width: 32px;
    height: 32px;
  }
}

body .review-container .review-row.reply {
  margin-top: -8px;
  padding-left: 50px;
}

body .review-container .like {
  display: flex;
  align-items: center;
  gap: 8px;
}

body .review-container .like.active svg path {
  fill: #0566ff;
}

body .review-container .like.active p {
  color: #0566ff;
}

body .news-details-more {
  display: flex;
  padding: 18px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  border-radius: 12px;
  background: var(linear-gradient(115deg, rgba(255, 255, 255, 0.8) -7.25%, rgba(255, 255, 255, 0) 152.74%));
  box-shadow: 0px 4px 20.2px 0px rgba(20, 20, 20, 0.1);
}

body .news-details-relate {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;
  border-radius: 12px;
  background: var(linear-gradient(115deg, rgba(255, 255, 255, 0.8) -7.25%, rgba(255, 255, 255, 0) 152.74%));
  box-shadow: 0px 4px 20.2px 0px rgba(20, 20, 20, 0.1);
}

body .table-wrap {
  overflow: auto;
  padding-bottom: 20px;
}

body .table-wrap .table-gd {
  min-width: 720px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #f3f3f3;
}

body .table-wrap .table-gd tr {
  border-top: 1px solid transparent;
}

body .table-wrap .table-gd tr.border-top {
  border-top: 1px solid #f3f3f3;
}

body .table-wrap .table-gd th,
body .table-wrap .table-gd td {
  padding: 8px 16px;
  color: var(--purple-gray-70);
  border-right: 1px solid #f3f3f3;
}

body .table-wrap .table-gd th:last-child,
body .table-wrap .table-gd td:last-child {
  border-right: transparent;
}

body .table-wrap .table-gd th {
  text-align: start;
  background: rgba(250, 233, 205, 0.4);
}

body .table-wrap .table-gd th:first-child {
  text-align: center;
  padding-left: 0;
}

body .table-wrap .table-gd td {
  padding-top: 16px;
}

body .table-wrap .table-gd td.center {
  padding-left: 0;
  text-align: center;
}

body .table-wrap .list-content li {
  padding-left: 20px;
  position: relative;
}

body .table-wrap .list-content li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100rem;
  background: var(--purple-gray-70);
  top: 0.5lh;
  left: 5px;
  transform: translateY(-50%);
}

body .single-content a:hover {
  color: var(--primary);
}

body .single-content ul li {
  position: relative;
  padding-left: 20px;
}

body .single-content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100rem;
  background: #453f3f;
  position: absolute;
  left: 6px;
  top: 0.5lh;
  transform: translateY(-50%);
}

body .single-content img {
  max-width: -moz-max-content;
  max-width: max-content;
}

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