@font-face {
  font-family: 'Shopee Font';
  src: url('/fonts/ShopeeFont-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Shopee Font';
  src: url('/fonts/ShopeeFont-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: 'Shopee Font';
  src: url('/fonts/ShopeeFont-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Shopee Font', 'Helvetica Neue', Helvetica, Roboto, 'Segoe UI', sans-serif;
  font-weight: normal;
}

header {
  height: 88px;
  background-color: #ffffff;
}

.___header {
  height: 76px;
  padding: 0;
}

.___header > .container {
  justify-content: flex-start;
}

.___header__separator {
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #00005a 0.28%, #0000ff 49.93%, #00f5ff 99.58%);
}

.___header__logo {
  flex: 1;
  height: 72px;
  object-fit: contain;
}

.___header__logo--jkt {
  display: none;
  height: 64px;
  object-fit: contain;
  margin-left: 24px;
}

.___header__nav-link {
  font-size: 16px;
  line-height: 24px;
  color: #0000ff;
  background-color: #ffffff;
  border-radius: 32px;
  padding: 12px 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  cursor: pointer;
}

.___header__nav-link:hover,
.___header__nav-link:focus,
.___header__nav-link:active {
  color: #ffffff;
  background-color: #0000ff;
  padding: 12px 16px;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.___header__divider {
  display: none;
  width: 1px;
  background-color: #dadde3;
  margin: 20px 24px;
}

.___header__lang {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin-top: 24px;
  border: none;
  color: #0000ff;
  background-color: transparent;
}

.___header__lang--simple {
  margin-top: 0;
}

.___header__lang__flag {
  margin-right: 4px;
}

.___header__lang__item {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #0f2332;
  padding: 0;
}

.___header__lang__item:hover,
.___header__lang__item:focus,
.___header__lang__item:active {
  color: #0000ff;
  background-color: #ffffff;
}

.___header__lang__item__value {
  margin-left: 4px;
}

.___header__burger {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  color: #0000ff;
  background: transparent;
  border: none;
  padding: 0;
  margin-right: 12px;
}

.___offcanvas__close {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  color: #0000ff;
  background: transparent;
  border: none;
  padding: 0;
}

.___offcanvas__logo {
  height: 44px;
  object-fit: contain;
  margin-left: 16px;
}

main {
  margin-top: 0;
}

.___main__banner {
  background: url('/images/image-main-banner.jpeg?v=1.0.13');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.___main__banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* padding: 32px 0; */
  min-height: 212px;
}

.___main__banner__content__text {
  font-size: 20px;
  line-height: 29px;
  color: #fbfcfc;
  margin-bottom: 6px;
}

.___main__banner__content__text > span {
  line-height: 22px;
}

.___main__banner__content__text__logo {
  width: 86px;
  height: 26px;
  margin-right: 8px;
}

.___main__banner__content__text-big {
  font-size: 32px;
  line-height: 48px;
  color: #fbfcfc;
  margin-top: 6px;
}

.___main__banner__content__buy {
  display: block;
  color: #00005a !important;
  background-color: #ffffff !important;
  margin-top: 12px;
}

.___main__separator {
  height: 2px;
}

footer > .separator {
  border-top: solid 1px #dadde3;
}

.___footer__help {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
}

.___footer__help__text {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #0f2332;
}

.___footer__help__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #8a94a8;
  border-radius: 32px;
  padding: 12px 24px;
  margin-top: 18px;
}

.___footer__help__link:hover,
.___footer__help__link:focus,
.___footer__help__link:active {
  background-color: #e8eaed;
}

.___footer__help__link img {
  width: 24px;
  height: 24px;
}

.___footer__help__link span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #0f2332;
  margin-left: 10px;
}

.___footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 42px 0;
}

.___footer__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 2;
  margin-bottom: 24px;
}

.___footer__logo img {
  height: 72px;
  object-fit: contain;
}

.___footer__logo a {
  font-size: 20px;
  line-height: 29px;
  color: #0000ff;
  text-decoration: none;
}

.___footer__logo a:hover,
.___footer__logo a:focus,
.___footer__logo a:active {
  color: #00005a;
}

