
a, span, p{
    font-family: Raleway_Regular;
    color: black;
}
.bg_white{
    background: white!important;
}
.bg_half_slash{
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(98deg, #3dc3f6 50%, #00adef 50%);
}
.bc_jobseeker_left, .bc_employer_right{
    display: table;
    height: 58%;
    width: 100%;
    padding: 25px 30px 0px 15px;
}
.img_wrapper{
    display: table-cell;
    vertical-align: bottom;
    height: 300px;
}
.bc_employer_right .img_wrapper{
    padding-left: 80px;
}
.img_wrapper > img{
    height: 100%;
}
.bg_half_slash .title_wrapper{
    padding: 20px 10px 0 10px;
    font-family: Raleway_Regular;
}
.title_wrapper > div{
    width: 50%;
}
.jobseeker_title{
    float: right;
    margin-right: 15%;
}
.employer_title{
    float: left;
    margin-left: 15%;
}
.title_wrapper .lbl_01{
    font-size: 28px;
    color: white;
    margin: 0;
}
.title_wrapper .lbl_02{
    font-size: 40px;
    color: white;
    margin: 0;
}
.title_wrapper .lbl_03{
    font-size: 14px;
    color: white;
    margin: 0;
}
.btn_wrapper{
    width: 60%;
    text-align: center;
}
.jobseeker_half .btn_wrapper{
    float: right;
    margin-right: 15%;
}
.employer_half .btn_wrapper{
    float: left;
    margin-left: 15%;
}
.img_arrow{
    margin: 0 15px;
}
.btn_wrapper a{
    padding: 15px;
    background: white!important;
    text-decoration: none!important;
    border-radius: 5px;
    font-size: 18px;
    width: 60%;
    display: inline-block;
}
.jobseeker_half .btn_wrapper a{
    color: #3dc3f6;
}
.employer_half .btn_wrapper a{
    color: #00adef;
}
.upal_desc_01{
    background: transparent;
    padding: 30px 20px 0px 20px;
}
.upal_desc_02{
    background: transparent;
    padding: 0px 20px 0px 20px;
    margin-top: -100px;
    z-index: 301;
}
.upal_desc_03{
    background: #fff;
    padding: 100px 20px 45px 20px;
    margin-top: -100px;
    z-index: 299;
    /*background: linear-gradient(2deg, #f5f5f5 80%, #edeeee 20%);*/
    /*background: linear-gradient(182deg, #edeeee 20%, #f5f5f5 80%);*/
}
.upal_desc_04{
    background: #fff;
    padding: 0px 20px 120px 20px;
    margin-top: -100px;
    z-index: 401;
    /*background: linear-gradient(2deg, #f5f5f5 80%, #edeeee 20%);*/
    /*background: linear-gradient(182deg, #edeeee 20%, #f5f5f5 80%);*/
}
.upal_desc_05{
    background: #d5f4f7;
    padding: 0px 20px 40px 20px;
    margin-top: -100px;
    z-index: 501;
    /*background: linear-gradient(2deg, #f5f5f5 80%, #edeeee 20%);*/
    /*background: linear-gradient(182deg, #edeeee 20%, #f5f5f5 80%);*/
}
.upal_desc_06{
    background: #fff;
    padding: 20px 20px 80px 20px;
    margin-top: -100px;
    z-index: 601;
    /*background: linear-gradient(2deg, #f5f5f5 80%, #edeeee 20%);*/
    /*background: linear-gradient(182deg, #edeeee 20%, #f5f5f5 80%);*/
}
.skew_01{
    background: #edeeee;
    content: '';
    display: block;
    height: 100px;
    width: 100%;
    position: relative;
    top: -100px;
    z-index: 200;
    transform: skewY(-3deg);
    outline: 4px solid transparent;
    transform-origin: 100%;
}
.skew_02{
    background: #edeeee;
    content: '';
    display: block;
    height: 100px;
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 300;
    transform: skewY(3deg);
    outline: 4px solid transparent;
    transform-origin: 100%;
}
.skew_03{
    background: #fff;
    content: '';
    display: block;
    height: 100px;
    width: 100%;
    position: relative;
    top: -100px;
    z-index: 400;
    transform: skewY(-3deg);
    outline: 4px solid transparent;
    transform-origin: 100%;
}
.skew_04{
    background: #d5f4f7;
    content: '';
    display: block;
    height: 100px;
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 500;
    transform: skewY(3deg);
    outline: 4px solid transparent;
    transform-origin: 100%;
}
.skew_05{
    background: #fff;
    content: '';
    display: block;
    height: 100px;
    width: 100%;
    position: relative;
    top: -100px;
    z-index: 600;
    transform: skewY(-3deg);
    outline: 4px solid transparent;
    transform-origin: 100%;
}

.upal_desc_01 .title {
    font-size: 36px;
}
.upal_desc_01 .sub_title {
    font-size: 17px;
}
.upal_desc_01 .container{
    display: flex;
}
.upal_desc_01_left{
    width: 55%;
    float: left;
}
.upal_desc_01_right{
    width: 45%;
    float: left;
}
.upal_desc_01_right .img_wrapper_parent{
    display: table;
    height: 105%;
    width: 100%;
}
.upal_desc_01_right .img_wrapper{
    display: table-cell;
    vertical-align: bottom;
    height: auto;
}
.upal_desc_01_right .img_wrapper img{
    height: auto;
}
.upal_desc_01_left .btn_create_first_job{
    background: #ffc258;
    padding: 15px 10px;
    color: white!important;
    text-decoration: none!important;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
}
.btn_create_first_job span{
    color: white!important;
    font-size: 18px;
    margin: 0 5px;
}
.job_cat_01{
    background: #00adef;
    height: 100%;
}
.job_cat_02{
    background: #01bfa5;
    height: 100%;
}
.job_cat_03{
    background: #8a9dd5;
    height: 100%;
}
.triangle{
    padding: 4px;
    position: absolute;
    right: 0;
}
.job_cat_title{
    padding: 25px 25px 10px 25px;
    color: white;
    font-size: 22px;
    height: 15%;
}
.job_cat_jobs_parent{
    height: 85%;
    display: table;
    padding: 0;
}
.job_cat_jobs{
    padding: 5px 10px;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    float: none;
}
.job_cat_jobs > div{
    margin: 3px 0;
}
.job_cat_jobs span{
    color: white;
    padding: 5px 10px;
    font-size: 16px;
}
.job_cat_jobs img{
    vertical-align: text-top;
}
.job_cat_wrapper{
    padding: 0 5px;
    height: 230px;
}
.job_cat_wrapper:first-child{
    padding: 0 10px 0 0;
}
.job_cat_wrapper:last-child{
    padding: 0 0 0 10px;
}
.display_flex{
    display: flex;
}
.display_table{
    display: table;
}
.display_table_cell{
    display: table-cell;
}
.upal_desc_02_left .title{
    font-size: 30px;
}
.upal_desc_02_left .sub_title {
    font-size: 14px;
}
.upal_desc_02_right .title{
    font-size: 20px;
}
.upal_desc_02_right .sub_title {
    font-size: 14px;
    padding: 0 45px;
}
.upal_desc_02 .btn_post_job{
    background: #ffc258;
    padding: 20px 35px;
    color: white!important;
    text-decoration: none!important;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
    display: block;
    width: 80%;
}
.upal_desc_02 .btn_post_job span{
    color: white!important;
    font-size: 20px;
    margin: 0 5px;
}
.emp_step_wrapper{

}
.emp_step_title{
    color: #00adec;
    font-size: 22px;
}
.bg_skew_01, .bg_skew_02{
    float: left;
    display: block;
    width: 100%;
    position: relative;
}
.bg_skew_01 > .bg_patern{
    position: absolute;
    left: 0;
    z-index: 400;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.upal_desc_03 .title{
    font-size: 30px;
    font-family: Raleway_SemiBold;
}
.upal_desc_03 .sub_title {
    font-size: 14px;
}
.upal_desc_03 .btn_post_job{
    background: #ffc258;
    padding: 20px 35px;
    color: white!important;
    text-decoration: none!important;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
    display: block;
    width: 80%;
}
.upal_desc_03 .btn_post_job span{
    color: white!important;
    font-size: 20px;
    margin: 0 5px;
}

/*.pricing_wrapper {*/
    /*text-align: center;*/
    /*border: 1px solid #f2f2f2;*/
    /*border-radius: 5px;*/
    /*margin: 0 1% 0 1%;*/
    /*width: 98%;*/
    /*float: left;*/
    /*height: 255px;*/
    /*cursor: pointer;*/
/*}*/

.pricing_wrapper {
    padding: 0px 15px;
}
.content_fix {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 15px 10px;
}
.content_fix .col_left {
    padding: 0px 45px 0px 0px;
    text-align: right;
}
.content_fix .col_right {
    text-align: left;
    padding: 0px 30px 0px 0px;
}
.content_fix .cf_lbl_01 {
    color: #00aff0;
    font-family: Raleway_Bold;
    font-size: 24px;
    margin: 0px 5px 0px 15px;
}
.content_fix .cf_lbl_02 {
    color: #000;
    font-family: Raleway_Bold;
    font-size: 28px;
}
.content_fix .cf_lbl_03 {
    color: #000;
    font-family: Raleway_Regular;
}
.content_fix .cf_lbl_04 {
    color: #000;
    font-family: Raleway_SemiBold;
}

.pricing_container > .pricing_wrapper {
    height: 255px;
}

.pricing_wrapper .content_show{
    z-index: 200;
}
.pricing_wrapper .content_hidden{
    background: rgba(0,0,0,0.75);
    color: white!important;
    text-decoration: none!important;
    z-index: 300;
}
.pricing_wrapper .btn_more{
    color: white!important;
    text-decoration: none!important;
    background: #5bc8f3;
    position: absolute;
    top: 0px;
    right: 15px;
    border-top-right-radius: 5px;
    font-size: 11px;
    padding: 3px 5px;
}
.pricing_wrapper .pricing_desc{
    color: white;
}
.pricing_wrapper .pricing_desc_note{
    color: #fdf100;
}
.pricing_wrapper .float_parent{
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    bottom: 15px;
}
.pricing_wrapper .broadcast_pricing_box{
    color: white;
    border: 1px solid #fff000;
    padding: 5px 15px;
    margin: 0px 10px;
    width: auto;
    display: inline-block;
}
.pricing_wrapper .content_show {
    background: #f2f2f2;
}
.pricing_wrapper .content_hidden, .pricing_wrapper .content_show {
    border-radius: 5px;
    height: 100%;
    width: 100%;
    padding: 15px 10px;
}
.pricing_wrapper .content_hidden {
    display: none;
}
.pricing_wrapper .lbl_float {
    font-size: 14px;
    font-family: Raleway_Bold;
    color: #00aff0;
    position: absolute;
    margin-top: -10px;
    margin-left: -50px;

}
.pricing_wrapper .pricing_title {
    font-size: 20px;
    font-family: Raleway_Bold;
    color: #00aff0;
    padding: 5px 0px 5px 0px;
}
.pricing_wrapper .lbl_discount {
    background: #ff0000;
    color: white;
    font-size: 11px;
    padding: 2px 7px;
    position: absolute;
    border-radius: 5px;
    margin: 0px 10px;
    font-family: Lato_Regular;
}
.pricing_wrapper .pricing_ori {
    font-size: 18px;
    font-family: Lato_Regular;
    color: #ff0000;
    text-decoration: line-through;
    line-height: 18px;
    height: 18px;
}
.pricing_wrapper .pricing_curr {
    font-size: 24px;
    font-family: LatoSemiBold;
    margin: 0px 5px;
    color: #000;
}
.pricing_wrapper .pricing_btn_learn_more {
    color: #fff!important;
    text-decoration: none!important;
    padding: 10px 25px;
    background: #00aff0;
    border-radius: 5px;
    cursor: pointer;
}
.pricing_wrapper .content_show img{
    height: 80px;
}

.upal_desc_04 .title{
    font-size: 40px;
}
.upal_desc_04 .sub_title {
    font-size: 14px;
}
.upal_desc_04 .btn_apply_job{
    background: #00bcd5;
    padding: 20px 35px;
    color: white!important;
    text-decoration: none!important;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
    display: block;
    width: 80%;
}
.upal_desc_04 .btn_apply_job span{
    color: white!important;
    font-size: 20px;
    margin: 0 5px;
}
.jobseeker_step_title{
    color: #00adec;
    font-size: 22px;
    line-height: 22px;
}
.upal_desc_05_right{
    margin-top: -100px;
}
.upal_desc_05 .title{
    font-size: 32px;
}
.upal_desc_05 .sub_title {
    font-size: 16px;
}
.upal_desc_05 .btn_apply_job{
    background: #00bcd5;
    padding: 20px 35px;
    color: white!important;
    text-decoration: none!important;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
}
.upal_desc_05 .btn_apply_job span{
    color: white!important;
    font-size: 20px;
    margin: 0 5px;
}
.upal_desc_05_left .display_table{
    height: 100%;
}
.upal_desc_05_left .display_table_cell{
    vertical-align: middle;
    float: none;
}
.upal_desc_06 .title{
    font-size: 32px;
}
.upal_desc_06 .sub_title {
    font-size: 16px;
    padding: 10px 90px 0 0;
}
.upal_desc_06 .btn_post_job{
    background: #ffc258;
    padding: 20px 35px;
    color: white!important;
    text-decoration: none!important;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
}
.upal_desc_06 .btn_post_job span{
    color: white!important;
    font-size: 20px;
    margin: 0 5px;
}
.upal_desc_06_left .display_table{
    height: 100%;
}
.upal_desc_06_left .display_table_cell{
    vertical-align: middle;
    float: none;
}
.upal_desc_06_right .display_flex{
    height: 105px;
}
.upal_desc_06_right .display_table{
    height: 100%;
}
.upal_desc_06_right .display_table_cell{
    vertical-align: middle;
    float: none;
}
.bg_our_partners{
    background: white;
    padding: 10px 0;
    background:url(../../images/main_page/partners_bg_04.png);
    background-size: cover;
}
.bg_our_partners .title{
    font-size: 34px;
}
.bg_our_partners .display_table{
    height: 100%;
}
.bg_our_partners .display_table_cell{
    vertical-align: middle;
    float: none;
}
.bg_our_partners .display_table{
    height: 100%;
}
.bg_our_partners .display_table_cell{
    vertical-align: middle;
    float: none;
}
.bg_our_partners img{
    width: 120px;
}
.bg_app{
    background:url(../../images/employer_new_mainpage/app_09.jpg) center;
    background-size: cover;
}
.bg_app .join_wording{
    font-size: 22px!important;
    text-shadow: 2px 2px #000;
}
.bg_app .join_header{
    font-size: 36px!important;
    text-shadow: 2px 2px #000;
}

.count_spacing{
    padding:0;
}

.partner_wrapper{
    background: transparent;
    height: 230px;
}
.partner_wrapper img{
    width: 80%!important;
}
.carousel-indicators li{
    background: black;
    border-color: black;
}
.carousel-indicators .active{
    background: white;
    border-color: black;
}
.upal_desc_06_right img {
    width: 100px;
}

@media(max-width: 1199px){
    .title_wrapper > div {
        width: 60%;
    }
    .btn_wrapper {
        width: 75%;
    }
    .img_wrapper{
        height: auto;
    }
    .img_wrapper > img{
        width: 100%;
    }
    .bc_jobseeker_left, .bc_employer_right{
        height: 57%;
        padding: 0px 30px 0px 15px;
    }
    .img_wrapper > img {
        width: 100%;
        height: auto;
    }
    .upal_desc_01_left{
        width: 50%;
    }
    .upal_desc_01_right{
        width: 50%;
    }
    .job_cat_jobs > div {
        margin: 1px 0;
    }
    .upal_desc_01 .title {
        font-size: 27px;
    }
    .upal_desc_01_right .img_wrapper_parent {
        height: 109%;
    }
    .upal_desc_02{
        margin-top: -100px;
    }
    .upal_desc_05_right {
        margin-top: -70px;
    }
    .upal_desc_05_right > img{
        width: 100%;
    }
    .upal_desc_06 .sub_title{
        padding: 10px 0;
    }
}

@media(max-width: 991px){
    .count_spacing{
        padding: 0 10px;
    }
    .title_wrapper > div {
        width: 80%;
    }
    .btn_wrapper {
        width: 95%;
    }
    .jobseeker_half .btn_wrapper {
        float: right;
        margin-right: 10%;
    }
    .employer_half .btn_wrapper {
        float: left;
        margin-left: 10%;
    }
    .bc_jobseeker_left, .bc_employer_right{
        height: 47%;
        padding: 0px 30px 0px 15px;
    }
    .upal_desc_01{
        padding: 30px 0px 30px 0px;
    }
    .upal_desc_01 .container{
        padding: 0 20px;
    }
    .upal_desc_01_left{
        width: 100%;
    }
    .upal_desc_01_right{
        display: none;
    }
    .upal_desc_01 .title {
        font-size: 23px;
    }
    .upal_desc_01 .sub_title {
        font-size: 14px;
    }
    .upal_desc_01_left .btn_create_first_job{
        float: none;
    }
    .upal_desc_02{
        margin-top: -150px;
        margin-bottom: -40px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .upal_desc_02 .btn_post_job{
        width: 30%;
        padding: 15px 35px;
    }
    .upal_desc_04 .title {
        font-size: 36px;
        margin: 0px;
    }
    .upal_desc_04 .btn_apply_job{
        width: 30%;
        padding: 15px 35px;
    }
    .upal_desc_05{
        padding: 0px 0px 75px 0px;
    }
    .upal_desc_05_left .display_table_cell {
        padding: 0px;
    }
    .upal_desc_05 .title {
        font-size: 22px;
    }
    .upal_desc_05 .btn_apply_job{
        padding: 20px 35px;
    }
    .upal_desc_06_wrapper{
        display: block;
    }
    .upal_desc_06 .btn_post_job{
        width: 30%;
        padding: 15px 35px;
        display: block;
    }
    .upal_desc_06{
        padding: 20px 0px 35px 0px;
        margin-top: -150px;
    }
    .employer_testimonial_content_name, .employer_testimonial_content_company{
        text-align: center;
    }
    .emp_step_wrapper{
        display: block;
    }
    .upal_desc_02, .upal_desc_04{
        padding-left: 0px;
        padding-right: 0px;
    }
    .bg_app .join_header {
         font-size: 34px!important;
    }
    .partner_wrapper img{
        width: 60%!important;
    }
}

@media(max-width: 767px){
    .bg_half_slash {
        background: linear-gradient(93deg, #3dc3f6 50%, #00adef 50%);
    }
    .bc_jobseeker_left, .bc_employer_right{
        display: none;
    }
    .bg_half_slash .title_wrapper {
        padding: 20px;
    }
    .jobseeker_half, .employer_half{
        padding: 100px 0px;
    }
    .title_wrapper > div {
        width: 100%;
        margin-right: 0%;
    }
    .employer_title {
        float: left;
        margin-left: 0%;
    }
    .title_wrapper .lbl_01 {
        font-size: 20px;
    }
    .title_wrapper .lbl_02 {
        font-size: 30px;
    }
    .upal_desc_01 .title {
        padding: 0px 10px;
        text-align: center;
    }
    .upal_desc_01 .sub_title {
        padding: 0px 10px;
        text-align: center;
    }
    .upal_desc_01_left .btn_create_first_job{
        width: 250px;
        margin: 20px auto -10px auto;
        float: none;
    }
    .btn_wrapper a {
        padding: 15px 0px;
        width: 150px;
        font-size: 14px;
    }
    .upal_desc_01_left > .display_flex{
        display: block;
    }
    .job_cat_wrapper{
        padding: 0;
        width: 350px;
        float: none;
        margin: auto;
    }
    .job_cat_01, .job_cat_02, .job_cat_03{
        margin: 10px 0;
    }
    .job_cat_wrapper:first-child{
        padding: 0;
    }
    .job_cat_wrapper:last-child{
        padding: 0;
    }
    .job_cat_jobs{
        padding: 0px 10px 20px 10px;
    }
    .job_cat_jobs > div{
        padding: 0 10px;
    }
    .job_cat_jobs span {
        padding: 5px;
    }
    .emp_step_title {
        font-size: 20px;
    }
    .upal_desc_02 .btn_post_job {
        width: 40%;
        padding: 15px 30px;
        margin-bottom: 20px;
    }
    .upal_desc_02_right .sub_title {
        font-size: 14px;
        padding: 0 5px;
    }
    .upal_desc_06_right .display_flex > div {
        padding: 0px;
    }
    .upal_desc_06_right .display_table {
        padding: 0px;
    }
    .upal_desc_06_right img {
        width: 100px;
    }
    .bg_our_partners img {
        width: 100px;
    }
    .upal_desc_04 .btn_apply_job {
        width: 40%;
        padding: 15px 30px;
        margin-bottom: 20px;
    }
    .upal_desc_03 .title {
        padding: 0px 10px;
        text-align: center;
    }
    .upal_desc_03 .sub_title {
        padding: 0px 10px;
        text-align: center;
    }
    .upal_desc_04 {
        padding: 0px 0px 75px 0px;
    }
    .upal_desc_05 {
        padding: 80px 0px 150px 0px;
    }
    .upal_desc_05_left{
        z-index: 500;
    }
    .upal_desc_05_right{
        position: absolute;
        right: 0;
        bottom: -70px;
        overflow: hidden;
        z-index: 499;
    }
    .upal_desc_05_right > img {
        width: 135%;
    }
    .upal_desc_06 .btn_post_job {
        width: 40%;
        padding: 15px 30px;
        margin-bottom: 20px;
    }
    .bc_jobseeker_left, .bc_employer_right {
        display: table;
        padding: 0;
    }
    .img_wrapper > img {
        width: 100%;
        height: auto;
    }
    .bc_employer_right .img_wrapper {
        padding: 0px;
    }
    .jobseeker_half, .employer_half {
        padding: 75px 0px 0 0px;
    }
    .bc_jobseeker_left {
        margin:  0 0 0 -15px;
        padding: 23px 0 0 0;
    }
    .bc_jobseeker_left .img_wrapper{
        overflow: hidden;
    }
    .bc_jobseeker_left .img_wrapper > img {
        width: 130%;
        margin: 0 0 0 -30%;
    }
    .bc_employer_right .img_wrapper {
        text-align: right!important;
    }
    .bc_employer_right .img_wrapper > img {
        width: 90%;
    }
    .count_MainWord1 {
        /*position: absolute;*/
        /*left: 0;*/
        /*right: 0;*/
        /*padding: 15px 0px!important;*/
        /*margin: 0;*/
        font-size: 16px;
        background: #fff;
        font-style: normal;
        font-family: Raleway_Bold;
    }
    .count_MainWord2{
        font-size: 16px;
        font-style: italic;
        font-family: Raleway_ExtraBold;
    }
    .partner_wrapper{
        height: 260px;
    }
    .partner_wrapper img{
        width: auto!important;
        max-height: 70px;
    }
    .counter_container{
        padding: 0px;
        background: #d5f1fd;
    }
    .counter_container img {
        margin-bottom: 5px;
    }
    .count_word1 {
        text-align: center;
        font-size: 16px;
        font-family: Lato_Heavy;
    }
    .count_word2 {
        text-align: center;
        font-family: Raleway_Bold;
        font-size: 11px;
        padding: 0px 0px 5px 0px;
    }
    .count_spacing {
        padding: 0px;
    }
}

@media(max-width: 500px){
    .bg_app{
        background:url(../../images/employer_new_mainpage/app_09.jpg) center;
        background-position: calc(100%) calc(100%) !important;
    }
    .job_cat_wrapper{
        width: 280px;
    }
    .bg_our_partners img {
        width: auto;
    }
    .bg_our_partners .visible-xxs.display_flex {
        display: flex!important;
    }
    .upal_desc_02 .btn_post_job {
        width: 65%;
        padding: 15px 0px;
        margin-bottom: 20px;
    }
    .upal_desc_04 .btn_apply_job {
        width: 65%;
        padding: 15px 30px;
        margin-bottom: 20px;
    }
    .upal_desc_06 .btn_post_job {
        width: 65%;
        padding: 15px 30px;
        margin-bottom: 20px;
    }
    .bg_half_slash{
        padding: 0px;
        background: linear-gradient(90deg, #3dc3f6 50%, #00adef 50%);
    }
    .bg_half_slash .title_wrapper{
        padding: 5px;
    }
    .img_arrow {
        display: none;
    }
    .jobseeker_half .btn_wrapper {
        float: none;
        margin-right: 0%;
    }
    .employer_half .btn_wrapper {
        float: none;
        margin-left: 0%;
    }
    .btn_wrapper {
        width: 100%;
    }
    .btn_wrapper a {
        padding: 10px 5px;
        width: 140px;
        font-size: 14px;
    }
    p {
        text-align: left;
    }
    .bg_app .join_wording {
        font-size: 20px!important;
    }
    .bg_app .join_header {
        font-size: 24px!important;
    }

    .jobseeker_half .lbl_01, .jobseeker_half .lbl_02, .jobseeker_half .lbl_03{
            text-align: left!important;
    }
    .employer_half .lbl_01, .employer_half .lbl_02, .employer_half .lbl_03{
            text-align: right!important;
    }
    .upal_desc_04 {
        padding: 0px 0px 20px 0px;
        margin-top: -150px;
    }
    .upal_desc_05 {
        padding: 20px 0px 150px 0px;
    }
    .upal_desc_06 {
        padding: 20px 0px 20px 0px;
    }
    .upal_desc_06_right .display_flex {
        padding: 0px;
    }
    .upal_desc_06_right .display_flex > div {
        padding: 0px;
    }
    .upal_desc_06_right img {
        width: 100px;
    }
    .title_wrapper .lbl_01 {
        font-size: 15px;
    }
    .title_wrapper .lbl_02 {
        font-size: 20px;
    }
    .bc_jobseeker_left, .bc_employer_right {
        display: table;
        padding: 0;
    }
    .img_wrapper > img {
        width: 100%;
        height: auto;
    }
    .bc_employer_right .img_wrapper {
         padding: 0px;
     }
    .jobseeker_half, .employer_half {
        padding: 20px 10px 0 10px;
        margin-bottom: -10px;
    }
    .bc_jobseeker_left {
        margin:  0 0 0 -10px;
        padding: 23px 0 0 0;
    }
    .bc_jobseeker_left .img_wrapper{
        overflow: hidden;
    }
    .bc_jobseeker_left .img_wrapper > img {
        width: 150%;
        margin: 0 0 0 -50%;
    }
    .bc_employer_right .img_wrapper {
        text-align: center!important;
    }
    .bc_employer_right .img_wrapper > img {
        width: 100%;
    }
    .count_MainWord1 {
        padding: 5px 10px!important;
    }
    .upal_desc_02_right{
        padding: 0px;
    }
    .upal_desc_02_right img{
        width: 120%!important;
    }
    .upal_desc_04 .col-xxs-3 > img{
        width: 120%!important;
    }
}




#homepage_our_partners_dot_slider{
    top: 0;
}
#homepage_our_partners_dot_slider > li {
    background: black!important;
    border-color: black!important;
}
#homepage_our_partners_dot_slider > li.active {
    background: #00aff0!important;
    border-color: #00aff0!important;
}
#homepage_our_partners_sub_slider{
    width: 100%;
}
#homepage_our_partners_sub_slider_container{
    width: 100%;
}


