body {
    font-family: rubik, sans-serif;
}

.navbar-custom {
    padding-top: 1em;
    padding-bottom: 1em;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
}

.navbar .navbar-toggle {
    background: white !important;
    border: 0 !important;
}

.navbar .navbar-toggle i {
    color: #009a51;
    font-size: 28px;
}

.navbar-fixed-custom {
    position: fixed;
    padding-top: 1em;
    padding-bottom: 1em;
    top: 0;
    width: 100%;
    animation: slide-down 0.5s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.20);
    z-index: 999;
    background: white !important;
}

.navbar .nav>li>a {
    color: #525975 !important;
    font-size: 14px !important;
    font-weight: 600;
}

.form-group-header {
    width: 50%;
}
.img-navbar-custom{
    background: url('../img/warungislamibogor-text.png');
    width: 120px;
    height: 120px;
}
@media(max-width:767px) {
    .navbar .nav>li>a {
        padding: 10px 30px;
    }

    .form-group-header {
        width: 80%;
    }
}
@media(max-width:335px){
    .navbar-brand{
        max-width: 74px;
        overflow: hidden;
    }
}
@media(max-width:480px) {
    .form-group-header {
        width: 95%;
        padding: 0 15px !important;
    }
    .product-group-column{
        display: block !important;
    }
    .product-group-column .col-lg-5:last-child{
        position: static !important;
    }
    .img-about-column img{
        height: 200px !important;
    }
    
}

@media(max-width:360px) {
    .form-group-header input {
        font-size: 12px !important;
    }

    .btn-subscribe-header {
        font-size: 12px !important;
        padding: 9px 10px !important;
    }
}

