@charset "UTF-8";
@import "typography.css";
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;
}


.range-slider {
  height: 8px;
  position: relative;
  background-color: #e5e7eb;
  border-radius: 99px;
}
.range-slider .range-selected {
  height: 100%;
  left: 1%;
  right: 1%;
  position: absolute;
  border-radius: 99px;
  background-color: #0e74bc;
}
.range-slider .range-tooltip {
  position: absolute;
  background-color: #fff;
  color: #373a51;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  margin-bottom: 34px;
  white-space: nowrap;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.range-slider:hover .range-tooltip {
  visibility: visible;
}

.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  border: none;
  outline: none;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range-input input::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #1b53c0;
  background-color: #fff;
  pointer-events: auto;
  -webkit-appearance: none;
}
.range-input input::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #1b53c0;
  background-color: #fff;
  pointer-events: auto;
  -moz-appearance: none;
}

.range-price {
  width: 100%;
  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;
}
.range-price label {
  margin-right: 5px;
}
.range-price input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  padding-left: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  position: relative;
}
.range-price .text-input {
  content: "$";
  position: absolute;
  left: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

:root {
  --f-body: "Helvetica Neue", sans-serif;
  --primary: #006241;
  --secondary: #e25050;
  --primary-hover: #0b5e2c;
  --secondary-hover: #ae3636;
  --primary-50: #e9fbf0;
  --neutralc-50: #f2f2f2;
  --neutralc-100: #e6e6e6;
}

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 {
  -o-object-fit: cover;
     object-fit: cover;
}

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

.text-heading-home {
  font-size: 52px;
  line-height: 139%;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .text-heading-home {
    font-size: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .text-heading-home {
    font-size: 44px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-home {
    font-size: 40px;
  }
}
.text-heading-h1 {
  font-size: 60px;
  line-height: 126%;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .text-heading-h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1280px) {
  .text-heading-h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .text-heading-h1 {
    font-size: 38px;
  }
}
.text-heading-h2 {
  font-size: 48px;
  line-height: 141%;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .text-heading-h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1280px) {
  .text-heading-h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h2 {
    font-size: 32px;
  }
}
.text-heading-h3 {
  font-size: 40px;
  line-height: 140%;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .text-heading-h3 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1280px) {
  .text-heading-h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h3 {
    font-size: 28px;
  }
}
.text-heading-h3-5 {
  font-size: 36px;
  line-height: 137.5%;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .text-heading-h3-5 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .text-heading-h3-5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h3-5 {
    font-size: 26px;
  }
}
.text-heading-h4 {
  font-size: 32px;
  line-height: 137.5%;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .text-heading-h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .text-heading-h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h4 {
    font-size: 20px;
  }
}
.text-heading-h5 {
  font-size: 28px;
  line-height: 150%;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .text-heading-h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .text-heading-h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h5 {
    font-size: 24px;
  }
}
.text-heading-h6 {
  font-size: 24px;
  line-height: 150%;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .text-heading-h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1280px) {
  .text-heading-h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h6 {
    font-size: 18px;
  }
}
.text-heading-h7 {
  font-size: 20px;
  line-height: 160%;
  font-weight: 600;
}
@media screen and (max-width: 1439px) {
  .text-heading-h7 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .text-heading-h7 {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h7 {
    font-size: 16px;
  }
}

.text-body {
  font-family: var(--f-inter);
}
.text-body-xl, .text-body-xl-regular, .sign-tab, .text-body-xl-medium, .text-body-xl-semibold, .sign-tab.active, .sign-tab:hover, .text-body-xl-bold, .text-body-xl-uppercase {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 1439px) {
  .text-body-xl, .text-body-xl-regular, .sign-tab, .text-body-xl-medium, .text-body-xl-semibold, .sign-tab.active, .sign-tab:hover, .text-body-xl-bold, .text-body-xl-uppercase {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .text-body-xl, .text-body-xl-regular, .sign-tab, .text-body-xl-medium, .text-body-xl-semibold, .sign-tab.active, .sign-tab:hover, .text-body-xl-bold, .text-body-xl-uppercase {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .text-body-xl, .text-body-xl-regular, .sign-tab, .text-body-xl-medium, .text-body-xl-semibold, .sign-tab.active, .sign-tab:hover, .text-body-xl-bold, .text-body-xl-uppercase {
    font-size: 16px;
  }
}
.text-body-xl-uppercase {
  font-weight: 500;
  text-transform: uppercase;
}
.text-body-xl-bold {
  font-weight: 700;
}
.text-body-xl-semibold, .sign-tab.active, .sign-tab:hover {
  font-weight: 600;
}
.text-body-xl-medium {
  font-weight: 500;
}
.text-body-xl-regular, .sign-tab {
  font-weight: 400;
}
.text-body-lg, .text-body-lg-regular, .text-body-lg-medium, .text-body-lg-semibold, .text-body-lg-bold, .text-body-lg-uppercase {
  font-size: 18px;
  line-height: 155.6%;
}
@media screen and (max-width: 1280px) {
  .text-body-lg, .text-body-lg-regular, .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, .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: 500;
  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 {
  font-weight: 400;
}
.text-body-md, .text-body-md-regular, .link-nav, .input-select, .input-label .input-field, .text-body-md-medium, .input-label .input-title, .text-body-md-semibold, .progress-order .progress-order-bar .progress-order-item .content, .text-body-md-bold, .button, .text-body-md-uppercase {
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1280px) {
  .text-body-md, .text-body-md-regular, .link-nav, .input-select, .input-label .input-field, .text-body-md-medium, .input-label .input-title, .text-body-md-semibold, .progress-order .progress-order-bar .progress-order-item .content, .text-body-md-bold, .button, .text-body-md-uppercase {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .text-body-md, .text-body-md-regular, .link-nav, .input-select, .input-label .input-field, .text-body-md-medium, .input-label .input-title, .text-body-md-semibold, .progress-order .progress-order-bar .progress-order-item .content, .text-body-md-bold, .button, .text-body-md-uppercase {
    font-size: 14px;
  }
}
.text-body-md-uppercase {
  font-weight: 500;
  text-transform: uppercase;
}
.text-body-md-bold, .button {
  font-weight: 700;
}
.text-body-md-semibold, .progress-order .progress-order-bar .progress-order-item .content {
  font-weight: 600;
}
.text-body-md-medium, .input-label .input-title {
  font-weight: 500;
}
.text-body-md-regular, .link-nav, .input-select, .input-label .input-field {
  font-weight: 400;
}
.text-body-sm, .text-body-sm-regular, .text-body-sm-medium, .footer-input .input-footer, .badge, .text-body-sm-semibold, .text-body-sm-bold, .text-body-sm-uppercase {
  font-size: 14px;
  line-height: 171.5%;
}
.text-body-sm-uppercase {
  font-weight: 500;
  text-transform: uppercase;
}
.text-body-sm-bold {
  font-weight: 700;
}
.text-body-sm-semibold {
  font-weight: 600;
}
.text-body-sm-medium, .footer-input .input-footer, .badge {
  font-weight: 500;
}
.text-body-sm-regular {
  font-weight: 400;
}
.text-body-xs, .text-body-xs-regular, .text-body-xs-medium, .text-body-xs-semibold, .text-body-xs-bold, .text-body-xs-uppercase {
  font-size: 12px;
  line-height: 166.7%;
}
.text-body-xs-uppercase {
  font-weight: 500;
  text-transform: uppercase;
}
.text-body-xs-bold {
  font-weight: 700;
}
.text-body-xs-semibold {
  font-weight: 600;
}
.text-body-xs-medium {
  font-weight: 500;
}
.text-body-xs-regular {
  font-weight: 400;
}

.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper .tooltip-top {
  display: none;
  position: absolute;
  bottom: calc(100% + 18px);
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 320px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  -webkit-filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
}
.tooltip-wrapper .tooltip-top.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tooltip-wrapper .tooltip-top::before {
  content: "";
  background-image: url(../../assets/image/icon/tooltip-after.svg);
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  width: 24px;
  height: 14px;
  position: absolute;
  left: 50%;
  bottom: -14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip-wrapper:hover .tooltip-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tooltip-wrapper .tooltip-icon {
  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;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90vw;
  padding: 32px 0 40px 0;
  border-radius: 0px 0px 24px 24px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.sub-menu::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 32px;
  background: transparent;
}
.sub-menu-title {
  color: #1f2237;
}
.sub-menu-hover {
  color: #1f2237;
}
.sub-menu-hover p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.sub-menu-hover p::before {
  content: "";
  display: block;
  min-width: 20px;
  min-height: 20px;
  background: url(../../assets/image/icon/circle-check-20.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}
.sub-menu-hover:hover {
  color: #0e74bc;
}
@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;
}
.sub-menu.mobile.show {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}

@media (min-width: 992px) {
  .sub-wrap:hover .sub-menu {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
  .sub-wrap:hover .sub-menu:hover {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}

.sub-sub-wrap {
  max-height: 2.3lh;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  border-radius: 8px;
}
.sub-sub-wrap .sub-sub-title p {
  color: #1f2237;
}
.sub-sub-wrap.show {
  max-height: 1000px;
  pointer-events: unset;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.sub-sub-wrap.show .sub-sub-title p {
  color: #0e74bc;
}

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

.badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border-radius: 8px;
}
.badge.success {
  color: #00a151;
  background: #dbffe4;
}
.badge.cancel {
  color: #344054;
  background: #f2f4f7;
}
.badge.error {
  color: #e02d2d;
  background: #ffe7e0;
}
.badge.warning {
  color: #ffa300;
  background: #fff8d6;
}

input.home-search {
  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: 100%;
  padding: 10px 44px 10px 16px;
  font-size: 14px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background-color: #fff;
  background-image: url(../../assets/image/icon/mag-glass.svg);
  background-repeat: no-repeat;
  background-position: right 14px center;
  color: #373a51;
}
input.home-search.no-bg {
  background-image: none;
  position: relative;
}
input.home-search::-webkit-input-placeholder {
  color: #6b7280;
}
input.home-search::-moz-placeholder {
  color: #6b7280;
}
input.home-search:-ms-input-placeholder {
  color: #6b7280;
}
input.home-search::-ms-input-placeholder {
  color: #6b7280;
}
input.home-search::placeholder {
  color: #6b7280;
}
input.home-search.radius-8 {
  border-radius: 8px;
}
input.home-search:hover {
  border-color: var(--primary);
  caret-color: var(--primary);
}
input.home-search:focus {
  border-color: var(--primary);
  caret-color: var(--primary);
}

input.filter-search {
  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: 100%;
  padding: 11px 24px 11px 64px;
  font-size: 16px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background-color: #fff;
  background-image: url(../../assets/image/icon/mag-glass.svg);
  background-repeat: no-repeat;
  background-position: left 24px center;
  color: #373a51;
}
input.filter-search::-webkit-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
input.filter-search::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input.filter-search:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
input.filter-search::-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
input.filter-search::placeholder {
  color: #6b7280;
  opacity: 1;
}
input.filter-search:hover {
  border-color: #0e74bc;
  caret-color: #0e74bc;
}
input.filter-search:focus {
  border-color: #0e74bc;
  caret-color: #0e74bc;
}

.neutral-200 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #f3f4f6; /* Màu nền */
}

.input-label {
  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 .input-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #4d4d4d;
}
.input-label .input-title.regular {
  font-weight: 400;
}
.input-label .input-title.semibold {
  font-weight: 600;
}
.input-label .input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #999;
  border-radius: 8px;
  background: #fff;
  width: 100%;
  color: #1f2237;
}
.input-label .input-field::-webkit-input-placeholder {
  color: #999;
}
.input-label .input-field::-moz-placeholder {
  color: #999;
}
.input-label .input-field:-ms-input-placeholder {
  color: #999;
}
.input-label .input-field::-ms-input-placeholder {
  color: #999;
}
.input-label .input-field::placeholder {
  color: #999;
}
.input-label .input-field.pr-44 {
  padding-right: 44px;
}
.input-label .input-field.border-none {
  border: 1px solid transparent;
}
.input-label .input-field:disabled {
  color: #9ca3af;
}
.input-label select.input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #dedfe0;
  border-radius: 8px;
  width: 100%;
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f2f3f5; /* Màu nền */
  background-image: url("../image/icon/chev-down-16.svg"); /* Hình nền */
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 16px;
}
.input-label .input-trans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none;
}
.input-label .input-trans:disabled {
  background: transparent;
}
.input-label select.input-trans {
  width: 100%;
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../../assets/image/icon/chev-down-16.svg) no-repeat right 0 center;
}

.input-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  padding-right: 38px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #dedfe0;
  border-radius: 8px;
  width: 100%;
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f2f3f5; /* Màu nền */
  background-image: url("../image/icon/chev-down-16.svg"); /* Hình nền */
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 16px;
  color: #0f0f0f;
}

select.input-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 22px 0 8px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../image/icon/triangle-16.svg"); /* Hình nền */
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 16px 16px;
}
select.input-language.p-8-12 {
  padding: 8px 34px 8px 12px;
  background-position: right 12px center;
}

.w-50-g-10 {
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .w-50-g-10 {
    width: 100%;
  }
}

select.input-neutral-200 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  appearance: none;
  padding: 8px 36px 8px 12px;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f3f4f6; /* Màu nền */
  background-image: url(../../assets/image/icon/chev-down-16.svg); /* Hình nền */
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 16px;
}

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

.button-hover.text-secondary:hover {
  color: var(--secondary);
}
.button-hover.text-secondary:hover svg path {
  fill: var(--secondary);
}

.button {
  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: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid;
  border-color: transparent;
  cursor: pointer;
  color: var(--neutralc-50);
}
.button.bg-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.button.bg-primary:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
}
.button.bg-secondary {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
}
.button.bg-secondary:hover {
  border-color: var(--secondary-hover);
  background-color: var(--secondary-hover);
}
.button.border-primary {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #fff;
}
.button.border-primary:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}
.button.bg-white {
  background-color: #fff;
  border-color: #fff;
}
.button.bg-white:hover {
  color: var(--secondary);
  border-color: var(--secondary);
}
.button.bg-primary-50, .header .header-home.header-active .button.authen-button {
  color: var(--primary);
  background-color: var(--primary-50);
  border-color: var(--primary-50);
}
.button.bg-primary-50:hover, .header .header-home.header-active .button.authen-button:hover {
  border-color: var(--neutralc-50);
  background-color: var(--neutralc-50);
}
.button.bg-trans {
  color: var(--primary);
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}
.button.bg-trans:hover {
  color: var(--primary-hover);
}
.button.bg-trans-secondary {
  color: var(--secondary);
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}
.button.bg-trans-secondary:hover {
  color: var(--secondary-hover);
}

a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
a.link-primary {
  color: var(--primary);
}
a.link-primary:hover {
  color: var(--primary-hover);
}
a.link-secondary {
  color: var(--secondary);
}
a.link-secondary:hover {
  color: var(--secondary-hover);
}

.link-nav {
  color: var(--neutralc-50);
}
.link-nav:hover {
  color: var(--neutralc-100);
}
.link-nav.active {
  color: var(--neutralc-100);
}

.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 #d0d5dd;
  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);
}

