/*@import '../../../font/icomoon/style.css';*/
.career-exam-list {
    background-color: #F5F7FA;
}

.all-results .container{
    padding: 0;
}
.all-results {
    padding: 15px 0 60px;
}
@media (min-width: 768px) {
    .all-results {
        padding: 40px 0 70px;
    }
}
@media (min-width: 1200px) {
    .all-results {
        padding: 60px 0 90px;
    }
}
.all-results .title-search {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.all-results .title-search .itemtitle {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 500;
}
.all-results .title-search .itemtitle .outoff {
    display: block;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 400;
}
@media (min-width: 1200px) {
    .all-results .title-search .itemtitle {
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    .all-results .title-search .itemtitle {
        flex: 0 0 100%;
        max-width: 100%;
        padding-bottom: 25px;
    }
}
.all-results .title-search .searchwrap {
    width: 267px;
    flex: 0 0 267px;
    max-width: 267px;
    padding-left: 15px;
    padding-right: 18px;
}
@media (max-width: 767px) {
    .all-results .title-search .searchwrap {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
.all-results .title-search .searchwrap .form-group {
    position: relative;
    margin-bottom: 0;
}
.all-results .title-search .searchwrap .form-group .form-control {
    height: 50px;
    padding: 0 18px;
    padding-left: 45px;
    line-height: 48px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
    font-family: "Oxygen", sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.all-results .title-search .searchwrap .form-group .form-control::placeholder {
    line-height: 48px;
    font-family: "Oxygen", sans-serif;
    font-weight: 400;
    color: #0D1834;
    font-size: 13px;
}
.all-results .title-search .searchwrap .form-group button {
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 0;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    width: 17px;
    cursor: pointer;
}
.all-results .title-search .searchwrap .form-group button svg {
    width: 17px;
}
.all-results .jobopenlist {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 20px;
}
.all-results .jobopenlist>*{
    padding-left: 10px;
    padding-right: 10px;
}
.all-results .jobopenlist .msg {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
}
@media (min-width: 992px) {
    .all-results .jobopenlist {
        margin-left: -15px;
        margin-right: -15px;
    }
    .all-results .jobopenlist>*{
        padding-left: 15px;
        padding-right: 15px;
    }
}
.all-results .jobopenlist .boxcol {
    padding: 10px;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .all-results .jobopenlist .boxcol {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .all-results .jobopenlist .boxcol {
        padding: 15px;
    }
}
@media (min-width: 1200px) {
    .all-results .jobopenlist .boxcol {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
.all-results .jobopenlist .openbox {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #fff;
    position: relative;
    height: 100%;
    padding: 27px 25px 27px;
    min-height: 266px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .all-results .jobopenlist .openbox {
        padding: 25px 25px 30px;
    }
}
@media (min-width: 992px) {
    .all-results .jobopenlist .openbox {
        padding: 37px 42px 44px;
    }
}
@media (min-width: 1200px) {
    .all-results .jobopenlist .openbox {
        min-height: 320px;
    }
}
.all-results .jobopenlist .openbox > * {
    flex: 0 0 100%;
    max-width: 100%;
}
.all-results .jobopenlist .openbox:after {
    position: absolute;
    content: "";
    background-image: url("images/career-hover-bg.svg");
    bottom: -40px;
    right: 0;
    width: 124px;
    height: 40px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
@media (max-width: 767.98px) {
    .all-results .jobopenlist .openbox:after {
        opacity: 1;
        bottom: 0;
    }
}
.all-results .jobopenlist .openbox:hover .details {
    opacity: 0;
}
@media (max-width: 767.98px) {
    .all-results .jobopenlist .openbox:hover .details {
        opacity: 1;
    }
}
.all-results .jobopenlist .openbox:hover .aplybtn {
    opacity: 1;
    bottom: 22px;
    display: block;
}
@media (min-width: 768px) {
    .all-results .jobopenlist .openbox:hover .aplybtn {
        bottom: 30px;
    }
}
@media (min-width: 992px) {
    .all-results .jobopenlist .openbox:hover .aplybtn {
        bottom: 44px;
    }
}
@media (max-width: 767.98px) {
    .all-results .jobopenlist .openbox:hover .aplybtn {
        /* display: none; */
        opacity: 0;
    }
}
.all-results .jobopenlist .openbox:hover:after {
    opacity: 1;
    bottom: 0;
}
.all-results .jobopenlist .openbox > * {
    position: relative;
    z-index: 1;
}
.all-results .jobopenlist .openbox .designation {
    padding-bottom: 40px;
}
@media (min-width: 768px) {
    .all-results .jobopenlist .openbox .designation {
        padding-bottom: 40px;
    }
}
@media (min-width: 992px) {
    .all-results .jobopenlist .openbox .designation {
        padding-bottom: 50px;
    }
}
@media (min-width: 1200px) {
    .all-results .jobopenlist .openbox .designation {
        padding-bottom: 70px;
    }
}
.all-results .jobopenlist .openbox .designation .jobcode {
    font-size: 15px;
    font-weight: 400;
    color: #0D1834;
    display: block;
}
@media (min-width: 992px) {
    .all-results .jobopenlist .openbox .designation .jobcode {
        font-size: 16px;
    }
}
.all-results .jobopenlist .openbox .designation h3 {
    font-size: 20px;
    color: #0D1834;
    font-weight: 500;
    padding-top: 10px;
}
@media (min-width: 992px) {
    .all-results .jobopenlist .openbox .designation h3 {
        font-size: 20px;
        padding-top: 12px;
    }
}
@media (min-width: 1200px) {
    .all-results .jobopenlist .openbox .designation h3 {
        font-size: 22px;
        padding-top: 19px;
    }
}
.all-results .jobopenlist .openbox .details {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0s ease-in-out;
}
.all-results .jobopenlist .openbox .details .key-value {
    display: flex;
    font-size: 16px;
    word-break: break-all;
}
@media (min-width: 768px) {
    .all-results .jobopenlist .openbox .details .key-value {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .all-results .jobopenlist .openbox .details .key-value {
        font-size: 18px;
    }
}
.all-results .jobopenlist .openbox .details .key-value .key {
    flex: 0 0 94px;
    max-width: 94px;
    padding-right: 3px;
}
@media (min-width: 768px) {
    .all-results .jobopenlist .openbox .details .key-value .key {
        flex: 0 0 94px;
        max-width: 94px;
    }
}
@media (min-width: 1200px) {
    .all-results .jobopenlist .openbox .details .key-value .key {
        flex: 0 0 104px;
        max-width: 104px;
    }
}
.all-results .jobopenlist .openbox .details .key-value .value {
    flex: 0 0 calc(100% - 94px);
    max-width: calc(100% - 94px);
    padding-left: 10px;
}
@media (min-width: 768px) {
    .all-results .jobopenlist .openbox .details .key-value .value {
        flex: 0 0 calc(100% - 94px);
        max-width: calc(100% - 94px);
    }
}
@media (min-width: 1200px) {
    .all-results .jobopenlist .openbox .details .key-value .value {
        flex: 0 0 calc(100% - 104px);
        max-width: calc(100% - 104px);
    }
}
.all-results .jobopenlist .openbox .details .key-value + .key-value {
    padding-top: 18px;
}
.all-results .jobopenlist .openbox .details .ed-exp {
    padding-top: 20px;
    /* display: flex; */
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
    /* font-weight: 700; */
}
.all-results .jobopenlist .openbox .details .ed-exp [class^=icon-] {
    margin-right: 6px;
    display: inline-block;
    line-height: 24px;
    color: #BABABA;
    flex: 0 0 30px;
}
@media (min-width: 992px) {
    .all-results .jobopenlist .openbox .details .ed-exp {
        font-size: 14px;
    }
}
.all-results .jobopenlist .openbox .details .ed-exp .ed {
    line-height: 26px;
    /* padding-right: 33px; */
    display: flex;
}
.all-results .jobopenlist .openbox .details .ed-exp .exp {
    line-height: 26px;
    font-weight: 400;
    display: flex;
    margin-top: 15px;
}
.all-results .jobopenlist .openbox .aplybtn {
    border-color: #158825;
    color: #158825;
    background-color: #fff;
    opacity: 0;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 160px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    width: 100%;
    left: 25px;
}
.all-results .jobopenlist .openbox .aplybtn:hover {
    color: #fff;
    background-color: #158825;
}
@media (min-width: 768px) {
    .all-results .jobopenlist .openbox .aplybtn {
        left: 25px;
    }
}
@media (min-width: 992px) {
    .all-results .jobopenlist .openbox .aplybtn {
        max-width: 180px;
        height: 45px;
        line-height: 43px;
        font-size: 18px;
        left: 42px;
    }
}
@media (min-width: 1200px) {
    .all-results .jobopenlist .openbox .aplybtn {
        max-width: 199px;
        height: 50px;
        line-height: 48px;
    }
}
@media (max-width: 767.98px) {
    .all-results .jobopenlist .openbox .aplybtn {
        height: 100%;
        width: 100%;
        bottom: 0;
        margin: 0;
        display: block;
        max-width: 100%;
        left: 0;
    }
}