.___footer__menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}

.___footer__menu__label {
  font-size: 16px;
  line-height: 24px;
  color: #344060;
  margin-bottom: 12px;
}

.___footer__menu__img {
  height: 42px;
}

.___footer__menu__value {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #0000ff;
  text-decoration: none;
}

a.___footer__menu__value:hover,
a.___footer__menu__value:focus,
a.___footer__menu__value:active {
  color: #00005a;
}

.___footer__menu__value img {
  width: 16px;
  height: 16px;
}

.___footer__menu__value span {
  margin-left: 6px;
}

.___footer__info__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.___footer__info__card__img {
  width: 100%;
}

.___footer__info__card__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #0f2332;
}

.___footer__info__card__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5a647d;
  padding: 18px 0;
}

.___footer__faq {
  padding-top: 36px;
  padding-bottom: 42px;
}

.___footer__faq__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  color: #0f2332;
  margin-bottom: 24px;
}

.___footer__faq__tab {
  border-bottom: solid 1px #dadde3;
}

.___footer__faq__tab__nav-link {
  font-weight: normal;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #344060 !important;
  background-color: #ffffff !important;
  border-bottom: solid 2px transparent !important;
  border-radius: 0 !important;
  padding: 8px 0 12px;
  margin-right: 24px;
  outline: none;
}

.___footer__faq__tab__nav-link.active,
.___footer__faq__tab__nav-link.active:hover,
.___footer__faq__tab__nav-link.active:focus,
.___footer__faq__tab__nav-link.active:active {
  font-weight: bold;
  color: #0f2332 !important;
  border-color: #0000ff !important;
}

.___footer__faq__tab__nav-link:hover,
.___footer__faq__tab__nav-link:focus,
.___footer__faq__tab__nav-link:active {
  color: #0000ff !important;
}

.___footer__faq__content {
  margin-top: 24px;
}

.___footer__faq__content .accordion-button {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #0f2332;
  box-shadow: none;
  outline: none !important;
  padding: 16px;
}

.___footer__faq__content .accordion-button::after {
  background-image: url('/images/icon-arrow.svg') !important;
}

.___footer__faq__content .accordion-button:not(.collapsed) {
  background-color: #00ff0a;
}

.___footer__faq__content .accordion-body {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #344060;
  padding: 16px;
}

.___footer__faq__content .accordion-body a {
  color: #344060;
}

.___btn {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #ffffff;
  background-color: #0000ff;
  border-radius: 32px;
  padding: 12px 24px;
  cursor: pointer;
}

.___btn:hover,
.___btn:focus,
.___btn:active {
  background-color: #00005a;
}

.___btn-inverse {
  color: #0f2332;
  background-color: #ffffff;
  border: 1px solid #8a94a8;
}

.___btn-inverse:hover,
.___btn-inverse:focus,
.___btn-inverse:active {
  background-color: #e8eaed;
}

.table {
  color: #344060;
}

.dropdown-menu {
  border: none;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 8px;
}

.offcanvas-header {
  justify-content: flex-start;
}

.___space__title {
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .___main__banner__content {
    min-height: 469px;
  }

  .___header {
    flex-direction: row;
  }

  .___header > .container {
    justify-content: space-between;
  }

  .___header__burger {
    display: none;
  }

  .___header__logo {
    flex: 1;
  }

  .___header__logo--jkt {
    display: block;
  }

  .___header__nav-link {
    text-align: center;
    padding: 6px 16px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .___header__divider {
    display: block;
  }

  .___header__lang {
    margin-top: 0;
  }

  .___header__lang--simple {
    display: none;
  }
}

@media (min-width: 992px) {
  .___main__banner__content {
    min-height: 469px;
  }

  .___main__banner__content__buy {
    display: none;
  }

  .___footer__help {
    flex-direction: row;
  }

  .___footer__help__link {
    margin-top: 0;
    margin-left: 24px;
  }

  .___footer {
    flex-direction: row;
    align-items: flex-start;
  }

  .___footer__menu {
    align-items: flex-start;
    margin-left: 24px;
  }
}
