* {
  font-family: 'Roboto', sans-serif;
}

.nav-tab-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-tab-vertical .nav-link {
  padding: 20px 0px;
  color: #888888 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-tab-vertical .nav-link .icon {
  margin-right: 15px;
}

.nav-tab-vertical .nav-link.active {
  color: #000000 !important;
}

.navbar-top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-top .nav-item {
  padding: 0px 13px;
}

.navbar-top .nav-item.active .nav-link {
  color: #000000;
  border-bottom: solid 5px #E67817;
}

.navbar-top .nav-item.hotline {
  padding: 0px;
  margin-left: 40px;
}

.navbar-top .nav-item.hotline label {
  margin-bottom: 0px;
  color: #000000;
}

.navbar-top .nav-item.hotline h4 {
  color: #F08519;
  font-weight: bold;
}

.navbar-top .nav-item .nav-link {
  letter-spacing: .1px;
  text-transform: uppercase;
  font-size: 13px;
  color: #888888;
}

.navbar.top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  background: white;
  -webkit-box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.15);
}

.simple-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px !important;
}

.simple-list li {
  display: inline-block;
  color: white;
}

.simple-list li a {
  color: white;
  font-size: 12px;
  border-right: 1px solid white;
  padding: 0px 10px;
}

.simple-list li:last-child a {
  border-right: 0px;
}

.jumbotron {
  background: url("../images/banner-home.svg");
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 400px;
  width: 100%;
}

.jumbotron.layanan {
  background: url("../images/banner-layanan.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.jumbotron h1 {
  position: relative;
  margin-top: 30px;
  font-size: 50px;
  font-weight: bold;
  color: #292D5C;
}

.column {
  background: url(../images/bg-column.svg);
  min-height: 700px;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.layanan {
  padding: 30px 0px;
  background: #FAFAFA;
}

.layanan h3 {
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.layanan h4 {
  color: #292D5C;
  margin: 15px 0px;
}

.tab-segment {
  min-height: 600px;
}

.extra-layanan {
  padding: 20px 0px;
  background: url(../images/banner-bottom.svg);
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: -100px;
  background-position: bottom;
}

.extra-layanan p {
  margin-top: 30px;
}

.footer .top {
  background: #333333;
  height: 150px;
  color: white;
}

.footer .top .row {
  height: 100%;
}

.footer .top .row .col-md-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .top .row .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #111111;
  color: white;
  height: 56px;
  font-size: 13px;
  font-weight: 300;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bordered-title:after {
  content: "";
  position: absolute;
  background: url(../images/title-border.svg) no-repeat;
  height: 10px;
  width: 90px;
  left: 50%;
  margin-left: -30px;
  bottom: -30px;
  left: 30px;
}

.light-title {
  position: relative;
  font-weight: 300;
  color: #E67816;
}

.light-title:after {
  bottom: -15px;
}

.bg-ios {
  background: #EEEEEE !important;
}

.input-dark {
  background: rgba(0, 0, 0, 0.3);
  border: 0px;
}

ul.no-style {
  padding-left: 0px;
  list-style: none;
}

.list-info {
  width: 100%;
  padding-left: 0px;
  list-style: none;
}

.list-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  border-bottom: solid 1px #dcdcdc;
}

.list-info li:last-child {
  border-bottom: 0px;
}

.nav-tabs .nav-item {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  text-align: center !important;
}

.nav-tabs .nav-item a {
  font-weight: 500;
  color: #2196f3 !important;
}

.item-komisi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.item-komisi img {
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
}

.search-list {
  padding-left: 0px;
  list-style-type: none;
}

.search-list li {
  padding: 10px 0px;
  border-bottom: solid 1px silver;
}

.search-list li:last-child {
  border-bottom: 0px;
}

.search-list p {
  font-size: 11px !important;
}

.card.card-ios, .accordion-faq .card {
  border: 0px;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.07);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.07);
}