.radio-black {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #757575;
  border-radius: 50%;
  position: relative;
}
.radio-black:checked {
  background-color: #fff;
  border-color: #1e1e1e;
}
.radio-black:checked::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #1e1e1e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.radio-blue {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 20px;
  height: 20px;
  border: 1px solid #a7a7a8;
  border-radius: 50%;
  position: relative;
}
.radio-blue:checked {
  background-color: #fff;
  border-color: #2f6bff;
}
.radio-blue:checked::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #2f6bff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shadow-icon-footer {
  -webkit-filter: drop-shadow(0px 0.523px 5.23px rgba(183, 183, 183, 0.08)) drop-shadow(0px 5.23px 10.46px rgba(183, 183, 183, 0.08));
          filter: drop-shadow(0px 0.523px 5.23px rgba(183, 183, 183, 0.08)) drop-shadow(0px 5.23px 10.46px rgba(183, 183, 183, 0.08));
}
.shadow-1 {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
}
.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-box-content {
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
}
.shadow-button {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(219, 219, 219, 0.49);
          box-shadow: 0px 4px 20px 0px rgba(219, 219, 219, 0.49);
}

.card-bg-red {
  background: -webkit-gradient(linear, left top, left bottom, from(#aa2424), to(#ff6363)), -webkit-gradient(linear, left top, left bottom, from(#ff7070), to(#efabab));
  background: linear-gradient(180deg, #aa2424 0%, #ff6363 100%), linear-gradient(180deg, #ff7070 0%, #efabab 100%);
}
.card-bg-yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#ce8a1c), to(#f3b773));
  background: linear-gradient(180deg, #ce8a1c 0%, #f3b773 100%);
}
.card-bg-purple {
  background: -webkit-gradient(linear, left top, left bottom, from(#b137b1), to(#e862d8)), -webkit-gradient(linear, left top, left bottom, from(#494ca2), to(#6d79c5));
  background: linear-gradient(180deg, #b137b1 0%, #e862d8 100%), linear-gradient(180deg, #494ca2 0%, #6d79c5 100%);
}

.custom-scrollbar::-webkit-scrollbar, .modal-wrapper .modal-container .modal-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track, .modal-wrapper .modal-container .modal-content::-webkit-scrollbar-track {
  border-radius: 99px;
}
.custom-scrollbar::-webkit-scrollbar-thumb, .modal-wrapper .modal-container .modal-content::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 99px;
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover, .modal-wrapper .modal-container .modal-content::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

.header .header-pc {
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-active {
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-home {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-home.header-active {
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .mobile-header {
  background-color: var(--primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-hover-link .icon {
  min-width: 48px;
  min-height: 48px;
  border-radius: 30px;
  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;
  background: #fff;
}
.footer-hover-link:hover .text a {
  color: var(--secondary);
}

.img-hover .image {
  position: relative;
}
.img-hover .image figure {
  overflow: hidden;
}
.img-hover .image figure img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img-hover:hover .image figure img {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion-item {
  padding: 24px 32px;
  border-radius: 12px;
  background: #fff;
  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.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.accordion-content .inner {
  padding-top: 24px;
}
.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.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-item.active .accordion-content {
  max-height: 1000px;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}
.accordion-item.active.product .accordion-content {
  margin-top: 16px;
}

.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.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.figure-home-hover figure img,
.figure-home-hover figure svg {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.figure-home-hover:hover figure img,
.figure-home-hover:hover figure svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -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 .swiper-pagination {
  position: unset;
  margin-top: 24px;
  bottom: 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;
  z-index: 2;
}
.swiper .swiper-pagination .swiper-pagination-bullet, .swiper .swiper-pagination.gray-1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background: #ccc;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active, .swiper .swiper-pagination.gray-1 .swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 5px;
  background: var(--primary);
}
.swiper .swiper-pagination.gray-1 .swiper-pagination-bullet {
  background: #d1d5db;
}
.swiper .swiper-pagination.gray-1 .swiper-pagination-bullet-active {
  background: var(--primary);
}
.swiper .swiper-pagination.gray-1.mt-0 {
  margin-top: 0;
}
.swiper .swiper-button, .swiper .swiper-white .swiper-button-prev, .swiper-white .swiper .swiper-button-prev, .swiper .swiper-white .swiper-button-next, .swiper-white .swiper .swiper-button-next, .swiper .swiper-container .swiper-button-prev, .swiper-container .swiper .swiper-button-prev, .swiper .swiper-container .swiper-button-next, .swiper-container .swiper .swiper-button-next, .swiper .swiper-button-prev, .swiper .swiper-button-next {
  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: 64px;
  height: 64px;
  border-radius: 50px;
  background: var(--primary);
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .swiper .swiper-button, .swiper .swiper-white .swiper-button-prev, .swiper-white .swiper .swiper-button-prev, .swiper .swiper-white .swiper-button-next, .swiper-white .swiper .swiper-button-next, .swiper .swiper-container .swiper-button-prev, .swiper-container .swiper .swiper-button-prev, .swiper .swiper-container .swiper-button-next, .swiper-container .swiper .swiper-button-next, .swiper .swiper-button-prev, .swiper .swiper-button-next {
    opacity: 0.2;
  }
  .swiper .swiper-button:hover, .swiper .swiper-white .swiper-button-prev:hover, .swiper-white .swiper .swiper-button-prev:hover, .swiper .swiper-white .swiper-button-next:hover, .swiper-white .swiper .swiper-button-next:hover, .swiper .swiper-container .swiper-button-prev:hover, .swiper-container .swiper .swiper-button-prev:hover, .swiper .swiper-container .swiper-button-next:hover, .swiper-container .swiper .swiper-button-next:hover, .swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 992px) {
  .swiper .swiper-button, .swiper .swiper-white .swiper-button-prev, .swiper-white .swiper .swiper-button-prev, .swiper .swiper-white .swiper-button-next, .swiper-white .swiper .swiper-button-next, .swiper .swiper-container .swiper-button-prev, .swiper-container .swiper .swiper-button-prev, .swiper .swiper-container .swiper-button-next, .swiper-container .swiper .swiper-button-next, .swiper .swiper-button-prev, .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .swiper .swiper-button-next {
    right: 24px;
  }
}
@media screen and (max-width: 552px) {
  .swiper .swiper-button-next {
    right: 0px;
  }
}
.swiper .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../assets/image/icon/chev-right-40-white.svg) no-repeat;
}
@media screen and (max-width: 992px) {
  .swiper .swiper-button-next:after {
    scale: 0.6;
  }
}
.swiper .swiper-button-next.product {
  position: unset;
  border-radius: 8px;
  z-index: 1;
}
.swiper .swiper-button-next.product:after {
  content: none;
}
@media screen and (max-width: 992px) {
  .swiper .swiper-button-prev {
    left: 24px;
  }
}
@media screen and (max-width: 552px) {
  .swiper .swiper-button-prev {
    left: 0px;
  }
}
.swiper .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../assets/image/icon/chev-left-40-white.svg) no-repeat;
}
@media screen and (max-width: 992px) {
  .swiper .swiper-button-prev:after {
    scale: 0.6;
  }
}
.swiper .swiper-button-prev.product {
  position: unset;
  border-radius: 8px;
  z-index: 1;
}
.swiper .swiper-button-prev.product:after {
  content: none;
}
.swiper.swiper-homepage .swiper-pagination {
  position: absolute;
  margin-top: 0;
  bottom: 40px;
  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;
  z-index: 2;
}
.swiper.swiper-product .swiper-pagination {
  position: absolute;
  margin-top: 0;
  bottom: 20px;
  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;
  z-index: 2;
}

.swiper-container {
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.swiper-container .swiper-button, .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next, .swiper-container .swiper .swiper-button-next, .swiper .swiper-container .swiper-button-next, .swiper-container .swiper .swiper-button-prev, .swiper .swiper-container .swiper-button-prev {
  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: 64px;
  height: 64px;
  border-radius: 50px;
  background: var(--primary);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .swiper-container .swiper-button, .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next, .swiper-container .swiper .swiper-button-next, .swiper .swiper-container .swiper-button-next, .swiper-container .swiper .swiper-button-prev, .swiper .swiper-container .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.swiper-container .swiper-button-next:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../assets/image/icon/chev-right-40-white.svg) no-repeat;
}
@media screen and (max-width: 992px) {
  .swiper-container .swiper-button-next:after {
    scale: 0.6;
  }
}
.swiper-container .swiper-button-next.product {
  position: unset;
  border-radius: 8px;
  z-index: 1;
}
.swiper-container .swiper-button-next.product:after {
  content: none;
}
.swiper-container .swiper-button-prev:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../../assets/image/icon/chev-left-40-white.svg) no-repeat;
}
@media screen and (max-width: 992px) {
  .swiper-container .swiper-button-prev:after {
    scale: 0.6;
  }
}
.swiper-container .swiper-button-prev.product {
  position: unset;
  border-radius: 8px;
  z-index: 1;
}
.swiper-container .swiper-button-prev.product:after {
  content: none;
}

.swiper-white .swiper-button, .swiper-white .swiper-button-prev, .swiper-white .swiper-button-next, .swiper-white .swiper .swiper-button-next, .swiper .swiper-white .swiper-button-next, .swiper-white .swiper .swiper-button-prev, .swiper .swiper-white .swiper-button-prev {
  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: 52px;
  height: 52px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .swiper-white .swiper-button, .swiper-white .swiper-button-prev, .swiper-white .swiper-button-next, .swiper-white .swiper .swiper-button-next, .swiper .swiper-white .swiper-button-next, .swiper-white .swiper .swiper-button-prev, .swiper .swiper-white .swiper-button-prev {
    opacity: 1;
  }
  .swiper-white .swiper-button:hover, .swiper-white .swiper-button-prev:hover, .swiper-white .swiper-button-next:hover, .swiper-white .swiper .swiper-button-next:hover, .swiper .swiper-white .swiper-button-next:hover, .swiper-white .swiper .swiper-button-prev:hover, .swiper .swiper-white .swiper-button-prev:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 992px) {
  .swiper-white .swiper-button, .swiper-white .swiper-button-prev, .swiper-white .swiper-button-next, .swiper-white .swiper .swiper-button-next, .swiper .swiper-white .swiper-button-next, .swiper-white .swiper .swiper-button-prev, .swiper .swiper-white .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .swiper-white .swiper-button-next {
    right: 24px;
  }
}
@media screen and (max-width: 552px) {
  .swiper-white .swiper-button-next {
    right: 0px;
  }
}
.swiper-white .swiper-button-next:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../assets/image/icon/chev-right-32.svg) no-repeat;
}
@media screen and (max-width: 992px) {
  .swiper-white .swiper-button-next:after {
    scale: 0.6;
  }
}
.swiper-white .swiper-button-next.product {
  position: unset;
  border-radius: 8px;
  z-index: 1;
}
.swiper-white .swiper-button-next.product:after {
  content: none;
}
@media screen and (max-width: 992px) {
  .swiper-white .swiper-button-prev {
    left: 24px;
  }
}
@media screen and (max-width: 552px) {
  .swiper-white .swiper-button-prev {
    left: 0px;
  }
}
.swiper-white .swiper-button-prev:after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../assets/image/icon/chev-left-32.svg) no-repeat;
}
@media screen and (max-width: 992px) {
  .swiper-white .swiper-button-prev:after {
    scale: 0.6;
  }
}
.swiper-white .swiper-button-prev.product {
  position: unset;
  border-radius: 8px;
  z-index: 1;
}
.swiper-white .swiper-button-prev.product:after {
  content: none;
}

.footer-input .input-footer {
  width: 100%;
  padding: 8px 24px;
  padding-right: 138px;
  border-radius: 8px;
  color: #1f2237;
  background: #fff;
  height: 60px;
  border: 1px solid #fff;
}
.footer-input .input-footer::-webkit-input-placeholder {
  color: #9ca3af;
}
.footer-input .input-footer::-moz-placeholder {
  color: #9ca3af;
}
.footer-input .input-footer:-ms-input-placeholder {
  color: #9ca3af;
}
.footer-input .input-footer::-ms-input-placeholder {
  color: #9ca3af;
}
.footer-input .input-footer::placeholder {
  color: #9ca3af;
}
.footer-input .input-footer:focus {
  border: 1px solid var(--primary);
  caret-color: var(--primary);
}
.footer-input .button {
  height: 44px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  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;
  background: #ebebeb;
}
.social-icon:hover {
  background: #fff;
}
.social-icon:hover svg path {
  fill: var(--secondary);
}

hr.divider {
  width: 100%;
  height: 1px;
  border: none;
  background: #d1d5db;
}
hr.divider-b3 {
  width: 100%;
  height: 1px;
  border: none;
  background: #b3b3b3;
}
hr.divider-footer {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  border: none;
  background: #f9fafb;
  opacity: 0.16;
}

.bg-deliver, .bg-deliver-3, .bg-deliver-2, .bg-deliver-1 {
  position: relative;
  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;
  aspect-ratio: 64/38;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg-deliver-1 {
  background: none;
}
.bg-deliver-2 {
  background: none;
}
.bg-deliver-3 {
  background: none;
}
.bg-deliver::before, .bg-deliver-1::before, .bg-deliver-2::before, .bg-deliver-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  z-index: 0;
}
.bg-deliver-1::before {
  background-image: url(../../assets/image/deliver-1.png);
}
.bg-deliver-2::before {
  background-image: url(../../assets/image/deliver-2.png);
}
.bg-deliver-3::before {
  background-image: url(../../assets/image/deliver-3.png);
}
.bg-deliver::after, .bg-deliver-1::after, .bg-deliver-2::after, .bg-deliver-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.bg-deliver:hover::before, .bg-deliver-1:hover::before, .bg-deliver-2:hover::before, .bg-deliver-3:hover::before {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.bg-deliver:hover::after, .bg-deliver-1:hover::after, .bg-deliver-2:hover::after, .bg-deliver-3:hover::after {
  background: rgba(0, 84, 144, 0.7490196078);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.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: 40px;
  height: 40px;
  background-color: #fff;
  color: #0f0f0f;
  border: 1px solid #999;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  -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: #fff;
  border-color: var(--primary);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-weight: bold;
  font-size: 18px;
}
.pagination .page-numbers.prev {
  margin-right: 8px;
}
.pagination .page-numbers.next {
  margin-left: 8px;
}

.quantity-choose {
  position: relative;
  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 24px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #9ca3af;
  color: #1f2237;
}
.quantity-choose.active {
  border: 2px solid #0e74bc;
  font-weight: 600;
  color: #0e74bc;
}
.quantity-choose.active:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../assets/image/icon/quantity-after.svg) no-repeat;
  width: 28px;
  height: 28px;
}
.quantity-choose.disable {
  border: 2px solid #9ca3af;
  font-weight: 600;
  color: #9ca3af;
}

.comment-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #e5e7eb;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  color: #373a51;
}
.comment-choose.active {
  font-weight: 600;
  color: #0e74bc;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px #dadada;
          box-shadow: 0px 4px 20px 0px #dadada;
}

.progress, .progress-bar {
  min-width: 266px;
  height: 12px;
  border-radius: 999px;
  background: #e5e7eb;
}
@media (max-width: 767px) {
  .progress, .progress-bar {
    width: 50%;
    min-width: 120px;
  }
}
.progress-fill {
  min-width: 2px;
  height: 12px;
  border-radius: 999px;
  background: #fba91c;
}

.other-sign {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background: #fff;
  /* Shadow/xs */
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #e5e7eb;
  cursor: pointer;
}
.tab-item.home {
  background: #f1f9fe;
  color: #37514b;
}
.tab-item:hover {
  font-weight: 600;
  background: #fff;
  color: #0e74bc;
}
.tab-item.active {
  font-weight: 600;
  background: #fff;
  color: #0e74bc;
}

.dashboard-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 0;
  border-radius: 12px;
  background: #fff;
}
.dashboard-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px 24px;
  border-left: 4px solid;
  border-color: transparent;
  color: #373a51;
  background: #fff;
}
.dashboard-item svg path {
  fill: #373a51;
}
.dashboard-item.active {
  border-color: #0e74bc;
  color: #0e74bc;
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 128, 206, 0.1)), color-stop(150.99%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(2, 128, 206, 0.1) 0%, rgba(255, 255, 255, 0) 150.99%);
}
.dashboard-item.active svg path {
  fill: #0e74bc;
}
.dashboard-item:hover {
  border-color: #0e74bc;
  color: #0e74bc;
  background: -webkit-gradient(linear, left top, right top, from(rgba(2, 128, 206, 0.1)), color-stop(150.99%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(2, 128, 206, 0.1) 0%, rgba(255, 255, 255, 0) 150.99%);
}
.dashboard-item:hover svg path {
  fill: #0e74bc;
}

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

.progress-order {
  width: 899px;
  padding-bottom: 18px;
  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;
}
.progress-order .progress-order-bar {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 234px);
  position: relative;
}
.progress-order .progress-order-bar .progress-order-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: 16px;
  z-index: 2;
}
.progress-order .progress-order-bar .progress-order-item .dot {
  width: 32px;
  height: 32px;
  border: 2px solid;
  border-color: #0e74bc;
  background: #fff;
  border-radius: 99px;
}
.progress-order .progress-order-bar .progress-order-item .content {
  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: 12px;
  opacity: 0.5;
  color: #191c1f;
}
.progress-order .progress-order-bar .progress-order-item.active .dot {
  background: #0e74bc;
  border-color: #fff;
  position: relative;
}
.progress-order .progress-order-bar .progress-order-item.active .dot::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../../assets/image/order/chech-12.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.progress-order .progress-order-bar .progress-order-item.active .content {
  opacity: 1;
}
.progress-order .progress-order-bar .progress-order-item.processing .dot {
  background: #0e74bc;
  border-color: #fff;
  position: relative;
}
.progress-order .progress-order-bar .progress-order-item.processing .content {
  opacity: 1;
}
.progress-order .progress-order-bar .progress-order-divider {
  width: calc(25% + 16px);
  height: 9px;
  border-radius: 100px;
  opacity: 0.16;
  background: var(--secondary);
  position: absolute;
  top: 11.5px;
}
.progress-order .progress-order-bar .progress-order-divider.first {
  left: 117px;
}
.progress-order .progress-order-bar .progress-order-divider.second {
  left: 351px;
}
.progress-order .progress-order-bar .progress-order-divider.third {
  right: 71px;
}
.progress-order .progress-order-bar .progress-order-divider.active {
  opacity: 1;
}