@media(max-width:992px) {
    .img-about-column {
        width: 100% !important;
    }
    .product-group-column .col-lg-5:first-child .product-item-card{
        margin-top: 2em;
    }
    .text-about-column {
        display: block !important;
        width: 95% !important;
        top: -2em !important;
        position: relative !important;
        right: 0 !important;
        margin: auto;
        height: auto !important;
    }
    .product-section-wrapper {
        margin: 0 0 10em 0 !important;
    }
    .about-section-wrapper{
        margin: 10em 0 1em 0 !important;
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.navbar-fixed-custom .navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-custom .navbar-brand {
    display: flex;
    align-items: center;
}

.header-section {
    background: url('../img/bg-header.jpg')center center no-repeat;
    background-size: cover;
    height: 85vh;
    display: flex;
    align-items: center;
}

.job-vacancies-box {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
    border: 0;
}

.title-job-vacancies {
    font-size: 20px !important;
    font-weight: normal;
    color: black !important;
    margin-block-end: 0;
    line-height: 1.5;
    padding: 0 5px 0 5px;
}

.desc-job-vacancies {
    font-size: 13px !important;
    line-height: 2;
    color: #808080;
    padding: 0 5px;
}
.product-group-column{
    display:flex;
    justify-content: flex-end;
}
.about-section-wrapper {
    margin: 10em 0 10em 0;
}

.product-section-wrapper {
    margin: 0 0 10em 0;
}

.btn-apply-job {
    background: white;
    color: #009a51 !important;
    border: 1px #009a51 solid;
    font-size: 13px;
    padding: 8px 15px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.5s;
}

.job-vacancies-column {
    display: flex;
}

@media(max-width:992px) {
    .job-vacancies-column {
        display: block !important;
    }

    .btn-apply-job {
        margin-bottom: 1em;
        margin-left: 5px;
    }
}

.btn-apply-job:hover {
    background: #009a51;
    border: 1px #009a51 solid;
    color: #fff !important;
    transition: 0.5s;
    border: 0;
}

.heading-section {
    font-size: 28px;
    margin-block-start: 0;
    
    color: black;
    font-weight: normal;
}

.subheading-section {
    font-size: 13px;
    color: #009a51 !important;
    font-weight: bold;
}

.heading-job-vacancies {
    font-size: 24px;
    color: black;
    font-weight: normal;
    text-align: center;
}

.subheading-job-vacancies {
    font-size: 13px;
    color: #009a51 !important;
    font-weight: 600;
    text-align: center;
    padding-bottom: 2em;
}

.description-section {
    color: #383f47;
    opacity: .65;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 2;

    padding-top: 1em;
}

.btn-more-about {
    background: #009a51;
    margin-top: 2em;
    color: #fff !important;
    font-size: 12px !important;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px 15px;
}

.title-product-item {
    text-align: center !important;
    padding-top: 1em;
    font-size: 15px;
    letter-spacing: 1px;
    color: #009a51 !important;
    font-weight: 600;
}

.description-product-item {
    font-size: 13px;
    text-align: center;
    line-height: 2;
    padding-top: 0.5em;
    color: #808080 !important;
}

.form-group-header {
    position: relative;
}

.form-group-header input {
    font-size: 18px;
    height: 50px;
    font-weight: bold;
}

.btn-subscribe-header {
    position: absolute;
    background: #009a51;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: bold;
    right: 10px;
    padding: 9px 30px;
    top: 6px;
    letter-spacing: 1px;
}

.heading-header {
    padding: 0 15px;
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 7px 10px rgba(0, 0, 0, 0.07), 0 4px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.description-header {
    font-size: 14px;
    text-shadow: 0 -4px 20px rgba(0, 0, 0, .25);
    padding-bottom: 2em;
    font-weight: 300;
    opacity: .7;
    padding: 0 15px 2em 15px;
    color: #FFF;
    text-align: center;

}

.job-vacancies-wrapper {
    margin: 2em 0 6em 0;
}

.footer-section-wrapper {
    background: #fafafa;
    border-top: 1px #ddd solid;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.footer-section-wrapper .icon-facebook-footer {
    background: #3b5999;
}

.footer-section-wrapper .icon-twitter-footer {
    background: #55acee;
}

.footer-section-wrapper .icon-instagram-footer {
    background: #e4405f;
}

.footer-section-wrapper .icon-google-plus-footer {
    background: #dd4b39;
}

.icon-footer {
    color: #fff;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.footer-section-wrapper .text-footer {
    font-size: 14px;
}

.footer-section-wrapper .footer-item-column {
    display: flex;
    align-items: center;
}

.w-100 {
    width: 100%;
}

@media(max-width:776px) {
    .footer-item-column {
        display: block !important;
    }

    .icon-footer-group {
        margin-top: 1em;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .footer-item-column .col-lg-6:last-child {
        display: flex;
        justify-content: center;
    }
    .footer-section-wrapper .text-footer{
        text-align: center;
    }
}
.d-none{
    display: none !important;
}
.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.title-section::after {
    content: "";
    display: block;
    margin: 1em auto 2em auto;
    background: red;
    width: 100px;
    height: 2px;
}

.icon-product-item {
    font-size: 28px;
    text-align: center;
    background: #009a51 !important;
    color: #fff;
    padding: 15px;
    transition: 0.5s;
    border-radius: 100px;
    margin-top: 0.5em;
}

.product-item-card {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05);
    border: 0;
    border-radius: 10px;
    transition: 0.5s
}

.product-item-card:hover {
    background: #009a51 !important;
    transition: 0.5s;
}

.product-item-card:hover .icon-product-item {
    background: transparent;
    transition: 0.5s;
}

.product-item-card:hover .title-product-item {
    color: #fff !important;
    transition: 0.5s;
}

.product-item-card:hover .description-product-item {
    color: #fff !important;
    transition: 0.5s;
}

.section_more_member {
    background-image: url("../img/image-parallax.jpg");

    /* Set a specific height */
    height: auto;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay-more-member {
    padding: 2em 0;
    height: 100%;
    background: rgba(0, 5, 8, 0.80);
}

.padding-0 {
    padding: 0 !important;
}

.flex-column {
    flex-direction: column !important;
}

.align-items-center {
    align-items: center !important;
}

.avatar-testimoni-person {
    width: 100px !important;
    height: 100px !important;

    margin-top: 1em;

    border-radius: 100px;
}

.heading-testimoni {
    color: #fff;
}

.heading-testimoni:after {
    content: "";
    display: block;
    margin: 1.3em auto 2em auto;
    width: 80px;
    height: 2px;
    background: rgba(255, 255, 255, .4)
}

.text-testimoni-person {
    color: #fff;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: arial;
    width: 80%;
    display: block;
    margin: auto;
    font-style: italic;
    line-height: 2;
    padding-top: 1em;
    text-align: center;
}

@media(max-width:480px) {
    .text-testimoni-person {
        width: 100%;
    }
}

.name-testimoni-person {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px !important;
    padding-top: 2em;
    margin-block-end: 0;
}

.profession-testimoni-person {
    color: #999;
    font-weight: 400;
    text-align: center;
    margin-block-start: 0;
    padding-top: 0.5em;
}

.img-person-team {
    max-height: 250px;
    width: 100%;
}

.name-person-team {
    color: #009a51;
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    padding-top: 1em;
    font-weight: 600;
}

.job-person-team {
    color: #737373 !important;
    font-weight: 400;
    margin-block-start: 0;
    text-align: center;
    
}

.img-about-column{    
    width:60%;
}

.img-about-column img{    
    height:500px;
    width:100%;
}
.text-about-column{
    width: 45%;
position: absolute;
top: 2em;
background: white;
padding: 25px;
display: flex;
flex-direction:column;
justify-content:center;
height: 450px;
border-radius: 10px;
box-shadow: 0 10px 45px rgba(0,0,0,.1);
right: 3em;
}
.job-vacancies-apply-wrapper{
    margin: 3em 0;
}
.logo-name {
    font-size: 50pt;
}

.bg-white {
    background: white !important;
}

.bg-login-header {
    width: auto;
    max-width: 100%;
}

.login-section-wrapper {
    height: 84.1vh;
}

.btn-login-exam {
    background: #009a51;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    letter-spacing: 1px;
}

.title-login-page {
    font-size: 28px !important;
    font-weight: normal;
}

.desc-login-page {
    color: #a6a6a6;
    font-weight: 500;
    padding-bottom: 15px;
    font-size: 15px;
}

.login-section-wrapper input[type="checkbox"]+label {
    display: block;
    position: relative;
    font-size: 12px !important;
    font-weight: normal;
    top: 1em;

}

.login-section-wrapper input[type="checkbox"]+label::before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #e5e6e7;
}

.login-section-wrapper input[type="checkbox"]:checked+label::before {
    background: white;
    border: 1px solid #e5e6e7;

}

.login-section-wrapper input[type="checkbox"]:checked+label::after {
    content: '';
    color: #fff;
    position: absolute;
    top: 2px;
    left: 0;
    border-left: 2px solid #5867dd;
    border-bottom: 2px solid #5867dd;
    height: 7px;
    width: 23px;
    transform: rotate(-45deg);
}


.login-section-wrapper input[type="checkbox"] {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.login-section-wrapper input[type="checkbox"]:disabled+label {
    color: #575757;
}

.login-section-wrapper input[type="checkbox"]:disabled+label::before {
    background: #ddd;
}

.d-flex {
    display: flex !important;
}

.bg-login-exam {
    width: auto;
    max-width: 80%;
}

.justify-content-between {
    justify-content: space-between !important;
}

.login-section-wrapper {
    display: flex;
    align-items: center;
}

.login-exam-column {
    display: flex;
    align-items: center;
}

.btn-see-password {
    background: transparent;
    color: #666666;
    position: absolute;
    border: 0 !important;
    outline: none !important;
    right: 0;
    top: 0;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
}
form{
    background: white !important;
    padding:0 !important;
}
@media(max-width:992px){
    .column-image-login{
        display:none !important;
    }
}
.wizard>.content>.body {
    position: relative;
    background: white;
    padding: 1em 0;
  }

  .wizard>.content {
    background: white;
    margin-bottom: 2em;
  }
  .wizard>.steps ul{
    /*display: none !important;*/
  }
  .wizard>.steps .number {
    display: none;
  }

  legend {
    text-align: right;
  }

  .wizard>.steps a {
    content: "test";
  }

  .wizard>.steps {
    margin-top: 2em;
  }

  .wizard>.steps>ul>li:after {
    content: "";
    background: #e5e6e7;
    width: 100%;
    height: 1px;

    display: block;

  }

  .wizard>.steps>ul>li:before {
    content: "";
    background: #e5e6e7;
    width: 100%;
    height: 1px;

    display: block;

  }

  .wizard>.steps .current a,
  .wizard>.steps .current a:hover,
  .wizard>.steps .current a:active {
    background: #1ab394 !important;
    border: none !important;

  }

  .wizard>.steps .current .subheader-applyjob,
  .wizard>.steps .current .subheader-applyjob,
  .wizard>.steps .current .subheader-applyjob{
    color: #1ab394 !important;
    font-weight: 450;
  }

  .wizard>.steps .done a,
  .wizard>.steps .done a:hover,
  .wizard>.steps .done a:active {
    background: #1ab394 !important;
    opacity: 0.5;
    border: none !important;
    
  }
  .wizard>.steps .done .subheader-applyjob,
  .wizard>.steps .done .subheader-applyjob,
  .wizard>.steps .done .subheader-applyjob {
    color: #1ab394 !important;
    font-weight: 450;
  }

  .wizard>.steps a,
  .wizard>.steps a:hover,
  .wizard>.steps a:active {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100% !important;
    font-size: 24px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center !important;
    position: relative !important;
    background: white !important;
    border: 1px #808080 solid;
  }

  .wizard>.steps>ul>li {
    width: 20% !important;
    display: flex;
    height: 100px !important;
    align-items: center;
  }

  .wizard>.actions a {
    padding: 7.5px 15px !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    background: #1ab394 !important;
    color: white !important;
  }

  .yearpicker {
    cursor: pointer;
  }

  .wizard>.actions {
    text-align: left;
  }

  .btn-save-recruitmen {
    float: right;
    position: relative;
    top: -2.8em;
    background: #1ab394 !important;
    color: #fff;
    font-size: 12px !important;
    margin-right: 5px;
    padding: 7.5px 15px !important;
  }

  input[type="checkbox"]+label {
    display: block;
    position: relative;
    top: 1em;

  }

  input[type="checkbox"]+label::before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #e5e6e7;
  }

  input[type="checkbox"]:checked+label::before {
    background: white;
    border: 1px solid #e5e6e7;

  }

  input[type="checkbox"]:checked+label::after {
    content: '';
    color: #fff;
    position: absolute;
    top: 2px;
    left: 0;
    border-left: 2px solid #5867dd;
    border-bottom: 2px solid #5867dd;
    height: 7px;
    width: 23px;
    transform: rotate(-45deg);
  }


  input[type="checkbox"] {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
  }

  .login-box input[type="checkbox"]:disabled+label {
    color: #575757;
  }

  .login-box input[type="checkbox"]:disabled+label::before {
    background: #ddd;
  }

  /* start radio */
  [type="radio"]:checked,
  [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }

  [type="radio"]:checked+label,
  [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #676a6c;
  }

  [type="radio"]:checked+label:before,
  [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
  }

  [type="radio"]:checked+label:after,
  [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #1ab394;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .form-title {
    padding: 0 0 10px 0;
    font-weight: 600;
    color: #007E33;
    margin: 0;
    text-align: left;
    border-top: 0px;
  }

  .form-content .form-control:focus {
    outline: none !important;
    border: 1px solid #e5e6e7 !important;
  }

  .form-title .col-md-12 {
    border-bottom: 1px solid #e5e6e7;
    padding: 0.5em 0 0.5em 0;
  }

  .btn-check {
    background: #1ab394;
    font-size: 12px !important;
    width: 130px;
    height: 34px;
    color: white !important;
  }
  .badge-circle {
    height: 50px;
    min-width: 50px;
    width: auto;
    border-radius: 50%;
    font-size: 150%;
    font-weight: 0;
    padding: 10px;
    margin-right: 10px;
  }

  textarea {
    max-height: 200px;
  }

  .wizard>.content>.body {
    position: static !important;
  }

  .btn-prev-exam {
    float: left;
    font-size: 12px !important;
    margin-top: 1em;
  }

  .btn-next-exam {
    float: left;
    font-size: 12px !important;
    margin-top: 1em;
  }

  .padding-0 {
    padding: 0;
  }

  .btn-finish-exam {
    background: #1ab394 !important;
    border: 0 !important;
    margin-top: 1em;
    float: right;
    font-size:14px !important;

  }

  form {
    background: white;
  }

  .bg-f30 {
    background: #f30 !important;
  }

  .table-question-aswer thead tr th {
    height: 50px;
  }

  .btn-next-question {
    font-size: 12px !important
  }

  .btn-prev-question {
    font-size: 12px !important
  }

  .badge-info-question {
    font-size: 12px !important;
    padding: 10px 15px;
  }

  .column-opsi-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-exam {
    padding: 15px;
  }

  .padding-15 {
    padding: 15px !important;
  }
  .header-exam{
    font-size:14px;
    color:black;
    font-weight:bold;
  }
  .table-question-aswer tbody tr td{
    height:50px;
    vertical-align:middle;
  }
  .table-question-aswer thead{
    border: 1px #ddd solid;
  }
  .table-question-aswer thead tr th{
    background: white;
    color: black;
  }
  .table-question-aswer tbody{
    
    border: 1px #ddd solid;
    border-top:0;
  }
  .time-exam{
    color: black;
    font-size:14px;
    font-weight:600;
  }
  @media(max-width:992px){
    .btn-finish-exam {
      margin-bottom:2em;
    }
  }
  @media(max-width:676px){
    .button-opsi-question{
      display:flex;
      justify-content:space-between;
    }
    .btn-group-question{
      position:relative;
      top:1em;
    }
    .btn-finish-exam {
      margin-bottom:5em;
    }
  }
  @media(max-width:480px){
    .button-opsi-question{
      width:100%;
    }
    .btn-finish-exam {
     width:100%;
    }
    .button-finish-question-group{
      width:100%;
    }
  }
  .header-exam-group{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0  10px 0 0;
  }
  .answer-questtion-group{
    padding:0;
    list-style-type:none;
  }
  @media(max-width:360px){
    .badge-info-question{
      display:none;
    }
  }
  .empty-job-vacancy-group{
      display: flex;
      align-items: center;
      flex-direction: column;
      
  }
  .empty-job-vacancy-group img{
    width: 250px;
    height: 200px;
  }
  .empty-job-vacancy-group h5{
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      opacity: 0.6;
      color: black;
      padding-top: 2em;
  }
  .empty-exam-group img{
      width: 350px;
      height: 280px;
  }
  .empty-exam-group{
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 79vh;
      flex-direction: column;
  }
  .empty-exam-group p{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    opacity: 0.6;
    color: black;
    padding-top: 4em;
  }
  .subheader-applyjob{
    position: absolute;
    top: 65px;
    
    width: 100px;
    color: #808080;
    font-size: 14px;
    text-align: center !important;
  }
  #page-wrapper{
    min-height: auto !important;
  }
  @media(max-width: 768px){
   #page-wrapper{
    min-height: auto !important;
  } 
  }