
.msb-block.msb-recruitment {
    padding: 70px 0;
}
.msb-recruitment {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.msb-recruitment .list-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.msb-recruitment .item-col {
    float: left;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    background: none !important;
}
.msb-recruitment .item-col.style2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.msb-recruitment .item-col .item {
    position: relative;
    background: #ffffff;
    border-radius: 13px;
    overflow: hidden;
}
.msb-recruitment .item-col .item a.link-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}
.msb-recruitment .item-col .item .image {
    height: 240px;
}
.msb-recruitment .item-col.style1 .item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.msb-recruitment .item-col.style1 .image {
    width: 276px;
    min-width: 276px;
}
.msb-recruitment .item-col .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.msb-recruitment .item-col .content {
    height: 240px;
    padding: 100px 20px 20px;
}
.msb-recruitment .item-col.style1 .content {
    padding: 110px 32px 20px;
}
.msb-recruitment .item-col.style2 .content {
    padding-top: 145px;
}
.msb-recruitment .item-col.style3 .content {
    padding: 145px 32px 20px;
}
.msb-recruitment .item-col .title {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 9;
}
.msb-recruitment .item-col.style1 .title {
    -webkit-line-clamp: 2;
    margin: 0 0 10px;
}
.msb-recruitment .item-col .title a {
    color: inherit;
}
.msb-recruitment .item-col.style1 .date,
.msb-recruitment .item-col.style1 .desc,
.msb-recruitment .item-col.style3 .date,
.msb-recruitment .item-col.style3 .desc {
    display: none;
}
.msb-recruitment .item-col.style2 .content,
.msb-recruitment .item-col.style3 .content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.msb-recruitment .item-col.style2 .content .title {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}
.msb-recruitment .item-col.style3 .content .title {
    max-width: 70%;
    -webkit-line-clamp: 1;
    margin-bottom: 10px;
}
.msb-recruitment .item-col .content .msb-btn {
    position: relative;
    z-index: 9;
}
.msb-recruitment .item-col.style2 .content .msb-btn {
    display: none;
}

@media (max-width: 991px) {
    .msb-recruitment .item-col.style1 .image {
        width: 45%;
        min-width: 45%;
    }
    .msb-recruitment .item-col.style1 .title,
    .msb-recruitment .item-col.style3 .title {
        font-size: 22px;
    }
    .msb-recruitment .item-col.style1 .content,
    .msb-recruitment .item-col.style3 .content {
        padding: 100px 20px 20px;
    }
    .msb-recruitment .item-col.style2 .content .date {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 991px) {
    .msb-block.msb-recruitment {
        padding: 70px 0;
    }
}

@media (max-width: 767px) {
    .msb-block.msb-block-view-all.msb-recruitment {
        padding: 70px 0 140px;
    }
    .msb-block.msb-block-view-all.msb-recruitment .msb-heading-block .msb-btn {
        bottom: 70px;
    }
    .msb-recruitment .item-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .msb-recruitment .item-col.style2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 460px) {
    .msb-recruitment .item-col.style1 .image {
        width: 100%;
        min-width: 100%;
    }
    .msb-recruitment .item-col.style1 .content {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    .msb-recruitment .item-col.style2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .msb-recruitment .item-col.style3 .content .title {
        max-width: 100%;
        -webkit-line-clamp: 2;
    }
}