.sign-tab {
  color: #333333;
  padding: 4px 12px;
  border-bottom: 2px solid;
  border-color: #b2b2b2;
}
.sign-tab:hover {
  color: #ed1b24;
  border-color: #e02d2d;
}
.sign-tab.active {
  color: #ed1b24;
  border-color: #e02d2d;
}

.open-info-modal {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  z-index: 3;
  padding: 24px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.07);
}
.open-info-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.open-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

figure.figure-128-64, figure.figure-53-43, figure.figure-44-26, figure.figure-41-23, figure.figure-40-23, figure.figure-43-34, figure.figure-35-36, figure.figure-30-23, figure.figure-25-23, figure.figure-17-14, figure.figure-19-7, figure.figure-7-10, figure.figure-1-1 {
  width: 100%;
  height: auto;
  position: relative;
}
figure.figure-128-64::before, figure.figure-53-43::before, figure.figure-44-26::before, figure.figure-41-23::before, figure.figure-40-23::before, figure.figure-43-34::before, figure.figure-35-36::before, figure.figure-30-23::before, figure.figure-25-23::before, figure.figure-17-14::before, figure.figure-19-7::before, figure.figure-7-10::before, figure.figure-1-1::before {
  content: "";
  display: block;
}
figure.figure-128-64 img, figure.figure-53-43 img, figure.figure-44-26 img, figure.figure-41-23 img, figure.figure-40-23 img, figure.figure-43-34 img, figure.figure-35-36 img, figure.figure-30-23 img, figure.figure-25-23 img, figure.figure-17-14 img, figure.figure-19-7 img, figure.figure-7-10 img, figure.figure-1-1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.figure-128-64::before {
  padding-top: 50%;
}
figure.figure-53-43::before {
  padding-top: 81.1320754717%;
}
figure.figure-44-26::before {
  padding-top: 59.0909090909%;
}
figure.figure-41-23::before {
  padding-top: 56.0975609756%;
}
figure.figure-40-23::before {
  padding-top: 57.5%;
}
figure.figure-43-34::before {
  padding-top: 77.2727272727%;
}
figure.figure-35-36::before {
  padding-top: 102.8571428571%;
}
figure.figure-30-23::before {
  padding-top: 76.6666666667%;
}
figure.figure-25-23::before {
  padding-top: 92%;
}
figure.figure-17-14::before {
  padding-top: 84.3930635838%;
}
figure.figure-19-7::before {
  padding-top: 41.0526315789%;
}
figure.figure-7-10::before {
  padding-top: 142.8571428571%;
}
figure.figure-1-1::before {
  padding-top: 100%;
}

