@font-face {
  font-family: 'Open Sans';
  src:  url('/fonts/Open_Sans/static/OpenSans/OpenSans-Regular.ttf');
}
@font-face {
  font-family: 'Open Sans';
  src:  url('/fonts/Open_Sans/static/OpenSans/OpenSans-Bold.ttf');
  font-weight: bold;
}
body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  background-image: url('/asset/bg1.png');
  background-color: rgba(0, 0, 0, 0.8);
  background-attachment: fixed;
  background-size: 100%;
  background-repeat: repeat;
}
.btn-primary {
  background: #ddc355;
  color: #333333;
  border: none;
  padding: 5px 15px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}
.btn-primary:hover {
  opacity: .8;
  background: #ddc355;
  text-decoration: none;
}
.btn-secondary {
  border: 1px #ddc355 solid;
  background-color: #ffffff;
  font-weight: bold;
  margin: 20px auto;
  border-radius: 20px;
  width: 280px;
  color: #333;
  max-width: 100%;
}
.btn-secondary:hover {
  opacity: .8;
  border: 1px #ddc355 solid;
  background: #ddc355;
  text-decoration: none;
}
header {
  height: 70px;
}
header .dropdown-menu a {
  font-size: 11px;
  color: #ddc355;
}
header .navbar-transparent {
  background: #292929 !important;
}
header #navbarSupportedContent .dropdown-menu {
  white-space: no-wrap;
  border: none;
  top: 50px;
  width: 100%;
}
header #navbarSupportedContent .dropdown-menu .text {
  letter-spacing: 2px;
}
header #navbarSupportedContent .dropdown-menu .item {
  border-color: #ddc355;
  vertical-align: top;
}
header #navbarSupportedContent .dropdown-menu .item img {
  height: 50px;
}
header .logo {
  max-height: 50px;
}
header .nav-item.dropdown.jumbo-menu {
  position: static;
}
header .nav-link {
  color: #ddc355;
  transition: 0.2s;
  font-size: 13px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header .nav-link:after {
  content: "";
  display: block;
  background-color: #ddc355;
  height: 2px;
  width: 0%;
  -webkit-transition: 0.2s width;
  transition: 0.2s width;
}
header .nav-link:hover:after {
  width: 100%;
}
header .navbar-toggler i {
  color: #ddc355;
}
header .bg-dark {
  background-color: #292929 !important;
}
header .navbar-transparent {
  background-color: transparent;
}
@media (max-width: 768px) {
  header .navbar-transparent {
    background-color: #292929 !important;
  }
}
footer {
  background: #2c2c2c;
  color: #fff;
}
footer h4 {
  font-size: 16px;
}
footer .height-20 {
  height: 20px;
}
footer .height-30 {
  height: 30px;
}
footer .findus img {
  height: 50px;
}
footer .policy-term-conditions a {
  color: #ddc355;
}
.scrolling_text {
  height: 40px;
  overflow: hidden;
  position: relative;
  background: #ddc355;
  margin-top: 7px;
  line-height: 40px;
}
.scrolling_text marquee {
  color: #fff;
}
@-moz-keyframes example1 {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes example1 {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes example1 {
  0% {
    -moz-transform: translateX(100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(100%);
    /* Firefox bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    /* Firefox bug fix */
    -webkit-transform: translateX(-100%);
    /* Firefox bug fix */
    transform: translateX(-100%);
  }
}
#section1 {
  background: #fff;
}
#section1 .header-bottom {
  margin-top: 4em;
  margin-bottom: 3em;
}
#section1 .header-bottom h1 {
  font-size: 2em;
  letter-spacing: 6px;
}
#section1 .header-bottom h2 {
  letter-spacing: 4px;
  font-size: 1em;
}
#section1 h2 {
  font-size: 1.2em;
}
#section1 .box-harga .text-diff {
  letter-spacing: 2px;
}
#section2 {
  color: #fff;
}
#section2 .img-phone {
  max-height: 500px;
}
#section2 h4 {
  font-size: 1.2em;
  letter-spacing: 6px;
  line-height: 1.5em;
  margin-top: 40px;
  margin-bottom: 30px;
}
#section2 p {
  letter-spacing: 1px;
  line-height: 1.5em;
  font-size: 1em;
}
#section2 ol {
  padding-left: 1em;
}
#section2 ol li {
  line-height: 2em;
}
#section3 {
  background: url('/asset/bg2.png');
  background-color: #404040;
  background-attachment: fixed;
  background-size: 100%;
  color: #fff;
  padding-bottom: 6em;
}
#section3 h4 {
  letter-spacing: 4px;
  font-size: 1.2em;
  margin-bottom: 30px;
}
#section3 p {
  line-height: 1.5em;
}
#section3 .service_1 {
  background: url('/asset/service1.png');
}
#section3 .service_2 {
  background: url('/asset/service2.png');
}
#section3 .service {
  background-size: cover !important;
  position: relative;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  #section3 .service {
    height: 245px;
    margin-bottom: 0;
  }
}
#section3 .service:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 200ms;
}
#section3 .service:hover:before {
  background: rgba(221, 195, 8, 0.4);
}
#section4 {
  background: #f4f4f4;
}
@media (min-width: 768px) {
  #section4 .box-background {
    background-color: #ffffff;
    width: 130%;
    height: 100%;
    position: absolute;
    top: -20%;
    left: -81px;
    z-index: 1;
  }
}
#section4 .box-content {
  position: relative;
  z-index: 1;
}
#section4 .box-content h4 {
  letter-spacing: 4px;
  font-size: 1.2em;
  margin-bottom: 30px;
}
#section4 .box-content p {
  line-height: 2em;
}
#section4 img {
  position: relative;
  z-index: 1;
}
#section5 {
  color: #fff;
  background: #404040;
}
#section5 h4 {
  font-size: 1.2em;
  letter-spacing: 6px;
  margin-bottom: 30px;
}
#section5 img {
  height: 50px;
}
#section5 p {
  font-size: .9em;
}
#section6 {
  background: #fff;
}
#section6 h4 {
  font-size: 1.2em;
  letter-spacing: 6px;
  margin-bottom: 30px;
}
#section6 .thumbnail {
  border: 1px #ddc355 solid;
  padding: 4px;
  margin-bottom: 20px;
}
#section6 .date {
  color: #999;
}
#section6 .link {
  color: #333;
  text-decoration: none;
}
#section6 .link:hover {
  color: #ddc355;
}
#section6 h5 a {
  color: #000;
  text-decoration: none;
}
#section7 {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(/asset/bg3.png);
  background-color: #eee;
}
#section7 h4 {
  font-size: 1.2em;
  letter-spacing: 6px;
  margin-bottom: 30px;
}
#section7 img {
  max-width: 100%;
  height: 108px;
}
#section7 .carousel-indicators {
  position: unset;
  margin-top: 30px;
}
#section8 {
  background: url(/asset/bg2.png);
  background-color: #404040;
  background-attachment: fixed;
  background-size: 100%;
  color: #fff;
}
#section8 h4 {
  font-size: 1.2em;
  letter-spacing: 6px;
  margin-bottom: 1em;
}
#section8 .form-subscribe {
  margin-top: 30px;
}
#section8 .form-subscribe .input-email {
  background: #616161;
  color: #fff;
  border-radius: 20px;
}
#section8 .form-subscribe .alert-placeholder {
  letter-spacing: 2px;
}

