.___main__news {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(90.63deg, #f5f6f6 44.42%, #dcffff 103.1%);
  border: 1px solid #e8eaed;
  border-radius: 16px;
  padding: 24px;
  margin-top: 42px;
}

.___main__news__title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.___main__news__title__icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.___main__news__title__text {
  font-family: 'FE Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: #00005a;
}

.___main__news__button {
  width: 100%;
  text-align: center;
}

.___main__detail {
  padding: 42px 0;
  background-color: #0000ff !important;
}

.___main__detail__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #00f5ff;
  margin-bottom: 12px;
}

.___main__detail__desc {
  font-size: 14px;
  line-height: 21px;
  color: #fbfcfc;
  margin-bottom: 16px;
}

.___main__intro {
  padding: 42px 0;
}

.___main__intro__title {
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  color: #113366;
  margin-bottom: 12px;
}

.___main__intro__desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #113366;
  max-width: 640px;
  margin: 0 auto;
}

.___main__intro__subtitle__wrapper {
  max-width: 640px;
  margin: 0 auto 20px auto;
  padding: 0;
  box-sizing: border-box;
}

.___main__intro__subtitle {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-left: 24px;
  padding-right: 24px;
}

.___main__intro__subtitle__item {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  background-color: #fffaf3;
  border-radius: 8px;
  padding: 8px 12px;
  gap: 8px;
  min-width: 200px;
  box-sizing: border-box;
  justify-content: flex-start;
  border: 1px solid #ffba93;
}

.___main__intro__subtitle__item:nth-child(1) {
  flex: 1 1 100%;
}

.___main__intro__subtitle__item:nth-child(2),
.___main__intro__subtitle__item:nth-child(3) {
  flex: 1 1 45%;
}

.___main__intro__subtitle__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.___main__intro__subtitle__text {
  font-size: 20px;
  color: #113366;
}

.___main__hero {
  padding: 42px 0;
}

.___main__hero__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #00005a;
  margin-bottom: 12px;
}

.___main__hero__desc {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #5a647d;
  margin-bottom: 42px;
}

.___main__hero__map {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.___main__hero__map img {
  width: 100%;
}

.___main__hero__map__data {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}

.___main__hero__map__data__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #0f2332;
}

.___main__hero__map__data__subtitle {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #5a647d;
  margin: 16px 0;
}

.___main__info {
  margin-bottom: 42px;
}

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

.___main__info__disclaimer {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0f2332;
  background: linear-gradient(90.1deg, #00ff0a 3.96%, #dbfe52 85.64%);
  border-radius: 4px;
  padding: 12px;
  margin-top: 24px;
}

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

.___main__info__tab__nav-link {
  font-weight: normal;
  font-size: 20px;
  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;
}

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

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

.___main__info__tab__content {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 24px;
}

.___main__info__tab__content__img {
  width: 100%;
  max-width: 480px;
  object-fit: cover;
  margin-bottom: 24px;
}

.___main__info__tab__content__detail {
  display: flex;
  flex-direction: column;
}

.___main__info__tab__content__detail__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  color: #00005a;
  margin-bottom: 12px;
}

.___main__info__tab__content__detail__desc {
  font-size: 14px;
  line-height: 21px;
  color: #5a647d;
  margin-bottom: 16px;
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

.___main__info__tab__content__detail__desc__list__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.___main__info__tab__content__detail__desc__list__data > ul {
  margin-bottom: 1rem;
}

.___main__info__tab__content__detail__desc__list__highlight {
  font-weight: bold;
  color: #0000ff;
}

.___main__info__tab__content__detail__action {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.___main__info__tab__content__detail__action__label {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0f2332;
  margin-bottom: 16px;
}

.___main__vip__tab__container,
.___main__corporate__tab__container {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  color: #00005a;
  margin-top: 24px;
}

.___main__vip__tab__container > span,
.___main__corporate__tab__container > span {
  width: 140px;
  min-width: 140px;
  margin-right: 16px;
}

.___main__vip__tab__nav-link,
.___main__corporate__tab__nav-link {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0f2332 !important;
  background-color: #e8eaed !important;
  border-radius: 24px !important;
  padding: 8px 16px;
  margin-top: 12px;
  margin-bottom: 0;
  margin-right: 16px;
  outline: none;
}

.___main__vip__tab__nav-link.active,
.___main__vip__tab__nav-link.active:hover,
.___main__vip__tab__nav-link.active:focus,
.___main__vip__tab__nav-link.active:active,
.___main__corporate__tab__nav-link.active,
.___main__corporate__tab__nav-link.active:hover,
.___main__corporate__tab__nav-link.active:focus,
.___main__corporate__tab__nav-link.active:active {
  color: #ffffff !important;
  background-color: #0000ff !important;
}

.___main__widget {
  background: linear-gradient(131.21deg, #f15433 23.6%, #ffb508 94.29%);
  padding: 42px 0;
}

.___main__widget__title {
  width: 100%;
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 18px;
}

.___main__widget__link {
  width: 100%;
  text-align: center;
}

.___main__widget__link a {
  display: block;
  color: #ffffff;
}

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

.___main__widget__coming__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 6px;
}

.___main__widget__coming__subtitle {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}

.___main__widget__benefit {
  font-size: 18px;
  background-color: #ffffff;
  color: #113366;
  border-radius: 12px;
  padding: 16px 20px;
  width: calc(100% - 24px);
  max-width: 640px;
  margin: 20px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}

.___main__widget__benefit__header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.___main__widget__benefit__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.___main__widget__benefit__text {
  font-size: 16px;
  font-weight: bold;
}

.___main__widget__benefit__desc {
  font-size: 14px;
  line-height: 1.6;
}

@media (min-width: 576px) {
  .___main__news__button {
    width: auto;
  }
}

@media (min-width: 992px) {
  .___main__intro__subtitle__item {
    justify-content: flex-start;
  }

  .___main__banner__content {
    padding: 52px 0;
  }

  .___main__hero__map {
    flex-direction: row;
  }

  .___main__hero__map img {
    width: 400px;
  }

  .___main__hero__map__data {
    align-items: flex-start;
    margin-top: 0;
    margin-left: 42px;
  }

  .___main__hero__map__data__title,
  .___main__hero__map__data__subtitle {
    text-align: left;
  }

  .___main__info__disclaimer {
    text-align: left;
  }

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

  .___main__info__tab__content__detail {
    margin-right: 24px;
  }

  .___main__info__tab__content__detail__action {
    align-items: flex-start;
  }

  .___main__info__tab__content__detail__action__label {
    text-align: left;
  }

  .___main__vip__tab__container {
    flex-direction: row;
    align-items: center;
  }

  .___main__corporate__tab__container > span {
    margin-bottom: 6px;
  }

  .___main__vip__tab__nav-link,
  .___main__corporate__tab__nav-link {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
