@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.jumbotron {
  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;
  width: 100vw;
  height: 30vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.jumbotron::after {
  content: "";
  background-color: rgba(0, 51, 21, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 30vw;
}

.jumbotron .title-font-size {
  position: relative;
  color: white;
  font-size: 3rem;
  z-index: 50;
  font-weight: 600;
  padding: 5px;
  text-shadow: 0 0 6px black;
}

.container {
  max-width: 100vw;
  color: white;
  padding: 0;
}

.max-w-100 {
  width: 100vw;
  max-width: 100vw;
}

.who-we-are-tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.who-we-are-tabs-item {
  margin: 0px 1.5vw;
  border-radius: 25px;
  outline: none;
}

.who-we-are-tabs-item-link {
  display: block;
  padding: 0.5vw 3vw;
  color: black;
  border: none;
  outline: none;
  background-color: inherit;
}

.who-we-are-tabs-item-link:hover {
  cursor: pointer;
  text-decoration: none;
  color: white;
  background-color: rgba(39, 211, 91, 0.65);
}

.tab {
  max-width: 100vw;
}

.tab-content {
  display: none;
  padding: 5vh 10vw;
  color: black;
  -webkit-animation: fadeEffect 0.5s;
          animation: fadeEffect 0.5s;
}

.tab-content p {
  margin: 0;
}

.active {
  background-color: #197449;
  color: white;
}

.banner {
  width: 100%;
  margin-bottom: 20px;
}

.text-title {
  color: #197449;
  text-align: center;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 600;
  z-index: 3;
}

.text-title-makna {
  color: #197449;
  text-align: center;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 600;
  z-index: 3;
}

.text-description {
  text-align: justify;
  font-size: 18px;
}

.text-description-2 {
  text-align: center;
  font-size: 20px;
  z-index: 3;
}

.visi-misi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 2%;
  height: 350px;
}

.visi-misi-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 2% 5%;
  width: 45%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
}

.visi-misi-box .visi-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../assets/vision.jpg");
  z-index: 2;
  background-size: cover;
  opacity: 0.1;
}

.visi-misi-box .misi-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../assets/mission.jpg");
  z-index: 2;
  background-size: cover;
  opacity: 0.1;
}

.line-v {
  border-right: 3px dashed #197449;
}

.core-container {
  width: 80%;
  padding: 3% 12%;
  margin: auto;
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
}

.core-container .core-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../assets/core.jpg");
  z-index: 2;
  background-size: cover;
  background-position: center;
  opacity: 0.1;
}

.makna-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.makna-logo-container .logo-content {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 40%;
}

.makna-logo-container .logo-content img {
  width: 100%;
}

.makna-logo-container .makna-content {
  width: 90%;
}

.makna-logo-container .makna-content .text-title {
  text-align: justify;
}

.makna-logo-container .makna-content .text-description-title {
  text-align: justify;
  font-size: 22px;
  font-weight: 600;
}

.makna-logo-container .makna-content .description-content .description-item {
  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;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  margin: 20px 10px;
  padding: 10px;
  border-radius: 10px;
}

.makna-logo-container .makna-content .description-content .description-item .desc-image {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.makna-logo-container .makna-content .description-content .description-item .desc-image img {
  width: 60%;
}

.makna-logo-container .makna-content .description-content .description-item .desc-text {
  width: 70%;
  padding-right: 20px;
}

.sambutan-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sambutan-container .foto-content {
  width: 48%;
}

.sambutan-container .foto-content img {
  width: 100%;
}

.sambutan-container .sambutan-content {
  width: 50%;
}

.sambutan-container .sambutan-content .text-description-title {
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sambutan-container .sambutan-content .text-description {
  font-size: 18px;
}

.top-management-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-management-container img {
  width: 80%;
}

.top-management-container .text-description-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.top-management-container .top-management-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-management-container .top-management-content .top-content {
  height: 100%;
  width: 30%;
}

.kekuatan-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.kekuatan-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

.kekuatan-container .kekuatan-box {
  height: 400px;
  width: 250px;
  -webkit-box-shadow: 0 0 8px gray;
          box-shadow: 0 0 8px gray;
  border-radius: 10px;
  margin: 1%;
}

.kekuatan-container .kekuatan-box .box-title {
  width: 100%;
  height: 100px;
  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;
  padding: 4% 2%;
  background-color: #2b9e68;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}

.kekuatan-container .kekuatan-box .box-desc {
  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;
  text-align: center;
  padding: 1% 2%;
  height: 300px;
  font-size: 1rem;
}

#sertifikat {
  width: 100%;
}

#sertifikat .list-content {
  width: 100%;
}

#sertifikat .list-content h2 {
  overflow-y: hidden;
  border-bottom: 1px solid black;
}

#sertifikat .list-content .list-cert {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sertifikat .list-content .list-cert .cert-card {
  width: 24%;
  margin: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

#sertifikat .list-content .list-cert .cert-card img {
  -webkit-box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
          box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  width: 100%;
  border-radius: 5px;
}

#sertifikat .list-content .list-cert .cert-card .title {
  background-color: #2b9e68;
  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;
  width: 100%;
  height: 60px;
  font-size: 1rem;
  text-align: center;
  color: white;
  overflow-y: hidden;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
/*# sourceMappingURL=whoweare.css.map */