.home-footer {
    margin-top: 0;
}

.khl-hiring-banner {
    padding: 60px 10px;
    color: white;
    text-align: center;
    background-size: cover;
}

    .khl-hiring-banner h1 {
        font-size: 26px;
    }

.hiring-gallery {
    position: relative;
    background-color: #EEEFF2;
}

.hiring-gallery-item {
    display: flex;
    flex-direction: row;
    padding: 0 20px;
}

    .hiring-gallery-item p {
        flex: 2;
        background-color: #0080D5;
        color: white;
        margin: 0;
        margin-right: 20px;
        padding: 50px;
        font-size: 18px;
        line-height: 150%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hiring-gallery-item img {
        min-height: 500px;
        flex: 5;
        object-fit: cover;
        overflow: hidden;
    }

.hiring-gallery-nav {
    padding: 10px;
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .hiring-gallery-nav button {
        border: none;
        background-color: transparent;
        color: var(--text-color-fade2);
        font-weight: bold;
        font-size: 18px;
        cursor: pointer;
    }

        .hiring-gallery-nav button:hover {
            color: #14284A;
        }

        .hiring-gallery-nav button.glide__bullet--active {
            color: #14284A;
        }

.khl-hiring-gallery-control {
    align-self: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%
}

    .khl-hiring-gallery-control button {
        position: absolute;
        border: none;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: rgba(255,255,255,0.9);
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        line-height: 2px;
        cursor: pointer;
    }

        .khl-hiring-gallery-control button.right {
            right: 5px;
        }

        .khl-hiring-gallery-control button.left {
            transform: rotate(180deg);
            left: 5px;
        }

.khl-hiring-opptunities {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #EEEFF2;
}

    .khl-hiring-opptunities h2 {
        text-align: center;
    }

.opportunity-list {
    width: 100%;
}

    .opportunity-list.wrapper {
        padding: 0;
    }

.opportinuty-list-header {
    margin: 10px;
    display: flex;
    flex-direction: row;
}

    .opportinuty-list-header > div:not(:first-child) {
        padding: 10px;
        width: 100px;
        text-align: center;
    }

    .opportinuty-list-header > div:first-child {
        padding-left: 95px;
        text-align: left;
        flex: 1;
    }

.opportinuty-item {
    background-color: white;
    border-radius: 5px;
    margin: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .opportinuty-item:hover {
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    .opportinuty-item > div:not(:first-child) {
        padding: 10px;
        width: 100px;
        text-align: center;
    }

.opp-gp1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
}

    .opp-gp1 .imgjob {
        width: 54px;
        height: 54px;
        background-color: #EEEFF2;
        border-radius: 50%;
        margin: 20px;
    }

    .opp-gp1 > div:nth-child(2) {
        padding: 10px;
    }

    .opp-gp1 p {
        margin: 0;
        color: var(--text-color-fade2)
    }

    .opp-gp1 strong {
        font-size: 18px;
        margin-bottom: 5px;
    }

.opportinuty-item .new {
    margin-right: 10px;
    display: inline-block;
    padding: 6px 10px 5px 10px;
    background-color: var(--color-green);
    color: white;
    border-radius: 10px;
    font-size: 13px;
    text-transform: uppercase;
}

.mshow {
    display: none;
}

.khl-pagination {
    background-color: transparent;
    background-color: #EEEFF2;
    padding-bottom: 40px;
}


/******************** DETAIL PAGE ************************/
.hiring-type {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 10px 20px 0;
    border-bottom: 1px solid var(--line-color-fade);
}

    .hiring-type p {
        margin: 0;
        color: var(--text-color-fade2);
    }

    .hiring-type strong {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .hiring-type img {
        margin-right: 20px;
    }

.khl-hiring-detail-content {
    display: flex;
    flex-direction: row;
    padding-bottom: 50px;
}

    .khl-hiring-detail-content > div:first-child {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .khl-hiring-detail-content article {
        margin: 30px 0;
        font-size: 18px;
        padding: 20px 40px;
        border: 1px solid #ddd;
        width: 1000px;
        max-width: 80%;
        align-self: center;
        box-shadow: 0 0 5px rgba(0,0,0,0.1)
    }

.hiring-applicant {
    margin-left: 20px;
    padding-top: 50px;
    min-width: 300px;
}

    .hiring-applicant .btnApply {
        border: none;
        padding: 30px 70px;
        width: 100%;
        background-color: #0080d5;
        color: white;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
    }

    .hiring-applicant .btnDownload {
        font-weight: bold;
        margin-top: 10px;
        padding: 20px;
        border: none;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .hiring-applicant .btnDownload img {
            margin-right: 10px;
        }

.candidate-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right:5px;
}

    .candidate-form > div {
        flex-basis: 50%;
        overflow: hidden
    }

        .candidate-form > div.flex1 {
            flex-basis: 100%;
        }

    .candidate-form input {
        border: none;
        background-color: #ddd;
        color: black;
        padding: 20px;
        margin: 5px;
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        height: 60px;
    }

    .candidate-form select {
        background-color: #ddd;
        color: black;
        padding: 20px;
        border: none;
        flex: 1;
    }

    .candidate-form textarea {
        background-color: #ddd;
        color: black;
        padding: 20px;
        border: none;
        width: 100%;
        box-sizing: border-box;
        margin: 5px;
    }

    .candidate-form .btn {
        flex-basis: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .candidate-form button {
        border: none;
        padding: 20px 40px;
        background-color: #0080d5;
        color: white;
        font-weight: 600;
        cursor: pointer;
    }

    .candidate-form .fakeInp {
        background-color: #ddd;
        color: #666;
        padding: 20px;
        margin: 5px;
        width: 100%;
        box-sizing: border-box;
        height: 60px;
    }

    .candidate-form .fakeBtn {
        width: auto;
        padding: 0;
        width: 80px;
        margin: 0;
        height: unset;
    }

    .candidate-form .inpRow {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

.rec-filter {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.rec-cate{
    width:50%
}

.rec-item{
    display:flex;
    align-items:center
}

.rec-filter p{
    cursor:pointer
}

.rec-filter .active {
    color: #3bd960;
    border-bottom: solid 1px;
    padding-bottom: 5px;
}

.opportinuty-list-header.m-mobile{
    display:none
}

.qoute-text{
    text-align:left
}

.mask {
    display: none !important
}

.loadicon-pic {
    display: none !important;
}

.loadicon.loader.show.hide {
    display: none !important;
}

#recruiment-detail {
    opacity: 1;
    display: block;
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg,#0073b5,#bfdfee);
    transition: all 1s ease-in-out;
}

.modal__close {
    right: 15px;
    top: 13px;
    border: 0;
    width: 31px;
    height: 31px;
    line-height: 31px;
    border-radius: 100%;
    cursor: pointer;
    padding: 0;
    text-align: center;
    background-color: #ddd;
    color: #0073b5;
    margin-top: -35px;
}

.modal__header .modal__close::before {
    content: "\2715";
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__container {
    padding-bottom: 30px;
    display: none
}

.paper-a4 {
    background: #fff;
}

    .paper-a4 .t1 {
        text-transform: uppercase;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .paper-a4 .t2 {
        text-transform: uppercase;
        font-size: 32px;
        margin: 10px 0;
        padding: 0;
        color: #0571b8;
    }

.download-but a {
    height: 80px;
    text-transform: uppercase;
}

.download-but h3 {
    font-weight: 700;
    font-size: 25px;
}

.apply-recruit h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}

.modal__title {
    font-size: 32px;
    display: block;
    margin: 10px 0;
    padding: 0;
    color: #0571b8;
    text-transform: uppercase;
}
