@charset "UTF-8";
html,
body,
section,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

hr {
  margin: 0;
}

input,
button:focus {
  outline: none;
}

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bold;
}

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

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

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

pre {
  overflow: auto;
}

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}


:root {
  --f-body: "SF Pro Display", sans-serif;
  --white: #fff;
  --black: #000;
  --text-content: #292929;
  --text-title: #f60;
  --text-logo: #115231;
  --text-tertiary: #666;
  --divider-e2: #e2e2e2;
  --divider-e5: #e5e7eb;
  --divider-d6: #d6d9e5;
  --bg-gray: #e6e6e6;
  --stock-system-red: #ff453a;
  --stock-system-orange: #ff9f0a;
  --stock-system-yellow: #ffd60a;
  --stock-system-green: #30d158;
  --stock-system-teal: #64d2ff;
  --stock-system-blue: #0a84ff;
  --stock-system-indigo: #5e5ce6;
  --stock-system-purple: #bf5af2;
  --stock-system-pink: #ff2d55;
  --pagination-bullet: #454e55;
  --pagination-bullet-active: #15852b;
  --general-label-primary: linear-gradient(
    90deg,
    #c7863d 6.25%,
    #ffce6f 50%,
    #c7863d 93.75%
  );
  --general-label-secondary: linear-gradient(
    91deg,
    #bdbdbd 1.03%,
    #fff 30.59%,
    #f5f5f5 50.97%,
    #fff 71.87%,
    #bdbdbd 98.88%
  );
  --general-fill-primary: linear-gradient(
    90deg,
    #c7863d 0%,
    #ffce6f 50%,
    #c7863d 100%
  );
  --general-fill-secondary: linear-gradient(
    94deg,
    #bdbdbd 5.73%,
    #fff 50%,
    #bdbdbd 94.27%
  );
  --luxury-gold-radial-primary: radial-gradient(
    100% 100% at 50% 0%,
    #363636 0%,
    #000 40.63%
  );
  --luxury-green-radial-primary: radial-gradient(
    100% 100% at 50% 0%,
    #04784e 5.73%,
    #064c32 64.06%
  );
  --luxury-green-radial-secondary: radial-gradient(
    96.67% 96.67% at 50% 3.33%,
    #025436 0%,
    #012115 59.38%
  );
  --accessible-red: radial-gradient(
    100% 100% at 50% 0%,
    #ca2f2f 0%,
    #370606 40.63%
  );
  --accessible-red-hover: radial-gradient(
    100% 100% at 50% 0%,
    #9d2c1e 0%,
    #640904 40.63%
  );
  --fill-background: linear-gradient(270deg, #025436 0%, #053725 100%);
}

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

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

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

strong {
  font-weight: 700 !important;
}

.list-disc ul {
  list-style-type: disc;
  padding-left: 20px;
}

.image-multiply {
  mix-blend-mode: multiply;
}

.text-gradient, .tigd-inner .desc, .tigd-inner .title, .link-nav, .button-wrap.bg-trans:hover .inner .text, .button-wrap.bg-red .inner .text, .button-wrap.bg-green-second .inner .text, .button-wrap.bg-green .inner .text {
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.bg-label-primary {
  background: var(--general-label-primary);
}

.bg-label-secondary {
  background: var(--general-label-secondary);
}

.bg-fill-primary {
  background: var(--general-fill-primary);
}

.bg-fill-secondary {
  background: var(--general-fill-secondary);
}

.bg-luxury-gold-primary {
  background: var(--luxury-gold-radial-primary);
}

.bg-luxury-green-primary {
  background: var(--luxury-green-radial-primary);
}

.bg-accessible-red {
  background: var(--accessible-red);
}

.bg-fill-background {
  background: var(--fill-background);
}

.text-heading-h1, .text-heading-h1-bold, .text-heading-h1-semibold, .text-heading-h1-medium, .text-heading-h1-regular {
  font-size: 40px;
  line-height: 135%;
}
.text-heading-h1-regular {
  font-weight: 400;
}
.text-heading-h1-medium {
  font-weight: 500;
}
.text-heading-h1-semibold {
  font-weight: 600;
}
.text-heading-h1-bold {
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .text-heading-h1, .text-heading-h1-bold, .text-heading-h1-semibold, .text-heading-h1-medium, .text-heading-h1-regular {
    font-size: 34px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h1, .text-heading-h1-bold, .text-heading-h1-semibold, .text-heading-h1-medium, .text-heading-h1-regular {
    font-size: 30px;
  }
}
.text-heading-h2, .text-heading-h2-bold, .text-heading-h2-semibold, .text-heading-h2-medium, .text-heading-h2-regular {
  font-size: 32px;
  line-height: 131.25%;
}
.text-heading-h2-regular {
  font-weight: 400;
}
.text-heading-h2-medium {
  font-weight: 500;
}
.text-heading-h2-semibold {
  font-weight: 600;
}
.text-heading-h2-bold {
  font-weight: 700;
}
@media screen and (max-width: 1280px) {
  .text-heading-h2, .text-heading-h2-bold, .text-heading-h2-semibold, .text-heading-h2-medium, .text-heading-h2-regular {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .text-heading-h2, .text-heading-h2-bold, .text-heading-h2-semibold, .text-heading-h2-medium, .text-heading-h2-regular {
    font-size: 28px;
  }
}

.text-body-3xl, .text-body-3xl-regular, .text-body-3xl-medium, .text-body-3xl-semibold, .text-body-3xl-bold, .text-body-3xl-uppercase {
  font-size: 24px;
  line-height: 141.67%;
}
@media screen and (max-width: 1280px) {
  .text-body-3xl, .text-body-3xl-regular, .text-body-3xl-medium, .text-body-3xl-semibold, .text-body-3xl-bold, .text-body-3xl-uppercase {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .text-body-3xl, .text-body-3xl-regular, .text-body-3xl-medium, .text-body-3xl-semibold, .text-body-3xl-bold, .text-body-3xl-uppercase {
    font-size: 20px;
  }
}
.text-body-3xl-uppercase {
  font-weight: 600;
  text-transform: uppercase;
}
.text-body-3xl-bold {
  font-weight: 700;
}
.text-body-3xl-semibold {
  font-weight: 600;
}
.text-body-3xl-medium {
  font-weight: 500;
}
.text-body-3xl-regular {
  font-weight: 400;
}
.text-body-2xl, .text-body-2xl-regular, .text-body-2xl-medium, .text-body-2xl-semibold, .text-body-2xl-bold, .text-body-2xl-uppercase {
  font-size: 22px;
  line-height: 154.55%;
}
@media screen and (max-width: 1280px) {
  .text-body-2xl, .text-body-2xl-regular, .text-body-2xl-medium, .text-body-2xl-semibold, .text-body-2xl-bold, .text-body-2xl-uppercase {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .text-body-2xl, .text-body-2xl-regular, .text-body-2xl-medium, .text-body-2xl-semibold, .text-body-2xl-bold, .text-body-2xl-uppercase {
    font-size: 18px;
  }
}
.text-body-2xl-uppercase {
  font-weight: 600;
  text-transform: uppercase;
}
.text-body-2xl-bold {
  font-weight: 700;
}
.text-body-2xl-semibold {
  font-weight: 600;
}
.text-body-2xl-medium {
  font-weight: 500;
}
.text-body-2xl-regular {
  font-weight: 400;
}
.text-body-xl, .text-body-xl-regular, .text-body-xl-medium, .text-body-xl-semibold, .tigd-inner .desc, .tigd-inner .title, .text-body-xl-bold, .text-body-xl-uppercase {
  font-size: 20px;
  line-height: 160%;
}
@media screen and (max-width: 1280px) {
  .text-body-xl, .text-body-xl-regular, .text-body-xl-medium, .text-body-xl-semibold, .tigd-inner .desc, .tigd-inner .title, .text-body-xl-bold, .text-body-xl-uppercase {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .text-body-xl, .text-body-xl-regular, .text-body-xl-medium, .text-body-xl-semibold, .tigd-inner .desc, .tigd-inner .title, .text-body-xl-bold, .text-body-xl-uppercase {
    font-size: 16px;
  }
}
.text-body-xl-uppercase {
  font-weight: 600;
  text-transform: uppercase;
}
.text-body-xl-bold {
  font-weight: 700;
}
.text-body-xl-semibold, .tigd-inner .desc, .tigd-inner .title {
  font-weight: 600;
}
.text-body-xl-medium {
  font-weight: 500;
}
.text-body-xl-regular {
  font-weight: 400;
}
.text-body-lg, .text-body-lg-regular, .sub-item a, .text-body-lg-medium, .text-body-lg-semibold, .items-green, .text-body-lg-bold, .text-body-lg-uppercase, .button-wrap .inner .text.text-lg-lowercase {
  font-size: 18px;
  line-height: 144.45%;
}
@media screen and (max-width: 1280px) {
  .text-body-lg, .text-body-lg-regular, .sub-item a, .text-body-lg-medium, .text-body-lg-semibold, .items-green, .text-body-lg-bold, .text-body-lg-uppercase, .button-wrap .inner .text.text-lg-lowercase {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .text-body-lg, .text-body-lg-regular, .sub-item a, .text-body-lg-medium, .text-body-lg-semibold, .items-green, .text-body-lg-bold, .text-body-lg-uppercase, .button-wrap .inner .text.text-lg-lowercase {
    font-size: 16px;
  }
}
.text-body-lg-uppercase, .button-wrap .inner .text.text-lg-lowercase {
  font-weight: 600;
  text-transform: uppercase;
}
.text-body-lg-bold {
  font-weight: 700;
}
.text-body-lg-semibold, .items-green {
  font-weight: 600;
}
.text-body-lg-medium {
  font-weight: 500;
}
.text-body-lg-regular, .sub-item a {
  font-weight: 400;
}
.text-body-md, .text-body-md-regular, .search-news .search-input, .table-bpgd-wrap .bpgd-table .body .row .body-item, .gdps-table tr td, .news-content, .dvck-item .content .show-more, .row-chat .chat, .filter-faq .button-faq, .header .header-search .search-field .inner .search-input, .combo-box .dropdown .dropdown-list li, .text-body-md-medium, .table-bpgd-wrap .bpgd-table .head .head-item, .gdps-table th, .filter-faq .input-faq, .filter-faq .input-wrap .input-field, .filter-faq .select-wrap .select-element, .text-body-md-semibold, .input-label .input-title, .text-body-md-bold, .header .hotline, .text-body-md-uppercase {
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 1280px) {
  .text-body-md, .text-body-md-regular, .search-news .search-input, .table-bpgd-wrap .bpgd-table .body .row .body-item, .gdps-table tr td, .news-content, .dvck-item .content .show-more, .row-chat .chat, .filter-faq .button-faq, .header .header-search .search-field .inner .search-input, .combo-box .dropdown .dropdown-list li, .text-body-md-medium, .table-bpgd-wrap .bpgd-table .head .head-item, .gdps-table th, .filter-faq .input-faq, .filter-faq .input-wrap .input-field, .filter-faq .select-wrap .select-element, .text-body-md-semibold, .input-label .input-title, .text-body-md-bold, .header .hotline, .text-body-md-uppercase {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .text-body-md, .text-body-md-regular, .search-news .search-input, .table-bpgd-wrap .bpgd-table .body .row .body-item, .gdps-table tr td, .news-content, .dvck-item .content .show-more, .row-chat .chat, .filter-faq .button-faq, .header .header-search .search-field .inner .search-input, .combo-box .dropdown .dropdown-list li, .text-body-md-medium, .table-bpgd-wrap .bpgd-table .head .head-item, .gdps-table th, .filter-faq .input-faq, .filter-faq .input-wrap .input-field, .filter-faq .select-wrap .select-element, .text-body-md-semibold, .input-label .input-title, .text-body-md-bold, .header .hotline, .text-body-md-uppercase {
    font-size: 14px;
  }
}
.text-body-md-uppercase {
  font-weight: 600;
  text-transform: uppercase;
}
.text-body-md-bold, .header .hotline {
  font-weight: 700;
}
.text-body-md-semibold, .input-label .input-title {
  font-weight: 600;
}
.text-body-md-medium, .table-bpgd-wrap .bpgd-table .head .head-item, .gdps-table th, .filter-faq .input-faq, .filter-faq .input-wrap .input-field, .filter-faq .select-wrap .select-element {
  font-weight: 500;
}
.text-body-md-regular, .search-news .search-input, .table-bpgd-wrap .bpgd-table .body .row .body-item, .gdps-table tr td, .news-content, .dvck-item .content .show-more, .row-chat .chat, .filter-faq .button-faq, .header .header-search .search-field .inner .search-input, .combo-box .dropdown .dropdown-list li {
  font-weight: 400;
}
.text-body-sm, .text-body-sm-regular, .footer .footer-form .input-home, .link-share, .link-nav, .text-body-sm-medium, .side-bar .main-sidebar .sub-bar .sub-bar-list .sub-row, .link-sub, .input-label select.input-field, .input-label .input-field, .text-body-sm-semibold, .pagination .page-numbers, .side-bar .main-sidebar .side-row, .text-body-sm-bold, .text-body-sm-uppercase, .button-wrap .inner .text {
  font-size: 14px;
  line-height: 157.14%;
}
.text-body-sm-uppercase, .button-wrap .inner .text {
  font-weight: 600;
  text-transform: uppercase;
}
.text-body-sm-bold {
  font-weight: 700;
}
.text-body-sm-semibold, .pagination .page-numbers, .side-bar .main-sidebar .side-row {
  font-weight: 600;
}
.text-body-sm-medium, .side-bar .main-sidebar .sub-bar .sub-bar-list .sub-row, .link-sub, .input-label select.input-field, .input-label .input-field {
  font-weight: 500;
}
.text-body-sm-regular, .footer .footer-form .input-home, .link-share, .link-nav {
  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: 150%;
}
.text-body-xs-uppercase {
  font-weight: 600;
  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;
}
.text-body-xxs, .text-body-xxs-regular, .text-body-xxs-medium, .text-body-xxs-semibold, .text-body-xxs-bold, .text-body-xxs-uppercase {
  font-size: 10px;
  line-height: 140%;
}
.text-body-xxs-uppercase {
  font-weight: 600;
  text-transform: uppercase;
}
.text-body-xxs-bold {
  font-weight: 700;
}
.text-body-xxs-semibold {
  font-weight: 600;
}
.text-body-xxs-medium {
  font-weight: 500;
}
.text-body-xxs-regular {
  font-weight: 400;
}

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

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

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

.input-label {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.input-label.w-50 {
  width: calc(50% - 6px);
}
@media (max-width: 768px) {
  .input-label.w-50 {
    width: 100%;
  }
}
.input-label .input-title {
  color: #3f3d48;
}
.input-label .input-title.regular {
  font-weight: 400;
}
.input-label .input-title.semibold {
  font-weight: 600;
}
.input-label .input-title .require {
  color: #dd2027;
}
.input-label .input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: var(--white);
  backdrop-filter: blur(6px);
  width: 100%;
  color: var(--text-content);
}
.input-label .input-field.transparent {
  padding: 0;
  border-radius: 8px;
  border: none;
  background: transparent;
}
.input-label .input-field.transparent:focus {
  border: none;
  caret-color: var(--text-content);
}
.input-label .input-field:focus {
  border: 1px solid var(--text-content);
  caret-color: var(--text-content);
}
.input-label .input-field:disabled {
  color: #9ca3af;
}
.input-label .input-field.cc-tinh {
  height: 46px;
  padding: 12px 20px;
  border: none;
  border-radius: 28px;
}
.input-label select.input-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 15px;
  padding-right: 44px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: #fff;
  width: 100%;
  backdrop-filter: blur(6px);
  color: var(--text-content);
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../assets/image/icon/chev-20.svg"); /* Hình nền */
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px 20px;
}
.input-label select.input-field:focus {
  border: 1px solid var(--text-content);
  caret-color: var(--text-content);
}
.input-label select.input-field.cc-tinh {
  height: 46px;
  padding: 12px 20px;
  border: none;
  border-radius: 28px;
  padding-right: 44px;
  background-image: url("../../assets/image/icon/triangle-down-16.svg"); /* Hình nền */
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 16px 16px;
}
.input-label select.input-field.filter-news {
  padding: 0;
  padding-right: 24px;
  border: none;
  background: transparent;
  font-weight: 600;
  background-image: url("../../assets/image/icon/triangle-down-24.svg"); /* Hình nền */
  background-repeat: no-repeat;
  background-position: right 0px center;
  background-size: 24px 24px;
}
.input-label .input-trans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none;
}
.input-label .input-trans:disabled {
  background: transparent;
}

.input-trans-border .input-label .input-field {
  border-radius: 12px;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  color: #fff;
}
.input-trans-border .input-label .input-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input-trans-border .input-label .input-field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input-trans-border .input-label .input-field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input-trans-border .input-label .input-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.input-trans-border .input-label .input-field::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

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

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

.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.checkbox-group input[type=checkbox] {
  display: none;
}
.checkbox-group input[type=checkbox] + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  font-size: 16px;
  color: #333;
}
.checkbox-group input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1.5px solid #888994;
  border-radius: 4px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkbox-group input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.checkbox-group input[type=checkbox]:checked + label::before {
  background-color: var(--text-logo);
}
.checkbox-group input[type=checkbox]:checked + label::after {
  opacity: 1;
}

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

.button-wrap {
  position: relative;
  border-radius: 99px;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.button-wrap:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: linear-gradient(135deg, #ebb75e 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 69%, #ebb75e 100%);
}
.button-wrap:hover:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: linear-gradient(187deg, #ebb75e 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 69%, #ebb75e 100%);
}
.button-wrap.border-primary:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#c7863d), color-stop(50%, #ffce6f), to(#c7863d));
  background: linear-gradient(180deg, #c7863d 0%, #ffce6f 50%, #c7863d 100%);
}
.button-wrap.border-primary:hover:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: -webkit-gradient(linear, left top, right top, from(#c7863d), color-stop(50%, #ffce6f), to(#c7863d));
  background: linear-gradient(90deg, #c7863d 0%, #ffce6f 50%, #c7863d 100%);
}
.button-wrap.border-fill-primary:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: -webkit-gradient(linear, left top, right top, from(#c7863d), color-stop(50%, #ffce6f), to(#c7863d));
  background: linear-gradient(90deg, #c7863d 0%, #ffce6f 50%, #c7863d 100%);
}
.button-wrap.border-fill-primary:hover:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#c7863d), color-stop(50%, #ffce6f), to(#c7863d));
  background: linear-gradient(180deg, #c7863d 0%, #ffce6f 50%, #c7863d 100%);
}
.button-wrap .inner {
  position: relative;
  z-index: 2;
  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;
  gap: 10px;
  padding: 12px 30px;
  border-radius: 99px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .button-wrap .inner {
    padding: 12px 24px;
  }
}
.button-wrap .inner.footer-button {
  height: 32px;
  gap: 5px;
  padding: 4px 16px;
}
.button-wrap .inner .text.text-lg-lowercase {
  text-transform: lowercase;
}
.button-wrap .inner .text.text-lg-lowercase::first-letter {
  text-transform: uppercase;
}
.button-wrap .inner.w-full {
  width: 100%;
}
.button-wrap.bg-green {
  background: var(--luxury-green-radial-primary);
}
.button-wrap.bg-green .inner {
  background: var(--luxury-green-radial-primary);
}
.button-wrap.bg-green .inner .text {
  background: var(--general-fill-primary);
}
.button-wrap.bg-green-second {
  background: var(--luxury-green-radial-secondary);
}
.button-wrap.bg-green-second .inner {
  background: var(--luxury-green-radial-secondary);
}
.button-wrap.bg-green-second .inner .text {
  background: var(--general-fill-primary);
}
.button-wrap.bg-red {
  background: var(--accessible-red);
}
.button-wrap.bg-red .inner {
  background: var(--accessible-red);
}
.button-wrap.bg-red .inner .text {
  background: var(--general-fill-primary);
}
.button-wrap.bg-red:hover .inner {
  background: var(--accessible-red-hover);
}
.button-wrap.bg-white {
  background: linear-gradient(45deg, rgba(0, 122, 91, 0) 15%, rgb(255, 255, 255) 51%, rgba(0, 122, 91, 0) 89%);
}
.button-wrap.bg-white:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: linear-gradient(45deg, rgba(0, 122, 91, 0) 15%, rgb(255, 255, 255) 51%, rgba(0, 122, 91, 0) 89%);
}
.button-wrap.bg-white .inner {
  background: var(--white);
}
.button-wrap.bg-white .inner .text {
  color: var(--text-logo);
}
.button-wrap.bg-white:hover {
  background: var(--text-logo);
}
.button-wrap.bg-white:hover:before {
  background: var(--text-logo);
}
.button-wrap.bg-white:hover .inner {
  background: var(--text-logo);
}
.button-wrap.bg-white:hover .inner .text {
  color: var(--white);
}
.button-wrap.bg-white.hover-yellow:hover {
  background: var(--text-title);
}
.button-wrap.bg-white.hover-yellow:hover:before {
  background: var(--text-title);
}
.button-wrap.bg-white.hover-yellow:hover .inner {
  background: var(--text-title);
}
.button-wrap.bg-white.hover-yellow:hover .inner .text {
  color: var(--white);
}
.button-wrap.bg-trans {
  background: transparent;
}
.button-wrap.bg-trans:before {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.button-wrap.bg-trans .inner {
  background: transparent;
}
.button-wrap.bg-trans .inner .text {
  color: var(--white);
}
.button-wrap.bg-trans:hover:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: linear-gradient(187deg, #ebb75e 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 69%, #ebb75e 100%);
  border: none;
}
.button-wrap.bg-trans:hover .inner {
  background: var(--accessible-red-hover);
}
.button-wrap.bg-trans:hover .inner .text {
  background: var(--general-fill-primary);
}

a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
a.link-text {
  color: var(--text-content);
}
a.link-text:hover {
  color: var(--text-logo);
}
a.link-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
}
a.link-white svg path {
  fill: #fff;
}
a.link-white:hover {
  color: var(--stock-system-orange);
}
a.link-white:hover svg path {
  fill: var(--stock-system-orange);
}
a.link-white-yellow {
  color: var(--white);
}
a.link-white-yellow:hover {
  color: var(--stock-system-orange);
}

.link-sub {
  color: #ebebf5;
  opacity: 0.6;
}
.link-sub:hover {
  color: #ebebf5;
  opacity: 1;
}
.link-sub.active {
  color: #ebebf5;
  opacity: 1;
}

.link-nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 6px 0;
  background: var(--general-label-secondary);
}
.link-nav::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: transparent;
}
.link-nav:hover {
  background: var(--general-label-primary);
}
.link-nav:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 205, 107, 0)), color-stop(51%, rgb(255, 205, 107)), to(rgba(255, 205, 107, 0)));
  background: linear-gradient(90deg, rgba(255, 205, 107, 0) 0%, rgb(255, 205, 107) 51%, rgba(255, 205, 107, 0) 100%);
}
.link-nav.active {
  background: var(--general-label-primary);
  font-weight: 600;
}
.link-nav.active::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 205, 107, 0)), color-stop(51%, rgb(255, 205, 107)), to(rgba(255, 205, 107, 0)));
  background: linear-gradient(90deg, rgba(255, 205, 107, 0) 0%, rgb(255, 205, 107) 51%, rgba(255, 205, 107, 0) 100%);
}

