@font-face {
  font-family: "Opensans";
  src: url(../fonts/opensan/OpenSans-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Light";
  src: url(../fonts/opensan/OpenSans-Light.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Semibold";
  src: url(../fonts/opensan/OpenSans-Semibold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Bold";
  src: url(../fonts/opensan/OpenSans-Bold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Extrabold";
  src: url(../fonts/opensan/OpenSans-ExtraBold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Italic";
  src: url(../fonts/opensan/OpenSans-Italic.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Bold Italic";
  src: url(../fonts/opensan/OpenSans-BoldItalic.ttf);
  format: "ttf"; }
* {
  font-family: "Opensans"; }

html {
  height: 100%; }

/*body {*/
/*  height: 100vh;*/
/*  min-height: 100vh; }*/

a {
  color: #cf7f40; }

a, a:hover, a:focus {
  text-decoration: none;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

label {
  font-family: "Opensans";
  font-weight: normal; }

strong, b, th {
  font-family: "Opensans";
  font-weight: normal; }

p {
  font-family: "Opensans";
  /* font-family: "Opensans Reguler"; */
  color: #555555;
  line-height: 23px;
  margin-bottom: 1.5em;
}
div.h-scrollable {
overflow-x: auto;
white-space: nowrap;
}

 div.h-scrollable [class*="col"] {
  display: inline-block;
  float: none;
  white-space: normal;
  vertical-align: top;
}
/*  */
.tes>li.active>a, .tes>li.active>a:focus, .tes>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #24489f;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
/* .menu>li.active>a, .menu>li.active>a:focus, .menu>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #ed1b24;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
} */
/*star untuk header menu active*/
#menu-atas> li a:hover:before, #menu-atas> li a.active:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #ed1b24;
}
#menu-atas li a:hover:after, #menu-atas li a.active:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -1px;
  border-top: 5px solid #66b3e3;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
/*end untuk header menu active*/

/*  */
#prod {
    padding: 20px 0;
    background: #f3f3f3;
}
#moon {
	/* margin-top: 5%; */
  padding-top: 8% !important;
  padding-bottom: 10%;
  /* padding: 20px 0 !important; */
}
/*tambahan*/
/* #sub-header li:hover{ background-color: #ed1b24;} */
#sub-header li{margin-top: -5px;}
#sub-header li:hover{ border-bottom: solid #fd0100; border-width: 5px; font-family: "Opensans";}
/* #sub-header li:hover a{ color: #007bbb; font-family: "Opensans Bold"; } */
#sub-header li.active{ border-bottom: solid #fd0100; border-width: 5px; font-family: "Opensans"; }
#sub-header li.active a{ color: #fd0100; font-family: "Opensans Bold"; }

#sub-header li a:hover:after, #sub-header li.active a:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  border-bottom: 5px solid #fd0100;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
/* .col-md-12 .ex3:hover, .col-md-12 .ex3:focus, .col-md-12 .ex3:active {
  background: #24489f;
  color: #fff;
} */
a.ex3:hover, a.ex3:focus, a.ex3:active {
  background: #24489f;
  color: #fff;
  display: block;
}
.col-md-3 a{
  color: #000;
}
/*tambahan*/
/*star data*/
#data_1 {
  border-right: 2px solid #fff;
  height: 50px;
  padding-top: 10px;
}
#data_2 {
  border-right: 2px solid #fff;
  height: 40px;
  padding-top: 10px;
}
#data_3 {
  border-right: 2px solid #fff;
  height: 40px;
  padding-top: 10px;
}
#data_4 {
  height: 40px;
  padding-top: 10px;
}
/*end data*/

/*garis text*/
#menu-audio {
  padding-top: 40px;
  padding-bottom: 22px;
  /* background: #fafdff; */
  background: #fff;
}
.kiri-kanan {
  background-color: #e9e9e9;
  width: 70%;
  display: block;
}
.kiri-kanan.right {text-align:right}
.text-line span {
  padding:10px;
  background: #fafdff;
  height: 3px;
  /* width: 110px; */
  width: 15%;
  vertical-align: middle;
  line-height: 1px;
}
.text-line.right {text-align:right}
.text-line.center {text-align:center}
.text-line {
  background-color: #a8672d;
  height: 8px;
  width: 110px;
  vertical-align: middle;
  line-height: 1px;
}
p {
  font-family: "Opensans";
  font-size: 14px;
}
/*garis text*/

/*tambahan ade*/
.teksgambar{
background-image: url('logo/backgroun.png');
width: 100%;
height: 300px;

}
.teksgambar p{
padding-top: 30px;
/* padding: 430px 20px 30px; */
color: #F90;
font: bold 20px sans-serif;
text-align:center;

}
.teksgambar h1{
padding-top: 15%;
/* padding: 430px 20px 30px; */
color: #000;
font: 16px sans-serif;
/* text-align:center; */
margin-left: 50px;
padding-bottom: 5px;
}
.teks{
background-image: url('logo/background.png');
width: 100%;
height: 300px;

}
.teks h1{
padding-top: 15%;
/* padding: 430px 20px 30px; */
color: #fff;
font: 14px sans-serif;
/* text-align:center; */
margin-left: 50px;
}
.teks h2{
padding-top: 10px;
/* padding: 430px 20px 30px; */
color: #fff;
font: bold 36px sans-serif;
/* text-align:center; */
margin-left: 50px;
}
.teks hr{
width: 20%;
/* padding: 430px 20px 30px; */
margin-left: 25px;
border-top: 1px solid #d3823b;
font: bold 24px sans-serif;


}
/*tambahan ade*/

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

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

