/*#region common */
.vp-page {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #2E3A5B;
}

.nowrap {
    white-space: nowrap;
}

.text-bold {
    font-family: Inter Bold, Arial, sans-serif;
}

.text-semibold {
    font-family: Inter Semibold, Arial, sans-serif;
}

.section-padding {
    padding: 80px 0;
}

.btn-base {
    display: inline-block;
    border-radius: 8px;
    padding: 14px 36px;
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
}

.cta-btn {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 60px;
}

.default-title {
    font-family: Inter Bold, Arial, sans-serif;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    color: #2E3A5B;
}

@media (min-width: 1100px) {
    .vp-page .container {
        width: 1310px;
    }
}

@media (max-width: 979px) {
    .section-padding {
        padding: 40px 0;
    }

    .default-title {
        font-size: 24px;
    }

    .cta-btn {
        justify-items: center;
    }
}

/*#endregion */

/*#region buttons */
.btn-vp-primary,
.btn-vp-secondary {
    display: inline-grid;
    place-items: center;
    min-width: 140px;
    padding: 14px 24px;
    border-radius: 12px;
    font-family: 'Inter SemiBold', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.btn-vp-primary {
    background: linear-gradient(90deg, #1D4289 0%, #00B74F 100%);
    color: #fff !important;
}

.btn-vp-secondary {
    background: #F5FFF8;
    border: 2px solid #00B74F !important;
    padding: 12px 22px;
    color: #00B74F !important;
}

/*#endregion */

/*#region banner */
.banner {
    background: url('/eSign/images/pages/vpbanksme/bg-banner.webp') no-repeat center center;
    background-size: cover;
    padding: 48px 0 56px;
}
.banner-logo {
    margin-left: 63px;
}
.banner-text {
    margin: 55px 0 33px 0;
    width: 43%;
    position: relative;
    margin-left: -50px;
}

.banner-btn {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    gap: 20px;
    margin-left: 94px;
}

@media (max-width: 979px) {
    .banner {
        background-position: 10% center;
        padding: 32px 0 40px;
    }

    .banner-content {
        display: grid;
        justify-items: center;
        text-align: center;
    }

    .banner-logo {
        margin-left: 0;
    }

    .banner-text {
        width: 100%;
        margin: 32px 0 24px 0;
        margin-left: -37px;
    }

    .banner-logo img,
    .banner-text img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    .banner-btn {
        grid-template-columns: 1fr;
        justify-items: center;
        margin-left: 0;
        width: 100%;
    }
}

/*#endregion */

/*#region why-vpbanksme */
.why-vpbanksme {
    padding: 96px 0;
    background: linear-gradient(180deg, #F0FFF6 0%, #FFFFFF 66%);
}

.why-title {
    font-family: 'Inter Bold', Arial, sans-serif;
    font-size: 48px;
    line-height: 60px;
    color: #2E3A5B;
    text-align: left;
    margin-bottom: 48px;
}



.why-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.why-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10), 0px 0px 4px rgba(0, 0, 0, 0.10);
    overflow: hidden;
    display: grid;
    grid-template-rows: 144px auto;
}

.why-card-banner {
    position: relative;
    display: grid;
    place-items: center;
    background: linear-gradient(90deg, #1D4289 0%, #00B74F 100%);
}

.why-card-banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: overlay;
    opacity: 0.6;
}

.why-card-value {
    position: relative;
    z-index: 1;
    font-family: 'Inter SemiBold', Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}

.why-card-body {
    padding: 24px;
    display: grid;
    gap: 8px;
}

.why-card-heading {
    font-family: 'Inter SemiBold', Arial, sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #2E3A5B;
}

.why-card-text {
    font-family: 'Inter Medium', Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #596481;
}

.why-cta {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 48px;
}

@media (max-width: 979px) {
    .why-vpbanksme {
        padding: 48px 0;
    }

    .why-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 32px;
    }

    .why-cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/*#endregion */

/*#region vp-solution */
.vp-solution {
    padding: 96px 0;
    background: #FAFAFB;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 0px 2px rgba(0, 0, 0, 0.1); */
}

.vp-solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 96px;
    align-items: center;
}

.vp-solution-media {
    position: relative;
    width: 100%;
    aspect-ratio: 638 / 800;
}

.vp-solution-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0px 20px 40px -10px rgba(0, 82, 156, 0.10);
}

.vp-solution-badge {
    position: absolute;
    right: -24px;
    bottom: -35px;
    width: 320px;
    padding: 24px;
    background: #fff;
    border: 1px solid #F3F4F6;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10), 0px 0px 4px rgba(0, 0, 0, 0.10);
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 8px;
    align-items: start;
}

