﻿@font-face {
    font-family: 'bevietnampro-regular';
    src: url('../fonts/bevietnampro-regular.ttf') format('truetype');
}

body {
    font-family: 'bevietnampro-regular';
}

a {
    color: none;
    text-decoration: none;
}

.boxTopHeader {
    padding: 5px;
    background-color: #0B0947;
    width: 100%;
    float: left;
}

    .boxTopHeader .boxLeft {
        width: 80%;
        float: left;
        text-align: center;
    }

        .boxTopHeader .boxLeft span {
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;
            color: #FFFFFF;
            padding-left: 10px;
        }

    .boxTopHeader .boxRight {
        width: 20%;
        float: right;
    }

        .boxTopHeader .boxRight a {
            font-size: 14px;
            font-weight: 400;
            line-height: 17.71px;
            color: #FFFFFF;
        }

.boxTopMenu {
    width: 100%;
    float: left;
    box-shadow: 0px 4px 12px 0px #00000014;
    background-color: #ffffff;
    transition: top .25s ease;
}

@media (max-width: 768px) {
    .boxTopMenu {
        top: 0%;
    }
}

.boxTopMenu .img-logo {
    width: 90%;
}


.boxNavMenuMobile {
    display: none;
    box-shadow: 0px 4px 12px 0px #00000014;
    position: relative;
}

    .boxNavMenuMobile a {
        float: none;
        display: block;
        color: #4F4F4F;
        padding: 14px 30px;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
    }

        .boxNavMenuMobile a:hover {
            background-color: #ddd;
            color: black;
            font-weight: 700;
        }

        .boxNavMenuMobile a.active {
            font-weight: 700;
            color: #ed522e;
        }

