body {
  font-family: 'Mada', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  background-color: #fff; }
  body > iframe {
    display: none; }

h1, h2, h3, h4, h5 {
  color: #444;
  font-weight: 700; }

*, ::after, ::before {
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.align-justify {
  text-align: justify; }

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

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

.align-right {
  text-align: right; }

.text-italic {
  font-style: italic; }

a {
  color: #1284aa;
  text-decoration: none; }
  a:hover {
    color: #0f6987;
    text-decoration: underline; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.text-red {
  color: #d22e2e !important; }

.bg-primary {
  background: #297ca2; }
  .bg-primary a {
    color: #17506b;
    font-weight: 600;
    text-decoration: none; }
    .bg-primary a:hover {
      color: #09587e;
      text-decoration: underline; }

.bg-secondary {
  background: #333; }

.text-light {
  color: #fff; }

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

.font-serif {
  font-family: 'Open Sans', sans-serif !important; }

.input-default {
  width: 100%;
  padding: 9px 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 1px solid #aaa;
  color: #555; }
  .input-default:focus {
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
    border-color: #25a0aa; }

.breadcrumb {
  position: relative;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
  padding: 15px 30px; }
  .breadcrumb ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none; }
    .breadcrumb ul li {
      display: inline-block;
      color: #333; }
      .breadcrumb ul li i {
        font-size: 11px;
        color: #777; }
      .breadcrumb ul li.item {
        margin: 0px 10px; }
        .breadcrumb ul li.item i {
          font-size: 13px;
          color: #333;
          margin-right: 3px; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  5% {
    transform: scale3d(1.1, 1.1, 1.1); }
  10% {
    transform: scale3d(0.9, 0.9, 0.9); }
  15% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  20% {
    transform: scale3d(0.97, 0.97, 0.97); }
  25% {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }
.menu-toggle {
  display: none; }
  .menu-toggle .btn-toggle {
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
    padding: 2px 0px;
    color: #fff;
    border: 2px solid #fff;
    display: block;
    width: 40px; }
    .menu-toggle .btn-toggle i {
      position: relative;
      top: 1px; }
    .menu-toggle .btn-toggle.active {
      background: #186081;
      border-color: #186081;
      color: #fff; }

.nav {
  background: #297ca2;
  box-shadow: 0px 18px 18px -10px rgba(0, 0, 0, 0.14);
  border-bottom: none;
  height: 60px;
  padding: 0px 30px;
  position: relative;
  z-index: 9; }
  .nav .container {
    position: relative;
    z-index: 2; }
    .nav .container:after {
      display: block;
      content: " ";
      clear: both;
      float: none; }
  .nav .nav-logo {
    padding-top: 15px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .nav .nav-logo:hover {
      text-decoration: none; }
    .nav .nav-logo .logo-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #297ca2;
      width: 30px;
      position: relative;
      margin-right: 5px; }
      .nav .nav-logo .logo-img img {
        width: 100%; }
    .nav .nav-logo .logo-text {
      font-weight: 700;
      color: #fff;
      font-size: 16px;
      display: inline-block; }
      .nav .nav-logo .logo-text span {
        color: #fff; }
  .nav .nav-menu {
    float: right; }
    .nav .nav-menu > ul {
      margin: 0px;
      list-style-type: none; }
      .nav .nav-menu > ul:after {
        display: block;
        content: " ";
        clear: both;
        float: none; }
      .nav .nav-menu > ul > li {
        float: left;
        list-style-type: none;
        margin-left: 30px;
        /* submenu */ }
        .nav .nav-menu > ul > li a:not(.btn) {
          display: inline-block;
          font-size: 14px;
          text-decoration: none;
          font-weight: 600;
          color: #fff;
          padding: 20px 5px; }
        .nav .nav-menu > ul > li:hover a:not(.btn) {
          color: #ccc; }
        .nav .nav-menu > ul > li .btn:not(.btn-search) {
          margin-top: 14px; }
        .nav .nav-menu > ul > li.has-sub {
          position: relative; }
          .nav .nav-menu > ul > li.has-sub:after {
            position: absolute;
            right: -8px;
            color: #fff;
            top: 24px;
            content: '\f078';
            display: block;
            font-family: "Font Awesome 5 Free";
            font-size: 8px;
            font-weight: 900; }
          .nav .nav-menu > ul > li.has-sub:hover:after {
            color: #ccc; }
          .nav .nav-menu > ul > li.has-sub .sub-menu {
            display: none;
            background: #333;
            list-style-type: none;
            position: absolute;
            left: 0px;
            padding-left: 0px;
            text-align: left;
            min-width: 200px;
            z-index: 5;
            padding-top: 10px;
            padding-bottom: 10px; }
            .nav .nav-menu > ul > li.has-sub .sub-menu a {
              padding: 8px 35px;
              display: block;
              width: auto;
              color: #fff; }
              .nav .nav-menu > ul > li.has-sub .sub-menu a:hover {
                color: #297ca2; }
          .nav .nav-menu > ul > li.has-sub:hover .sub-menu {
            display: block; }
  .nav.fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 70px;
    background: #fff;
    background: #333;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    .nav.fixed .nav-top-wrapper {
      width: 100%;
      position: relative;
      z-index: 11; }
  .nav.muncul {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }

.banner {
  position: relative;
  top: -1px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: 50% 0%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 60px); }
  .banner .layer-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    background: #243c45;
    background: rgba(0, 0, 0, 0.68);
    z-index: 0; }
  .banner .banner-container {
    position: relative;
    width: 100%;
    z-index: 2; }
  .banner .text-banner {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 26px;
    font-weight: 700;
    padding: 0px 200px;
    margin-bottom: 40px; }
  .banner .text-banner-detail {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 0px 250px;
    margin-bottom: 40px; }
  .banner .text-banner-footer {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    display: block;
    color: #fff; }
  .banner.small {
    position: relative;
    background-size: cover;
    background-position: 0% 50%;
    height: 220px; }
    .banner.small .banner-container {
      height: 100%; }
      .banner.small .banner-container .banner-small-title {
        width: 100%;
        text-align: center;
        padding-top: 50px; }
        .banner.small .banner-container .banner-small-title span {
          font-size: 36px;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-weight: 700;
          color: #fff;
          display: inline-block;
          border-radius: 10px;
          padding: 20px 20px; }
        .banner.small .banner-container .banner-small-title.sm span {
          font-size: 30px; }

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
  .section.no-padding-top {
    padding-top: 0px; }
  .section.no-padding-bottom {
    padding-bottom: 0px; }
  .section .container {
    flex-wrap: wrap; }
  .section .section-title {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    display: block;
    width: 100%;
    color: #333; }
  .section .section-sub-text {
    width: 100%;
    text-align: center;
    margin-bottom: 40px; }

.section.intro {
  height: 580px;
  position: relative;
  padding-bottom: 120px; }
  .section.intro .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .section.intro .box-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .section.intro .box-container .box {
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .section.intro .box-container .box.content {
        background: #fff;
        padding: 30px 50px;
        position: relative;
        top: 70px;
        left: -70px;
        background: #333; }
        .section.intro .box-container .box.content .content-title {
          font-size: 28px;
          line-height: 44px;
          margin-bottom: 10px;
          font-weight: 600;
          color: #fff; }
          .section.intro .box-container .box.content .content-title .content-title-icon {
            margin-left: 10px;
            display: inline-block; }
            .section.intro .box-container .box.content .content-title .content-title-icon div {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              border: 3px solid #297ca2;
              font-size: 14px;
              height: 35px;
              width: 35px;
              text-align: center;
              color: #297ca2;
              border-radius: 20px; }
        .section.intro .box-container .box.content .content-body {
          font-size: 16px;
          color: #aaa;
          line-height: 30px;
          font-weight: 400;
          margin-bottom: 20px; }
        .section.intro .box-container .box.content .content-footer {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: left;
          -ms-flex-pack: left;
          justify-content: left; }
      .section.intro .box-container .box.illustration {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right; }
        .section.intro .box-container .box.illustration img {
          width: 500px;
          height: 350px;
          object-fit: cover; }

.section.produk {
  background: #fff;
  background-position: 0% 100%;
  background-size: 100%;
  background-repeat: no-repeat; }
  .section.produk .row {
    width: 100%; }
  .section.produk .btn-expand {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px; }
  .section.produk .box {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    overflow: hidden;
    height: 270px;
    background: #505050; }
    .section.produk .box .img {
      height: 100%;
      overflow: hidden;
      width: 100%; }
      .section.produk .box .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .section.produk .box .title {
      transition: 0.7s ease-in;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0.56); }
      .section.produk .box .title .title-cont {
        transition: 0.2s ease-in;
        padding: 25px;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        text-align: left;
        letter-spacing: 0.95px; }
        .section.produk .box .title .title-cont span {
          background-color: #297ca2;
          transition: 0.15s ease-in; }
      .section.produk .box .title:after {
        transition: 0.3s ease-in;
        position: absolute;
        content: " ";
        display: block;
        height: 3px;
        width: 70px;
        background-color: #fff;
        bottom: 50px;
        left: 25px; }
      .section.produk .box .title:hover {
        background-color: rgba(255, 255, 255, 0.75); }
        .section.produk .box .title:hover .title-cont {
          letter-spacing: 0.6px;
          transform: translateY(-80px); }
          .section.produk .box .title:hover .title-cont span {
            background-color: transparent;
            color: #297ca2;
            border-bottom: 1px solid #333; }
        .section.produk .box .title:hover:after {
          transform: translateY(70px);
          opacity: 0; }

.section.contact {
  background-color: #297ca2;
  position: relative;
  background-position: 100% 100%;
  background-size: 100%; }
  .section.contact .section-title {
    color: #fff; }
  .section.contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100%; }
    .section.contact .container iframe {
      opacity: 0.6; }
      .section.contact .container iframe:hover {
        opacity: 1; }
    .section.contact .container .box-container {
      width: 100%;
      padding-top: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: top;
      -ms-flex-align: top;
      align-items: top;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      flex-wrap: wrap; }
      .section.contact .container .box-container .box {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: top;
        -ms-flex-align: top;
        align-items: top;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        flex-wrap: wrap; }
        .section.contact .container .box-container .box.left {
          width: 50%; }
        .section.contact .container .box-container .box.right {
          width: 50%; }
      .section.contact .container .box-container .contact-list {
        margin-top: 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: top;
        -ms-flex-align: top;
        align-items: top;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 25px; }
        .section.contact .container .box-container .contact-list .logo {
          font-size: 20px;
          background: #fff;
          border-radius: 50px;
          padding-top: 36px;
          position: relative;
          overflow: hidden;
          color: #297ca2;
          width: 100px;
          height: 100px;
          text-align: center;
          margin-bottom: 5px; }
          .section.contact .container .box-container .contact-list .logo i {
            position: relative;
            z-index: 1; }
        .section.contact .container .box-container .contact-list .title {
          margin-top: 20px;
          width: 350px;
          margin-left: 15px;
          text-align: center;
          display: block;
          color: #333;
          font-weight: 600;
          font-size: 16px;
          position: relative;
          left: -35px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: flex-start;
          -ms-flex-pack: flex-start;
          justify-content: flex-start; }
          .section.contact .container .box-container .contact-list .title span {
            width: 350px;
            display: inline-block;
            padding: 6px 20px;
            color: #fff;
            border-radius: 15px;
            background: #333;
            position: relative; }
            .section.contact .container .box-container .contact-list .title span:after {
              position: absolute;
              top: 7px;
              left: -10px;
              content: " ";
              display: block;
              width: 10px;
              height: 10px;
              border-top: 10px solid transparent;
              border-bottom: 10px solid transparent;
              border-right: 13px solid #333; }

.main-section {
  min-height: 500px;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
  font-size: 16px; }
  .main-section .row {
    width: 100%; }
  .main-section .content-image {
    width: 100%; }
    .main-section .content-image img {
      width: 100%; }
  .main-section p img {
    max-width: 100%; }
  .main-section .section-body {
    margin-bottom: 50px; }
    .main-section .section-body .main-section-title {
      font-weight: 700;
      color: #333;
      font-size: 24px;
      margin-bottom: 10px; }
      .main-section .section-body .main-section-title.center {
        text-align: center; }
    .main-section .section-body .main-section-text .blue {
      color: #297ca2; }
    .main-section .section-body .main-section-text h4 {
      color: #555; }
    .main-section .section-body .main-section-text ul {
      padding-left: 30px;
      margin-top: 10px; }
      .main-section .section-body .main-section-text ul li {
        list-style: square; }

.blog .box {
  padding: 20px; }
  .blog .box .img {
    height: 250px;
    overflow: hidden; }
    .blog .box .img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog .box .box-body {
    padding: 15px 0px; }
    .blog .box .box-body .title {
      display: block;
      margin-bottom: 10px;
      text-align: center;
      font-weight: 600;
      font-size: 18px;
      text-decoration: none;
      color: #297ca2; }
    .blog .box .box-body .body {
      font-size: 14px; }
    .blog .box .box-body .info {
      font-weight: 600;
      font-size: 12px;
      margin-top: 10px;
      color: #333;
      text-align: center;
      font-family: "Open Sans", Sans-serif;
      font-style: italic; }

.blog-content-info {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 20px;
  color: #555; }
  .blog-content-info span {
    color: #555;
    display: inline-block;
    padding: 2px 5px;
    background: #eee;
    font-weight: 600;
    border-bottom: 1px solid #297ca2; }

.blog-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 0.67px; }

.pagination {
  margin-top: 70px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 20px 15px;
  padding-bottom: 40px; }
  .pagination .next, .pagination .prev {
    background: #eee;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 20px;
    position: relative;
    border-radius: 3px; }
    .pagination .next:hover, .pagination .prev:hover {
      background: #ccc; }
  .pagination .number-wrapper .item {
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    margin: 0px 10px;
    height: 30px;
    padding: 0px 13px;
    padding-top: 3px;
    border-radius: 3px;
    display: inline-block;
    background: #eee; }
    .pagination .number-wrapper .item:hover {
      background: #ccc; }
  .pagination .number-wrapper .divider {
    padding: 15px 25px;
    font-weight: 600;
    font-size: 16px; }

.client .box {
  padding-left: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  position: relative; }
  .client .box .img {
    position: relative;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    height: 140px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .client .box .img img {
      width: 100%;
      height: 140px;
      object-fit: cover; }
  .client .box .title {
    font-weight: 600;
    color: #297ca2; }
  .client .box .title-cont {
    width: 100%; }
    .client .box .title-cont span {
      transition: background-color 0.3s ease-in;
      display: block;
      width: 100%;
      font-size: 16px;
      padding: 7px 0px;
      font-weight: 600;
      color: #333;
      text-align: left;
      position: relative;
      background-color: #fff; }
  .client .box a {
    width: 100%;
    height: 140px;
    top: 0px;
    left: 0px;
    transition: 0.3s ease-in;
    position: absolute;
    text-decoration: none; }
  .client .box:hover img {
    filter: grayscale(100%); }

.news .news-box {
  margin-bottom: 30px; }
  .news .news-box .news-info {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px; }
    .news .news-box .news-info span {
      background-color: #eee; }
    .news .news-box .news-info a {
      color: #333;
      text-decoration: none; }
  .news .news-box .news-img {
    margin-bottom: 5px; }
    .news .news-box .news-img img {
      width: 100%;
      height: 200px;
      object-fit: cover; }
  .news .news-box .news-title {
    font-weight: 600;
    font-size: 20px; }
    .news .news-box .news-title a {
      display: block;
      text-decoration: none; }
  .news .news-box .news-text {
    padding-top: 10px; }
    .news .news-box .news-text .btn {
      margin-top: 20px; }

.career .box {
  border-bottom: 1px solid #aaa;
  padding-bottom: 60px;
  margin-bottom: 60px; }
  .career .box .career-title {
    display: inline-block;
    font-size: 24px;
    background-color: #eee;
    font-weight: 700; }
  .career .box .career-sub-title {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #297ca2;
    border-bottom: 1px solid #ccc; }
  .career .box .content {
    margin-bottom: 20px; }
  .career .box .career-info {
    text-align: right; }
    .career .box .career-info .time {
      border: 2px solid #eee;
      color: #10a47f;
      font-size: 14px;
      display: inline-block;
      padding: 8px 15px;
      border-radius: 5px;
      font-weight: 600;
      line-height: 18px; }

.btn,
.btn:focus,
.btn:active {
  background: none;
  outline: none; }

.btn-search {
  display: inline-block;
  background: #fff;
  border: none;
  color: #333;
  cursor: pointer;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  height: 60px; }
  .btn-search:focus {
    margin: 0px;
    outline: 0; }
  .btn-search:hover {
    color: #297ca2; }

.btn {
  cursor: pointer;
  display: inline-block;
  text-decoration: none; }
  .btn:hover {
    text-decoration: none; }

.btn-sm {
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: 600;
  line-height: 15px; }

.btn-md {
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.67px; }

.btn-lg {
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: 600;
  font-weight: 700;
  letter-spacing: 0.67px;
  font-size: 14px;
  line-height: 15px; }
  .btn-lg i {
    position: relative;
    top: 1px;
    font-size: 12px; }

.btn-block {
  width: 100%;
  display: block; }

.main-section .row {
  width: unset; }

.btn-primary {
  border: 2px solid #297ca2;
  background-color: #297ca2;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.8);
    background-color: #3294c0;
    border-color: #3294c0; }

.btn-primary-inline {
  border: 2px solid #297ca2;
  color: #297ca2; }
  .btn-primary-inline:hover {
    color: #fff;
    background-color: #297ca2; }

.btn-light-inline {
  border: 2px solid #fff;
  color: #fff; }
  .btn-light-inline:hover {
    color: #333;
    background-color: #fff; }

.footer {
  background: #333; }
  .footer .container {
    position: relative;
    padding-top: 50px; }
  .footer .footer-box-container {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around; }
    .footer .footer-box-container .box {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .footer .footer-box-container .box:last-child {
        border-right: none;
        text-align: right; }
      .footer .footer-box-container .box:first-child {
        padding-left: 0px; }
      .footer .footer-box-container .box.right {
        width: 20%; }
      .footer .footer-box-container .box.left {
        width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start; }
      .footer .footer-box-container .box .sosmed a {
        font-size: 14px;
        text-align: center;
        padding-top: 7px;
        border-radius: 3px;
        color: #fff;
        height: 35px;
        width: 35px;
        display: inline-block;
        margin-left: 15px;
        background: #222; }
        .footer .footer-box-container .box .sosmed a:hover {
          background: #297ca2; }
      .footer .footer-box-container .box .box-list {
        margin-bottom: 5px;
        margin-right: 35px; }
        .footer .footer-box-container .box .box-list a {
          color: #fff;
          text-decoration: none;
          position: relative; }
          .footer .footer-box-container .box .box-list a:hover {
            color: #aaa; }
            .footer .footer-box-container .box .box-list a:hover:after {
              top: -35px;
              left: -35px; }
  .footer .box-copy {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #ccc;
    padding-bottom: 20px;
    text-align: center; }
    .footer .box-copy a {
      color: #eee;
      font-weight: 600; }
  .footer .back-top {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 117px;
    height: 50px;
    width: 50px;
    z-index: 997;
    overflow: hidden;
    background-color: #333;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    padding-top: 7px;
    box-sizing: border-box;
    color: #fff;
    -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in; }
    .footer .back-top:after {
      content: " ";
      position: absolute;
      top: -30px;
      height: 55px;
      width: 100%;
      background: #297ca2;
      left: 0px;
      z-index: 0;
      -webkit-transition: 0.15s ease-in;
      -moz-transition: 0.15s ease-in;
      -o-transition: 0.15s ease-in;
      transition: 0.15s ease-in; }
    .footer .back-top i {
      position: relative;
      z-index: 3; }
    .footer .back-top:hover {
      color: #fff;
      transform: scale(1.1);
      cursor: pointer; }
      .footer .back-top:hover:after {
        top: 0px; }
  .footer .logo {
    position: absolute;
    top: 12px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: right; }
    .footer .logo:hover {
      text-decoration: none; }
    .footer .logo .logo-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #297ca2;
      width: 30px;
      position: relative;
      margin-right: 5px; }
      .footer .logo .logo-img img {
        width: 100%; }
    .footer .logo .logo-text {
      font-weight: 700;
      color: #fff;
      font-size: 16px;
      display: inline-block; }
      .footer .logo .logo-text span {
        color: #fff; }

@media screen and (min-width: 480px) {
  .container {
    width: 450px; } }
@media screen and (min-width: 780px) {
  .container {
    width: 750px; } }
@media screen and (min-width: 1160px) {
  .container {
    width: 1240px; } }
@media screen and (min-width: 1386px) {
  .container {
    width: 1366px; } }
@media screen and (max-width: 1160px) {
  .menu-toggle {
    display: block;
    position: absolute;
    top: 12px;
    right: 15px; }

  .nav {
    position: relative;
    padding-left: 0px;
    padding-right: 0px; }
    .nav .container {
      min-height: 60px;
      position: relative; }
    .nav .nav-logo {
      position: relative;
      z-index: 3;
      width: 70%;
      padding-top: 15px;
      padding-left: 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .nav .nav-logo .logo-text {
        font-size: 14px; }
    .nav .nav-menu {
      padding-top: 60px;
      float: none;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%; }
      .nav .nav-menu > ul {
        display: none;
        border-top: 1px solid #aaa;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-left: 0px;
        margin: 0px; }
        .nav .nav-menu > ul li {
          float: none;
          display: block;
          margin-left: 0px; }
          .nav .nav-menu > ul li a:not(.btn), .nav .nav-menu > ul li .btn:not(.btn-search), .nav .nav-menu > ul li .btn-search {
            color: #fff;
            padding: 11px 20px;
            border-bottom: 1px solid #444;
            background: transparent;
            background: #333;
            display: block; }
            .nav .nav-menu > ul li a:not(.btn):hover, .nav .nav-menu > ul li .btn:not(.btn-search):hover, .nav .nav-menu > ul li .btn-search:hover {
              background-color: #444;
              color: #ddd; }
              .nav .nav-menu > ul li a:not(.btn):hover:after, .nav .nav-menu > ul li .btn:not(.btn-search):hover:after, .nav .nav-menu > ul li .btn-search:hover:after {
                color: #ddd; }
          .nav .nav-menu > ul li:hover a:not(.btn) {
            color: #fff; }
          .nav .nav-menu > ul li .btn:not(.btn-search), .nav .nav-menu > ul li .btn-search {
            background-color: #333;
            line-height: 1.5;
            margin-top: 0px;
            color: #fff;
            height: 44px;
            font-size: 14px;
            display: block;
            border-top: none;
            border-left: none;
            border-right: none;
            text-align: left;
            border-radius: 0px; }
          .nav .nav-menu > ul li:last-child a {
            border-bottom: none; }
          .nav .nav-menu > ul li.has-sub:after {
            right: 20px;
            top: 15px;
            color: #fff; }
          .nav .nav-menu > ul li.has-sub.has-sub:hover::after {
            color: #fff; }
          .nav .nav-menu > ul li.has-sub .sub-menu {
            position: relative;
            margin-top: 0px;
            padding-top: 0px;
            padding-bottom: 0px; }
            .nav .nav-menu > ul li.has-sub .sub-menu a {
              padding: 10px 20px;
              padding-left: 30px;
              background: transparent;
              background: #222;
              color: #fff;
              border-bottom: 1px solid #444; }

  .banner {
    min-height: auto;
    height: 300px; }
    .banner .text-banner {
      padding: 0px 10px;
      font-size: 22px; }
    .banner .text-banner-detail {
      padding: 0px 0px; }
    .banner.small {
      height: 150px; }
      .banner.small .banner-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .banner.small .banner-container .banner-small-title, .banner.small .banner-container .banner-small-title.sm {
          padding-top: 0px;
          padding-left: 10px;
          padding-right: 10px; }
          .banner.small .banner-container .banner-small-title span, .banner.small .banner-container .banner-small-title.sm span {
            font-size: 22px;
            letter-spacing: 0.7px;
            padding: 0px; }

  .section {
    padding-bottom: 30px;
    padding-top: 30px; }
    .section .section-title {
      font-size: 25px; }

  .section.intro {
    height: auto;
    padding-bottom: 30px; }
    .section.intro .box-container {
      display: block; }
      .section.intro .box-container .box.illustration {
        width: 100%; }
        .section.intro .box-container .box.illustration img {
          width: 100%;
          height: 200px; }
      .section.intro .box-container .box.content {
        padding: 20px 15px;
        width: 100%;
        left: auto;
        top: auto; }
        .section.intro .box-container .box.content .content-title {
          font-size: 20px; }
        .section.intro .box-container .box.content .content-body {
          font-size: 14px; }

  .section.produk .row {
    width: unset; }

  .section.contact {
    background-repeat: no-repeat;
    background-position-y: 0%; }
    .section.contact .container .box-container .box.left {
      width: 100%; }
      .section.contact .container .box-container .box.left .contact-list .logo {
        width: 40px;
        font-size: 14px;
        padding-top: 9px;
        height: 40px; }
      .section.contact .container .box-container .box.left .contact-list .title {
        width: calc(100% - 40px);
        left: 0px;
        top: 0px;
        margin: 0px; }
    .section.contact .container .box-container .box.right {
      width: 100%; }
      .section.contact .container .box-container .box.right iframe {
        height: 300px; }

  .main-section {
    padding-top: 30px; }
    .main-section .blog-title {
      margin-bottom: 20px;
      font-size: 22px;
      line-height: 26px; }
    .main-section iframe {
      width: 100%; }

  .main-content .box.small, .main-content .box.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    flex-wrap: wrap;
    height: 150px; }
    .main-content .box.small .title, .main-content .box.horizontal .title {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px; }
    .main-content .box.small .banner-img, .main-content .box.horizontal .banner-img {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 150px;
      height: 150px; }
    .main-content .box.small .content, .main-content .box.horizontal .content {
      width: 100%;
      margin-left: 150px;
      position: relative;
      min-height: 50px;
      transition: 0.15s ease-in;
      padding-top: 10px;
      z-index: 2;
      background-color: #fff;
      bottom: 0px; }
      .main-content .box.small .content .title, .main-content .box.horizontal .content .title {
        color: #333; }
      .main-content .box.small .content .info, .main-content .box.horizontal .content .info {
        position: absolute;
        bottom: 7px;
        left: 0px;
        padding: 0px 15px;
        width: 100%;
        font-size: 10px; }

  .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse; }
    .content-wrapper .sidebar {
      margin-top: 0px;
      position: relative;
      width: 100%; }
    .content-wrapper .news-wrapper {
      margin-right: 0px; }

  .main-content {
    margin-bottom: 30px; }

  .breadcrumb {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px; }
    .breadcrumb ul li.item {
      display: block;
      margin-left: 0px;
      margin-right: 0px; }
    .breadcrumb ul li:not(.item) i {
      transform: rotate(-90deg);
      margin-left: 4px; }

  .career .box .career-title {
    font-size: 20px; }
  .career .box .career-info {
    text-align: left; }
    .career .box .career-info .time {
      border: none;
      padding-left: 0px; }

  .footer .footer-box-container {
    padding-bottom: 0px;
    flex-wrap: wrap; }
    .footer .footer-box-container .box.left, .footer .footer-box-container .box.right {
      width: 100%;
      border-right: none;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 20px; }
      .footer .footer-box-container .box.left:first-child, .footer .footer-box-container .box.right:first-child {
        padding-left: 15px; }
      .footer .footer-box-container .box.left .sosmed, .footer .footer-box-container .box.right .sosmed {
        text-align: center; }
      .footer .footer-box-container .box.left .logo, .footer .footer-box-container .box.right .logo {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left; }
    .footer .footer-box-container .box .box-list {
      margin-right: 7px;
      margin-left: 7px;
      display: inline-block; }
    .footer .footer-box-container .box .sosmed a {
      margin-left: 7px;
      margin-right: 7px; }
  .footer .footer-bottom {
    font-size: 10px;
    padding: 0px 15px;
    padding-bottom: 20px;
    text-align: left; } }

/*# sourceMappingURL=main-style.css.map */
