/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/* dipakai */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
      max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
      max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
      max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
      max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
  }
  .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-sm-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%;
  }
  .col-sm-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
  }
  .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-sm-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
  }
  .col-sm-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
  }
  .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-sm-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
  }
  .col-sm-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
  }
  .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-sm-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
  }
  .col-sm-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%;
  }
  .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .order-sm-first {
      order: -1;
  }
  .order-sm-last {
      order: 13;
  }
  .order-sm-0 {
      order: 0;
  }
  .order-sm-1 {
      order: 1;
  }
  .order-sm-2 {
      order: 2;
  }
  .order-sm-3 {
      order: 3;
  }
  .order-sm-4 {
      order: 4;
  }
  .order-sm-5 {
      order: 5;
  }
  .order-sm-6 {
      order: 6;
  }
  .order-sm-7 {
      order: 7;
  }
  .order-sm-8 {
      order: 8;
  }
  .order-sm-9 {
      order: 9;
  }
  .order-sm-10 {
      order: 10;
  }
  .order-sm-11 {
      order: 11;
  }
  .order-sm-12 {
      order: 12;
  }
  .offset-sm-0 {
      margin-left: 0;
  }
  .offset-sm-1 {
      margin-left: 8.33333%;
  }
  .offset-sm-2 {
      margin-left: 16.66667%;
  }
  .offset-sm-3 {
      margin-left: 25%;
  }
  .offset-sm-4 {
      margin-left: 33.33333%;
  }
  .offset-sm-5 {
      margin-left: 41.66667%;
  }
  .offset-sm-6 {
      margin-left: 50%;
  }
  .offset-sm-7 {
      margin-left: 58.33333%;
  }
  .offset-sm-8 {
      margin-left: 66.66667%;
  }
  .offset-sm-9 {
      margin-left: 75%;
  }
  .offset-sm-10 {
      margin-left: 83.33333%;
  }
  .offset-sm-11 {
      margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
  }
  .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-md-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%;
  }
  .col-md-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
  }
  .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-md-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
  }
  .col-md-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
  }
  .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-md-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
  }
  .col-md-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
  }
  .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-md-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
  }
  .col-md-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%;
  }
  .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .order-md-first {
      order: -1;
  }
  .order-md-last {
      order: 13;
  }
  .order-md-0 {
      order: 0;
  }
  .order-md-1 {
      order: 1;
  }
  .order-md-2 {
      order: 2;
  }
  .order-md-3 {
      order: 3;
  }
  .order-md-4 {
      order: 4;
  }
  .order-md-5 {
      order: 5;
  }
  .order-md-6 {
      order: 6;
  }
  .order-md-7 {
      order: 7;
  }
  .order-md-8 {
      order: 8;
  }
  .order-md-9 {
      order: 9;
  }
  .order-md-10 {
      order: 10;
  }
  .order-md-11 {
      order: 11;
  }
  .order-md-12 {
      order: 12;
  }
  .offset-md-0 {
      margin-left: 0;
  }
  .offset-md-1 {
      margin-left: 8.33333%;
  }
  .offset-md-2 {
      margin-left: 16.66667%;
  }
  .offset-md-3 {
      margin-left: 25%;
  }
  .offset-md-4 {
      margin-left: 33.33333%;
  }
  .offset-md-5 {
      margin-left: 41.66667%;
  }
  .offset-md-6 {
      margin-left: 50%;
  }
  .offset-md-7 {
      margin-left: 58.33333%;
  }
  .offset-md-8 {
      margin-left: 66.66667%;
  }
  .offset-md-9 {
      margin-left: 75%;
  }
  .offset-md-10 {
      margin-left: 83.33333%;
  }
  .offset-md-11 {
      margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
  }
  .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-lg-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%;
  }
  .col-lg-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
  }
  .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-lg-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
  }
  .col-lg-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
  }
  .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-lg-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
  }
  .col-lg-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
  }
  .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-lg-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
  }
  .col-lg-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%;
  }
  .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .order-lg-first {
      order: -1;
  }
  .order-lg-last {
      order: 13;
  }
  .order-lg-0 {
      order: 0;
  }
  .order-lg-1 {
      order: 1;
  }
  .order-lg-2 {
      order: 2;
  }
  .order-lg-3 {
      order: 3;
  }
  .order-lg-4 {
      order: 4;
  }
  .order-lg-5 {
      order: 5;
  }
  .order-lg-6 {
      order: 6;
  }
  .order-lg-7 {
      order: 7;
  }
  .order-lg-8 {
      order: 8;
  }
  .order-lg-9 {
      order: 9;
  }
  .order-lg-10 {
      order: 10;
  }
  .order-lg-11 {
      order: 11;
  }
  .order-lg-12 {
      order: 12;
  }
  .offset-lg-0 {
      margin-left: 0;
  }
  .offset-lg-1 {
      margin-left: 8.33333%;
  }
  .offset-lg-2 {
      margin-left: 16.66667%;
  }
  .offset-lg-3 {
      margin-left: 25%;
  }
  .offset-lg-4 {
      margin-left: 33.33333%;
  }
  .offset-lg-5 {
      margin-left: 41.66667%;
  }
  .offset-lg-6 {
      margin-left: 50%;
  }
  .offset-lg-7 {
      margin-left: 58.33333%;
  }
  .offset-lg-8 {
      margin-left: 66.66667%;
  }
  .offset-lg-9 {
      margin-left: 75%;
  }
  .offset-lg-10 {
      margin-left: 83.33333%;
  }
  .offset-lg-11 {
      margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
  }
  .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none;
  }
  .col-xl-1 {
      flex: 0 0 8.33333%;
      max-width: 8.33333%;
  }
  .col-xl-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
  }
  .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .col-xl-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
  }
  .col-xl-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
  }
  .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-xl-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
  }
  .col-xl-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
  }
  .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
  .col-xl-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
  }
  .col-xl-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%;
  }
  .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .order-xl-first {
      order: -1;
  }
  .order-xl-last {
      order: 13;
  }
  .order-xl-0 {
      order: 0;
  }
  .order-xl-1 {
      order: 1;
  }
  .order-xl-2 {
      order: 2;
  }
  .order-xl-3 {
      order: 3;
  }
  .order-xl-4 {
      order: 4;
  }
  .order-xl-5 {
      order: 5;
  }
  .order-xl-6 {
      order: 6;
  }
  .order-xl-7 {
      order: 7;
  }
  .order-xl-8 {
      order: 8;
  }
  .order-xl-9 {
      order: 9;
  }
  .order-xl-10 {
      order: 10;
  }
  .order-xl-11 {
      order: 11;
  }
  .order-xl-12 {
      order: 12;
  }
  .offset-xl-0 {
      margin-left: 0;
  }
  .offset-xl-1 {
      margin-left: 8.33333%;
  }
  .offset-xl-2 {
      margin-left: 16.66667%;
  }
  .offset-xl-3 {
      margin-left: 25%;
  }
  .offset-xl-4 {
      margin-left: 33.33333%;
  }
  .offset-xl-5 {
      margin-left: 41.66667%;
  }
  .offset-xl-6 {
      margin-left: 50%;
  }
  .offset-xl-7 {
      margin-left: 58.33333%;
  }
  .offset-xl-8 {
      margin-left: 66.66667%;
  }
  .offset-xl-9 {
      margin-left: 75%;
  }
  .offset-xl-10 {
      margin-left: 83.33333%;
  }
  .offset-xl-11 {
      margin-left: 91.66667%;
  }
}

