/* .home-slide .swiper-slide{
    display: none;
}
.home-slide .swiper-slide.swiper-slide-visible.swiper-slide-active{
    display: block;
} */
/* section 3 */
#home-section-3 {
    padding-top: 60px;
}

.list-step {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    position: relative;
    margin-top: 70px;
}

@media screen and (max-width:990px) {
    .list-step {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        justify-content: space-between;

    }

    .list-step .step-item {
        width: calc(50% - 20px);
        flex-shrink: 0;
    }

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

}

@media screen and (max-width:600px) {
    .list-step .step-item {
        width: 100%;
        flex-shrink: 0;
    }
}

.step-stt {
    border-radius: 61px;
    border: 3px solid #FFF;
    background: #2975FF;
    display: flex;
    width: 70px;
    height: 70px;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #fff;
    margin-top: -72px;
}

.step-item {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 1px 12px 0 rgba(41, 183, 255, 0.20);
    padding: 43px 20px 20px 20px;
    gap: 10px;
}

.step-image img {}

/*  */
#home-section-4 {
    padding-top: 60px;


}

#home-section-4 .section-calculator {
    border-radius: 10px;
    border-top: 4px solid #2975FF;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 20px;
}

@media screen and (min-width:990px) {
    #home-section-4 .section-calculator {
         padding: 40px;
    }
}

.range-slider-container {
    /* max-width: 600px; */
    margin: 0 auto;
    background: white;
    /* padding: 30px; */
    border-radius: 10px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

.range-slider-header {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    /* 156.25% */
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 20px;

}

.value-display {
    color: var(--primary-color);
}

input[type="range"] {
    width: 100%;
    height: 14px;
    border-radius: 30px;
    background: #D5E4FF;
    outline: none;
    -webkit-appearance: none;
    border: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 22px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #2975FF;
    background: #7EACFF;
    cursor: pointer;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); */
}

input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid #2975FF;
    background: #7EACFF;
    cursor: pointer;
    border: none;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); */
}

.labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
    color: #7f8c8d;
}

.box-select {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.select-tai-san,
.select-thang {
    width: calc(50% - 10px);
    max-width: 100%;
    /* border-radius: 10px; */
    overflow: hidden;
    /* padding: 11px 12px; */
    border: none;
    height: 46px;
}

.select_hinh_thuc {
    width: 100%;
    max-width: 100%;
    /* border-radius: 10px; */
    overflow: hidden;
    /* padding: 11px 12px; */
    border: none;
    height: 46px;
    margin-top: 8px;
}

.select-tai-san select,
.select-thang select,
.select_hinh_thuc select {
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    border: none;
    border-radius: 10px;
    padding: 0 12px;
}

@media screen and (max-width:768px) {

    /* .select-tai-san,
    .select-thang {
        width: 100%;
    } */

    .select-tai-san select,
    .select-thang select {
        height: 100%;
    }
}

.select-tai-san select:focus-visible,
.select-thang select:focus-visible {
    outline: none;
}

.box-payment-details {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 32px 10px;
    margin-top: 36px;
    gap: 20px;
}

.value-monthly-payment {
    border-radius: 10px;
    border: 1px dashed var(--primary-color);
    background: #F2F7FF;
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 700;
    max-width: 384px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
}

.range-slider-footer {
    margin-top: 30px;
}

/*  */
.box-form {
    border-radius: 28px;
    border: 7px solid rgba(42, 123, 190, 0.40);
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.20);
    overflow: hidden;
    padding: 9px 28px 28px 28px;
    gap: 24px;
}

@media screen and (min-width:990px) {
    .box-form {
        margin-left: 40px;
    }
}

.box-form .form-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.box-form .wpcf7-form-control-wrap {
    margin-bottom: 12px;
    display: block;
}

.box-form br {
    display: none;
}

.box-form input:not([type='checkbox']),
.box-form select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 3px 2px 3px 0 rgba(0, 0, 0, 0.02) inset;
    backdrop-filter: blur(0px);
    height: 44px;
    padding: 0 16px;
}

[data-name="dieu-khoan-chap-nhan"] .wpcf7-list-item {
    margin-left: 0;
}

[data-name="dieu-khoan-chap-nhan"] label {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

[data-name="dieu-khoan-chap-nhan"] input {
    margin-top: 7px;
}

[data-name="dieu-khoan-chap-nhan"] [type="checkbox"] {
    opacity: 0;
}

[data-name="dieu-khoan-chap-nhan"] [type="checkbox"]+span {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
}

[data-name="dieu-khoan-chap-nhan"] [type="checkbox"]+span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    outline: 1px solid var(--primary-color);
    background-color: #fff;
    border-radius: 20px;
    left: -13px;
    top: 9px;
}

[data-name="dieu-khoan-chap-nhan"] [type="checkbox"]:checked+span::after {
    content: "";
    position: absolute;
    left: -8px;
    top: 14px;
    transform: translate(-0%, -0%);
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: var(--primary-color);
}

.box-form input[type="submit"] {
    border-radius: 10px;
    background: linear-gradient(180deg, #FFC100 0%, #FFDA67 100%);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    color: #6A6A6A;
    font-weight: 500;

}

/*  */
#home-section-5 {
    padding-top: 60px;
}

.post-item {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.post-item .content {
    padding: 16px;
}

/*  */
#home-section-6 {
    padding-top: 60px;
}

.partner-item {
    border-radius: 14.727px;
    background: #FFF;
    box-shadow: 0 1.473px 5.891px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
    padding: 17px 36px;
    display: flex;
    align-items: center;
}

.list-logo {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

@media screen and (max-width:990px) {
    .list-logo {

        grid-template-columns: repeat(4, 1fr);

    }
}

@media screen and (max-width:768px) {
    .list-logo {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:600px) {
    .list-logo {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

/*  */
#home-section-7 {
    padding-top: 60px;
}

.ph-review-item {
    padding: 10px;

}

.ph-review-item .ph-review-inner {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.12);
    padding: 24px;
}

.box-ph-reviews .desc {
    max-width: 88%;
    margin-left: auto;
}

.ph-review-inner .desc {
    max-width: 100%;
    margin-left: 0;
    font-size: 18px;
}

.ph-review-inner .thumb {
    margin-bottom: 24px;
}

.ph-review-inner .inner-thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.list-reviews-ph .swiper-button-next {
    right: -50px;
    left: auto;
}

.list-reviews-ph .swiper-button-prev {
    left: -50px;
    right: auto;
}

.list-reviews-ph .swiper-button-next,
.list-reviews-ph .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-color: #EDF7FF;
    outline: #E1E8FF;
    outline-style: solid;
    outline-offset: 0px;
    outline-width: 3px;
    padding: 5px;
    border-radius: 50px;
}

.list-reviews-ph .swiper-button-next::after,
.list-reviews-ph .swiper-button-prev::after {
    font-size: 16px;
    color: #0F75DC;
    font-weight: 900;
}