.link-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--text-logo);
}
.link-green svg path {
  fill: var(--text-logo);
}
.link-green:hover {
  color: var(--text-title);
}
.link-green:hover svg path {
  fill: var(--text-title);
}

.link-yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #d28d3e;
}
.link-yellow svg path {
  fill: #d28d3e;
}
.link-yellow:hover {
  color: var(--text-logo);
}
.link-yellow:hover svg path {
  fill: var(--text-logo);
}

.link-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #fff;
}
.link-white svg path {
  fill: #fff;
}
.link-white:hover {
  color: var(--stock-system-orange);
}
.link-white:hover svg path {
  fill: var(--stock-system-orange);
}

.link-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #448af4;
}
.link-share svg path {
  stroke: #448af4;
}
.link-share:hover {
  color: var(--stock-system-orange);
}
.link-share:hover svg path {
  stroke: var(--stock-system-orange);
}

.link-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #f60;
}
.link-title svg path {
  fill: #f60;
}
.link-title:hover {
  color: var(--text-logo);
}
.link-title:hover svg path {
  fill: var(--text-logo);
}

.link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: var(--text-content);
}
.link-text svg path {
  fill: var(--text-content);
}
.link-text:hover {
  color: var(--text-logo);
}
.link-text:hover svg path {
  fill: var(--text-logo);
}
.link-text.hover-white:hover {
  color: #fff;
}