img:not(figure img) {
  position: static;
}

.bg-white-09 {
  background: rgba(255, 255, 255, 0.9);
}

.product-details-type {
  min-width: 160px;
}
.product-details-type .boxed {
  margin: 0 auto -12px auto;
  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;
  padding: 1px 12px;
  border: 1px solid var(--neutralc-100);
  background: #fff;
  border-radius: 99px;
  color: #333;
  position: relative;
  z-index: 2;
}
.product-details-type .info {
  border-radius: 8px;
  overflow: hidden;
}
.product-details-type .info .details {
  border: 1px solid var(--neutralc-100);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 16px 16px 16px;
}
.product-details-type .info .sale {
  padding: 4px 8px;
  border: 1px solid var(--neutralc-100);
  border-top: none;
  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-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.product-details-type:hover .boxed {
  border: 1px solid var(--primary);
  background: var(--primary-50);
  color: var(--primary);
}
.product-details-type:hover .info .details {
  border: 1px solid #dfecc1;
  background: #dfecc1;
}
.product-details-type:hover .info .sale {
  border: 1px solid var(--secondary);
  background: var(--secondary);
  color: var(--neutralc-50);
}
.product-details-type.active .boxed {
  border: 1px solid var(--primary);
  background: var(--primary-50);
  color: var(--primary);
}
.product-details-type.active .info .details {
  border: 1px solid #dfecc1;
  background: #dfecc1;
}
.product-details-type.active .info .sale {
  border: 1px solid var(--secondary);
  background: var(--secondary);
  color: var(--neutralc-50);
}
.product-details-type.disabled {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.8;
}
.product-details-type.disabled .boxed {
  border: 1px solid var(--neutralc-100);
  background: transparent;
  color: #333;
}
.product-details-type.disabled .info .details {
  border: 1px solid var(--neutralc-100);
  background: transparent;
}
.product-details-type.disabled .info .sale {
  border: 1px solid var(--neutralc-100);
  background: transparent;
  color: #333;
}
.product-details-type.disabled:hover .boxed {
  border: 1px solid var(--neutralc-100);
  background: transparent;
  color: #333;
}
.product-details-type.disabled:hover .info .details {
  border: 1px solid var(--neutralc-100);
  background: transparent;
}
.product-details-type.disabled:hover .info .sale {
  border: 1px solid var(--neutralc-100);
  background: transparent;
  color: #333;
}

.carousel-nav {
  position: absolute !important;
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.carousel-nav .carousel-cell > * {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.carousel-cell {
  border: 2px solid transparent;
  overflow: hidden;
  border-radius: 8px;
}
.carousel .flickity-prev-next-button svg {
  display: none;
}
.carousel .flickity-prev-next-button.next {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 36px;
  height: 36px;
  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;
  gap: 8px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(219, 219, 219, 0.49);
          box-shadow: 0px 4px 20px 0px rgba(219, 219, 219, 0.49);
}
.carousel .flickity-prev-next-button.next:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../assets/image/icon/arrow-right-20-second.svg) no-repeat;
}
.carousel .flickity-prev-next-button.previous {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  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;
  gap: 8px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(219, 219, 219, 0.49);
          box-shadow: 0px 4px 20px 0px rgba(219, 219, 219, 0.49);
}
.carousel .flickity-prev-next-button.previous:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../assets/image/icon/arrow-left-20-second.svg) no-repeat;
}

