/* =========================
   Vigor Laser Career Section
========================= */

.vl-career-section{
    width:100%;
    float:left;
    padding:80px 0;
    background:#f8f8f8;
}

.vl-section-title{
    margin-bottom:50px;
}

.vl-section-title h2{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:20px;
}

.vl-section-title h2 span{
    color:#ab142d;
}

.vl-section-title p{
    max-width:900px;
    margin:0 auto;
    font-size:16px;
    line-height:30px;
    color:#555;
}

.vl-career-box{
    width:100%;
    float:left;
    background:#fff;
    padding:50px;
    border-radius:10px;
    box-shadow:0 0 20px rgba(0,0,0,0.08);
}

.vl-career-box h3{
    font-size:34px;
    font-weight:700;
    color:#111;
    margin-bottom:40px;
}

.vl-career-item{
    width:100%;
    float:left;
    margin-bottom:35px;
    padding-bottom:30px;
    border-bottom:1px solid #e5e5e5;
}

.vl-career-item:last-child{
    border-bottom:none;
}

.vl-career-item h4{
    font-size:26px;
    font-weight:700;
    color:#ab142d;
    margin-bottom:25px;
}

.vl-job-post{
    margin-bottom:25px;
}

.vl-job-post h5{
    font-size:20px;
    font-weight:600;
    color:#111;
    margin-bottom:12px;
}

.vl-job-post p{
    font-size:16px;
    line-height:28px;
    color:#555;
    margin-bottom:10px;
}

.vl-job-post ul{
    margin:0;
    padding-left:20px;
}

.vl-job-post ul li{
    font-size:16px;
    line-height:28px;
    color:#555;
    list-style:disc;
}

.vl-career-note{
    width:100%;
    float:left;
    background:#fff4e5;
    border-left:4px solid #f2ae2b;
    padding:25px;
    border-radius:6px;
    margin-top:10px;
}

.vl-career-note h4{
    font-size:24px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}

.vl-career-note p{
    font-size:16px;
    color:#555;
    margin:0;
}

.vl-career-apply{
    width:100%;
    float:left;
    text-align:center;
    margin-top:50px;
}

.vl-career-apply h4{
    font-size:30px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
}

.vl-career-apply p{
    font-size:16px;
    line-height:28px;
    color:#555;
    margin-bottom:25px;
}

.vl-career-btn{
    background:#ab142d;
    color:#fff;
    padding:14px 35px;
    display:inline-block;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    border-radius:5px;
    transition:0.3s;
}

.vl-career-btn:hover{
    background:#111;
    color:#fff;
    text-decoration:none;
}

/* =========================
   Responsive
========================= */

@media only screen and (max-width:767px){

    .vl-career-section{
        padding:60px 0;
    }

    .vl-section-title h2{
        font-size:30px;
    }

    .vl-career-box{
        padding:30px 20px;
    }

    .vl-career-box h3{
        font-size:28px;
    }

    .vl-career-item h4{
        font-size:22px;
    }

    .vl-career-apply h4{
        font-size:24px;
    }

}