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;
  }
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 1px solid #d4d6df;
  padding: 15px;
  transition: 0.3s;
  color: #2a2c39;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: #0a7a6a;
}

.features .nav-link.active {
  /*background: #FFCC01;*/
  background: #fff;
  color: black;
  border-color: black;
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }
  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #0a7a6a;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}






/*KOTAK LAYANAN*/

body #features {
  background-color: #fff;
  text-align: center;
/***** Top content *****/ }
body #features .datablock {
  margin-bottom: 20px;
  text-align: left;
}
body #features .btn-link-1 {
  display: inline-block;
  height: 50px;
  margin: 5px;
  padding: 16px 20px 0 20px;
  background: #19b9e7;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
body #features .btn-link-1:hover, body #features .btn-link-1:focus, body #features .btn-link-1:active {
  outline: 0;
  opacity: 0.6;
  color: #fff;
}
body #features .btn-link-1.btn-link-1-facebook {
  background: #4862a3;
}
body #features .btn-link-1.btn-link-1-twitter {
  background: #55acee;
}
body #features .btn-link-1.btn-link-1-google-plus {
  background: #dd4b39;
}
body #features .btn-link-1 i {
  padding-right: 5px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
body #features .btn-link-2 {
  display: inline-block;
  height: 50px;
  margin: 5px;
  padding: 15px 20px 0 20px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
body #features .btn-link-2:hover, body #features .btn-link-2:focus, body #features .btn-link-2:active, body #features .btn-link-2:active:focus {
  outline: 0;
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
body #features .form-box .form-control {
  padding: 22px 12px 22px 0px;
}
body #features .form-box .btn {
  padding: 12px 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
body #features .form-box .input-group-addon {
  background: #fff;
  color: #777777;
}
body #features .form-box .input-group-addon i {
  color: #777777;
}
body #features .form-box input[type=text] {
  border-left: 0px;
}
body #features .form-box input[type=tel] {
  border-left: 0px;
}
body #features .form-box textarea {
  border-radius: 4px;
}
body #features .form-box textarea.form-control {
  padding: 6px 12px;
}
body #features .form-top {
  overflow: hidden;
  padding: 0 25px 15px 25px;
  /*background: #f3f3f3;*/
  background: #333433;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-align: left;
}
body #features .form-top-left {
  float: left;
  width: 75%;
  padding-top: 32px;
}
body #features .form-top-left h3 {
  margin-top: 0;
}
body #features .form-top-right {
  float: left;
  width: 25%;
  padding-top: 5px;
  font-size: 66px;
  color: #ddd;
  line-height: 100px;
  text-align: right;
}
body #features .form-top-right i {
  color: #ddd;
}
body #features .form-bottom {
  padding: 25px 25px 30px 25px;
  /*background: #ddd;*/
  background: #333433;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  text-align: left;
}
body #features .form-bottom form textarea {
  height: 100px;
}
body #features .form-bottom form button.btn {
  width: 100%;
}
body #features .form-bottom form .input-error {
  border-color: #19b9e7;
}
body #features .social-login {
  margin-top: 35px;
}
body #features .social-login-buttons {
  margin-top: 25px;
}
body #features .middle-border {
  min-height: 300px;
  margin-top: 170px;
  border-right: 1px solid #ddd;
}
body #features forms-right-icons .row {
  padding-bottom: 15px;
}
body #features .forms-right-icons {
  text-align: left;
}
body #features .forms-right-icons h3 {
  margin-top: 0;
}
body #features .forms-right-icons .icon {
  text-align: right;
  font-size: 30px;
  line-height: 34px;
}
@media (min-width: 768px) and (max-width: 991px) {
body #features .forms-right-icons .icon {
  font-size: 22px;
}
}
@media (max-width: 768px) {
body #features .forms-right-icons {
  margin-bottom: 50px;
}
}
@media (max-width: 767px) {
body #features .show-forms, body #features .forms-right-icons, body #features .forms-right-icons .icon {
  text-align: center;
}
body #features .forms-right-icons .icon {
  padding-top: 10px;
}
body #features .forms-right-icons h3 {
  margin-top: 15px;
}
}
@media (max-width: 480px) {
body #features .btn-link-1 {
  width: 100%;
  margin: 5px 0px;
}
}

/*BERITA*/
.section-heading-news > h2 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    height: 60px;
}

.content-news-isi {
    text-align: justify;
    line-height: 20px;
    font-size: 14px;
}

.about-us-advantage-wrap.section-padding.diff {
    background: #eeeeeed9;
}
.about-us-advantage-wrap {
    background: #fff;
    /*margin-bottom: 20px !important;*/
    padding-bottom: 0 !important;
}
.section-padding {
    padding: 50px 0;
}

.icon-section-news > img {
    width: 100%;
    height: 150px;
}
/*END BERITA*/