.full-row {
  margin-right: 0px !Important;
  margin-left: 0px !Important; }

.full-col {
  padding-right: 0px !Important;
  padding-left: 0px !Important; }

.row-item {
  margin-right: -10px;
  margin-left: -10px;
  font-size: 0px; }

.col-item {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  width: 50%;
  font-size: 14px;
  vertical-align: top; }

.row.no-gutter {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

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

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

.page-style {
  text-align: center; }
  .page-style .pagination li.active a {
    color: #FFF;
    background: #cf7f40;
    border-color: #cf7f40; }
  .page-style .pagination li a {
    color: #cf7f40; }

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none; }

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px; }

.select2-container--default.select2-container--open {
  border-color: #3c8dbc; }

.select2-dropdown {
  border: 1px solid #d2d6de;
  border-radius: 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white; }

.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0; }

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #d2d6de; }

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
  border: 1px solid #3c8dbc; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444; }

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d2d6de;
  border-radius: 0; }

.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d2d6de; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7); }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px; }

/* header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
} */

/* tambahan baru*/
header {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  z-index: 99;
}

.background-putih-menu{
  background-color: #FFFFFF;
  /*margin-top: 60px;*/
  margin-top: 30px;
}

.text-kiri{
  text-align: left;
}

.no-padding{
  padding: 0px;
  margin: 0px;
  line-height: 3;
}
/* agung */
.logo-atas{
  position: absolute;
  top: 10px;
  width: 100%;
  left: 10%;
}
/*tambahan baru*/

.menu-left, .menu-center, .menu-right {
  float: left; }

.menu-left, .menu-right {
  margin-top: 30px;
  width: calc(50% - 75px); }

.menu-right {
  padding-left: 15px; }

.menu-left {
  padding-right: 15px; }
  .menu-left .menu {
    justify-content: flex-end; }

.menu-center {
  position: relative;
  width: 150px; }

.logo {
  padding: 10px; }
  .logo a {
    display: block; }

.menu {
  display: flex;
}
  .menu li {
    position: relative;
  }
    .menu li:hover > a {
      color: #66b3e3;
    }
    .menu li:hover .submenu {
      visibility: visible;
      top: 100%;
      opacity: 1;
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s;
    }

    .menu li a {
      display: block;
      padding: 18px 15px;
      font-family: "Opensans Bold";
      color: #000;
      font-size: 16px;
      list-style: none;
      /* text-transform: uppercase; */
      cursor: pointer;
    }
      .menu li a:hover {
        color: #66b3e3;
      }
      .submenu li a:hover {
          color: #000;
      }
      .menu li a img {
        margin-right: 3px;
        width: 15px;
      }

/* tambahan ade*/
.menu li a img, .icon {
  margin-right: 0px;
  width: 50%;
}

.submenu {
  position: absolute;
  visibility: hidden;
  top: 150px;
  left: 0;
  opacity: 0;
  min-width: 100%;
  /* background: #007bbb; */
  background: #1ba0f3;
  /* border-top: 5px solid #cf7f40; */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 99;
}
  .submenu li:last-child a {
    border-bottom: none;
}
  .submenu li a {
    display: block;
    padding: 10px 25px !important;
    font-size: 14px;
    color: #000;
    text-align: left;
    text-transform: capitalize;
    /* border-bottom: 1px solid #66b3e3; */
    border-bottom: 1px solid #fd0100;
    white-space: nowrap;
}

    .submenu li a:hover {
      background: #66b3e3;
}

