@font-face {
  font-family: "BT Beau Sans";
  src: url("../fonts/bt-beau-sans/BT-BeauSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "BT Beau Sans";
  src: url("../fonts/bt-beau-sans/BT-BeauSans-LightItalic.ttf")
    format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "BT Beau Sans";
  src: url("../fonts/bt-beau-sans/BT-BeauSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "BT Beau Sans";
  src: url("../fonts/bt-beau-sans/BT-BeauSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "BT Beau Sans";
  src: url("../fonts/bt-beau-sans/BT-BeauSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "BT Beau Sans";
  src: url("../fonts/bt-beau-sans/BT-BeauSans-MediumItalic.ttf")
    format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "BT Beau Sans";
  src: url("../fonts/bt-beau-sans/BT-BeauSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "BT Beau Sans";
  src: url("../fonts/bt-beau-sans/BT-BeauSans-BoldItalic.ttf")
    format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "BT Beau Sans";
  src: url("../fonts/bt-beau-sans/BT-BeauSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "BT Beau Sans";
  src: url("../fonts/bt-beau-sans/BT-BeauSans-ExtraBoldItalic.ttf")
    format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "DVN Photograph";
  src: url("../fonts/dnv-photograph/DesignerVN-Photograph.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body {
  font-family: "BT Beau Sans", sans-serif;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

p {
  font-family: "Inter", sans-serif;
}

.p-0 {
  padding: 0;
}

/* Home */
.home_banner .section-content {
  padding-top: 120px;
}

.home_banner .box-title {
  text-align: center;
  margin-bottom: 100px;
}

.home_banner .box-title h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 24px;
}

.home_banner .box-title h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 74px;
}

.home_banner .box-title h2 em {
  font-family: "DVN Photograph", cursive;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  color: var(--fs-color-primary);
  margin-bottom: 0;
}

.home_banner ul.nav {
  background-color: #ffffff99;
  border: 1px solid #fffdf0;
  backdrop-filter: blur(16px);
  border-radius: 99px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0 auto;
}

.home_banner .nav > li {
  margin: 0;
}

.home_banner .nav > li > a * {
  display: block;
  width: auto;
  margin: 0;
}

.home_banner .nav > li > a {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 99px;
}

.home_banner .nav > li > a h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
}

.home_banner .nav > li.active > a {
  background-color: var(--fs-color-primary);
  color: #fff;
}

.home_banner .nav > li.active > a h3 {
  color: #fff;
}

.home_banner .nav > li.active > a img {
  filter: brightness(100) contrast(1);
}

.home_banner .tabbed-content .tab-panels {
  padding-top: 32px;
}

.home_banner .tabbed-content .row {
  background-color: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0px 6px 16px 0px #162db014;
}

.home_banner .box-content h3 {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: var(--fs-color-primary);
  margin-bottom: 16px;
}

.home_banner .box-content h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 44px;
  margin-bottom: 16px;
}

.home_banner .box-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.home_banner .box-left {
  padding-left: 64px;
}

.main-button.button {
  padding: 12px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #111827;
  border: 0;
  border-radius: 99px;
  text-transform: none;
  margin: 0;
}

.home_banner .box-bottom p {
  margin: 64px 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.home_banner .box-bottom strong {
  font-weight: 600;
  color: var(--fs-color-primary);
}

.partners_list {
  position: relative;
}

.partners_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 376px;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.partners_list::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 376px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 1;
}

/*  */
.home_trend h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 48px;
}

.home_trend .icon-box {
  align-items: center;
  padding: 12px;
  gap: 10px;
}

.home_trend .icon-box .icon-box-img img {
  padding: 0;
}

.home_trend .icon-box .icon-box-text {
  padding: 0;
}

.home_trend .icon-box h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 4px;
  transition: 0.3s;
}

.home_trend .icon-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  transition: 0.3s;
}

.home_trend .col-imgs .img {
  display: none;
}
.home_trend .col-imgs .img.active {
  display: block;
}

.home_trend .col-imgs {
  position: relative;
}

.home_trend .col-imgs .col-inner {
  padding-top: 100%;
}

.home_trend .col-imgs .col-inner .img {
  bottom: 0;
  font-family: "object-fit: cover;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.home_trend .col-tabs .col-inner {
  padding-right: 100px;
}

.home_trend .col-tabs .icon-box {
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 12px;
}

.home_trend .col-tabs .icon-box.active:nth-of-type(1) {
  background: linear-gradient(90.82deg, #162db0 0%, #2388ff 99.29%);
}

.home_trend .col-tabs .icon-box.active:nth-of-type(3) {
  background: linear-gradient(90.68deg, #ffaa00 0%, #ffce2e 99.41%);
}

.home_trend .col-tabs .icon-box.active:nth-of-type(5) {
  background: linear-gradient(90.68deg, #047857 0%, #00b581 99.41%);
}

.home_trend .col-tabs .icon-box.active h3,
.home_trend .col-tabs .icon-box.active p {
  color: #fff;
}

/*  */
.home_prd .container {
  max-width: 1080px;
}

.home_prd h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 48px;
}

.home_prd .prd-box {
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 24px;
}

.home_prd .prd-box .row {
  margin: 0 !important;
}

.home_prd .prd-box .row .col {
  padding: 24px;
}

.home_prd .icon-box .icon-box-img {
  margin-bottom: 48px;
}

.home_prd .icon-box h3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 44px;
  margin-bottom: 16px;
}

.home_prd .icon-box p {
  margin-bottom: 32px;
}

.stickyareas {
  position: relative;
}

.stickyareas__item {
  position: sticky;
  top: 200px;
}

.home_prd .box-mess {
  background-color: #ffee43;
  padding: 32px 48px;
  border-radius: 16px;
}

.home_prd .box-mess h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}

.home_prd .box-mess p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.home_prd .box-mess .button span {
  color: #fff;
}

.home_trust h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
  max-width: 850px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.home_trust .row.row-collapse {
  border: 1px solid #e5e7eb;
  box-shadow: 0px 6px 16px 0px #0000000a;
  padding: 24px;
  border-radius: 16px;
}

.home_trust .col-text .col-inner {
  max-width: 415px;
  margin-left: 48px;
}

@media screen and (min-width: 850px) {
  .home_trust .col-text {
    flex-basis: 45%;
    max-width: 45%;
  }

  .home_trust .col-img {
    flex-basis: 55%;
    max-width: 55%;
  }
}

.home_trust .icon-box {
  margin-top: 48px;
  margin-bottom: 48px;
}

.home_trust .icon-box h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.home_trust .icon-box p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.home_trust .col-text h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 24px;
}

