article.post {
  --post-padding-y: 8px;
  --post-padding-x: 8px;
  --post-thumb-gap: 12px;
  --post-radius: 6px;
  background-color: #ebebeb;
  border-radius: var(--post-radius);
  transition: all .2s ease;
  overflow: hidden;
  padding: var(--post-padding-y) var(--post-padding-x);
  line-height: 1.2;
  font-size: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  height: 100%;
  transition: all 0.3s ease;
}

article.post .post-thumb {
  margin: calc(var(--post-padding-y) * -1) calc(var(--post-padding-x) * -1);
  margin-bottom: var(--post-thumb-gap, var(--post-padding-y));
}

article.post .post-thumb img {
  width: 100%;
  height: var(--thumb-height, 150px);
  object-fit: cover;
  border-radius: var(--post-radius);
}

article.post .title-post {
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  article.post .title-post {
    display: block;
    display: -webkit-box;
    max-height: 2.4rem;
    font-size: 1rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 600px) {
  article.post .title-post {
    display: block;
    display: -webkit-box;
    max-height: 2.4rem;
    font-size: 1rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

article.post .title-post ~ .excerpt {
  margin-top: 6px;
  margin-bottom: 12px;
}

article.post:hover .title-post a {
  color: var(--wp--preset--color--primary-hover);
}

article.post .excerpt {
  margin-bottom: 0;
  display: block;
  display: -webkit-box;
  max-height: 2.1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 600px) {
  article.post .excerpt {
    display: block;
    display: -webkit-box;
    max-height: 2.1rem;
    font-size: 0.875rem;
    line-height: 1.2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

article.post .meta-post {
  margin-top: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-size: 0.8rem;
}

@media (max-width: 782px) {
  article.post .meta-post {
    font-size: 0.8rem;
  }
}

article.post .meta-post .meta-tag ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 155px;
  text-align: right;
}

@media (max-width: 767.98px) {
  article.post .meta-post .meta-tag ul {
    width: 140px;
  }
}

article.post .meta-post .meta-tag ul li {
  display: inline;
  position: relative;
}

article.post .meta-post .meta-tag ul li:not(:last-child)::after {
  content: ',';
  margin-left: 1px;
  margin-right: -1px;
}

.card {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #EDEDED;
  background-color: #FFF;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  box-shadow: 0px 1px 2px 0px #1018280F, 0px 1px 3px 0px #1018281A;
}

.card .card-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: var(--card-title, 23px);
  line-height: 1.4;
  color: var(--card-title-color, var(--satu-color-text-primary));
}

@media (max-width: 600px) {
  .card .card-title {
    --card-title: 18px;
  }
}

.card p:first-of-type {
  margin-top: 0;
}

.card p:last-of-type {
  margin-bottom: 0;
}

.card .button-wrap {
  margin-top: auto;
  padding-top: 28px;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  width: 100%;
}

@media (max-width: 600px) {
  .card .button-wrap {
    --satu-btn-padding-y: 8px;
  }
  .card .button-wrap .btn {
    width: 100%;
  }
}

.card.card-sekolah {
  color: var(--satu-body-colour, var(--satu-text-secondary)) !important;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --card-icon-size: 80px;
  font-size: .9rem;
  padding: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='372' height='320' viewBox='0 0 372 320' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_215_7)'%3E%3Ccircle opacity='0.1' cx='281' cy='140' r='100' fill='white'/%3E%3Ccircle opacity='0.1' cx='344' r='80' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_215_7'%3E%3Crect width='371.333' height='320' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FFF;
  transition: background-color .2s ease;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.card.card-sekolah.desktop {
  display: -ms-flexbox;
  display: flex;
}

.card.card-sekolah.mobile {
  display: none;
  background-color: var(--card-bg-hover);
  --card-title-color: #FFF;
  background-color: var(--card-bg-hover, #FFF);
  color: #FFF !important;
  position: relative;
}

.card.card-sekolah.mobile .card-thumb .icon {
  --card-icon: #FFF;
}

.card.card-sekolah.mobile .btn {
  --satu-btn-bg: #FFF;
  --satu-btn-color: var(--satu-color-button-primary);
  --satu-btn-border-radius: 8px;
  --satu-btn-padding-y: 12px !important;
  --satu-btn-font-size: 0.9rem;
}

.card.card-sekolah.mobile .button-options {
  display: block;
  top: 0;
  position: relative;
  background-image: unset;
  background-color: transparent;
  padding: 0;
  font-size: .9rem;
  height: auto;
  margin-top: 10px;
  transition: max-height .2s ease-out;
  max-height: 0px;
  overflow: hidden;
}

.card.card-sekolah.mobile .button-options p {
  padding: 0;
}

.card.card-sekolah.mobile.show .button-options {
  max-height: 130px;
}

@media (max-width: 480px) {
  .card.card-sekolah {
    --card-icon-size: 60px;
    padding: 15px;
  }
  .card.card-sekolah.desktop {
    display: none;
  }
  .card.card-sekolah.mobile {
    display: -ms-flexbox;
    display: flex;
  }
}

.card.card-sekolah:hover {
  --card-title-color: #FFF;
  background-color: var(--card-bg-hover, #FFF);
  color: #FFF !important;
}

.card.card-sekolah:hover .card-thumb .icon {
  --card-icon: #FFF;
}

.card.card-sekolah:hover .btn {
  --satu-btn-bg: #FFF;
  --satu-btn-color: var(--satu-color-button-primary);
}

.card.card-sekolah .card-title {
  line-height: 1.1;
  margin-bottom: 8px;
  font-weight: 700;
}

@media (max-width: 480px) {
  .card.card-sekolah .card-title {
    margin-bottom: 4px;
  }
}

.card.card-sekolah .card-thumb {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.card.card-sekolah .card-thumb .icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: var(--card-icon-size);
  height: var(--card-icon-size);
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  background-color: var(--card-icon, #EDEDED);
}

.card.card-sekolah .card-thumb .icon img {
  width: calc(var(--card-icon-size) * .5);
  height: calc(var(--card-icon-size) * .5);
  object-fit: contain;
}

.card.card-sekolah .card-thumb ~ .card-body {
  padding-left: 16px;
}

.card.card-sekolah .card-body {
  -ms-flex: 1 1 calc(100% - var(--card-icon-size));
      flex: 1 1 calc(100% - var(--card-icon-size));
  width: calc(100% - var(--card-icon-size));
  margin-bottom: 32px;
}

@media (max-width: 480px) {
  .card.card-sekolah .card-body {
    margin-bottom: 0;
  }
}

.card.card-sekolah .card-caption {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
}

.card.card-sekolah .button-wrap {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: auto;
}

.card.card-sekolah.show .button-options {
  top: 0%;
}

.card.card-sekolah .button-options {
  padding: 20px;
  z-index: 5;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: var(--card-bg-hover);
  color: #FFF;
  background-image: url("data:image/svg+xml,%3Csvg width='372' height='320' viewBox='0 0 372 320' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_215_7)'%3E%3Ccircle opacity='0.1' cx='281' cy='140' r='100' fill='white'/%3E%3Ccircle opacity='0.1' cx='344' r='80' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_215_7'%3E%3Crect width='371.333' height='320' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  top: 100%;
  transition: top .2s ease-out;
  font-size: 1rem;
}

.card.card-sekolah .button-options button.close {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 15px;
}

.card.card-sekolah .button-options button.close i.close {
  display: block;
  width: 23px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23FFF' viewBox='0 0 256 256'%3E%3Cpath d='M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z'%3E%3C/path%3E%3C/svg%3E");
}

.card.card-sekolah .button-options p {
  margin-bottom: 15px;
  padding-right: 20px;
}

.card.card-sekolah .button-options .btn {
  --satu-btn-font-size: 0.8rem;
  --satu-btn-bg: #FFF;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: left;
}

.card.card-sekolah .button-options .btn:not(:last-child) {
  margin-bottom: 10px;
}

.card.card-sekolah.close, .card.card-sekolah.close:hover, .card.card-sekolah.close .button-options {
  background-color: #f2f2f2;
  color: var(--satu-body-colour, var(--satu-text-secondary)) !important;
  --card-title-color: var(--satu-color-text-primary);
}

.card.card-sekolah.close .card-thumb .icon, .card.card-sekolah.close:hover .card-thumb .icon {
  background-color: #e5e5e5;
}

.card.card-sekolah.close .card-thumb .icon img, .card.card-sekolah.close:hover .card-thumb .icon img {
  filter: invert(17%) sepia(21%) saturate(0%) hue-rotate(259deg) brightness(94%) contrast(91%);
}

@media (max-width: 480px) {
  .card.card-sekolah .button-wrap {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 16px;
    margin-top: 16px;
  }
  .card.card-sekolah .button-wrap .card-caption {
    margin-bottom: 0;
  }
  .card.card-sekolah .button-wrap .btn {
    width: 100%;
  }
  .card.card-sekolah .button-wrap .btn .icon {
    margin: 0 4px;
  }
}

.card-rounded-outline {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid var(--satu-color-border);
}

section.section.section-hero {
  position: relative;
  color: #FFF;
  border-radius: 0 0 32px 32px;
  overflow: hidden;
  --section-py: 0;
  --section-px: 0;
}

section.section.section-hero .bg-hero {
  height: 600px;
  width: 100%;
  object-fit: cover;
}

section.section.section-hero .overlay-hero {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.section.section-hero .inner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

section.section.section-hero .inner-wrap .inner {
  max-width: 800px;
  width: 100%;
  font-weight: 700;
}

section.section.section-hero .inner-wrap .inner .subtitle {
  display: inline-block;
  background-color: var(--satu-color-accent);
  padding: 4px 8px;
  border-radius: 4px;
  color: var(--satu-color-text-primary);
  font-weight: 700;
  line-height: 1.3;
}

section.section.section-hero .inner-wrap .inner .title {
  margin: 16px 0;
  font-family: Inter;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 600px) {
  section.section.section-hero .inner-wrap .inner .title {
    font-size: 24px;
  }
}

section.section.section-hero .inner-wrap .inner ul li:not(:last-child), section.section.section-hero .inner-wrap .inner ol li:not(:last-child) {
  margin-bottom: 8px;
}

section.section.section-hero .inner-wrap .inner .button-wrap {
  margin-top: 32px;
}

section.section.section-hero .inner-wrap .inner .button-wrap > .btn {
  padding: 12px 24px;
}

section.section.section-hero .inner-wrap .inner .button-wrap > .btn:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 600px) {
  section.section.section-hero .inner-wrap .inner .button-wrap .btn {
    width: 100%;
  }
  section.section.section-hero .inner-wrap .inner .button-wrap .btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

section.section.section-hero .inner-wrap .inner .btn-outline-primary {
  background-color: #FFF;
}

section.section.section-hero .inner-wrap .inner .btn-outline-primary:hover {
  color: var(--satu-color-primary);
}

section.section.section-hero.hero-home-closed .bg-hero {
  height: calc(100vh - 190px);
}

section.section.section-pengumuman {
  background-color: var(--satu-bg-secondary);
  margin-top: -81px;
  --section-pt: 161px;
  --section-pb: 80px;
}

@media (max-width: 600px) {
  section.section.section-pengumuman {
    padding-top: 122px;
    --section-pb: 40px;
  }
  section.section.section-pengumuman .row-pengumuman {
    --satu-gutter-x: 30px;
    --satu-gutter-y: 30px;
  }
}

section.section.section-sekolah .row-sekolah {
  -ms-flex-pack: center;
      justify-content: center;
  --satu-gutter-x: 28px;
  --satu-gutter-y: 28px;
}

@media (max-width: 480px) {
  section.section.section-sekolah .row-sekolah {
    --satu-gutter-y: 12px;
  }
}

section.section.section-jadwal {
  --head-align: left;
  --content-height: 475px;
  background-color: var(--satu-bg-tertiary);
}

@media (min-width: 600px) and (max-width: 782px) {
  section.section.section-jadwal {
    --content-height: 495px;
  }
}

@media (max-width: 600px) {
  section.section.section-jadwal {
    --content-height: auto;
  }
}

section.section.section-jadwal .section-head {
  --head-title: var(--satu-font-size-h3);
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  section.section.section-jadwal .section-head {
    --head-title: 22px;
  }
}

section.section.section-jadwal .section-content {
  line-height: 1.6;
}

section.section.section-jadwal .section-content .inner {
  background-color: #FFF;
  padding: 20px;
  border-radius: 1rem;
  min-height: var(--content-height);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

section.section.section-jadwal .section-content .inner p:first-child {
  margin-top: 0;
}

section.section.section-jadwal .section-content .inner ol, section.section.section-jadwal .section-content .inner ul {
  list-style-position: outside;
}

section.section.section-jadwal .section-content .inner ol li:not(:last-child), section.section.section-jadwal .section-content .inner ul li:not(:last-child) {
  border-bottom: 1px solid var(--satu-color-border);
  margin-bottom: 12px;
  padding-bottom: 12px;
}

section.section.section-jadwal .section-content .inner .button-wrap {
  margin-top: auto;
  padding-top: 30px;
}

section.section.section-jadwal img.kolase {
  max-width: 100%;
  object-fit: contain;
}

section.section.section-jadwal .row-jadwal {
  --satu-gutter-x: 30px;
  --satu-gutter-y: 30px;
}

section.section.section-video-profile .video-profile {
  position: relative;
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}

section.section.section-video-profile .video-profile .play {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background-color .2s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

section.section.section-video-profile .video-profile::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #050C1980;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

section.section.section-video-profile .video-profile img.img-profile {
  max-width: 100%;
  width: 100%;
  height: 500px;
  object-fit: cover;
}

@media (max-width: 480px) {
  section.section.section-video-profile .video-profile img.img-profile {
    height: 300px;
  }
}

section.section.section-video-profile .video-profile .play:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