.dropdown-menu {
  right: 0 !important;
  left: auto; }
  .dropdown-menu li a {
    padding: 5px 10px;
    font-size: 13px;
    color: #333; }

.rd-logo {
  display: none;
  float: left; }
  .rd-logo a {
    font-family: "Opensans";
    font-size: 30px;
    color: #FFF;
    line-height: 35px; }

.logo-sidebar {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #EEE; }
  .logo-sidebar img {
    width: 100px; }

#target-menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer; }

.nav-iconbar {
  display: none;
  float: right;
  padding: 6px;
  margin-top: 0;
  width: 40px;
  cursor: pointer;
}
  .nav-iconbar:hover {
    border-color: #FFF;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
  .nav-iconbar.active span {
    background: #cf7f40; }
  .nav-iconbar span {
    display: block;
    margin-bottom: 4px;
    width: 100%;
    height: 2px;
    background: #FFF; }
    .nav-iconbar span:last-child {
      margin-bottom: 0; }

.nav-searchbar {
  display: none;
  float: right;
  margin-top: 5px;
  margin-right: 20px;
  color: #000;
  cursor: pointer;
}
  .nav-searchbar .fa {
    font-size: 18px; }

.respon-menu {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background: #FFF;
  box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transform: translate(-300px, 0);
  -o-transform: translate(-300px, 0);
  -moz-transform: translate(-300px, 0);
  -webkit-transform: translate(-300px, 0); }
  .respon-menu.active {
    visibility: visible;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

#respon-menu {
  overflow-y: auto; }

.tag-respon-menu {
  padding: 12.5px 15px;
  font-family: "OpenSans";
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  background: #FFF;
  border-bottom: 3px solid #333;
  cursor: pointer; }

.tag-respon-menu .fa {
  margin-top: 2px;
  font-size: 18px; }

.info-respon-menu {
  padding: 20px 0;
  border-bottom: 1px solid #DDD; }

.info-respon-menu li {
  display: block;
  margin-bottom: 5px; }
  .info-respon-menu li:last-child {
    margin-bottom: 0; }
  .info-respon-menu li a {
    display: block;
    padding: 0 15px;
    color: #333; }
    .info-respon-menu li a .fa {
      margin-right: 5px; }
    .info-respon-menu li a .img {
      margin: 0 auto; }

.list-respon-menu {
  padding: 0; }
  .list-respon-menu li {
    position: relative;
    display: block;
    height: 48px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.8);
    overflow: hidden; }
    .list-respon-menu li.menu-sparate {
      height: auto;
      padding: 8px 15px;
      font-family: "Opensans Italic";
      font-size: 13px;
      background: #EEE; }
    .list-respon-menu li a {
      display: block;
      padding: 14px 15px;
      font-family: "OpenSans";
      font-size: 14px;
      color: #333; }
      .list-respon-menu li a:hover, .list-respon-menu li a:focus {
        color: #FFF;
        background: #333; }
      .list-respon-menu li a .fa {
        margin-right: 5px; }
      .list-respon-menu li a .res {
        margin-top: 3px; }

.respon-submenu {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -300px;
  width: 90%;
  height: 100%;
  background: #FFF;
  z-index: 9999;
  transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s; }

.respon-submenu:hover {
  overflow-y: auto; }

#box-search {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px;
  width: 300px;
  background: #F4F4F4;
  z-index: 9999 !important; }
  #box-search .form-control {
    border-color: transparent;
    box-shadow: none; }
  #box-search .btn {
    border-color: transparent; }

@media only screen and (max-width: 1199px) {
  /* .menu li a {
    padding: 18px 10px;
    font-size: 13px; } */
}

@media only screen and (max-width: 1024px) {
  /* header {
    background: #fff;
} */

.img-responsive {
    display: none;
}

  .box-menu:before, .box-menu:after {
    display: none; }

  .rd-logo {
    display: block; }

  .menu-left, .menu-center {
    display: none; }

  .menu-right {
    padding: 10px 0;
    margin-top: 0;
    width: 100%;
    height: 54px;
    background: transparent;
    overflow: hidden; }

  /* .menu {
    display: none; } */

  .nav-iconbar, .nav-searchbar {
    display: block; }

  #box-search {
    width: 100%; }
}

#wrap {
  position: relative;
  overflow-x: hidden;
}

#banner-page {
  position: relative;
  height: 400px;
  overflow: hidden; }
  #banner-page .konten-banner-page {
    position: absolute;
    top: 50%;
    padding-top: 90px;
    width: 100%;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%); }
    #banner-page .konten-banner-page h2, #banner-page .konten-banner-page p {
      text-align: center;
      color: #FFF; }
    #banner-page .konten-banner-page h2 {
      margin-bottom: 25px;
      font-family: "Opensans"; }
    #banner-page .konten-banner-page p {
      margin-bottom: 0;
      font-size: 16px;
      line-height: 25px; }
  #banner-page .item-parallax {
    height: 430px; }

.tag-home {
  margin-bottom: 50px; }
  .tag-home.tag-new h2 {
    margin-bottom: 20px; }
  .tag-home.tag-new-project {
    padding-bottom: 5px; }
  .tag-home.tag-putih h2, .tag-home.tag-putih p {
    color: #FFF !important; }
  .tag-home h2, .tag-home h3 {
    text-align: center; }
  .tag-home h2 {
    margin-bottom: 8px;
    font-family: "Opensans";
    font-size: 36px;
    text-transform: uppercase; }
  .tag-home h3 {
    font-family: "Opensans Light";
    font-size: 18px;
    text-transform: capitalize; }
  .tag-home p {
    font-family: "Opensans Italic";
    font-size: 16px;
    line-height: 26px;
    text-align: center; }

.site-map {
  padding: 10px 0;
  background: #0b0b0b; }
  .site-map li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
    color: #FFF; }
    .site-map li:last-child:before {
      display: none; }
    .site-map li:before {
      position: absolute;
      content: "/";
      top: 1px;
      right: -13px;
      font-size: 12px;
      color: #fff;
    }
    .site-map li a {
      display: block;
      font-size: 12px;
      color: #555555; }

#menu-page {
  background: #FFF;
  overflow: hidden;
}
  #menu-page .box-menu-page {
    display: table;
  }
  #menu-page ul {
    display: table-row;
  }
    #menu-page ul li {
      display: table-cell;
      vertical-align: middle;
     }
      #menu-page ul li a {
        position: relative;
        display: table-cell;
        padding: 0px 35px;
        width: 100%;
        height: 70px;
        font-family: "Opensans";
        /* font-size: 13px; */
        font-size: 18px;
        color: #343434;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
      }
        /* #menu-page ul li a:hover, #menu-page ul li a.active {
          color: #cf7f40;
        } */
        #menu-page ul li a:hover,

        #menu-page ul li.active a {
          color: #66b3e3;
        }

          #menu-page ul li a:hover:before, #menu-page ul li a.active:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background: #66b3e3;
          }
          /* #menu-page ul li a:hover:before, #menu-page ul li.active a:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            width: 100%;
            height: 4px;
            background: #cf7f40;
          } */

          /* #menu-page ul li a:hover:after, #menu-page ul li a.active:after {
            position: absolute;
            content: "";
            left: 50%;
            bottom: -5px;
            border-top: 5px solid #cf7f40;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
          } */
          #menu-page ul li a:hover:after, #menu-page ul li.active a:after {
            position: absolute;
            content: "";
            left: 50%;
            bottom: 2px;
            border-bottom: 5px solid #66b3e3;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            transform: translate(-50%, 0);
            -o-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
          }