.card.card-ios .card-header, .accordion-faq .card .card-header {
  border: 0px;
  background-color: transparent;
}

.card.card-ios .card-header img, .accordion-faq .card .card-header img {
  height: 30px;
}

.card.card-ios .card-header label, .accordion-faq .card .card-header label {
  margin-left: 10px;
  font-size: 16px;
  color: #292D5C;
}

.card-layanan {
  border: solid 2px white !important;
  cursor: pointer;
}

.card-layanan.active {
  border-color: #292D5C !important;
}

.card-layanan:hover {
  border-color: #292D5C !important;
}

.nav-link.active .icon {
  background: #E67817;
}

.icon {
  height: 40px;
  width: 40px;
  background: #888888;
}

.icon.truck {
  -webkit-mask: url("../images/icon-truck.svg");
          mask: url("../images/icon-truck.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.icon.ship {
  -webkit-mask: url("../images/icon-ship.svg");
          mask: url("../images/icon-ship.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.icon.plane {
  -webkit-mask: url("../images/icon-plane.svg");
          mask: url("../images/icon-plane.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.hubungi-kami {
  background: url("../images/hubungi-bawah.svg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.accordion-faq .card {
  background: #292D5C;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}

.accordion-faq .card .toggle {
  position: absolute;
  right: 20px;
  top: 23px;
  color: white;
}

.accordion-faq .card .toggle i::before {
  content: "\f078";
}

.accordion-faq .card.active {
  color: #000000;
  background: white;
}

.accordion-faq .card.active .toggle {
  color: #000000;
}

.accordion-faq .card.active .toggle i::before {
  content: "\f077";
}

.accordion-faq .card.active .title {
  color: #888888;
}

.stepper-wrapper {
  list-style: none;
  padding-left: 0px;
}

.stepper-wrapper li:first-child .stepper .stepper-icon {
  margin-top: 2px;
  background: #6873E8;
}

.stepper-wrapper li:last-child .stepper {
  border-left: 0px !important;
}

.stepper-wrapper .stepper {
  position: relative;
  padding-left: 25px;
  margin-left: 20px;
  min-height: 50px;
  border-left: dashed 1px #cccccc;
  padding-bottom: 20px;
}

.stepper-wrapper .stepper .stepper-icon {
  position: absolute;
  top: 0px;
  left: -10px;
  height: 20px;
  width: 20px;
  -webkit-mask: url("../images/stepper.svg") no-repeat 50% 50%;
          mask: url("../images/stepper.svg") no-repeat 50% 50%;
  background: #cccccc;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-orange {
  background: #E67817;
  color: white;
}

.btn-orange:hover {
  color: white !important;
  background: #cf6c15;
}

.btn-pop {
  height: 40px;
  background: #E67817;
  color: white;
  padding: 10px;
  text-align: center;
  margin-top: -40px;
  z-index: 9;
}

.link-orange {
  color: #E67816 !important;
}

.link-orange:hover {
  color: #89470d !important;
  text-decoration: none !important;
}

.text-blue {
  color: #292D5C;
}

.text-orange {
  color: #E67817;
}

.link-no-decoration:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .navbar-full .navbar-collapse {
    position: relative;
  }
  .navbar-full .dropdown {
    position: unset;
  }
  .navbar-full .dropdown-menu {
    max-height: 250px;
    -webkit-column-count: auto;
            column-count: auto;
    -webkit-column-width: calc(990px / 6);
            column-width: calc(990px / 6);
    position: absolute;
    width: 990px;
    left: 0px;
    margin-top: 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px;
  }
  .navbar-full .dropdown-menu .dropdown-item {
    height: 35px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-top .nav-item {
    width: 100%;
  }
  .navbar-top .nav-item.hotline {
    padding: 0px;
    margin-left: 25px;
    margin-top: 10px;
    border-top: solid 1px silver;
    padding-top: 5px;
  }
}
/*# sourceMappingURL=style-frontend.css.map */