.link-666 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #666;
}
.link-666 svg path {
  fill: #666;
}
.link-666:hover {
  color: #d28d3e;
}
.link-666:hover svg path {
  fill: #d28d3e;
}

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

.shadow-1 {
  -webkit-box-shadow: 0px 4px 40px 0px rgba(1, 76, 221, 0.1);
          box-shadow: 0px 4px 40px 0px rgba(1, 76, 221, 0.1);
}
.shadow-2 {
  -webkit-box-shadow: 0px 6.091px 35.53px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 6.091px 35.53px 0px rgba(0, 0, 0, 0.16);
}
.shadow-2-bold {
  -webkit-box-shadow: 0px 7.55px 9.09px 0px rgba(31, 139, 36, 0.1), 0px 3.09px 4.18px 0px rgba(31, 139, 36, 0.1);
          box-shadow: 0px 7.55px 9.09px 0px rgba(31, 139, 36, 0.1), 0px 3.09px 4.18px 0px rgba(31, 139, 36, 0.1);
}
.shadow-footer {
  -webkit-box-shadow: 0px -4px 20px 0px rgba(63, 63, 63, 0.05);
          box-shadow: 0px -4px 20px 0px rgba(63, 63, 63, 0.05);
}
.shadow-news {
  -webkit-box-shadow: 0 2px 4px 3px rgba(104, 104, 104, 0.1);
          box-shadow: 0 2px 4px 3px rgba(104, 104, 104, 0.1);
}

