@import "brand.css?v=1";
ul {
  margin-left: 2rem;
}
ul.nav li,
ul.nav-sub li,
ul.swiper-wrapper li,
ul.dropdown-menu li {
  list-style: none;
}
/* begin: css section introduce */
.introduces {
  position: relative;
}
/* begin: css intro slider */
.introduce-banner .swiper-slide a {
  width: 100%;
}
.introduce-banner img {
  width: 100%;
}
.swiper-style1 .swiper-slide {
  height: unset;
}
.swiper-style1 .swiper-button-next,
.swiper-style1 .swiper-button-prev {
  background-image: url(../media/icon/default/ic-arrow-circle-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 42px;
  height: 42px;
}
.swiper-style1 .swiper-button-next {
  right: 60px;
}
.swiper-style1 .swiper-button-prev {
  left: 60px;
  transform: rotate(-180deg);
}
.swiper-style1 .swiper-button-next:after,
.swiper-style1 .swiper-button-prev:after {
  content: none;
}
@media (max-width: 767px) {
  .swiper-style1 .swiper-button-next,
  .swiper-style1 .swiper-button-prev {
    width: 24px;
    height: 24px;
  }
  .swiper-style1 .swiper-button-next {
    right: 15px;
  }
  .swiper-style1 .swiper-button-prev {
    left: 15px;
  }
}
.swiper-style1 .swiper-pagination {
  bottom: 32px;
}
.swiper-style1 .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
  height: 3px;
  width: 80px;
  border-radius: 0;
  opacity: 0.5;
}
.swiper-style1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.swiper-style1.swiper-pagination-color .swiper-pagination-bullet {
  background-color: var(--primary-3-light);
}
.swiper-style1.swiper-pagination-color .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-3);
}
.swiper-utilitis,
.banks-partners-sm .swiper-style1 {
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 70px;
}
.swiper-utilitis .swiper-pagination,
.banks-partners-sm .swiper-style1 .swiper-pagination {
  bottom: 0;
}
.swiper-utilitis .swiper-pagination .swiper-pagination-bullet,
.banks-partners-sm .swiper-style1 .swiper-pagination .swiper-pagination-bullet {
  height: 2px;
}
@media (max-width: 767px) {
  .swiper-utilitis,
  .banks-partners-sm .swiper-style1 {
    padding-bottom: 40px;
  }
  .swiper-style1 .swiper-pagination-bullet {
    width: 50px !important;
  }
}
/* end:css intro slider */
/* end: css section introduce */
/* begin: css wallet top service */
.wallet-superiority {
  background-image: url(../media/img/img/logo-transparent.svg);
  background-position: top 172px right;
  background-repeat: no-repeat;
  background-size: 50%;
  padding-bottom: 0;
}
.wallet-superiority .superiority {
  margin: 24px auto 20px;
}
.wallet-superiority .description {
  font-size: 18px;
  line-height: 28px;
}
.wallet-superiority .superiority-wrap {
  margin-top: 50px;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.wallet-superiority .superiority-wrap .superiority-item {
  background: linear-gradient(135deg, var(--primary-light-hover), var(--primary-light));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 10px 25px;
  height: 100%;
}

.wallet-superiority .superiority-wrap .superiority-item .superiority-img {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.wallet-superiority .superiority-wrap .superiority-item .superiority-description {
  color: #fff;
  font-size: 17px;
  font-weight: var(--fw-semibold);
  margin-top: 10px;
}

.wallet-superiority .superiority-wrap .superiority-item .superiority-description strong {
  color: #fff;
  font-size: 28px;
  font-weight: var(--fw-semibold);
  display: block;
}


.wallet-superiority .illustration {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .wallet-superiority {
    background-image: none;
    background-position: unset;
    background-repeat: unset;
  }
  .wallet-superiority .superiority {
    margin: 16px auto 12px;
  }
  .wallet-superiority .superiority-wrap {
    margin-top: 40px;
    gap: 15px;
  }
  .wallet-superiority .superiority-wrap .superiority-item {
    padding: 25px;
  }
  .wallet-superiority .superiority-wrap .superiority-item .superiority-description {
    font-size: 14px;
  }
  .wallet-superiority .illustration {
    padding-top: 80px;
    background-image: url(../media/img/img/logo-transparent.svg);
    background-position: top right;
    background-size: 65%;
    background-repeat: no-repeat;
  }
}
.utilitis-wrap {
  margin-top: 40px;
}
.utilitis .utility-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 25px 8px;
  background-color: #fff;
  box-shadow: 5px 5px 30px 0 rgba(22, 66, 109, 0.06);
  min-height: 140px;
  height: 100%;
  border: 2px solid transparent;
}
.utilitis .utility-item:hover,
.utilitis .utility-item.active {
  border-color: var(--primary);
}
.utilitis .utility-item .utility-icon {
  position: relative;
  width: 52px;
  height: 52px;
  margin-bottom: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.utilitis .utility-item .utility-icon img {
  max-height: 52px;
  width: 100%;
}

.utilitis.utilitis-2 .utility-item .utility-icon {
  position: relative;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.utilitis.utilitis-2 .utility-item .utility-icon img {
  max-height: 70px;
  width: 100%;
}


.utilitis .utility-item .utility-name {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.utilitis .utility-item .utility-name .name {
  line-height: 18px;
  font-size: 15px;
  letter-spacing: -0.5px;
  font-weight: var(--fw-semibold);
  text-align: center;
  color: #000;
}
.utility-item-content .utility-iframe {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.utility-item-content .utility-iframe .iframe-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.utility-item-content .title {
  color: var(--black80);
}
.utility-item-content .description {
  font-size: 16px;
  line-height: 26px;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .ecosystem-utility {
    padding-bottom: 60px;
  }
  .utility-iframe {
    margin-top: 60px;
  }
  .utilitis-wrap {
    margin-top: 20px;
  }
  .utilitis .utility-item {
    padding: 15px 5px;
  }
  .utilitis .utility-item .utility-name .name {
    font-size: 14px;
    letter-spacing: -1px;
  }
}
/* end: css ecosystem-utility */
/* begin: css promotions */
.promotions {
  margin-top: 60px;
}
.promotions .swiper-promotion-horizentol {
  margin-top: -20px;
  padding-top: 25px;
}
.swiper-promotion {
  margin: 20px -25px 0;
  padding: 0 25px 25px;
}
.swiper-promotion .swiper-slide {
  height: unset;
}
@media (max-width: 767px) {
  .promotions {
    margin-top: 30px;
  }
}
/* end: css promotions */
/* begin: css section-manuals */
.section-manuals {
  position: relative;
}
.section-manuals::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 35%;
  top: 0;
  background: #f8f9fa;
  z-index: -1;
}
.section-manuals .manuals-wrap .top {
  max-width: 750px;
  margin: 0 auto;
}
.section-manuals .manuals-wrap .bottom {
  margin-top: 80px;
}
.section-manuals .wallet-family {
  margin-top: 160px;
}
.section-manuals .wallet-family .wallet-family-left {
  max-width: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-manuals .wallet-family .wallet-family-left .section-subtitle {
  margin: 30px 0;
}
.section-manuals .wallet-family .wallet-family-left .wallet-utilitis {
  margin-top: 30px;
}
.section-manuals .wallet-family .wallet-family-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.section-manuals .wallet-family .wallet-family-right .item {
  position: relative;
  color: #fff;
}
.section-manuals .wallet-family .wallet-family-right .item .open-for {
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 20px;
  font-weight: var(--fw-semibold);
}
.section-manuals .wallet-family .wallet-family-right .item.not-overlay {
  background: linear-gradient(45deg, var(--primary-light-hover), var(--primary-light));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.section-manuals .wallet-family .wallet-family-right .item.not-overlay .open-for {
  font-size: 17px;
}
.section-manuals .wallet-family .wallet-family-right .item:not(.not-overlay):after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #002545);
  width: 100%;
  bottom: 0;
  left: 0;
  height: 45%;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .section-manuals .manuals-wrap .bottom {
    margin-top: 40px;
  }
  .section-manuals .wallet-family {
    margin-top: 80px;
  }
  .section-manuals .wallet-family .ic-wallet-family {
    height: 188px;
  }
  .section-manuals .wallet-family .wallet-family-right {
    margin-top: 50px;
  }
  .section-manuals .wallet-family .wallet-family-right .item .open-for {
    font-size: 14px;
  }
}
/* end: css section-manuals */
/* begin:css section-instruction-own */
.section-instruction-own {
  background: linear-gradient(90deg, var(--primary-light-hover), var(--primary-light));
}
.section-instruction-own .instruction-wraper {
  display: flex;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 25px;
  justify-content: space-between;
}
.section-instruction-own .instruction-wraper .steps {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 25px;
}
.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item {
  background-color: #fff;
  display: flex;
}
.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-no,
.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-content {
  padding: 20px 30px;
}
.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-no {
  font-size: 20px;
  line-height: 24px;
  color: var(--primary-2);
  font-weight: var(--fw-semibold);
  position: relative;
  display: flex;
  align-items: center;
}
.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-no:after {
  content: "";
  position: absolute;
  background-color: var(--black10);
  width: 1px;
  height: calc(100% - 20px);
  display: block;
  right: 0;
  top: 10px;
}
.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-no-header {
  color: var(--primary);
  line-height: 26px;
  font-weight: var(--fw-semibold);
}
.section-instruction-own .instruction-wraper .steps .steps-wrap .step-item .step-description {
  font-size: 16px;
  line-height: 24px;
  color: var(--black60);
}
.section-instruction-own .illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-instruction-own .illustration .illustration-inner {
  position: relative;
}
.section-instruction-own .illustration .illustration-inner .iframe-instruction {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: min(6vw, 40px);
  overflow: hidden;
  z-index: 2;
}
.section-instruction-own .illustration .illustration-inner .iframe-instruction .iframe-phone-inner {
  height: 100%;
  width: 100%;
}
.section-instruction-own .illustration .illustration-inner .phone-base {
  -webkit-filter: drop-shadow(5px 5px 44px var(--black30));
  filter: drop-shadow(5px 5px 44px var(--black30));
  opacity: 0;
}
.accordion-intruction .accordion-item .step-header {
  color: var(--primary);
  font-weight: var(--fw-semibold);
}
.accordion-intruction .accordion-item .step-no {
  color: var(--primary-2);
  font-weight: var(--fw-semibold);
}
.accordion-intruction .accordion-item .accordion-body {
  padding: 0 20px 40px;
}
@media (max-width: 767px) {
  .section-instruction-own .illustration .phone-base {
    -webkit-filter: drop-shadow(3px 3px 30px var(--black30));
    filter: drop-shadow(3px 3px 30px var(--black30));
    opacity: 0;
  }
}
/* end:css section-instruction-own */
/* begin: css bank-references */
.cus-tabs-no-border .nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 72px;
}
.cus-tabs-no-border .nav-tabs .nav-item {
  padding: 4px 20px;
}
.cus-tabs-no-border .nav-tabs .nav-item:not(:last-child) {
  border-right: 2px solid var(--black10);
}
.cus-tabs-no-border .nav-tabs .nav-item .nav-link {
  border: none;
}
.cus-tabs-no-border .nav-tabs .nav-item .nav-link.tab-title {
  border: none;
  color: var(--black30);
}
.cus-tabs-no-border .nav-tabs .nav-item .nav-link.active {
  color: var(--primary);
}
.banks-partners-lg .swiper-style1 {
  padding-bottom: 120px;
}
.banks-partners-sm .partners-reliable {
  margin-top: 52px;
}
.banks-partners .swiper-banks-partners img {
  max-width: 100%;
  object-fit: contain;
}
.banks-partners .swiper-banks-partners .slide-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
/* end:css bank-references */
.preferential-special {
  padding-top: 68px;
}
.preferential-special .title {
  color: var(--primary-2);
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--black10);
  font-size: 20px;
  font-weight: var(--fw-semibold);
}
.event-page .preferential-special {
  padding-top: 30px;
}
.form-input-search .form-input {
  padding: 18px 25px;
}
.form-input-search .input-frame {
  background-color: #fff;
}
.form-input-search .input-extend-right .icon {
  position: relative;
  padding-left: 12px;
}
.form-input-search .input-extend-right .icon:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: var(--black10);
  left: 0;
}
.squirrel-wrap {
  padding-top: 160px;
}
.squirrel-wrap .squirrel {
  width: 100%;
}
@media (max-width: 767px) {
  .squirrel-wrap {
    overflow: hidden;
    margin: 0 -25px;
    padding-top: 80px;
  }
  .event-page .preferential-special {
    padding-top: 70px;
  }
}
.news-page-detail .paragraph:not(.hash-tags) a {
  color: revert;
}
.news-page-detail img {
  height: auto !important;
}
.news-page-detail h1:not(.section-title) {
  font-size: 28px;
  font-weight: var(--fw-bold);
  color: var(--primary);
}
.news-page-detail h2 {
  font-size: 22px;
  font-weight: var(--fw-bold);
}
.news-page-detail h3 {
  font-size: 20px;
}
.news-page-detail h4 {
  font-size: 18px;
}
.news-page-detail h2,
.news-page-detail h3,
.news-page-detail h4,
.news-page-detail h5,
.news-page-detail h6 {
  color: var(--primary);
}
.section-news .news-poster {
  margin-top: 60px;
}
.section-news .news-content {
  margin-top: 100px;
}
.section-news .news-content .paragraph:not(:last-child) {
  margin-bottom: 30px;
}
.section-news .news-content .paragraph > *:not(:last-child) {
  margin-bottom: 20px;
  line-height: 30px;
}
.section-news .news-content .paragraph.hash-tags {
  color: var(--black30);
  font-size: 16px;
  font-weight: var(--fw-medium);
}
.section-news .news-content .paragraph.hash-tags .left,
.section-news .news-content .paragraph.hash-tags .right {
  border-top: 1px solid var(--black10);
  padding-top: 15px;
  margin-bottom: 15px;
}
.section-news .news-content .paragraph.hash-tags span {
  margin-right: 10px;
}
.section-news .news-content .paragraph.hash-tags a {
  color: var(--black30);
  font-weight: var(--fw-medium);
  display: inline-block;
}
.section-news .news-content .paragraph.hash-tags a:hover {
  color: var(--primary);
}
.section-news .news-content .img-caption {
  font-style: italic;
  letter-spacing: -0.5px;
}
.section-news .news-content .news-references .news-item {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 20px;
  margin-top: 20px;
  display: block;
}
.section-news .news-content .news-references .news-item .img-news {
  width: 100%;
  max-width: 80px;
  height: 80px;
  object-fit: cover;
}
.section-news .news-content .news-references .news-item .release-date {
  color: var(--black60);
  font-size: 13px;
  font-weight: var(--fw-medium);
}
@media (max-width: 767px) {
  .section-news .news-poster {
    margin-top: 40px;
  }
  .section-news .news-content {
    margin-top: 40px;
  }
  .section-news .news-references-wrap {
    margin-top: 60px;
  }
}
.section-404 {
  background: url(../media/logo/logo-vi-transparent.svg), url(../media/logo/logo-vi-transparent.svg);
  background-repeat: no-repeat;
  background-position: top -300px left -300px, bottom -300px right -300px;
  background-size: 950px 750px;
}
.section-404 .title-404 {
  font-size: 280px;
  font-weight: var(--fw-semibold);
}
@media (max-width: 1023px) {
  .section-404 {
    background-position: top -100px left -150px, bottom -150px right -100px;
    background-size: 420px 320px;
  }
}
@media (max-width: 767px) {
  .section-404 .title-404 {
    font-size: 150px;
  }
}

.fz-18 {
  font-size: 18px !important;
  line-height: 26px;
}

.news-page-detail .prom-block {
  background-color: #cdf5ff;
  border-radius: 12px;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
  position: relative;
}
.news-page-detail .prom-block .prom-hot {
  position: absolute;
  height: 48px;
  background: var(--primary-2);
  border-radius: 12px 0;
  padding: 8px 16px;
  color: #fff;
  font-weight: var(--fw-semibold);
  display: flex;
  align-items: center;
}
.news-page-detail .prom-block .prom-content {
  grid-column: 1/3;
  grid-row: 1/2;
  margin-top: 44px;
}
.news-page-detail .prom-block .prom-action {
  grid-column: 1/3;
  grid-row: 2/3;
}
.news-page-detail .prom-block .prom-media {
  grid-row: 1/3;
  grid-column: 3/4;
  display: flex;
}
.news-page-detail .prom-block .prom-media * {
  flex: 1;
}
.news-page-detail .prom-block .prom-media img {
  width: 100%!important;
}
@media (max-width: 576px) {
  .news-page-detail .prom-block {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
  .news-page-detail .prom-block .prom-content {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .news-page-detail .prom-block .prom-action {
    grid-column: 1/2;
    grid-row: 3/4;
    display: flex;
  }
  .news-page-detail .prom-block .prom-media {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}


.tabs-payment {
  border-bottom: none;
  display: flex;
  gap: 12px;
}

.tabs-payment .nav-item {
  flex: 1 0 0%;
  border: none;
}

.tabs-payment .nav-item .nav-link {
  display: block !important;
  padding: 24px 16px !important;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000 !important;
  border: 1px solid #E0E1E1 !important;
  border-radius: 0 !important;
}

.tabs-payment .nav-item .nav-link.active {
  border: 1px solid #005AA9 !important;
  box-shadow: 0px 0px 0px 1px #005AA9 inset !important ;
  color: #005AA9 !important;
}
.tabs-payment .nav-item .nav-link:hover {
  border: 1px solid #005AA9 !important;
  color: #005AA9 !important;
}

.list-creditcard .creditcard-item-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  box-shadow: 0px 1px 4px 0px #16426D1F;
  height: 100%;
}

.list-creditcard .creditcard-item-wrap:hover {
  box-shadow: 0px 4px 20px 0px #16426D14;
}

.list-creditcard .creditcard-item-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  padding: 24px 0;
}

@media (max-width: 767px) {
  .list-creditcard .creditcard-item-wrap {
    padding: 14px;
  }
}

