.page_not_home{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #FFF;
    z-index: 999;
}
/*------------------------ content ------------------------*/
.aply_page{
    background-color: #F7F7F7;
    padding: 235px 0 3rem;
}
.aply_page .top{
    background-color: #FFF;
    position: fixed;
    top: 85px;
    left: 0px;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
}
.aply_page .top.sticky{
    top: 75px;
}
.aply_page .top h2{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #EA222F;
}
.aply_page .top .left h1{
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 22px;
}
.aply_page .top .left .area_time{
    width: 100%;
    display: inline-flex;
    margin: 0.5rem 0 0.8rem;
}
.aply_page .top .left .area_time .area{
    background-image: url(../images/icons/area@2x.webp);
    background-size: 16px;
    background-position: 0px 2px;
    background-repeat: no-repeat;
    padding-left: 22px;
    color: #39B42B;
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
}
.aply_page .top .left .area_time .area:after{
    content: '';
    position: absolute;
    top: 10%;
    right: 0px;
    width: 1px;
    height: 80%;
    background-color: #00000029;
}
.aply_page .top .left .area_time .time_post{
    background-image: url(../images/icons/ic_cal.webp);
    background-size: 16px;
    background-position: 0px 2px;
    background-repeat: no-repeat;
    padding-left: 22px;
    color: #5E5E5E;
}
.aply_page .top .left .salary_and_support{
    width: 100%;
    display: inline-flex;
}
.aply_page .top .left .salary{
    background-image: url(../images/icons/wallet@2x.webp);
    background-size: 16px;
    background-position: 0px 2px;
    background-repeat: no-repeat;
    padding-left: 22px;
    color: #EA222F;
    width: 40%;
}
.aply_page .top .left .support_list{
    width: 60%;
}
.aply_page .top .left .support_list a{
    margin: 0px 5px;
}
.aply_page .top .left .support_list img{
    width: 25px;
    height: 25px;
}
.aply_page .top .right .aply_btn {
    color: #EA222F;
    border: 1px solid #EA222F;
    border-radius: 5px;
    display: table;
    margin: 0 0 1rem;
    padding: 8px 0px;
    text-transform: uppercase;
    font-weight: 600;
    float: right;
    width: 200px;
    text-align: center;
}
.aply_page .top .right .aply_btn:hover {
    background-color: #EA222F;
    color: #FFF;
}
.aply_page .top .right .save_job_btn {
    color: #404040;
    border: 1px solid #404040;
    border-radius: 5px;
    display: table;
    padding: 8px 0px;
    text-transform: uppercase;
    font-weight: 600;
    float: right;
    width: 200px;
    text-align: center;
}
.aply_page .top .right .save_job_btn:hover {
    background-color: #404040;
    color: #FFF;
}

.aply_page .top .right .saved_job_btn {
    background-color: #404040;
    color: #FFF !important;
}
/*------------------------*/
.aply_page .box{
    width: 80%;
    margin: 25px auto;
    box-shadow: 0px 6px 20px #00000024;
    border-radius: 6px;
    background-color: #FFF;
    padding: 30px 30px;
    position: relative;
    z-index: 9;
}
.aply_page .box .form .input_item{
    margin-bottom: 1.5rem;
}
.aply_page .box .form .input_picker{
    position: relative;
}
.aply_page .box .form .input_picker:after{
    content: '';
    position: absolute;
    bottom: 16px;
    right: 15px;
    width: 16px;
    height: 16px;
    background-image: url(../images/icons/calendar.webp);
    background-size: cover;
    background-position: center;
}
.aply_page .box .form .input_item label{
    font-weight: 600;
}
.aply_page .box .form .input_item label span{
    color: #EA222F;
}
.aply_page .box .form .input_item input{
    width: 100%;
    outline: none;
    height: 45px;
    padding-left: 15px;
    background-color: #F5F5F5;
    border: none;
    border-radius: 6px;
}
.aply_page .box .form .input_item .input_groups{
    background-color: #F5F5F5;
    width: 100%;
    display: inline-flex;
    border-radius: 6px;
}
.aply_page .box .form .input_item .input_groups .select_country{
    width: 95px;
    display: inline-flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D3D3D3;
    cursor: pointer;
    position: relative;
}
.aply_page .box .form .input_item .input_groups .select_country .choose_option_order{
    width: 100%;
}
.aply_page .box .form .input_item .input_groups .select_country .dropdown-toggle::after{
    display: none;
}
.aply_page .box .form .input_item .input_groups .select_country .dropdown-toggle::before{
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 8px;
    background-image: url('../images/icons/arrow_down_event@2x.webp');
    background-size: cover;
    background-position: center;
}

