/*
*  STYLE DEFAULT RECRUITMENT
*
*
*  [Table of contents]
*
*  [&. Content / #key]
*  [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
*
*  Summary:
*
*
*  1. Recruitment Tab
*  2. Recruitment List
*  n. Responsive 
*
*
*/


/*----------  1. Recruiment Tab  ----------*/
    .sc-recruitment-style-tab .tab-list-wrapper {
        padding-top: 12px;
    }

    .sc-recruitment-style-tab .slz-template-01 {
        margin-bottom: 30px;
    }

    .sc-recruitment-style-tab .slz-template-01:last-child {
        margin-bottom: 0;
    }

    .sc-recruitment-style-tab .slz-recent-post .media {
        padding-top: 35px;
        padding-bottom: 35px;
        position: relative;
        overflow: visible;
        display: table;
        width: 100%;
    }

    .sc-recruitment-style-tab .slz-recent-post .media:before {
        content: '';
        position: absolute;
        left: 22%;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #fafafa;
        z-index: -1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .sc-recruitment-style-tab .slz-recent-post .media-left {
        width: 44%;
        position: relative;
        padding: 0;
    }

    .sc-recruitment-style-tab .slz-recent-post .block-label {
        left: auto;
        right: 0;
    }

    .sc-recruitment-style-tab .slz-recent-post .block-label .text {
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
    }

    .sc-recruitment-style-tab .slz-recent-post .media-right {
        width: auto;
        padding: 10px 30px;
    }

    .sc-recruitment-style-tab .slz-recent-post .block-title {
        font-size: 18px;
        font-weight: 500;
    }

    .sc-recruitment-style-tab .slz-recent-post .block-title + .block-info {
        margin-top: 15px;
    }

    .sc-recruitment-style-tab .slz-recent-post .block-info li {
        display: block;
        margin-bottom: 5px;
    }

    .sc-recruitment-style-tab .slz-recent-post .block-info li:last-child {
        margin-bottom: 0;
    }

    .sc-recruitment-style-tab .slz-recent-post .block-info li i {
        min-width: 25px;
    }

    .sc-recruitment-style-tab .slz-recent-post .block-info li + li:before {
        content: none;
    }

    .sc-recruitment-style-tab .slz-recent-post .block-title + .description,
    .sc-recruitment-style-tab .slz-recent-post .block-info + .description {
        margin-top: 20px;
    }

    .sc-recruitment-style-tab .slz-recent-post .wrapper-image {
        width: 100%;
    }

    .sc-recruitment-style-tab .slz-recent-post .wrapper-image:before {
        padding-top: 65%;
    }

    .sc-recruitment-style-tab .slz-recent-post .block-read-more {
        float: right;
        border-bottom: 0;
        color: #304771;
        font-weight: 500;
        margin-right: 15px;
        position: relative;
    }

    .sc-recruitment-style-tab .slz-recent-post .block-read-more:before {
        position: absolute;
        content: '';
        height: 1px;
        left: 0;
        right: 100%;
        bottom: 0;
        background-color: #da0f32;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .sc-recruitment-style-tab .slz-recent-post .block-read-more:hover {
        color: #da0f32;
    }

    .sc-recruitment-style-tab .slz-recent-post .block-read-more:hover:before {
        right: 0;
    }

    .sc-recruitment-style-tab .slz-recent-post .block-read-more i {
        float: right;
        padding-top: 5px;
    }
    
    .sc-recruitment-style-tab .slz-recent-post .block-image img {
        height: 100%;
        width: auto;
        max-width: none;
    }


/*----------  2. Recruitment List  ----------*/
    .slz-recruitment-table {
        margin: 0;
        border: 2px solid #f5f5f5;
    }

    .slz-recruitment-table .recruitment-tr {
        padding: 25px;
        width: 100%;
        display: table;
        position: relative;
    }

    .slz-recruitment-table .recruitment-tr + .recruitment-tr {
        border-top: 1px solid #f2f2f2;
    }

    .slz-recruitment-table .recruitment-td .icons {
        min-width: 25px;
    }

    .slz-recruitment-table .recruitment-td {
        display: table-cell;
        vertical-align: middle;
        min-width: 150px;
        padding: 0 10px;
    }

    .slz-recruitment-table .recruitment-td:first-child {
        padding-left: 0;
    }

    .slz-recruitment-table .recruitment-td:last-child {
        padding-right: 0;
    }

    .slz-recruitment-table .recruitment-td.image {
        width: 70px;
        padding: 0;
        min-width: 0;
    }

    .slz-recruitment-table .recruitment-td.title {
        text-align: left;
        font-size: 16px;
        font-weight: 500;
        padding-left: 15px;
        min-width: 200px;
        width: 150px;
    }

    .slz-recruitment-table .recruitment-td.title + .recruitment-td.group {
        padding-left: 100px;
    }

    .slz-recruitment-table .recruitment-td.date-expire {
        width: 150px;
    }

    .slz-recruitment-table .recruitment-td.date-expire .date {
        position: relative;
        padding-left: 30px;
    }

    .slz-recruitment-table .recruitment-td.group > div + div {
        margin-top: 10px;
    }

    .slz-recruitment-table .recruitment-td.group .salary,
    .slz-recruitment-table .recruitment-td.group .location {
        position: relative;
        padding-left: 30px;
    }

    .slz-recruitment-table .recruitment-td.date-expire .date:before,
    .slz-recruitment-table .recruitment-td.group .salary:before,
    .slz-recruitment-table .recruitment-td.group .location:before {
        position: absolute;
        font-family: 'FontAwesome';
        top: 0;
        left: 0;
    }

    .slz-recruitment-table .recruitment-td.date-expire .date:before {
        content: '\f273';
    }

    .slz-recruitment-table .recruitment-td.group .salary:before {
        content: '\f0d6';
    }

    .slz-recruitment-table .recruitment-td.group .location:before {
        content: '\f041';
    }

    .slz-recruitment-table .recruitment-td.type {
        text-align: center;
    }

    .slz-recruitment-table .recruitment-td.type .text {
        font-size: 10px;
        font-weight: 600;
        color: #fff;
        background-color: #fa6a6a;
        line-height: 18px;
        padding: 0 30px;
        max-width: 150px;
        margin: 0 0 0 auto;
    }

    .slz-recruitment-table .recruitment-td.read-more {
        text-align: right;
        min-width: 100px;
    }

    .slz-recruitment-table .recruitment-td.read-more .apply-btn {
        font-weight: 700;
        font-size: 14px;
        color: #da0f32;
        position: relative;
    }

    .slz-recruitment-table .recruitment-td.read-more .apply-btn:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: -5px;
        width: 0;
        height: 1px;
        background-color: #da0f32;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .slz-recruitment-table .recruitment-td.read-more .apply-btn:hover:before {
        width: 100%;
    }