#content {
  padding: 70px 0;
  background: #f9f9f9; }

#select-menu-page {
  display: none;
  margin-bottom: 25px; }

.tag-search {
  margin-bottom: 30px;
  font-family: "Opensans Bold";
  font-size: 18px; }

#slider {
  position: relative;
  width: 100%;
  /* height: 100vh;
  -webkit-height: 100vh; */
}

.bxslider, .bxslider li {
  height: 100% !important; }

.bxslider li {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

#map-canvas {
  height: 500px; }

.box-content-text {
  margin-bottom: 50px; }
  .box-content-text h3 {
    margin-bottom: 20px;
    text-transform: capitalize; }
  .box-content-text img {
    margin-bottom: 30px; }

@media only screen and (max-width: 1024px) {
  #menu-page {
    display: block; }

  #select-menu-page {
    display: block; }

  .tag-home {
    margin-bottom: 40px; }
    .tag-home h2 {
      font-size: 28px; }
    .tag-home h3 {
      font-size: 16px; } }
@media only screen and (max-width: 991px) {
  .tag-home h2 {
    font-size: 24px; }
  .tag-home h3 {
    font-size: 14px; }
  .tag-home p {
    font-size: 14px;
    line-height: 24px; }

  #banner-page {
    height: 300px; }
    #banner-page .konten-banner-page h2 {
      font-size: 28px; }
    #banner-page .konten-banner-page p {
      font-size: 14px; }
    #banner-page .item-parallax {
      height: 330px; } }
@media only screen and (max-width: 767px) {
  #content {
    padding: 50px 0; } }
@media only screen and (max-width: 600px) {
  #banner-page {
    height: 250px; }
    #banner-page .konten-banner-page h2 {
      margin-bottom: 15px;
      font-size: 24px; }
    #banner-page .item-parallax {
      height: 280px; }

  .box-content-text {
    margin-bottom: 40px; }
    .box-content-text h3 {
      margin-bottom: 15px;
      font-size: 20px; } }
@media only screen and (max-width: 480px) {
  .tag-home {
    margin-bottom: 30px; }
    .tag-home h2 {
      font-size: 18px; }
    .tag-home h3 {
      font-size: 12px; }
    .tag-home p {
      font-size: 13px;
      line-height: 22px; }

  #banner-page {
    height: 200px; }
    #banner-page .konten-banner-page h2 {
      font-size: 20px; }
    #banner-page .konten-banner-page p {
      font-size: 14px; }
    #banner-page .item-parallax {
      height: 220px; }

  .box-content-text {
    margin-bottom: 30px; }
    .box-content-text h3 {
      margin-bottom: 15px;
      font-family: "Opensans";
      font-size: 14px; }
    .box-content-text img {
      margin-bottom: 20px; } }
@media only screen and (max-width: 320px) {
  #content {
    padding: 30px 0; }

  .tag-home {
    margin-bottom: 20px; }
    .tag-home h2 {
      font-size: 14px; }
    .tag-home h3 {
      font-size: 12px; }
    .tag-home p {
      font-size: 12px;
      line-height: 21px; }

  #banner-page {
    height: 150px;
  }
    #banner-page .konten-banner-page h2 {
      margin-bottom: 0;
      font-size: 18px;
    }
    #banner-page .konten-banner-page p {
      display: none;
    }
    #banner-page .item-parallax {
      height: 130px;
    }

  .tag-search {
    margin-bottom: 20px;
    font-size: 14px; }

  .box-content-text img {
    margin-bottom: 15px; }
}

/*yang diubah*/
#about-home {
  /* padding: 100px 0; */
  padding-bottom: 35%;
  /* background: url("../images/icon/bg_map.jpg") no-repeat; */
  background: url("../images/icon/globe.png") no-repeat;

  background-size: cover;
  overflow: hidden;

}
  #about-home h3 {
    margin-bottom: 20px;
    font-family: "Opensans";
    line-height: 30px;
    text-transform: uppercase;
}
  #about-home h4 {
    margin-bottom: 20px;
    font-family: "Opensans Italic";
    color: #cf7f40;
    line-height: 25px;
}
  #about-home p {
    margin-bottom: 35px;
}
  #about-home a {
    padding: 10px 25px;
    font-family: "Opensans";
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    background: #cf7f40;
}
/*yang diubah*/

.box-konten-about h3 {
  margin-bottom: 20px;
  text-transform: capitalize; }
.box-konten-about img {
  margin-bottom: 30px; }

.konten-about {
  font-size: 17px; }
  .konten-about p {
    line-height: 160%; }

/* yang diubah*/
@media only screen and (max-width: 1024px) {
  #about-home {
    /* padding: 50px 0; */
    padding: 65% 0;
    /* padding: 35% 0; */
  }

  .konten-about {
    font-size: 16px;
  }

}

@media only screen and (max-width: 991px) {
  #about-home h3 {
    font-size: 20px;
    line-height: 25px;
  }
  #about-home h4 {
    font-size: 16px;
  }
  #about-home a {
    font-size: 11px; }
}
/*yang di ubah*/

@media only screen and (max-width: 767px) {
  .konten-about {
    font-size: 14px; } }
@media only screen and (max-width: 600px) {
  .konten-about {
    text-align: justify; }

  .box-konten-about h3 {
    font-size: 20px; }
  .box-konten-about img {
    margin-bottom: 20px; } }
