.wejob-employer-cat h2{
    text-align: center;
    font-size: 36px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}
.wejob-employer-list .wejob-employer-cat:first-child h2{
    margin-top: 0;
}
.wejob-employer-cat h2 span {
    background-color: #fff;
    padding: 0 0.3em;
}
.wejob-employer-cat h2:before {
    content:"";
    display: block;
    position: absolute;
    z-index:-1;
    top: 50%;
    width: 100%;
    border-bottom: 2px solid #bb141a;
}
.wejob-employer-item{
    border: 1px solid #ccc;
    border-radius: 14px;
    margin-bottom: 20px;
    background-color: lightyellow;
    display: block;
    overflow: hidden;
}
.wejob-employer-list .brand-top{
    height: 70px;
    padding: 15px;
}
.wejob-employer-list .brand-logo{
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 30%;
    z-index: 2;
    float: left;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}
.wejob-employer-list .brand-logo img{
    max-width: 100%;
}
.wejob-employer-list .brand-name{
    padding: 5px 10px;
    font-size: 18px;
    color: #333;
    float: left;
    width: 70%;
    line-height: 20px;
}
.wejob-employer-list .supplier-bg {
    position: relative;
    width: 100%;
    height: 213px;
    background: center/cover;
    z-index: 1;
}
.wejob-employer-list .sub-employers {
    position: absolute;
    left: 20px;
    bottom: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wejob-employer-list .supplier-bg .sub-employers .subbrand {
    width: 70px;
    display: inline-block;
    padding: 5px 0;
    background-color: #fff;
    border-radius: 5px;
}
.wejob-employer-toggle{
    margin-bottom: 20px !important;
}

.wejob-employer-cat .thumbnail img{
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}
.employer-details ul{
    overflow: hidden;
}
.employer-details ul li{
    width: 50%;
    float: left;
}
@media (max-width: 1024px){
    .employer-details ul li{
        width: 100%;
    }
}