.custom-scrollbar::-webkit-scrollbar, .table-bpgd-wrap .table-bpgd-item .bpgd-colapse-item::-webkit-scrollbar, .gdps-table::-webkit-scrollbar, .modal-wrapper .modal-container .modal-content::-webkit-scrollbar, .combo-box .dropdown .dropdown-list::-webkit-scrollbar, .side-bar .main-sidebar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.custom-scrollbar.no-bar::-webkit-scrollbar, .table-bpgd-wrap .table-bpgd-item .no-bar.bpgd-colapse-item::-webkit-scrollbar, .no-bar.gdps-table::-webkit-scrollbar, .modal-wrapper .modal-container .no-bar.modal-content::-webkit-scrollbar, .combo-box .dropdown .no-bar.dropdown-list::-webkit-scrollbar, .side-bar .no-bar.main-sidebar::-webkit-scrollbar {
  display: none;
}
.custom-scrollbar::-webkit-scrollbar-thumb, .table-bpgd-wrap .table-bpgd-item .bpgd-colapse-item::-webkit-scrollbar-thumb, .gdps-table::-webkit-scrollbar-thumb, .modal-wrapper .modal-container .modal-content::-webkit-scrollbar-thumb, .combo-box .dropdown .dropdown-list::-webkit-scrollbar-thumb, .side-bar .main-sidebar::-webkit-scrollbar-thumb {
  background: var(--pagination-bullet);
}
.custom-scrollbar::-webkit-scrollbar-thumb:hover, .table-bpgd-wrap .table-bpgd-item .bpgd-colapse-item::-webkit-scrollbar-thumb:hover, .gdps-table::-webkit-scrollbar-thumb:hover, .modal-wrapper .modal-container .modal-content::-webkit-scrollbar-thumb:hover, .combo-box .dropdown .dropdown-list::-webkit-scrollbar-thumb:hover, .side-bar .main-sidebar::-webkit-scrollbar-thumb:hover {
  background: var(--pagination-bullet-active);
}

hr.divider {
  width: 100%;
  height: 1px;
  border: none;
  background: var(--divider-e2);
}
hr.divider.vertical {
  width: 1px;
  height: 100%;
}
hr.divider-e5 {
  width: 100%;
  height: 1px;
  border: none;
  background: var(--divider-e5);
}
hr.divider-e5.vertical {
  width: 1px;
  height: 100%;
}
hr.divider-d6 {
  width: 100%;
  height: 1px;
  border: none;
  background: var(--divider-d6);
}
hr.divider-d6.vertical {
  width: 1px;
  height: 100%;
}
hr.footer-divider {
  width: 100%;
  height: 1px;
  border: none;
  opacity: 0.16;
  background: #f9fafb;
}

.line-1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#03482f), color-stop(50%, #aeaeb2), to(#034930));
  background: linear-gradient(180deg, #03482f 0%, #aeaeb2 50%, #034930 100%);
}
.line-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#03482f), color-stop(50%, #aeaeb2), to(#034930));
  background: linear-gradient(180deg, #03482f 0%, #aeaeb2 50%, #034930 100%);
}