@media only screen and (max-width: 480px) {
  .konten-about {
    font-size: 13px; }

  .box-konten-about h3 {
    margin-bottom: 15px;
    font-size: 16px; } }

/* yang diubah*/
@media only screen and (max-width: 320px) {
  #moon {
    padding-top: 15% !important;
  }
  #about-home {
    padding: 230px 0;
    /* padding: 30px 0; */
    /* padding: 35% 0; */
    /* background: none; */
  }
    #about-home h3 {
      font-size: 16px;
      line-height: 25px;
    }
    #about-home h4 {
      font-size: 13px;
    }
    #about-home p {
      font-size: 12px;
      line-height: 20px;
      text-align: justify;
    }
    #about-home a {
      display: block;
      width: 100%;
      text-align: center;
    }

  .box-konten-about h3 {
    margin-bottom: 15px;
    font-family: "Opensans";
    font-size: 14px;
  }
  .box-konten-about img {
    margin-bottom: 10px;
  }
}
/* yang diubah*/

#service-home {
  padding: 70px 0;
  background: url("../images/icon/bg-abu.jpg") no-repeat fixed #f2f2f2;
  background-size: cover; }

.box-service {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px; }

.item-service {
  margin-bottom: 50px;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 33.33333%;
  font-size: 14px;
  vertical-align: top; }

.i-service {
  position: relative;
  display: block;
  overflow: hidden; }
  .i-service:hover .slide-item-service {
    left: 0;
    opacity: 1; }

.img-item-service {
  float: left;
  width: 80px; }

.body-item-service {
  float: left;
  margin-left: 20px;
  width: calc(100% - 100px); }
  .body-item-service h3 {
    margin-bottom: 10px;
    font-family: "Opensans";
    font-size: 14px; }
    .body-item-service h3 a {
      display: block;
      font-family: "Opensans";
      font-size: 14px;
      color: #333;
      text-transform: capitalize; }
  .body-item-service p {
    margin-bottom: 15px;
    font-family: "Opensans Light";
    line-height: 22px; }
  .body-item-service a {
    font-family: "Opensans";
    font-size: 13px;
    color: #888;
    text-transform: uppercase; }
    .body-item-service a:hover {
      color: #cf7f40; }

.slide-item-service {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border: 10px solid #cf7f40;
  transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s; }
  .slide-item-service h3 {
    margin-bottom: 10px;
    font-family: "Opensans";
    font-size: 15px;
    color: #FFF; }
  .slide-item-service p {
    font-size: 13px;
    color: #FFF;
    line-height: 19px; }

/* .konten-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); } */

/*service-detail*/
#space {
  margin-top: 150px;
}
#flybird {
  margin-top: 150px;
}
#moons {
    margin-top: 150px;
}

.service-detail h2 {
  margin-bottom: 80px;
  font-family: "Opensans";
  font-size: 48px;
}
.service-detail .img-service-detail {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  max-width: 700px;
}
.service-detail .img-light-detail {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  max-width: 700px;
}  /*untuk Solar Flybird Light*/

  .service-detail .img-service-detail:before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: -30px;
    width: 50%;
    height: 70%;
    background: #ff0000ad;
    z-index: 1;
  }
  .service-detail .img-light-detail:before {
    position: absolute;
    content: "";
    bottom: -60px;
    right: -30px;
    width: 50%;
    height: 70%;
    background: #ff0000ad;
    z-index: 1;
  }/*untuk Solar Flybird Light*/
  .img-light-detail .light-prod {
    position: absolute;
    content: "";
    bottom: -15px;
    right: -70px;
    width: 50%;
    height: 0%;
    z-index: 1;
}  /*untuk Solar Flybird Light*/

  .img-service-detail .more-prod {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 30px;
    width: 50%;
    height: 0%;
    /* background: #ff0000ad; */
    z-index: 1;
}

  .service-detail .img-light-detail img {
    position: relative;
    z-index: 2;
  }  /*untuk Solar Flybird Light*/

  .service-detail .img-service-detail img {
    position: relative;
    z-index: 2;
  }
.service-detail p {
  font-size: 17px;
  line-height: 160%;
}
/*service-detail*/
@media only screen and (max-width: 1024px) {
  .slide-item-service h3 {
    font-size: 14px; }
  .slide-item-service p {
    font-size: 12px; }

  .img-item-service {
    width: 60px; }

  .body-item-service {
    margin-left: 20px;
    width: calc(100% - 80px); }
    .body-item-service p {
      font-size: 13px; }

  .service-detail h2 {
    margin-bottom: 60px;
    font-size: 28px; } }
@media only screen and (max-width: 991px) {
  #flybird {
    margin-top: 0%;
  }
  .item-service {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    font-size: 14px;
    vertical-align: top; }

  .service-detail h2 {
    margin-bottom: 30px;
    font-size: 24px; }

  /* .service-detail .img-service-detail:before {
    display: none;
  } */
  .service-detail p {
    font-size: 16px; }

  .slide-item-service h3 {
    font-size: 13px; }
  .slide-item-service p {
    display: none; } }
@media only screen and (max-width: 767px) {
  .service-detail .img-service-detail {
    max-width: 100%; }
  .service-detail p {
    text-align: justify;
  }
  #moons {
    margin-top: 28% !important;
  }
  #moon {
    padding-top: 15% !important;
  }
  #flybird {
    margin-top: 0%;
  }

}
@media only screen and (max-width: 600px) {
  .service-detail h2 {
    font-size: 20px; }
  .service-detail p {
    font-size: 14px; } }