.is-nav-selected {
  border: 2px solid var(--primary);
}
.is-nav-selected .product-wrap-nav figure {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.private-label-wrap {
  padding: 20px 24px;
  border-bottom: 2px solid;
  border-color: transparent;
}
.private-label-wrap .content p {
  color: #999;
}
.private-label-wrap:hover {
  border-color: #006241;
}
.private-label-wrap:hover .content p {
  color: #006241;
}
.private-label-wrap.active {
  border-color: #006241;
}
.private-label-wrap.active .content p {
  color: #006241;
}

.enroll-row {
  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: 16px;
}
@media (max-width: 992px) {
  .enroll-row {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .enroll-row p {
    width: 70%;
  }
}
.enroll-row .float-arrow {
  width: calc(100% - 77px);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(54%);
          transform: translateX(54%);
}
.enroll-row .float-arrow img {
  width: 100%;
}
@media (max-width: 992px) {
  .enroll-row .float-arrow {
    width: 70%;
    top: 75%;
    left: 60%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 552px) {
  .enroll-row .float-arrow {
    width: 80%;
    top: 75%;
    left: 50%;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.enroll-row:nth-child(even) .float-arrow {
  position: absolute;
  top: 25%;
  right: 0;
  -webkit-transform: translateX(54%);
          transform: translateX(54%);
}
@media (max-width: 992px) {
  .enroll-row:nth-child(even) .float-arrow {
    top: 100%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 992px) {
  .enroll-row:nth-child(even) .float-arrow {
    top: 75%;
    left: -35%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.enroll-row:last-child .float-arrow {
  display: none;
}