.side-bar {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 100vh;
  border-right: 1px solid #d0d1d2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 3;
}
.side-bar .side-container {
  padding: 185px 16px 20px 16px;
  position: sticky;
  top: 0;
}
.side-bar.collapsed {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.side-bar.collapsed .side-view {
  min-width: unset;
}
@media (max-width: 1023px) {
  .side-bar {
    position: fixed;
    z-index: 6;
    background: #fff;
    top: 0;
    left: 0;
    max-width: unset;
    opacity: 1;
  }
  .side-bar.collapsed {
    max-width: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .side-bar .side-container {
    padding: 60px 8px;
  }
  .side-bar .main-sidebar {
    max-height: 70vh;
    overflow: auto;
  }
}
.side-bar .collapse-sidebar {
  z-index: 2;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0px;
  top: 190px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 1.5px 0px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 0px 1.5px 0px rgba(0, 0, 0, 0.32);
}
.side-bar .side-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  min-width: 280px;
}
.side-bar .main-sidebar {
  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;
  padding: 8px;
  border-radius: 15px;
  background: #f8f9fe;
}
.side-bar .main-sidebar .side-row {
  padding: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  color: #999;
}
.side-bar .main-sidebar .side-row .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.side-bar .main-sidebar .side-row .title .side-icon {
  opacity: 0.4;
}
.side-bar .main-sidebar .side-row .title p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.side-bar .main-sidebar .side-row:hover, .side-bar .main-sidebar .side-row.active {
  color: var(--text-tertiary);
  background: var(--white);
  -webkit-box-shadow: 0px 0px 0.5px 0px rgba(66, 71, 76, 0.32), 0px 4px 8px 0px rgba(66, 71, 76, 0.05), 0px 4px 40px 0px #eee;
          box-shadow: 0px 0px 0.5px 0px rgba(66, 71, 76, 0.32), 0px 4px 8px 0px rgba(66, 71, 76, 0.05), 0px 4px 40px 0px #eee;
}
.side-bar .main-sidebar .side-row:hover .side-icon, .side-bar .main-sidebar .side-row.active .side-icon {
  opacity: 1;
}
.side-bar .main-sidebar .open-sub {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.side-bar .main-sidebar .open-sub.active {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.side-bar .main-sidebar .sub-bar {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.side-bar .main-sidebar .sub-bar.active {
  max-height: 1000px;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.side-bar .main-sidebar .sub-bar .sub-bar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.side-bar .main-sidebar .sub-bar .sub-bar-list.second {
  padding-left: 16px;
}
.side-bar .main-sidebar .sub-bar .sub-bar-list .sub-row {
  color: #d0d1d2;
  padding: 5px;
  padding-left: 30px;
}
.side-bar .main-sidebar .sub-bar .sub-bar-list .sub-row:hover, .side-bar .main-sidebar .sub-bar .sub-bar-list .sub-row.active {
  color: #15852b;
}

.main-content-with-sub {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

.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: 36px;
  height: 36px;
  background: #fff;
  color: #2a2d2f;
  border: 1px solid #898a8d;
  border-radius: 35px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background: var(--luxury-green-radial-primary);
  color: var(--white);
  border-color: var(--luxury-green-radial-primary);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  border: none;
  font-weight: bold;
  font-size: 18px;
}
.pagination .page-numbers.prev:hover svg path, .pagination .page-numbers.next:hover svg path {
  stroke: var(--white);
}

.combo-box {
  position: relative;
  width: 100%;
}
.combo-box .combo-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px;
  padding-right: 12px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
  cursor: pointer;
}
.combo-box .combo-view p {
  margin: 0;
}
.combo-box .combo-view svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.combo-box .dropdown {
  margin-top: 8px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 45px 0px rgba(157, 175, 246, 0.2);
          box-shadow: 0px 4px 45px 0px rgba(157, 175, 246, 0.2);
}
.combo-box .dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0px;
  border-bottom: 1px solid #ececec;
}
.combo-box .dropdown .dropdown-toggle .icon-search {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.combo-box .dropdown .dropdown-toggle input {
  border: none;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  padding-left: 8px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.combo-box .dropdown .dropdown-list {
  max-height: 220px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 8px;
}
.combo-box .dropdown .dropdown-list li {
  padding: 8px;
  color: #101828;
  cursor: pointer;
}
.combo-box .dropdown .dropdown-list li:hover, .combo-box .dropdown .dropdown-list li.active {
  background-color: #def2ff;
}
.combo-box.multi-select .dropdown-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.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: 15;
  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;
  gap: 32px;
  border-radius: 16px;
  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;
}

.sub-menu {
  position: absolute;
  top: calc(100% + 44px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  min-width: 263px;
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  background: var(--white);
  border-radius: 0px 0px 16px 16px;
}
@media (min-width: 991px) and (max-width: 1280px) {
  .sub-menu {
    top: calc(100% + 24px);
  }
}
.sub-menu.mobile {
  background: transparent;
  position: unset;
}
.sub-menu.mobile::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.sub-menu.mobile.active {
  max-height: 500px;
}
.sub-menu.mobile .nav-link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 8px 16px;
}
.sub-menu::before {
  content: "";
  width: 100%;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.sub-menu:hover {
  max-height: 500px;
}
@media (max-width: 991px) {
  .sub-menu {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    pointer-events: unset;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    opacity: 1;
    visibility: visible;
  }
}
.sub-menu.mobile {
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background: transparent;
}
.sub-menu.mobile.active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.sub-item {
  border-bottom: 1px solid #f3f2f2;
}
.sub-item:last-child {
  border-bottom: none;
}
.sub-item a {
  padding: 16px 24px;
  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;
  padding: 16px 24px;
  background: #fff;
  color: var(--neutralc-900);
  background: var(--white);
}
@media (max-width: 991px) {
  .sub-item a {
    background: transparent;
    color: var(--neutralc-900);
  }
}
.sub-item:hover a {
  color: var(--white);
  background: var(--primary);
}
@media (max-width: 991px) {
  .sub-item:hover a {
    background: transparent;
    color: var(--accent-1);
  }
}
.sub-button {
  position: relative;
}
.sub-button:hover .sub-menu {
  max-height: 500px;
}

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

.swiper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 20px !important;
}
.swiper .pagin-t-64 {
  position: relative;
  margin-top: 64px;
  left: 0;
}
@media (max-width: 992px) {
  .swiper .pagin-t-64 {
    margin-top: 40px;
  }
}
.swiper .pagin-t-64 .swiper-pagination-bullet {
  background: var(--neutralc-200);
  opacity: 1;
}
.swiper .pagin-t-64 .swiper-pagination-bullet-active {
  background: var(--accent-1);
  opacity: 1;
}
.swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: var(--pagination-bullet);
  opacity: 0.3;
}
.swiper .swiper-pagination-bullet-active {
  width: 30px;
  height: 10px;
  border-radius: 6px;
  background: var(--pagination-bullet-active);
  opacity: 1;
}
.swiper-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-button-container .swiper-button-prev,
.swiper-button-container .swiper-button-next {
  position: unset;
}
.swiper-button-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: var(--pagination-bullet);
  opacity: 0.3;
}
.swiper-button-container .swiper-pagination-bullet-active {
  width: 30px;
  height: 10px;
  border-radius: 6px;
  background: var(--pagination-bullet-active);
  opacity: 1;
}
.swiper-button-container .swiper-button-prev {
  margin: 0;
  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;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.swiper-button-container .swiper-button-prev:hover {
  background: rgb(255, 255, 255);
}
.swiper-button-container .swiper-button-prev:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../assets/image/icon/arrow-left.svg) no-repeat center/contain;
}
.swiper-button-container .swiper-button-next {
  margin: 0;
  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;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.swiper-button-container .swiper-button-next:hover {
  background: rgb(255, 255, 255);
}
.swiper-button-container .swiper-button-next:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../assets/image/icon/arrow-right.svg) no-repeat center/contain;
}
.swiper-button-container .swiper-button-next.disabled {
  background: #999;
  cursor: not-allowed;
}
.swiper-button-container .swiper-button-next.disabled:after {
  background: url(../../assets/image/icon/arrow-right-white.svg) no-repeat center/contain;
}
.swiper .swiper-button-prev {
  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;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.swiper .swiper-button-prev:hover {
  background: rgb(255, 255, 255);
}
.swiper .swiper-button-prev:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../assets/image/icon/arrow-left.svg) no-repeat center/contain;
}
.swiper .swiper-button-next {
  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;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.72);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.swiper .swiper-button-next:hover {
  background: rgb(255, 255, 255);
}
.swiper .swiper-button-next:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../../assets/image/icon/arrow-right.svg) no-repeat center/contain;
}
.swiper .swiper-button-next.disabled {
  background: #999;
  cursor: not-allowed;
}
.swiper .swiper-button-next.disabled:after {
  background: url(../../assets/image/icon/arrow-right-white.svg) no-repeat center/contain;
}
.swiper .swiper-pagination.home {
  position: unset;
  margin-top: 24px;
}
.swiper .swiper-pagination.home .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 49px;
  background: var(--pagination-bullet);
  opacity: 0.3;
}
.swiper .swiper-pagination.home .swiper-pagination-bullet-active {
  width: 30px;
  height: 10px;
  background: var(--pagination-bullet-active);
}
.swiper .position-none-button {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin: 0;
}

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

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

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

