@import url("https://fonts.googleapis.com/css?family=Economica:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i,800");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400");
* {
  font-family: "Open Sans";
  font-size: 0.875rem; }

html, body {
  height: 100%; }

a {
  color: #ae9a37; }

a, a:hover, a:focus {
  color: #8f7f2d;
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 1.5em;
  text-align: justify; }

.img {
  display: block;
  width: 100%; }

.ul {
  padding: 0;
  margin: 0; }
  .ul li {
    list-style: none; }

.ul-inline li {
  display: inline-block; }

.help-block {
  font-size: 13px; }

.cursor-pointer {
  cursor: pointer !important; }

body > [id^="beacon_"],
body > [id*=" beacon_"] {
  display: none; }

.error-form {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  color: #F00; }

.alert {
  padding: 10px 15px;
  font-size: 13px;
  border-radius: 2px; }
  .alert.alert-danger a {
    color: #721c24;
    font-weight: bold; }

.alert-mini {
  padding: 7px 15px !important; }

.alert .close {
  margin-top: -4px; }

.icon-facebook {
  color: #295396 !important; }

.icon-twitter {
  color: #28aae1 !important; }

.icon-instagram {
  color: #d6249f !important; }

.button {
  padding: 10px 25px;
  font-size: 0.8125rem;
  color: #FFF;
  background: #ae9a37;
  border-radius: 3px;
  text-transform: uppercase;
  border: 1px solid #ae9a37;
  cursor: pointer; }
  .button:hover {
    color: #ae9a37;
    background-color: #fff;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
  .button.white {
    color: #ae9a37;
    background: #FFF;
    border-color: #FFF; }
    .button.white:hover {
      color: #FFF;
      background-color: #ae9a37; }

.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #FFF; }

.logo {
  padding: 10px 0;
  width: 320px;
  text-align: center; }
  .logo img {
    width: 100%;
    max-width: 120px; }

.nav-menu > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .nav-menu > ul > li {
    position: relative;
    margin-right: 30px; }
    .nav-menu > ul > li:hover > a {
      color: rgba(0, 0, 0, 0.54); }
      .nav-menu > ul > li:hover > a > span {
        color: #ae9a37;
        border-color: #7f7128; }
        .nav-menu > ul > li:hover > a > span:before {
          background: #7f7128; }
    .nav-menu > ul > li:hover .submenu {
      visibility: visible;
      opacity: 1;
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }
    .nav-menu > ul > li:last-child {
      margin-right: 0; }
    .nav-menu > ul > li > a {
      display: block;
      padding: 10px 0;
      font-size: 0.8125rem;
      color: rgba(0, 0, 0, 0.54);
      font-weight: normal; }
      .nav-menu > ul > li > a > span {
        position: relative;
        display: block;
        padding-right: 25px;
        padding-bottom: 3px;
        margin-bottom: 3px;
        font-family: "Roboto Condensed";
        font-size: 1.125rem;
        color: #565656;
        font-weight: 300;
        border-bottom: 3px solid #ae9a37; }
        .nav-menu > ul > li > a > span:before {
          position: absolute;
          content: '';
          bottom: -3px;
          right: 8px;
          width: 1px;
          height: 25px;
          background: #ae9a37;
          transform: rotate(-40deg); }
      .nav-menu > ul > li > a:hover {
        color: rgba(0, 0, 0, 0.54); }
        .nav-menu > ul > li > a:hover span {
          color: #ae9a37;
          border-color: #7f7128; }
          .nav-menu > ul > li > a:hover span:before {
            background: #7f7128; }

.submenu {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #e6ddb1;
  z-index: 99; }
  .submenu > li:hover > a {
    background-color: #e6ddb1; }
  .submenu > li:hover .subsubmenu {
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
  .submenu > li:last-child > a {
    border-bottom: none; }
  .submenu > li > a {
    display: block;
    padding: 8px 15px;
    padding-right: 30px;
    white-space: nowrap;
    border-bottom: 1px dotted #F1F1F1; }
    .submenu > li > a:hover {
      background-color: #e6ddb1; }
    .submenu > li > a span {
      position: absolute;
      top: 50%;
      right: 12px;
      border-top: 5px solid transparent;
      border-left: 5px solid #ae9a37;
      border-bottom: 5px solid transparent;
      transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%); }

.subsubmenu {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: -1px;
  left: 100%;
  background-color: #fff;
  border: 1px solid #e6ddb1;
  z-index: 99; }
  .subsubmenu > li:last-child > a {
    border-bottom: none; }
  .subsubmenu > li > a {
    display: block;
    padding: 8px 15px;
    white-space: nowrap;
    border-bottom: 1px dotted #F1F1F1; }
    .subsubmenu > li > a:hover {
      background-color: #e6ddb1; }

.res-header {
  display: none;
  width: 100%; }

.res-logo img {
  width: 100%;
  max-width: 150px; }

.btn-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 36px;
  border-radius: 3px;
  cursor: pointer; }
  .btn-menu.active {
    background-color: #F4F4F4;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s; }
    .btn-menu.active span {
      background-color: transparent;
      transition: 0.3s;
      -o-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s; }
      .btn-menu.active span:before, .btn-menu.active span:after {
        background-color: #87782b;
        transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s; }
      .btn-menu.active span:before {
        top: 0;
        transform: rotate(45deg); }
      .btn-menu.active span:after {
        bottom: 0;
        transform: rotate(-45deg); }
  .btn-menu span {
    position: relative;
    display: block;
    width: 19px;
    height: 2px;
    background-color: #545454;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s; }
    .btn-menu span:before, .btn-menu span:after {
      position: absolute;
      content: '';
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #545454;
      transition: 0.3s;
      -o-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s; }
    .btn-menu span:before {
      top: -6px; }
    .btn-menu span:after {
      bottom: -6px; }

.res-menu {
  position: fixed;
  top: 56px;
  left: 0;
  width: 280px;
  height: calc(100% - 56px);
  background-color: #fff;
  border-top: 1px solid #ae9a37;
  z-index: 999;
  transform: translate(-300px, 0);
  -o-transform: translate(-300px, 0);
  -moz-transform: translate(-300px, 0);
  -webkit-transform: translate(-300px, 0);
  transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s; }

.res-menu-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .res-menu-list > li > a {
    display: block;
    padding: 15px 20px; }
    .res-menu-list > li > a:hover {
      background-color: rgba(0, 0, 0, 0.06); }

.res-submenu {
  display: none; }
  .res-submenu > li > a {
    position: relative;
    display: block;
    padding: 15px 20px;
    padding-left: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .res-submenu > li > a:hover {
      background-color: rgba(0, 0, 0, 0.04); }
    .res-submenu > li > a:before {
      position: absolute;
      content: '';
      left: 20px;
      top: 50%;
      width: 15px;
      height: 1px;
      background-color: #ae9a37; }

.res-subsubmenu {
  display: none; }
  .res-subsubmenu > li:last-child a {
    border-bottom: none; }
  .res-subsubmenu > li > a {
    position: relative;
    display: block;
    padding: 15px 20px;
    padding-left: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .res-subsubmenu > li > a:hover {
      background-color: rgba(0, 0, 0, 0.02); }
    .res-subsubmenu > li > a:before {
      position: absolute;
      content: '';
      left: 45px;
      top: 50%;
      width: 15px;
      height: 1px;
      background-color: #ae9a37; }

@media only screen and (max-width: 991.98px) {
  header {
    height: 56px; }

  .header {
    height: 56px; }

  .nav-menu, .logo {
    display: none; }

  .res-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

  .wrap-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.14);
    z-index: 999; }

  .res-menu.active {
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.14);
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s; } }
#slider {
  padding-top: 23px;
  padding-bottom: 130px;
  background-image: url("../../images/bg-home1.jpg");
  background-size: cover; }
  #slider.slider-content {
    padding-bottom: 23px; }

.slider {
  margin-bottom: 50px; }
  .slider.slider-content {
    margin-bottom: 0; }

.bx-wrapper {
  padding: 15px;
  margin-bottom: 0;
  border-radius: 3px;
  box-shadow: none; }

@media only screen and (max-width: 991.98px) {
  .bx-wrapper {
    padding: 10px; } }
@media only screen and (max-width: 767.98px) {
  #slider {
    padding-bottom: 50px; }

  .bx-wrapper {
    padding: 5px; } }
.about-home {
  margin: 0 auto;
  width: 70%;
  text-align: center;
  color: #FFF; }
  .about-home h1 {
    margin-bottom: 15px;
    font-size: 1.75rem;
    font-weight: bold;
    text-transform: uppercase; }
  .about-home h2 {
    margin-bottom: 5px;
    font-size: 1.125rem;
    font-weight: 300;
    text-transform: uppercase; }
  .about-home p {
    margin-bottom: 35px;
    text-align: center;
    font-size: 1rem;
    color: #FFF;
    line-height: 24px; }
  .about-home .button.white {
    display: inline-block; }

@media only screen and (max-width: 991.98px) {
  .about-home {
    width: 90%; }
    .about-home h1 {
      font-size: 1.5rem; } }
@media only screen and (max-width: 767.98px) {
  .about-home {
    width: 100%; }
    .about-home h1 {
      font-size: 1.3125rem; }
    .about-home h2 {
      font-size: 1rem; }
    .about-home p {
      font-size: 0.9375rem;
      line-height: 24px; } }
#tipe-home {
  padding-bottom: 20px;
  background: #f9f9f9; }

.wrap-tipe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 30px; }

.item-tipe {
  width: calc(calc(100% / 4) - 15px);
  padding: 15px;
  margin-top: -80px;
  background: #FFF;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05); }
  .item-tipe a {
    display: block; }
  .item-tipe img {
    margin-bottom: 13px; }
  .item-tipe h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-family: "Economica";
    font-size: 1.375rem;
    letter-spacing: 0.5px; }
    .item-tipe h3 span {
      position: relative;
      margin-left: 20px;
      font-size: 0.9375rem;
      color: rgba(0, 0, 0, 0.54);
      font-weight: bold; }
      .item-tipe h3 span:before {
        position: absolute;
        content: '';
        top: 0px;
        left: -10px;
        width: 1px;
        height: 17px;
        background: rgba(0, 0, 0, 0.54); }

.img-tipe {
  padding: 10px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 3px; }
  .img-tipe img {
    border-radius: 3px; }

.item-tipe-pro {
  margin-bottom: 30px; }

.title-tipe {
  position: relative;
  margin-bottom: 20px; }
  .title-tipe:before {
    position: absolute;
    content: '';
    top: calc(50% + 10px);
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #ae9a37; }
  .title-tipe span {
    position: relative;
    padding-right: 10px;
    font-family: "Economica";
    font-size: 2rem;
    font-weight: bold;
    background-color: #fff;
    z-index: 2; }

.wrap-dtype {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }

.item-dtype {
  padding: 0 15px;
  margin-bottom: 30px;
  width: calc(100% / 3); }

.i-dtype {
  display: block;
  padding: 15px;
  background: #FFF;
  border: 1px solid #EEE;
  border-radius: 3px; }
  .i-dtype img {
    margin-bottom: 10px; }
  .i-dtype h3 {
    margin-bottom: 0 !important;
    font-size: 14px  !important;
    text-align: center; }

@media only screen and (max-width: 991.98px) {
  .item-tipe {
    margin-bottom: 110px;
    width: calc(calc(100% / 2) - 15px); }

  .wrap-dtype {
    margin: 0 -10px; }

  .item-dtype {
    padding: 0 10px;
    margin-bottom: 20px; }

  .i-dtype h3 {
    font-weight: normal !important; } }
@media only screen and (max-width: 767.98px) {
  #tipe-home {
    padding-top: 35px;
    padding-bottom: 15px; }

  .wrap-tipe {
    margin-bottom: 0; }

  .item-tipe {
    margin-top: 0;
    margin-bottom: 20px;
    width: calc(calc(100% / 2) - 10px);
    background-color: #FAFAFA; }

  .img-tipe {
    margin-bottom: 15px; }

  .item-dtype {
    width: calc(100% / 2); } }
@media only screen and (max-width: 575.98px) {
  .title-tipe span {
    font-size: 1.5rem; } }
@media only screen and (max-width: 480px) {
  .item-tipe {
    padding: 10px;
    margin-bottom: 10px;
    width: calc(calc(100% / 2) - 5px); }
    .item-tipe img {
      margin-bottom: 8px; }
    .item-tipe h3 {
      font-size: 1.25rem; }

  .title-tipe span {
    font-size: 1.3125rem; }

  .wrap-dtype {
    margin: 0 -5px; }

  .item-dtype {
    padding: 0 5px;
    margin-bottom: 10px; }

  .i-dtype {
    padding: 10px; } }
#content {
  padding: 50px 0; }

.title-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted rgba(128, 128, 128, 0.54); }
  .title-content span {
    position: relative;
    padding-left: 10px;
    padding-right: 20px;
    font-family: "Economica";
    font-size: 2.5rem;
    color: #565656; }
    .title-content span:before {
      position: absolute;
      content: '';
      left: 0;
      bottom: -11px;
      width: 100%;
      height: 1px;
      background-color: #ae9a37; }
  .title-content .back-btn {
    display: inline-block;
    font-family: "Economica";
    font-size: 1.5rem; }
    .title-content .back-btn:hover {
      color: #898989; }
  .title-content ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 5px; }
    .title-content ul li {
      position: relative;
      margin-right: 30px; }
      .title-content ul li:last-child {
        margin-right: 0; }
        .title-content ul li:last-child:before {
          display: none; }
      .title-content ul li:before {
        position: absolute;
        content: '';
        top: 7px;
        right: -17px;
        width: 5px;
        height: 5px;
        background: rgba(0, 0, 0, 0.54);
        border-radius: 50%; }
      .title-content ul li a {
        display: block;
        font-size: 0.9375rem; }

.content h3, .content h1 {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: bold; }
.content p {
  line-height: 25px; }

.box-captcha {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

#CaptchaContainer {
  margin-right: 15px; }
  #CaptchaContainer img {
    display: block;
    border-radius: 3px; }

.input-captcha {
  width: 100px;
  height: 35px; }
  .input-captcha input {
    padding: 5px 10px;
    width: 100%;
    height: 35px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2); }

.sosmed {
  position: fixed;
  top: 50%;
  right: 5px;
  padding: 4px;
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%); }
  .sosmed ul li {
    margin-bottom: 4px; }
    .sosmed ul li:last-child {
      margin-bottom: 0; }
    .sosmed ul li a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      width: 35px;
      height: 35px;
      font-size: 1.3125rem;
      color: #FFF;
      border-radius: 50%; }
      .sosmed ul li a.fb {
        background-color: #3a559f; }
        .sosmed ul li a.fb:hover {
          background-color: #4e6cbe; }
      .sosmed ul li a.twt {
        background-color: #2daae1; }
        .sosmed ul li a.twt:hover {
          background-color: #5abce7; }
      .sosmed ul li a.ig {
        background: #d6249f;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
      .sosmed ul li a.wa {
        background-color: #00a356; }
        .sosmed ul li a.wa:hover {
          background-color: #00d671; }

@media only screen and (max-width: 991.98px) {
  .title-content span {
    font-size: 1.9375rem; } }
@media only screen and (max-width: 767.98px) {
  .title-content span {
    font-size: 1.75rem; } }
@media only screen and (max-width: 575.98px) {
  .title-content span {
    font-size: 1.625rem; } }
@media only screen and (max-width: 480px) {
  .title-content span {
    font-size: 1.5rem; } }
.title-kat-galeri {
  padding-left: 2px;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.54); }
  .title-kat-galeri span {
    color: #ae9a37;
    font-style: italic; }

.wrap-galeri {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }

.item-galeri {
  position: relative;
  padding: 15px;
  width: 25%; }
  .item-galeri .item-galeri-img {
    display: block;
    margin-bottom: 8px;
    overflow: hidden; }
    .item-galeri .item-galeri-img img {
      border-radius: 3px;
      transition: 0.3s;
      -o-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s; }
  .item-galeri h3 {
    margin-bottom: 0;
    text-align: center;
    font-size: 0.875rem;
    color: #ae9a37; }
  .item-galeri span {
    position: absolute;
    top: 35px;
    right: 38px;
    width: 15px;
    height: 15px; }
    .item-galeri span:before, .item-galeri span:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 15px;
      height: 15px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 3px;
      -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08); }
    .item-galeri span:before {
      top: 3px;
      left: 3px; }

.i-galeri {
  padding: 10px;
  border: 1px solid #F1F1F1;
  border-radius: 3px; }
  .i-galeri:hover {
    box-shadow: 0 17px 14px -17px rgba(0, 0, 0, 0.4); }
    .i-galeri:hover img {
      transform: scale(1.5);
      transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      -webkit-transition: 0.5s; }

@media only screen and (max-width: 991.98px) {
  .item-galeri {
    width: 33.3333333333%; } }
@media only screen and (max-width: 767.98px) {
  .item-galeri {
    width: 50%; } }
@media only screen and (max-width: 480px) {
  .item-galeri {
    width: 100%; } }
.wrap-info-project {
  margin-bottom: 30px; }

.item-info label {
  font-size: 1rem;
  font-weight: bold; }
.item-info ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .item-info ul li {
    position: relative;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #F1F1F1; }
    .item-info ul li.main-list {
      font-weight: bold; }
      .item-info ul li.main-list:before {
        width: 0;
        height: 0;
        background-color: transparent;
        border-top: 5px solid transparent;
        border-left: 10px solid #ae9a37;
        border-bottom: 5px solid transparent;
        transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%); }
    .item-info ul li:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      width: 10px;
      height: 1px;
      background-color: #ae9a37; }

@media only screen and (max-width: 991.98px) {
  .item-info {
    margin-bottom: 30px; } }
#fasilitas-home {
  padding-bottom: 30px;
  background: #f9f9f9; }

.title-fasilitas {
  margin-bottom: 30px; }
  .title-fasilitas h2 {
    font-family: "Economica";
    letter-spacing: 1px; }

.wrap-fasilitas-home {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.item-fasilitas-home {
  position: relative;
  width: calc(calc(100% / 4) - 15px);
  padding: 15px;
  background: #FFF;
  border-radius: 3px; }
  .item-fasilitas-home:hover {
    -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
  .item-fasilitas-home img {
    margin-bottom: 13px; }
  .item-fasilitas-home h3 {
    font-size: 1.125rem;
    font-weight: bold; }
  .item-fasilitas-home span {
    position: absolute;
    top: 25px;
    right: 28px;
    width: 15px;
    height: 15px; }
    .item-fasilitas-home span:before, .item-fasilitas-home span:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 15px;
      height: 15px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 3px;
      -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08); }
    .item-fasilitas-home span:before {
      top: 3px;
      left: 3px; }

.item-fasilitas {
  margin-bottom: 30px; }
  .item-fasilitas .img-fasilitas {
    margin-bottom: 15px; }
    .item-fasilitas .img-fasilitas img {
      border-radius: 3px; }
  .item-fasilitas h2 {
    font-size: 1.125rem;
    font-weight: bold; }

.title-dfasilitas {
  padding-left: 10px;
  margin-top: -10px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  color: #ae9a37;
  font-weight: bold; }

.wrap-dfasilitas {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }

.item-dfasilitas {
  padding: 0 15px;
  margin-bottom: 30px;
  width: calc(100% / 3); }
  .item-dfasilitas img {
    margin-bottom: 12px;
    border-radius: 3px; }
  .item-dfasilitas h3 {
    padding-left: 1px;
    margin-bottom: 0;
    color: #454545; }

@media only screen and (max-width: 991.98px) {
  #fasilitas-home {
    margin-top: -110px; }

  .item-fasilitas-home {
    margin-bottom: 30px;
    width: calc(calc(100% / 2) - 15px); }

  .wrap-dfasilitas {
    margin: 0 -10px; }

  .item-dfasilitas {
    padding: 0 10px;
    margin-bottom: 20px; }
    .item-dfasilitas h3 {
      font-size: 1rem; } }
@media only screen and (max-width: 767.98px) {
  #fasilitas-home {
    margin-top: 0; }

  .title-fasilitas {
    margin-bottom: 20px; }

  .item-fasilitas-home {
    margin-bottom: 20px;
    width: calc(calc(100% / 2) - 10px); }
    .item-fasilitas-home h3 {
      font-size: 1rem; }

  .title-dfasilitas {
    font-size: 1.25rem; }

  .wrap-dfasilitas {
    margin: 0 -5px; }

  .item-dfasilitas {
    padding: 0 5px; }
    .item-dfasilitas h3 {
      font-size: 0.875rem; } }
@media only screen and (max-width: 480px) {
  .item-fasilitas-home {
    padding: 10px;
    margin-bottom: 10px;
    width: calc(calc(100% / 2) - 5px); }
    .item-fasilitas-home h3 {
      font-size: 0.875rem; }

  .title-dfasilitas {
    font-size: 1.125rem; }

  .item-dfasilitas {
    width: calc(100% / 2); } }
.form-kontak label {
  color: rgba(0, 0, 0, 0.54); }
.form-kontak .form-control {
  border-color: rgba(0, 0, 0, 0.2); }
  .form-kontak .form-control:focus {
    border-color: rgba(174, 154, 55, 0.7);
    box-shadow: 0 0 0 0.2rem rgba(174, 154, 55, 0.25); }

.info-kontak h2 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 1.3125rem;
  color: #565656;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
.info-kontak span {
  position: relative;
  display: inline-block;
  width: 72px;
  font-weight: bold; }
  .info-kontak span:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-color: #ae9a37; }

@media only screen and (max-width: 991.98px) {
  .form-kontak {
    margin-bottom: 50px; } }
@media only screen and (max-width: 575.98px) {
  .info-kontak h2 {
    font-size: 1.125rem; }
  .info-kontak p {
    margin-bottom: 10px; }
  .info-kontak span {
    display: block;
    margin-bottom: 5px; } }
.footer-top {
  padding: 30px 0;
  background-image: url("../../images/pattern.png"); }

.item-footer h3 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 0.9375rem;
  color: #FFF;
  font-weight: bold;
  border-bottom: 1px solid #FFF; }
.item-footer ul li {
  margin-bottom: 10px; }
  .item-footer ul li:last-child {
    margin-bottom: 0; }
  .item-footer ul li a {
    display: block;
    color: #FFF; }

.item-footer-dev .item-dev {
  margin-bottom: 15px; }
  .item-footer-dev .item-dev:last-child {
    margin-bottom: 0; }
  .item-footer-dev .item-dev h3 {
    margin-bottom: 12px;
    font-size: 0.9375rem;
    color: #FFF;
    font-weight: bold; }
  .item-footer-dev .item-dev img {
    border-radius: 3px; }

.item-simulasi {
  margin-top: 5px; }
  .item-simulasi img {
    border-radius: 3px; }

.footer {
  padding: 30px 0;
  background: #F4F4F4; }
  .footer p {
    margin-bottom: 5px;
    text-align: center; }
    .footer p:last-child {
      margin-bottom: 0; }

.menu-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 15px; }
  .menu-footer li {
    position: relative;
    margin-right: 30px; }
    .menu-footer li:last-child {
      margin-right: 0; }
      .menu-footer li:last-child:before {
        display: none; }
    .menu-footer li:before {
      position: absolute;
      content: '';
      top: 7px;
      right: -16px;
      width: 5px;
      height: 5px;
      background: rgba(0, 0, 0, 0.54);
      border-radius: 50%; }
    .menu-footer li a {
      display: block; }

@media only screen and (max-width: 991.98px) {
  .item-simulasi {
    margin-top: 17px; } }
@media only screen and (max-width: 767.98px) {
  .item-footer {
    margin-bottom: 30px; }
    .item-footer ul li {
      margin-bottom: 10px;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }
      .item-footer ul li a {
        padding-bottom: 10px; }

  .item-footer-dev {
    margin-bottom: 10px;
    text-align: center; } }
@media only screen and (max-width: 480px) {
  .menu-footer {
    display: none; } }

/*# sourceMappingURL=lwd.style.css.map */