.aply_page .box .form .input_item input::placeholder {
    font-size: 0.9rem;
}
.aply_page .box .form .btn_submit {
    border: 1px solid #EA222F;
    background-color: transparent;
    color: #EA222F;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    text-align: center;
    padding: 10px 150px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    cursor: pointer;
}
.aply_page .box .form .btn_submit:hover{
    background-color: #ca0e1a;
    color: #FFF;
}
.aply_page .box .form .radio_item{
    width: 100%;
    display: inline-flex;
}
.aply_page .box .form .radio_item .custom-radio .custom-control-input:checked~.custom-control-label::before{
    background-color: #EA222F;
    border: #EA222F solid 1px;
}
.aply_page .box .form .radio_item .custom-radio .custom-control-input:checked~.custom-control-label{
    color: #EA222F;
    font-weight: 500;
}
.aply_page .box .form hr{
    margin: 1.5rem 0;
}
.aply_page .box .form .input_item select{
    width: 100%;
}
.aply_page .box .form .input_item .select2-container--default .select2-selection--multiple{
    width: 100%;
    height: 45px;
    padding-left: 15px;
    background-color: #F5F5F5;
    border: none;
    border-radius: 6px;
    border: none !important;
}
.aply_page .box .form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 10px;
    background-color: transparent;
    border: 1px solid #EA222F;
    padding-left: 0px;
    padding-right: 20px;
}
.aply_page .box .form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: none;
}
.aply_page .box .form .select2-selection__choice__remove {
    right: 0px;
    left: auto;
}
.aply_page .box .form .select2-container:after{
    content: '';
    position: absolute;
    top: 18px;
    right: 15px;
    width: 14px;
    height: 8px;
    background-image: url('../images/icons/arrow_down_event@2x.webp');
    background-size: cover;
    background-position: center;
}
.select2-selection__choice__display{
    color: #EA222F;
    font-size: 0.9rem;
}
.aply_page .box .form .input_item .lang_box{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}
.aply_page .box .form .input_item .lang_box .left{
    width: calc(100% - 110px);
    background-color: #F5F5F5;
    border-radius: 6px;
    display: inline-flex;
    justify-content: center;
}
.aply_page .box .form .input_item .lang_box .left .line{
    width: 1px;
    height: 25px;
    margin: 10px 5px;
    background-color: #ddd;
}
.aply_page .box .form .input_item .lang_box .left select{
    width: 48%;
    border: none;
    outline: none;
    background-color: transparent;
}
.aply_page .box .form .input_item .lang_box .left .upload-button{
    padding: 10px 10px;
    height: 45px;
    text-align: center;
    border: 1px solid #EA222F;
    color: #EA222F;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    background-color: #fff;
}
.aply_page .box .form .input_item .lang_box .left .uploaded-button{
    padding: 10px 10px;
    height: 45px;
    text-align: center;
    border: 1px solid #EA222F;
    color: #007bff;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    background-color: #fff;
}
.aply_page .box .form .input_item .lang_box .right{
    width: 100px;
}
.aply_page .box .form .input_item .lang_box .right a{
    display: table;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #EA222F;
    color: #EA222F;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 600;
}
.aply_page .box .form .input_item .lang_box .right a:hover {
    background-color: #ca0e1a;
    color: #FFF;
}
.uploadcv_box .title{
    font-size: 1.2rem;
    height: 30px;
    position: relative;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}
.uploadcv_box .title:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 1px;
    background-color: #EA222F;
}
.uploadcv_box input[type="file"] {
    display: none;
}
.uploadcv_box .custom-file-upload {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 322px;
    border-radius: 10px;
    background-image: url('../images/bg_upload_cv.webp');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    color: #EA222F;
    font-size: 1.2rem;
}
.uploadcv_box .custom-file-upload img{
    margin: 25% 0 20px;
}
.uploadcv_box .right .title2{
    font-size: 1.2rem;
    height: 30px;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 600;
}
.uploadcv_box .right p{
    color: #707070;
    font-size: 0.9rem;
}
.uploadcv_box .right .list_file_cv .item{
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.uploadcv_box .right .list_file_cv .item .file_cv{
    width: calc(100% - 60px);
    background-color: #FCDFE1;
    height: 45px;
    line-height: 45px;
    border-radius: 6px;
    padding-left: 15px;
    font-size: 0.9rem;
    color: #707070;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.uploadcv_box .right .list_file_cv .item .file_cv .refresh_btn{
    position: absolute;
    top: 0px;
    right: 5px;
}
.uploadcv_box .right .list_file_cv .item .remove_btn{
    width: 60px;
    line-height: 45px;
    text-align: center;
}
@media screen and (max-width: 992px) 
{
    .aply_page .box {
        width: 100%;
    }
    .aply_page .top.sticky {
        top: 60px;
    }
    .aply_page .top .left .salary {
        width: 50%;
    }
    .uploadcv_box .custom-file-upload {
        height: 270px;
    }
}
@media screen and (max-width: 668px) 
{
    .aply_page {
        padding: 80px 0 3rem;
    }
    .aply_page .top {
        position: relative;
        top: 0px;
    }
    .aply_page .top.sticky {
        top: 0px;
    }
    .aply_page .box {
        padding: 20px 20px;
    }
    .aply_page .top h2 {
        font-size: 1.2rem;
    }
    .aply_page .top .left .salary_and_support {
        flex-direction: column;
    }
    .aply_page .top .left .salary {
        width: 100%;
    }
    .aply_page .top .left .support_list {
        width: 100%;
        margin: 1rem 0;
    }
    .aply_page .top .left .support_list a {
        margin: 0px 10px 0 0;
    }
    .aply_page .top .right{
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
    }
    .aply_page .top .right .save_job_btn, .aply_page .top .right .aply_btn{
        width: 160px;
        height: 29px;
        padding: 4px 0;
    }
    .aply_page .box .form .input_item .lang_box {
        flex-direction: column;
    }
    .aply_page .box .form .input_item .lang_box .left {
        width: 100%;
        padding: 0px 5px;
    }
    .aply_page .box .form .input_item .lang_box .right a {
        height: 30px;
        line-height: 30px;
        margin-top: 1rem;
    }
    .uploadcv_box .right p {
        font-size: 0.8rem;
    }
    .aply_page .box .form .btn_submit {
        padding: 10px 30px;
    }
}