.header .header-pc {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  padding: 9px 0 27px 0;
  height: 162px;
  background: -webkit-gradient(linear, left top, left bottom, from(#025436), color-stop(60%, rgba(2, 84, 54, 0)));
  background: linear-gradient(180deg, #025436 0%, rgba(2, 84, 54, 0) 60%);
}
.header .header-mobile {
  display: none;
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#025436), color-stop(60%, rgba(2, 84, 54, 0)));
  background: linear-gradient(180deg, #025436 0%, rgba(2, 84, 54, 0) 60%);
}
.header .breadcrumb-header .breadcrumb-container {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  max-height: 50vh;
  overflow-y: auto;
}
@media (max-width: 1024px) {
  .header .header-pc {
    display: none;
  }
  .header .header-mobile {
    display: block;
  }
}
.header .header-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-search .button-search {
  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: 34px;
  height: 34px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.3s ease, transform 0.5s ease;
  transition: opacity 0.3s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.header .header-search .button-search.hidden {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  pointer-events: none;
}
.header .header-search .search-field {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-width 0.5s ease, opacity 0.5s ease;
  transition: max-width 0.5s ease, opacity 0.5s ease;
}
.header .header-search .search-field.active {
  max-width: 180px;
  opacity: 1;
}
.header .header-search .search-field .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.8);
  gap: 14px;
}
.header .header-search .search-field .inner .search-input {
  color: var(--text-content);
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
}
.header .hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 3px 10px 3px 4px;
  background: var(--general-label-primary);
  border-radius: 100rem;
  color: var(--text-content);
}
.header .hotline .icon {
  border-radius: 100rem;
  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: 4px;
  background: #115231;
}
.header .hotline .icon img {
  width: 20px;
  height: 20px;
}
.header .hotline:hover {
  background: var(--luxury-green-radial-primary);
  color: var(--white);
}
.header .first-row {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
}
.header .second-row {
  margin-top: 12px;
  width: 100%;
  padding: 1px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #aeaeb2), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #aeaeb2 50%, rgba(255, 255, 255, 0) 100%);
}
.header .second-row .content-inner {
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  border-radius: 12px;
  background: #025436;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
}

.footer-bg {
  position: relative;
  background: radial-gradient(96.67% 96.67% at 50% 3.33%, #025436 0%, #053725 59.38%);
}
.footer .float-button {
  position: fixed;
  right: 24px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  z-index: 4;
}
.footer .float-button .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100rem;
  background: var(--luxury-green-radial-primary);
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}
.footer .float-button .item.active {
  background: var(--accessible-red);
}
.footer .float-button .item-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100rem;
  background: var(--white);
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
}
.footer .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.footer .info-item .icon-wrap {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.36);
}
.footer .info-item a {
  color: var(--neutralc-700);
}
.footer .info-item:hover .icon-wrap svg path {
  stroke: var(--secondary);
}
.footer .info-item:hover a {
  color: var(--secondary);
}
.footer .footer-form .input-home {
  width: 100%;
  height: 44px;
  color: var(--white);
  padding: 4px 85px 4px 16px;
  border-radius: 8px;
  background: rgba(246, 246, 246, 0.2);
}
.footer .footer-form .input-home::-webkit-input-placeholder {
  opacity: 0.7;
}
.footer .footer-form .input-home::-moz-placeholder {
  opacity: 0.7;
}
.footer .footer-form .input-home:-ms-input-placeholder {
  opacity: 0.7;
}
.footer .footer-form .input-home::-ms-input-placeholder {
  opacity: 0.7;
}
.footer .footer-form .input-home::placeholder {
  opacity: 0.7;
}
.footer .footer-form .button-wrap {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.language-select {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.language-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.language-show .action {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.language-show .action.active {
  rotate: 180deg;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.language-container {
  position: absolute;
  top: calc(100% + 8px);
  min-width: 80px;
  left: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  background: var(--white);
}
.language-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 2px 4px;
}

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

.social-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.social-link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.social-link-item figure {
  width: 20px;
  height: 20px;
}
.social-link-item .context {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.social-link-item.item-text .context {
  color: var(--text-content);
}
.social-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.social-icon-item {
  position: relative;
  width: 32px;
  height: 32px;
  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;
}
.accordion-item {
  padding: 24px;
  border-radius: 16px;
  background: var(--white);
  cursor: pointer;
}
.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;
  overflow: hidden;
}
.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-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-item.active .accordion-content {
  margin-top: 24px;
  max-height: 1000px;
}
.accordion-item.active.product .accordion-content {
  margin-top: 16px;
}

.accordion-faq-wrap {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
}
.accordion-faq-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: 0 0 0.5px 0 rgba(66, 71, 76, 0.32), 0 4px 8px 0 rgba(66, 71, 76, 0.05), 0 4px 40px 0 #eee;
          box-shadow: 0 0 0.5px 0 rgba(66, 71, 76, 0.32), 0 4px 8px 0 rgba(66, 71, 76, 0.05), 0 4px 40px 0 #eee;
  padding: 16px 24px;
  border-radius: 16px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .accordion-faq-title {
    padding: 16px 16px;
  }
}
@media (max-width: 552px) {
  .accordion-faq-title {
    gap: 8px;
  }
}
.accordion-faq-button {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 552px) {
  .accordion-faq-button {
    display: none;
  }
}
.accordion-faq-content-wrap {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.accordion-faq-content-wrap .content {
  margin-top: 18px;
  padding: 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.accordion-faq-wrap.active .accordion-faq-button {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion-faq-wrap.active .accordion-faq-title {
  background: rgba(21, 133, 43, 0.1);
}
.accordion-faq-wrap.active .accordion-faq-content-wrap {
  width: 100%;
  max-height: 1000px;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.filter-faq .select-wrap {
  border-radius: 8px;
  padding: 1px;
}
.filter-faq .select-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#c7863d), color-stop(50%, #ffce6f), to(#c7863d));
  background: linear-gradient(-90deg, #c7863d 0%, #ffce6f 50%, #c7863d 100%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.filter-faq .select-wrap.active::before {
  opacity: 1;
}
.filter-faq .select-wrap .select-element {
  color: #02542d;
  width: 100%;
  padding: 12px 16px;
  padding-right: 36px;
  border-radius: 8px;
  background-color: #fff;
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../assets/image/icon/triangle-down-20-green.svg"); /* Hình nền */
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px 20px;
}
.filter-faq .input-wrap {
  border-radius: 8px;
  padding: 1px;
}
.filter-faq .input-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#c7863d), color-stop(50%, #ffce6f), to(#c7863d));
  background: linear-gradient(-90deg, #c7863d 0%, #ffce6f 50%, #c7863d 100%);
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.filter-faq .input-wrap .input-field {
  width: 100%;
  height: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
  outline: none;
  color: var(--text-content);
}
.filter-faq .input-wrap .input-field::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.6);
}
.filter-faq .input-wrap .input-field::-moz-placeholder {
  color: rgba(102, 102, 102, 0.6);
}
.filter-faq .input-wrap .input-field:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.6);
}
.filter-faq .input-wrap .input-field::-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.6);
}
.filter-faq .input-wrap .input-field::placeholder {
  color: rgba(102, 102, 102, 0.6);
}
.filter-faq .input-wrap .input-field:focus {
  outline: none;
  border: none;
}
.filter-faq .input-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: var(--white);
  width: 100%;
  color: var(--text-content);
}
.filter-faq .input-faq::-webkit-input-placeholder {
  font-weight: 400;
  color: #b3b3b3;
}
.filter-faq .input-faq::-moz-placeholder {
  font-weight: 400;
  color: #b3b3b3;
}
.filter-faq .input-faq:-ms-input-placeholder {
  font-weight: 400;
  color: #b3b3b3;
}
.filter-faq .input-faq::-ms-input-placeholder {
  font-weight: 400;
  color: #b3b3b3;
}
.filter-faq .input-faq::placeholder {
  font-weight: 400;
  color: #b3b3b3;
}
.filter-faq .button-faq {
  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;
  gap: 8px;
  padding: 11px 15px;
  border-radius: 8px;
  border: 1px solid #2c2c2c;
  background: #2c2c2c;
  color: #fff;
}
.filter-faq .button-faq:hover {
  background: var(--pagination-bullet-active);
}

.row-chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .row-chat {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 6px;
  }
}
.row-chat .chat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--white);
  max-width: 810px;
  color: var(--text-content);
}
.row-chat .chat:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 10px;
  height: 10px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background: var(--white);
}
@media (max-width: 552px) {
  .row-chat .chat {
    padding: 8px 10px;
  }
}
.row-chat .chat.news-content {
  margin-top: 0;
}
.row-chat .chat .news-content {
  margin-top: 0;
}
.row-chat .avatar {
  width: 48px;
  height: 48px;
  border-radius: 100rem;
}
@media (max-width: 552px) {
  .row-chat .avatar {
    width: 32px;
    height: 32px;
  }
}
.row-chat.avatar-end .chat {
  border-radius: 16px 0px 16px 16px;
}
.row-chat.avatar-end .chat:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 10px;
  height: 10px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background: var(--white);
}
.row-chat.avatar-start {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.row-chat.avatar-start .chat {
  border-radius: 0px 16px 16px 16px;
}
.row-chat.avatar-start .chat:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 10px;
  height: 10px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  background: var(--white);
}