@media only screen and (max-width: 480px) {
  .item-service {
    margin-bottom: 40px;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    vertical-align: top; }

  .service-detail .img-service-detail {
    margin-bottom: 15px; }
  .service-detail h2 {
    margin-bottom: 20px;
    font-size: 18px; }
  .service-detail p {
    font-size: 13px; }

  .slide-item-service h3 {
    font-size: 12px; }
}
@media only screen and (max-width: 320px) {
  #flybird {
    margin-top: 0px !important;
  }
  #moons {
    margin-top: 30% !important;
  }
  #service-home {
    padding: 30px 0; }

  .item-service {
    margin-bottom: 30px; }

  .img-item-service {
    width: 50px; }

  .body-item-service {
    margin-left: 20px;
    width: calc(100% - 70px); }
    .body-item-service h3 {
      font-size: 13px; }
    .body-item-service p {
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 22px; }
    .body-item-service a {
      font-size: 11px; }

  .service-detail .img-service-detail {
    margin-bottom: 10px; }
  .service-detail h2 {
    margin-bottom: 15px;
    font-size: 14px;
  }
  /*tambahan*/
  .img-service-detail .more-prod a {
    font-size: 10px;
  }
  .img-light-detail .light-prod a {
    font-size: 10px;
  }
  #space {
    margin-top: 25%;
  }

}  /*end 320px*/

#project-home {
  padding-top: 0;
}

.bg-project {
  padding-top: 70px;
  background: url("../images/icon/bg-project.jpg") no-repeat top center;
  background-size: cover;
}

.box-project {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 0px; }

.item-project {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
  font-size: 14px;
  vertical-align: top;
}

.i-project {
  position: relative;
  display: block;
  /* display: inline-block; */
  overflow: hidden;
  text-align: -webkit-left; }
  .i-project:hover .slide-item-project {
    left: 0;
    opacity: 1; }
/*untuk membuat garis*/
  .slide-line {
        border-top: 2px solid #fff;
    }
    #right-line {
     border-right: 2px solid #fff;
     height: 100%;
 }
/*untuk membuat garis*/
.slide-item-project {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 20px;
  opacity: 0;
  /* background: rgba(0, 0, 0, 0.7); */
  background: #f00000;
  /* background: rgba(237, 27, 36, 0.64); */
  /* border: 10px solid #cf7f40; */
  transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s; }
  .slide-item-project h3 {
    margin-bottom: 10px;
    font-family: "Opensans";
    font-size: 18px;
    color: #FFF; }
  .slide-item-project p {
    font-size: 13px;
    color: #FFF;
    line-height: 19px; }

.konten-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

  .konten-slide h4 {
    font-size: 14px;
    color: #fff;
  }

.i-project h3 {
  font-size: 20px;
  color: #000;
  margin-top: 1%;
}

.project-detail h2 {
  margin-bottom: 50px;
  font-family: "Opensans";
  font-size: 48px; }

@media only screen and (max-width: 1024px) {
  .slide-item-project h3 {
    font-size: 14px; }
  .slide-item-project p {
    font-size: 12px; }

  .project-detail h2 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .konten-slide {
    position: absolute;
    top: 45%;
    left: 43%;
    width: calc(100% - 40px);
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -30%);
  }

}
@media only screen and (max-width: 991px) {
  .slide-item-project h3 {
    margin-bottom: 0;
    font-size: 11px; }
  .slide-item-project p {
    display: none; }

.i-project h3 {
  font-size: 14px;
  color: #000;
  margin-top: 0%;
}

  .project-detail h2 {
    font-size: 24px;
  }
  .konten-slide {
    position: absolute;
    top: 45%;
    left: 43%;
    width: calc(100% - 40px);
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    /* -webkit-transform: translate(-50%, -30%); */
  }

}
@media only screen and (max-width: 767px) {
  .item-project {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    width: 33.33333%;
    font-size: 14px;
    vertical-align: top;
  }
  .konten-slide {
    position: absolute;
    top: 45%;
    left: 48%;
    width: calc(100% - 40px);
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -30%);
  }

}
@media only screen and (max-width: 600px) {
  .project-detail h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .konten-slide {
    position: absolute;
    top: 43%;
    left: 40%;
    width: calc(100% - 40px);
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -30%);
  }

}
@media only screen and (max-width: 480px) {
  .project-detail h2 {
    font-size: 18px;
  }
  /*tambahan*/
  .img-service-detail .more-prod a {
    font-size: 10px;
  }
  .img-light-detail .light-prod a {
    font-size: 10px;
  }
  .konten-slide {
    position: absolute;
    top: 40%;
    left: 50%;
    width: calc(100% - 40px);
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -30%);
  }
  .slide-item-project h3 {
    font-size: 8px;
    }

}
@media only screen and (max-width: 320px) {
  #project-home {
    padding-top: 0; }

  .bg-project {
    padding-top: 30px; }

  .project-detail h2 {
    font-size: 14px; }

  .item-project {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
    font-size: 14px;
    vertical-align: top; }

  .slide-item-project h3 {
    font-size: 8px;
    }
    .konten-slide {
      position: absolute;
      top: 40%;
      left: 45%;
      width: calc(100% - 40px);
      transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -30%);
    }

}  /*end 320px*/

#artikel-home {
  padding-top: 70px;
  padding-bottom: 15px; }

.box-artikel {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px; }

