@font-face {
  font-family: "Oxygen";
  src: url(../fonts/oxygen/Oxygen.otf);
  format: "otf"; }
@font-face {
  font-family: "Oxygen Bold";
  src: url(../fonts/oxygen/Oxygen-Bold.otf);
  format: "otf"; }
@font-face {
  font-family: "Oxygen Italic";
  src: url(../fonts/oxygen/Oxygen-Italic.otf);
  format: "otf"; }
@font-face {
  font-family: "Oxygen Bold Italic";
  src: url(../fonts/oxygen/Oxygen-BoldItalic.otf);
  format: "otf"; }
@font-face {
  font-family: "Raleway";
  src: url(../fonts/raleway/Raleway-Regular.ttf);
  format: "otf"; }
@font-face {
  font-family: "Raleway Semibold";
  src: url(../fonts/raleway/Raleway-SemiBold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Bold";
  src: url(../fonts/raleway/Raleway-Bold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Light";
  src: url(../fonts/raleway/Raleway-Light.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Thin";
  src: url(../fonts/raleway/Raleway-Thin.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Extrabold";
  src: url(../fonts/raleway/Raleway-ExtraBold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Medium";
  src: url(../fonts/raleway/Raleway-Medium.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans";
  src: url(../fonts/opensan/OpenSans-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans Bold";
  src: url(../fonts/opensan/OpenSans-Bold.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-family: "Oxygen"; }

html, body {
  height: 100%; }

a {
  color: #de1a32; }

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

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

label {
  font-family: "Oxygen Bold";
  font-weight: normal; }

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

p {
  font-family: "Oxygen";
  color: #737373;
  margin-bottom: 1.5em; }

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

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

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

.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; }

label {
  font-family: "Opensans Light";
  font-size: 13px;
  color: #737373;
  font-weight: normal; }

.form-control {
  font-size: 13px;
  font-family: "Opensans Light";
  border-color: #DDD;
  box-shadow: none;
  border-radius: 2px; }
  .form-control:focus {
    border-color: #de1a32;
    box-shadow: inset 0 1px 1px rgba(222, 26, 50, 0.075), 0 0 8px rgba(222, 26, 50, 0.6); }

.btn-default {
  padding: 10px 15px;
  font-family: "Opensans";
  font-size: 12px;
  color: #de1a32;
  border-color: #de1a32;
  border-radius: 3px; }
  .btn-default:hover, .btn-default:focus {
    color: #FFF !important;
    background: #de1a32 !important;
    border-color: #de1a32 !important;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }

.error-form {
  font-size: 12px;
  color: #FFF; }

.text-white {
  color: #FFF; }

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

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

.box {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 14px;
  vertical-align: top; }

.box-1 {
  width: 100%; }

.box-2 {
  width: 50%; }

.box-3 {
  width: 33.3333333333%; }

.box-4 {
  width: 25%; }

.box-5 {
  width: 20%; }

.box-6 {
  width: 16.6666666667%; }

.box-7 {
  width: 14.2857142857%; }

.box-8 {
  width: 12.5%; }

.box-9 {
  width: 11.1111111111%; }

.box-10 {
  width: 10%; }

.box-11 {
  width: 9.09090909091%; }

.box-12 {
  width: 8.33333333333%; }

.mar-bottom-5 {
  margin-bottom: 5px; }

.mar-bottom-10 {
  margin-bottom: 10px; }

.mar-bottom-15 {
  margin-bottom: 15px; }

.mar-bottom-20 {
  margin-bottom: 20px; }

.mar-bottom-30 {
  margin-bottom: 30px; }

/*
 * Plugin: Select2
 * ---------------
 */
/**********************************************************/



@media only screen and (max-width: 1199px) {
  /* .top-header {
    padding-top: 8px;
    padding-bottom: 11px; } */

  .logo {
    width: 100px; }

  /* .menu {
    width: calc(100% - 250px); } */

  .tombol-menu {
    width: 150px; }
}

/* @media only screen and (max-width: 991px) {
  .top-header, .tombol-menu, .menu, .menu-fixed {
    display: none; }

  .logo {
    width: 50px; }
    .logo img {
      width: 100%; }

  .rd-menu-toggle {
    display: block; }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    overflow: hidden;
    z-index: 998; } } */

/* .menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #edf0f6;
  box-shadow: 0 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 99;
  transform: translate(0, -100px);
  -o-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease; }
  .menu-fixed.active {
    position: fixed;
    transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0); } */

/* .container-menu-fixed {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: space-between; }
  .container-menu-fixed .branding {
    display: flex; }
    .container-menu-fixed .branding a {
      font-family: "Opensans Bold";
      font-size: 24px;
      color: #0b3277;
      text-transform: uppercase; }
      .container-menu-fixed .branding a:hover {
        color: #de1a32;
        transition: 0.2s all ease;
        -o-transition: 0.2s all ease;
        -moz-transition: 0.2s all ease;
        -webkit-transition: 0.2s all ease; } */
  /* .container-menu-fixed ul {
    display: flex; }

    .container-menu-fixed ul li {
      display: flex; }

      .container-menu-fixed ul li a {
        display: block;
        padding: 10px 15px;
        font-family: "Raleway Bold";
        font-size: 13px;
        color: #0b3277;
        text-transform: uppercase;
        font-feature-settings: "salt";
        -webkit-font-feature-settings: "salt";
        -o-font-feature-settings: "salt";
        -moz-font-feature-settings: "salt";
        -ms-font-feature-settings: "salt"; }

        .container-menu-fixed ul li a:hover {
          color: #de1a32;
          transition: 0.2s all ease;
          -o-transition: 0.2s all ease;
          -moz-transition: 0.2s all ease;
          -webkit-transition: 0.2s all ease; } */

  .container-menu-fixed .btn-menu-fixed {
    display: flex; }

    .container-menu-fixed .btn-menu-fixed a {
      display: block;
      padding: 8px 25px;
      font-size: 11px;
      color: #FFF;
      letter-spacing: .5px;
      background: #de1a32;
      text-align: center;
      text-transform: uppercase; }
      .container-menu-fixed .btn-menu-fixed a:hover {
        background: #d0182f; }

@media only screen and (max-width: 1199px) {
  .container-menu-fixed .branding a {
    font-size: 18px; }
  .container-menu-fixed ul li a {
    padding: 10px 10px; }
  .container-menu-fixed .btn-menu-fixed a {
    padding: 8px 20px; } }
#about {
  padding-top: 50px;
  padding-bottom: 70px;
  background: #0b3277; }

.img-about-home {
  position: relative;
  margin-left: 40px; }
  .img-about-home img {
    position: relative;
    z-index: 2; }
  .img-about-home:before {
    position: absolute;
    content: "";
    top: 40px;
    left: -40px;
    width: 100%;
    height: 100%;
    border: 10px solid #cb9b2c;
    z-index: 1; }

.konten-about-home p {
  margin-bottom: 40px;
  font-size: 16px;
  color: #FFF;
  line-height: 26px; }

.tag-about-home {
  position: relative;
  margin: 0;
  margin-bottom: 55px;
  font-family: "Raleway Bold";
  font-size: 30px;
  color: #FFF;
  text-transform: capitalize;
  line-height: 35px;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt"; }
  .tag-about-home:before {
    position: absolute;
    content: "";
    left: -15px;
    bottom: -25px;
    width: 50px;
    height: 3px;
    background: #cb9b2c; }
  .tag-about-home:after {
    position: absolute;
    content: "";
    left: -45px;
    bottom: -30px;
    width: 80px;
    height: 3px;
    background: #cb9b2c; }

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

.item-about-home {
  text-align: center;
  border-right: 1px solid #0a2c69;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 25%;
  font-size: 14px;
  vertical-align: top; }
  .item-about-home:last-child {
    border-right: none; }
  .item-about-home a {
    display: block; }
  .item-about-home img {
    margin-bottom: 10px; }
  .item-about-home h4 {
    position: relative;
    margin: 0;
    margin-bottom: 13px;
    font-family: "Raleway Semibold";
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt"; }
    .item-about-home h4:before {
      position: absolute;
      content: "";
      left: 50%;
      bottom: -13px;
      width: 65px;
      height: 2px;
      background: #cb9b2c;
      transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0); }
  .item-about-home span {
    font-family: "Raleway Bold";
    font-size: 30px;
    color: #FFF;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt"; }

.item-about {
  margin-bottom: 30px; }
  .item-about h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: "Opensans Light";
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #DDD; }
    .item-about h3:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: -2px;
      width: 35px;
      height: 3px;
      background: #de1a32; }
    .item-about h3 .fa {
      margin-right: 5px;
      color: #de1a32; }
  .item-about p {
    font-size: 15px !important;
    color: #737373;
    line-height: 160%; }
  .item-about ul li {
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 15px !important;
    color: #737373;
    line-height: 160% !important; }

@media only screen and (max-width: 991px) {
  .tag-about-home:before {
    left: 0; }
  .tag-about-home:after {
    left: 0; } }
@media only screen and (max-width: 767px) {
  .tag-about-home {
    font-size: 24px; }

  .konten-about-home p {
    font-size: 14px;
    line-height: 24px; }

  .item-about h3 {
    font-size: 16px; }
  .item-about p {
    font-size: 14px !important; } }
@media only screen and (max-width: 600px) {
  #about {
    padding-bottom: 50px; } }
@media only screen and (max-width: 480px) {
  #about {
    padding-top: 30px;
    padding-bottom: 30px; }

  .tag-about-home {
    font-size: 21px;
    line-height: 28px; }

  .box-item-about-home {
    margin-right: -10px;
    margin-left: -10px;
    font-size: 0px; }

  .item-about-home {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: 25%;
    font-size: 14px;
    vertical-align: top; }
    .item-about-home h4 {
      margin-bottom: 20px;
      font-size: 12px; }
    .item-about-home span {
      font-size: 26px; } }
@media only screen and (max-width: 320px) {
  .tag-about-home {
    font-size: 16px;
    line-height: 23px; }

  .konten-about-home p {
    font-size: 13px;
    line-height: 23px;
    text-align: justify; }

  .box-item-about-home {
    margin-right: -5px;
    margin-left: -5px;
    font-size: 0px; }

  .item-about-home {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    width: 25%;
    font-size: 14px;
    vertical-align: top; }
    .item-about-home img {
      width: 30px; }
    .item-about-home h4 {
      margin-bottom: 20px;
      font-size: 10px; }
      .item-about-home h4:before {
        width: 45px; }
    .item-about-home span {
      font-size: 14px; }

  .item-about h3 {
    font-size: 14px; }
  .item-about p {
    font-size: 13px !important; } }
#produk-home {
  padding-top: 50px;
  padding-bottom: 20px; }

.produk-slide {
  margin-bottom: 30px; }
  .produk-slide.with-border {
    padding-bottom: 25px;
    border-bottom: 1px solid #EEE; }

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

.item-produk {
  margin-bottom: 30px;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 25%;
  font-size: 14px;
  vertical-align: top; }
  .item-produk.slide-pro {
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    font-size: 14px;
    vertical-align: top; }
  .item-produk.tipe-black {
    color: #FFF; }
    .item-produk.tipe-black .i-produk {
      border-color: #21262f; }
    .item-produk.tipe-black p {
      color: #FFF; }
    .item-produk.tipe-black h4 {
      border-color: #21262f; }

.i-produk {
  border: 1px solid #F4F4F4; }

.img-produk {
  position: relative;
  margin: -1px;
  overflow: hidden; }
  .img-produk:hover .slide-img-produk {
    visibility: visible;
    width: 100%;
    height: 100%;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
  .img-produk .harga-produk {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    font-family: "Opensans Bold";
    font-size: 13px;
    color: #FFF;
    background: rgba(222, 26, 50, 0.5); }
  .img-produk .slide-img-produk {
    position: absolute;
    visibility: hidden;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    .img-produk .slide-img-produk span {
      position: absolute;
      top: 50%;
      left: 50%;
      padding: 10px;
      font-size: 14px;
      color: #FFF;
      border: 2px solid #FFF;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -webkit-transition-delay: .2s;
      transition-delay: .2s; }
      .img-produk .slide-img-produk span:hover {
        color: #de1a32;
        border-color: #de1a32;
        transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s; }

.konten-produk {
  padding: 15px; }
  .konten-produk span {
    display: block;
    margin-bottom: 5px;
    font-family: "Raleway Extrabold";
    font-size: 12px;
    text-transform: uppercase;
    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-produk h4 {
    padding-bottom: 15px;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid #EEE; }
    .konten-produk h4 a {
      display: block;
      height: 70px;
      font-size: 13px;
      color: #333;
      line-height: 22px;
      letter-spacing: .5px;
      text-transform: capitalize;
      overflow: hidden; }
      .konten-produk h4 a:hover {
        color: #de1a32; }
    .konten-produk h4:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: -2px;
      width: 50px;
      height: 3px;
      background: #de1a32; }
  .konten-produk p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 21px; }
    .konten-produk p .fa {
      margin-right: 5px;
      color: #de1a32; }

.produk-home {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EEE; }

#produk-tool {
  background: #0b3277; }

.info-page-produk {
  margin-bottom: 20px; }
  .info-page-produk span {
    float: left;
    display: block;
    margin-top: 4px;
    font-family: "Opensans Bold";
    font-size: 13px; }
  .info-page-produk ul {
    float: right; }
    .info-page-produk ul li {
      margin-left: 6px; }
      .info-page-produk ul li:first-child {
        margin-left: 0; }
      .info-page-produk ul li a {
        display: block; }
        .info-page-produk ul li a:hover .fa, .info-page-produk ul li a.active .fa {
          color: #de1a32;
          border-color: #de1a32; }
        .info-page-produk ul li a .fa {
          display: block;
          padding: 5px;
          padding-bottom: 2px;
          font-size: 18px;
          color: #CCC;
          border: 1px solid #CCC; }

.kat-produk-tool {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center; }
  .kat-produk-tool li {
    position: relative; }
    .kat-produk-tool li:last-child:before {
      display: none; }
    .kat-produk-tool li:before {
      position: absolute;
      content: "";
      top: 15px;
      right: -2px;
      width: 1px;
      height: 50px;
      background: #092860; }
    .kat-produk-tool li a {
      position: relative;
      display: block;
      padding: 10px 30px;
      text-align: center; }
      .kat-produk-tool li a:hover:before, .kat-produk-tool li a.active:before {
        width: 35px;
        background: #cb9b2c;
        transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s; }
      .kat-produk-tool li a:before {
        position: absolute;
        content: "";
        left: 50%;
        bottom: -3px;
        width: 0px;
        height: 3px;
        transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0); }
      .kat-produk-tool li a img {
        margin-bottom: 10px; }
      .kat-produk-tool li a h4 {
        margin: 0;
        font-family: "Raleway Semibold";
        font-size: 13px;
        color: #FFF;
        text-transform: uppercase;
        font-feature-settings: "salt";
        -webkit-font-feature-settings: "salt";
        -o-font-feature-settings: "salt";
        -moz-font-feature-settings: "salt";
        -ms-font-feature-settings: "salt"; }

.pencarian-properti {
  padding: 30px 0; }
  .pencarian-properti ul {
    margin-left: -10px;
    margin-right: -10px; }
  .pencarian-properti li {
    padding-left: 10px;
    padding-right: 10px;
    width: 16.6666666667%; }
    .pencarian-properti li:first-child {
      width: calc(16.6666666667% * 2); }
  .pencarian-properti .form-group {
    margin-bottom: 0; }
    .pencarian-properti .form-group.with-arrow {
      position: relative; }
      .pencarian-properti .form-group.with-arrow:before {
        position: absolute;
        content: "";
        bottom: 14px;
        right: 15px;
        border-top: 4px solid #FFF;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        z-index: 1; }
  .pencarian-properti label {
    font-family: "Opensans Bold";
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase; }
  .pencarian-properti input {
    color: #FFF;
    background: transparent;
    border: 1px solid #092860;
    box-shadow: none;
    outline: none;
    border-radius: 0; }
  .pencarian-properti select {
    position: relative;
    font-family: "Opensans";
    font-size: 13px;
    color: #FFF;
    background: transparent;
    border: 1px solid #092860;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    z-index: 2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .pencarian-properti select:focus {
      border: 1px solid #092860;
      outline: none;
      box-shadow: none; }
    .pencarian-properti select option {
      font-size: 13px;
      color: #333;
      outline: none; }
      .pencarian-properti select option:focus {
        outline: none; }
  .pencarian-properti button {
    font-family: "Opensans Bold";
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0; }

.menu-filter {
  transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s; }
  .menu-filter.active {
    display: block;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }

.rd-menu-filter {
  display: none;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  height: 30px; }
  .rd-menu-filter:hover span, .rd-menu-filter:hover span:before, .rd-menu-filter:hover span:after {
    background: #DDD; }
  .rd-menu-filter .tag-menu-filter {
    color: #FFF; }
  .rd-menu-filter .toggle-menu-filter {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .rd-menu-filter .toggle-menu-filter:hover span:before, .rd-menu-filter .toggle-menu-filter.active span:before {
      top: 0;
      left: -7px;
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }
    .rd-menu-filter .toggle-menu-filter:hover span:after, .rd-menu-filter .toggle-menu-filter.active span:after {
      bottom: 0;
      left: 7px;
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }
  .rd-menu-filter span {
    position: relative;
    width: 4px;
    height: 4px;
    background: #FFF;
    border-radius: 50%; }
    .rd-menu-filter span:before, .rd-menu-filter span:after {
      position: absolute;
      content: "";
      left: 0;
      width: 4px;
      height: 4px;
      background: #FFF;
      border-radius: 50%; }
    .rd-menu-filter span:before {
      top: -7px;
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }
    .rd-menu-filter span:after {
      bottom: -7px;
      transition: 0.2s;
      -o-transition: 0.2s;
      -moz-transition: 0.2s;
      -webkit-transition: 0.2s; }

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

  .rd-menu-filter {
    display: flex;
    display: -webkit-flex; }

  .menu-filter {
    display: none;
    margin-top: 15px; }

  .pencarian-properti {
    padding: 15px 0; }
    .pencarian-properti li {
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 15px;
      width: 100%; }
      .pencarian-properti li:first-child {
        width: 100%; } }
@media only screen and (max-width: 767px) {
  .item-produk {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    font-size: 14px;
    vertical-align: top; } }
@media only screen and (max-width: 600px) {
  .kat-produk-tool li a {
    padding: 10px 20px; }
    .kat-produk-tool li a h4 {
      font-size: 12px; } }
@media only screen and (max-width: 480px) {
  .item-produk {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    vertical-align: top; }

  .kat-produk-tool li a {
    padding: 10px 20px; }
    .kat-produk-tool li a img {
      margin-bottom: 15px; }
    .kat-produk-tool li a h4 {
      font-size: 11px; } }
@media only screen and (max-width: 320px) {
  #produk-home {
    padding-top: 30px;
    padding-bottom: 0px; }

  .produk-home {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

  .produk-slide {
    margin-bottom: 0; }
    .produk-slide.with-border {
      padding-bottom: 0;
      border-bottom: none; }

  .kat-produk-tool {
    padding-bottom: 15px; }
    .kat-produk-tool li:before {
      top: 12px;
      right: -1px;
      height: 25px; }
    .kat-produk-tool li a {
      padding: 10px 7px; }
      .kat-produk-tool li a img {
        width: 30px; }
      .kat-produk-tool li a h4 {
        font-size: 10px; } }
.judul-produk {
  margin: 0;
  margin-bottom: 15px;
  font-family: "Raleway Medium";
  font-size: 26px;
  line-height: 38px;
  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"; }

.part-properti-top {
  margin-bottom: 10px; }
  .part-properti-top li {
    margin-right: 20px;
    font-family: "Opensans";
    font-size: 13px; }
    .part-properti-top li .fa {
      margin-right: 3px; }
    .part-properti-top li:first-child {
      font-family: "Opensans Bold";
      font-size: 18px; }

.tag-produk-detail {
  position: relative;
  padding-bottom: 15px;
  margin: 0;
  margin-bottom: 30px;
  font-family: "Raleway Bold";
  font-size: 24px;
  border-bottom: 1px solid #DDD;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt"; }
  .tag-produk-detail.hitam {
    color: #FFF;
    border-color: #092860; }
    .tag-produk-detail.hitam:before {
      background: #FFF; }
  .tag-produk-detail:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 3px;
    background: #333; }

.list-part-properti {
  margin-top: -1px;
  width: 100%; }
  .list-part-properti td {
    padding: 10px;
    font-family: "Opensans";
    font-size: 13px;
    text-transform: capitalize;
    border: 1px solid #DDD; }
    .list-part-properti td b {
      font-family: "Opensans Bold"; }

.galeri-produk {
  display: block;
  margin-bottom: 10px; }
  .galeri-produk li {
    background: #222; }
  .galeri-produk img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    max-height: 422px; }

.box-thumb-galeri {
  position: relative;
  margin-top: 10px; }
  .box-thumb-galeri .galeri-prev, .box-thumb-galeri .galeri-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 30px;
    height: 40px;
    background-position: center center;
    cursor: pointer;
    z-index: 25; }
  .box-thumb-galeri .galeri-prev {
    left: 0;
    background: url("../images/icon/prev.png") no-repeat center center rgba(0, 0, 0, 0.8); }
  .box-thumb-galeri .galeri-next {
    right: 0;
    background: url("../images/icon/next.png") no-repeat center center rgba(0, 0, 0, 0.8); }

.desk-produk {
  margin-top: 50px; }
  .desk-produk .tag-produk-detail {
    margin-bottom: 25px; }
  .desk-produk p {
    margin-bottom: 25px;
    font-family: "Raleway";
    font-size: 14px;
    line-height: 26px; }
    .desk-produk p:last-child {
      margin-bottom: 0; }

#ambasador-detail-produk {
  padding: 70px 0;
  background: #0b3277; }

#produk-lain {
  padding: 70px 0;
  background: #FFF; }

@media only screen and (max-width: 991px) {
  .box-thumb-galeri {
    margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .judul-produk {
    font-size: 21px;
    line-height: 30px; }

  .tag-produk-detail {
    font-size: 21px; } }
@media only screen and (max-width: 600px) {
  .judul-produk {
    font-size: 18px;
    line-height: 27px; }

  .part-properti-top li:nth-child(2), .part-properti-top li:nth-child(3), .part-properti-top li:nth-child(4), .part-properti-top li:nth-child(5) {
    display: none; } }
@media only screen and (max-width: 480px) {
  .tag-produk-detail {
    font-size: 18px; } }
@media only screen and (max-width: 320px) {
  .judul-produk {
    font-size: 16px;
    line-height: 25px; }

  .tag-produk-detail {
    font-size: 16px; }

  .list-part-properti td {
    font-size: 12px; } }
#konten {
  padding: 50px 0;
  background: #FFF; }
  #konten p {
    font-size: 15px;
    line-height: 26px;
    color: #737373; }

.tag-page {
  position: relative;
  padding-bottom: 35px;
  margin: 0;
  margin-bottom: 20px;
  font-family: "Raleway Bold";
  font-size: 20px;
  border-bottom: 1px solid #DDD;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt"; }
  .tag-page:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 3px;
    background: #333; }

.tag-konten {
  margin: 0;
  margin-bottom: 25px;
  font-family: "Raleway Bold";
  font-size: 26px;
  color: #333;
  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"; }
  .tag-konten.tag-center {
    text-align: center; }
  .tag-konten.tag-white {
    color: #FFF; }

.subtag-konten {
  margin-bottom: 50px;
  width: 70%;
  font-size: 16px;
  color: #333;
  line-height: 26px; }
  .subtag-konten.subtag-center {
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center; }
  .subtag-konten.subtag-white {
    color: #FFF; }

#banner-page {
  position: relative;
  background: rgba(24, 27, 32, 0.7);
  height: 298px;
  overflow: hidden; }
  #banner-page img {
    opacity: 0.3; }
  #banner-page .item-parallax {
    height: 300px;
    opacity: 0.7; }

.konten-banner-page {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%); }
  .konten-banner-page h3 {
    margin-bottom: 10px;
    font-family: "Raleway Extrabold";
    font-size: 36px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    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-banner-page p {
    margin: 0;
    font-family: "Raleway Semibold";
    font-size: 16px;
    color: #FFF;
    text-align: center;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt"; }

#breadcrumb {
  padding-top: 10px;
  padding-bottom: 12px;
  background: #0b3277;
  border-bottom: 1px solid #0a2c69; }
  #breadcrumb.bg-red {
    border-bottom: none;
    background: #de1a32;
    background: -moz-linear-gradient(top, #ab1426 0%, #de1a32 12%, #de1a32 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ab1426), color-stop(12%, #de1a32), color-stop(100%, #de1a32));
    background: -webkit-linear-gradient(top, #ab1426 0%, #de1a32 12%, #de1a32 100%);
    background: -o-linear-gradient(top, #ab1426 0%, #de1a32 12%, #de1a32 100%);
    background: -ms-linear-gradient(top, #ab1426 0%, #de1a32 12%, #de1a32 100%);
    background: linear-gradient(to bottom, #ab1426 0%, #de1a32 12%, #de1a32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#181b20', GradientType=0 ); }
    #breadcrumb.bg-red li {
      text-transform: capitalize; }
      #breadcrumb.bg-red li:before {
        color: #730b17; }
      #breadcrumb.bg-red li a {
        color: #730b17; }
  #breadcrumb li {
    position: relative;
    margin-right: 15px;
    font-size: 12px;
    color: #FFF; }
    #breadcrumb li:last-child {
      margin-right: 0; }
      #breadcrumb li:last-child:before {
        display: none; }
    #breadcrumb li:before {
      position: absolute;
      content: "/";
      top: -1px;
      right: -11px;
      color: #979797;
      font-size: 12px; }
    #breadcrumb li a {
      display: block;
      font-family: "Opensans";
      font-size: 12px;
      color: #979797; }

.bg-blue {
  background: #0b3277;
  background: -moz-linear-gradient(top, #0a2d6b 0%, #0b3277 12%, #0b3277 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0a2d6b), color-stop(12%, #0b3277), color-stop(100%, #0b3277));
  background: -webkit-linear-gradient(top, #0a2d6b 0%, #0b3277 12%, #0b3277 100%);
  background: -o-linear-gradient(top, #0a2d6b 0%, #0b3277 12%, #0b3277 100%);
  background: -ms-linear-gradient(top, #0a2d6b 0%, #0b3277 12%, #0b3277 100%);
  background: linear-gradient(to bottom, #0a2d6b 0%, #0b3277 12%, #0b3277 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#181b20', GradientType=0 ); }

.no-margin-bottom {
  margin-bottom: 0; }

.page-style {
  text-align: center; }
  .page-style li.active a, .page-style li.active a:hover, .page-style li.active a:focus {
    background: #0b3277;
    border-color: #0b3277; }
  .page-style li a {
    color: #0b3277; }

@media only screen and (max-width: 991px) {
  #slider, #banner-page, .konten-up {
    margin-top: 0%; }

  .tag-konten {
    font-size: 21px; }

  .konten-banner-page h3 {
    font-size: 28px; } }
@media only screen and (max-width: 767px) {
  #konten {
    padding: 30px 0; }
    #konten p {
      font-size: 14px;
      line-height: 25px;
      text-align: justify; }

  .konten-banner-page h3 {
    font-size: 26px; } }

@media only screen and (max-width: 600px) {
  #banner-page {
    height: 250px; }
    #banner-page .item-parallax {
      height: 260px; }

  .tag-konten {
    font-size: 18px; }

  .konten-banner-page h3 {
    font-size: 24px; }
  .konten-banner-page p {
    font-size: 14px !important; } }
@media only screen and (max-width: 480px) {
  #banner-page {
    height: 220px; }
    #banner-page .item-parallax {
      height: 230px; } }

@media only screen and (max-width: 320px) {
  #konten p {
    font-size: 13px;
    line-height: 22px; }

  #banner-page {
    height: 180px; }
    #banner-page .item-parallax {
      height: 190px; }

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

  .konten-banner-page h3 {
    font-size: 18px; }
  .konten-banner-page p {
    font-size: 13px !important; }
}

#partner {
  background: #0b3277; }

.wrap-partner {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(7, 30, 72, 0.3); }

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

.item-partner {
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  width: 14.28571%;
  font-size: 14px;
  vertical-align: top; }
  .item-partner.item-full {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: 16.66667%;
    font-size: 14px;
    vertical-align: top; }
    .item-partner.item-full figure {
      border: 1px solid #EEE; }
      .item-partner.item-full figure:hover {
        border-color: #de1a32;
        box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.2);
        transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s; }

@media only screen and (max-width: 991px) {
  .item-partner {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: 16.66667%;
    font-size: 14px;
    vertical-align: top; } }
@media only screen and (max-width: 767px) {
  .item-partner {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    font-size: 14px;
    vertical-align: top; }
    .item-partner.item-full {
      display: inline-block;
      padding-right: 10px;
      padding-left: 10px;
      width: 20%;
      font-size: 14px;
      vertical-align: top; } }
@media only screen and (max-width: 600px) {
  .item-partner {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: 25%;
    font-size: 14px;
    vertical-align: top; }
    .item-partner.item-full {
      display: inline-block;
      padding-right: 10px;
      padding-left: 10px;
      width: 25%;
      font-size: 14px;
      vertical-align: top; } }
@media only screen and (max-width: 480px) {
  .item-partner {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: 33.33333%;
    font-size: 14px;
    vertical-align: top; }
    .item-partner.item-full {
      display: inline-block;
      padding-right: 10px;
      padding-left: 10px;
      width: 33.33333%;
      font-size: 14px;
      vertical-align: top; } }
@media only screen and (max-width: 320px) {
  .box-partner {
    margin-right: -5px;
    margin-left: -5px;
    font-size: 0px; }

  .item-partner {
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    width: 33.33333%;
    font-size: 14px;
    vertical-align: top; }
    .item-partner.item-full {
      display: inline-block;
      padding-right: 5px;
      padding-left: 5px;
      width: 33.33333%;
      font-size: 14px;
      vertical-align: top; } }
#galeri {
  padding-top: 50px;
  padding-bottom: 30px;
  background: #0b3277; }

.menu-galeri {
  margin-bottom: 32px;
  text-align: center; }
  .menu-galeri.text-dark a {
    color: #343434;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt"; }
    .menu-galeri.text-dark a:hover, .menu-galeri.text-dark a.active {
      color: #cb9b2c; }
      .menu-galeri.text-dark a:hover:before, .menu-galeri.text-dark a.active:before {
        background: #cb9b2c; }
    .menu-galeri.text-dark a:before {
      background: #FFF; }
  .menu-galeri li a {
    position: relative;
    display: block;
    padding: 0 15px;
    padding-bottom: 13px;
    font-family: "Raleway Bold";
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt"; }
    .menu-galeri li a:hover, .menu-galeri li a.active {
      color: #cb9b2c; }
      .menu-galeri li a:hover:before, .menu-galeri li a.active:before {
        background: #cb9b2c; }
    .menu-galeri li a:before {
      position: absolute;
      content: "";
      left: 50%;
      bottom: 0;
      width: 30px;
      height: 3px;
      background: #FFF;
      transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0); }

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

.item-galeri {
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  width: 25%;
  font-size: 14px;
  vertical-align: top; }

.menu-galeri .owl-stage-outer {
  height: 30px; }

.selectbox-gallery {
  margin-right: -7px;
  margin-bottom: 20px; }

@media only screen and (max-width: 991px) {
  .item-galeri {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: 33.33333%;
    font-size: 14px;
    vertical-align: top; }

  .selectbox-gallery {
    margin-right: 0; }

  .menu-galeri {
    margin-bottom: 20px; }
    .menu-galeri li a {
      padding-bottom: 0;
      margin-bottom: 10px; }
      .menu-galeri li a:before {
        display: none; } }
@media only screen and (max-width: 600px) {
  .menu-galeri li a {
    padding: 0 10px; }

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

  .item-galeri {
    margin-bottom: 0;
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    width: 33.33333%;
    font-size: 14px;
    vertical-align: top; } }
@media only screen and (max-width: 480px) {
  .menu-galeri li a {
    padding: 0 5px;
    font-size: 12px; } }
@media only screen and (max-width: 320px) {
  .menu-galeri li a {
    font-size: 11px; } }
.box-ambasador {
  padding-top: 10px;
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px; }

.item-ambasador {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  width: 25%;
  font-size: 14px;
  vertical-align: top; }
  .item-ambasador:hover .head-item-ambasador:before {
    width: 100%;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }

.head-item-ambasador {
  position: relative;
  padding-bottom: 17px;
  border-bottom: 1px solid #092860; }
  .head-item-ambasador:hover:before {
    width: 100%; }
  .head-item-ambasador:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -2px;
    width: 40px;
    height: 3px;
    background: #FFF; }
  .head-item-ambasador img {
    float: left;
    width: 70px;
    border-radius: 50%; }
  .head-item-ambasador h4 {
    float: left;
    padding-left: 20px;
    margin: 0;
    margin-top: 8px;
    font-family: "Opensans Bold";
    font-size: 18px;
    color: #FFF;
    width: calc(100% - 70px);
    line-height: 25px;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt"; }

.body-ambasador {
  padding-top: 15px; }
  .body-ambasador li {
    margin-bottom: 5px; }
    .body-ambasador li a {
      display: block;
      font-family: "Opensans";
      font-size: 12px;
      color: #FFF; }
      .body-ambasador li a .fa {
        margin-right: 8px; }

@media only screen and (max-width: 991px) {
  .item-ambasador {
    margin-bottom: 30px;
    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-ambasador {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    font-size: 14px;
    vertical-align: top; }
}

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

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

.i-news {
  background: #FAFAFA; }

.konten-item-news {
  padding: 20px; }

.judul-item-news {
  margin-bottom: 20px;
}

.judul-item-news a {
    font-family: "Raleway Light";
    font-size: 18px;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt";
}

.tool-item-news {
  margin-bottom: 10px; }
  .tool-item-news li {
    margin-right: 10px;
    font-family: "Raleway Light";
    font-size: 13px;
    color: #737373; }
    .tool-item-news li:last-child {
      margin-right: 0; }
    .tool-item-news li .fa {
      margin-right: 5px; }

.summary-news {
  font-size: 14px !important;
  color: #444 !important; }

.detail-news h2 {
  margin-bottom: 12px;
  font-family: "Raleway Light";
  font-size: 24px;
  line-height: 30px;
  font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  -o-font-feature-settings: "salt";
  -moz-font-feature-settings: "salt";
  -ms-font-feature-settings: "salt"; }
.detail-news .tool-item-news {
  margin-bottom: 15px; }
  .detail-news .tool-item-news li {
    margin-right: 15px; }
.detail-news img {
  margin-bottom: 30px; }
.detail-news p {
  letter-spacing: 0.2px; }

@media only screen and (max-width: 991px) {
  .judul-item-news {
    margin-bottom: 15px; }
    .judul-item-news a {
      font-size: 14px; }

  .tool-item-news li {
    margin-right: 5px;
    font-size: 12px; }
    .tool-item-news li .fa {
      margin-right: 3px; }

  .summary-news {
    font-size: 13px !important;
    text-align: justify; }

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

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

  .detail-news img {
    margin-bottom: 20px; }
  .detail-news p {
    text-align: justify; } }

@media only screen and (max-width: 320px) {
  .detail-news h2 {
    font-size: 18px; }
  .detail-news p {
    font-size: 13px !important;
    line-height: 24px !important; } }
.box-agent {
  margin-right: -15px;
  margin-left: -15px;
  font-size: 0px; }

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

.i-agent {
  display: block;
  padding: 20px;
  border: 1px solid #EEE; }
  .i-agent:hover {
    border-color: #de1a32;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }
    .i-agent:hover h4 {
      color: #0b3277; }
  .i-agent img {
    float: left;
    width: 100px; }

.konten-item-agent {
  float: left;
  margin-left: 20px;
  width: calc(100% - 120px); }
  .konten-item-agent h4 {
    margin-bottom: 15px;
    font-family: "Raleway Bold";
    font-size: 16px;
    color: #343434; }
  .konten-item-agent span {
    display: block;
    margin-bottom: 3px;
    font-family: "Raleway";
    font-size: 14px;
    color: #737373; }
    .konten-item-agent span:last-child {
      margin-bottom: 0; }
    .konten-item-agent span .fa {
      margin-right: 5px; }

@media only screen and (max-width: 1199px) {
  .i-agent {
    padding: 15px; }
    .i-agent img {
      width: 70px; }

  .konten-item-agent {
    margin-left: 15px;
    width: calc(100% - 90px); }
    .konten-item-agent h4 {
      margin-bottom: 15px;
      font-size: 13px; }
    .konten-item-agent span {
      font-size: 12px; } }
@media only screen and (max-width: 991px) {
  .item-agent {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
    font-size: 14px;
    vertical-align: top; } }
@media only screen and (max-width: 600px) {
  .box-agent {
    margin-right: -5px;
    margin-left: -5px;
    font-size: 0px; }

  .item-agent {
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    width: 50%;
    font-size: 14px;
    vertical-align: top; } }
@media only screen and (max-width: 480px) {
  .item-agent {
    margin-bottom: 15px;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
    font-size: 14px;
    vertical-align: top; } }
@media only screen and (max-width: 320px) {
  .i-agent img {
    width: 60px; }

  .konten-item-agent {
    width: calc(100% - 80px); }
    .konten-item-agent h4 {
      margin-bottom: 10px;
      font-size: 12px; } }
.form-kontak sup {
  color: #de1a32; }

.tag-kontak {
  padding-bottom: 20px; }

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

.maps iframe {
  display: block; }

#alertinfo {
  display: none;
  padding: 10px 15px;
  font-size: 12px; }

#ikon-spin {
  display: none; }

.error-message {
  display: none;
  font-size: 12px !important;
  color: #de1a32 !important;
  letter-spacing: 0.5px; }

@media only screen and (max-width: 991px) {
  .form-kontak {
    margin-bottom: 50px; } }
#floating-login {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  width: 300px;
  padding: 20px;
  background: #FFF;
  border-radius: 0 0 3px 3px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 99; }
  #floating-login:before {
    position: absolute;
    content: "";
    top: -12px;
    right: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    border-left: 6px solid transparent;
    border-right: 6px solid #FFF; }
  #floating-login .btn-default {
    padding: 8px 15px; }
  #floating-login .btn-text {
    display: block;
    margin-top: -3px;
    margin-bottom: 10px;
    font-family: "Opensans";
    font-size: 12px;
    text-align: center;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt"; }
  #floating-login .sparate-login {
    position: relative;
    font-family: "Opensans";
    font-size: 12px;
    color: #999;
    text-align: center; }
    #floating-login .sparate-login span {
      position: relative;
      display: block;
      margin-bottom: 15px;
      z-index: 3; }
    #floating-login .sparate-login:before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
      background: #EEE;
      z-index: 1; }
    #floating-login .sparate-login:after {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      width: 50px;
      height: 1px;
      background: #FFF;
      z-index: 2;
      transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0); }

.btn-facebook {
  color: #3A589B;
  border-color: #3A589B; }
  .btn-facebook .fa {
    margin-right: 10px; }
  .btn-facebook:hover, .btn-facebook:focus {
    background: #3A589B !important;
    border-color: #3A589B !important; }

footer {
  background: #edf0f6; }

.wrap-footer-konten {
  padding: 50px 0; }

.logo-footer {
  padding-right: 10px;
  margin: 0;
  margin-top: 50px;
  text-align: center; }
  .logo-footer img {
    width: 70px; }

.wrap-konten-footer {
  padding: 15px 0;
  padding-left: 40px;
  border-left: 1px solid #dce2ee; }

.kat-footer {
  margin-bottom: 30px; }
  .kat-footer li {
    margin-right: 20px; }
    .kat-footer li:last-child {
      margin-right: 0; }
    .kat-footer li a {
      display: block;
      font-family: "Raleway Bold";
      font-size: 15px;
      color: #333;
      font-feature-settings: "salt";
      -webkit-font-feature-settings: "salt";
      -o-font-feature-settings: "salt";
      -moz-font-feature-settings: "salt";
      -ms-font-feature-settings: "salt"; }
      .kat-footer li a:hover {
        color: #de1a32; }

.telp-footer {
  margin-bottom: 10px;
  font-family: "Opensans Light";
  font-size: 18px;
  color: #555; }
  .telp-footer strong {
    font-family: "Opensans Bold"; }

.alamat-footer {
  margin-bottom: 30px;
  font-family: "Opensans";
  font-size: 13px;
  color: #555;
  line-height: 21px; }

.menu-footer li {
  position: relative;
  margin-right: 20px; }
  .menu-footer li:before {
    position: absolute;
    content: "";
    top: 5px;
    right: -12px;
    width: 1px;
    height: 10px;
    background: #e3e8f1; }
  .menu-footer li:last-child {
    margin-right: 0; }
    .menu-footer li:last-child:before {
      display: none; }
  .menu-footer li a {
    display: block;
    font-family: "Raleway Extrabold";
    font-size: 12px;
    color: #0b3277;
    text-transform: uppercase;
    font-feature-settings: "salt";
    -webkit-font-feature-settings: "salt";
    -o-font-feature-settings: "salt";
    -moz-font-feature-settings: "salt";
    -ms-font-feature-settings: "salt"; }
    .menu-footer li a:hover {
      color: #555; }

.tombol-footer {
  margin-top: 50px; }
  .tombol-footer li {
    display: block;
    margin-bottom: 10px; }
    .tombol-footer li a {
      display: block;
      padding: 15px 0;
      font-family: "Raleway Bold";
      font-size: 13px;
      color: #de1a32;
      text-align: center;
      text-transform: uppercase;
      border: 2px solid #de1a32;
      font-feature-settings: "salt";
      -webkit-font-feature-settings: "salt";
      -o-font-feature-settings: "salt";
      -moz-font-feature-settings: "salt";
      -ms-font-feature-settings: "salt"; }
      .tombol-footer li a:hover {
        color: #FFF;
        background: #de1a32;
        border-color: #de1a32;
        transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s; }

/* .copyright {
  padding: 15px 0;
  background: #dfe1e5; }
  .copyright p {
    margin: 0;
    font-family: "Opensans";
    font-size: 12px;
    color: #343434; }
    .copyright p a.text-copy {
      color: #343434; }
    .copyright p a:hover {
      color: #737373; } */

@media only screen and (max-width: 991px) {
  .logo-footer {
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 30px; }

  .kat-footer {
    margin-bottom: 20px; }

  .wrap-konten-footer {
    padding-left: 0;
    border-left: none; }

  .alamat-footer {
    margin-bottom: 20px; }

  .tombol-footer {
    margin-top: 10px; }

  .copyright {
    text-align: center; } }
@media only screen and (max-width: 600px) {
  .wrap-footer-konten {
    padding-bottom: 20px; }

  .kat-footer {
    text-align: center; }

  .telp-footer {
    text-align: center; }

  .alamat-footer {
    text-align: center; }

  .menu-footer {
    text-align: center; }
    .menu-footer li {
      margin-bottom: 10px; }
      .menu-footer li a {
        font-family: "Raleway Bold";
        font-size: 11px; } }
@media only screen and (max-width: 480px) {
  .alamat-footer {
    margin-bottom: 0; }

  .menu-footer {
    display: none; } }

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