
@import url('https://fonts.googleapis.com/css?family=Raleway');
.career body{
    background:#f5f5f5;
    margin-top:20px;}

/* ===== Career ===== */
.career-form-career {
    background-color: #1470EC;
    border-radius: 5px;
    padding: 0 16px;
    margin-bottom: 30px;
}

    .career-form-career .form-control-career {
        background-color: rgba(255, 255, 255, 0.2);
        border: 0;
        padding: 12px 15px;
        color: #fff;
    }

        .career-form-career .form-control-career::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #fff;
        }

        .career-form-career .form-control-career::-moz-placeholder {
            /* Firefox 19+ */
            color: #fff;
        }

        .career-form-career .form-control-career:-ms-input-placeholder {
            /* IE 10+ */
            color: #fff;
        }

        .career-form-career .form-control-career:-moz-placeholder {
            /* Firefox 18- */
            color: #fff;
        }

    .career-form-career .custom-select-career {
        background-color: rgba(0, 0, 0, 0.2);
        border: 0;
        padding: 12px 15px;
        color: #fff;
        width: 100%;
        border-radius: 5px;
        text-align: left;
        height: 50px;
        background-image: none;
    }

        .career-form-career .custom-select-career:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .career-form-career .select-container-career {
        position: relative;
    }

        

.filter-result-career .job-box-career {
    -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
    box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
    border-radius: 10px;
    padding: 0px 35px;
    margin-top:15px;
    margin-bottom: 15px;
    z-index:0
}

.career ul {
  list-style: none; 
}

.list-disk-career li {
    list-style: none;
    margin-bottom: 12px;
}

    .list-disk-career li:last-child {
        margin-bottom: 0;
    }

.job-box-career .img-holder-career {
    height: 65px;
    width: 65px;
    background-color: #4e63d7;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
    background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 65px;
}

.career-title-career {
    background-color: #4e63d7;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
    background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
}

.job-overview-career {
    -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
    box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
    border-radius: 10px;
}

@media (min-width: 992px) {
    .job-overview-career {
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
    }
}

.job-overview-career .job-detail-career ul {
    margin-bottom: 28px;
}

    .job-overview-career .job-detail-career ul li {
        opacity: 0.75;
        font-weight: 600;
        margin-bottom: 15px;
    }

        .job-overview-career .job-detail-career ul li i {
            font-size: 20px;
            position: relative;
            top: 1px;
        }

.job-overview-career .overview-bottom-career,
.job-overview-career .overview-top-career {
    padding: 35px;
}

.job-content-career ul li {
    font-weight: 600;
    opacity: 0.75;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
}

@media (min-width: 768px) {
    .job-content-career ul li {
        border-bottom: 0;
        padding: 0;
    }
}

.job-content-career ul li i {
    font-size: 20px;
    position: relative;
    top: 1px;
}
.mb-30-career {
    margin-bottom: 30px;
}