/* yang diubah*/
.item-artikel {
  margin-bottom: 50px;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  /* width: 24.9%; */
  width: 33.33333%;
  font-size: 14px;
  vertical-align: top;
}
/* yang diubah*/

.body-item-artikel {
  padding: 20px 0; }

.tanggal-item-artikel {
  float: left;
  padding-top: 10px;
  width: 50px;
  border-top: 1px solid #cf7f40; }
  .tanggal-item-artikel span {
    display: block;
    width: 100%;
    font-family: "Opensans Light";
    font-size: 14px;
    color: #cf7f40;
    text-align: right; }
    .tanggal-item-artikel span:first-child {
      font-family: "Opensans"; }

/* yang diubah*/
.konten-item-artikel {
  float: right;
  /* width: calc(100% - 70px); */
  width: calc(100%);
}
/* yang diubah*/

  .konten-item-artikel span {
    display: block;
    margin-bottom: 8px;
    font-family: "Opensans Light";
    font-size: 11px;
    color: #555555;
    text-transform: uppercase; }
  .konten-item-artikel h3 {
    margin-bottom: 15px; }
    .konten-item-artikel h3 a {
      display: block;
      font-family: "Opensans";
      font-size: 14px;
      color: #343434;
      text-transform: capitalize; }
  .konten-item-artikel p {
    font-size: 13px; }
  .konten-item-artikel .btn-read {
    display: block;
    font-family: "Opensans";
    font-size: 12px;
    text-transform: uppercase; }

@media only screen and (max-width: 1024px) {
  .konten-item-artikel span {
    font-size: 10px; }
  .konten-item-artikel h3 {
    margin-bottom: 10px; }
    .konten-item-artikel h3 a {
      font-size: 13px; }
  .konten-item-artikel p {
    font-size: 13px; }
  .konten-item-artikel .btn-read {
    font-size: 11px; } }
@media only screen and (max-width: 991px) {
  .tanggal-item-artikel {
    display: none; }

  .konten-item-artikel {
    width: 100%; } }
@media only screen and (max-width: 600px) {
  .item-artikel {
    margin-bottom: 50px;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    font-size: 14px;
    vertical-align: top; } }
@media only screen and (max-width: 480px) {
  .item-artikel {
    margin-bottom: 50px;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    vertical-align: top; } }
@media only screen and (max-width: 320px) {
  #artikel-home {
    padding-top: 30px;
    padding-bottom: 0; }

  .konten-item-artikel p {
    font-size: 12px;
    line-height: 20px;
    text-align: justify; } }
#client-home {
  padding: 70px 0; }

.box-client {
  text-align: center;
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px; }

.item-client {
  margin-bottom: 30px;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 20%;
  font-size: 14px;
  vertical-align: top; }
  .item-client.item-client-home {
    margin-bottom: 0; }

.img-detail-client {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100px;
  max-width: 100%; }

@media only screen and (max-width: 991px) {
  #client-home {
    padding: 30px 0; } }
@media only screen and (max-width: 320px) {
  .item-client {
    margin-bottom: 30px;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33333%;
    font-size: 14px;
    vertical-align: top; }
    .item-client.item-client-home {
      margin-bottom: 15px; } }