.text-center{
  text-align:center !important
}

/* dipakai */
.bg-ssbb {
  background: url(/images/image-ssbb-bg.png) repeat-x top;
  height: 375px;
  text-align: center;
  color: white;
}
.bg-ssbb .inner-ssbb {
  background: url(/images/image-ssbb-2.png) no-repeat top;
  width: 1440px;
  height: 375px;
  margin: 0px auto;
  padding-top: 100px;
}
@media (max-width: 767.98px) {
  .bg-ssbb .inner-ssbb {
      background: url(/images/image-ssbb-siluet.png) no-repeat bottom;
      width: 100%;
  }
}
.bg-ssbb h1 {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 48px;
  color: white;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .bg-ssbb h1 {
      font-size: 27px;
  }
}
.bg-ssbb p {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 36px;
  color: white;
  line-height: 33px;
}
@media (max-width: 767.98px) {
  .bg-ssbb p {
      font-size: 20px;
  }
}
.bg-ssbb p span {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 24px;
  line-height: auto;
}
@media (max-width: 767.98px) {
  .bg-ssbb p span {
      font-size: 13px;
  }
}
.post-ssbb {
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .post-ssbb {
      padding: 30px 15px;
  }
  .post-ssbb iframe {
      width: 100%;
      height: 250px;
  }
}
.post-ssbb h2 {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 24px;
}
.post-ssbb h4 {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 18px;
}
.post-ssbb p {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 23px;
  text-align: justify;
}
.post-ssbb li {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 14px;
  line-height: 23px;
  text-align: justify;
}
.post-ssbb ol li {
  text-align: justify;
  margin-bottom: 20px;
}
.post-ssbb hr {
  background-color: black;
  margin: 25px 0;
}
.post-ssbb .share {
  color: black;
  text-decoration: underline;
}
.post-ssbb .share:hover,
.post-ssbb .share:focus {
  text-decoration: none;
  opacity: 0.8;
}
.post-ssbb div {
  padding: 10px 0 0 0;
}
.post-ssbb div ul li {
  margin-bottom: 12px;
}
.post-ssbb div ul li ul {
  list-style: none;
}
.post-ssbb div ul li ul li {
  margin-bottom: 5px;
}

