.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-press.png);
    background-size: cover;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    height: 225px;
    margin-bottom: 20px;
}
.normal_title_font {
    text-transform: none !important;
}
.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;
}
.no_gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
/*CONTENT*/
.karir_detail_style {
    margin-bottom: 30px;
}
.desc_position {
    font-size: 14px;
    margin-bottom: 20px;
}
.summary_karir {
    padding-bottom: 1px;
    font-size: 15px;
}
.karir_desc_list {
    font-size: 20px;
    color: #1B9BD7;
    margin-bottom: 10px;
}
ul.box_list {
    list-style-type: square;
    color: #1B9BD7;
}
ul > li > span {
    color: #000;
    font-size: 15px;
}
.listing_desc {
    margin-bottom: 10px;
}
ol, ul {
    padding-left: 20px;
    margin-bottom: 0px;
}
/*FIELD BOX*/
.desc_form {
    border: 1px solid #BBBDBF;
    padding: 20px 20px 40px 20px;
    margin-bottom: 50px;
}
.karir_form_title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.c_fieldstyle {
    border-bottom: 5px solid #CCCBCA;
    font-style: italic;
    height: 40px;
}
.form-control {
    border-radius: 0px;
}
.daftar_karir_button {
    position: relative;
}
.calendar_form {
    position: relative;
}
.calendar_btn {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 18px;
    color: #1B9BD7;
}
.calendar_btn:onclick {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 18px;
    color: #1B9BD7;
}
.btn-primary.karir_daftar_button {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 3px;;
    background-color: #F38020;
    border-bottom: 4px solid #EE4036;
    border-radius: 0px;
    height: 45px;
    position: absolute;
    top: 17px;
    left: 42%;
    right: 42%;
}
.btn-primary.karir_daftar_button a {
    text-align: center;
    color: #fff;
}
.btn-primary.karir_daftar_button:hover {
    background-color: #FFA154;
    border-bottom: 4px solid #EE4036;
    height: 45px;
}
.recaptcha_style {
    position: relative;
    top: 25px;
    text-align: center;
    margin-bottom: 35px;
}
/*SIDEBAR*/
.headingtitle_style {
    margin-top: 20px;
    margin-bottom: 20px;
}
.headingtitle_style h4 {
    color:#1B9BD7;
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.karir_list {
    margin-bottom: 30px;
}
.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;
}
.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.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;
}
.btn-primary {
    border-color: transparent;
}
.btn-primary:hover {
    border-color: transparent;
}
.sertifikat_lainnya {
    margin-bottom: 17px;
}
.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) {
    .btn-primary.karir_daftar_button {
        left: 37%;
    }
}
@media (max-width: 480px) {
    .btn-primary.karir_daftar_button {
        left: 35%;
    }
}