.container.toph_banner {
    padding-right: 0px;
    padding-left: 0px;
    position: relative;
    bottom: 9px;
    font-size: 35px;
    font-weight: 600;
    text-transform:uppercase;
    display: table;
}
.toph_banner {
    background-image: url(../img/toph-karir.png);
    background-size: cover;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    height: 225px;
    margin-bottom: 20px;
}
.toph_bg {
    display: table-cell;
    background: rgba(45, 45, 45, 0.5);
    color:#fff;
    padding-right: 35px;
    padding-left: 35px;
    min-height: 225px;
    vertical-align: middle;
}
.sertifikasi_desc {
    font-size: 15px;
    margin-bottom: 30px;
}
/*LIST SERTIFIKASI*/
.sertifikasi_style .no_gutter{
    margin: 0;
}
.karir_style {
    margin-bottom: 20px;
}
.karir_list {
    margin-bottom: 35px;
}
.karir_box {
    padding: 10px 15px;
    background-color: #F1F1F1;
    border-bottom: 7px solid #bbbdbf;
}
.title_karir {
    font-size: 18px;
    font-weight: bold;
    color: #1B9BD7;
}
ul.box_list {
    list-style-type: square;
    color: #1B9BD7;
}
ul > li > span {
    color: #000;
    font-size: 15px;
}
ol, ul {
    padding-left: 20px;
    margin-bottom: 0px;
}
.sertifikat_lainnya {
    margin-bottom: 17px;
}
.btn-primary.karir_view_button {
    background-color: #F38020;
    border-bottom: 4px solid #EE4036;
    border-radius: 0px;
    height: 40px;
    width: 140px;
    position: relative;
    top: 10px;
}
.btn-primary {
    border-color: transparent;
}
.btn-primary:hover {
    border-color: transparent;
}
.btn-primary.karir_view_button a {
    text-align: center;
    color: #fff;
}
.btn-primary.karir_view_button:hover {
    background-color: #FFA154;
    border-bottom: 4px solid #EE4036;
    height: 40px;
}
.navbar-nav > li.submit_button a {
    padding: 10px 15px;
}
.submit_button {
    background-color: #3F80B6;
    border-bottom: 4px solid #1660A5;
    border-radius: 0px;
    height: 40px;
    width: 160px;
    position: relative;
    top: 4px;
}
.submit_button:hover {
    background-color: #1B9BD7;
    border-bottom: 4px solid #1660A5;
    height: 40px;
}
.submit_button a {
    text-align: center;
    color: #fff;
    width: 100%;
}
@media (max-width: 1199px) {
	.footer_style {
        margin-bottom: 20px;
        height: 180px;
    }
}
@media (max-width: 991px) {
    .footer_style {
        margin-bottom: 20px;
        height: auto;
    }
    .footer_style .phone-wrap li {
        display: block;
    }
}
@media (max-width: 767px) {

}
@media (max-width: 480px) {
    
}