.boxNavMenu {
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .boxNavMenu .item-nav-menu {
        float: left;
        display: block;
        padding: 14px 30px;
    }

        .boxNavMenu .item-nav-menu a {
            color: #4F4F4F;
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            text-align: center;
        }

    .boxNavMenu .logo {
        text-align: left;
        width: 15%;
        float: left;
        display: block;
        color: #4F4F4F;
        padding: 14px 30px;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    .boxNavMenu .item-nav-menu a:hover {
        color: black;
        font-weight: 700;
    }

    .boxNavMenu .item-nav-menu a.active {
        font-weight: 700;
        border-bottom: 2px solid #ed522e;
        color: #ed522e;
        padding-bottom: 10px;
    }

    .boxNavMenu .icon {
        display: none;
    }

    .boxNavMenu .btnContact {
        border: solid #ed522e 1px;
        color: #ed522e;
        padding: 7px 70px 7px 70px;
        border-radius: 40px;
        font-size: 16px;
        font-weight: 500;
        line-height: 20.24px;
        text-align: center;
        margin-left: 40px;
        margin-top: 14px;
    }

.boxLeftLayout {
    position: fixed;
    display: block;
    z-index: 100;
    bottom: 50%;
    left: 35px;
    cursor: pointer
}

.boxRightLayout .boxMessage {
    position: fixed;
    display: block;
    z-index: 1000;
    bottom: 137px;
    right: 35px;
    cursor: pointer;
}

.boxRightLayout .boxCamoto {
    position: fixed;
    display: block;
    z-index: 1000;
    bottom: 180px;
    right: 15px;
    cursor: pointer;
}
/* Ẩn LeftLayout trên desktop */
@media (min-width: 768px) {
    .boxLeftLayout {
        display: none !important;
    }
}


.boxRightLayout .boxPhone {
    position: fixed;
    display: block;
    z-index: 1000;
    bottom: 77px;
    right: 35px;
    cursor: pointer;
}

.boxRightLayout .boxZalo {
    position: fixed;
    display: block;
    z-index: 1000;
    bottom: 20px;
    right: 35px;
    cursor: pointer;
}

.swiper-banner-home {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .swiper-banner-home swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.swiperBanner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .swiperBanner swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .swiperBanner swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }


.boxHomeIndex {
    width: 100%;
    float: left;
    background-size: 100% 100%;
}

.w-70-l {
    width: 70%;
    float: left;
}

.w-65-l {
    width: 65%;
    float: left;
}

.w-45-l {
    width: 45%;
    float: left;
}

.w-35-l {
    width: 35%;
    float: left;
}

.w-60-l {
    width: 60%;
    float: left;
}

.w-40-l {
    width: 40%;
    float: left;
}

.w-2-l {
    width: 2%;
    float: left;
}

.boxHomeIndex .container .one-tourch {
    width: 322px;
    height: 40px;
    border-radius: 8px;
    border-width: 1px;
    background: linear-gradient(90deg, #FFF5CE 40%, #FFFFFF 100%);
    display: flex;
    align-items: center;
    margin-top: 117px;
    margin-bottom: 30px;
    margin-left: 30px;
}

    .boxHomeIndex .container .one-tourch .text-one-tourch {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        margin-left: 10px;
    }

    .boxHomeIndex .container .one-tourch .img-tourch {
        margin-top: 7px;
        margin-right: -5px;
    }

.boxHomeIndex .container .title {
    margin-left: 30px;
}

    .boxHomeIndex .container .title strong {
        font-weight: 700;
        font-size: 44px;
        line-height: 48px;
        color: #FFFFFF;
    }

    .boxHomeIndex .container .title span {
        color: #FFE88E;
    }

    .boxHomeIndex .container .title label {
        font-weight: 100;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        margin-top: 20px;
        margin-bottom: 50px;
    }

.boxHomeIndex .container .btn-register button {
    color: #ffffff;
    background: linear-gradient(180deg, #FFEAB1 0%, #FFDA93 50%, #FFBA59 100%);
    border-radius: 40px;
    padding-top: 8.5px;
    padding-right: 80px;
    padding-bottom: 8.5px;
    padding-left: 80px;
    margin-left: 30px;
    margin-bottom: 120px;
    border: none;
    border-right: solid 5px #ffffff;
}

.boxHomeIndex .container .box-customer .customer label {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 10px;
}

.boxHomeIndex .container .box-customer .customer {
    margin-left: 30px;
    margin-bottom: 30px;
}

.box-customer swiper-container::part(pagination) {
    text-align: left;
    top: 90px;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 10px;
}

.box-customer swiper-container::part(bullet-active) {
    background: #FFFFFF;
}

.boxHomeIndex .container .box-customer {
    margin-bottom: 120px;
}

.boxAboutTima .title h2 {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: #333333;
    margin-top: 50px;
    margin-bottom: 20px;
}

.boxAboutTima .btnGoToNews {
    background: white;
    border: 1px solid #F7753F;
    color: black;
    border-radius: 40px;
}

.boxAboutTima .box-detail {
    width: 33%;
    float: left;
}

    .boxAboutTima .box-detail a {
        width: 100%;
        float: left;
    }

.boxAboutTima .box-news {
    display: flex;
    gap: 17px;
    margin-top: 30px;
    margin-bottom: 65px;
}

.boxAboutTima .box-detail img {
    margin: 10px 0px;
}

.boxAboutTima .box-detail .title-detail {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

    .boxAboutTima .box-detail .title-detail strong {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #333333;
    }

    .boxAboutTima .box-detail .title-detail span {
        font-weight: 300;
        font-size: 14px;
        color: #333333;
    }

.boxAboutTima .box-detail .time {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #B0B0B0;
    margin: 9px 0px;
}

.boxConfirmationIndex {
    width: 100%;
    float: left;
    height: 265px;
}

    .boxConfirmationIndex .Confirmation {
        backdrop-filter: blur(3px);
        z-index: 99;
        width: 100%;
        border-radius: 24px;
        left: 50%;
        transform: translate(-50%, -15%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 1) 100%);
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
    }

        .boxConfirmationIndex .Confirmation .title-top {
            text-align: center;
            margin-top: 23px;
            margin-bottom: 45px;
        }

            .boxConfirmationIndex .Confirmation .title-top .txt-chi-so {
                text-align: center;
                font-weight: 600;
                font-size: 32px;
                line-height: 100%;
                color: #333333;
            }

            .boxConfirmationIndex .Confirmation .title-top span {
                font-weight: 600;
                font-size: 32px;
                line-height: 100%;
                text-align: center;
                background: linear-gradient(180deg, #FF8E4F, #EF592E);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                color: transparent;
            }

    .boxConfirmationIndex .box-confirmation {
        display: flex;
        gap: 15px;
        padding: 0 35px;
        margin-bottom: 30px;
    }

        .boxConfirmationIndex .box-confirmation .box-customer {
            padding: 25px 40px;
            background-color: #FDF5EC;
            width: 25%;
            border-radius: 16px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .boxConfirmationIndex .box-confirmation .box-customer .left-img {
                width: 25%;
                float: left;
            }

            .boxConfirmationIndex .box-confirmation .box-customer .right-box {
                width: 75%;
                float: left;
            }

                .boxConfirmationIndex .box-confirmation .box-customer .right-box h3 {
                    font-weight: 400;
                    font-size: 14px;
                    color: #999999;
                }

                .boxConfirmationIndex .box-confirmation .box-customer .right-box strong {
                    font-weight: 700;
                    font-size: 28px;
                    background: linear-gradient(180deg, #FF8E4F, #EF592E);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    color: transparent;
                }

.colorRed {
    color: red !important;
}

.boxYearWhatDone {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

.boxBannerValuation img {
    width: 100%;
}

.boxYearWhatDone .title {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 40.48px;
}

.boxYearWhatDone .boxDefault {
    box-shadow: 0px 4px 16px 0px #0000001A;
    border-radius: 16px;
    width: 23%;
    float: left;
    margin-left: 20px;
    padding: 20px;
}

    .boxYearWhatDone .boxDefault .icon {
        width: 20%;
        float: left;
        margin-top: 15px;
    }

    .boxYearWhatDone .boxDefault .text {
        width: 80%;
        float: left;
    }

        .boxYearWhatDone .boxDefault .text span {
            width: 100%;
            float: left;
            font-size: 14px;
            font-weight: 400;
            line-height: 17.71px;
            text-align: left;
            color: var(--Miscellaneous-Tab---Unselected, #999999);
        }

        .boxYearWhatDone .boxDefault .text strong {
            font-size: 28px;
            font-weight: 700;
            line-height: 35.42px;
            text-align: left;
            color: black;
        }

.boxProduct {
    width: 100%;
    float: left;
    background-image: url('../images/banner/background-default.png');
    background-size: 100% 100%;
}

    .boxProduct .title h2 {
        padding-top: 30px;
        text-align: center;
        font-size: 32px;
        font-weight: 600;
        line-height: 40.48px;
        color: white;
    }

.boxStepBorrow .title .huong-dan-tai-app {
    padding-top: 30px;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 40.48px;
    color: white;
}

.boxStepBorrow .desc .title-cai-dat {
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #c2baba;
}

.boxProduct .desc .title-goi-vay {
    text-align: center;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #c2baba;
}

.boxProduct .boxBorrowProduct {
    background-color: #FFFFFF;
    padding: 23px;
    border-radius: 16px;
    width: 100%;
    margin-left: 10px;
}

    .boxProduct .boxBorrowProduct .content {
        padding-top: 10px;
    }

        .boxProduct .boxBorrowProduct .content .vay-tin-chap {
            font-size: 18px;
            font-weight: 600;
            line-height: 22.77px;
            text-align: left;
        }

        .boxProduct .boxBorrowProduct .content .vay-tra-gop {
            font-size: 18px;
            font-weight: 600;
            line-height: 22.77px;
            text-align: left;
        }

        .boxProduct .boxBorrowProduct .content .vay-bang-dkx-oto {
            font-size: 18px;
            font-weight: 600;
            line-height: 22.77px;
            text-align: left;
        }

        .boxProduct .boxBorrowProduct .content .vay-tien-mat {
            font-size: 18px;
            font-weight: 600;
            line-height: 22.77px;
            text-align: left;
        }

        .boxProduct .boxBorrowProduct .content .vay-dk-xemay {
            font-size: 18px;
            font-weight: 600;
            line-height: 22.77px;
            text-align: left;
        }

        .boxProduct .boxBorrowProduct .content .vay-mua-oto {
            font-size: 18px;
            font-weight: 600;
            line-height: 22.77px;
            text-align: left;
        }

        .boxProduct .boxBorrowProduct .content span {
            padding-top: 10px;
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;
            text-align: left;
            color: #828282;
            float: left;
            width: 100%;
        }

        .boxProduct .boxBorrowProduct .content .btnRegister {
            margin-top: 15px;
            width: 100%;
            padding: 10px;
            border-radius: 40px;
            color: black;
            border: solid #ed522e 1px;
        }

            .boxProduct .boxBorrowProduct .content .btnRegister:hover {
                background-color: #ed522e;
                color: white;
            }

.boxProduct {
    position: relative;
}

    .boxProduct .container {
        position: relative;
        overflow: visible !important; /* Cho phép nút trồi ra ngoài */
    }

.swiperProduct {
    position: relative;
    overflow: visible !important;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 60% !important;
    transform: translateY(-50%);
    z-index: 20;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #493e3e;
    color: white;
}
/* Nút prev ra ngoài bên trái swiper */
.swiper-button-prev {
    left: -40px; /* Tùy chỉnh khoảng cách ra ngoài */
}

/* Nút next ra ngoài bên phải swiper */
.swiper-button-next {
    right: -46px; /* Tùy chỉnh khoảng cách ra ngoài */
}
    /* Nếu muốn icon nhỏ lại hoặc canh giữa svg */
    .swiper-button-prev svg,
    .swiper-button-next svg {
        width: 14px;
        height: 14px;
    }

.boxProduct .boxStepBorrow {
    width: 100%;
    float: left;
    padding-top: 90px;
    text-align: center;
}

    .boxProduct .boxStepBorrow .title-infoDownLoad {
        font-size: 32px;
        font-weight: 600;
        line-height: 40.48px;
        color: white;
    }

    .boxProduct .boxStepBorrow .title-infoDownLoad {
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        text-align: left;
        color: #828282;
    }

    .boxProduct .boxStepBorrow .box-infoDownLoad {
        margin-top: 30px;
        background-image: url('../images/background-step.png');
    }

        .boxProduct .boxStepBorrow .box-infoDownLoad .left {
            width: 50%;
            float: left;
        }

        .boxProduct .boxStepBorrow .box-infoDownLoad .right {
            width: 50%;
            float: right;
            text-align: center;
            padding-top: 30px;
        }

            .boxProduct .boxStepBorrow .box-infoDownLoad .right .title {
                font-weight: 600;
                font-size: 18px;
                text-align: center;
                color: #ffffff;
            }

            .boxProduct .boxStepBorrow .box-infoDownLoad .right .box-step {
                font-weight: 300;
                font-size: 14px;
                line-height: 20px;
                padding: 0 40px;
                color: white;
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 20px;
                margin-bottom: 25px;
            }

            .boxProduct .boxStepBorrow .box-infoDownLoad .right hr {
                margin: 0px 56px;
                border: 1px dashed #ffffff;
                width: 90%;
            }

            .boxProduct .boxStepBorrow .box-infoDownLoad .right .qr-code {
                text-align: center;
                padding-top: 20px;
            }

                .boxProduct .boxStepBorrow .box-infoDownLoad .right .qr-code img {
                    background: white;
                    padding: 5px;
                }

            .boxProduct .boxStepBorrow .box-infoDownLoad .right .box-step .step {
                text-align: left;
            }

                .boxProduct .boxStepBorrow .box-infoDownLoad .right .box-step .step h3 {
                    font-weight: 300;
                    font-size: 14px;
                    line-height: 20px;
                }

    .boxProduct .boxStepBorrow .left .boxButton {
        padding-top: 100px;
        width: 100%;
        float: left;
    }

        .boxProduct .boxStepBorrow .left .boxButton .btnRegister {
            background: linear-gradient(147.63deg, #FF8E4F 0%, #EF592E 100%);
            padding: 10px 51.5px 10px 51.5px;
            gap: 10px;
            border-radius: 40px;
            color: white;
        }

    .boxProduct .boxStepBorrow .right {
    }

.boxProduct .boxInstallApp {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 80px;
}

.boxProduct .desc {
    text-align: center;
}

.boxProduct .boxInstallApp .title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40.48px;
    color: white;
}

.boxProduct .boxInstallApp .desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #c2baba;
}

.boxProduct .boxInstallApp .boxBorrower {
    border: 1px solid white;
    border-radius: 16px;
    height: 630px;
    width: 45%;
    float: left;
}

.boxProduct .boxInstallApp .boxInvestor {
    border: 1px solid white;
    border-radius: 16px;
    height: 630px;
    width: 45%;
    float: right;
}

.boxProduct .boxInstallApp .header {
    text-align: center;
}

    .boxProduct .boxInstallApp .header label {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: white;
        padding: 10px 20px 10px 20px;
        border: 1px solid white;
        border-radius: 0px 0px 16px 16px;
        background: linear-gradient(159.02deg, rgba(239, 89, 46, 0.4) 0%, rgba(255, 142, 79, 0.4) 113.25%);
    }

.boxProduct .boxInstallApp .content {
    padding: 20px 40px 20px 40px;
}

    .boxProduct .boxInstallApp .content .title {
        padding-top: 0px;
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        line-height: 22.77px;
        color: white;
    }

    .boxProduct .boxInstallApp .content .desc {
        width: 100%;
        float: left;
        text-align: left;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        color: #c2baba;
    }

        .boxProduct .boxInstallApp .content .desc .step {
            width: 15%;
            float: left;
        }

        .boxProduct .boxInstallApp .content .desc .text {
            width: 85%;
            float: right;
        }

    .boxProduct .boxInstallApp .content .qr {
        text-align: center;
        padding-top: 20px;
    }

    .boxProduct .boxInstallApp .content .introQr {
        padding-top: 20px;
        font-size: 14px;
        font-weight: 400;
        line-height: 17.71px;
        text-align: center;
    }

.boxProduct .boxInstallApp .listLoanNews {
    padding-top: 30px;
    float: left;
    width: 100%;
}

    .boxProduct .boxInstallApp .listLoanNews .left {
        float: left;
        width: 50%;
    }

        .boxProduct .boxInstallApp .listLoanNews .left strong {
            font-size: 24px;
            font-weight: 600;
            line-height: 30.36px;
            color: white;
        }

        .boxProduct .boxInstallApp .listLoanNews .left span {
            font-size: 16px;
            font-weight: 300;
            line-height: 24px;
            text-align: left;
            color: #c2baba;
            width: 100%;
            float: left;
        }

    .boxProduct .boxInstallApp .listLoanNews .right {
        float: right;
        width: 50%;
        text-align: end;
    }

        .boxProduct .boxInstallApp .listLoanNews .right .btnSellLoan {
            padding: 10px 50px 10px 50px;
            gap: 10px;
            border-radius: 40px;
            color: white;
            background: linear-gradient(147.63deg, #FF8E4F 0%, #EF592E 100%);
        }

    .boxProduct .boxInstallApp .listLoanNews .boxListLoan {
        background: white;
        border-radius: 16px;
        width: 100%;
        float: left;
    }

        .boxProduct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation {
            width: 100%;
            float: left;
            padding: 20px;
        }

            .boxProduct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .fullName {
                width: 20%;
                float: left;
                text-align: center;
                border-right: 1px solid #E0E0E0;
                height: 65px;
            }

                .boxProduct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .fullName label {
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 24px;
                    text-align: left;
                    color: #EF592E;
                    width: 100%;
                    float: left;
                }

                .boxProduct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .fullName span {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 17.71px;
                    text-align: left;
                    color: #828282;
                    width: 100%;
                    float: left;
                }

            .boxProduct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .loanAmount {
                width: 20%;
                float: left;
                text-align: center;
                border-right: 1px solid #E0E0E0;
                height: 65px;
            }

                .boxProduct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .loanAmount label {
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 24px;
                    text-align: center;
                    color: #40BF73;
                }

                .boxProduct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .loanAmount span {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 17.71px;
                    color: #828282;
                    width: 100%;
                    float: left;
                }

            .boxProduct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .address {
                width: 20%;
                float: left;
                text-align: center;
                border-right: 1px solid #E0E0E0;
                height: 65px;
                justify-content: center;
                align-items: center;
                display: flex;
            }

                .boxProduct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .address label {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 26px;
                    text-align: center;
                    color: #828282;
                }

            .boxProduct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .loanTime {
                width: 20%;
                float: left;
                text-align: center;
                border-right: 1px solid #E0E0E0;
                height: 65px;
                justify-content: center;
                align-items: center;
                display: flex;
            }

                .boxProduct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .loanTime label {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 26px;
                    text-align: center;
                    color: #828282;
                }

            .boxProduct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .time {
                width: 20%;
                float: left;
                text-align: center;
                height: 65px;
                justify-content: center;
                align-items: center;
                display: flex;
            }

                .boxProduct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .time label {
                    font-size: 16px;
                    font-weight: 400;
                    line-height: 26px;
                    text-align: center;
                    color: #828282;
                }

.boxPartner {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}

    .boxPartner .title {
        margin-top: 70px;
        font-size: 32px;
        font-weight: 600;
        line-height: 40.48px;
        text-align: center;
        color: #FFFFFF;
    }

    .boxPartner .desc .tieu-de-chien-luoc {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        padding-top: 10px;
    }

    .boxPartner .boxAbove {
        padding-top: 30px;
        width: 100%;
        float: left;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .boxPartner .boxUnder {
        padding-top: 20px;
        width: 100%;
        float: left;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .boxPartner .boxDefault {
        box-shadow: 0px 4px 16px 0px #0000001A;
        border-radius: 8px;
        text-align: center;
        width: 12%;
        height: 68px;
        float: left;
        padding: 20px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        margin-right: 10px;
        background-color: white;
    }

        .boxPartner .boxDefault:hover {
            -webkit-filter: none;
            filter: none;
        }

        .boxPartner .boxDefault img {
            width: 100%;
        }

.boxNewsIndex {
    width: 100%;
    float: left;
    background: #FDF5EC;
}

    .boxNewsIndex .box-detail-tima {
        display: flex;
        gap: 15px;
        margin-bottom: 50px;
    }

    .boxNewsIndex .title h2 {
        font-size: 32px;
        font-weight: 600;
        text-align: center;
        color: #333333;
        padding-bottom: 30px;
    }

    .boxNewsIndex .btnGoToNews {
        background: white;
        border: 1px solid #F7753F;
        color: black;
        border-radius: 40px;
    }

    .boxNewsIndex .left {
        width: 50%;
        float: left;
    }

        .boxNewsIndex .left .title .tieu-de {
            padding-top: 10px;
            font-size: 18px;
            font-weight: 600;
            line-height: 22px;
            text-align: left;
            padding-bottom: 0px;
            color: #333333;
        }

        .boxNewsIndex .left .desc {
            padding-top: 10px;
            font-size: 14px;
            font-weight: 300;
            line-height: 22px;
            text-align: left;
            color: #333333;
        }

        .boxNewsIndex .left .time {
            padding-top: 10px;
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            text-align: left;
            color: #B0B0B0;
        }

        .boxNewsIndex .left img {
            width: 100%;
        }

    .boxNewsIndex .right {
        width: 50%;
        float: right;
    }

        .boxNewsIndex .right .box-news-tima {
            width: 48%;
            float: left;
            height: 303px;
        }

        .boxNewsIndex .right .tieu-de {
            padding-top: 10px;
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
            text-align: left;
            padding-bottom: 0px;
            color: #333333;
        }

        .boxNewsIndex .right .desc {
            padding-top: 10px;
            font-size: 14px;
            font-weight: 300;
            line-height: 22px;
            text-align: left;
            color: #333333;
        }

        .boxNewsIndex .right .time {
            padding-top: 10px;
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            color: #B0B0B0;
            padding-bottom: 20px
        }

        .boxNewsIndex .right img {
            width: 100%;
        }

.boxPressAboutTima {
    width: 100%;
    float: left;
    background-color: white;
    padding-bottom: 40px;
}

    .boxPressAboutTima .title {
        padding-top: 30px;
        font-size: 32px;
        font-weight: 600;
        line-height: 40.48px;
        text-align: center;
        color: black;
    }

    .boxPressAboutTima .imgNewsPaper {
        width: 151.667px;
        margin-right: 52px;
        height: auto;
    }

        .boxPressAboutTima .imgNewsPaper img {
            width: 100%;
        }

.colorTima {
    color: #F7753F !important;
}

.text-end {
    text-align: end;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-t--7 {
    margin-top: -7px;
}

.m-t--3 {
    margin-top: -3px;
}

.m-t--18 {
    margin-top: -18px;
}

.m-t--13 {
    margin-top: -13px;
}

.m-t--20 {
    margin-top: -20px;
}

.m-l--15 {
    margin-left: -15px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-60 {
    padding-top: 60px;
}

.w-50-l {
    width: 50%;
    float: left;
}

.w-4-l {
    width: 4%;
    float: left;
}

.w-10-l {
    width: 10%;
    float: left;
}

.w-20-l {
    width: 20%;
    float: left;
}

.w-25-l {
    width: 25%;
    float: left;
}

.w-30-l {
    width: 30%;
    float: left;
}

.w-80-l {
    width: 80%;
    float: left;
}

.w-90-l {
    width: 90%;
    float: left;
}

.w-100-l {
    width: 100%;
    float: left;
}

.w-30 {
    width: 30% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-5 {
    margin-top: 5px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

input[type="number"] {
    min-width: 50px;
}

.highcharts-figure #container {
    border-radius: 8px;
    border: 1px solid #f1b19f;
    height: 200px;
}

.highcharts-credits {
    display: none;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
    background: #ef592e !important;
}

footer {
    width: 100%;
    float: left;
    background-color: #050421;
    padding-bottom: 40px;
}


.storelist {
    line-height: 1.2;
}

.storelist-title {
    padding-left: 8px;
    margin-bottom: 22px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #6c6a6a;
}


.storelist .icon-map-marker {
    transform: scale(1);
    transform-origin: 0;
    color: #ed522e;
}

.storelist .media-body {
    margin-left: -14px;
}

.storelist-phonenumber {
    font-size: 11px;
    color: #BDBDBD;
    margin-left: 25px;
    margin-bottom: 17px;
}

    .storelist-phonenumber a {
        color: #BDBDBD;
    }

.center-footer ul {
    list-style-type: none;
    text-decoration: none;
    padding-left: 1rem !important;
}

    .center-footer ul li {
        margin-bottom: 20px;
    }

        .center-footer ul li a {
            color: white;
        }

.right-footer ul {
    list-style-type: none;
    text-decoration: none;
}

    .right-footer ul li {
        margin-bottom: 10px;
    }

        .right-footer ul li a {
            color: white;
        }

.right-footer .footer-infor .footer-infor-top span {
    color: #BDBDBD;
    font-size: 14px;
}

.right-footer .footer-infor .footer-infor-top .fa-envelope, .fa-phone {
    margin-right: 10px;
    color: #EF592E;
}

.box-top-footer .footer-go-top button {
    color: white;
    border-radius: 40px;
    width: 15%;
    float: right;
    background-color: #2A2A2A;
    padding: 10px;
    border: 1px solid #c4c9c4;
    /*    border-bottom: none;*/
}

    .box-top-footer .footer-go-top button .i.fa-angle-up {
        padding-left: 10px;
    }

.box-top-footer hr {
    width: 94%;
    margin: 21px 70px 0px 68px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.footer-go-top a {
    color: white;
}

.media {
    display: flex;
    align-items: center;
}

.storelist .icon-map-marker {
    transform: scale(1);
    transform-origin: 0;
    color: #ed522e;
}

.media .icon-map-marker {
    color: #F7753F;
    float: left;
    width: 3%;
}

.storelist .media-body .text-uppercase {
    font-size: 14px;
    font-weight: 300;
    line-height: 19.71px;
    text-align: left;
    color: white;
    float: right;
    width: 90%;
    text-transform: none !important;
    margin-bottom: 5px;
}

    .storelist .media-body .text-uppercase:hover {
        color: #F7753F;
    }

.storelist .accordion-collapse {
    font-size: 14px;
    padding-left: 18px;
}



.header-abount {
    width: 100%;
    float: left;
    display: flex;
    gap: 80px;
    padding-bottom: 40px;
}

.boxAboutAsIndex .left-header .title-left-header {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 32px;
    color: #333333;
    margin-top: 74px;
    margin-bottom: 27px;
}

    .boxAboutAsIndex .left-header .title-left-header h1 {
        font-weight: 600;
        font-size: 32px;
        color: #333333;
    }


.boxAboutAsIndex .left-header #textContainer.collapsed {
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

    .boxAboutAsIndex .left-header #textContainer.collapsed::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background: linear-gradient(to bottom, transparent, white);
    }

.boxAboutAsIndex .left-header #toggleSeeMore {
    font-size: 16px;
    color: #F7753F;
    font-weight: 600;
}

.box-about-tima-mobile #textContainer.collapsed {
    max-height: 100px;
    overflow: hidden;
    position: relative;
}

    .box-about-tima-mobile #textContainer.collapsed::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        background: linear-gradient(to bottom, transparent, white);
    }

.box-about-tima-mobile #toggleSeeMore {
    font-size: 16px;
    color: #F7753F;
    font-weight: 600;
}

.boxAboutAsIndex .left-header {
    width: 50%;
    float: left;
}

    .boxAboutAsIndex .left-header .desc-left-header {
        width: 100%;
        float: left;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        color: #828282;
        text-align: justify;
    }

    .boxAboutAsIndex .left-header .box-see-more-left-header {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0%;
        background: linear-gradient(180deg, #FF8E4F, #EF592E);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
        margin: 10px 0px;
    }

.boxAboutAsIndex .right-header {
    width: 50%;
    float: left;
    margin-top: 80px;
    margin-bottom: 60px;
}

.boxValue {
    width: 100%;
    float: left;
    background-image: url('../images/banner/background-aboutus.png');
    background-size: 100% 100%;
}

    .boxValue .title-value h2 {
        font-weight: 600;
        font-size: 32px;
        text-align: center;
        color: #FFFFFF;
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .boxValue swiper-slide {
        transition: transform 0.4s ease, opacity 0.4s ease;
        opacity: 0.5;
    }


        .boxValue swiper-slide.swiper-slide-active {
            opacity: 1;
            z-index: 10;
            border-radius: 12px;
            overflow: hidden;
        }


.timeline {
    position: relative;
    margin: 40px auto 10px;
}

.timeline-line {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.timeline-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.timeline-item {
    text-align: center;
    cursor: pointer;
    transition: color 0.3s;
}

    .timeline-item p {
        margin-top: 10px;
        font-size: 14px;
        color: #fff;
    }

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
    transition: 0.3s;
}

.timeline-item.active .dot {
    background: #ff5e33;
    transform: scale(1.3);
}

/* Mô tả bên dưới */
.timeline-desc {
    margin-top: 20px;
    text-align: center;
}

    .timeline-desc p {
        border-bottom: 1px solid #787e78;
        border: 1px solid #FFFFFF;
        background: rgba(255, 255, 255, 0.1);
        display: inline-block;
        padding: 8px 15px;
        border-radius: 6px;
        font-size: 14px;
        color: #ddd;
    }

.boxValue .Achievements h2 {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    margin-top: 100px;
}

.boxValue .box-confirmation {
    display: flex;
    gap: 15px;
    margin: 50px 0px;
}

    .boxValue .box-confirmation .box-customer {
        padding: 25px 21px;
        background-color: #FDF5EC;
        width: 25%;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .boxValue .box-confirmation .box-customer .left-img {
            width: 25%;
            float: left;
        }

        .boxValue .box-confirmation .box-customer .right-box {
            width: 75%;
            float: left;
        }

            .boxValue .box-confirmation .box-customer .right-box span {
                font-weight: 400;
                font-size: 14px;
                color: #999999;
            }

            .boxValue .box-confirmation .box-customer .right-box strong {
                font-weight: 700;
                font-size: 28px;
                background: linear-gradient(180deg, #FF8E4F, #EF592E);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                color: transparent;
            }

.boxService {
    width: 100%;
    float: left;
}

    .boxService .left-service .box-top {
        text-align: center;
        margin-top: 90px;
    }

    .boxService .left-service .box-left-service {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .boxService .left-service h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        color: #333333;
    }

    .boxService .left-service .step-service {
        padding: 0px 50px;
    }

        .boxService .left-service .step-service .left-img {
            width: 20%;
            float: left;
            display: flex;
            justify-content: center;
        }

        .boxService .left-service .step-service .right-box {
            width: 80%;
            float: left;
        }

            .boxService .left-service .step-service .right-box .vay-tien-online {
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
                color: #333333;
            }

            .boxService .left-service .step-service .right-box .dau-tu-tai-chinh {
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
                color: #333333;
            }

            .boxService .left-service .step-service .right-box strong {
                font-weight: 300;
                font-size: 14px;
                line-height: 20px;
                color: #828282;
            }

    .boxService .right-service {
        margin-top: 70px;
        margin-bottom: 25px;
        position: relative;
    }

        .boxService .right-service .swiperService img {
            width: 100%;
            height: auto;
            object-fit: cover;
            border-radius: 10px;
        }

        .boxService .right-service .swiperService-button-next {
            position: absolute;
            top: 50%;
            z-index: 10;
            right: 0;
        }

    .boxService .right-service-2 label {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        color: #333333;
        padding-bottom: 30px;
    }

    .boxService .right-service-2 span {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #828282;
    }

    .boxService .right-service-2 h2 {
        margin-top: 98px;
        text-align: center;
        font-weight: 600;
    }

.box-image-tima {
    width: 100%;
    float: left;
    text-align: center;
}

    .box-image-tima .title-image-tima {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        color: #333333;
        margin-bottom: 40px;
    }

    .box-image-tima .image-image-tima img {
        margin-bottom: 20px;
        width: 100%;
    }

.boxAchiment .title-achiment {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #333333;
}

.boxAchiment .content-achiment {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #828282;
    text-align: justify;
}

.boxAchiment .logo-achiment {
    display: flex;
    justify-content: center;
    margin-top: 85px;
}

.boxInvest h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}

.boxInvest span {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #828282;
}

.boxInvest {
    width: 100%;
    float: left;
    padding-bottom: 60px;
    text-align: center;
}


    .boxInvest .boxAbove {
        padding-top: 30px;
        width: 100%;
        float: left;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .boxInvest .boxUnder {
        padding-top: 20px;
        width: 100%;
        float: left;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .boxInvest .boxDefault {
        box-shadow: 0px 4px 16px 0px #0000001A;
        border-radius: 8px;
        text-align: center;
        width: 12%;
        height: 68px;
        float: left;
        padding: 20px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        margin-right: 10px;
        background-color: white;
    }

        .boxInvest .boxDefault:hover {
            -webkit-filter: none;
            filter: none;
        }

        .boxInvest .boxDefault img {
            width: 100%;
        }

.boxShare {
    text-align: center;
    position: relative;
}

    .boxShare h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        color: #333333;
    }

    .boxShare .detail-share {
        display: flex;
        gap: 18px;
        margin: 50px 0px;
    }

    .boxShare .swiper-slide {
        overflow: visible !important;
    }

.detailShare .content.show {
    animation: fadeSlideIn 0.3s ease forwards;
}

.boxShare .swiperShare {
    margin: 40px 0px;
    position: relative;
}

.boxShare .detailShare {
    position: relative;
    cursor: pointer;
}

.detailShare .content {
    position: absolute;
    top: 50%;
    left: 93%;
    transform: translateY(-50%);
    width: 350px;
    background: #FDF5EC;
    border: 1px solid #FF8E4F;
    border-radius: 10px;
    padding: 15px 34px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    z-index: -1;
    transition: all 0.4s ease;
    height: 353px;
    margin-top: 0px !important;
}

.swiperShare-button-next {
    position: absolute;
    top: 50%;
    right: 13%;
    top: 50%;
    position: absolute;
    z-index: 20;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #FDF5EC;
    color: #EF592E;
}

.swiperShare-button-prev {
    top: 50%;
    position: absolute;
    z-index: 20;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #FDF5EC;
    color: #EF592E;
    left: 13%;
}


.detailShare .content span {
    color: #828282;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.detailShare .content.show {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}


.detailShare .content.show {
    animation: fadeSlideIn 0.3s ease forwards;
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translate(20px, -50%);
    }

    to {
        opacity: 1;
        transform: translate(0, -50%);
    }
}

.colorGreen {
    color: #40BF73;
}

.border-bottom-none {
    border-bottom: none !important;
}

.box-press-abount {
    width: 100%;
    float: left;
}

    .box-press-abount .img-avatar {
        width: 100%;
        border-radius: 16px 16px 0px 0px;
    }

    .box-press-abount .content-box-press-abount {
        background: rgb(246, 246, 246);
        padding: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 0px 0px 16px 16px;
    }

        .box-press-abount .content-box-press-abount .txt-bai-viet {
            width: 100%;
            float: left;
            padding-bottom: 10px;
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
            text-align: left;
            color: #333333;
        }

        .box-press-abount .content-box-press-abount .img-icon {
            width: 80px;
            height: 32px;
        }

/*  CSS LENDER  */
.bannerLender {
    padding-top: 100px;
    width: 100%;
    float: left;
    background-image: url('../images/banner/background-lender.png');
    background-size: 100% 100%;
}

    .bannerLender .left-banner h1 {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        color: #EF592E;
        margin-bottom: 11px;
    }

    .bannerLender .left-banner span {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        color: #333333;
    }

    .bannerLender .input-register-lender {
        border: 1px solid #BDBDBD;
        border-width: 0.5px;
        width: 80%;
        border-radius: 8px;
        margin-bottom: 10px;
        padding: 15px 15px;
    }

    .bannerLender p {
        margin-bottom: 28px;
        margin-top: 10px;
    }

    .bannerLender .left-banner .btn-register button {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        color: #FFFFFF;
        border-radius: 40px;
        border: none;
        padding: 12px;
        background: linear-gradient(180deg, #FF8E4F 0%, #EF592E 100%);
        width: 80%;
        margin-top: 17px;
    }

    .bannerLender .left-banner ::placeholder {
        color: #BDBDBD;
    }

.stepInvest {
    background-image: url(../images/banner/background-aboutus.png);
    text-align: center;
    width: 100%;
    float: left;
    padding-top: 80px;
    background-size: 100% 100%;
}

    .stepInvest h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 18px;
    }

    .stepInvest span {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #BDBDBD;
    }

    .stepInvest a {
        text-decoration: underline !important;
        cursor: pointer;
        color: #BDBDBD;
    }

    .stepInvest .detail-step {
        margin-top: 50px;
        margin-bottom: 80px;
    }

        .stepInvest .detail-step .box-desception {
            margin-top: 40px;
        }

            .stepInvest .detail-step .box-desception .desception-step .desception-text {
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: left;
                margin-bottom: 10px;
            }

            .stepInvest .detail-step .box-desception .desception-step .box-qr {
                background-color: #ffffff;
                margin-top: 20px;
                margin-left: 60px;
                width: 70%;
                float: left;
                padding: 15px 7px;
                border-radius: 16px;
            }


            .stepInvest .detail-step .box-desception .box-qr .left-qr {
                width: 70%;
                float: left;
                text-align: left;
                padding: 0 10px;
                padding-right: 50px;
                text-decoration: none;
            }

                .stepInvest .detail-step .box-desception .box-qr .left-qr span {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 22px;
                    letter-spacing: 0%;
                    color: #8E8E93;
                }

                .stepInvest .detail-step .box-desception .box-qr .left-qr img {
                    margin-bottom: 20px;
                }

            .stepInvest .detail-step .box-desception .box-qr .right-qr {
                width: 30%;
                float: left;
            }

    .stepInvest .boxReport {
        margin-top: 60px;
    }

        .stepInvest .boxReport .left-report h2 {
            font-weight: 600;
            font-size: 32px;
            line-height: 100%;
            letter-spacing: 0%;
            color: #ffffff;
            text-align: left;
            line-height: inherit;
        }

        .stepInvest .boxReport .left-report span {
            font-weight: 300;
            font-size: 14px;
            line-height: 20px;
            color: #BDBDBD;
        }

        .stepInvest .boxReport .left-report button {
            width: 50%;
            border: none;
            border-radius: 40px;
            margin-top: 50px;
            background: linear-gradient(180deg, #FF8E4F, #EF592E);
            color: #ffffff;
            font-size: 16px;
            padding: 10px 15px;
            margin-bottom: 80px;
        }

        .stepInvest .boxReport .center-report {
            text-align: left;
        }

        .stepInvest .boxReport .right-report {
            text-align: left;
            padding-left: 30px;
        }

        .stepInvest .boxReport .center-report p {
            font-weight: 600;
            font-size: 40px;
            line-height: 100%;
            color: #FFFFFF;
        }

        .stepInvest .boxReport .center-report span {
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            color: #FFFFFF;
        }

        .stepInvest .boxReport .center-report .top-number {
            margin-bottom: 60px;
            margin-top: 30px;
        }

        .stepInvest .boxReport .right-report p {
            font-weight: 600;
            font-size: 40px;
            line-height: 100%;
            color: #FFFFFF;
        }

        .stepInvest .boxReport .right-report span {
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            color: #FFFFFF;
        }

        .stepInvest .boxReport .right-report .top-number {
            margin-bottom: 60px;
            margin-top: 30px;
        }

.investTima {
    width: 100%;
    float: left;
}

    .investTima .left-investTima {
        margin-top: 70px;
        padding-right: 93px;
    }

    .investTima .right-investTima {
        padding-top: 35px;
        padding-bottom: 60px;
    }

    .investTima .left-investTima .left-img {
        width: 18%;
        float: left;
    }

    .investTima h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        color: #333333;
        width: 100%;
        float: left;
        margin-top: 120px;
    }

    .investTima .left-investTima .left-text p {
        font-weight: 600;
        font-size: 18px;
        color: #333333;
        margin: 0;
    }

    .investTima .left-investTima .left-text span {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        color: #828282;
    }

    .investTima .left-investTima .left-text strong {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        color: #828282;
    }

    .investTima .left-investTima .left-text {
        margin-bottom: 30px;
    }

    .investTima .boxQuestion {
        padding-top: 70px;
        display: flex;
        gap: 40px;
        padding-bottom: 40px;
    }

        .investTima .boxQuestion .left-text {
            border: 1px solid #E0E0E0;
            border-radius: 16px;
            padding: 20px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 120px;
        }

            .investTima .boxQuestion .left-text .title-question {
                display: flex;
                align-items: center;
            }

                .investTima .boxQuestion .left-text .title-question .icon-img {
                    width: 5%;
                    float: left;
                }

                .investTima .boxQuestion .left-text .title-question .icon-img {
                    width: 5%;
                    float: left;
                }

                .investTima .boxQuestion .left-text .title-question .text p {
                    font-weight: 600;
                    font-size: 18px;
                    line-height: 100%;
                    margin-bottom: 3px;
                    background: linear-gradient(147.63deg, #FF8E4F 0%, #EF592E 100%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    color: transparent;
                }

                .investTima .boxQuestion .left-text .title-question .text span {
                    font-weight: 300;
                    font-size: 14px;
                    line-height: 20px;
                    vertical-align: middle;
                    color: #828282;
                }

            .investTima .boxQuestion .left-text .list-question {
                cursor: pointer;
                line-height: 1.2;
            }

                .investTima .boxQuestion .left-text .list-question .question-one {
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 26px;
                    letter-spacing: 0%;
                    vertical-align: middle;
                    color: #333333;
                    margin-bottom: 15px;
                    margin-top: 20px;
                }

                .investTima .boxQuestion .left-text .list-question .collapse {
                    font-weight: 300;
                    font-size: 16px;
                    line-height: 24px;
                    letter-spacing: 0%;
                    color: #333333;
                    margin-bottom: 10px;
                    text-align: justify;
                }

                .investTima .boxQuestion .left-text .list-question .question-one .fa {
                    float: right;
                }

                .investTima .boxQuestion .left-text .list-question .table-sec8 {
                    border-collapse: collapse;
                    width: 80%;
                    padding: 15px;
                    margin-right: auto;
                    margin-left: auto;
                }

                    .investTima .boxQuestion .left-text .list-question .table-sec8 td, th {
                        border: 1px solid #dddddd;
                        text-align: center;
                        padding: 8px;
                        font-size: 15px;
                    }

                    .investTima .boxQuestion .left-text .list-question .table-sec8 th {
                        background-color: orange;
                    }

.border-top {
    border-top: 8px solid #F36D21 !important;
    border-radius: 8px 8px 0px 0px;
}

.container-mw-90 {
    max-width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.field {
    display: flex;
    flex-flow: column-reverse;
    padding: 2px;
}

.form-group .border-table-rd4 {
    border: 1px solid #F36D21;
    border-radius: 4px;
}

.container-mw-90 .label-custom-effect {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    margin: 0px;
    text-align: left;
    line-height: inherit;
}

.pad-cs-input {
    padding: 10px 0px 10px 16px !important;
}

.font-custom-i-detail-df {
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    color: #000000;
}

.font-title-sec8-child {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
}

.font-description-sec8 {
    text-align: justify;
}

    .font-description-sec8 label {
        text-align: justify;
    }

.btn-custom-2 {
    width: 191px;
    height: 40px;
    background: linear-gradient(277.2deg, #F36D21 0.17%, #EF4123 91.14%);
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF !important;
    justify-content: center !important;
    align-items: center !important;
    display: flex;
}

.shadow-form {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .10) !important;
}

.left-text ul li {
    margin-left: -20px !important;
}

.font-title-sec8-child-child {
    font-weight: 600;
}

.media-sec8 {
    text-align: center;
}

.boxQuestion .left-text .bottom-left {
    border-radius: 40px;
    border-width: 1px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    color: #EF592E;
    border: 1px solid #F7753F;
    float: right;
    width: 32%;
}

    .boxQuestion .left-text .bottom-left button {
        border: none;
        color: #EF592E;
        background: none;
    }

.boxQuestion .left-text .list-question .question-one p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.boxQuestion .left-text .list-question .text-default {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.form-consult input:focus {
    border: 2px solid #f15a24;
    outline: none;
}

.box-step-tima {
    width: 100%;
    float: left;
    text-align: center;
}

    .box-step-tima .img-step-tima {
    }

        .box-step-tima .img-step-tima img {
            width: 90%;
        }

.banner-Recruitment {
    padding-top: 20px;
    text-align: center;
    background-image: url('../images/banner/banner-recrutment.png');
    background-repeat: no-repeat;
    background-size: cover;
}

    .banner-Recruitment h1 {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        color: #ffffff;
    }

    .banner-Recruitment label {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        color: #ffffff;
    }

    .banner-Recruitment .Search input {
        background: none;
        border: none;
        margin-right: 10px;
        outline: none;
    }

    .banner-Recruitment .Search {
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 70px;
    }

        .banner-Recruitment .Search .detail-search {
            border-radius: 8px;
            background-color: #FFFFFF;
        }


            .banner-Recruitment .Search .detail-search hr {
                border: 1px solid #E0E0E0;
                margin: 9px;
                transform: rotate(180deg);
                height: 45px;
            }

            .banner-Recruitment .Search .detail-search img {
                width: 100%;
                height: fit-content;
            }

            .banner-Recruitment .Search .detail-search .box-name, .box-provice {
                justify-content: center;
                align-items: center;
                margin-right: 5px;
                margin: 20px;
            }

                .banner-Recruitment .Search .detail-search .box-name .input-name::placeholder {
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 26px;
                    color: #BDBDBD;
                }

            .banner-Recruitment .Search .detail-search .box-provice .input-provice::placeholder {
                font-weight: 400;
                font-size: 16px;
                line-height: 26px;
                color: #BDBDBD;
            }

            .banner-Recruitment .Search .detail-search .btn-search {
                margin: 5px;
                padding: 10px 20px;
                border-radius: 8px;
                background: linear-gradient(180deg, #FF8E4F 0%, #EF592E 100%);
                align-items: center;
                color: #ffffff;
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
            }

                .banner-Recruitment .Search .detail-search .btn-search .img-search {
                    align-items: center;
                    justify-content: center;
                    margin-right: 5px;
                }

.boxNavigation {
    background-color: #F2F2F2;
    padding: 10px 0px;
    justify-content: center;
}

    .boxNavigation label {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #828282;
    }

    .boxNavigation span {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #333333;
    }

    .boxNavigation i {
        font-size: 15px;
        margin-left: 4px;
    }


    .boxNavigation a {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #828282;
    }

        .boxNavigation a:hover {
            font-weight: 600;
            color: #ed522e;
        }

.hotJob .top-boxHotJob {
    text-align: center;
    margin-top: 12px;
}

    .hotJob .top-boxHotJob h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        color: #333333;
        margin: 16px 0px;
    }

    .hotJob .top-boxHotJob span {
        font-weight: 300;
        font-size: 16px;
        line-height: 27px;
        letter-spacing: 0%;
        text-align: center;
        color: #828282;
    }

.hotJob .bottom-boxHotJob .boxDetail {
    background-image: url('../images/banner/background-hotjob.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    margin-bottom: 40px;
    margin-top: 30px;
}

    .hotJob .bottom-boxHotJob .boxDetail h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: #000000;
    }

    .hotJob .bottom-boxHotJob .boxDetail .salary, .map {
        margin-top: 12px;
    }

        .hotJob .bottom-boxHotJob .boxDetail .salary span {
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            color: #828282;
        }

    .hotJob .bottom-boxHotJob .boxDetail .map .left-map {
        margin-left: 4px;
    }

    .hotJob .bottom-boxHotJob .boxDetail .map span {
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        color: #828282;
    }

    .hotJob .bottom-boxHotJob .boxDetail .salary strong {
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        background: linear-gradient(180deg, #FF8E4F, #EF592E);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.boxDetail .btn-seeMore {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 16px;
    background: linear-gradient(180deg, #FF8E4F 0%, #EF592E 100%);
    cursor: pointer;
    width: 30%;
    float: right;
    border: none;
    border-radius: 8px;
    margin-right: 10px;
}

swiper-container::part(bullet) {
    background: #D9D9D9;
    opacity: 1;
}

swiper-container::part(bullet-active) {
    background: linear-gradient(180deg, #FF8E4F 0%, #EF592E 100%);
}

.featuredJobs {
    background-image: url('../images/banner/background-aboutus.png');
    background-size: 100% 100%;
}

    .featuredJobs .box-left-service {
        margin-bottom: 40px;
    }

        .featuredJobs .box-left-service h2 {
            font-weight: 600;
            font-size: 32px;
            line-height: 100%;
            color: #FFFFFF;
            margin-top: 80px;
            margin-bottom: 30px;
        }

        .featuredJobs .box-left-service span {
            font-weight: 300;
            font-size: 16px;
            line-height: 24px;
            color: #FFFFFF;
        }

        .featuredJobs .box-left-service .boxDetail {
            width: 100%;
            float: left;
            background-color: #ffffff;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            padding: 10px;
            border-radius: 8px;
        }

            .featuredJobs .box-left-service .boxDetail h3 {
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
                letter-spacing: 0%;
                color: #000000;
                margin: 0;
                margin-bottom: 10px;
            }

            .featuredJobs .box-left-service .boxDetail .salary, .map {
                margin-top: 12px;
            }

                .featuredJobs .box-left-service .boxDetail .salary span {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 100%;
                    color: #828282;
                }

            .featuredJobs .box-left-service .boxDetail .map .left-map {
                margin-left: 4px;
            }

            .featuredJobs .box-left-service .boxDetail .map span {
                font-weight: 400;
                font-size: 14px;
                line-height: 100%;
                color: #828282;
            }

        .featuredJobs .box-left-service .row {
            gap: 20px;
        }

        .featuredJobs .box-left-service .boxDetail .fa.fa-heart-o {
            margin-right: 10px;
            float: right;
        }

        .featuredJobs .box-left-service .boxDetail .salary strong {
            font-weight: 600;
            font-size: 14px;
            line-height: 100%;
            background: linear-gradient(180deg, #FF8E4F, #EF592E);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .featuredJobs .box-left-service .bottom-left {
            text-align: center;
            color: #ffffff;
        }

            .featuredJobs .box-left-service .bottom-left a {
                text-decoration: underline;
                margin-right: 160px;
            }

    .featuredJobs .box-right-service {
        margin: 80px 0px;
    }

.banner-dinh-gia-xe {
    width: 100%;
    float: left;
}

.content-success-lender {
    width: 100%;
    float: left;
    background-image: url('../images/banner/background-lender.png');
}

    .content-success-lender .box-content-success-lender {
        width: 100%;
        float: left;
        text-align: center;
        padding-top: 150px;
        padding-bottom: 200px;
    }

        .content-success-lender .box-content-success-lender .lbl-register-success {
            width: 100%;
            float: left;
            font-weight: 600;
            font-size: 24px;
            line-height: 32px;
            text-align: center;
            margin-top: -70px;
            color: #333333;
        }

        .content-success-lender .box-content-success-lender .lbl-desc-register-success {
            width: 100%;
            float: left;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            color: #4F4F4F;
            margin-top: -30px;
            margin-bottom: 50px;
        }

        .content-success-lender .box-content-success-lender .box-contact-tima {
            margin-top: 60px;
            width: 100%;
            float: left;
        }

            .content-success-lender .box-content-success-lender .box-contact-tima .text-box-contact-tima {
                padding: 15px 45px 15px 45px;
                border-radius: 16px;
                border: 2px dashed #FF8E4F;
                background: #FDF5EC;
                text-align: center;
            }

                .content-success-lender .box-content-success-lender .box-contact-tima .text-box-contact-tima label {
                    width: 100%;
                    float: left;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 26px;
                    text-align: center;
                    color: #4F4F4F;
                }

                .content-success-lender .box-content-success-lender .box-contact-tima .text-box-contact-tima span {
                    width: 100%;
                    float: left;
                    font-weight: 600;
                    font-size: 24px;
                    line-height: 32px;
                    text-align: center;
                    color: #F7753F;
                }

.install-mytima-success {
    width: 100%;
    float: left;
    background-image: url('../images/banner/background-install-mytima.png');
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

    .install-mytima-success img {
        width: 60%;
        object-fit: cover;
    }

.btn-check-loan {
    border-radius: 40px;
    padding: 12.5px 45px 12.5px 45px;
    background: linear-gradient(147.63deg, #FF8E4F 0%, #EF592E 100%);
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: white;
}

.product-tima-global {
    width: 100%;
    float: left;
    padding-top: 80px;
    background: #FDF5EC;
    padding-bottom: 80px;
}


    .product-tima-global .title-product-tima-global h2 {
        width: 100%;
        float: left;
        text-align: center;
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        color: black;
        margin-bottom: 60px;
    }

.success-loan-support {
    width: 100%;
    float: left;
    background-image: url(../images/banner/background-lender.png);
}

    .success-loan-support .content-success-loan-support {
        width: 100%;
        float: left;
        padding-top: 80px;
        padding-bottom: 80px;
        display: flex;
        gap: 20px;
    }

        .success-loan-support .content-success-loan-support .left-content-success-loan-support {
            width: 50%;
            float: left;
            background: #FFFFFF;
            box-shadow: 0px 4px 15px 0px #0000001A;
            border-radius: 16px;
            padding: 67px 20px 67px 20px;
            text-align: center;
        }

            .success-loan-support .content-success-loan-support .left-content-success-loan-support .lbl-register-success {
                width: 100%;
                float: left;
                font-weight: 600;
                font-size: 24px;
                line-height: 32px;
                text-align: center;
                margin-top: -70px;
                color: #333333;
            }

            .success-loan-support .content-success-loan-support .left-content-success-loan-support .lbl-desc-register-success {
                width: 100%;
                float: left;
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
                text-align: center;
                color: #4F4F4F;
                margin-top: -30px;
                margin-bottom: 50px;
            }

            .success-loan-support .content-success-loan-support .left-content-success-loan-support .box-contact-tima {
                margin-top: 60px;
                width: 100%;
                float: left;
            }

                .success-loan-support .content-success-loan-support .left-content-success-loan-support .box-contact-tima .text-box-contact-tima {
                    padding: 15px 45px 15px 45px;
                    border-radius: 16px;
                    border: 2px dashed #FF8E4F;
                    background: #FDF5EC;
                    text-align: center;
                }

                    .success-loan-support .content-success-loan-support .left-content-success-loan-support .box-contact-tima .text-box-contact-tima label {
                        width: 100%;
                        float: left;
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 26px;
                        text-align: center;
                        color: #4F4F4F;
                    }

                    .success-loan-support .content-success-loan-support .left-content-success-loan-support .box-contact-tima .text-box-contact-tima span {
                        width: 100%;
                        float: left;
                        font-weight: 600;
                        font-size: 24px;
                        line-height: 32px;
                        text-align: center;
                        color: #F7753F;
                    }

        .success-loan-support .content-success-loan-support .right-content-success-loan-support {
            width: 50%;
            float: left;
            background: #FDF5EC;
            border-radius: 16px;
            padding: 20px;
        }

            .success-loan-support .content-success-loan-support .right-content-success-loan-support .title-right-content-success-loan-support {
                width: 100%;
                font-weight: 600;
                font-size: 18px;
                line-height: 100%;
                color: #FF8E4F;
            }

            .success-loan-support .content-success-loan-support .right-content-success-loan-support .desc-right-content-success-loan-support {
                width: 70%;
                padding-top: 10px;
                font-weight: 300;
                font-size: 14px;
                line-height: 20px;
                color: #333333;
            }

            .success-loan-support .content-success-loan-support .right-content-success-loan-support .content-right-content-success-loan-support {
                margin-top: 20px;
                width: 100%;
                float: left;
                border-radius: 8px;
                padding: 24px;
                background: #FFFFFF;
            }

                .success-loan-support .content-success-loan-support .right-content-success-loan-support .content-right-content-success-loan-support .custom-radio-inline {
                    display: flex;
                    gap: 20px;
                }

            .success-loan-support .content-success-loan-support .right-content-success-loan-support .btn-confrim-question-qlf {
                margin-top: 20px;
                border-radius: 40px;
                padding: 7px 64px 7px 64px;
                background: #FFFFFF;
                border: 1px solid #FF8E4F;
            }



.content-success-loan-support-mobile {
    width: 100%;
    float: left;
    background: #FDF5EC;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

    .content-success-loan-support-mobile .title-right-content-success-loan-support {
        width: 100%;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        color: #FF8E4F;
    }

    .content-success-loan-support-mobile .desc-right-content-success-loan-support {
        width: 100%;
        padding-top: 10px;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
    }

    .content-success-loan-support-mobile .content-right-content-success-loan-support {
        margin-top: 20px;
        width: 100%;
        float: left;
        border-radius: 8px;
        padding: 24px;
        background: #FFFFFF;
    }

        .content-success-loan-support-mobile .content-right-content-success-loan-support .custom-radio-inline {
            display: flex;
            gap: 20px;
        }

    .content-success-loan-support-mobile .btn-confrim-question-qlf {
        margin-top: 20px;
        border-radius: 40px;
        padding: 7px 64px 7px 64px;
        background: #FFFFFF;
        border: 1px solid #FF8E4F;
    }

/*TUYỂN DỤNG*/
.banner-Recruitment .title-mobile {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
}

.banner-Recruitment .search-mobile {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

    .banner-Recruitment .search-mobile input {
        background: none;
        border: none;
        margin-right: 10px;
        outline: none;
    }

    .banner-Recruitment .search-mobile .detail-search-mobile {
        border-radius: 8px;
        background-color: #FFFFFF;
        width: 100%;
    }

        .banner-Recruitment .search-mobile .detail-search-mobile hr {
            border: 1px solid #E0E0E0;
            margin: 9px;
            height: 1px;
        }

        .banner-Recruitment .search-mobile .detail-search-mobile .box-name, .box-provice {
            align-items: center;
            padding: 10px 20px;
            margin: 0px;
        }

            .banner-Recruitment .search-mobile .detail-search-mobile .box-name .input-name::placeholder {
                font-weight: 400;
                font-size: 16px;
                line-height: 26px;
                color: #BDBDBD;
            }

        .banner-Recruitment .search-mobile .detail-search-mobile .box-provice .input-provice::placeholder {
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;
            color: #BDBDBD;
        }

        .banner-Recruitment .search-mobile .detail-search-mobile .btn-search {
            margin: 5px;
            padding: 10px 20px;
            border-radius: 8px;
            background: linear-gradient(180deg, #FF8E4F 0%, #EF592E 100%);
            align-items: center;
            color: #ffffff;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
        }

.hotJob .top-boxHotJob .title-mobile {
    font-size: 20px;
}

.hotJob .bottom-boxHotJob-mobile .boxDetail {
    background-image: url('../images/banner/background-hotjob.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    margin-bottom: 0;
    margin-top: 30px;
}

    .hotJob .bottom-boxHotJob-mobile .boxDetail .salary-mobile, .map {
        margin-top: 12px;
    }

        .hotJob .bottom-boxHotJob-mobile .boxDetail .salary-mobile .left-salary {
            width: 8%;
            float: left;
        }

        .hotJob .bottom-boxHotJob-mobile .boxDetail .salary-mobile .txt-salary {
            font-weight: 400;
            font-size: 13px;
            line-height: 100%;
            color: #828282;
        }

    .hotJob .bottom-boxHotJob-mobile .boxDetail .map-mobile .left-map-mobile {
        margin-left: 4px;
        width: 6%;
        float: left;
    }

    .hotJob .bottom-boxHotJob-mobile .boxDetail .map-mobile .address {
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        color: #828282;
    }

    .hotJob .bottom-boxHotJob-mobile .boxDetail .salary-mobile .number-salary {
        font-weight: 600;
        font-size: 13px;
        line-height: 100%;
        background: linear-gradient(180deg, #FF8E4F, #EF592E);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .hotJob .bottom-boxHotJob-mobile .boxDetail .btn-seeMore {
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        color: #FFFFFF;
        padding: 8px 16px;
        background: linear-gradient(180deg, #FF8E4F 0%, #EF592E 100%);
        cursor: pointer;
        width: 35%;
        float: right;
        border: none;
        border-radius: 8px;
        margin-right: 10px;
    }

.boxDetail-mobile .btn-seeMore {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 16px;
    background: linear-gradient(180deg, #FF8E4F 0%, #EF592E 100%);
    cursor: pointer;
    width: 35%;
    float: right;
    border: none;
    border-radius: 8px;
    margin-right: 10px;
}

.featuredJobs .box-left-service-mobile .top-left-title {
    text-align: center;
}

.featuredJobs .box-left-service-mobile .title-mobile {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.featuredJobs .box-left-service-mobile .detail-mobile {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
}

.featuredJobs .box-left-service-mobile .boxDetail-mobile {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    margin-top: 15px;
}

    .featuredJobs .box-left-service-mobile .boxDetail-mobile .title {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: #000000;
        margin: 0;
        margin-bottom: 10px;
    }

    .featuredJobs .box-left-service-mobile .boxDetail-mobile .salary, .map {
        margin-top: 12px;
    }

        .featuredJobs .box-left-service-mobile .boxDetail-mobile .salary .title-left-salary {
            font-weight: 400;
            font-size: 13px;
            line-height: 100%;
            color: #828282;
        }

    .featuredJobs .box-left-service-mobile .boxDetail-mobile .map .left-map {
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        color: #828282;
    }

    .featuredJobs .box-left-service-mobile .boxDetail-mobile .map .location {
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        color: #828282;
    }

.featuredJobs .box-left-service-mobile .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featuredJobs .box-left-service-mobile .boxDetail-mobile .fa.fa-heart-o {
    margin-right: 10px;
    float: right;
}



.featuredJobs .box-left-service-mobile .boxDetail-mobile .salary .number-salary {
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    background: linear-gradient(180deg, #FF8E4F, #EF592E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.featuredJobs .box-left-service-mobile .bottom-left {
    text-align: center;
    color: #ffffff;
}

    .featuredJobs .box-left-service-mobile .bottom-left a {
        text-decoration: underline;
    }

.featuredJobs .box-right-service {
    text-align: center;
}

/*LIÊN HÊ*/
.banner-contact {
    padding: 80px 0px 80px 0px;
    text-align: center;
    background-image: url('../images/banner/banner-recrutment.png');
    background-repeat: no-repeat;
    background-size: cover;
}

    .banner-contact .title {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        color: #ffffff;
    }

    .banner-contact .detail {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        color: #ffffff;
    }

.box-Feedback .left-holtine, .center-feedback label {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #333333;
    margin: 50px 0px 20px 0px;
}

    .box-Feedback .left-holtine p {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #828282;
        margin-bottom: 12px;
        margin-top: 39px;
    }

    .box-Feedback .left-holtine .phone-customer, .mail-cskh, .phone-lender, .mail-lender {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8px;
    }

        .box-Feedback .left-holtine .phone-customer, .mail-cskh, .phone-lender, .mail-lender .text {
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
            color: #333333;
        }

            .box-Feedback .left-holtine .phone-customer:hover,
            .box-Feedback .left-holtine .mail-cskh:hover,
            .box-Feedback .left-holtine .phone-lender:hover,
            .box-Feedback .left-holtine .mail-lender .text:hover {
                color: #EF592E;
            }

    .box-Feedback .left-holtine .mail-lender .img-mail {
        margin-right: 8px;
    }

    .box-Feedback .left-holtine .mail-cskh .img-mail {
        margin-right: 8px;
    }

    .box-Feedback .left-holtine .phone-customer, .phone-lender, .img-phone {
        margin-right: 8px;
    }

.box-Feedback .center-feedback .toppic label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin: 0px;
}

.box-Feedback .center-feedback .toppic {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

    .box-Feedback .center-feedback .toppic input {
        background-color: #F5F5F5;
        border: none;
        border-radius: 4px;
        padding: 6px;
        margin-top: 5px;
        outline: none;
    }

.box-Feedback .center-feedback .full-name label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin: 0px;
}

.box-Feedback .center-feedback .full-name, .email {
    margin-top: 20px;
}

    .box-Feedback .center-feedback .full-name input {
        background-color: #F5F5F5;
        border: none;
        border-radius: 4px;
        padding: 6px;
        margin-top: 5px;
        outline: none;
    }

.box-Feedback .center-feedback .email label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin: 0px;
}

.box-Feedback .center-feedback .email input {
    background-color: #F5F5F5;
    border: none;
    border-radius: 4px;
    padding: 6px;
    outline: none;
    margin-top: 5px;
}

.box-Feedback .center-feedback .full-name, .content {
    margin-top: 20px;
}


.box-Feedback .center-feedback .content label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin: 0px;
}

.box-Feedback .center-feedback .content textarea {
    background-color: #F5F5F5;
    border: none;
    border-radius: 4px;
    padding: 6px;
    margin-top: 5px;
}

.box-Feedback .center-feedback .content textarea {
    resize: none;
}

.box-Feedback .center-feedback .submit-content {
    margin-top: 20px;
    border-radius: 40px;
    gap: 10px;
    border-width: 1px;
    padding-top: 10px;
    padding-right: 44px;
    padding-bottom: 10px;
    padding-left: 44px;
    border: 1px solid #F7753F;
    background: #ffffff;
    color: #F7753F;
}

.box-Address label {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #333333;
    margin: 70px 0px 38px 0px;
}

.box-Address {
    width: 100%;
    position: relative;
    height: 850px;
    cursor: pointer;
}

    .box-Address .renderMap {
        width: 100%;
        position: absolute;
    }

    .box-Address .listAddress {
        padding: 15px 0px 15px 15px;
        position: absolute;
        z-index: 999;
        width: 25%;
        top: 33%;
        left: 21%;
        height: 430px;
        overflow-y: auto;
        border-radius: 5px;
    }

.listAddress::-webkit-scrollbar {
    width: 6px;
}

.listAddress::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 4px;
}

.listAddress::-webkit-scrollbar-button {
    display: none;
}

.box-Address .listAddress .title-address p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #828282;
    margin: 10px 0px;
}

.box-Address .listAddress .title-address .detail-address {
    margin-bottom: 10px;
}

    .box-Address .listAddress .title-address .detail-address.active a {
        color: #EF592E;
        font-weight: bold;
    }

.box-Address .listAddress .detail-address .fa {
    color: #EF592E;
}

.box-Address .listAddress .title-address .detail-address a {
    color: #333333;
}

.box-Address .card {
    border: none;
}

.box-Address .card-body {
    padding: 0;
}



.renderMap-mobile .card-title {
    font-size: 23px;
    margin-bottom: 40px;
}

.banner-contact .title-mobile {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    line-height: normal;
}

.banner-contact .detail-mobile {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}

.box-Feedback .left-hotline-mobile, .center-feedback-mobile label {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #333333;
    margin: 15px 0px 5px 0px;
}

    .box-Feedback .left-hotline-mobile .title-kh, .title-ndt {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #828282;
        margin-bottom: 12px;
        margin-top: 15px;
    }



    .box-Feedback .left-hotline-mobile label {
        font-weight: 600;
        font-size: 20px;
        line-height: 100%;
        color: #333333;
    }


    .box-Feedback .left-hotline-mobile p {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #828282;
        margin-bottom: 12px;
        margin-top: 18px;
    }

    .box-Feedback .left-hotline-mobile .phone-customer, .mail-cskh, .phone-lender, .mail-lender {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8px;
    }

        .box-Feedback .left-hotline-mobile .phone-customer, .mail-cskh, .phone-lender, .mail-lender .text {
            font-weight: 600;
            font-size: 14px;
            line-height: 24px;
            color: #333333;
        }

    .box-Feedback .left-hotline-mobile .mail-lender .img-mail {
        margin-right: 8px;
    }

    .box-Feedback .left-hotline-mobile .mail-cskh .img-mail {
        margin-right: 8px;
    }

    .box-Feedback .left-hotline-mobile .phone-customer, .phone-lender, .img-phone {
        margin-right: 8px;
    }

.box-Feedback .center-feedback-mobile .toppic label {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    margin: 0px;
}

.box-Feedback .center-feedback-mobile .toppic {
    margin-top: 5px;
    width: 100%;
    justify-content: center;
    align-items: center;
}

    .box-Feedback .center-feedback-mobile .toppic input {
        background-color: #F5F5F5;
        border: none;
        border-radius: 4px;
        padding: 5px;
        margin-top: 5px;
        outline: none;
    }

.box-Feedback .center-feedback-mobile .full-name label {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    margin: 0px;
}

.box-Feedback .center-feedback-mobile .full-name input {
    background-color: #F5F5F5;
    border: none;
    border-radius: 4px;
    padding: 5px;
    margin-top: 5px;
    outline: none;
}

.box-Feedback .center-feedback-mobile .email label {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    margin: 0px;
}

.box-Feedback .center-feedback-mobile .email input {
    background-color: #F5F5F5;
    border: none;
    border-radius: 4px;
    padding: 5px;
    outline: none;
    margin-top: 5px;
}

.box-Feedback .center-feedback-mobile .content label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin: 0px;
}

.box-Feedback .center-feedback-mobile .content textarea {
    background-color: #F5F5F5;
    border: none;
    border-radius: 4px;
    padding: 6px;
    margin-top: 5px;
}

.box-Feedback .center-feedback-mobile .content textarea {
    resize: none;
}

.box-Feedback .center-feedback-mobile .submit-content {
    margin-top: 20px;
    border-radius: 40px;
    gap: 10px;
    border-width: 1px;
    padding-top: 5px;
    padding-right: 44px;
    padding-bottom: 5px;
    padding-left: 44px;
    border: 1px solid #F7753F;
    background: #ffffff;
    color: #F7753F;
}

.box-Address .listAddress-mobile {
    padding: 0px 0px 15px 15px;
    width: 100%;
    height: 230px;
    overflow-y: auto;
    border-radius: 5px;
    font-size: 14px;
}

.listAddress-mobile::-webkit-scrollbar {
    width: 6px;
}

.listAddress-mobile::-webkit-scrollbar-thumb {
    background-color: #bbb;
    border-radius: 4px;
}

.listAddress-mobile::-webkit-scrollbar-button {
    display: none;
}

.box-Address .listAddress-mobile .title-address p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #828282;
    margin: 10px 0px;
}

.box-Address .listAddress-mobile .title-address .detail-address {
    margin-bottom: 10px;
}

    .box-Address .listAddress-mobile .title-address .detail-address a:hover {
        color: #EF592E;
    }

.box-Address .listAddress-mobile .detail-address .fa {
    color: #EF592E;
}

.box-Address .listAddress-mobile .title-address .detail-address a {
    color: #333333;
}

.box-Address .renderMap-mobile {
    width: 100%;
    float: left;
}

.box-Address .address-mobile {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: #333333;
    margin: 20px 0px 20px 0px;
}

.hide-mobile-location {
    display: none;
}

/*HƯỚNG DẪN TẢI APP*/
.banner-Intruct {
    padding: 80px 0px 80px 0px;
    text-align: center;
    background-image: url('../images/banner/banner-phone.png');
    background-size: 100% 100%;
}

    .banner-Intruct h1 {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        color: #ffffff;
    }

    .banner-Intruct label {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
        color: #ffffff;
    }

.intruct-step {
    background-color: #F2F2F2;
}

    .intruct-step .bgr-intruct {
        border-radius: 12px;
        background-color: #ffffff;
        padding: 10px;
        margin: 20px 0px;
    }

        .intruct-step .bgr-intruct .right-instruct-step .text-right h3 {
            font-weight: 600;
            font-size: 16px;
            line-height: 26px;
            color: #0C0C0D;
            margin: 0 0 5px 0;
        }

        .intruct-step .bgr-intruct .right-instruct-step .text-right span {
            font-weight: 300;
            font-size: 14px;
            line-height: 20px;
            color: #999999;
        }

        .intruct-step .bgr-intruct .right-instruct-step .step {
            margin-top: 20px;
        }

        .intruct-step .bgr-intruct .right-instruct-step .box-qr {
            background-color: #F6F6F6;
            margin-top: 20px;
            width: 70%;
            float: left;
            padding: 15px 7px;
            border-radius: 16px;
        }


        .intruct-step .bgr-intruct .right-instruct-step .left-qr {
            width: 70%;
            float: left;
            text-align: left;
            padding: 0 10px;
            padding-right: 50px
        }

            .intruct-step .bgr-intruct .right-instruct-step .left-qr span {
                font-weight: 400;
                font-size: 14px;
                line-height: 22px;
                letter-spacing: 0%;
                color: #8E8E93;
            }

        .intruct-step .bgr-intruct .right-instruct-step .box-qr .left-qr img {
            margin-bottom: 20px;
        }

        .intruct-step .bgr-intruct .right-instruct-step .box-qr .right-qr {
            width: 30%;
            float: left;
        }


.left-istruct-app .scroll-link:hover {
    color: #c0392b;
    text-decoration: none;
}

.left-istruct-app .accordion-body ol {
    list-style-type: none;
}

.left-istruct-app .accordion-button:not(.collapsed) {
    color: #EF592E;
    background-color: #FDF5EC;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.left-istruct-app .accordion-item, .accordion-button {
    border: none !important;
    background-color: #FDF5EC !important;
    color: #EF592E;
}

.left-istruct-app .accordion-body {
    background-color: #FDF5EC;
    padding: 10px;
}

    .left-istruct-app .accordion-body a {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }

    .left-istruct-app .accordion-body li {
        margin-bottom: 4px;
    }

.left-istruct-app .scroll-link {
    text-decoration: none;
    color: #333333;
    transition: color 0.3s;
}

.left-istruct-app .accordion-button:focus {
    box-shadow: none;
}

.left-istruct-app .title-app {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0;
}

.boxproduct-instruct {
    position: relative;
    background-color: #FDF5EC;
    padding-bottom: 70px;
}

    .boxproduct-instruct .container {
        position: relative;
        overflow: visible !important;
    }

    .boxproduct-instruct .boxBorrowProduct {
        background-color: #FFFFFF;
        padding: 23px;
        border-radius: 16px;
        width: 100%;
        margin-left: 10px;
    }

        .boxproduct-instruct .boxBorrowProduct .content {
            padding-top: 10px;
        }

            .boxproduct-instruct .boxBorrowProduct .content strong {
                font-size: 18px;
                font-weight: 600;
                line-height: 22.77px;
                text-align: left;
            }

            .boxproduct-instruct .boxBorrowProduct .content span {
                padding-top: 10px;
                font-size: 14px;
                font-weight: 300;
                line-height: 20px;
                text-align: left;
                color: #828282;
                float: left;
                width: 100%;
            }

            .boxproduct-instruct .boxBorrowProduct .content .btnRegister {
                margin-top: 15px;
                width: 100%;
                padding: 10px;
                border-radius: 40px;
                color: black;
                border: solid #ed522e 1px;
            }

                .boxproduct-instruct .boxBorrowProduct .content .btnRegister:hover {
                    background-color: #ed522e;
                    color: white;
                }

    .boxproduct-instruct .boxStepBorrow {
        width: 100%;
        float: left;
        padding-top: 90px;
        text-align: center;
    }

        .boxproduct-instruct .boxStepBorrow .title-infoDownLoad {
            font-size: 32px;
            font-weight: 600;
            line-height: 40.48px;
            color: white;
        }

        .boxproduct-instruct .boxStepBorrow .title-infoDownLoad {
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;
            text-align: left;
            color: #828282;
        }

        .boxproduct-instruct .boxStepBorrow .box-infoDownLoad {
            margin-top: 30px;
            background-image: url('../images/background-step.png');
        }

            .boxproduct-instruct .boxStepBorrow .box-infoDownLoad .left {
                width: 50%;
                float: left;
            }

            .boxproduct-instruct .boxStepBorrow .box-infoDownLoad .right {
                width: 50%;
                float: right;
                text-align: center;
            }

                .boxproduct-instruct .boxStepBorrow .box-infoDownLoad .right .title {
                    font-weight: 600;
                    font-size: 18px;
                    text-align: center;
                    color: #ffffff;
                }

                .boxproduct-instruct .boxStepBorrow .box-infoDownLoad .right .box-step {
                    font-weight: 300;
                    font-size: 14px;
                    line-height: 20px;
                    padding: 0 40px;
                    color: white;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    gap: 20px;
                    margin-bottom: 25px;
                }

                .boxproduct-instruct .boxStepBorrow .box-infoDownLoad .right hr {
                    margin: 0px 56px;
                    border: 1px dashed #ffffff;
                    width: 90%;
                }

                .boxproduct-instruct .boxStepBorrow .box-infoDownLoad .right .qr-code {
                    text-align: center;
                    padding-top: 20px;
                }

                    .boxproduct-instruct .boxStepBorrow .box-infoDownLoad .right .qr-code img {
                        background: white;
                        padding: 5px;
                    }

                .boxproduct-instruct .boxStepBorrow .box-infoDownLoad .right .box-step .step {
                    text-align: left;
                }

        .boxproduct-instruct .boxStepBorrow .left .boxButton {
            padding-top: 100px;
            width: 100%;
            float: left;
        }

            .boxproduct-instruct .boxStepBorrow .left .boxButton .btnRegister {
                background: linear-gradient(147.63deg, #FF8E4F 0%, #EF592E 100%);
                padding: 10px 51.5px 10px 51.5px;
                gap: 10px;
                border-radius: 40px;
                color: white;
            }


    .boxproduct-instruct .boxInstallApp {
        width: 100%;
        float: left;
        padding-top: 40px;
        padding-bottom: 80px;
    }

        .boxproduct-instruct .boxInstallApp .title {
            font-size: 32px;
            font-weight: 600;
            line-height: 40.48px;
            color: white;
        }

        .boxproduct-instruct .boxInstallApp .desc {
            font-size: 16px;
            font-weight: 300;
            line-height: 24px;
            color: #c2baba;
        }

        .boxproduct-instruct .boxInstallApp .boxBorrower {
            border: 1px solid white;
            border-radius: 16px;
            height: 630px;
            width: 45%;
            float: left;
        }

        .boxproduct-instruct .boxInstallApp .boxInvestor {
            border: 1px solid white;
            border-radius: 16px;
            height: 630px;
            width: 45%;
            float: right;
        }

        .boxproduct-instruct .boxInstallApp .header {
            text-align: center;
        }

            .boxproduct-instruct .boxInstallApp .header label {
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
                color: white;
                padding: 10px 20px 10px 20px;
                border: 1px solid white;
                border-radius: 0px 0px 16px 16px;
                background: linear-gradient(159.02deg, rgba(239, 89, 46, 0.4) 0%, rgba(255, 142, 79, 0.4) 113.25%);
            }

        .boxproduct-instruct .boxInstallApp .content {
            padding: 20px 40px 20px 40px;
        }

            .boxproduct-instruct .boxInstallApp .content .title {
                padding-top: 0px;
                text-align: center;
                font-size: 18px;
                font-weight: 600;
                line-height: 22.77px;
                color: white;
            }



            .boxproduct-instruct .boxInstallApp .content .qr {
                text-align: center;
                padding-top: 20px;
            }

            .boxproduct-instruct .boxInstallApp .content .introQr {
                padding-top: 20px;
                font-size: 14px;
                font-weight: 400;
                line-height: 17.71px;
                text-align: center;
            }

        .boxproduct-instruct .boxInstallApp .listLoanNews {
            padding-top: 30px;
            float: left;
            width: 100%;
        }

            .boxproduct-instruct .boxInstallApp .listLoanNews .left {
                float: left;
                width: 50%;
            }

                .boxproduct-instruct .boxInstallApp .listLoanNews .left strong {
                    font-size: 24px;
                    font-weight: 600;
                    line-height: 30.36px;
                    color: white;
                }

                .boxproduct-instruct .boxInstallApp .listLoanNews .left span {
                    font-size: 16px;
                    font-weight: 300;
                    line-height: 24px;
                    text-align: left;
                    color: #c2baba;
                    width: 100%;
                    float: left;
                }

            .boxproduct-instruct .boxInstallApp .listLoanNews .right {
                float: right;
                width: 50%;
                text-align: end;
            }

                .boxproduct-instruct .boxInstallApp .listLoanNews .right .btnSellLoan {
                    padding: 10px 50px 10px 50px;
                    gap: 10px;
                    border-radius: 40px;
                    color: white;
                    background: linear-gradient(147.63deg, #FF8E4F 0%, #EF592E 100%);
                }

            .boxproduct-instruct .boxInstallApp .listLoanNews .boxListLoan {
                background: white;
                border-radius: 16px;
                width: 100%;
                float: left;
            }

                .boxproduct-instruct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation {
                    width: 100%;
                    float: left;
                    padding: 20px;
                    border-bottom: 1px solid #E0E0E0;
                }

                    .boxproduct-instruct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .fullName {
                        width: 20%;
                        float: left;
                        text-align: center;
                        border-right: 1px solid #E0E0E0;
                        height: 65px;
                    }

                        .boxproduct-instruct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .fullName label {
                            font-size: 16px;
                            font-weight: 600;
                            line-height: 24px;
                            text-align: left;
                            color: #EF592E;
                            width: 100%;
                            float: left;
                        }

                        .boxproduct-instruct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .fullName span {
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 17.71px;
                            text-align: left;
                            color: #828282;
                            width: 100%;
                            float: left;
                        }

                    .boxproduct-instruct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .loanAmount {
                        width: 20%;
                        float: left;
                        text-align: center;
                        border-right: 1px solid #E0E0E0;
                        height: 65px;
                    }

                        .boxproduct-instruct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .loanAmount label {
                            font-size: 16px;
                            font-weight: 600;
                            line-height: 24px;
                            text-align: center;
                            color: #40BF73;
                        }

                        .boxproduct-instruct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .loanAmount span {
                            font-size: 14px;
                            font-weight: 400;
                            line-height: 17.71px;
                            color: #828282;
                            width: 100%;
                            float: left;
                        }

                    .boxproduct-instruct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .address {
                        width: 20%;
                        float: left;
                        text-align: center;
                        border-right: 1px solid #E0E0E0;
                        height: 65px;
                        justify-content: center;
                        align-items: center;
                        display: flex;
                    }

                        .boxproduct-instruct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .address label {
                            font-size: 16px;
                            font-weight: 400;
                            line-height: 26px;
                            text-align: center;
                            color: #828282;
                        }

                    .boxproduct-instruct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .loanTime {
                        width: 20%;
                        float: left;
                        text-align: center;
                        border-right: 1px solid #E0E0E0;
                        height: 65px;
                        justify-content: center;
                        align-items: center;
                        display: flex;
                    }

                        .boxproduct-instruct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .loanTime label {
                            font-size: 16px;
                            font-weight: 400;
                            line-height: 26px;
                            text-align: center;
                            color: #828282;
                        }

                    .boxproduct-instruct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .time {
                        width: 20%;
                        float: left;
                        text-align: center;
                        height: 65px;
                        justify-content: center;
                        align-items: center;
                        display: flex;
                    }

                        .boxproduct-instruct .boxInstallApp .listLoanNews .boxListLoan .rowInfomation .time label {
                            font-size: 16px;
                            font-weight: 400;
                            line-height: 26px;
                            text-align: center;
                            color: #828282;
                        }

    .boxproduct-instruct .title {
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        text-align: center;
        margin-bottom: 37px;
    }

.left-istruct-app .content-app {
    text-align: justify;
}


/* css mobile */
.banner-Intruct .title-mobile {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    color: #ffffff;
}

.intruct-step .bgr-intruct .right-instruct-step-mobile .text-right .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #0C0C0D;
    margin: 0 0 5px 0;
}

.intruct-step .bgr-intruct .right-instruct-step-mobile .text-right .detail {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.intruct-step .bgr-intruct .right-instruct-step-mobile .step {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .intruct-step .bgr-intruct .right-instruct-step-mobile .step .text-right {
        padding-left: 10px;
    }

.intruct-step .bgr-intruct .right-instruct-step-mobile .box-qr {
    background-color: #F6F6F6;
    margin-top: 20px;
    width: 100%;
    float: left;
    padding: 15px 7px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}


.intruct-step .bgr-intruct .right-instruct-step-mobile .left-qr {
    width: 70%;
    float: left;
    text-align: left;
}

    .intruct-step .bgr-intruct .right-instruct-step-mobile .left-qr span {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0%;
        color: #8E8E93;
    }

.intruct-step .bgr-intruct .right-instruct-step-mobile .box-qr .left-qr img {
    margin-bottom: 20px;
}

.intruct-step .bgr-intruct .right-instruct-step-mobile .box-qr .right-qr {
    width: 30%;
    float: left;
}

.left-istruct-app-mobile .scroll-link:hover {
    color: #c0392b;
    text-decoration: none;
}

.left-istruct-app-mobile .accordion-body ol {
    list-style-type: none;
}

.left-istruct-app-mobile .accordion-button:not(.collapsed) {
    color: #EF592E;
    background-color: #FDF5EC;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.left-istruct-app-mobile .accordion-item, .accordion-button {
    border: none !important;
    background-color: #FDF5EC !important;
    color: #EF592E;
}

.left-istruct-app-mobile .accordion-body {
    background-color: #FDF5EC;
    padding: 5px;
}

    .left-istruct-app-mobile .accordion-body a {
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
    }

    .left-istruct-app-mobile .accordion-body li {
        margin-bottom: 4px;
    }

.left-istruct-app-mobile .scroll-link {
    text-decoration: none;
    color: #333333;
    transition: color 0.3s;
}

.left-istruct-app-mobile .accordion-button:focus {
    box-shadow: none;
}

.left-istruct-app-mobile .title-app {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0;
}

.left-istruct-app-mobile .content-app {
    font-size: 14px;
    text-align: justify;
}

.boxproduct-instruct .boxBorrowProduct-mobile {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 16px;
    width: 100%;
    margin-left: 10px;
}

    .boxproduct-instruct .boxBorrowProduct-mobile .content {
        padding-top: 10px;
    }

        .boxproduct-instruct .boxBorrowProduct-mobile .content .title {
            font-size: 14px;
            font-weight: 600;
            line-height: 22.77px;
            text-align: left;
        }

        .boxproduct-instruct .boxBorrowProduct-mobile .content .detail {
            padding-top: 10px;
            font-size: 11px;
            font-weight: 300;
            line-height: 20px;
            text-align: left;
            color: #828282;
            float: left;
            width: 100%;
        }

        .boxproduct-instruct .boxBorrowProduct-mobile .content .btnRegister {
            margin-top: 15px;
            width: 100%;
            padding: 5px;
            border-radius: 40px;
            color: black;
            border: solid #ed522e 1px;
            font-size: 14px;
        }

            .boxproduct-instruct .boxBorrowProduct-mobile .content .btnRegister:hover {
                background-color: #ed522e;
                color: white;
            }

/*ĐỊNH GIÁ XE*/
.boxBannerValuation .boxFormValuation .choose-vehicle {
    margin-bottom: 20px;
}

.boxBannerValuation .boxFormValuation label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.boxBannerValuation .boxFormValuation {
    padding: 20px;
    border-radius: 16px;
    background-color: white;
}

    .boxBannerValuation .boxFormValuation button {
        padding: 10px 20px 10px 20px;
        gap: 10px;
        border-radius: 40px;
        color: white;
        background: linear-gradient(147.63deg, #FF8E4F 0%, #EF592E 100%);
        border: none;
        font-size: 18px;
        width: 100%;
    }

.boxBannerValuation {
    text-align: left;
    padding: 100px;
    background-image: url('../images/banner/banner-dinh-gia.png');
    background-size: 100% 100%;
    position: relative;
}

    .boxBannerValuation .title {
        width: 50%;
        font-weight: 600;
        font-size: 32px;
        line-height: 100%;
        color: #FFFFFF;
    }

    .boxBannerValuation p {
        width: 50%;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .boxBannerValuation .img-oto {
        width: 30%;
        bottom: -52px;
        right: 19%;
        position: absolute;
    }

.left-model-valuation p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0;
}

.left-model-valuation .infor-car {
    padding: 3px 20px 20px 20px;
    background-color: #F2F2F2;
    margin-right: 30px;
    border-radius: 16px;
}

    .left-model-valuation .infor-car p {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #828282;
        width: 100%;
        margin-top: 10px;
    }

    .left-model-valuation .infor-car span {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        color: #333333;
    }

.left-model-valuation button {
    border-radius: 40px;
    color: white;
    background: linear-gradient(147.63deg, #FF8E4F 0%, #EF592E 100%);
    border: none;
    font-size: 18px;
    padding: 6px;
    margin-top: 10px;
    width: 92%;
}

.right-model-valuation .dinh-gia {
    padding: 10px;
    background-color: #FDF5EC;
    margin-bottom: 11px;
    margin-right: 8px;
    border-radius: 10px;
}

.right-model-valuation label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.right-model-valuation p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
    margin: 6px 0px;
    width: 100%;
}

.right-model-valuation span {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    background: linear-gradient(180deg, #FF8E4F, #EF592E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.boxBannerValuation .modal-dialog {
    top: 14% !important;
}


/* css mobile */


.boxBannerValuation .boxFormValuation .choose-vehicle {
    margin-bottom: 20px;
}

.boxBannerValuation-mobile .boxFormValuation label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.boxBannerValuation-mobile .boxFormValuation {
    text-align: left;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
}

    .boxBannerValuation-mobile .boxFormValuation button {
        width: 100%;
        padding: 5px 20px 5px 20px;
        gap: 10px;
        border-radius: 40px;
        color: white;
        background: linear-gradient(147.63deg, #FF8E4F 0%, #EF592E 100%);
        border: none;
        font-size: 18px;
        margin-top: 10px;
    }

.boxBannerValuation-mobile {
    text-align: center;
    padding: 20px 10px 40px 10px;
    background-image: url('../images/banner/background-aboutus.png');
    background-size: 100% 100%;
    position: relative;
}

    .boxBannerValuation-mobile .title {
        width: 100%;
        padding: 20px 23px;
        font-weight: 600;
        font-size: 20px;
        line-height: normal;
        color: #FFFFFF;
    }

    .boxBannerValuation-mobile p {
        width: 100%;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .boxBannerValuation-mobile .img-oto {
        width: 30%;
        bottom: -52px;
        right: 19%;
        position: absolute;
    }

.left-model-valuation p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0;
}

.left-model-valuation-mobile .infor-car {
    padding: 3px 20px 20px 20px;
    background-color: #F2F2F2;
    margin-right: 30px;
    border-radius: 16px;
    width: 100%;
    float: left;
}

    .left-model-valuation-mobile .infor-car p {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        color: #828282;
        width: 50%;
        float: left;
        margin-top: 10px;
        text-align: left;
        margin-bottom: 10px;
    }

    .left-model-valuation-mobile .infor-car span {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        color: #333333;
    }

.left-model-valuation-mobile button {
    border-radius: 40px;
    color: white;
    background: linear-gradient(147.63deg, #FF8E4F 0%, #EF592E 100%);
    border: none;
    font-size: 18px;
    padding: 6px;
    margin-top: 10px;
    width: 92%;
}

.right-model-valuation-mobile .dinh-gia {
    padding: 10px;
    background-color: #FDF5EC;
    margin-bottom: 11px;
    margin-right: 8px;
    border-radius: 10px;
}

.right-model-valuation-mobile label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.right-model-valuation-mobile p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
    margin: 6px 0px;
    width: 100%;
}

.right-model-valuation-mobile span {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    background: linear-gradient(180deg, #FF8E4F, #EF592E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.boxBannerValuation-mobile .modal-dialog {
    top: 14% !important;
}

/*TIN TỨC*/
.banner-blog .slide-text {
    position: absolute;
    top: 50%;
    color: #FFFFFF;
}

.banner-blog .slide-img .img-banner {
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-blog .slide-text .content {
    margin-bottom: 23px;
    gap: 20px;
    width: 18%;
    border: 1px solid #FFFFFF54;
    border-bottom: none;
    color: #ffffff;
    backdrop-filter: blur(3px);
    border-radius: 40px;
    background: linear-gradient(180deg, rgb(179 179 179 / 38%) 0%, rgba(255, 255, 255, 0.63) 100%);
    padding: 7px;
    cursor: pointer;
}

    .banner-blog .slide-text .content .icon {
        color: #EF592E;
        padding: 10px 19px;
        border: none;
        border-radius: 100%;
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner-blog .slide-text .content .txt {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
    }

.banner-blog .slide-text .title {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 16px;
}

.banner-blog .slide-text .detail {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.banner-blog .swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 20;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #d3d3d34d;
    color: white;
}

.banner-blog .swiper-button-prev {
    left: 40px;
}

.banner-blog .swiper-button-next {
    right: 40px;
}

.banner-blog .swiper-button-prev svg, .swiper-button-next svg {
    width: 14px;
    height: 14px;
}

.box-navigation {
    padding-top: 10px;
    background-color: #FDF5EC;
}

    .box-navigation .nav-menu-blog a h2 {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #828282;
        cursor: pointer;
    }

    .box-navigation .nav-menu-blog a h1 {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #828282;
        cursor: pointer;
    }


.box-news-content {
    width: 100%;
    float: left;
}

    .box-news-content .title-box-news-content {
        width: 100%;
        float: left;
        padding-top: 20px;
    }

    .box-news-content .content-box-news-content {
        width: 100%;
        float: left;
        display: flex;
        gap: 40px;
        margin-top: 20px;
    }

        .box-news-content .content-box-news-content .left-content-box-news-content {
            width: 70%;
            float: left;
        }

            .box-news-content .content-box-news-content .left-content-box-news-content .box-img {
                width: 100%;
                float: left;
            }

                .box-news-content .content-box-news-content .left-content-box-news-content .box-img img {
                    width: 100%;
                }

            .box-news-content .content-box-news-content .left-content-box-news-content .box-title h3 {
                width: 100%;
                float: left;
                padding-top: 15px;
                font-weight: 600;
                font-size: 18px;
                line-height: 22px;
                color: #333333;
            }

            .box-news-content .content-box-news-content .left-content-box-news-content .box-desc {
                width: 100%;
                float: left;
                padding-top: 10px;
                font-weight: 300;
                font-size: 14px;
                line-height: 22px;
                color: #333333;
            }

            .box-news-content .content-box-news-content .left-content-box-news-content .box-time {
                width: 100%;
                float: left;
                padding-top: 15px;
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
                color: #B0B0B0;
            }

            .box-news-content .content-box-news-content .left-content-box-news-content .box-new-other {
                margin-top: 20px;
                padding: 8px 16px 8px 20px;
                font-weight: 600;
                font-size: 16px;
                line-height: 24px;
                background: #FDF5EC;
                border-radius: 8px 8px 0px 0px;
                color: #FF8E4F;
                border-left: 5px #FF8E4F solid;
            }

            .box-news-content .content-box-news-content .left-content-box-news-content .box-defult-news {
                width: 100%;
                float: left;
                display: flex;
                gap: 20px;
                margin-bottom: 20px;
            }

                .box-news-content .content-box-news-content .left-content-box-news-content .box-defult-news .img-box-defult-news {
                    width: 50%;
                    float: left;
                }

                .box-news-content .content-box-news-content .left-content-box-news-content .box-defult-news .content-box-defult-news {
                    width: 50%;
                    float: left;
                }

                    .box-news-content .content-box-news-content .left-content-box-news-content .box-defult-news .content-box-defult-news .title-content h3 {
                        width: 100%;
                        float: left;
                        font-weight: 600;
                        font-size: 16px;
                        line-height: 20px;
                        color: #333333;
                    }

                    .box-news-content .content-box-news-content .left-content-box-news-content .box-defult-news .content-box-defult-news .desc-content {
                        width: 100%;
                        float: left;
                        font-weight: 300;
                        font-size: 14px;
                        line-height: 22px;
                        color: #333333;
                        margin-top: 15px;
                    }

                    .box-news-content .content-box-news-content .left-content-box-news-content .box-defult-news .content-box-defult-news .time-content {
                        width: 100%;
                        float: left;
                        font-weight: 400;
                        font-size: 12px;
                        line-height: 18px;
                        color: #B0B0B0;
                    }

        .box-news-content .content-box-news-content .right-content-box-news-content {
            width: 30%;
            float: left;
        }


.input-search::placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #B0B0B0;
}

.box-navigation .nav-menu-blog a.active h1 {
    font-weight: 600;
    border-bottom: 2px solid #ed522e;
    color: #333333;
}

.box-navigation .nav-menu-blog a.active h2 {
    font-weight: 600;
    border-bottom: 2px solid #ed522e;
    color: #333333;
}

.box-tima-blog {
    background-color: #FDF5EC;
    padding: 40px 0px;
}

.banner-blog .swiper-pagination-bullet-active {
    background-color: #EF592E;
    transform: scale(1.3);
}

/* css mobile */
.box-navigation .nav-menu-blog-mobile {
    margin: 10px;
    width: auto !important;
    flex-shrink: 0;
}

    .box-navigation .nav-menu-blog-mobile a h1 {
        font-weight: 300;
        font-size: 12px;
        text-align: left;
        color: #333333;
        cursor: pointer;
        white-space: nowrap;
    }

    .box-navigation .nav-menu-blog-mobile a h2 {
        font-weight: 300;
        font-size: 12px;
        text-align: left;
        color: #333333;
        cursor: pointer;
        white-space: nowrap;
    }

    .box-navigation .nav-menu-blog-mobile a.active h1 {
        font-weight: 600;
        color: #333333;
        font-size: 12px;
        border-bottom: 2px solid #ed522e;
    }

    .box-navigation .nav-menu-blog-mobile a.active h2 {
        font-weight: 600;
        color: #333333;
        font-size: 12px;
        border-bottom: 2px solid #ed522e;
    }

.banner-blog .slide-text-mobile {
    position: absolute;
    top: 30%;
    color: #FFFFFF;
}

.banner-blog .slide-img .img-banner {
    position: relative;
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}

.banner-blog .slide-text-mobile .content {
    margin-bottom: 7px;
    gap: 5px;
    width: 40%;
    border: 1px solid #FFFFFF54;
    border-bottom: none;
    color: #ffffff;
    backdrop-filter: blur(3px);
    border-radius: 40px;
    background: linear-gradient(180deg, rgb(179 179 179 / 38%) 0%, rgba(255, 255, 255, 0.63) 100%);
    padding: 4px;
    cursor: pointer;
}

    .banner-blog .slide-text-mobile .content .icon {
        font-size: 10px;
        color: #EF592E;
        padding: 5px 11px;
        border: none;
        border-radius: 100%;
        background-color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner-blog .slide-text-mobile .content .txt {
        font-weight: 600;
        font-size: 12px;
        line-height: 26px;
    }

.banner-blog .slide-text-mobile .title {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0;
}

.banner-blog .slide-text-mobile .detail {
    font-weight: 400;
    font-size: 10px;
}

.banner-blog .slide-img .img-banner-mobile {
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    height: 180px;
}

.d-flex-gap-40 {
    display: flex;
    gap: 40px;
}

.main-detail-news {
    padding-bottom: 40px;
    width: 100%;
    float: left;
    background-color: #f7f7f9;
}

    .main-detail-news .left-main-detail-news {
        width: 70%;
        float: left;
        background: white;
        border-radius: 16px;
        padding: 20px;
        border: 1px solid #e4e4e4
    }

        .main-detail-news .left-main-detail-news .box-content-menu {
            width: 100%;
            float: left;
            border: 1px solid #d4d4d4;
            padding: 20px;
            margin-top: 20px;
        }

            .main-detail-news .left-main-detail-news .box-content-menu .card-header {
                color: #333333;
                font-weight: 600;
            }

            .main-detail-news .left-main-detail-news .box-content-menu a:hover {
                color: #ed522e;
            }

            .main-detail-news .left-main-detail-news .box-content-menu .content-menu-index {
                width: 100%;
                float: left;
                margin-top: 15px;
            }

                .main-detail-news .left-main-detail-news .box-content-menu .content-menu-index ul {
                    list-style: none;
                }

                    .main-detail-news .left-main-detail-news .box-content-menu .content-menu-index ul li {
                        padding-bottom: 10px;
                    }

                        .main-detail-news .left-main-detail-news .box-content-menu .content-menu-index ul li a {
                            color: #333333;
                        }

                            .main-detail-news .left-main-detail-news .box-content-menu .content-menu-index ul li a:hover {
                                color: #ed522e;
                            }

        .main-detail-news .left-main-detail-news .title-news {
            width: 100%;
            float: left;
        }

            .main-detail-news .left-main-detail-news .title-news h1 {
                font-weight: 600;
                font-size: 18px;
                line-height: 20px;
                color: #333333;
            }

        .main-detail-news .left-main-detail-news .desc-news {
            width: 100%;
            float: left;
            margin-top: 20px;
            font-weight: 300;
            font-size: 16px;
            line-height: 20px;
            color: #333333;
        }

        .main-detail-news .left-main-detail-news .content-news {
            width: 100%;
            float: left;
            margin-top: 20px;
            text-align: justify;
        }

    .main-detail-news .right-main-detail-news {
        width: 30%;
        float: left;
    }

.register-loan-new-detail {
    margin-top: 20px;
    background: white;
    box-shadow: 0px 4px 15px 0px #0000001A;
    border-radius: 16px;
    padding: 20px;
    width: 100%;
    float: left;
}

    .register-loan-new-detail .title-register-loan-new-detail {
        font-size: 20px;
        font-weight: 600;
        line-height: 40.48px;
        text-align: center;
        color: #333333;
    }

    .register-loan-new-detail .desc-register-loan-new-detail {
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        text-align: center;
        color: #828282;
    }

    .register-loan-new-detail .box-form-register-loan-new-detail {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

        .register-loan-new-detail .box-form-register-loan-new-detail .input-register-loan {
            display: block;
            width: 100%;
            padding: 0.65rem 1.25rem;
            font-size: 1rem;
            line-height: 1.25;
            color: #495057;
            background: #FFFFFF33;
            background-image: none;
            background-clip: padding-box;
            border: 0.5px solid #BDBDBD;
            border-radius: 8px;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        }

        .register-loan-new-detail .box-form-register-loan-new-detail .lbl-rules {
            margin-left: 10px;
            font-size: 12px;
            font-weight: 300;
            line-height: 24px;
            text-align: left;
        }

        .register-loan-new-detail .box-form-register-loan-new-detail .btn-register {
            width: 100%;
            border-radius: 40px;
            background: linear-gradient(147.63deg, #FF8E4F 0%, #EF592E 100%);
            font-size: 18px;
            font-weight: 500;
            line-height: 22.77px;
            text-align: center;
            color: #FFFFFF;
        }

.box-new-realated {
    margin-top: 20px;
    background: white;
    box-shadow: 0px 4px 15px 0px #0000001A;
    border-radius: 16px;
    padding: 20px;
    width: 88%;
    float: left;
}

    .box-new-realated .title-box-new-realated {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        color: #333333;
        text-transform: uppercase;
    }

    .box-new-realated .box-content-realated .box-image img {
        width: 100%;
        border-radius: 8px;
    }

    .box-new-realated .box-content-realated .title-box-content-realated {
        padding-top: 10px;
        font-weight: 600;
        font-size: 16px;
        color: #333333;
    }

.press-abount {
    width: 100%;
    float: left;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f7f7f9;
}

    .press-abount .title-press-abount {
        text-align: center;
        font-size: 32px;
        font-weight: 600;
    }

    .press-abount .content-press-abount {
        margin-top: 40px;
        width: 100%;
        float: left;
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(4, minmax(0px, 1fr));
    }

        .press-abount .content-press-abount .box-content-press-abount {
            width: 100%;
            float: left;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
            color: white;
        }

            .press-abount .content-press-abount .box-content-press-abount .img-avatar {
                width: 100%;
            }

            .press-abount .content-press-abount .box-content-press-abount .img-icon {
                width: 80px;
                height: 32px;
            }

            .press-abount .content-press-abount .box-content-press-abount .text-box-content-press-abount {
                width: 100%;
                background: white;
                color: black;
                font-size: 16px;
                padding: 20px
            }

.content-question {
    padding-top: 20px;
}

.box-list-job {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    margin-top: 30px;
}

.d-flex-80 {
    display: flex;
    gap: 80px;
}

.box-notice-LookupLoan {
    background-color: #FFDCC9;
}

    .box-notice-LookupLoan .txt-notice-lookuploan {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #333333;
    }

.box-banner-LookupLoan {
    background-image: url('../images/banner/banner-box-lookuploan.png');
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: 100% 100%;
}

    .box-banner-LookupLoan .left-banner .txt-tra-cuu {
        font-weight: 600;
        font-size: 32px;
        color: #ffffff;
    }

    .box-banner-LookupLoan .left-banner .detail-tra-cuu {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
        color: #BDBDBD;
    }

    .box-banner-LookupLoan .left-banner .box-tra-cuu {
        width: 100%;
        float: left;
    }

        .box-banner-LookupLoan .left-banner .box-tra-cuu .box-form-lookup-loan {
            width: 100%;
            float: left;
            margin-top: 30px;
        }

            .box-banner-LookupLoan .left-banner .box-tra-cuu .box-form-lookup-loan .input-lookup-loan {
                border-radius: 8px;
                color: #BDBDBD;
                width: 80%;
                padding: 12px 10px;
                background: #695349;
                border: 1px solid #9b9292;
            }

                .box-banner-LookupLoan .left-banner .box-tra-cuu .box-form-lookup-loan .input-lookup-loan::placeholder {
                    color: #BDBDBD;
                }

            .box-banner-LookupLoan .left-banner .box-tra-cuu .box-form-lookup-loan .btn-register-lookup {
                width: 80%;
                border-radius: 40px;
                background: linear-gradient(147.63deg, #FF8E4F 0%, #EF592E 100%);
                font-size: 18px;
                font-weight: 500;
                line-height: 22.77px;
                text-align: center;
                color: #FFFFFF;
                padding: .6rem 1rem;
            }

.box-payment-method {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.content-check-loan {
    width: 100%;
    float: left;
}

.box-status-loan {
    width: 100%;
    float: left;
    display: flex;
    gap: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .box-status-loan .left-content-check-loan {
        width: 70%;
        float: left;
    }

        .box-status-loan .left-content-check-loan .title {
            font-weight: 600;
            font-size: 32px;
            line-height: 100%;
            color: #333333;
        }

        .box-status-loan .left-content-check-loan .desc {
            padding-top: 10px;
            padding-bottom: 20px;
            font-weight: 600;
            font-size: 16px;
            line-height: 26px;
            color: #999999;
        }

        .box-status-loan .left-content-check-loan .content {
            width: 100%;
            float: left;
            display: flex;
            gap: 20px;
            align-items: baseline;
        }

            .box-status-loan .left-content-check-loan .content .dotline {
                width: 150px;
                height: 6px;
                position: relative
            }

                .box-status-loan .left-content-check-loan .content .dotline::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    height: 6px;
                    background: repeating-linear-gradient(90deg, #dfe6ea 0 6px, transparent 6px 12px);
                    border-radius: 3px
                }

            .box-status-loan .left-content-check-loan .content .box-default {
                width: 100%;
                float: left;
            }

                .box-status-loan .left-content-check-loan .content .box-default .box-image img {
                    width: 100%;
                }

                .box-status-loan .left-content-check-loan .content .box-default .box-status {
                    margin-top: 20px;
                    text-align: center;
                    padding: 9px 12px 9px 12px;
                    border-radius: 8px;
                    background: #F6F6F6;
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 26px;
                    text-align: center;
                    color: #999999;
                }

                    .box-status-loan .left-content-check-loan .content .box-default .box-status.active {
                        background: #FFF6EE;
                        color: #FF8E4F;
                    }

    .box-status-loan .right-content-check-loan {
        width: 30%;
        float: left;
    }

        .box-status-loan .right-content-check-loan .title {
            border-radius: 24px 24px 0px 0px;
            padding: 11px 20px 11px 20px;
            background: #FFEFDC;
            font-weight: 600;
            font-size: 16px;
            line-height: 26px;
            text-align: center;
            color: #FF8E4F;
            border-bottom: 1px solid #EF592E;
        }

        .box-status-loan .right-content-check-loan .content-right-content-check-loan {
            width: 100%;
            float: left;
            padding: 24px;
            border: 1px solid #E5E5E5
        }

            .box-status-loan .right-content-check-loan .content-right-content-check-loan hr {
                width: 100%;
                height: 1px;
                float: left;
                border: 0;
                margin: 14px 0;
                background: linear-gradient( 90deg, rgba(199, 199, 204, 0) 0%, #C7C7CC 50%, rgba(199, 199, 204, 0) 100% );
            }

            .box-status-loan .right-content-check-loan .content-right-content-check-loan .box-content-right-content-check-loan {
                width: 100%;
                float: left;
            }

                .box-status-loan .right-content-check-loan .content-right-content-check-loan .box-content-right-content-check-loan .text-box-content-right-content-check-loan {
                    width: 50%;
                    float: left;
                    display: flex;
                    align-items: flex-start;
                }

                    .box-status-loan .right-content-check-loan .content-right-content-check-loan .box-content-right-content-check-loan .text-box-content-right-content-check-loan label {
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 26px;
                        color: #8E8E93;
                        padding-left: 5px;
                    }

                .box-status-loan .right-content-check-loan .content-right-content-check-loan .box-content-right-content-check-loan .data-box-content-right-content-check-loan {
                    width: 50%;
                    float: left;
                    text-align: right;
                }

                    .box-status-loan .right-content-check-loan .content-right-content-check-loan .box-content-right-content-check-loan .data-box-content-right-content-check-loan b {
                        font-weight: 600;
                        font-size: 16px;
                        line-height: 26px;
                        color: #333333;
                    }