.vp-solution-badge-icon {
    grid-row: span 2;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
}

.vp-solution-badge-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.vp-solution-badge-title {
    font-family: 'Inter Bold', Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #2E3A5B;
}

.vp-solution-badge-text {
    font-family: 'Inter Medium', Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #596481;
}

.vp-solution-content {
    display: grid;
    gap: 40px;
}

.vp-solution-title {
    font-family: 'Inter Bold', Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #2E3A5B;
    margin: 0;
}

.vp-solution-list {
    display: grid;
    gap: 32px;
}

.vp-solution-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 20px;
    align-items: flex-start;
}

.vp-solution-no {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    background: #F5FFF8;
    border: 1px solid #00B74F;
    border-radius: 12px;
    font-family: 'Inter ExtraBold', Arial, sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #00B74F;
}

.vp-solution-item-body {
    display: grid;
    gap: 8px;
    align-content: start;
}

.vp-solution-item-title {
    font-family: 'Inter SemiBold', Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #2E3A5B;
}

.vp-solution-item-text {
    font-family: 'Inter Medium', Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #596481;
}

.text-tertiary {
    color: #596481;
}

@media (max-width: 979px) {
    .vp-solution {
        padding: 48px 0;
    }

    .vp-solution-grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .vp-solution-title {
        font-size: 24px;
        line-height: 32px;
    }

    .vp-solution-badge {
        position: static;
        width: 100%;
        margin-top: 16px;
    }

    .vp-solution-item {
        gap: 16px;
    }

    .vp-solution-no {
        width: 52px;
        height: 52px;
    }

    .vp-solution-item-title {
        font-size: 20px;
    }
}

/*#endregion */

/*#region vp-need */
.vp-need {
    padding: 96px 0;
}

.vp-need-title {
    font-family: 'Inter Bold', Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #2E3A5B;
    text-align: center;
    margin-bottom: 48px;
}

.vp-need-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.vp-need-card {
    display: grid;
    gap: 24px;
}

.vp-need-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

.vp-need-body {
    display: grid;
    gap: 8px;
    padding: 0 16px;
}

.vp-need-heading {
    font-family: 'Inter SemiBold', Arial, sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #2E3A5B;
}

.vp-need-text {
    font-family: 'Inter Medium', Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #596481;
}

.vp-need-cta {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 48px;
}

@media (max-width: 979px) {
    .vp-need {
        padding: 48px 0;
    }

    .vp-need-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 32px;
    }

    .vp-need-cards {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/*#endregion */

/*#region loan-process */
.loan-process-section {
    background: linear-gradient(180deg, #F0FFF6 0%, #FFFFFF 90%);
}

.loan-process-section .default-title {
    color: #2E3A5B;
}

.loan-process-section .cta-btn {
    margin-top: 60px;
}

.process-container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    margin-top: 60px;
    align-items: start;
}

.video-container {
    border-radius: 24px;
    background: #FFF;
    padding: 100px 40px;
    position: relative;
    height: 626px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10), 0px 0px 4px rgba(0, 0, 0, 0.10);
}

.process-steps {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
    align-items: start;
}

.step-indicators {
    display: grid;
    justify-items: center;
    padding: 0 20px;
}

