/*Default*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #222222;
  background: #ffffff;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
}

p {}

img {}

a {}

.welcome {
  height: 100%;
  background: url(../images/bg3.png) center center;
  background-size: cover;
  text-align: center;
}

.home-logo {
  display: inline-block;
  width: 75%;
  margin: 5rem auto;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 0 10px #999;
  padding: 2rem 0;
}

.home-member p {
  color: #0065b2;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.home-member img {
  width: 15%;
}

.nav {
  height: 60px;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  /* display: block; */
  box-shadow: 0px 0px 10px #999;
}

.nav-wrap {
  margin: 0 auto !important;
  width: 100%;
}

.nav-wrap-logo {
  padding-top: 12px;
}

.nav-wrap-links a {
  padding-top: 20px;
  float: right;
}

.nav img {
  width: 150px;
}

.nav-a {
  padding: 15px 15px;
  font-weight: bold;
  color: #0065b2;
  font-size: 14px;
}

.nav-a img {
  width: 20px;
  margin-right: 5px;
  margin-top: -3px;
}

.nav-a:hover {
  color: #1688df;
}

.nav-a:first-child {
  border-left: none;
}

.nav-a:last-child {}

.nav-offcanvas {
  padding: 15px 15px;
  display: block;
  font-weight: bold;
  color: #0065b2;
  font-size: 14px;
}

.nav-offcanvas img {
  width: 20px;
  margin-right: 5px;
  margin-top: -3px;
}

.nav-offcanvas:hover {
  color: #1688df;
}

.nav-offcanvas:first-child {
  border-left: none;
}

.nav-offcanvas:last-child {}

.tag {
  position: fixed;
  bottom: 0;
  background: #0065b2;
  /* padding: 10px; */
  text-align: center;
  color: #fefefe;
  font-weight: bold;
  /* font-size: 16px; */
  /* letter-spacing: 10px; */
}

.section {
  background: #fefefe;
  padding-top: 2rem;
  padding-bottom: 3rem;
  /* border-bottom: 5px solid #0885e4; */
  display: inline-block;
}

.section .title {
  font-weight: bold;
  color: #0065b2;
  font-size: 25px;
  border-bottom: 2px solid #0065b2;
}

.section--sub {
  margin-top: 1rem;
}

.section--sub img {}

.section .sub-title {
  font-weight: bold;
  color: #fefefe;
  background: #0065b2;
  padding: 5px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.section .produk-container {
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.profil {
  background: #6fc9ec;
  padding-bottom: 4rem;
}

.profil .title {
  color: #1a6ab4;
  margin-bottom: 25px;
}

.profil .l--content {
  font-size: 14px;
}

.profil .l--bold {
  color: #1a6ab4;
}

.profil .l--content p {
  color: #fefefe;
  margin-bottom: 10px;
}

.profil .produk-container {
  /* padding: 20px; */
}

.profil .produk-container p {
  font-size: 14px;
  margin-bottom: 10px;
}

.proses {
  padding: 20px 50px !important;
}

.proses p {
  font-size: 14px;
}

.proses .indent {
  padding-left: 1.5em;
  text-indent: -1.2em;
}

.proses img {
  display: block;
  margin: 0 auto;
}

.sertifikasi .produk img {
  width: 35%;
}

.sertifikasi .produk .button--download {
  width: 40%;
}

.tuk .produk img {
  width: 50%;
  display: block;
  margin: 0 auto;
}

.tuk .produk-container {
  min-height: 220px;
}

.tuk .produk .button--download {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.tuk-proses {
  margin-top: 70px;
}

.tuk-proses p {
  margin-bottom: 10px;
}

.tuk-proses a {
  color: #0065b2;
  font-weight: 600;
}

.tuk-proses a:hover {
  text-decoration: underline;
}

.button--download {
  display: inline-block;
  border-radius: 5px;
  color: #fefefe;
  background: #0065b2;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.button--download:hover {
  background: #1688df;
}

.form-input {
  height: 50px;
  border: 1px solid #999;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.form-textarea {
  height: 100px;
  border: 1px solid #999;
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.form-button {
  cursor: pointer;
  height: 50px;
  color: #fefefe;
  background: #0065b2;
  border: 1px solid #0065b2;
  width: 100%;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.form-button:hover {
  color: #0065b2;
  background: #fefefe;
}

/*Sections*/



/*Media*/
@media only screen and (max-width: 768px) {
  /* .nav {
    top: 0;
    height: 85px;
  } */

  .welcome {
    display: inline-block;
  }

  .section {
    display: inline-block;
  }

  .tuk .product {
    height: 100%;
  }

  .tag {
    position: fixed;
    bottom: 0;
    background: #0065b2;
    padding: 10px;
    text-align: center;
    color: #fefefe;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0px;
  }

  .nav-wrap-links {
    display: none;
  }

  .nav {
    height: 60px;
  }

  .empty {
    padding-top: 4rem;
  }
}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 480px) {}

@media only screen and (max-width: 400px) {}

@media screen and (max-height: 500px) {}

@media only screen and (max-width: 320px) {}