html, body {
  height: 100%;
  width: 100%;
}

.sp-loading {
  text-align: center;
  max-width: 270px;
  padding: 15px;
  border: 5px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
}

.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  background: #eee;
  border: 5px solid #eee;
  border-radius: 3px;
  position: relative;
  margin: 0 25px 15px 0;
  float: left;
  max-width: 300px;
}

.sp-thumbs {
  text-align: left;
  display: inline-block;
}

.sp-thumbs img {
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
}

.sp-thumbs a:link, .sp-thumbs a:visited {
  width: 50px;
  height: 50px;
  overflow: hidden;
  opacity: .3;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.sp-thumbs a:hover {
  opacity: 1;
}

.sp-thumbs a:active, .sp-current {
  opacity: 1!important;
  position: relative;
}

.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}

.sp-large a img {
  max-width: 100%;
  height: auto;
}

.sp-large a {
  display: block;
}

.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: none;
}

.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .9);
  z-index: 1031;
  display: none;
  cursor: pointer;
}

.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}

#sp-prev, #sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: .2s;
}

#sp-prev {
  left: 10px;
}

#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px;
}

#sp-next {
  right: 10px;
}

#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px;
}

#sp-prev:hover, #sp-next:hover {
  background: #444;
}

@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px 0;
  }
}

@media screen and (max-width: 400px) {
  #sp-prev, #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
}

.navbar {
  position: relative;
  height: 80px;
}

@media (min-width: 300px) {
  .brand {
    position: absolute;
    left: 30%;
    margin-left: -50px !important;
    /* 50% of your logo width */    display: block;
  }
}

@media (min-width: 576px) {
  .brand {
    position: absolute;
    left: 40%;
    margin-left: -50px !important;
    /* 50% of your logo width */    display: block;
  }
}

@media (min-width: 768px) {
  .brand {
    position: absolute;
    left: 40%;
    margin-left: -50px !important;
    /* 50% of your logo width */    display: block;
  }
}

@media (min-width: 992px) {
  .brand {
    position: absolute;
    left: 46%;
    margin-left: -50px !important;
    /* 50% of your logo width */    display: block;
  }
}

.navbar-brand.text-center.logo.brand {
}

.border-rounded {
  border-radius: 25em;
}

.btn-link-spa:hover {
  background-color: #4CA05D!important;
}

@media (min-width: 300px) {
  .btn-kami {
    background-color: #FEE807;
    color: #286D36;
    width: 255px;
    height: 68px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .btn-kami {
    background-color: #FEE807;
    color: #286D36;
    width: 520px;
    height: 68px;
    font-size: 28px;
  }
}

@media (min-width: 300px) {
  .pg1 {
    color: #286D36;
    font-size: 32px;
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .pg1 {
    color: #286D36;
    font-size: 43px;
  }
}

@media (min-width: 300px) {
  .btn1 {
    background-color: #FEE807;
    color: #286D36;
    font-size: 21px;
    width: 300px;
    height: 68px;
  }
}

@media (min-width: 768px) {
  .btn1 {
    background-color: #FEE807;
    color: #286D36;
    font-size: 28px;
    width: 520px;
    height: 68px;
  }
}

@media (min-width: 768px) {
  .clean-block.clean-hero {
    background-image: url("../../assets/img/Desain%20Banner%201.svg");
    color: rgba(9,162,255,0);
    background-size: contain;
    background-position: center;
    height: 1080px;
    margin-top: -114px;
  }
}

@media (min-width: 300px) {
  .clean-block.clean-hero {
    background-image: url("../../assets/img/Desain%20Banner%201.svg");
    color: rgba(9,162,255,0);
    background-size: contain;
    background-position: center;
    height: 260px;
    margin-top: -60px;
  }
}

@media (min-width: 768px) {
  .pg2 {
    color: #286D36;
    font-size: 43px;
    height: 61px;
    margin-top: 110px;
  }
}

@media (min-width: 300px) {
  .pg2 {
    color: #286D36;
    font-size: 32px;
    height: 61px;
    margin-top: 110px;
    margin-bottom: 86px;
  }
}

@media (min-width: 300px) {
  .pic1 {
    width: 270px;
    height: 82px;
  }
}

@media (min-width: 300px) {
  .pic4 {
    width: 270px;
    height: 82px;
  }
}

@media (min-width: 300px) {
  .pic3 {
    width: 270px;
    height: 82px;
  }
}

@media (min-width: 300px) {
  .pic2 {
    width: 270px;
    height: 82px;
  }
}

@media (min-width: 768px) {
  .pic4 {
    width: 412px;
    height: 110px;
  }
}

@media (min-width: 768px) {
  .pic3 {
    width: 412px;
    height: 110px;
  }
}

@media (min-width: 768px) {
  .pic2 {
    width: 412px;
    height: 110px;
  }
}

@media (min-width: 768px) {
  .pic1 {
    width: 412px;
    height: 110px;
  }
}