.step-indicator {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.step-indicator.active {
    opacity: 1;
    box-shadow: 0 0 0 1px #00B74F;
}

.step-indicator .step-number {
    width: 48px;
    height: 48px;
    background-color: #E5F2EE;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: all 0.3s ease;
}

.step-indicator.active .step-number {
    background: linear-gradient(90deg, #1D4289 0%, #00B74F 100%);
    color: #fff;
}

.step-number {
    font-size: 22px;
    font-family: Inter Semibold, Arial, sans-serif;
    color: #58595B;
}

.step-line {
    width: 4px;
    height: 30px;
    background-color: #E5F2EE;
    opacity: 0.5;
    transition: all 0.3s ease;
    border-radius: 119px;
}

.step-line.completed,
.step-line.active {
    background-color: #00B74F;
    opacity: 1;
}

.steps-content {
    display: flex;
    flex-direction: column;
}

.step-item {
    position: relative;
    height: 48px;
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;
}

.step-item:not(:last-child) {
    margin-bottom: 60px;
}

.step-item.active {
    opacity: 1;
}

.step-item-title {
    height: 48px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: Inter Semibold, Arial, sans-serif;
    color: #58595B;
    line-height: 28px;
}

.step-item-desc {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 20px;
    color: #2E3A5B;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Process Slider Styles */
.process-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.process-slider .slider-item {
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: none;
    border-radius: 10px;
    overflow: hidden;
}

.process-slider .slider-item.active {
    opacity: 1;
    display: block;
    z-index: 1;
}

.process-slider .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.slider-dots {
    display: grid;
    grid-template-columns: repeat(5, 12px);
    justify-content: center;
    gap: 10px;
    position: absolute;
    bottom: 19px;
    left: 42%;
}

.slider-dot {
    width: 12px;
    height: 12px;
    background-color: #E5F2EE;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background-color: #00B74F;
    opacity: 1;
}

/* Auto-slide animation */
@keyframes autoSlide {

    0%,
    16% {
        opacity: 1;
    }

    20%,
    96% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.auto-slide .slider-item {
    animation: autoSlide 15s infinite;
    animation-play-state: running;
}

.auto-slide .slider-item:nth-child(1) {
    animation-delay: 0s;
}

.auto-slide .slider-item:nth-child(2) {
    animation-delay: 3s;
}

.auto-slide .slider-item:nth-child(3) {
    animation-delay: 6s;
}

.auto-slide .slider-item:nth-child(4) {
    animation-delay: 9s;
}

.auto-slide .slider-item:nth-child(5) {
    animation-delay: 12s;
}

.auto-slide:hover .slider-item {
    animation-play-state: paused;
}

@media (max-width: 979px) {
    .process-container {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 32px;
    }

    .video-container {
        height: auto;
        padding: 24px 16px 48px;
    }

    .slider-dots {
        left: 0;
        right: 0;
        bottom: 16px;
    }

    .process-steps {
        grid-template-columns: auto 1fr;
        gap: 16px;
    }

    .step-indicators {
        padding: 0;
    }

    .step-item:not(:last-child) {
        margin-bottom: 40px;
    }

    .step-line {
        height: 20px;
    }

    .step-item-title {
        font-size: 16px;
        line-height: 24px;
    }

    .step-item-desc {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .loan-process-section .cta-btn {
        /* margin-top: 24px; */
    }
}

/*#endregion */

/*#region faq */
.faq .default-title {
    color: #2E3A5B;
}

.faq-wrap {
    margin-top: 40px;
    border: 2px solid #00B74F;
    border-radius: 12px;
    overflow: hidden;
}

.faq-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #00B74F;
}

.faq-tab {
    height: 80px;
    display: flex;
    grid-template-columns: 24px 1fr;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    gap: 8px;
    background: #58595B;
    cursor: pointer;
    font-family: 'Inter SemiBold', Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    transition: background 0.2s;
    border-right: 1px solid #fff;
}

.faq-tab:last-child {
    border-right: unset;
}

.faq-tab.active {
    background: linear-gradient(90deg, #1D4289 0%, #00B74F 100%);
}

.faq-tab-icon {
    width: 24px;
    height: 24px;
}

.faq-panels {
    padding: 40px 48px;
}

.faq-panel {
    display: none;
}

.faq-panel.active {
    display: grid;
    gap: 20px;
}

.faq-item {
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    outline: 1px solid #E9EAEB;
    outline-offset: -1px;
    display: grid;
    grid-template-columns: 1fr 24px;
    align-items: flex-start;
    gap: 16px;
    cursor: pointer;
}

.faq-item.open {
    border-radius: 24px;
    outline: 1px solid #00B74F;
}

.faq-item-body {
    display: grid;
    gap: 8px;
}

.faq-item.open .faq-item-body {
    gap: 12px;
}

.faq-question {
    font-family: 'Inter SemiBold', Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #181D27;
}

.faq-item.open .faq-question {
    color: #00B74F;
}

.faq-answer {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #535862;
    display: none;
}

.faq-item.open .faq-answer {
    display: block;
}

.faq-icon {
    width: 24px;
    height: 24px;
}

.faq-icon img {
    width: 24px;
    height: 24px;
}

.faq-item .faq-icon .ic-minus {
    display: none;
}

.faq-item .faq-icon .ic-plus {
    display: block;
}

.faq-item.open .faq-icon .ic-minus {
    display: block;
}

.faq-item.open .faq-icon .ic-plus {
    display: none;
}

@media (max-width: 979px) {
    .faq-tabs {
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
    }

    .faq-tab {
        height: auto;
        min-height: 60px;
        padding: 12px;
        font-size: 16px;
        border-right: unset;
    }

    .faq-panels {
        padding: 24px 20px;
    }

    .faq-panel.active {
        gap: 12px;
    }

    .faq-item {
        padding: 16px;
    }

    .faq-question {
        font-size: 16px;
    }
}

/*#endregion */

/*#region register */
.register {
    background: linear-gradient(225deg, #00B74F 0%, #1D4289 84%);
    padding: 96px 0;
    position: relative;
}

img.reg-ava {
    position: absolute;
    width: 400px;
    bottom: 0;
    left: 39%;
    z-index: 9;
}

.register-inner {
    display: grid;
    grid-template-columns: 1fr 515px;
    gap: 64px;
    align-items: start;
}

.register-left {
    display: grid;
    gap: 32px;
    padding-top: 24px;
}

.register-heading {
    display: grid;
    gap: 12px;
}

.register-title {
    font-family: 'Inter Bold', Arial, sans-serif;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}

.register-subtitle {
    font-family: 'Inter SemiBold', Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.register-checks {
    display: grid;
    gap: 20px;
}

.register-check-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 8px;
    align-items: flex-start;
}

.register-check-icon {
    width: 24px;
    height: 24px;
}

.register-check-text {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.register-check-text strong {
    font-family: 'Inter Bold', Arial, sans-serif;
}

.register-right {
    padding: 24px;
    background: rgba(255, 255, 255, 0.40);
    border-radius: 24px;
    outline: 2px rgba(255, 255, 255, 0.40) solid;
    outline-offset: -2px;
    backdrop-filter: blur(8px);
}

.register-form-card {
    padding: 32px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 3px 3px -1.5px rgba(10, 27, 137, 0.02), 0px 8px 8px -4px rgba(10, 27, 137, 0.01), 0px 20px 24px -4px rgba(10, 27, 137, 0.04);
    min-height: 500px;
}

@media (max-width: 979px) {
    .register-check-text br {
        display: none;
    }

    .register {
        padding: 48px 0;
    }

    img.reg-ava {
        display: none;
    }

    .register-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .register-title {
        font-size: 24px;
        line-height: 32px;
    }

    .register-subtitle {
        font-size: 18px;
    }
}

/*#endregion */

/*#region popup huong dan vay von */
.register-guide-popup {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 1.42857143;
    color: #393a3d;
}

.guide-wrapper {
    position: absolute;
    width: 90%;
    max-width: 900px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.btn-close-guide-register {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 15px;
    cursor: pointer;
    z-index: 100;
}

.guide-gif {
    position: relative;
}

.guide-gif img {
    border: solid 7px #1D4289;
    border-radius: 15px;
}

.guide-text {
    position: relative;
}

.guide-title {
    text-align: center;
    font-family: Inter Bold, Arial, sans-serif;
    color: #000;
}

.guide-content {
    margin-top: 30px;
    background: #E5F2EE;
    border-radius: 12px;
    padding: 15px;
}

.guide-step {
    position: relative;
    padding-left: 17px;
}

.guide-step:first-child {
    margin-bottom: 10px;
}

.guide-step:before {
    content: '';
    position: absolute;
    background: #00B74F;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 0;
    top: 10px;
}

.guide-step img {
    height: 40px;
    margin-left: 10px;
}

.guide-step img:first-child {
    margin: unset;
    margin-right: 10px;
}

.guide-step span {
    font-family: Inter Bold, Arial, sans-serif;
    color: #00B74F;
    padding: 0 5px;
}

.guide-step-custom {
    display: flex;
    flex-direction: column;
}

.guide-step-custom .product {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.guide-step-custom .product div {
    font-size: 14px;
}

.cls-button-login {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    flex-direction: column;
    text-align: center;
}

.cls-button-login a {
    display: block;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 24px;
    background: linear-gradient(90deg, #1D4289 0%, #00B74F 100%);
    width: 260px;
    margin: auto;
    margin-bottom: 10px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

@media (min-width: 980px) {
    .guide-gif {
        width: 60%;
        float: left;
    }

    .guide-text {
        width: 40%;
        float: left;
        padding-left: 20px;
        padding-top: 10px;
    }

    .cubes-guide-register {
        position: absolute;
        right: 70px;
        height: 380px;
    }
}

@media (max-width: 979px) {
    .guide-wrapper {
        max-width: 600px;
        padding: 40px 20px 20px;
    }

    .cubes-guide-register {
        display: none;
    }

    .guide-gif {
        display: none;
    }
}

@media (max-width: 360px) {
    .guide-step img {
        height: 30px;
    }
}

/*#endregion */