.dvck-item {
  overflow: hidden;
  border-radius: 16px;
  background: var(--white);
  -webkit-box-shadow: 0px 3px 15px 0px rgba(104, 104, 104, 0.08);
          box-shadow: 0px 3px 15px 0px rgba(104, 104, 104, 0.08);
  border: 1px solid;
  border-color: transparent;
}
.dvck-item .images {
  position: relative;
}
.dvck-item .content {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.dvck-item .content .show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--text-title);
}
.dvck-item .content .show-more svg path {
  fill: var(--text-title);
}
.dvck-item:hover {
  border-color: var(--text-logo);
}
.dvck-item:hover .images::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.7;
  background: -webkit-gradient(linear, left bottom, left top, from(#025436), to(rgba(2, 84, 54, 0)));
  background: linear-gradient(0deg, #025436 0%, rgba(2, 84, 54, 0) 100%);
}

.research-item {
  overflow: hidden;
  border-radius: 16px;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid;
  border-color: #d0d1d2;
}
.research-item.news {
  margin-bottom: 10px;
  border-color: transparent;
  -webkit-box-shadow: 0px 2px 4px 3px rgba(104, 104, 104, 0.1);
          box-shadow: 0px 2px 4px 3px rgba(104, 104, 104, 0.1);
}
.research-item.news .images {
  width: 100%;
}
.research-item .content {
  padding: 24px;
  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;
}
.research-item .content.dau-gia {
  padding: 28px 28px 16px 36px;
}
.research-item .content .status-time {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.research-item .content .download {
  color: #d28d3e;
}
.research-item .content .download svg path {
  fill: #d28d3e;
}
.research-item .content .learn-more {
  color: #d28d3e;
}
.research-item .content .learn-more svg path {
  stroke: #d28d3e;
}
.research-item:hover {
  border-color: var(--text-logo);
}
.research-item:hover.news {
  border-color: var(--text-logo);
  -webkit-box-shadow: 0px 2px 4px 3px rgba(104, 104, 104, 0.1);
          box-shadow: 0px 2px 4px 3px rgba(104, 104, 104, 0.1);
}
.research-item:hover .content .status-time {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.research-item:hover .content .download {
  color: var(--text-logo);
}
.research-item:hover .content .download svg path {
  fill: var(--text-logo);
}
.research-item:hover .content .learn-more {
  color: #d28d3e;
  color: var(--text-logo);
}
.research-item:hover .content .learn-more svg path {
  stroke: var(--text-logo);
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.news-item .image {
  width: 100%;
  max-width: 204px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 552px) {
  .news-item .image {
    max-width: 160px;
  }
}
.news-item .context {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news-item .context h2 {
  margin-top: 11px;
}
.news-item .context .link-yellow {
  margin-top: 10px;
}
.news-item.topic {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.news-item.topic .image {
  max-width: unset;
}
.news-item.topic .context h2 {
  margin-top: 16px;
}
.news-item.topic .context .link-yellow {
  margin-top: 16px;
}

.news-content {
  color: var(--text-content);
  text-align: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}
.news-content a {
  display: inline-block;
  color: #448af4;
}
.news-content a:hover {
  color: var(--stock-system-orange);
}
.news-content h1 {
  font-size: 32px;
  line-height: 125%;
  font-weight: 700;
}
.news-content h2 {
  font-size: 24px;
  line-height: 125%;
  font-weight: 700;
}
.news-content h3 {
  font-size: 18px;
  line-height: 125%;
  font-weight: 700;
}
.news-content h4 {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}
.news-content h5 {
  font-size: 14px;
  line-height: 125%;
  font-weight: 700;
}
.news-content h6 {
  font-size: 12px;
  line-height: 133%;
  font-weight: 700;
}
.news-content figure {
  border-radius: 8px;
  overflow: hidden;
  width: 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.news-content figure img {
  min-width: 100%;
}
.news-content ul,
.news-content ol {
  padding-left: 20px;
  margin-left: 20px;
}
.news-content ul {
  list-style-type: disc;
}
.news-content ol {
  list-style-type: decimal;
}
.news-content ul ul {
  list-style-type: circle;
}
.news-content ul ul ul {
  list-style-type: square;
}
.news-content table {
  border: 1px solid var(--text-content);
}
.news-content table thead th,
.news-content table thead td,
.news-content table tr th,
.news-content table tr td {
  padding: 4px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--text-content);
}
.news-content table thead th,
.news-content table tr th {
  text-align: center;
}

.news-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.news-sub img {
  min-width: 100%;
}
@media (max-width: 552px) {
  .news-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-sub figure {
    width: 100%;
  }
  .news-sub figure img {
    min-width: 100%;
  }
}
.news-sub:hover .title {
  color: var(--text-logo);
}

.news-market {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.news-market .image {
  width: 100%;
  max-width: 217px;
  border-radius: 10px;
  overflow: hidden;
  max-height: 158px;
}
@media (max-width: 552px) {
  .news-market .image {
    max-width: 160px;
  }
}
.news-market .context {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media (max-width: 1280px) {
  .news-market {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-market .image {
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  .news-market {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .news-market .image {
    max-width: 217px;
  }
}
@media (max-width: 768px) {
  .news-market {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-market .image {
    max-width: unset;
  }
}
.news-market.topic .image {
  max-width: unset;
  border-radius: 16px;
  max-height: unset;
}
.news-market.topic .context {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21.54%, rgba(0, 0, 0, 0)), to(#054833));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.54%, #054833 100%);
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 32px;
}
@media (max-width: 1024px) {
  .news-market.topic .context {
    padding: 24px 12px;
  }
}

.hastag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.hastag-item {
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  background: #15852b;
  color: var(--white);
}
.hastag-item:hover {
  background: var(--text-logo);
  color: var(--stock-system-yellow);
}

.special-offer-item {
  overflow: hidden;
  border-radius: 10px;
  background: var(--white);
  border: 1px solid;
  border-color: transparent;
}
.special-offer-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;
}
.special-offer-item .content .download {
  color: #d28d3e;
}
.special-offer-item .content .download svg path {
  fill: #d28d3e;
}
.special-offer-item:hover .content .download {
  color: var(--text-logo);
}
.special-offer-item:hover .content .download svg path {
  fill: var(--text-logo);
}

.dmkq-item-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media (max-width: 552px) {
  .dmkq-item-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.dmkq-item-news figure {
  border-radius: 8px;
  overflow: hidden;
}
.dmkq-item-news figure img {
  min-width: 100%;
}
.dmkq-item-news .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dmkq-item-news .content .link-share {
  color: #d28d3e;
}
.dmkq-item-news .content .link-share svg path {
  fill: #d28d3e;
}
.dmkq-item-news .content .link-share:hover {
  color: var(--text-logo);
}
.dmkq-item-news .content .link-share:hover svg path {
  fill: var(--text-logo);
}
.dmkq-item-news.first-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 34px;
}

.tigd-wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 16px;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#efb757), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, #efb757 0%, rgba(0, 0, 0, 0) 100%);
}
.tigd-inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#025436), color-stop(70%, #132720));
  background: linear-gradient(180deg, #025436 0%, #132720 70%);
  padding: 24px 0;
}
.tigd-inner.bg-luxury-green-primary {
  background: var(--luxury-green-radial-primary);
}
.tigd-inner .icon-wrap {
  width: 80px;
  height: 80px;
  padding: 3px;
  border-radius: 100rem;
  background: linear-gradient(212deg, rgba(0, 0, 0, 0) 15%, #ffce6f 51%, rgba(0, 0, 0, 0) 89%);
}
.tigd-inner .icon-inner {
  width: 100%;
  height: 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;
  border-radius: 100rem;
  background: #025035;
}
.tigd-inner .title {
  text-transform: uppercase;
  background: var(--general-label-primary);
}
.tigd-inner .desc {
  background: var(--general-label-secondary);
}
.tigd-inner .button-show {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tigd-inner:hover .icon-wrap {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 15%, #ffce6f 51%, rgba(0, 0, 0, 0) 89%);
}
.tigd-inner:hover .icon-inner {
  background: #024029;
}
.tigd-inner:hover .button-show {
  max-height: 150px;
  overflow: visible;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cc-tinh-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 32px;
  background: var(--luxury-green-radial-primary);
  border-radius: 16px;
  backdrop-filter: blur(6px);
}
@media (max-width: 992px) {
  .cc-tinh-wrap {
    padding: 24px 12px;
  }
}

.items-green {
  color: #2a2d2f;
  padding-bottom: 5px;
  position: relative;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.items-green.active, .items-green:hover {
  color: #15852b;
}
.items-green.active::before, .items-green:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, color-stop(9.92%, #fff), color-stop(50.41%, #15852b), color-stop(90.19%, #fff));
  background: linear-gradient(270deg, #fff 9.92%, #15852b 50.41%, #fff 90.19%);
}

.academy-item {
  border-radius: 10px;
  border: 1px solid;
  border-color: #ccc;
  overflow: hidden;
}
.academy-item .figure {
  position: relative;
}
.academy-item .figure .number {
  position: absolute;
  top: 16px;
  left: 4px;
}
.academy-item .figure .tag {
  position: absolute;
  bottom: 10px;
  left: 26px;
  border-radius: 20px;
  background: #15852b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 3px 26px 1px 11px;
}
.academy-item .academy-content {
  padding: 21px 46px 16px 26px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .academy-item .academy-content {
    padding: 16px;
  }
}
.academy-item.hot-item .figure {
  position: relative;
}
.academy-item.hot-item .figure:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(125deg, #fff 24.92%, rgba(255, 255, 255, 0) 54.52%, rgba(255, 255, 255, 0) 69.65%);
}
.academy-item.hot-item .figure .hot-icon {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.academy-item.hot-item .academy-content {
  padding: 28px 27px 25px 32px;
}
@media (max-width: 992px) {
  .academy-item.hot-item .academy-content {
    padding: 16px;
  }
}
.academy-item:hover {
  border-color: var(--text-logo);
  -webkit-box-shadow: 0px 4px 24px 0px rgba(104, 104, 104, 0.1);
          box-shadow: 0px 4px 24px 0px rgba(104, 104, 104, 0.1);
}

.first-banner {
  position: relative;
}
.first-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(20.36%, #025436), to(rgba(2, 84, 54, 0))), -webkit-gradient(linear, left top, left bottom, from(#025436), to(rgba(2, 84, 54, 0)));
  background: linear-gradient(90deg, #025436 20.36%, rgba(2, 84, 54, 0) 100%), linear-gradient(180deg, #025436 0%, rgba(2, 84, 54, 0) 100%);
}

.user-stack-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user-stack-wrap .user-item {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid var(--white);
  margin-left: -16px;
  border-radius: 100rem;
  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;
}
.user-stack-wrap .user-item.w-33 {
  width: 33px;
  height: 33px;
}
.user-stack-wrap .user-item:first-child {
  margin-left: 0;
}
.user-stack-wrap .user-item.border-green {
  margin-left: -8px;
  width: 36px;
  height: 36px;
  border: 2px solid #025436;
}

.gdps-table {
  width: 100%;
  overflow: auto;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 0.5px 0px rgba(66, 71, 76, 0.32), 0px 4px 8px 0px rgba(66, 71, 76, 0.05), 0px 4px 40px 0px #eee;
          box-shadow: 0px 0px 0.5px 0px rgba(66, 71, 76, 0.32), 0px 4px 8px 0px rgba(66, 71, 76, 0.05), 0px 4px 40px 0px #eee;
}
.gdps-table table {
  width: 100%;
  min-width: 600px;
}
.gdps-table th {
  padding: 12px 6px;
  background: -webkit-gradient(linear, right top, left top, from(#025436), to(#053725));
  background: linear-gradient(270deg, #025436 0%, #053725 100%);
  text-align: center;
  color: var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
.gdps-table tr td {
  padding: 16px 8px;
  text-align: center;
  color: var(--text-content);
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.gdps-table tr td:last-child {
  border-right: 1px solid transparent;
}

.tvgd-wrap {
  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;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(48, 48, 48, 0.15);
          box-shadow: 0px 4px 10px 0px rgba(48, 48, 48, 0.15);
}
.tvgd-wrap .img {
  position: relative;
}
.tvgd-wrap .img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 76, 50, 0)), to(#064c32));
  background: linear-gradient(180deg, rgba(6, 76, 50, 0) 0%, #064c32 100%);
}
.tvgd-wrap .context {
  padding: 24px 24px 32px 24px;
  background: radial-gradient(100% 100% at 50% 0%, #04784e 5.73%, #064c32 64.06%);
}

.list-icon-check li {
  list-style: none;
  position: relative;
  padding-left: 28px;
}
.list-icon-check li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("/assets/image/dau-tu-va-qlts/tick.svg");
  background-size: cover;
}

.table-bpgd-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media (max-width: 992px) {
  .table-bpgd-wrap {
    gap: 40px;
  }
}
.table-bpgd-wrap .table-bpgd-item .bpgd-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;
  gap: 24px;
}
.table-bpgd-wrap .table-bpgd-item .bpgd-colapse-item {
  width: 100%;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.table-bpgd-wrap .table-bpgd-item .bpgd-colapse-item.opened {
  max-height: 5000px;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.table-bpgd-wrap .bpgd-table {
  margin-top: 38px;
  min-width: 500px;
  width: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 0.5px 0px rgba(66, 71, 76, 0.32), 0px 4px 8px 0px rgba(66, 71, 76, 0.05), 0px 4px 40px 0px #eee;
          box-shadow: 0px 0px 0.5px 0px rgba(66, 71, 76, 0.32), 0px 4px 8px 0px rgba(66, 71, 76, 0.05), 0px 4px 40px 0px #eee;
}
.table-bpgd-wrap .bpgd-table table {
  width: 100%;
  min-width: 600px;
}
.table-bpgd-wrap .bpgd-table .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-bpgd-wrap .bpgd-table .head .head-item {
  padding: 12px 8px;
  background: #15852b;
  text-align: center;
  color: var(--white);
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
.table-bpgd-wrap .bpgd-table .head .head-item:nth-child(1) {
  width: 10%;
}
.table-bpgd-wrap .bpgd-table .head .head-item:nth-child(2) {
  width: 32.6%;
}
.table-bpgd-wrap .bpgd-table .head .head-item:nth-child(3) {
  width: 60%;
}
.table-bpgd-wrap .bpgd-table .body {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.table-bpgd-wrap .bpgd-table .body.opened {
  max-height: 5000px;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.table-bpgd-wrap .bpgd-table .body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-bpgd-wrap .bpgd-table .body .row .body-item {
  padding: 16px 8px;
  text-align: center;
  color: var(--text-content);
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.table-bpgd-wrap .bpgd-table .body .row .body-item:last-child {
  border-right: 1px solid transparent;
}
.table-bpgd-wrap .bpgd-table .body .row .body-item:nth-child(1) {
  width: 10%;
}
.table-bpgd-wrap .bpgd-table .body .row .body-item:nth-child(2) {
  width: 32.6%;
}
.table-bpgd-wrap .bpgd-table .body .row .body-item:nth-child(3) {
  width: 60%;
}
.table-bpgd-wrap .bpgd-table .row-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 20px 32px;
  background: #f6f6f6;
}
.table-bpgd-wrap .bpgd-table .show-more-sub {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.table-bpgd-wrap .bpgd-table .show-more-sub.active {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.khtc-wrap {
  position: relative;
  border-radius: 16px;
  padding: 2px;
}
.khtc-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  z-index: -1;
  background: var(--general-fill-primary);
}
.khtc-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68.96%, rgba(1, 33, 21, 0)), color-stop(92.52%, rgba(2, 84, 54, 0.8)));
  background: linear-gradient(180deg, rgba(1, 33, 21, 0) 68.96%, rgba(2, 84, 54, 0.8) 92.52%);
}
.khtc-wrap:hover .context {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.khtc-wrap:hover .context-hover {
  opacity: 1;
  z-index: 2;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.khtc-wrap .context {
  width: 100%;
  position: absolute;
  padding: 24px 16px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.khtc-wrap .context-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.khtc-wrap .service-link {
  margin-top: 16px;
  color: var(--primary-60);
}
.khtc-wrap .service-link svg path {
  stroke: var(--primary-60);
}
.khtc-wrap .service-link:hover {
  color: var(--primary);
}
.khtc-wrap .service-link:hover svg path {
  stroke: var(--primary);
}

.search-news {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 4px 14px;
  border-radius: 12px;
  border: 1px solid #d0d1d2;
  background: var(--white);
  height: 40px;
}
@media (max-width: 767px) {
  .search-news {
    max-width: unset;
  }
}
.search-news .search-input {
  color: var(--text-content);
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
}

form .wpcf7-not-valid-tip {
  display: none;
}
form .input-label .input-field.wpcf7-not-valid {
  border-color: #dc3232;
}
form .custom-error-message {
  margin: 0 !important;
  padding: 10px 16px !important;
}

.recruitment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  -webkit-box-shadow: 0 0 0.5px 0 rgba(66, 71, 76, 0.32), 0 4px 8px 0 rgba(66, 71, 76, 0.05), 0 4px 40px 0 #eee;
          box-shadow: 0 0 0.5px 0 rgba(66, 71, 76, 0.32), 0 4px 8px 0 rgba(66, 71, 76, 0.05), 0 4px 40px 0 #eee;
}