body #top_banner .banner {
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
    background-position: 50% 25%;
}


/*hamalan kontak*/
body #contact {
    background-image: url(../img/map1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}

body #contact .gmap {
    border: 10px solid #f6f5f0;
    /*border-radius: 50%;*/
    border-radius: 2%;
    height: 300px;
    /*width: 300px;*/
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

 #contact .gmap iframe{
    /*margin-left: -110px;*/
}

/*popup loker*/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 9999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search .close {
    position: fixed;
    top: 20px;
    right: 15px;
    color: #fff;
    background-color: #666;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
    z-index: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.popup-cabang {
    text-align: left;
    color: #FFF;
    padding: 20px;
}

.navbar-header {
    position: absolute;
    left: 0;
    width: 100%;
}

.popup {
    color: #FFF;
    text-align: center;
    padding: 20px;
}
.service-intro-content {
    line-height: 20px;
}

/*halaman berita*/
.team-wrap .team-member {
    background: #fff;
    margin-bottom: 0px;
}

.team-wrap .team-member .member-info {
    padding: 20px 20px 35px 0;
    margin-bottom: -30px !important;
}
.team-member .member-info {
    float: left;
    position: relative;
    z-index: 200;
    margin-bottom: 60px;
    padding-right: 10px;
}

.member-info .tgl {
    color: #b8b8b8;
    margin-top: 25px !important;
}
.team-wrap .team-member .member-info p {
    margin: 10px 0 35px;
    line-height: 25px;
}
.team-wrap .team-member .member-info .social-links {
    margin-top: -25px;
}
.social-links {
    float: right;
    position: relative;
    z-index: 1;
    *margin-bottom: 30px;
}

.team-wrap .team-member img {
    height: 250px;
}


/*halaman Branch/cabang*/
.branch-section {
    height: 400px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    margin-bottom: 20px;
}

.branch-section > .branch-section2 > .branch-section3 {
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}
.branch-section > .branch-section2 {
    height: 330px;
    overflow-y: scroll;
}
.branch-section3 > h4 {
    font-size: 18px !important;
}
.branch-section3 > p {
    font-size: 14px !important;
}
#show-branch > iframe {
    width: 100%;
    height: 400px;
}

/*visitor di home*/
.border-content-service {
    border: 2px solid #dbdbdb;
    padding: 0px 10px;
    background: #f0f0f0;
}

@media (max-width: 525px){
/*  .detail-contact {
    height: 350px;
    margin-bottom: -50px;
  }
  .detail-contact > .content-detail-contact.small-contact {
    width: 50%;
  }
  #table-tracking{
    font-size: 9px;
  }
  .modal-dialog.cek-resi {
    width: 95% !important;
  }
  .modal-dialog.cek-tarif{
    width: 95% !important;
  }
  .modal-dialog.cek-branch {
    width: 95% !important;
  }
  .modal-dialog.modal-pickup{
    width: 95% !important;
  }
  .modal-dialog.modal-booking{
    width: 95% !important;
  }*/
  .branch-section{
    width: 100%;
  }
  #show-branch{
    width: 100%;
    padding: 0px;
  }
}