.home_trust .col-text ul {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 8px;
  flex-flow: row wrap;
  margin-bottom: 64px;
}

.home_trust .col-text ul li {
  margin: 0 !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  padding: 8px 16px;
  background-color: #f3f4f6;
  border-radius: 99px;
}

.slider-style-focus .flickity-slider > :not(.is-selected) {
  transform: scale(0.96);
}

.home_faq .col-left .col-inner {
  max-width: 520px;
  margin: 0;
}

.home_faq .col-left h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 64px;
}

.home_faq .col-left .button span {
  color: #fff;
}

.home_faq .accordion-item:first-child .accordion-title {
  border-top: 0;
}

.home_faq .accordion-item .accordion-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #111827;
  padding: 24px 0 12px;
  background-color: transparent !important;
}

.home_faq .accordion .toggle {
  margin: 0;
  left: unset;
  right: 0;
  top: 13px;
}

.home_faq .accordion .accordion-inner {
  padding: 0;
  padding-bottom: 12px;
}

.home_faq .accordion .accordion-inner * {
  margin-bottom: 0;
}

.home_faq .accordion-title.active {
  color: var(--fs-color-primary);
}

.home_faq .col {
  padding-bottom: 0;
}

.home_register {
  background: linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
}

.home_register .box-regis {
  background: url(/wp-content/uploads/Background.png);
  padding: 64px 0;
}

.home_register .box-regis h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 56px;
}

.home_register .box-regis p {
  margin-bottom: 32px;
}

.home_register .main-button.button {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.home_register .button span {
  color: #fff;
}