.media-iconlist .media-left {
    padding-right:35px; width: 120px;
}
.media-iconlist .media-object {width: 100%}
.media-iconlist .media-body {width: auto}
.media-iconlist .media-body h4 {font-size:1.6em; margin-bottom:12px}
.media-iconlist .media-body p {font-size: 1.143em}


.media-showcase {
    min-height: 360px;
    /*width: 100%;*/
    overflow: hidden;
    margin: 0 10px;
    position: relative;
    box-shadow: 1px 1px 5px #888888;
    color: #fff;
    text-align: center;
}
.media-showcase .media-body {
    width: 100%; height: 100%;
    min-height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    position: absolute; bottom: -40%;
    padding: 35px 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.media-showcase:hover .media-body {
    bottom:0px;
    background-color:rgba(0,0,0,0.8);
}
.media-showcase:hover .hidden {display:block !important}
.media-showcase:hover .visible {display:none !important}

.media-showcase .media-icon {
    width:62px; height:62px;
    border-radius:50%;
    display:block;
    background-color:#fff;
    margin: 0 auto;
    position:relative;
}

.media-showcase .media-icon i {
    width:55px; height:55px;
    position:absolute; top:3px; left:3px;
}

.media-showcase .label {
    display:inline-block;
    padding:8px 15px; margin: 15px auto;
    font-size:1.143em;
    color: #000;
    background-color:#fff;
}

.media-showcase a {color: #fff}

.media--divider {
    border-bottom: solid 1px #d9d9d9;
    padding-bottom:35px; margin-top:35px;
}
.showcase .slick-dots {bottom: -60px;}
.showcase .slick-dots li button:before {font-size: 66px;}

@media screen and (max-width: 767px) {
    .media-showcase {background-position: top center !important}

}

.panel-group--accordion {}
.panel-group--accordion .panel {
    border: 1px solid #eaeaea;
    border-radius:5px;
    padding:25px 0; margin-bottom: 25px;
}

.panel-group--accordion .panel-heading{cursor:pointer}

.panel-group--accordion .panel-title{
    position:relative;
    font-weight: 700;
    font-size:1.143em;
    color:#3A3A3A;
}
.panel-group--accordion .panel-title.collapsed {font-weight: 400;}
.panel-group--accordion .panel-title:after{
    position:absolute; top: 0; right: -40px;
    font-family: 'Glyphicons Halflings';
    content:"\e260";
    color:#3A3A3A;
}
.panel-group--accordion .panel-title.collapsed:after{content:"\e259"}

.panel-group--accordion .panel-title:before{
    content:"";
    position:absolute; bottom:-15px; left:0;
    width:100%; height:1px;
    background-color:rgba(207,207,207,0.8);
    display: block;
}
.panel-group--accordion .panel-title.collapsed:before{display: none}

.panel-group--accordion .panel-heading.collapsed .panel-title {
    border:none;
    position:relative;
    color:#3A3A3A;
}
.panel-default > .panel-heading{
    background:none;
    padding: 10px 80px 10px 60px;
}

.panel-heading:hover{
    cursor:pointer;
}
.panel.panel-default:first-child {margin-top: 20px}

.panel-group--accordion .panel-body {padding: 20px 80px 0 60px; border: 0 !important}

.tabs-icon ul.nav {
    border: 0; margin-bottom: 20px;
}
.tabs-icon .nav-tabs>li>a,
.tabs-icon .nav-tabs>li:hover>a {
    background: none;
    border: 0;
}
.tabs-icon .nav-tabs>li>a {color:#3A3A3A; text-align: center;padding:0 10px; width: 140px}
.tabs-icon .nav-tabs>li:hover>a {color: #00B23E}
.tabs-icon .nav-tabs>li.active>a,
.tabs-icon .nav-tabs>li.active>a:focus,
.tabs-icon .nav-tabs>li.active>a:hover,
.tabs-icon .nav-tabs>li.active>a:focus {border: 0; color: #00B23E; background-color: transparent}
.tabs-icon .nav-tabs>li>a>.icon {margin-bottom: 10px}
.tabs-icon .nav-tabs>li.active>a>.icon {
    background-color:#00B23E;
    border:2px solid #00B23E;
}
.tabs-icon.text-center ul.nav {display: inline-block}
.tabs-icon.text-center ul.nav li {
    display: inline a;
    display-float: left;
}

@media screen and (max-width: 991px) {
    .tabs-icon .nav-tabs>li>a {padding:0 10px;}
}

.tabs-pills .btn-group {margin-bottom: 20px}
.tabs-pills .btn,
.tabs-pills .btn.active {
    border-color: #00B23E; border-width: 2px;
}
.tabs-pills .btn {color: #3A3A3A;padding: 16px 50px;

}
.tabs-pills .btn.active {
    background-color: #00B23E;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.icon {
    width:62px; height:62px;
    border-radius:50%;
    text-align:center;
    line-height:62px;
    background-color:#fff;
    margin: 0 auto;;
    position:relative;
    display: block;
}
.nav-icons .icon {border-radius: 0; background: #fafafa}

.icon.icon--outline {border:2px solid #000}
.icon.icon--hover:hover {background-color:#00B23E;}
.icon.icon--outline.icon--hover:hover {border:2px solid #00B23E}
.icon:after {
    width:58px; height:58px;
    position:absolute; top:0px; left:0px;
    content:"";
    background-repeat:no-repeat;
    background-position:center;
}
.nav-icons .icon:after {
    right: 0;margin: 30px auto 0;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
}

.carousel--mobileview {}
.carousel--mobileview .carousel-indicators {
    position: static;
}
.carousel--mobileview .carousel-indicators li,
.carousel--mobileview .carousel-indicators li.active {
    width: 100%;
    height: 150px;
    text-align: left;
    background: none;
    border: none;
    margin: 0px;
}
.carousel--mobileview .carousel-indicators li {
    text-indent: 0;
    position: relative;
    font-size: 1.143em;
}
.carousel--mobileview .carousel-indicators li:before {
    content: '';
    display: block;
    position: absolute;
}
.carousel--mobileview .carousel-indicators li:last-child:before {display: none}
.carousel--mobileview .carousel-indicators li:after {
    content: attr(data-step);
    position: absolute; top: 0; left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #00aff0;
    font-weight: bolder;
    font-size: 24px;
    color: #00aff0;
    text-align: center;
    line-height: 45px;
    font-family: Impact;
}
.carousel--mobileview .carousel-indicators li.active:after,
.carousel--mobileview .carousel-indicators li:hover:after {
    background: #00aff0;
    color: #fff;
}
.carousel--mobileview .carousel-indicators li h4 {
    font-weight:700; margin-top: 5px;
    font-family: Raleway_Bold;
}
.carousel--mobileview .carousel-indicators li.active h4,
.carousel--mobileview .carousel-indicators li:hover h4 {color: #00aff0}
.carousel--mobileview .carousel-indicators li p{
    display: block;
}

.carousel--mobileview .carousel-inner {position: absolute; left: 50%;overflow:hidden}
.carousel--mobileview .carousel-inner .item {
    position: static;
    width: 100% !important;
}
.carousel--mobileview .carousel-bg {
    background: url(../../images/employer_new_mainpage/phone_03.png) no-repeat center/cover;
    position: absolute; left: 50%;
    z-index: 9;
}

.carousel--desktopview {}
.carousel--desktopview .carousel-indicators {
    position: static;
}
.carousel--desktopview .carousel-indicators li,
.carousel--desktopview .carousel-indicators li.active {
    width: 100%; height: auto !important;
    text-align: center;
    border: 1px solid #CCD6DD;background: #F7F9FB; border-radius: 0
}
.carousel--desktopview .carousel-indicators li.active {
    border-color: #38C564;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    color: #38C564;
}
.carousel--desktopview .carousel-indicators li {
    text-indent: 0;
    position: relative;
    font-size: 1.143em;
}
.carousel--desktopview .carousel-indicators li:before {
    content: '';
    display: block;
    position: absolute;
}
.carousel--desktopview .carousel-indicators li:last-child:before {display: none}

.carousel--desktopview .carousel-indicators li h4 {font-weight:700; margin-top: 5px}
.carousel--desktopview .carousel-indicators li.active h4,
.carousel--desktopview .carousel-indicators li:hover h4 {color: #00BA51}
.carousel--desktopview .carousel-indicators li p{
    display: block;
}

.carousel--desktopview .carousel-inner {position: absolute; right: 50%;overflow:hidden}
.carousel--desktopview .carousel-inner .item {
    position: static;
    width: 100% !important;
}
.carousel--desktopview .carousel-bg {
    background: url(../../images/bg-imac.png) no-repeat center/cover;
    position: absolute; right: 50%;
    z-index: 9;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.how_employer_works_steps .item > img {
    width: 210px;
    height: 336px;
}

@media screen and (min-width: 768px) {
    .carousel--mobileview {min-height: 580px}

    .carousel--mobileview .carousel-indicators {float: right}
    .carousel--mobileview .carousel-indicators {width:50% !important}
    .carousel--mobileview .carousel-indicators li {padding: 5px 0 10px 70px}
    .carousel--mobileview .carousel-indicators li:before {
        width: 13px; height: 92px;
        background: url(../../images/employer_new_mainpage/arrow_down.png) no-repeat center/cover;
        bottom: 2px; left: 18px;
    }
    .carousel--mobileview .carousel-bg {
        top: 20px; margin-left:-505px; width: 510px; height: 711px;
    }
    .carousel--mobileview .carousel-inner {
        top: 100px; margin-left:-290px; width: 210px !important; height: 365px;
    }
    .carousel--desktopview {min-height: 450px}

    .carousel--desktopview .carousel-indicators {float: left; margin-left: 0;}
    .carousel--desktopview .carousel-indicators {width:40% !important}
    .carousel--desktopview .carousel-indicators li {padding: 10px 12px; margin-bottom: 50px}
    .carousel--desktopview .carousel-indicators li:before {
        width: 1px; height: 30px;
        background-color: #38C564;
        bottom: -40px; left: 50%;
    }
    .carousel--desktopview .carousel-bg {
        top: 0px; margin-right:-550px; width: 538px; height: 429px;
    }
    .carousel--desktopview .carousel-inner {
        top: 20px; margin-right:-522px; width: 483px !important; height: 275px;
    }
}
@media screen and (max-width: 767px) {
    .how_employer_works_steps .item > img {
        width: 115px;
        height: 185px;
    }
    .carousel--mobileview {min-height: 500px}
    .carousel--mobileview .carousel-indicators {margin-left: 10%; width: 90%}
    .carousel--mobileview .carousel-indicators li {float: left}
    .carousel--mobileview .carousel-indicators.steps--2 li {width: 50%}
    .carousel--mobileview .carousel-indicators.steps--3 li {width: 33%}
    .carousel--mobileview .carousel-indicators.steps--4 li {width: 25%}
    .carousel--mobileview .carousel-indicators.steps--5 li {width: 20%}
    .carousel--mobileview .carousel-indicators li {padding: 0; margin: 0 !important;}
    .carousel--mobileview .carousel-indicators li h4,
    .carousel--mobileview .carousel-indicators li p {
        position: absolute; top: 50px; left: 0;
        width: 100%;
        text-align: center;
        display: none;
    }
    .carousel--mobileview .carousel-indicators li:before {
        font-family: FontAwesome;
        content: "\f061";
        top: 13px; right: 30%;
        color: #333;
    }
    .carousel--mobileview .carousel-bg {
        top: 151px; margin-left:-180px; width: 280px; height: 391px;
    }
    .carousel--mobileview .carousel-inner {
        top: 195px; margin-left:-61px; width: 142px !important; height: 248px;
    }
    .carousel--mobileview .carousel-description {
        position: absolute; top: 50px; left: 0;
        width: 100%; height: 100px;
        text-align: center;
    }
    .carousel--mobileview .carousel-description h4 {font-weight:700; margin-top: 5px;color: #00AFF0}

    .carousel--desktop {min-height: 540px}
    .carousel--desktop .carousel-indicators {margin-left: 10%; width: 90%}
    .carousel--desktop .carousel-indicators li {float: left}
    .carousel--desktop .carousel-indicators.steps--2 li {width: 50%}
    .carousel--desktop .carousel-indicators.steps--3 li {width: 33%}
    .carousel--desktop .carousel-indicators.steps--4 li {width: 25%}
    .carousel--desktop .carousel-indicators.steps--5 li {width: 20%}
    .carousel--desktop .carousel-indicators li {padding: 0; margin: 0 !important;}
    .carousel--desktop .carousel-indicators li h4,
    .carousel--desktop .carousel-indicators li p {
        position: absolute; top: 50px; left: 0;
        width: 100%;
        text-align: center;
        display: none
    }
    .carousel--desktop .carousel-indicators li:before {
        font-family: FontAwesome;
        content: "\f061";
        top: 5px; right: 30%;
        color: #333;
    }
    .carousel--desktop .carousel-bg {
        top: 150px; margin-left:-135px; width: 270px; height: 392px;
    }
    .carousel--desktop .carousel-inner {
        top: 195px; margin-left:-61px; width: 142px !important; height: 248px;
    }
    .carousel--desktop .carousel-description {
        position: absolute; top: 50px; left: 0;
        width: 100%; height: 100px;
        text-align: center;
    }
    .carousel--desktop .carousel-description h4 {font-weight:700; margin-top: 5px;color: #00aff0}
}
@media screen and (max-width: 500px) {
    .carousel--mobileview .carousel-indicators li:before {
        display: none;
    }
}


@media (max-width: 991px){
    .pricing_container > .pricing_wrapper {
        height: 290px;
    }
    .pricing_wrapper .content_show {
        padding: 35px 10px;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .pricing_wrapper {
        padding: 0px 5px;
    }
    .pricing_wrapper .pricing_ori {
        font-size: 16px;
        height: 16px;
        line-height: 16px;
    }
    .pricing_wrapper .lbl_discount {
        margin: 0px 5px;
    }
}

@media (max-width: 767px){
    .pricing_container > .pricing_wrapper {
        width: 75%;
        float: none;
        height: 280px;
        margin: 15px auto 15px auto;
    }
    .content_fix {
        width: 75%;
        margin: auto;
    }
    .content_fix .col_left {
        padding: 0px;
        text-align: center;
    }
    .content_fix .col_right {
        padding: 0px 10px;
        margin-top: 15px;
        text-align: center;
    }
    .content_fix .cf_lbl_01 {
        margin: 0px;
    }
    .content_fix .cf_lbl_03 {
        text-align: center;
    }
}

@media (max-width: 500px){
    .content_fix {
        width: 100%;
        margin: auto;
    }
    .upal_desc_03 {
        padding: 120px 15px 0px 15px;
    }
    .pricing_wrapper .content_fix {
        padding: 20px 10px;
    }
    .pricing_wrapper .content_show {
        padding: 20px 10px;
    }
    .pricing_wrapper {
        padding: 0px;
    }
    .pricing_container .pricing_wrapper {
        width: 100%;
        margin: 15px auto 15px auto;
        padding: 0px;
    }
    .pricing_wrapper .btn_more {
        right: 0px;
    }
}

.vr_statistic_container {
    height: 237px;
    background:url(../../images/vip_recruitment/2nd_bg_13.jpg) center;
    background-size: cover;
}
.vr_form_container {
    height: 666px;
    background:url(../../images/vip_recruitment/form_bg_17.jpg) center;
    background-size: cover;
}