.sec_step {
    background-color: #f9fbfc;
}
.sec_step .box_steps{
    padding: 40px 0px;
}
.list_steps{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_steps li{
    color: var(--Neutral-3);
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    display: flex;
}
.list_steps .step_item .ico{
    color: #fff;
    border: 1px solid #d4dbee;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    display: flex;

}
.list_steps .step_item:first-child .ico{
    background: #3e5184;
    border: 5px solid #d4dbee;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    display: flex;
}
.list_steps .step_item .ico svg{
    width: 18px;
    height: 18px;
}
.list_steps .step_item:before {
    content: "";
    background-color: var(--Neutral-3);
    background: linear-gradient(#0003 0% 100%), #c6ccde;
    width: 41px;
    height: 1px;
    margin-right: 16px;
    display: inline-block;
}
.list_steps .step_item .ico svg path{
    stroke: #8691b1;
}
.list_steps .step_item:last-child .ico svg{
    fill: #8691b1;
}
.list_steps .step_item.current .ico svg path{
    stroke: #fff;
}
.list_steps .step_item.current:before{
    display: none;
}
.list_steps .step_item .text {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #000;
}
.list_steps .step_item:last-child .text{
    color: #8691b1;
}
.list_steps .step_item.current .text{
    font-weight: 700;
    color: #000;
}
.sec_step .step_register{
    padding: 40px;
    border: 1px solid #e6ecef;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #fff;
}
.sec_step .box_register .title {
    margin-bottom: 25px;
}
.sec_step .box_register .title h3 {
    color: #1e2f5b;
    margin: 0;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}
.form_register .form_title h4{
    color: #8691b1;
    letter-spacing: .39px;
    text-transform: uppercase;
    margin: 0 0 16px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 0px 8px;
}
.box_form{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.box_form .form_item{
    max-width: 50%;
    flex-basis: 50%;
    padding: 0px 8px;
    margin-bottom: 16px;
}
.box_form .form_item .form-label {
    color: #0a306d;
    margin-bottom: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    display: block;
}
.box_form .form_item input,.box_form .form_item select{
    background-color: #fbfcfc;
    border: 1px solid #d6dde1;
    border-radius: 5px;
    width: 100%;
    height: 42px;
    padding: 8px 16px 8px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: block;
}
.box_form .form_item input::placeholder{
    color:#d6dde1;
}
.box_form .form_item input:focus{
    box-shadow: none;
    border: 1px solid #0047ff;
    outline: none;
    transition: border .3s;
}
.box_form .form_item select option{
    color: #3e5184;
}
.box_form .form_item select{
    outline: 0;
    box-shadow: none;
}
.box_form .form_item select:checked{
    outline: 1px solid #0047ff;
}
.radio-list .box_check{
    margin: 16px 0px 16px 16px;
}
.radio-list .box label.form_item {
    cursor: pointer;
    align-items: center;
    gap: 16px;
    margin: 5px 64px 0 0;
    font-weight: 600;
    display: inline-flex;
    color: #0a306d;
    margin-bottom: 8px;
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
}
.radio-list .box input[type=radio] {
    --s: 16px;
    --c: #1e2f5b;
    height: var(--s);
    aspect-ratio: 1;
    border: calc(var(--s) / 16) solid #8691b1;
    padding: calc(var(--s) / 6);
    background: radial-gradient(farthest-side, var(--c) 94%, #0000) 50% / 0 0 no-repeat content-box;
    outline-offset: calc(var(--s) / 10);
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: inherit;
    border-radius: 50%;
    transition: all .3s;
}
.radio-list .box input[type=radio]:checked {
    border-color: var(--c);
    background-size: 100% 100%;
}
.nha_rieng .form_item ,.box_form .ghi_chu {
    max-width: 100%;
    flex-basis: 100%;
}
.radio-list .nha_rieng,.radio-list .chung_cu {
    display: none;
    margin-top: 20px;
}
.radio-list .nha_rieng.open, .radio-list .chung_cu.open{
    display: block;
}
.form_register .submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_register .submit a.back, .form_register .submit button, .package_service .submit a.back{
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #1e2f5b;
    border: 1px solid #1e2f5b;
    border-radius: 5px;
    min-height: 45px;
    padding: 10px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    transition: all .3s;
    display: block;
    position: relative;
    top: 0;
    width: 180px;
    max-width: 180px;
}
.form_register .submit a.back, .package_service .submit a.back{
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d6dde1;
    color: #1e2f5b;
}

.form_register .submit a.back:hover, .package_service .submit a.back:hover{
    border-color: #1e2f5b;;
}
.form_register .submit button:hover{
}
.order_info{
    background: url("../images/bg-order-info.png") 50% / cover no-repeat;
    border: 1px solid #e6ecef;
    margin-bottom: 46px;
    padding: 40px;
    border-radius: 10px;
}
.order_info .title h3{
    color: #1e2f5b;
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 24px;
}
.featured {
    padding: 24px 0 100px;
}
.featured ul {
    background-color: #f3f5f7;
    border: 1px solid #f3f5f7;
    border-radius: 16px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 28px 32px;
    display: flex;
}
.featured ul li {
    color: #1e2f5b;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    transition: color .3s;
    display: flex;
    position: relative;
}
.featured ul li.seperate {
    color: #1e2f5b;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    transition: color .3s;
    display: flex;
    position: relative;
}
.featured ul li.seperate:not(:last-child):after {
    content: "";
    background-color: #1e2f5b;
    width: 1px;
    height: 25px;
    display: block;
    position: absolute;
    right: 0;
}
.featured ul li .f-icon {
    align-items: center;
    margin-right: 7px;
    display: flex;
}

.list_steps .step_item:last-child .ico svg {
    margin-right: 0;
}

.pricing__col.oranges .top .price {
    z-index: 1;
}

.order_info {
    height: 100%;
}

.my-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-top-color: #007bff; /* màu quay */
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    display: inline-block;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 500px){
    .list_steps .step_item .text{
        display: none;
    }
    .box_order-info{
        display: none;
    }
    .box_form .form_item {
        max-width: 100%;
        flex-basis: 100%;
    }
    .sec_step .step_register{
        padding: 24px 16px;
    }
    .radio-list .box_check{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 20px;
    }
    .radio-list .box label.form_item{
        margin: 5px 0px;
    }
    .featured{
        display: none;
    }
    .form_register .submit {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .form_register .submit a.back, .form_register .submit button {
        width: 100% !important;
        max-width: 100% !important;
    }
}