.head-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.head-list li a {
  color: #0066cc;
}
.head-list li a:hover,
.head-list li a:focus {
  text-decoration: none;
  opacity: 0.8;
}
.section-ssbb {
  margin-top: 40px;
}
.btn-ssbb {
  background: url(/images/image-ssbb-bg.png) repeat-x;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
  text-align: center;
  width: 100%;
  background-size: 100% 100%;
  height: 180px;
}
@media (max-width: 767.98px) {
  .btn-ssbb {
      height: 165px;
      margin-bottom: 10px;
  }
}
.btn-ssbb .title {
  text-transform: uppercase;
  font-size: 32px;
  font-family: "OpenSans-Bold", sans-serif;
  color: white;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .btn-ssbb .title {
      font-size: 26px;
  }
}
.btn-ssbb .subtitle {
  font-size: 15px;
  font-family: "OpenSans-Regular", sans-serif;
  color: white;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .btn-ssbb .subtitle {
      font-size: 15px;
  }
}
.btn-ssbb span {
  font-family: "OpenSans-Regular", sans-serif;
  font-size: 14px;
  color: white;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .btn-ssbb span {
      font-size: 12px;
  }
}
.btn-ssbb:hover,
.btn-ssbb:focus {
  text-decoration: none;
}
.btn-ssbb .head-button {
  line-height: 22px;
  margin-top: 26px;
}
.btn-ssbb-reservasi {
  background: url(/images/image-ssbb-2.png) repeat-x;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 0;
  display: inline-block;
  text-align: center;
  width: 100%;
  background-size: 100% 100%;
  height: 180px;
}
@media (max-width: 767.98px) {
  .btn-ssbb-reservasi {
      padding: 46px 0;
      height: 165px;
      margin-bottom: 10px;
  }
}
.btn-ssbb-reservasi:hover,
.btn-ssbb-reservasi:focus {
  text-decoration: none;
}
.btn-ssbb-reservasi .button {
  background: #01ce67;
  color: white;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  width: 250px;
  border-radius: 6px;
}
.btn-ssbb-reservasi .head-button {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 23px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .btn-ssbb-reservasi .head-button {
      font-size: 16px;
  }
}
