@font-face {
  font-family: "Aleo";
  src: url(../fonts/aleo/Aleo-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Aleo Bold";
  src: url(../fonts/aleo/Aleo-Bold.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Segoe Ui";
  src: url(../fonts/segoe/segoeui.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat/Montserrat-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Teko Reguler";
  src: url(../fonts/teko/Teko-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Opensans";
  src: url(../fonts/opensan/OpenSans-Regular.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Thin";
  src: url(../fonts/raleway/Raleway-Thin.ttf);
  format: "ttf"; }
@font-face {
  font-family: "Raleway Bold";
  src: url(../fonts/raleway/Raleway-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-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"; }
.text-biru {
  color: #006dc2; }

.text-kuning {
  color: #ffc20f; }

.text-emas {
  color: #483704; }

.text-ijo {
  color: #8ad14a; }

.text-coklat {
  color: #8b5e3b; }

.text-titem {
  color: #1b1b1b; }

.text-merah {
  color: #b30000; }

.text-abu {
  color: #656565; }

.text-babu {
  color: #999999; }

.text-xbabu {
  color: #585858; }

.text-putih {
  color: #ffffff !important; }

.text-gede {
  font-size: 1.3em; }

.text-tebel {
  font-weight: bold; }

.border-bot {
  border-bottom: 1px solid #585858; }

.relative {
  position: relative; }

.ngumpet {
  display: none; }

.block {
  display: block; }

.w-auto {
  width: auto !important; }

.inline {
  display: inline-block; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.m-bot {
  margin-bottom: 1vh; }

.m-right {
  margin-right: 8px; }

.mt-bot {
  margin-bottom: 5px; }

.fleft {
  float: left; }

.fright {
  float: right; }

.clear {
  clear: both; }

.max-width {
  max-width: 100%; }

.middle {
  margin: 0 auto; }

.f-segoe {
  font-family: "Segoe Ui"; }

.f-opensans {
  font-family: "Opensans"; }

.f-philo {
  font-family: "Philosopher"; }

.f-mont {
  font-family: "Montserrat"; }

.f-times {
  font-family: "Times New Roman"; }

.pointer {
  cursor: pointer; }

p, li, a, td, h3 {
  font-family: "Opensans"; }

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

.breadcum {
  background-color: #f1f1f1;
  border-bottom: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3; }
  .breadcum ol.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px; }
    .breadcum ol.breadcrumb li a {
      color: #656565; }
    .breadcum ol.breadcrumb li.active a {
      color: #8d887e; }

.catalog-home {
  position: relative; }
  .catalog-home .tmbl {
    margin-top: 25px;
    text-align: center; }
    .catalog-home .tmbl a {
      color: #ffffff;
      background: #006dc2;
      padding: 15px 10px;
      border-radius: 10px; }
      .catalog-home .tmbl a button {
        font-weight: bold;
        background: transparent;
        border: 2px solid #ffffff;
        padding: 5px 15px; }
  .catalog-home .bungkus {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 12em; }
    .catalog-home .bungkus h3 {
      font-size: 2.5em; }
    .catalog-home .bungkus p {
      font-size: 1.1em; }

.about-home {
  position: relative;
  background-image: url("../../dist/img/assets/back-puzzle.png");
  height: 916px; }
  .about-home .box-text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 70%; }
    .about-home .box-text .kus-img {
      position: relative; }
      .about-home .box-text .kus-img img:nth-child(2) {
        position: absolute;
        top: 0;
        width: 177px;
        left: 0;
        right: 0;
        margin: auto;
        animation: spin-right 10s linear infinite; }
    .about-home .box-text p.title {
      font-size: 2.5em; }
    .about-home .box-text p.desc {
      color: #656565;
      width: 50%;
      margin: 0 auto 20px; }
    .about-home .box-text .service .col-md-4 img {
      margin-bottom: 15px; }
    .about-home .box-text .service .col-md-4 p > strong {
      font-size: 1.2em; }

.member {
  padding: 50px 0;
  background: #F2F2F2; }
  .member .btn-success {
    background-color: #ed1c24;
    border-color: #ed1c24; }
  .member .btn-primary {
    background-color: #0f5a94;
    border-color: #0f5a94; }
  .member .btn-success:hover {
    background-color: #b3171d;
    border-color: #b3171d; }
  .member .btn-primary:hover {
    background-color: #0c426c;
    border-color: #0c426c; }
  .member .atas-box {
    border: 2px dashed #bababa;
    padding-top: 20px;
    padding-bottom: 20px; }
  .member .atas-box {
    background: #ffffff; }
  .member .atas-box h2 {
    font-family: "Raleway Thin"; }

#konten {
  padding: 25px 0; }

.box-prod {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  margin-bottom: 25px;
  border-radius: 10px;
  padding: 15px; }
  .box-prod:hover img {
    border-color: #006dc2; }
  .box-prod:hover p {
    opacity: 0; }
  .box-prod:hover div.tmbl {
    bottom: 1.5em; }
  .box-prod p {
    transition: opacity 0.5s ease-out; }
  .box-prod .tmbl {
    transition: all 0.5s ease-out;
    position: absolute;
    bottom: -4em;
    width: 150px;
    left: 0;
    right: 0;
    margin: auto; }
    .box-prod .tmbl a {
      display: block;
      padding: 8px;
      border-radius: 10px; }
    .box-prod .tmbl button, .box-prod .tmbl a {
      background-color: #006dc2; }
  .box-prod img {
    border: 2px solid #bababa;
    margin-bottom: 15px;
    height: auto;
    border-radius: 10px; }
  .box-prod p.jdl {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
    color: #006dc2; }

.menu-atas {
  padding: 10px 0 0;
  border-bottom: 1px solid #DEDEDE; }
  .menu-atas .breadcrumb {
    margin-bottom: 10px;
    padding-left: 0;
    background-color: transparent; }

.tmbl {
  margin-top: 25px;
  text-align: center; }
  .tmbl a {
    color: #ffffff;
    background: #e9a401;
    padding: 15px 10px;
    border-radius: 10px; }
    .tmbl a button {
      font-weight: bold;
      background: transparent;
      border: 2px solid #ffffff;
      padding: 5px 15px;
      border-radius: 2px; }

.yuorder .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  font-size: 16px;
  font-weight: bold;
  font-family: opensans; }
.yuorder .alert-info {
  margin: 15px 0; }
.yuorder .tab-pane {
  padding: 15px 10px; }

header .kecilin {
  width: 50%; }
header .header .menu-njay {
  transition: all 0.3s ease;
  display: none;
  width: 100%;
  background-color: #1f7ac0;
  position: absolute;
  z-index: 99;
  padding: 25px 0; }
  header .header .menu-njay.aktip {
    display: block; }
  header .header .menu-njay .kelompok {
    float: left; }
  header .header .menu-njay p a {
    color: #ffffff; }
header .header .menu-header {
  background-color: #006dc2;
  width: 100%; }
  header .header .menu-header .container {
    padding-top: 5px; }
  header .header .menu-header .menu-pc.visible-lg body.search-open {
    overflow: hidden; }
  header .header .menu-header .menu-pc.visible-lg .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; }
    header .header .menu-header .menu-pc.visible-lg .close:hover {
      background: #D62839; }
  header .header .menu-header .menu-pc.visible-lg .search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(17, 9, 9, 0.9);
    transition: all .3s  ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
    header .header .menu-header .menu-pc.visible-lg .search-box.search-elem .inner {
      width: 70%;
      margin: 0 auto;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    header .header .menu-header .menu-pc.visible-lg .search-box.search-elem label {
      color: white;
      font-weight: 300;
      font-family: "Roboto", "Helvetica Neue", sans-serif; }
    header .header .menu-header .menu-pc.visible-lg .search-box.search-elem button.submit {
      outline: none;
      position: absolute;
      top: 0;
      right: 0;
      height: 70px;
      padding: 10px 3rem;
      background: #c9161f;
      font-family: "Roboto", "Helvetica Neue", sans-serif;
      font-size: 2rem;
      border: none;
      color: white; }
      header .header .menu-header .menu-pc.visible-lg .search-box.search-elem button.submit[disabled] {
        background: #ccc;
        color: #32213A; }
    header .header .menu-header .menu-pc.visible-lg .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 #c9161f;
      transition: border 0.3s;
      border-radius: 0; }
      header .header .menu-header .menu-pc.visible-lg .search-box.search-elem input[type="text"]:focus {
        border-bottom: solid 2px #c9161f;
        box-shadow: none; }
    header .header .menu-header .menu-pc.visible-lg .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; }
      header .header .menu-header .menu-pc.visible-lg .search-box.search-elem label.placeholder.move-up {
        top: -25px;
        color: white;
        font-size: 1rem; }
  header .header .menu-header .menu-pc.visible-lg .search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  header .header .menu-header .menu-pc.visible-lg .search-btn {
    text-transform: uppercase;
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block; }
    header .header .menu-header .menu-pc.visible-lg .search-btn:hover {
      color: #00A896; }
  header .header .menu-header .menu-pc.visible-lg .logo img {
    width: 350px;
    margin-top: 10px; }
  header .header .menu-header .menu-pc.visible-lg .pilih-menu ul {
    text-align: center;
    padding: 20px 0 0;
    margin: 0; }
    header .header .menu-header .menu-pc.visible-lg .pilih-menu ul li {
      color: #ffffff;
      margin: 0;
      list-style-type: none;
      display: inline-block;
      position: relative;
      padding: 14px 20px 42px; }
      header .header .menu-header .menu-pc.visible-lg .pilih-menu ul li.aktip {
        background-color: #1f7ac0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
      header .header .menu-header .menu-pc.visible-lg .pilih-menu ul li.contact-bulet {
        float: right;
        padding-bottom: 14px; }
      header .header .menu-header .menu-pc.visible-lg .pilih-menu ul li a {
        text-transform: uppercase;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
        font-size: 15px; }
        header .header .menu-header .menu-pc.visible-lg .pilih-menu ul li a.menu-toc-current {
          font-weight: bold; }
  header .header .menu-header .menu-pc.visible-lg .pilih-bahasa {
    margin: 0;
    padding: 12px 0; }
    header .header .menu-header .menu-pc.visible-lg .pilih-bahasa span {
      display: inline-block;
      color: #ffffff; }
      header .header .menu-header .menu-pc.visible-lg .pilih-bahasa span:first-child {
        cursor: pointer;
        margin-right: 10px; }
    header .header .menu-header .menu-pc.visible-lg .pilih-bahasa .box-bahasa {
      display: none;
      position: absolute;
      bottom: -10px;
      right: 0; }
      header .header .menu-header .menu-pc.visible-lg .pilih-bahasa .box-bahasa span {
        margin-right: 10px; }
  header .header .menu-header.give-color {
    background: rgba(255, 255, 255, 0.9);
    transition: all 2s; }
  header .header .menu-header .logo {
    height: auto;
    transition: all 1s;
    float: left; }
    header .header .menu-header .logo.ngumpet {
      display: none;
      overflow: hidden; }
  header .header .menu-header .burger-menu {
    float: right; }
    header .header .menu-header .burger-menu #bar {
      overflow: hidden;
      transition-duration: 0.3s;
      transition-property: transform; }
    header .header .menu-header .burger-menu .rotate-again {
      transform: rotate(360deg); }
    header .header .menu-header .burger-menu a {
      cursor: pointer;
      line-height: 50px;
      font-size: 25px;
      color: #ffffff;
      text-decoration: none; }
  header .header .menu-header .pilih-bahasa {
    float: right;
    line-height: 44px;
    margin-right: 18px; }
    header .header .menu-header .pilih-bahasa a {
      padding: 0 2px; }
    header .header .menu-header .pilih-bahasa span.visible-lg {
      color: #6c6c6c; }
  header .header .menu-header .menu-panel {
    background: #1f7ac0;
    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); }
    header .header .menu-header .menu-panel div.sosmed {
      color: #fff;
      padding: 10px 15px; }
      header .header .menu-header .menu-panel div.sosmed p {
        margin-left: 5px; }
      header .header .menu-header .menu-panel div.sosmed a {
        display: inline-block;
        padding: 0; }
        header .header .menu-header .menu-panel div.sosmed a i {
          margin: 0 5px;
          font-size: 20px; }
    header .header .menu-header .menu-panel div.bahasa {
      padding: 5px 20px 0; }
      header .header .menu-header .menu-panel div.bahasa p {
        color: #fff; }
  header .header .menu-header .menu-panel h3 {
    font-size: 18px;
    padding: 20px 0;
    text-align: center;
    color: #fff; }
  header .header .menu-header .menu-toc {
    padding: 0;
    list-style: none; }
    header .header .menu-header .menu-toc div.sub-menu {
      background-color: #006abc;
      padding-left: 12px;
      display: none; }
    header .header .menu-header .menu-toc li:first-child {
      padding: 10px 20px;
      border-bottom: 1px solid #006abc; }
      header .header .menu-header .menu-toc li:first-child form i {
        font-size: 20px;
        color: #fff; }
      header .header .menu-header .menu-toc li:first-child form input {
        background: #006abc;
        border: none;
        color: #fff;
        padding: 5px;
        margin-left: 8px;
        width: 80%; }
  header .header .menu-header .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: #1f7ac0;
    border-bottom: 1px solid #006abc; }
  header .header .menu-header .menu-toc li a:hover,
  header .header .menu-header .menu-toc li.menu-toc-current a {
    background: #006abc; }
  header .header .menu-header .menu-panel div a {
    text-transform: capitalize;
    font-size: 12px;
    padding: 10px 20px;
    display: block;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2); }
  header .header .menu-header .menu-panel div a:hover {
    text-decoration: none;
    background: inherit;
    color: #fff;
    text-shadow: none; }

.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(233, 164, 1, 0.6);
    color: #ffffff;
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 10px; }

.homepage .banner-home {
  height: 416px;
  overflow: hidden; }
  .homepage .banner-home .kiri, .homepage .banner-home .kanan {
    position: relative;
    float: left;
    width: 50%; }
    .homepage .banner-home .kiri img, .homepage .banner-home .kanan img {
      max-width: 100%; }
    .homepage .banner-home .kiri .box-text, .homepage .banner-home .kanan .box-text {
      position: absolute;
      width: 50%;
      height: 50%;
      top: 0;
      bottom: 0;
      margin: auto 0; }
      .homepage .banner-home .kiri .box-text p.title, .homepage .banner-home .kanan .box-text p.title {
        font-size: 2em; }
      .homepage .banner-home .kiri .box-text p.desc, .homepage .banner-home .kanan .box-text p.desc {
        margin-bottom: 3em; }
      .homepage .banner-home .kiri .box-text a button, .homepage .banner-home .kanan .box-text a button {
        background: transparent;
        border: 2px solid;
        padding: 5px 20px;
        border-radius: 3px; }
  .homepage .banner-home .kiri .box-text {
    left: 50px; }
    .homepage .banner-home .kiri .box-text a {
      color: #333333; }
      .homepage .banner-home .kiri .box-text a button {
        border-color: #333333; }
  .homepage .banner-home .kanan .box-text {
    text-align: right;
    right: 50px; }
    .homepage .banner-home .kanan .box-text p {
      color: #ffffff; }
    .homepage .banner-home .kanan .box-text a {
      color: #ffffff; }
      .homepage .banner-home .kanan .box-text a button {
        border-color: #ffffff; }
.homepage .prod-news-home {
  background-color: #F5F0EE;
  padding: 8vh 0; }
  .homepage .prod-news-home .container.product {
    margin-bottom: 3em; }
    .homepage .prod-news-home .container.product p.title {
      font-size: 2.5em; }
    .homepage .prod-news-home .container.product p.desc {
      color: #656565;
      width: 50%;
      margin: 0 auto 20px; }
  .homepage .prod-news-home .container.news {
    padding-top: 3em; }
    .homepage .prod-news-home .container.news .col-md-4:nth-child(1) .box-news {
      background-color: #27acef; }
    .homepage .prod-news-home .container.news .col-md-4:nth-child(2) .box-news {
      background-color: #ffcb36; }
    .homepage .prod-news-home .container.news .col-md-4:nth-child(3) .box-news {
      background-color: #782c85; }
    .homepage .prod-news-home .container.news .col-md-4 .box-news {
      border-radius: 8px;
      padding-bottom: 4em;
      margin-bottom: 20px; }
      .homepage .prod-news-home .container.news .col-md-4 .box-news img {
        width: 100%;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px; }
      .homepage .prod-news-home .container.news .col-md-4 .box-news p.title {
        margin-top: 1em;
        font-weight: bold;
        color: #ffffff;
        font-size: 1.3em; }
      .homepage .prod-news-home .container.news .col-md-4 .box-news .tmbl {
        margin: 2em 0 0; }
        .homepage .prod-news-home .container.news .col-md-4 .box-news .tmbl a {
          color: #ffffff;
          background: transparent; }
        .homepage .prod-news-home .container.news .col-md-4 .box-news .tmbl button {
          font-weight: bold;
          border: 2px dashed #ffffff;
          padding: 5px 15px; }
@keyframes spin-right {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.product-page .header-img {
  position: relative; }
  .product-page .header-img .text-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 6em; }
    .product-page .header-img .text-head .f-mont {
      font-size: 2.5em; }
.product-page .content-category {
  padding: 25px 0;
  background-color: #F5F0EE; }
  .product-page .content-category .col-md-3 {
    background-color: #ffffff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px; }
    .product-page .content-category .col-md-3 .bulet-biru {
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
      background-color: #006dc2;
      padding: 8px 0; }
      .product-page .content-category .col-md-3 .bulet-biru p {
        margin: 0;
        color: #ffffff;
        font-size: 1.5em;
        font-weight: bold; }
    .product-page .content-category .col-md-3 .group-category {
      padding: 0px 15px 10px; }
      .product-page .content-category .col-md-3 .group-category p {
        margin: 0;
        padding: 10px 0;
        border-bottom: 1px solid #A4A4A4; }
        .product-page .content-category .col-md-3 .group-category p a {
          color: #313131; }
        .product-page .content-category .col-md-3 .group-category p.active {
          border-color: #006dc2; }
          .product-page .content-category .col-md-3 .group-category p.active a {
            color: #006dc2; }
        .product-page .content-category .col-md-3 .group-category p:hover {
          border-color: #006dc2; }
          .product-page .content-category .col-md-3 .group-category p:hover a {
            color: #006dc2; }
  .product-page .content-category .paginate .pagination > .active > a, .product-page .content-category .paginate .pagination > .active > a:focus, .product-page .content-category .paginate .pagination > .active > a:hover {
    color: #006dc2;
    border-color: #006dc2; }
  .product-page .content-category .paginate .pagination > li > a, .product-page .content-category .paginate .pagination > li > span {
    border: 2px solid #bababa;
    background-color: transparent;
    padding: 6px 12px;
    margin: 0 4px;
    color: #333333; }
.product-page .product-detail .img-det .img-kcl {
  text-align: center; }
  .product-page .product-detail .img-det .img-kcl img {
    display: inline-block;
    width: 120px; }
.product-page .product-detail .text-det {
  padding-top: 4em; }
  .product-page .product-detail .text-det h3 {
    margin-top: 0; }
  .product-page .product-detail .text-det ul {
    padding-left: 15px; }
    .product-page .product-detail .text-det ul li {
      margin-bottom: 5px; }
.product-page .video {
  margin-top: 4em;
  height: 424px;
  background-size: cover;
  padding-top: 4em;
  background-image: url("../img/assets/video-banner.jpg"); }
  .product-page .video .text {
    padding-top: 3em; }
    .product-page .video .text h3 {
      font-size: 2.5em; }
    .product-page .video .text p {
      font-size: 1.2em; }
  .product-page .video .videona .bungkus {
    background-color: #ffffff;
    position: relative; }
    .product-page .video .videona .bungkus .thumbnail {
      padding: 0; }
    .product-page .video .videona .bungkus .info {
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%; }
    .product-page .video .videona .bungkus img.play {
      position: absolute;
      width: 35px;
      height: 35px;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .product-page .video .videona img.thumbnail {
    display: block;
    margin: 0 auto;
    width: 100%; }
.product-page .related {
  padding: 3em 0 4em;
  background-color: #F5F0EE; }
  .product-page .related h3.text-center {
    margin-bottom: 1em;
    font-size: 2.5em; }

.contact-page .contact .container {
  margin-bottom: 25px; }
.contact-page .contact .judul {
  margin: 10px 0; }
  .contact-page .contact .judul p {
    font-size: 32px;
    margin: 0;
    text-align: center;
    color: #363636; }
  .contact-page .contact .judul span.garis {
    width: 60px;
    margin: 10px auto; }
.contact-page .contact .form-contact fieldset {
  padding: 15px 5px;
  border: 2px solid silver;
  border-radius: 5px; }
  .contact-page .contact .form-contact fieldset legend {
    width: auto;
    margin: 0 0 0 10px;
    border-bottom: none;
    color: #666; }
    .contact-page .contact .form-contact fieldset legend span {
      color: #e9a401; }
.contact-page .contact .form-contact input, .contact-page .contact .form-contact textarea {
  border-style: none;
  box-shadow: none;
  border-radius: 0px;
  border-bottom: 1px solid #4444; }
.contact-page .contact .form-contact button[type="submit"] {
  padding: 5px 20px;
  color: #fff;
  background: #e9a401;
  border: none;
  border-radius: 6px;
  float: right; }
.contact-page .contact iframe {
  width: 100%; }
.contact-page .contact .contact-info {
  display: block;
  margin: 15px auto 0;
  border: 2px solid silver;
  padding: 10px 10px 30px; }
  .contact-page .contact .contact-info span.garis {
    margin: 10px auto 15px;
    width: 40px; }
  .contact-page .contact .contact-info > p:first-child {
    font-size: 20px;
    text-align: center; }
  .contact-page .contact .contact-info .kanan, .contact-page .contact .contact-info .kiri {
    padding: 0; }
    .contact-page .contact .contact-info .kanan p, .contact-page .contact .contact-info .kanan table, .contact-page .contact .contact-info .kiri p, .contact-page .contact .contact-info .kiri table {
      font-size: 13px; }
  .contact-page .contact .contact-info .kiri {
    float: left; }
    .contact-page .contact .contact-info .kiri table tr {
      padding: 5px 0; }
      .contact-page .contact .contact-info .kiri table tr td:nth-child(2) {
        padding: 0 5px; }
  .contact-page .contact .contact-info .kanan {
    float: right; }

footer .foot-pertama {
  padding: 50px 0 40px;
  background-color: #006dc2;
  color: #ffffff; }
  footer .foot-pertama .logo img {
    width: 135px;
    display: block;
    margin: 0 auto; }
  footer .foot-pertama .standard {
    padding-top: 20px; }
    footer .foot-pertama .standard .baris-pertama img {
      float: left;
      width: 110px; }
    footer .foot-pertama .standard .baris-pertama p {
      font-size: 11px; }
    footer .foot-pertama .standard .baris-kedua img {
      width: 65px; }
      footer .foot-pertama .standard .baris-kedua img:nth-child(n+2) {
        margin-left: 10px; }

footer .foot-kedua {
  background-color: #0169ba;
  padding: 20px 0; }
  footer .foot-kedua p {
    margin: 0;
    color: #ffffff; }

@media only screen and (min-width: 1370px) {
  .grid-home {
    width: 1350px !important;
    margin-right: auto;
    margin-left: auto; } }
@media only screen and (min-width: 200px) and (max-width: 1024px) {
  /* All Moblie.*/
  .big-image {
    padding: 0; }

  .product-page .content-category .col-md-3 .group-category {
    display: none; }

  header .header .menu-header .container {
    padding-top: 0px; }

  .about-home .box-text {
    height: 80%; }

  .about-home .box-text .service .col-md-4 img {
    width: 100px; }

  footer .foot-pertama .logo img {
    width: 10em;
    margin-bottom: 15px; }

  footer .foot-pertama {
    padding: 30px 0; }

  .product-page .video {
    margin-top: 1em;
    padding-top: 0em; }

  .product-page .video .text {
    padding-top: 0em; }

  .product-page .product-detail .text-det {
    padding-top: 1em; }

  .activity-page .activity-detail .main-activity img {
    margin-bottom: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Desktop & Tablet */
  .catalog-home .bungkus {
    bottom: 4em; } }
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* Tablet (Portrait) */
  .about-home .box-text p.desc {
    width: 100%; }

  .catalog-home .bungkus {
    bottom: 3em; } }
@media only screen and (min-width: 413px) and (max-width: 599px) {
  .about-home .box-text p.desc {
    width: 100%; }

  .catalog-home .bungkus {
    bottom: 1em; }
    .catalog-home .bungkus h3 {
      font-size: 1.5em; } }
@media only screen and (min-width: 375px) and (max-width: 412px) {
  .about-home .box-text p.desc {
    width: 100%; }

  .catalog-home .bungkus {
    bottom: 1em; }
    .catalog-home .bungkus h3 {
      font-size: 1.5em; }
    .catalog-home .bungkus .tmbl {
      margin-top: 15px; } }
@media only screen and (min-width: 200px) and (max-width: 374px) {
  .about-home .box-text p.desc {
    width: 100%; }

  .catalog-home .bungkus {
    bottom: 1em; }
    .catalog-home .bungkus h3 {
      font-size: 1em; }
    .catalog-home .bungkus .tmbl {
      margin-top: 15px; } }

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