.tag-kontak {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 21px;
  border-bottom: 1px solid #DDD; }
  .tag-kontak:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 35px;
    height: 3px;
    background: #cf7f40; }

.form-kontak label {
  font-family: "Opensans Light";
  font-size: 13px;
  color: #555555;
  font-weight: normal; }
.form-kontak .form-control {
  font-size: 13px;
  font-family: "Opensans Light";
  border-color: #DDD;
  box-shadow: none;
  border-radius: 2px; }
  .form-kontak .form-control:focus {
    border-color: #cf7f40;
    box-shadow: inset 0 1px 1px rgba(207, 127, 64, 0.075), 0 0 8px rgba(207, 127, 64, 0.6); }
.form-kontak .btn-default {
  padding: 10px 15px;
  font-family: "Opensans Reguler";
  font-size: 13px;
  color: #cf7f40;
  border-color: #cf7f40;
  border-radius: 3px; }
  .form-kontak .btn-default:hover, .form-kontak .btn-default:focus {
    color: #FFF;
    background: #cf7f40;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }

.item-kontak {
  margin-bottom: 20px; }
  .item-kontak .tag-item-kontak {
    margin-bottom: 5px;
    font-family: "Opensans";
    font-size: 13px; }
    .item-kontak .tag-item-kontak .fa {
      margin-right: 5px;
      color: #cf7f40; }
  .item-kontak span {
    display: block;
    font-size: 13px;
    line-height: 23px; }

.maps iframe {
  display: block; }

#alertinfo {
  display: none; }

.error-message {
  display: none;
  margin-bottom: 0 !important;
  font-family: "Opensans Reguler" !important;
  font-size: 12px !important;
  line-height: normal !important;
  color: #F00; }

#ikon-spin {
  display: none; }

@media only screen and (max-width: 991px) {
  .form-kontak {
    margin-bottom: 50px; } }
@media only screen and (max-width: 480px) {
  .form-kontak .btn-default {
    display: block;
    width: 100%; } }
.top-footer {
  /* padding: 70px 0; */
  /* background: url("../images/icon/bg_footer.jpg") no-repeat fixed #0a1019;
  background-size: cover; */
  padding: 50px 0;
  background: #e8e8e8;
}

.item-footer .tag-item-footer {
  margin-bottom: 15px;
  font-family: "Opensans";
  font-size: 18px;
  color: #FFF; }
.item-footer p {
  font-size: 13px;
  color: #FFF; }
.item-footer ul li {
  margin-bottom: 10px; }
  .item-footer ul li:last-child {
    margin-bottom: 0; }
  .item-footer ul li a {
    position: relative;
    display: block;
    font-size: 13px;
    color: #FFF; }
    .item-footer ul li a .fa {
      margin-right: 5px; }

.item-kontak-footer {
  margin-bottom: 15px; }
  .item-kontak-footer .tag-kontak-footer {
    font-family: "Opensans";
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase; }
  .item-kontak-footer span {
    display: block;
    font-size: 13px;
    color: #FFF; }

.medsos-footer li {
  display: inline-block;
  margin-right: 10px; }
  .medsos-footer li a {
    display: block;
    width: 50%;
    height: 30px;
    background: #b0b0b0;
    border-radius: 50%; }
    .medsos-footer li a .fa {
      margin-top: 7px;
      margin-left: 9px;
      font-size: 16px;
      color: #fff; }

.copyright {
  padding-bottom: 25px;
  padding-top: 25px;
  background: #070b12; }
  .copyright .copy {
    font-size: 16px;
    color: #FFF; }
    .copyright .copy a {
      color: #FFF; }
      .copyright .copy a:hover {
        color: #cf7f40; }

@media only screen and (max-width: 1024px) {
  .item-footer {
    margin-bottom: 30px; } }
@media only screen and (max-width: 991px) {
    /* .copy {
     text-align: center;
    }  */

}
@media only screen and (max-width: 320px) {
  .top-footer {
    padding-top: 30px;
    padding-bottom: 10px; }

  .item-footer .tag-item-footer {
    margin-bottom: 15px;
    font-size: 14px; }
  .item-footer p {
    font-size: 12px;
    line-height: 20px;
    text-align: justify; }
  .item-footer ul li a {
    font-size: 12px; }

  .item-kontak-footer .tag-kontak-footer {
    font-size: 12px; }
  .item-kontak-footer span {
    font-size: 12px; } }

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

/*  */

/*css whatsapp scrollTop*/
.scrolltop{
  position:fixed;
  cursor: pointer;
  z-index: 999999;
  /* right:10px; */
  right:215px;
  /* bottom:10px; */
  bottom: 0px;
  color:#fff;
  background: #33b323;
  border-radius: 15px 15px 0px 0px;
  right: 220px;
  padding: 8px 30px;
}

@media only screen and (max-width: 480px) {
  .scrolltop{
    position:fixed;
    cursor: pointer;
    z-index: 999999;
    right:145px;
    bottom: 15px;
    color:#fff;
    background: #33b323;
    padding: 10px 30px;
    border-radius: 5px 5px 5px 5px;
  }

}

@media (max-width: 767px){
  .scrolltop{
    position:fixed;
    cursor: pointer;
    z-index: 999999;
    right:145px;
    bottom: 15px;
    color:#fff;
    background: #33b323;
    padding: 10px 30px;
    border-radius: 5px 5px 5px 5px;
  }

}

@media (min-width: 1200px) {
  .scrolltop{
    position:fixed;
    cursor: pointer;
    z-index: 999999;
    right: 220px;
    bottom: 0px;
    color:#fff;
    background: #33b323;
    padding: 8px 30px;
    border-radius: 15px 15px 0px 0px;
  }

}

/*css whatsapp scrollTop*/

/*star-tambahan*/
#event-home {
  background: #fff;
  padding-top: 5%;
  padding-bottom: 5%;
}

.box-event-home {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px;
}

.box-event-home.owl-pro {
  margin-right: 0;
  margin-left: 0;
  font-size: 0px;
}

.item-event-home {
  margin-bottom: 30px;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 25%;
  font-size: 14px;
  vertical-align: top;
}

.i-event-home {
  border: 0px solid #F4F4F4;
  background: #ffffff;
}

.img-event-home {
  position: relative;
  margin: -1px;
  overflow: hidden;
}

.img-event-home:hover {
  visibility: visible;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}

.item-event-home.slide-pro {
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  font-size: 14px;
  vertical-align: top;
}

.konten-event-home {
  padding: 15px;
}

.konten-event-home span {
  display: block;
  margin-bottom: 5px;
  font-family: "Gravity Bold";
  font-size: 14px;
  color: #a5a5a5;
  text-transform: capitalize;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt";
}

.konten-event-home h4 {
  padding-bottom: 15px;
  margin: 0;
  margin-bottom: 15px;
  margin-top: 10px;
  position: relative;
  text-transform: capitalize;
  border-bottom: 0px solid #EEE;
}

.konten-event-home h4 a {
  display: block;
  height: 50px;
  font-size: 19px;
  color: #131313;
  line-height: 22px;
  letter-spacing: .5px;
  text-transform: capitalize;
  overflow: hidden;
  font-family: "GravityBold";
}

.konten-event-home h4 a:hover {
  color: #131313;
}

/*.konten-event-home h4:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 3px;
  background: #de1a32;
}*/

@media only screen and (max-width: 991px) {
  .konten-event-home h4 a {
    font-size: 14px;
  }

  .item-event-home {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 33.33333%;
    font-size: 14px;
    vertical-align: top;
  }

}

@media only screen and (max-width: 767px) {
  .item-event-home {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    font-size: 14px;
    vertical-align: top;
  }
}

@media only screen and (max-width: 480px) {
  .item-event-home {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    vertical-align: top;
  }
}
/*end-tambahan*/


#ifrm {
    display: none;
}