@font-face {
  font-family: "Opensans Reguler";
  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: "Segoe Ui";
  src: url(../fonts/segoe/segoeui.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Extrabold";
  src: url(../fonts/raleway/Raleway-ExtraBold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Heavy";
  src: url(../fonts/raleway/Raleway-Heavy.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"; }
.header .row:first-child {
  height: 90px; }
  .header .row:first-child .col-lg-3 img {
    max-width: 100%;
    max-height: 90px; }
  .header .row:first-child .col-lg-8 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 25px;
    line-height: 90px; }
    .header .row:first-child .col-lg-8 ul li {
      display: inline-block;
      position: relative; }
      .header .row:first-child .col-lg-8 ul li i.fa-angle-right {
        line-height: 20px; }
      .header .row:first-child .col-lg-8 ul li a {
        text-decoration: none;
        color: #333;
        padding: 15px;
        cursor: pointer;
        font-family: "Raleway Extrabold"; }
      .header .row:first-child .col-lg-8 ul li ul {
        line-height: normal;
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        padding: 0;
        margin: 0;
        background-color: #0971B0;
        color: #ffffff;
        z-index: 80; }
        .header .row:first-child .col-lg-8 ul li ul:before {
          content: "";
          width: 0;
          height: 0;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-bottom: 15px solid #0971B0;
          position: absolute;
          top: -15px;
          left: 83px; }
        .header .row:first-child .col-lg-8 ul li ul.show {
          display: block; }
        .header .row:first-child .col-lg-8 ul li ul li {
          border-bottom: 1px solid #7a82b0; }
          .header .row:first-child .col-lg-8 ul li ul li:hover {
            background-color: #dd1338; }
            .header .row:first-child .col-lg-8 ul li ul li:hover ul.model {
              display: block; }
          .header .row:first-child .col-lg-8 ul li ul li a {
            display: block;
            width: 200px;
            padding: 10px;
            color: #ffffff;
            font-family: "Segoe Ui";
            font-size: 14px; }
          .header .row:first-child .col-lg-8 ul li ul li ul.model {
            display: none;
            top: 0;
            left: 200px; }
            .header .row:first-child .col-lg-8 ul li ul li ul.model::before {
              border: none; }
  .header .row:first-child .col-lg-1 .carto, .header .row:first-child .col-xs-2 .carto {
    line-height: 90px; }
    .header .row:first-child .col-lg-1 .carto img, .header .row:first-child .col-xs-2 .carto img {
      padding: 0 0 0 15px;
      border-left: 1px solid #bdb9b9; }
  .header .row:first-child .col-lg-1 .cart, .header .row:first-child .col-xs-2 .cart {
    background-color: #FC0713; }
    .header .row:first-child .col-lg-1 .cart i, .header .row:first-child .col-xs-2 .cart i {
      color: #ffffff;
      font-size: 30px;
      text-align: center;
      width: 100%;
      padding: 38px 0px; }
.header .row:nth-child(2) {
  background-color: #000000;
  padding: 5px 0 15px; }
  .header .row:nth-child(2) .col-lg-7 {
    padding-top: 8px;
    position: relative; }
    .header .row:nth-child(2) .col-lg-7 .contain-search {
      position: relative;
      background-color: #ffffff;
      border-radius: 5px;
      padding: 10px; }
      .header .row:nth-child(2) .col-lg-7 .contain-search.abu {
        background: #E8E8E8; }
      .header .row:nth-child(2) .col-lg-7 .contain-search input {
        border: none;
        width: 100%;
        background-color: #ffffff; }
        .header .row:nth-child(2) .col-lg-7 .contain-search input.abu {
          background: #E8E8E8; }
      .header .row:nth-child(2) .col-lg-7 .contain-search button {
        background-color: #000000;
        color: #ffffff;
        border-radius: 5px;
        padding: 8px 27px;
        position: absolute;
        top: 3px;
        right: 5px;
        border: none;
        font-weight: bolder; }
        .header .row:nth-child(2) .col-lg-7 .contain-search button.merah {
          transition: 0.5s;
          background: #fc0713; }
      .header .row:nth-child(2) .col-lg-7 .contain-search .popular {
        display: none;
        position: absolute;
        width: 100%;
        background: #E8E8E8;
        right: 0;
        top: 39px;
        z-index: 20;
        padding: 5px 0 10px 0; }
        .header .row:nth-child(2) .col-lg-7 .contain-search .popular p {
          font-family: "Segoe Ui";
          margin: 0 0 0 1em;
          line-height: 35px; }
          .header .row:nth-child(2) .col-lg-7 .contain-search .popular p:first-child {
            margin-left: 0.5em;
            color: #0971B0;
            font-size: 25px; }
          .header .row:nth-child(2) .col-lg-7 .contain-search .popular p a, .header .row:nth-child(2) .col-lg-7 .contain-search .popular p i {
            color: #333;
            font-size: 18px;
            font-weight: normal; }
  .header .row:nth-child(2) .col-lg-5 .text-no {
    float: left;
    padding: 9px 20px 0 38px; }
    .header .row:nth-child(2) .col-lg-5 .text-no p {
      margin: 0;
      font-size: 13px;
      color: #ffffff;
      text-align: right; }
      .header .row:nth-child(2) .col-lg-5 .text-no p:first-child {
        font-family: "Segoe Ui Black";
        font-weight: bolder; }
      .header .row:nth-child(2) .col-lg-5 .text-no p:last-child {
        font-family: "Opensans Light"; }
  .header .row:nth-child(2) div.col-lg-5 .no-nya {
    float: left; }
    .header .row:nth-child(2) div.col-lg-5 .no-nya p {
      color: #ffffff;
      margin: 12px 0 0 0;
      padding-left: 15px;
      border-left: 1px solid #262626;
      font-family: "Opensans Bold";
      font-size: 22px; }

.scroll-top {
  position: fixed;
  bottom: 55px;
  right: 15px;
  z-index: 88;
  visibility: hidden;
  opacity: 0;
  transition: 1s; }
  .scroll-top.blok {
    visibility: visible;
    opacity: 1; }
  .scroll-top button {
    border: none;
    background: rgba(9, 113, 176, 0.7);
    color: #ffffff;
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 10px; }

.homepage .owl-carousel img {
  max-width: 100%;
  margin: 0 auto;
  width: auto; }
.homepage .owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: block;
  text-align: center; }
  .homepage .owl-carousel .owl-dots .owl-dot {
    display: inline-block; }
    .homepage .owl-carousel .owl-dots .owl-dot.active span {
      background-color: #ffffff; }
    .homepage .owl-carousel .owl-dots .owl-dot span {
      border: 1px solid #ffffff;
      border-radius: 20px;
      display: inline-block;
      height: 12px;
      margin: 0px 5px;
      opacity: 1;
      width: 12px; }
.homepage .contact-home {
  background: #fc0713;
  padding: 15px 0; }
  .homepage .contact-home .col-lg-7 p {
    margin-bottom: 5px;
    color: #ffffff; }
    .homepage .contact-home .col-lg-7 p:first-child {
      font-size: 20px;
      font-family: "Segoe Ui";
      font-weight: bold; }
    .homepage .contact-home .col-lg-7 p:last-child {
      font-size: 13px;
      font-family: "Segoe Ui"; }
  .homepage .contact-home .col-lg-5 {
    margin-top: 7px; }
    .homepage .contact-home .col-lg-5 button {
      float: right;
      border: 1px solid #ffffff;
      color: #ffffff;
      background: transparent;
      font-weight: bold;
      padding: 10px 30px;
      border-radius: 5px;
      font-family: "segoe ui"; }
.homepage .brand-about {
  background-color: #f6f6f6; }
  .homepage .brand-about .product-brand .container {
    border-bottom: 5px solid #f0f0f0;
    padding: 10px 0; }
    .homepage .brand-about .product-brand .container .col-lg-2 img {
      max-width: 100%;
      margin: 0 auto; }
  .homepage .brand-about .about-home {
    padding: 50px 0; }
    .homepage .brand-about .about-home .container .col-lg-6:first-child p {
      font-family: "segoe ui";
      padding-left: 40px; }
      .homepage .brand-about .about-home .container .col-lg-6:first-child p:first-child {
        font-size: 20px;
        font-weight: bold; }
      .homepage .brand-about .about-home .container .col-lg-6:first-child p:nth-child(3) {
        font-size: 16px; }
      .homepage .brand-about .about-home .container .col-lg-6:first-child p:last-child a {
        font-size: 15px;
        color: #fc0713; }
    .homepage .brand-about .about-home .container .col-lg-6:first-child span.garis {
      display: block;
      margin-bottom: 10px;
      width: 12em;
      background-color: #fc0713;
      height: 2px; }
.homepage .product-home {
  padding: 40px 0; }
  .homepage .product-home .owl-carousel .owl-dots {
    position: relative;
    bottom: 0;
    padding: 8px 0; }
    .homepage .product-home .owl-carousel .owl-dots .owl-dot {
      display: inline-block; }
      .homepage .product-home .owl-carousel .owl-dots .owl-dot.active span {
        background-color: #010279; }
      .homepage .product-home .owl-carousel .owl-dots .owl-dot span {
        border: 1px solid #333; }
  .homepage .product-home p {
    font-family: "Segoe Ui";
    text-align: center; }
    .homepage .product-home p:first-child {
      font-size: 20px;
      font-weight: bold; }
  .homepage .product-home a {
    color: inherit; }
  .homepage .product-home .box-product {
    border: 1px solid #f4f4f4;
    padding: 10px; }
    .homepage .product-home .box-product > img {
      width: auto;
      max-width: 100%;
      margin: 0 auto;
      display: block; }
    .homepage .product-home .box-product > p {
      text-align: left;
      font-weight: bold; }
      .homepage .product-home .box-product > p:nth-child(2) {
        color: #fc0713;
        font-weight: normal; }
      .homepage .product-home .box-product > p:last-child {
        font-size: 15px; }
.homepage .contact-us .col-lg-6:first-child p.title {
  color: #404040;
  font-family: "Segoe Ui";
  font-size: 20px; }
.homepage .contact-us .col-lg-6:first-child span.garis {
  display: block;
  margin-bottom: 10px;
  width: 8.5em;
  background-color: #010279;
  height: 2px; }
.homepage .contact-us .col-lg-6:first-child .address p {
  margin-bottom: 5px;
  font-family: "Segoe Ui";
  color: #2e2e2e; }
  .homepage .contact-us .col-lg-6:first-child .address p:first-child {
    font-weight: bold;
    font-family: "Segoe Ui Black"; }
.homepage .contact-us .col-lg-6:first-child .pfe table {
  margin: 10px 0; }
  .homepage .contact-us .col-lg-6:first-child .pfe table td {
    font-family: "Segoe Ui";
    font-size: 16px;
    color: #646464; }
    .homepage .contact-us .col-lg-6:first-child .pfe table td:first-child {
      padding-right: 10px; }
.homepage .contact-us .col-lg-6:last-child iframe {
  width: 90%;
  height: 512px; }
.homepage .contact-us .col-lg-6:last-child .back-box {
  position: absolute;
  bottom: 5px;
  left: -60px; }
  .homepage .contact-us .col-lg-6:last-child .back-box a > img {
    position: absolute;
    bottom: 30px;
    right: 30px; }

.content-product .bread-product {
  position: relative; }
  .content-product .bread-product .contain {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 60px;
    margin: auto; }
    .content-product .bread-product .contain p, .content-product .bread-product .contain a {
      color: #ffffff;
      font-family: "Segoe Ui"; }
    .content-product .bread-product .contain p:first-child {
      font-weight: bold;
      font-size: 25px; }
.content-product .main-product {
  padding: 20px 0 30px; }
  .content-product .main-product .container {
    padding: 0; }
    .content-product .main-product .container .col-lg-3 .box-nav {
      margin-bottom: 20px;
      border-style: solid;
      border-width: 1px;
      border-color: rgba(0, 68, 68, 0.2);
      border-radius: 8px; }
      .content-product .main-product .container .col-lg-3 .box-nav > p {
        font-family: "Segoe Ui";
        margin: 0;
        padding: 10px;
        border-bottom: 1px solid rgba(0, 68, 68, 0.2); }
        .content-product .main-product .container .col-lg-3 .box-nav > p:first-child {
          color: #ffffff;
          background: #ee000c;
          border-top-left-radius: 8px;
          border-top-right-radius: 8px;
          font-size: 15px;
          font-weight: bold; }
        .content-product .main-product .container .col-lg-3 .box-nav > p:nth-child(1n + 2) {
          color: #939393; }
          .content-product .main-product .container .col-lg-3 .box-nav > p:nth-child(1n + 2) strong {
            color: #333; }
          .content-product .main-product .container .col-lg-3 .box-nav > p:nth-child(1n + 2) i {
            color: #939393; }
        .content-product .main-product .container .col-lg-3 .box-nav > p:last-child {
          border-style: none; }
      .content-product .main-product .container .col-lg-3 .box-nav.kat p {
        border: none; }
        .content-product .main-product .container .col-lg-3 .box-nav.kat p.aktip a {
          color: #ee000c !important; }
        .content-product .main-product .container .col-lg-3 .box-nav.kat p:nth-child(n+2) {
          padding: 6px 10px;
          font-size: 15px; }
          .content-product .main-product .container .col-lg-3 .box-nav.kat p:nth-child(n+2) a {
            color: #353535; }
          .content-product .main-product .container .col-lg-3 .box-nav.kat p:nth-child(n+2) i {
            color: #353535;
            float: right;
            font-size: 14px;
            line-height: 20px;
            cursor: pointer; }
      .content-product .main-product .container .col-lg-3 .box-nav.kat .models {
        display: none;
        position: relative;
        margin-top: 10px;
        display: none; }
        .content-product .main-product .container .col-lg-3 .box-nav.kat .models.aktip {
          display: block; }
        .content-product .main-product .container .col-lg-3 .box-nav.kat .models:before {
          content: "";
          width: 0;
          height: 0;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-bottom: 15px solid #e9e9e9;
          position: absolute;
          top: -15px;
          left: 0px; }
        .content-product .main-product .container .col-lg-3 .box-nav.kat .models p {
          background-color: #e9e9e9;
          color: #333;
          font-size: 13px;
          margin: 0;
          padding: 5px 15px; }
          .content-product .main-product .container .col-lg-3 .box-nav.kat .models p.aktip {
            font-weight: bold;
            color: #ee000c; }
          .content-product .main-product .container .col-lg-3 .box-nav.kat .models p a {
            color: inherit; }
      .content-product .main-product .container .col-lg-3 .box-nav.brand form p {
        padding: 6px 10px;
        margin: 0;
        color: #353535; }
        .content-product .main-product .container .col-lg-3 .box-nav.brand form p input[type="checkbox"] {
          border-radius: 5px; }
    .content-product .main-product .container .col-lg-9 .row:first-child .col-lg-4:first-child .form-control {
      width: 70%; }
    .content-product .main-product .container .col-lg-9 .row:first-child .col-lg-4:nth-child(2) p {
      text-align: center;
      font-weight: bold;
      margin: 10px 0 0; }
    .content-product .main-product .container .col-lg-9 .row:first-child .col-lg-4:nth-child(3) {
      overflow: hidden; }
      .content-product .main-product .container .col-lg-9 .row:first-child .col-lg-4:nth-child(3) .form-control {
        width: 55px;
        display: inline-block; }
      .content-product .main-product .container .col-lg-9 .row:first-child .col-lg-4:nth-child(3) .float-right {
        float: right; }
    .content-product .main-product .container .col-lg-9 .search-result {
      margin: 25px 0 0;
      font-family: "opensans light";
      font-size: 20px;
      font-weight: bold; }
    .content-product .main-product .container .col-lg-9 .row:nth-child(n+2) {
      margin-top: 10px; }
      .content-product .main-product .container .col-lg-9 .row:nth-child(n+2) .col-lg-4 {
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid #dadada; }
        .content-product .main-product .container .col-lg-9 .row:nth-child(n+2) .col-lg-4 .content-products .box-sale {
          padding: 15px 0 0 0;
          position: relative;
          height: auto; }
          .content-product .main-product .container .col-lg-9 .row:nth-child(n+2) .col-lg-4 .content-products .box-sale > p {
            color: #0066ff; }
            .content-product .main-product .container .col-lg-9 .row:nth-child(n+2) .col-lg-4 .content-products .box-sale > p:first-child {
              color: #939393; }
          .content-product .main-product .container .col-lg-9 .row:nth-child(n+2) .col-lg-4 .content-products .box-sale p {
            font-family: "Segoe Ui";
            color: #333;
            margin-bottom: 0px;
            display: block; }
          .content-product .main-product .container .col-lg-9 .row:nth-child(n+2) .col-lg-4 .content-products .box-sale img.produk {
            display: block;
            width: auto;
            max-width: 100%;
            margin: 10px auto; }
          .content-product .main-product .container .col-lg-9 .row:nth-child(n+2) .col-lg-4 .content-products .box-sale .price-cart p {
            font-family: "OpenSans Bold";
            font-size: 17px;
            float: left; }
          .content-product .main-product .container .col-lg-9 .row:nth-child(n+2) .col-lg-4 .content-products .box-sale .price-cart img {
            width: 29px;
            height: 21px;
            float: right; }
          .content-product .main-product .container .col-lg-9 .row:nth-child(n+2) .col-lg-4 .content-products .box-sale .price-cart i {
            display: block;
            float: right;
            color: #EE000C;
            font-size: 25px;
            line-height: 25px; }
    .content-product .main-product .container .judul-box::after {
      position: absolute;
      content: "";
      top: 30px;
      height: 4px;
      width: 30%;
      background: #565656; }
    .content-product .main-product .container .judul-box p {
      margin-bottom: 16px;
      padding-bottom: 4px;
      border-bottom: 1px solid #dadada;
      font-size: 20px;
      font-weight: bold; }

a:hover, a:active {
  text-decoration: none; }

.paginate {
  text-align: center; }
  .paginate .pagination a {
    color: #565656; }
    .paginate .pagination a:hover {
      color: #565656; }
  .paginate .active a {
    background-color: #FC0713;
    color: #ffffff;
    border-color: #FC0713; }
    .paginate .active a:hover {
      background-color: #FC0713;
      color: #ffffff;
      border-color: #FC0713; }

.contact-home {
  background: #fc0713;
  padding: 15px 0; }
  .contact-home .col-lg-7 p {
    margin-bottom: 5px;
    color: #ffffff; }
    .contact-home .col-lg-7 p:first-child {
      font-size: 20px;
      font-family: "Segoe Ui";
      font-weight: bold; }
    .contact-home .col-lg-7 p:last-child {
      font-size: 13px;
      font-family: "Segoe Ui"; }
  .contact-home .col-lg-5 {
    margin-top: 7px; }
    .contact-home .col-lg-5 button {
      float: right;
      border: 1px solid #ffffff;
      color: #ffffff;
      background: transparent;
      font-weight: bold;
      padding: 10px 30px;
      border-radius: 5px;
      font-family: "segoe ui"; }

.content-product-detail .bread-product {
  position: relative; }
  .content-product-detail .bread-product .contain {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 60px;
    margin: auto; }
    .content-product-detail .bread-product .contain p, .content-product-detail .bread-product .contain a {
      color: #ffffff;
      font-family: "Segoe Ui"; }
    .content-product-detail .bread-product .contain p:first-child {
      font-weight: bold;
      font-size: 25px; }
.content-product-detail .main-prod-detail {
  margin: 25px 0; }
  .content-product-detail .main-prod-detail .row:first-child .col-lg-6:first-child .gambar-kecil {
    padding: 0; }
    .content-product-detail .main-prod-detail .row:first-child .col-lg-6:first-child .gambar-kecil .col-lg-12 {
      border: 1px solid #4444;
      margin: 5px 0; }
      .content-product-detail .main-prod-detail .row:first-child .col-lg-6:first-child .gambar-kecil .col-lg-12 img {
        cursor: pointer;
        height: 80px;
        margin: 0 auto;
        display: block;
        max-width: 100%; }
  .content-product-detail .main-prod-detail .row:first-child .col-lg-6:first-child .gambar-gede {
    margin: 5px 0; }
    .content-product-detail .main-prod-detail .row:first-child .col-lg-6:first-child .gambar-gede .bungkus {
      padding: 50px 0;
      border: 1px solid #4444; }
      .content-product-detail .main-prod-detail .row:first-child .col-lg-6:first-child .gambar-gede .bungkus img {
        max-width: 100%;
        display: block;
        margin: 0 auto; }
  .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan p {
    font-family: "Segoe Ui"; }
  .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan img.brand {
    max-width: 200px; }
  .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan p.title {
    color: #0066ff;
    font-family: "Opensans Bold";
    margin: 15px 0 0;
    font-size: 20px; }
  .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.category-model {
    margin: 20px 0; }
    .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.category-model p {
      color: #1e1e1e; }
      .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.category-model p strong {
        color: #333;
        font-family: "Opensans Bold";
        font-weight: normal; }
      .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.category-model p:last-child {
        font-family: "Raleway Heavy";
        color: #1971c9; }
        .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.category-model p:last-child strong {
          color: #333;
          font-family: "Opensans Bold";
          font-weight: normal; }
  .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.price-pdf .price {
    float: left; }
    .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.price-pdf .price p:first-child {
      font-family: "Opensans";
      margin: 0; }
      .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.price-pdf .price p:first-child strike {
        font-size: 16px;
        color: #7e7e7e; }
    .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.price-pdf .price p:last-child {
      font-size: 24px;
      font-family: "Opensans Bold"; }
  .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.price-pdf .pdf {
    float: right;
    padding-top: 12px; }
    .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.price-pdf .pdf img, .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.price-pdf .pdf p {
      display: inline-block; }
    .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.price-pdf .pdf p {
      font-size: 17px; }
  .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.qty {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #4444;
    border-bottom: 1px solid #4444; }
    .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.qty button {
      border-style: none;
      background-color: #ee000c;
      color: #ffffff;
      border-radius: 5px; }
    .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.qty .kiri {
      float: left; }
      .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.qty .kiri label {
        margin-right: 10px; }
      .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.qty .kiri input[name="qty"] {
        border: 1px solid #4444;
        width: 30px;
        margin: 0 5px;
        text-align: center; }
      .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.qty .kiri button.btn-default {
        padding: 4px 9px; }
    .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.qty .kanan {
      float: right; }
      .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.qty .kanan .button {
        padding: 8px 20px;
        margin-left: 10px; }
  .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.share div {
    display: inline-block;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 5px; }
  .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.share .fb-like.fb_iframe_widget {
    background-color: #3b5999;
    padding: 0;
    position: relative;
    top: 4px; }
  .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.share .tw {
    background-color: #00aced; }
  .content-product-detail .main-prod-detail .row:first-child .col-lg-6:nth-child(2) .keterangan div.share .gplus {
    background-color: #de4b39; }
.content-product-detail div.desc-spek {
  margin-bottom: 25px; }
  .content-product-detail div.desc-spek .tabs-nav {
    border-bottom: 1px solid #ddd; }
    .content-product-detail div.desc-spek .tabs-nav .nav-tabs > li > a {
      background-color: #2e2e2e;
      color: #ffffff;
      font-weight: bolder; }
    .content-product-detail div.desc-spek .tabs-nav .nav-tabs > li.active > a {
      color: #ffffff;
      background-color: #fc0713; }
    .content-product-detail div.desc-spek .tabs-nav .tab-content .tab-pane {
      font-family: "Segoe Ui";
      padding: 20px 10px; }
      .content-product-detail div.desc-spek .tabs-nav .tab-content .tab-pane p {
        color: #2a2a2a; }
      .content-product-detail div.desc-spek .tabs-nav .tab-content .tab-pane table {
        margin-bottom: 2vh; }
        .content-product-detail div.desc-spek .tabs-nav .tab-content .tab-pane table caption {
          color: #000;
          font-size: 1.4em;
          font-weight: bold; }
        .content-product-detail div.desc-spek .tabs-nav .tab-content .tab-pane table tbody {
          border: 2px solid #d0d0d0; }
          .content-product-detail div.desc-spek .tabs-nav .tab-content .tab-pane table tbody ul {
            padding-left: 15px; }
          .content-product-detail div.desc-spek .tabs-nav .tab-content .tab-pane table tbody tr:nth-child(odd) {
            background-color: #e6e6e6; }
          .content-product-detail div.desc-spek .tabs-nav .tab-content .tab-pane table tbody tr td {
            font-weight: bold;
            padding: 5px 10px;
            border: 1px solid #ababab; }
.content-product-detail div.other-product .row:first-child p {
  font-family: "Segoe Ui";
  text-align: center; }
  .content-product-detail div.other-product .row:first-child p:first-child {
    font-weight: bolder;
    font-size: 20px; }
  .content-product-detail div.other-product .row:first-child p:last-child {
    color: #5b5a5a; }
.content-product-detail div.other-product .row:last-child {
  margin-bottom: 25px; }
  .content-product-detail div.other-product .row:last-child .owl-carousel img {
    max-width: 100%;
    margin: 0 auto;
    width: auto; }
  .content-product-detail div.other-product .row:last-child .owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: block;
    text-align: center; }
    .content-product-detail div.other-product .row:last-child .owl-carousel .owl-dots .owl-dot {
      display: inline-block; }
      .content-product-detail div.other-product .row:last-child .owl-carousel .owl-dots .owl-dot.active span {
        background-color: #ffffff; }
      .content-product-detail div.other-product .row:last-child .owl-carousel .owl-dots .owl-dot span {
        border: 1px solid #ffffff;
        border-radius: 20px;
        display: inline-block;
        height: 12px;
        margin: 0px 5px;
        opacity: 1;
        width: 12px; }
  .content-product-detail div.other-product .row:last-child .owl-carousel .owl-dots {
    position: relative;
    bottom: 0;
    padding: 8px 0; }
    .content-product-detail div.other-product .row:last-child .owl-carousel .owl-dots .owl-dot {
      display: inline-block; }
      .content-product-detail div.other-product .row:last-child .owl-carousel .owl-dots .owl-dot.active span {
        background-color: #010279; }
      .content-product-detail div.other-product .row:last-child .owl-carousel .owl-dots .owl-dot span {
        border: 1px solid #333; }
  .content-product-detail div.other-product .row:last-child .box-sale {
    padding: 15px 0 0 0;
    position: relative;
    height: auto; }
    .content-product-detail div.other-product .row:last-child .box-sale > p {
      color: #0066ff; }
      .content-product-detail div.other-product .row:last-child .box-sale > p:first-child {
        color: #939393; }
    .content-product-detail div.other-product .row:last-child .box-sale p {
      font-family: "Segoe Ui";
      color: #333;
      margin-bottom: 0px;
      display: block; }
    .content-product-detail div.other-product .row:last-child .box-sale img.produk {
      display: block;
      width: auto;
      max-width: 100%;
      margin: 10px auto; }
    .content-product-detail div.other-product .row:last-child .box-sale .price-cart p {
      font-family: "OpenSans Bold";
      font-size: 17px;
      float: left; }
    .content-product-detail div.other-product .row:last-child .box-sale .price-cart img {
      width: 29px;
      height: 21px;
      float: right; }
    .content-product-detail div.other-product .row:last-child .box-sale .price-cart i {
      display: block;
      float: right;
      color: #EE000C;
      font-size: 25px;
      line-height: 25px; }
  .content-product-detail div.other-product .row:last-child .owl-carousel .owl-dots {
    padding: 25px 0 0; }

.content-product-cart {
  /*** KERANJANG ***/
  /*** KERANJANG ***/ }
  .content-product-cart .bread-product {
    position: relative; }
    .content-product-cart .bread-product .contain {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 60px;
      margin: auto; }
      .content-product-cart .bread-product .contain p, .content-product-cart .bread-product .contain a {
        color: #ffffff;
        font-family: "Segoe Ui"; }
      .content-product-cart .bread-product .contain p:first-child {
        font-weight: bold;
        font-size: 25px; }
  .content-product-cart .judul-box::after {
    position: absolute;
    content: "";
    top: 30px;
    height: 4px;
    width: 18%;
    background: #565656; }
  .content-product-cart .judul-box p {
    margin-bottom: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #dadada;
    font-size: 20px;
    font-weight: bold; }
  .content-product-cart .box-login {
    padding: 20px;
    border: 1px solid #DDD; }
  .content-product-cart .box-login .tag-login {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: "Opensans Bold";
    color: #444;
    border-bottom: 1px solid #EEE; }
  .content-product-cart .box-login label {
    font-family: "Opensans Bold";
    color: #555; }
  .content-product-cart .box-login .form-control {
    border-radius: 0px;
    box-shadow: none; }
  .content-product-cart .box-login .btn-login {
    width: 100%;
    font-family: "Opensans Bold"; }
  .content-product-cart .box-login .text-daftar {
    font-family: "Opensans Reguler";
    font-size: 13px;
    color: #666; }
  .content-product-cart .tag-konten {
    position: relative;
    margin-bottom: 30px;
    text-align: center; }
  .content-product-cart .tag-konten:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #DDD;
    transform: translate(0, -50%); }
  .content-product-cart .tag-konten .nama-tag-konten {
    position: relative;
    display: inline-block;
    font-family: "Opensans Bold";
    font-size: 22px;
    color: #4C4C4C;
    z-index: 2; }
  .content-product-cart .tag-konten .nama-tag-konten:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 140%;
    height: 2px;
    background: #FFF;
    transform: translate(-50%, -50%);
    z-index: -1; }
  .content-product-cart .detail-alamat {
    margin-bottom: 15px; }
  .content-product-cart #konten {
    margin: 25px 0; }
  .content-product-cart .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    font-size: 16px;
    font-family: opensans bold; }
  .content-product-cart .alert-info {
    margin: 15px 0; }
  .content-product-cart .tab-pane {
    padding: 15px 10px; }
  .content-product-cart .box-keranjang {
    padding: 20px;
    border: 1px solid rgba(204, 204, 204, 0.5); }
  .content-product-cart .box-keranjang .table {
    margin-bottom: 0px; }
  .content-product-cart .box-keranjang thead {
    font-family: "Opensans Bold";
    color: #FFF;
    background: #010279;
    font-weight: normal;
    border: none !Important; }
  .content-product-cart .box-keranjang thead th {
    border-bottom: none !Important; }
  .content-product-cart .box-keranjang tbody td {
    font-family: "Opensans Light";
    padding-top: 20px !Important;
    padding-bottom: 20px !Important;
    border-top: none !Important;
    border-bottom: 1px solid #DDD; }
  .content-product-cart .box-keranjang tbody tr:last-child td {
    border-bottom: none; }
  .content-product-cart .box-keranjang .detil-pro {
    font-family: "Opensans Reguler";
    font-size: 13px; }
  .content-product-cart .vmiddle {
    vertical-align: middle !Important; }
  .content-product-cart .detail-bayar {
    padding-top: 10px;
    border-top: 2px solid #EEE; }
  .content-product-cart .detail-bayar table {
    width: 100%; }
  .content-product-cart .detail-bayar table td {
    padding-top: 5px !Important;
    padding-bottom: 5px !Important;
    border-bottom: none; }
  .content-product-cart .detail-bayar table th {
    padding-top: 15px;
    border-top: 1px solid #EEE; }
  .content-product-cart .box-cart {
    padding-top: 20px; }
    .content-product-cart .box-cart .form-horizontal .control-label {
      text-align: left; }

.tag-konten {
  position: relative;
  margin-bottom: 30px;
  text-align: center; }

.tag-konten:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #DDD;
  transform: translate(0, -50%); }

.tag-konten .nama-tag-konten {
  position: relative;
  display: inline-block;
  font-family: "Opensans Bold";
  font-size: 22px;
  color: #4C4C4C;
  z-index: 2; }

.tag-konten .nama-tag-konten:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 140%;
  height: 2px;
  background: #FFF;
  transform: translate(-50%, -50%);
  z-index: -1; }

.member-register {
  /*** LOGIN ***/
  /*** END LOGIN ***/ }
  .member-register .bread-product {
    position: relative; }
    .member-register .bread-product .contain {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 60px;
      margin: auto; }
      .member-register .bread-product .contain p, .member-register .bread-product .contain a {
        color: #ffffff;
        font-family: "Segoe Ui"; }
      .member-register .bread-product .contain p:first-child {
        font-weight: bold;
        font-size: 25px; }
  .member-register .box-content {
    margin: 25px 0; }
    .member-register .box-content .box-login {
      padding: 20px;
      border: 1px solid #DDD; }
    .member-register .box-content .box-login .tag-login {
      padding-bottom: 15px;
      margin-bottom: 15px;
      font-family: "Opensans Bold";
      color: #444;
      border-bottom: 1px solid #EEE; }
    .member-register .box-content .box-login label {
      font-family: "Opensans Bold";
      color: #555; }
    .member-register .box-content .box-login .form-control {
      border-radius: 0px;
      box-shadow: none; }
    .member-register .box-content .box-login .btn-login {
      width: 100%;
      font-family: "Opensans Bold"; }
    .member-register .box-content .box-login .text-daftar {
      font-family: "Opensans Reguler";
      font-size: 13px;
      color: #666; }
    .member-register .box-content .tag-konten {
      position: relative;
      margin-bottom: 30px;
      text-align: center; }
    .member-register .box-content .tag-konten:before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
      background: #DDD;
      transform: translate(0, -50%); }
    .member-register .box-content .tag-konten .nama-tag-konten {
      position: relative;
      display: inline-block;
      font-family: "Opensans Bold";
      font-size: 20px;
      color: #4C4C4C;
      z-index: 2; }
    .member-register .box-content .tag-konten .nama-tag-konten:before {
      position: absolute;
      content: '';
      left: 50%;
      top: 50%;
      width: 140%;
      height: 2px;
      background: #FFF;
      transform: translate(-50%, -50%);
      z-index: -1; }

.member-login .bread-product {
  position: relative; }
  .member-login .bread-product .contain {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 60px;
    margin: auto; }
    .member-login .bread-product .contain p, .member-login .bread-product .contain a {
      color: #ffffff;
      font-family: "Segoe Ui"; }
    .member-login .bread-product .contain p:first-child {
      font-weight: bold;
      font-size: 25px; }
.member-login .box-login {
  padding: 20px;
  border: 1px solid #DDD; }
.member-login .box-login .tag-login {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: "Opensans Bold";
  color: #444;
  border-bottom: 1px solid #EEE; }
.member-login .box-login label {
  font-family: "Opensans Bold";
  color: #555; }
.member-login .box-login .form-control {
  border-radius: 0px;
  box-shadow: none; }
.member-login .box-login .btn-login {
  width: 100%;
  font-family: "Opensans Bold"; }
.member-login .box-login .text-daftar {
  font-family: "Opensans Reguler";
  font-size: 13px;
  color: #666; }
.member-login .tag-konten {
  position: relative;
  margin-bottom: 30px;
  text-align: center; }
.member-login .tag-konten:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #DDD;
  transform: translate(0, -50%); }
.member-login .tag-konten .nama-tag-konten {
  position: relative;
  display: inline-block;
  font-family: "Opensans Bold";
  font-size: 22px;
  color: #4C4C4C;
  z-index: 2; }
.member-login .tag-konten .nama-tag-konten:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 140%;
  height: 2px;
  background: #FFF;
  transform: translate(-50%, -50%);
  z-index: -1; }
.member-login #konten {
  margin: 25px 0; }

.dashboard-member .bread-product {
  position: relative; }
  .dashboard-member .bread-product .contain {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 60px;
    margin: auto; }
    .dashboard-member .bread-product .contain p, .dashboard-member .bread-product .contain a {
      color: #ffffff;
      font-family: "Segoe Ui"; }
    .dashboard-member .bread-product .contain p:first-child {
      font-weight: bold;
      font-size: 25px; }
.dashboard-member .konten {
  margin: 25px 0;
  /*** MEMBER ***/
  /*** END MEMBER ***/ }
  .dashboard-member .konten a {
    text-decoration: none; }
  .dashboard-member .konten .sidebar-member {
    margin-bottom: 30px; }
  .dashboard-member .konten .sidebar-member li {
    display: block; }
  .dashboard-member .konten .sidebar-member li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    font-family: "Opensans Reguler";
    border: 1px solid rgba(204, 204, 204, 0.7);
    border-top: none; }
  .dashboard-member .konten .sidebar-member li a:hover {
    color: #FFF;
    background: #0971B0;
    border: 1px solid #0971B0;
    border-top: none; }
  .dashboard-member .konten .sidebar-member li:first-child a {
    border-top: 1px solid rgba(204, 204, 204, 0.7); }
  .dashboard-member .konten .sidebar-member li:first-child a:hover {
    border-top: 1px solid #0971B0; }
  .dashboard-member .konten .sidebar-member li.active a {
    color: #FFF;
    background: #0971B0;
    border: 1px solid #0971B0;
    border-top: none; }
  .dashboard-member .konten .sidebar-member li.active:first-child a {
    border-top: 1px solid #0971B0; }
  .dashboard-member .konten .sidebar-member li .fa {
    margin-top: 3px; }
  .dashboard-member .konten .sidebar-member ul {
    padding: 0; }
  .dashboard-member .konten .tag-konten-member {
    margin-bottom: 8px;
    font-family: "Opensans Light";
    font-size: 22px;
    color: #444; }
  .dashboard-member .konten .tagline-konten-member {
    margin-bottom: 25px;
    font-family: "Opensans Reguler";
    font-size: 14px;
    color: #777; }
  .dashboard-member .konten .box-item-sorkat {
    margin-bottom: 30px; }
  .dashboard-member .konten .item-sorkat {
    display: block;
    padding: 30px 10px;
    background: rgba(204, 204, 204, 0.4); }
  .dashboard-member .konten .item-sorkat:hover {
    background: #0971B0;
    transition: 0.2s; }
  .dashboard-member .konten .item-sorkat:hover .glyphicon, .dashboard-member .konten .item-sorkat:hover .jud-item-sorkat {
    color: #FFF;
    transition: 0.2s; }
  .dashboard-member .konten .item-sorkat .glyphicon {
    margin-bottom: 10px;
    font-size: 30px;
    color: #777; }
  .dashboard-member .konten .item-sorkat .jud-item-sorkat {
    font-family: "Opensans Light";
    font-size: 22px;
    color: #444; }
  .dashboard-member .konten .table-member thead {
    color: #FFF;
    background: #0971B0; }
  .dashboard-member .konten .table-member th {
    font-family: "Opensans Semibold";
    border-bottom: none !important; }
  .dashboard-member .konten .table-member td {
    font-family: "Opensans Reguler"; }
  .dashboard-member .konten .bold-idorder {
    font-family: "Opensans Semibold";
    color: #5599bf; }
  .dashboard-member .konten .label {
    font-family: "Opensans Reguler";
    font-size: 13px;
    font-weight: normal; }
  .dashboard-member .konten .head-invoice {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(204, 204, 204, 0.6); }
  .dashboard-member .konten .tabel-invoice-member {
    margin-bottom: 0px;
    font-family: "Opensans Reguler";
    font-size: 13px; }
  .dashboard-member .konten .tabel-invoice-member th, .dashboard-member .konten .tabel-invoice-member td {
    font-family: "Opensans Reguler";
    color: #666;
    border: none !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important; }
  .dashboard-member .konten .tabel-invoice-member th {
    font-family: "Opensans Semibold";
    font-weight: normal; }
  .dashboard-member .konten .body-invoice table th {
    font-size: 13px;
    font-family: "Opensans Semibold"; }
  .dashboard-member .konten .body-invoice table td {
    font-size: 13px;
    font-family: "Opensans Reguler"; }
  .dashboard-member .konten .tag-review {
    margin-bottom: 10px;
    font-family: "Opensans Bold";
    font-size: 24px;
    color: #5599bf; }
  .dashboard-member .konten .tag-idorder {
    font-family: "Opensans Reguler";
    font-size: 16px;
    color: #444; }
  .dashboard-member .konten .tag-idorder strong {
    font-family: "Opensans Bold";
    font-size: 16px;
    color: #C10000; }
  .dashboard-member .konten .text-review {
    margin-bottom: 25px;
    font-family: "Opensans Reguler";
    font-size: 14px; }
  .dashboard-member .konten .table-review thead {
    background: #75b9df; }
  .dashboard-member .konten .table-review thead th {
    font-family: "Opensans Bold";
    font-size: 18px;
    color: #FFF;
    border-bottom: none !important; }
  .dashboard-member .konten .review-nama {
    font-size: 16px; }
  .dashboard-member .konten .review-harga {
    font-family: "Opensans Bold";
    font-size: 14px;
    color: #555; }
  .dashboard-member .konten .list-review {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(204, 204, 204, 0.5); }
  .dashboard-member .konten .list-review li {
    display: block;
    padding: 10px 15px;
    font-family: "Opensans Light";
    font-size: 18px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5); }
  .dashboard-member .konten .list-review li:last-child {
    border-bottom: none; }
  .dashboard-member .konten .list-review li strong {
    font-family: "Opensans Bold"; }
  .dashboard-member .konten .box-tab {
    padding-top: 30px; }
  .dashboard-member .konten .box-logo-bank {
    padding-top: 10px; }
  .dashboard-member .konten .box-logo-bank img {
    margin-bottom: 10px; }
  .dashboard-member .konten .tag-review-info {
    font-family: "Opensans Bold";
    color: #444;
    margin-bottom: 5px; }
  .dashboard-member .konten .list-bank {
    margin-bottom: 15px; }
  .dashboard-member .konten .list-bank li {
    padding: 5px 0px; }
  .dashboard-member .konten .list-bank li .fa {
    margin-right: 5px; }
  .dashboard-member .konten .free-text {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Opensans Bold"; }
  .dashboard-member .konten .alert-payment {
    position: fixed;
    top: 15px;
    left: 50%;
    width: 80%;
    padding: 10px 0;
    color: #0a7f04;
    text-align: center;
    background: #d8fbce;
    border: 1px solid #b2f79f;
    border-radius: 3px;
    transform: translate(-50%, 0);
    z-index: 9999; }
  .dashboard-member .konten .text-review-info {
    font-family: "Opensans Reguler";
    font-size: 14px;
    color: #333;
    line-height: 23px; }
  .dashboard-member .konten .btn-login {
    width: 100%;
    font-size: 16px;
    padding: 8px 25px; }
  .dashboard-member .konten .text-daftar {
    font-family: "Opensans Semibold";
    color: #555; }

.content-howto {
  /*** HUBUNGI KAMI ***/
  /*** END HUBUNGI KAMI ***/ }
  .content-howto #konten {
    margin: 20px 0; }
  .content-howto .bread-product {
    position: relative; }
    .content-howto .bread-product .contain {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 60px;
      margin: auto; }
      .content-howto .bread-product .contain p, .content-howto .bread-product .contain a {
        color: #ffffff;
        font-family: "Segoe Ui"; }
      .content-howto .bread-product .contain p:first-child {
        font-weight: bold;
        font-size: 25px; }
  .content-howto .judul-box::after {
    position: absolute;
    content: "";
    top: 30px;
    height: 4px;
    width: 20%;
    background: #565656; }
  .content-howto .judul-box p {
    margin-bottom: 16px;
    padding-bottom: 4px;
    border-bottom: 1px solid #dadada;
    font-size: 20px;
    font-weight: bold; }
  .content-howto .box-form label {
    font-family: "OpenSans Bold";
    font-size: 14px;
    color: #5E5E5E;
    font-weight: normal; }
  .content-howto .box-form .form-control {
    border: 2px solid #E1E3E4;
    box-shadow: none;
    border-radius: 4px; }
  .content-howto .box-form .form-control:focus {
    border: 2px solid #75b9df;
    transition: 0.2s; }
  .content-howto .btn-kontak {
    width: 100%;
    padding: 10px 10px;
    font-family: "Opensans Bold";
    color: #FFF;
    background: #5599bf;
    border-color: #5d9ec3; }
  .content-howto .btn-kontak:hover, .content-howto .btn-kontak:focus {
    background: #5d9ec3 !important;
    border-color: #5599bf !important; }
  .content-howto .peta iframe {
    width: 100%;
    display: block;
    pointer-events: none; }
  .content-howto .tag-kontak {
    font-family: "Opensans Bold";
    font-size: 23px;
    color: #444; }
  .content-howto .subtag-kontak {
    font-family: "Opensans Reguler";
    font-size: 13px;
    margin-bottom: 15px; }
  .content-howto .subtag-servis {
    font-family: "Opensans Semibold";
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 22px; }
  .content-howto .item-kontak {
    margin-bottom: 10px; }
  .content-howto .tag-item-kontak {
    font-family: "OpenSans Semibold";
    font-size: 13px; }
  .content-howto .isi-item-kontak {
    font-family: "Opensans Reguler";
    font-size: 13px;
    color: #555; }
  .content-howto .box-about, .content-howto .box-brand {
    font-family: "segoe ui"; }
  .content-howto .content-brand {
    padding: 10px 0; }
    .content-howto .content-brand .box-brand p:nth-child(2) {
      font-weight: bolder;
      font-size: 20px;
      margin-bottom: 0px; }
    .content-howto .content-brand .box-brand p:last-child {
      text-align: right; }
    .content-howto .content-brand .box-brand img {
      max-width: 51px;
      margin-bottom: 5px; }

footer a, footer a:hover {
  color: inherit; }
footer .head-foot {
  padding: 20px 0;
  background-color: #010279; }
  footer .head-foot .judul p {
    font-family: "Opensans Bold";
    font-size: 20px;
    color: #ffffff;
    margin: 0; }
    footer .head-foot .judul p span {
      font-size: 26px; }
  footer .head-foot .menu-foot ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    footer .head-foot .menu-foot ul li {
      display: inline-block;
      padding: 9px 10px; }
      footer .head-foot .menu-foot ul li a {
        font-family: "Segoe Ui";
        color: #ffffff; }
  footer .head-foot .sosmed {
    text-align: right;
    padding-top: 5px; }
    footer .head-foot .sosmed a img {
      display: inline-block; }
footer .main-foot {
  padding: 25px 0;
  background-color: #e8e8e8; }
  footer .main-foot p {
    font-family: "Segoe Ui"; }
  footer .main-foot .container .row:first-child {
    margin-bottom: 10px; }
    footer .main-foot .container .row:first-child > div > .row:first-child p {
      font-weight: bold; }
  footer .main-foot .container .col-lg-4:first-child .row:nth-child(2) .col-lg-6 p:first-child {
    font-weight: bold;
    margin-bottom: 5px; }
  footer .main-foot .container .col-lg-4:first-child .row:nth-child(2) .col-lg-6 p:nth-child(3) {
    font-weight: bold;
    font-size: 17px;
    margin: 0; }
  footer .main-foot .container .col-lg-4:first-child .row:nth-child(2) .col-lg-6 p:last-child {
    word-break: keep-all; }
footer .last-foot {
  background-color: #e8e8e8; }
  footer .last-foot .col-lg-12 {
    border-top: 1px solid #dfdfdf;
    padding: 10px 0; }
    footer .last-foot .col-lg-12 p {
      font-family: "Segoe Ui"; }
footer body.search-open {
  overflow: hidden; }
footer .close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  background: none;
  border: 0;
  font-size: 2rem;
  font-weight: bolder;
  display: block;
  cursor: pointer;
  color: black;
  padding: 2rem 2rem;
  background: #fff;
  border-radius: 50%;
  outline: none; }
  footer .close:hover {
    background: #D62839; }
footer .search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(50, 33, 58, 0.9);
  transition: all .3s  ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }
  footer .search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  footer .search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: "Roboto", "Helvetica Neue", sans-serif; }
  footer .search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    padding: 10px 3rem;
    background: #00A896;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 2rem;
    border: none;
    color: white; }
    footer .search-box.search-elem button.submit[disabled] {
      background: #ccc;
      color: #32213A; }
  footer .search-box.search-elem input[type="text"] {
    padding: 20px;
    width: 100%;
    height: 72px;
    font-size: 32px;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #999;
    transition: border 0.3s;
    border-radius: 0; }
    footer .search-box.search-elem input[type="text"]:focus {
      border-bottom: solid 2px #00A896;
      box-shadow: none; }
  footer .search-box.search-elem label.placeholder {
    position: absolute;
    top: 10px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    color: #999;
    transition: all .3s; }
    footer .search-box.search-elem label.placeholder.move-up {
      top: -25px;
      color: white;
      font-size: 1rem; }
footer .search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }
footer .search-btn {
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block; }
  footer .search-btn:hover {
    color: #00A896; }

@media only screen and (min-width: 1370px) {
  .container-fluid, .contact-home, .brand-about, .head-foot,
  .main-foot, .last-foot {
    width: 1170px;
    margin-right: auto;
    margin-left: auto; }

  .contact-home .col-lg-7, .contact-home .col-lg-5 {
    padding: 0 25px; }

  .head-foot .judul {
    padding-left: 25px; }

  .owl-carousel img.slider {
    max-width: 1170px; }

  .bread-product img {
    max-width: 1170px; }

  .content-howto .peta iframe {
    max-width: 1170px;
    margin: 0 auto; } }
@media only screen and (min-width: 200px) and (max-width: 1024px) {
  /* All Moblie.*/
  button#showman {
    margin: 0 auto;
    margin-bottom: 0px;
    background: #FF5A00;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 4px 20px;
    margin-bottom: 8px; }

  .group-category {
    display: none; }

  .col-xs-8.tengahin > img {
    display: block;
    margin: 0 auto;
    height: 99px; }

  .header .row:first-child .col-xs-2 .carto img {
    border: none;
    padding-left: 0; }

  .menu-panel {
    background: #f1103a;
    width: 0px;
    overflow: auto;
    transition: all 0.5s ease 0s;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    .menu-panel div.logo-menu {
      padding: 10px 0;
      background: #ffffff; }
      .menu-panel div.logo-menu img {
        margin: 0 auto;
        display: block;
        width: 140px; }
      .menu-panel div.logo-menu a {
        color: #333;
        padding: 0;
        font-size: 30px;
        font-weight: bolder;
        position: absolute;
        top: 0;
        right: 10px; }
    .menu-panel .menu-toc {
      padding: 0;
      list-style: none; }
      .menu-panel .menu-toc li a {
        text-decoration: none;
        display: block;
        color: #fff;
        font-size: 1.1em;
        line-height: 3.5;
        padding: 0 20px;
        cursor: pointer;
        background: #f1103a;
        border-bottom: 1px solid #dd1338; }
        .menu-panel .menu-toc li a:hover {
          background-color: #dd1338; }
      .menu-panel .menu-toc li.menu-toc-current a {
        background: #dd1338; }
      .menu-panel .menu-toc div.sub-menu {
        background-color: #dd1338;
        padding-left: 12px;
        display: none; }
        .menu-panel .menu-toc div.sub-menu a {
          text-transform: capitalize;
          font-size: 12px;
          padding: 10px 20px;
          display: block;
          border: none;
          color: #ffffff;
          letter-spacing: 1px;
          font-weight: 600;
          text-shadow: 0 1px rgba(255, 255, 255, 0.2); }
    .menu-panel div.sosmed {
      color: #ffffff;
      padding: 10px 15px; }
      .menu-panel div.sosmed p {
        margin-left: 5px; }
      .menu-panel div.sosmed a {
        display: inline-block;
        padding: 0;
        color: #ffffff;
        text-decoration: none; }
        .menu-panel div.sosmed a i {
          margin: 0 5px;
          font-size: 20px; }

  span.mobile {
    color: #333;
    font-size: 30px;
    cursor: pointer;
    margin: 25px auto 0;
    display: table; }

  .cart {
    background-color: #FC0713; }
    .cart i {
      color: #ffffff;
      font-size: 30px;
      text-align: center;
      width: 100%;
      padding: 36px 0px; }

  .homepage .contact-home .col-lg-5 button {
    float: none;
    margin: 12px auto 0;
    display: block; }

  .contact-home .col-lg-5 button {
    float: none;
    margin: 12px auto 0;
    display: block; }

  footer .head-foot .menu-foot ul li {
    padding: 4px 10px 0 0; }
  footer .head-foot .sosmed a img {
    display: inline-block; }

  .header .row:nth-child(2) .col-xs-12 .contain-search {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px; }
    .header .row:nth-child(2) .col-xs-12 .contain-search.abu {
      background: #E8E8E8; }
    .header .row:nth-child(2) .col-xs-12 .contain-search input {
      border: none;
      width: 100%;
      background-color: #ffffff; }
      .header .row:nth-child(2) .col-xs-12 .contain-search input.abu {
        background: #E8E8E8; }
    .header .row:nth-child(2) .col-xs-12 .contain-search button {
      background-color: #000000;
      color: #ffffff;
      border-radius: 5px;
      padding: 8px 27px;
      position: absolute;
      top: 3px;
      right: 5px;
      border: none;
      font-weight: bolder; }
      .header .row:nth-child(2) .col-xs-12 .contain-search button.merah {
        transition: 0.5s;
        background: #fc0713; }
    .header .row:nth-child(2) .col-xs-12 .contain-search .popular {
      display: none;
      position: absolute;
      width: 100%;
      background: #E8E8E8;
      right: 0;
      top: 39px;
      z-index: 20;
      padding: 5px 0 10px 0; }
      .header .row:nth-child(2) .col-xs-12 .contain-search .popular p {
        font-family: "Segoe Ui";
        margin: 0 0 0 1em;
        line-height: 35px; }
        .header .row:nth-child(2) .col-xs-12 .contain-search .popular p:first-child {
          margin-left: 0.5em;
          color: #0971B0;
          font-size: 25px; }
        .header .row:nth-child(2) .col-xs-12 .contain-search .popular p a, .header .row:nth-child(2) .col-xs-12 .contain-search .popular p i {
          color: #333;
          font-size: 18px;
          font-weight: normal; }

  .content-product-cart .bread-product .contain, .content-product-detail .bread-product .contain, .dashboard-member .bread-product .contain {
    height: 42px;
    margin: auto; }
    .content-product-cart .bread-product .contain p, .content-product-detail .bread-product .contain p, .dashboard-member .bread-product .contain p {
      margin: 0;
      font-size: 12px; }
    .content-product-cart .bread-product .contain p:first-child, .content-product-detail .bread-product .contain p:first-child, .dashboard-member .bread-product .contain p:first-child {
      font-size: 14px;
      margin-bottom: 2px; }

  .content-howto .bread-product .contain p:first-child {
    font-size: 20px;
    margin-bottom: 3px; }

  footer .head-foot .sosmed {
    text-align: left;
    padding-top: 10px; }

  .homepage .contact-us .col-lg-6:last-child iframe {
    margin: 0 auto;
    display: block; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Desktop & Tablet */
  .home-page .group-category .info-product span.garis {
    margin: 0 auto; }

  .home-page .group-category .info-product p:nth-child(3) {
    font-size: 20px; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
  /* Tablet (Portrait) */
  .home-page .group-category .info-product span.garis {
    margin: 0 auto; }

  .home-page .group-category .info-product p:nth-child(3) {
    font-size: 20px; } }
@media only screen and (min-width: 413px) and (max-width: 480px) {
  .home-page .group-category .info-product span.garis {
    margin: 0 auto; }

  .home-page .group-category .info-product p {
    margin: 0; }
  .home-page .group-category .info-product p:nth-child(3) {
    font-size: 13px; }
  .home-page .group-category .info-product a > button[type="button"] {
    padding: 2px 6px; }

  .project-page .project-album .album .contain-photo .info-product p:first-child {
    font-size: 13px; } }
@media only screen and (min-width: 375px) and (max-width: 412px) {
  .home-page .group-category .info-product span.garis {
    margin: 0 auto; }

  .home-page .group-category .info-product p {
    margin: 0; }
  .home-page .group-category .info-product p:nth-child(3) {
    font-size: 13px; }
  .home-page .group-category .info-product a > button[type="button"] {
    padding: 2px 6px; }

  .project-page .project-album .album .contain-photo .info-product p:first-child {
    font-size: 12px; } }
@media only screen and (min-width: 200px) and (max-width: 374px) {
  .home-page .group-category .info-product span.garis {
    margin: 0 auto; }

  .home-page .group-category .info-product p {
    margin: 0; }
  .home-page .group-category .info-product p:nth-child(3) {
    font-size: 13px; }
  .home-page .group-category .info-product a > button[type="button"] {
    padding: 2px 6px; }

  .project-page .project-album .album .contain-photo .info-product p:first-child {
    font-size: 12px; } }
.no-pad {
  padding: 0; }

.img-center {
  margin: 0 auto;
  display: block; }

.clear {
  clear: both; }

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

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