header .nav-link {letter-spacing: 0px !important;}
            .round2 {border-radius: 5px;}
            .sosmed a {margin: 5px 7px; color: #fff;}
            .sosmed a:hover {color: #fff6d2;}
			.button-custom {margin: 5px; font-weight:bold; padding: 5px; font-size: 12px;}
			.button-custom-sm {margin: 3px; font-weight:bold; padding: 3px; font-size: 11px;}

      section {background:rgb(238,238,238);}
	#banner {background:#131313; background-image:url(https://www.lakuemas.com/images/lakusimpan-index-opacity.png); background-position:right 50px; min-height:100vh; background-size:contain; background-repeat:no-repeat; color:#fff;}
	#banner .container .content {max-width:540px; opacity:1}
	#banner h1 {font-size:60px; font-weight:600; padding-top:130px; color:rgb(224,191,75);}
	#banner hr {background:rgb(81,81,81); margin-top:20px; margin-bottom:20px;}
	#banner .btn-factsheet img {margin-right:5px; margin-bottom:5px; line-height:1.2em}
	#content {padding:50px 0 80px;}
	#content h2 {margin:0; font-size:30px; color:rgb(20,19,19); font-weight:700; margin-bottom:31px;}
	#content .item {border-radius:16px; background:#fff; margin-bottom:16px; box-shadow:5px 5px 10px -8px #000;}
	#content .item img {border-top-left-radius:16px; border-top-right-radius:16px; width:100%;}
	#content .item .text {padding:16px;}
	#content .item .text hr {margin-top:5px; margin-bottom:5px;}
	#content h4 {font-size:14px; font-weight:700; margin-bottom:16px;}
	#content .h4-title {font-weight:600; font-size:10px; margin-top:5px;}
	#accordion .card-header {background:#fff;}
	#accordion .card-header button {color:rgb(20,19,19); white-space:normal; text-align:left;}
	#accordion .card-body {background:rgb(238,238,238);}
	@media (min-width: 576px) {
		#content .border-right-yellow {border-right:solid 1px rgb(224,191,75);}
		#banner {background-image:url(https://www.lakuemas.com/images/lakusimpan-index.png);}
	}