.header-1 {
    width: 100%;
    height: 25px;
    background-color: #0c9eb9;
}

.header-2 {
    width: 100%;
    height: 50px;
    background-color: #40bdd0;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
}

main .content{
    margin: 0 auto;
    padding: 0;
}
.content hr{
    margin-bottom: 0;
    height: 3px;
    background-color: #40bdd0;
}
.content .action-btn{
    margin: 0;
    padding: 30px 25px;
}
.action-btn .btn{
    width: 25%;
    background-color: #40bdd0;
    font-weight: 500;
    color: #fff;
}
.action-btn .btn:first-child{
    margin-right: 15px;
}
.step-register{
    padding: 0;
}
.step-register .step-title{
    margin: 0 auto;
    padding: 0 25px;
    background-color: #40bdd0;
}
.step-title .step{
    width: 25%;
    padding: 9px 0;
    border-right: 2px solid #fff;
    text-align: center;
    font-weight: 500;
    color: #fff;
}
.step-title .step:first-child{
   border-left: 2px solid #fff;
}
.step-title .active{
    background-color: #0c9eb9 !important;
}
.form-register {
    margin-top: 50px;
}
.form-register .form-content .row{
    margin: 15px 0;
}
.form-register .form-content .row div:first-child{
    margin-top: 6px;
    font-weight: 500;
}
.form-content .row .r-custom{
    margin: 0 !important;
}
.form-content .btn-search{
    width: 25%;
    background-color: #40bdd0;
    color: #fff;
}
.form-content .birth-day input{
    margin-right: 10px;
}
.form-content .birth-day input:last-child{
    margin-right: unset;
}
.form-content label{
    margin: 8px 10px 0 0;
}
.page-register .content .link-policy{
    color: #000;
}
.page-register .content a:hover{
    color: #007bff;
    text-decoration: none;
}
.page-register .content input[type="text"], select{
    height: 38px;
}
.page-register .content input[type="radio"],input[type="checkbox"]{
    position: relative;
    margin-right: 10px;
}
.page-register .content input[type="radio"]:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #0c9eb9;
}
.page-register .content input[type="checkbox"]:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 13px;
    height: 13px;
    border: 1px solid #0c9eb9;
}
.form-content .btn-submit{
    width: 35%;
    background-color: #40bdd0;
}
.form-content .btn-prev{
    width: 35%;
    background-color: #40bdd0;
}
.form-content .bl-require{
    margin-top: 5px;
    color: #40bdd0;
    float: right;
    font-size: 13px;
}
.form-content textarea{
    height: 150px;
}

.form-content .job-type, .click-license, .click-employment-status{
    margin-top: 0 !important;
    padding: 0;
}
.form-content .ms-options-wrap{
    margin-top: 0 !important;
    padding: 0;
}

.form-validate .form-error{
    font-size: 12px;
    color: red;
}
footer {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0 5px;
}

.footer-1, .footer-2 {
    text-align: center;
}
.f-w-6{
    font-weight: 600 !important;
}

.r-answer{
    margin: 10px;
    background-color: #0c9eb9;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
}
.wizad .content{
    margin-top: 50px;
    text-align: center;
}
.wizad .btn_section{
    margin-top: 10px;
}
.wizad .btn_section .btn-home{
    background-color: #40bdd0;
    border: unset;
}

@media screen and (max-width: 991px) {
    .action-btn .btn{
        width: 35%;
    }
}
@media screen and (max-width: 767px) {
    .action-btn .btn{
        width: 48%;
    }
    .step-register .step-title .step{
        background-color: #40bdd0;
        border-left: 2px solid #fff;
    }
    .form-content .btn-search{
        width: 40%;
    }
    .form-content .btn-submit{
        width: 48%;
    }
    .form-content .btn-prev{
        width: 48%;
    }
}
@media screen and (max-width: 575px) {
    footer , main{
        font-size: 11px;
    }
    .header-2{
        font-size: 16px;
    }
    .form-content .bl-require{
        float: unset;
        font-size: 11px;
    }
    .form-content .action-submit{
        display: flex;
        justify-content: center;
    }
}
@media screen and (max-width: 524px) {
    .action-btn .btn{
        width: 48%;
        font-size: 12px;
    }
    .form-content .btn{
        font-size: 12px;
    }
    .form-content .action-submit{
        flex-direction: column;
    }
    .form-content .action-submit .btn{
        margin: 5px auto;
    }
}
@media screen and (max-width: 444px) {
    .content .action-btn{
        padding: 30px 15px;
    }
    .action-btn .btn{
        width: 49%;
    }
    .action-btn .btn:first-child{
        margin-right: 5px;
    }
}

