body {
  background-color: #fff;
  font-family: 'Assistant', sans-serif;
  color: #150351;
}

.navbar-brand img {
  max-height: 40px;
}

.navbar-light .navbar-nav .nav-link {
  color: #150351;
}

.navbar-light .navbar-nav .nav-link.active {
  font-weight: bold;
  color: #150351 !important;
}

header {
  padding: 160px 0 298px;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -70px;
}

header h1 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  font-weight: bold;
}

header .btn-get-started {
  background-color: #ECDA0C;
  color: #fff;
}

header .btn-get-started:hover {
  background-color: #F5E52B;
  color: #fff;
}

.section-header-utama {
  min-height: 266px;
  background-color: #efefef;
  margin-top: -70px;
}

.section-utama-content {
  margin-top: -210px;
}

.section-utama-content .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 50px;
}

.section-utama-content .breadcrumb-item.active {
  font-weight: bold;
  color: #150351;
}

.section-utama-content .btn-search {
  background-color: #150351;
  color: #fff;
}

.section-utama-content .btn-search:hover {
  background-color: #1D0374;
  color: #fff;
}

.section-utama-content .card-utama {
  padding: 30px;
  border-radius: 11px;
}

.section-utama-content .card-utama h1 {
  font-size: 28px;
  font-weight: bold;
}

.section-utama-content .card-utama h2 {
  font-size: 20px;
  font-weight: normal;
}

.section-utama-content .card-utama .table-borderless tbody td {
  font-size: 18px;
  font-weight: 200;
  color: #676767;
}

.section-utama-content .card-utama .map {
  margin-bottom: 20px;
}

.section-utama-content .card-utama p {
  font-size: 18px;
  font-weight: 200;
  color: #676767;
}

.section-utama-content .card-details {
  padding: 30px;
  border-radius: 4px;
}

.section-utama-content .card-details h1 {
  font-size: 28px;
  font-weight: bold;
}

.section-utama-content .card-details .img-fluid {
  margin-bottom: 30px;
}

.section-utama-content .card-details h5 {
  font-size: 20px;
  font-weight: normal;
}

.section-utama-content .card-details .table-borderless tbody td {
  font-size: 18px;
  font-weight: 300;
  color: #676767;
}

.section-utama-content .card-details li {
  font-size: 18px;
  font-weight: 300;
  color: #676767;
}

.section-utama-content .card-gallery {
  padding: 30px;
}

.section-utama-content .card-gallery h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-utama-content .card-gallery .video-fluid {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.section-utama-content .card-gallery .img-thumbnail {
  margin-top: 10px;
}

.section-utama-content .card-gallery h5 {
  font-size: 18px;
  font-weight: 300;
  color: #676767;
}

.section-product-content .section-product .card-product {
  min-height: 350px;
  background-color: #fbfbfb;
  padding: 30px;
  background-size: cover;
  margin-bottom: 30px;
  background-position-x: center;
}

.section-product-content .section-product .card-product .product-name {
  font-size: 20px;
  font-weight: bold;
}

.section-product-content .section-product .card-product .product-button .btn-product-detail {
  background-color: #150351;
  color: #fff;
}

.section-product-content .section-product .card-product .product-button .btn-product-detail:hover {
  background-color: #1D0374;
  color: #fff;
}
/*# sourceMappingURL=main.css.map */