/*[class^="section-onboarding-"]{padding:80px 0;}
@media(max-width:767px){ [class^="section-onboarding-"]{padding:40px 0;} }*/
@media (min-width: 1200px) {
  .container {
    max-width: 1040px;
    padding: 0; } }

/*header, main{background: #F5F8FB;}*/
.wrapperContainer-layout {
  padding: 30px 0; }
  @media (max-width: 767px) {
    .wrapperContainer-layout {
      padding: 15px 0 30px; } }

@keyframes shimmer {
  100% {
    transform: translateX(100%); } }

.lds-spinner {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  right: 0;
  margin: auto;
  top: 38%;
  transform: translateY(-50%); }

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite; }

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff; }

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes lds-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.lds-spinner--2 {
  position: absolute;
  overflow: hidden;
  background-color: #DDDBDD;
  transition: all 0.3s;
  top: 0;
  transform: none;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transition: all 0.3s; }
  .lds-spinner--2:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 3s infinite; }
  .lds-spinner--2 div {
    display: none; }

.lazyload-image img.lazyloaded + .lds-spinner {
  display: none; }

.lazyload-image img.lazyloaded + .lds-spinner--2 {
  opacity: 0;
  visibility: hidden; }

.lazyload-image img + .lds-spinner div:after {
  background: #ccc; }

.btn-head {
  display: inline-block;
  background: #2463EB;
  color: #fff;
  padding: 6px 12px;
  border-radius: 64px;
  font-size: 14px;
  font-family: var(--ldp-font-3); }
  .btn-head:hover {
    color: #fff; }

.heading-title .title {
  font-size: 32px;
  font-family: var(--ldp-font-3); }

.heading-title .heading-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px; }
  .heading-title .heading-sub .title-sub {
    font-size: 24px;
    font-family: var(--ldp-font-3);
    margin-bottom: 8px; }
  .heading-title .heading-sub .desc {
    max-width: 390px;
    font-size: 14px;
    margin: 0; }

@media (max-width: 767px) {
  .heading-title .title {
    font-size: 22px; }
  .heading-title .heading-sub {
    gap: 12px; }
    .heading-title .heading-sub .title-sub {
      font-size: 18px;
      margin: 0; } }

.z-content {
  background: #fff;
  border-radius: 16px;
  padding: 80px 0 28px 24px;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .z-content {
      padding: 30px 0 30px 10px;
      margin-bottom: 10px; } }

.list-item {
  margin-top: 30px; }
  .list-item:not(.owl-loaded) {
    display: flex;
    overflow: hidden; }
    .list-item:not(.owl-loaded) .item {
      flex: 0 0 calc(100%/3.5 - 12px);
      margin-right: 16px; }
  .list-item .item {
    position: relative; }
    .list-item .item .img-item {
      transition: all 0.6s; }
      .list-item .item .img-item.img-second {
        opacity: 0; }
    .list-item .item .detail {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 0 12px 12px;
      font-family: var(--ldp-font-3);
      transition: all 0.6s; }
      .list-item .item .detail .title {
        color: #fff;
        font-size: 16px;
        margin-bottom: 8px; }
      .list-item .item .detail .btn-item {
        display: inline-block;
        color: #1E3B8A;
        font-size: 12px;
        background: #fff;
        border-radius: 30px;
        padding: 6px 20px;
        text-transform: uppercase; }
    .list-item .item:hover .img-item.img-second {
      opacity: 1; }
    .list-item .item:hover .detail {
      transform: translateY(-12px); }
  .list-item.owl-carousel .owl-nav {
    display: flex;
    justify-content: end;
    gap: 16px;
    margin: 18px 24px 0 0; }
    .list-item.owl-carousel .owl-nav button {
      width: 40px;
      height: 40px;
      border: none;
      outline: none; }
      .list-item.owl-carousel .owl-nav button.owl-prev {
        transform: rotate(180deg);
        opacity: 0.5;
        pointer-events: none; }
  .list-item.owl-carousel.has-change .owl-nav button.owl-prev {
    opacity: 1;
    pointer-events: auto; }
  @media (min-width: 992px) and (max-width: 1024px) {
    .list-item:not(.owl-loaded) .item {
      flex: 0 0 calc(100%/2.5 - 8px);
      margin-right: 16px; } }
  @media (max-width: 991px) {
    .list-item:not(.owl-loaded) .item {
      flex: 0 0 calc(100%/1.5 - 4px);
      margin-right: 8px; } }
  @media (max-width: 767px) {
    .list-item {
      margin-top: 15px;
      /*.item{
		.detail .title{font-size: 14px;}
	}*/ } }

.layout-top {
  padding: 0 28px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .layout-top {
      padding: 0; } }

.section-onboarding-z0 .heading-title .title {
  margin-bottom: 16px; }

.section-onboarding-z0 .z-content {
  padding: 24px; }

.section-onboarding-z0 .row {
  margin: 0; }
  .section-onboarding-z0 .row > div {
    padding: 0; }

.section-onboarding-z0 .list-more li {
  position: relative;
  margin: 8px 0;
  padding-left: 22px; }
  .section-onboarding-z0 .list-more li:before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 14px;
    height: 14px;
    background-image: url("https://file.hstatic.net/1000001117/file/ob-overview-icon.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

.section-onboarding-z0 .btn-action {
  margin-top: 20px; }

@media (min-width: 992px) {
  .section-onboarding-z0 .z0-detail {
    padding-right: 30px; } }

@media (max-width: 991px) {
  .section-onboarding-z0 .btn-action {
    margin: 15px 0 20px;
    text-align: center; } }

.section-onboarding-z1 .btn-more {
  margin-top: 10px; }

@media (min-width: 992px) {
  .section-onboarding-z1 .z1-content {
    padding: 40px 0 28px 24px; } }

.section-onboarding-z2 .heading-title {
  width: calc(100% - 24px); }
  .section-onboarding-z2 .heading-title .title {
    margin-bottom: 30px; }
  .section-onboarding-z2 .heading-title.title-bd {
    border-top: 1px solid #D9D9D9;
    margin-top: 50px;
    padding-top: 30px; }

.section-onboarding-z2 .z2-content {
  padding: 40px 0 40px 24px; }

.section-onboarding-z2 .btn-more-mb {
  display: none; }

@media (max-width: 991px) {
  .section-onboarding-z2 .btn-more-pc {
    display: none; }
  .section-onboarding-z2 .btn-more-mb {
    display: block; }
  .section-onboarding-z2 .heading-title .heading-sub {
    align-items: start;
    flex-flow: column; } }

@media (max-width: 767px) {
  .section-onboarding-z2 .heading-title {
    width: calc(100% - 10px); }
    .section-onboarding-z2 .heading-title .title {
      margin-bottom: 15px; }
    .section-onboarding-z2 .heading-title.title-bd {
      margin-top: 30px;
      padding-top: 25px; }
  .section-onboarding-z2 .z2-content {
    padding: 30px 0 10px 10px; } }

.section-onboarding-z3 .z3-content {
  padding: 40px 24px; }

.section-onboarding-z3 .list-support {
  margin-top: 30px;
  display: flex;
  flex-flow: wrap;
  gap: 16px; }
  .section-onboarding-z3 .list-support .item-support {
    -ms-flex: 0 0 calc(100%/3 - 11px);
    flex: 0 0 calc(100%/3 - 11px);
    max-width: calc(100%/3 - 11px);
    padding: 12px 12px 24px; }
    .section-onboarding-z3 .list-support .item-support .detail {
      margin-top: 24px; }
      .section-onboarding-z3 .list-support .item-support .detail .title {
        font-size: 20px;
        font-family: var(--ldp-font-3);
        margin-bottom: 12px; }
      .section-onboarding-z3 .list-support .item-support .detail .btn-item {
        font-size: 14px;
        font-family: var(--ldp-font-3);
        border: 1px solid #2463EB;
        color: #2463EB;
        padding: 5px 12px;
        border-radius: 30px;
        text-transform: uppercase;
        display: inline-block; }

@media (max-width: 991px) {
  .section-onboarding-z3 .list-support .item-support {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; } }

@media (max-width: 767px) {
  .section-onboarding-z3 .z3-content {
    padding: 30px 10px; }
  .section-onboarding-z3 .list-support {
    margin-top: 15px; }
    .section-onboarding-z3 .list-support .item-support .detail {
      margin-top: 15px; }
      .section-onboarding-z3 .list-support .item-support .detail .title {
        font-size: 18px; } }

.section-onboarding-z4 .z4-content {
  padding: 40px 24px; }

.section-onboarding-z4 .list-roadmap {
  margin-top: 30px;
  display: flex;
  flex-flow: wrap;
  gap: 16px; }
  .section-onboarding-z4 .list-roadmap .item-roadmap {
    -ms-flex: 0 0 calc(100%/3 - 11px);
    flex: 0 0 calc(100%/3 - 11px);
    max-width: calc(100%/3 - 11px);
    background: linear-gradient(180deg, #B3E2FF 24%, #EDFAFF 100%);
    border-radius: 16px;
    overflow: hidden; }
    .section-onboarding-z4 .list-roadmap .item-roadmap .detail {
      padding: 8px 18px 30px; }
      .section-onboarding-z4 .list-roadmap .item-roadmap .detail .title {
        font-size: 24px;
        font-family: var(--ldp-font-3);
        margin-bottom: 12px; }
      .section-onboarding-z4 .list-roadmap .item-roadmap .detail .sub-title {
        font-family: var(--ldp-font-3);
        margin-bottom: 12px; }
      .section-onboarding-z4 .list-roadmap .item-roadmap .detail .list-more li {
        position: relative;
        padding-left: 18px; }
        .section-onboarding-z4 .list-roadmap .item-roadmap .detail .list-more li:before, .section-onboarding-z4 .list-roadmap .item-roadmap .detail .list-more li:after {
          content: '';
          position: absolute; }
        .section-onboarding-z4 .list-roadmap .item-roadmap .detail .list-more li:before {
          top: calc(50% - 5px);
          left: 0;
          width: 10px;
          height: 10px;
          border-radius: 10px;
          background: linear-gradient(180deg, #3C83F6 0%, #3C83F6 100%); }
        .section-onboarding-z4 .list-roadmap .item-roadmap .detail .list-more li:not(:last-child) {
          margin-bottom: 4px; }
          .section-onboarding-z4 .list-roadmap .item-roadmap .detail .list-more li:not(:last-child):after {
            top: calc(50% + 7px);
            left: 4.5px;
            width: 1px;
            height: calc(100% - 10px);
            background: #91C3FD; }

@media (max-width: 991px) {
  .section-onboarding-z4 .list-roadmap .item-roadmap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 767px) {
  .section-onboarding-z4 .z4-content {
    padding: 30px 10px 10px; }
  .section-onboarding-z4 .list-roadmap {
    margin-top: 15px;
    gap: 10px; }
    .section-onboarding-z4 .list-roadmap .item-roadmap .detail .title {
      font-size: 20px; } }

.section-onboarding-z5 .z5-content {
  padding: 40px 24px;
  margin: 0; }

.section-onboarding-z5 .list-receive {
  margin-top: 30px;
  display: flex;
  flex-flow: wrap;
  gap: 16px; }
  .section-onboarding-z5 .list-receive .item-receive {
    -ms-flex: 0 0 calc(100%/4 - 12px);
    flex: 0 0 calc(100%/4 - 12px);
    max-width: calc(100%/4 - 12px);
    border: 1px solid #D9D9D9;
    border-radius: 16px;
    padding: 30px 8px 15px; }
    .section-onboarding-z5 .list-receive .item-receive .detail {
      padding: 14px 5px 0 12px; }
      .section-onboarding-z5 .list-receive .item-receive .detail .title {
        font-size: 16px;
        font-family: var(--ldp-font-1);
        line-height: 150%; }
    .section-onboarding-z5 .list-receive .item-receive:nth-child(2) .detail {
      padding-right: 10px; }

@media (max-width: 991px) {
  .section-onboarding-z5 .list-receive .item-receive {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 767px) {
  .section-onboarding-z5 .z5-content {
    padding: 30px 10px 10px; }
  .section-onboarding-z5 .list-receive {
    margin-top: 15px;
    gap: 10px; } }

/*.layout-bottom{
margin-top: 16px;border-radius: 24px;padding: 35px 28px 28px;
background-image: url('https://file.hstatic.net/1000001117/file/ob-contact-st-bg.webp');
background-size: cover;background-position: bottom center;
.list-contact{
margin-top: 30px;display: flex;flex-flow: wrap;gap: 16px;
.item-contact{
-ms-flex: 0 0 calc(100%/3 - 11px);flex: 0 0 calc(100%/3 - 11px);max-width: calc(100%/3 - 11px);
a{
display: flex;align-items: center;gap: 16px;padding: 20px 40px 20px 48px;
background-image: url('https://file.hstatic.net/1000001117/file/ob-contact-bg.webp');
background-size: cover;background-position: center;border-radius: 16px;
.img{flex: 0 0 82px;}
.title{color: #111827;font-size: 20px;font-family: var(--ldp-font-3);}
}
}
}
@media(max-width: 991px){
.list-contact{
.item-contact{
-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;
}
}
}
@media(max-width: 767px){
padding: 30px 10px 10px;
.list-contact{gap: 10px;}
}
}*/