/*=====================================
=            n. Responsive            =
=====================================*/

    @media screen and (max-width: 1024px) {
        .slz-recruitment-table .recruitment-td.title + .recruitment-td.group {
            padding-left: 0;
        }
    }

    @media screen and (max-width: 991px) {
        .sc-recruitment-style-tab .tab-list-wrapper,
        .sc-recruitment-style-tab .slz-recent-post .media {
            padding-top: 0;
        }

        .sc-recruitment-style-tab .slz-recent-post .media-left {
            width: 100%;
            display: block;
        }

        .sc-recruitment-style-tab .slz-recent-post .media-right {
            display: block;
        }

        .sc-recruitment-style-tab .slz-recent-post .media:before {
            left: 0;
            bottom: 35px;
        }

        .sc-recruitment-style-tab .slz-recent-post .block-read-more {
            float: none;
            display: inline-block;
        }

        .slz-recruitment-table {
            position: relative;
        }

        .slz-recruitment-table:before {
            position: absolute;
            content: '';
            width: 2px;
            height: 100%;
            background-color: #f2f2f2;
            top: 0;
            left: 50%;
        }

        .slz-recruitment-table .recruitment-tr + .recruitment-tr {
            border-top: none;
        }

        .slz-recruitment-table .recruitment-tr {
            display: inline-block;
            width: 50%;
            vertical-align: top;
            border-bottom: 2px solid #f2f2f2;
        }

        .slz-recruitment-table .recruitment-tr:nth-child(2n + 1):nth-last-child(-n + 2),
        .slz-recruitment-table .recruitment-tr:nth-child(2n + 1):nth-last-child(-n + 2) ~ .recruitment-tr {
            border-bottom: none;
        }

        .slz-recruitment-table .recruitment-td {
            display: block;
            width: 100%;
            padding: 0;
        }

        .slz-recruitment-table .recruitment-td + .recruitment-td {
            margin-top: 10px;
        }

        .slz-recruitment-table .image + .recruitment-td {
            margin-top: 15px;
        }

        .slz-recruitment-table .title + .recruitment-td {
            margin-top: 25px;
        }

        .slz-recruitment-table .recruitment-td.image {
            margin: 0 auto;
        }

        .slz-recruitment-table .recruitment-td.title {
            padding-left: 0;
            width: auto;
            text-align: center;
        }

        .slz-recruitment-table .recruitment-td.type .text {
            margin-left: auto;
            margin-right: auto;
            padding-top: 5px;
        }

        .slz-recruitment-table .recruitment-td.date-expire {
            width: 100%;
        }

        .slz-recruitment-table .recruitment-td.group .more-info {
            position: relative;
            padding-left: 30px;
        }

        .slz-recruitment-table .recruitment-td.group .more-info:before {
            position: absolute;
            top: 0;
            left: 0;
            content: '\f129';
            font-family: 'FontAwesome';
        }

        .slz-recruitment-table .recruitment-td.read-more {
            padding: 0;
            text-align: center;
            margin-top: 20px;
        }

        .slz-recruitment-table .recruitment-td:last-child {
            margin-bottom: 0;
        }
    }

    @media screen and (max-width: 480px) {
        .sc-recruitment-style-tab .slz-recent-post .media-right {
            padding-top: 20px;
            padding-bottom: 25px;
            display: block;
            width: 100%;
        }

        .sc-recruitment-style-tab .slz-recent-post .media-left {
            display: block;
            width: 100%;
        }

        .sc-recruitment-style-tab .slz-recent-post .media:before {
            left: 0;
            right: 0;
        }

        .slz-recruitment-table:before {
            content: none;
        }

        .slz-recruitment-table .recruitment-tr {
            width: 100%;
        }

        .slz-recruitment-table .recruitment-tr:nth-child(2n + 1):nth-last-child(-n + 2) {
            border-bottom: 2px solid #f2f2f2;
        }

    }

    @media screen and (max-width: 414px) {
        .slz-recruitment-table .recruitment-tr {
            padding: 25px 10px;
        }
    }


/*=====  End of n. Responsive  ======*/
