body {
  width: 100%;
  /* background: red; */
}

.text-white {
  color: white;
}

.smki-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b993d6+0,8ca6db+100 */
  background: #b993d6; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #b993d6 0%,
    #8ca6db 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #b993d6 0%,
    #8ca6db 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #b993d6 0%,
    #8ca6db 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b993d6', endColorstr='#8ca6db',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  opacity: 0.35;
}

.smki-to-back {
  z-index: -1;
}
.smki-gradient-lighter {
  background: #568eb1; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #568eb1 0%,
    #7fbcd8 45%,
    #7fbcd8 45%,
    #8face8 84%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #568eb1 0%,
    #7fbcd8 45%,
    #7fbcd8 45%,
    #8face8 84%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #568eb1 0%,
    #7fbcd8 45%,
    #7fbcd8 45%,
    #8face8 84%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#568eb1', endColorstr='#8face8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  opacity: 0.35;
}

.uk-navbar-right > ul > li.uk-active > a {
  color: #039be5;
  font-weight: bold;
}

.uk-navbar-right > ul > li > a {
  color: #ddd;
  font-size: 0.725rem;
  text-align: center;
}
.uk-navbar-right > ul > li > .uk-open,
.uk-navbar-right > ul > li > a:hover {
  color: #ccc;
}

.uk-offcanvas-bar {
  right: 0;
}

.smki-cover-image {
  object-fit: cover;
  object-position: top;
  width: 100vw;
  height: 100%;
}
.smki-landing {
  box-shadow: 0px 1px 12px 4px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.smki-navbar {
  background: rgba(0, 0, 0, 0.5);
}
.smki-navbar-opaque {
  background: #212121;
}

.smki-hero-heading {
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
  word-spacing: 0.3rem;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

.smki-hero-button {
  background: #303f9f;
  color: #fff;
  font-weight: 600;
  border-radius: 2px;
  font-size: 1rem;
  height: 60px;
}
.uk-button.smki-hero-button:hover {
  background: #039be5;
}
.uk-button.smki-hero-button:active {
  background: #0277bd;
}

.smki-hero-button:hover {
  background: rgba(255, 255, 255, 0.7);
}

.smki-si-button {
  color: #fff;
  border-bottom-width: 0;
  height: 55px;
  border-right-width: 0;
  padding-right: 0;
  text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.8);
}

.smki-si-button:hover {
  color: #eee;
  border-color: #eee;
  border-bottom-width: 0;
  height: 55px;
  border-right-width: 0;
  padding-right: 0;
}

.smki-section-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: #568eb1;
}

.smki-section-background {
  box-sizing: border-box;
  padding-top: 35px;
  background: #eee;
}

.smki-top-shadow {
  box-shadow: 0px -1.5px 1px rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.smki-pattern-background {
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.smki-avatar-image {
  border-radius: 100%;
  width: 20vw;
  height: 20vw;
  object-fit: cover;
  border: 3px solid hsla(0, 0%, 100%, 0.95);
}
.smki-avatar-image-small {
  border-radius: 100%;
  width: 10vw;
  height: 10vw;
  object-fit: cover;
}
.smki-news-title-left {
  font-size: 1.5rem;
}

.smki-news-title-center {
  font-size: 1.2rem;
  margin-top: 15px;
}

.smki-remove-border {
  border: 0;
}

.smki-image-cover {
  object-fit: cover;
  vertical-align: top;
}

.smki-center-news-image {
  height: 200px;
  object-fit: cover;
}

.smki-left-news-image {
  height: 75px;
  object-fit: cover;
}

.smki-avatar {
  height: 155px;

  border-radius: 100%;
  border: 5px solid #fff;
  object-fit: cover;
}

.smki-footer-background {
  background: #303f9f;
  background: url('../img/pattern.jpeg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.smki-text-white {
  color: #fff;
  opacity: 0.9;
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3);
}
.smki-text-sub-white {
  color: #fff;
  opacity: 0.95;
  font-weight: bold;
  /* text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.3); */
}
.smki-menu-container {
  top: 0vh;
}
.smki-menu {
  width: 100%;
  background: #fff;
  border-radius: 1vh;
  height: 25vh;
  margin-bottom: 5%;
}
.smki-menu-item {
  margin-top: 5px;
  color: #303f9f;
  text-decoration: none;
}
.smki-menu-link {
  text-decoration: none;
}
.smki-menu-link:hover {
  text-decoration: none;
}
.smki-menu-link:hover .smki-menu-item {
  color: #0277bd;
}

.smki-subsection-title {
  background: #303f9f;
  color: white;
  padding: 10px 0 10px 15px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 400;
}

.smki-subsection-list > li {
  padding: 0 15px;
}

.smki-responsive-section-menu {
  height: 45px;
  background: #7fbcd8;
}

.smki-article-title {
  color: #fff;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
  font-size: 2.4rem;
  line-height: 3rem;
}

.smki-margin-top-outside {
  margin-top: -2vh;
}
.smki-ornament {
  background: #568eb1; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #568eb1 0%,
    #7fbcd8 45%,
    #7fbcd8 45%,
    #8face8 84%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #568eb1 0%,
    #7fbcd8 45%,
    #7fbcd8 45%,
    #8face8 84%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #568eb1 0%,
    #7fbcd8 45%,
    #7fbcd8 45%,
    #8face8 84%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#568eb1', endColorstr='#8face8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 80%);
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 80%);
  z-index: -1;
}

.smki-left-section-background {
  background: #303f9f;
  height: 640px;
  background: url('../img/pattern.jpeg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.smki-left-section-icon {
  font-size: 4rem;
}
.smki-keahlian-left-float-section {
  position: relative;
  top: -80px;
  z-index: 1;
}
.smki-keahlian-link {
  color: #039be5;
  text-decoration: none;
}
.smki-keahlian-link span {
  transition: all 1s;
  font-size: 1.4rem;
}
.smki-keahlian-link:hover {
  text-decoration: none;
  color: #303f9f;
}
.smki-keahlian-link:hover span {
  transform: translateX(10px);
  transition: all 1s;
}
.smki-home-berita-link {
  color: #039be5;
  text-decoration: none;
}
.smki-home-berita-link span {
  transition: all 1s;
  font-size: 1.4rem;
}
.smki-home-berita-link:hover {
  text-decoration: none;
  color: #303f9f;
}
.smki-home-berita-link:hover span {
  transform: translateX(10px);
  transition: all 1s;
}
.smki-heading-text-color {
  color: #039be5;
}

.smki-heading-text-white {
  color: #039be5;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.smki-section-divider {
  background: #039be5;
  display: block;
  height: 5px;
}
.smki-keahlian-section-divider {
  background: #9fa8da;
  display: block;
  height: 5px;
  width: 5%;
  margin-top: -10px;
}

.smki-z-index-minus {
  z-index: -1;
}
.smki-z-index-5 {
  z-index: 5;
}
.smki-z-index-10 {
  z-index: 10 !important;
}

.smki-z-index-100 {
  position: relative;
  z-index: 100;
}
.smki-keahlian-image {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}
.smki-keahlian-image-float-left {
  position: relative;
  right: -4%;
}

.smki-background-227 {
  background: #f5f5f5;
}

.smki-keahlian-section-header {
  background: #fff;
  position: absolute;
  top: -25px;
  right: 25px;
  width: 12%;
  padding: 20px 20px;
  text-align: center;
  color: #4fc3f7;
  letter-spacing: 1px;
  font-size: 1.05rem;
  text-transform: uppercase;
  /* box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); */
  border: 1px solid #4fc3f7;
}
.smki-overlap-top {
  position: relative;
  top: -120px;
}
.smki-right-float-content {
  width: 44%;
}

.smki-keahlian-left-section {
  height: 550px;
}
.smki-keahlian-left-content {
  margin-top: 30px;
  margin-left: 40px;
}
.smki-keahlian-content {
  margin-top: 20px;
}
.smki-keahlian-text {
  width: 100%;
  overflow: hidden;
}

.smki-disable-right-radius {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.smki-keahlian-left-float-margin {
  margin-top: 80px;
}

.smki-berita-section-title {
  margin-left: 15%;
  background: #ffffff;
}

.smki-section-berita-title {
  font-size: 1rem;
  background: #fff;
  text-transform: uppercase;
}

.smki-section-berita-hr {
  color: #b3e5fc;
  background: #b3e5fc;
  height: 4px;
  width: 70%;
  transform: rotate(-45deg);
  z-index: -1;
  position: relative;
  top: -40px;
  left: -15%;
}

.smki-outline-ornament {
  position: absolute;
  top: -2.5%;
  left: 7.5%;
  right: 5%;
  bottom: 5.5%;
  border: 2px solid #b3e5fc;
}

.smki-berita-title {
  color: #039be5;
}

.smki-object-fit {
  object-fit: cover;
}

.smki-background-orange {
  background: url('../img/pattern.jpeg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.smki-gradient-hover {
  position: absolute;
  top: 0;
  left: -10%;
  right: 0;
  bottom: 0;
  width: 0;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b993d6+0,8ca6db+100 */
  background: #303f9f; /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    #303f9f 0%,
    #039be5 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    #303f9f 0%,
    #039be5 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    #303f9f 0%,
    #039be5 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303F9F', endColorstr='#039BE5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.smki-cta {
  cursor: pointer;
}
.smki-cta:hover .smki-gradient-hover {
  width: 110%;
  transition: all 1s ease-in-out;
}

.smki-lift-top {
  position: relative;
  top: -80px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 80%;
}

.smki-margin-top-small-s {
  margin-bottom: 200px !important;
}

.smki-page-content-heading {
  height: 20rem;
}

.smki-keahlian-overlay.uk-overlay-default {
  background: rgb(128, 222, 234, 0.6);
}

.smki-padding-bottom-large {
  padding-bottom: 8rem;
}

.rounded-25 {
  height: 40px;
  border-radius: 40px;
}

.btn-secondary.smki-blue {
  background: #303f9f;
}

.btn-secondary.smki-blue:hover {
  background: #1a2574;
}

.product-image {
  height: 300px;
}

.birthday-avatar {
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.daftar-kelas-button {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.daftar-kelas-button:hover {
  background: #303f9f !important;
  color: #fff !important;
}

.smki-nis-siswa {
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 20px;
  position: relative;
}

.smki-nis-siswa span {
  color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.smki-min-100vh {
  min-height: 100vh !important;
  margin-top: 40px !important;
}

@media (max-width: 991.98px) {
  .birthday-avatar {
    height: 200px;
  }
  .product-image {
    height: 450px;
  }

  .smki-left-section-background {
    height: 200px;
    margin-top: 40px;
    box-sizing: border-box;
  }
  .smki-reverse-on-s {
    display: flex;
    flex-direction: column-reverse;
  }
  .smki-reverse-on-s .uk-first-column {
    margin-bottom: 16px;
  }
  .smki-avatar {
    height: 155px;
    width: 155px;
  }
  .uk-navbar-right > ul > li > a {
    color: #ddd;
    font-size: 0.725rem;
    text-align: center;
    font-size: 0.6rem;
    padding: 0px 5px;
  }
  .smki-main-content {
    box-sizing: border-box;
    padding-top: 80px;
  }
  .smki-list-guru > div:nth-child(even) {
    display: none;
  }
  .smki-keahlian-left-float-margin {
    margin-top: 8px;
  }
  .smki-avatar-image {
    width: 30vw;
    height: 30vw;
  }
  .smki-menu {
    width: 100%;
    height: 25vh;
  }
  .smki-left-section-background {
    height: 400px;
  }
  .smki-right-float-content {
    width: 100%;
  }
  .smki-keahlian-left-content {
    text-align: center;
  }
  .smki-text-white {
    color: #fff;
    opacity: 0.9;
    /* text-shadow: 1px 0px 2px rgba(0, 0, 0, 1); */
  }
  .smki-lift-top {
    position: relative;
    top: -320px;
  }
  .smki-berita-section-title {
    margin-left: 0;
    background: #ffffff;
  }
  .smki-page-content-heading {
    height: 10rem !important;
  }
}

@media (max-width: 575.98px) {
  .smki-avatar {
    height: 150px;
    width: 150px;
  }

  .product-image {
    height: 375px;
  }

  .uk-offcanvas-bar {
    right: 0;
    width: 100vw;
  }
  .smki-menu-container {
    top: 0vh;
  }
  .smki-margin-top-small-s {
    margin-top: 120px;
    margin-bottom: 80px !important;
  }
  .smki-keahlian-section-header {
    background: #fff;
    position: absolute;
    top: -12%;
    right: 20%;
    width: 50%;
  }
  .smki-keahlian-content {
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
  }
  .smki-keahlian-link {
    margin-top: 60px;
    text-align: center;
  }
  .smki-keahlian-section-divider {
    display: block;
    width: 80%;
    position: relative;
    left: 10%;
    height: 2px;
    margin-top: -10px;
  }
  .smki-keahlian-text {
    width: 80%;
    padding: 0;
    margin: 0 10%;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
  }
  .smki-heading-text-white {
    text-align: center;
  }
  .smki-keahlian-image-float-left {
    position: relative;
    right: 0%;
  }
  .smki-keahlian-left-section {
    height: auto;
  }
  .smki-keahlian-left-section a {
    position: relative;
    bottom: 20px;
  }
  .smki-grid {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 120px;
  }
  .smki-grid .uk-first-column {
    margin: 0;
    padding: 0;
  }
  .smki-overlap-top {
    position: relative;
    top: 0px;
  }
  .smki-keahlian-left-float-section {
    position: relative;
    top: 0px;
    z-index: 1;
  }

  .smki-lift-top {
    position: relative;
    top: -360px;
  }
  .smki-berita-section-title {
    margin-left: 0;
    background: #ffffff;
  }
  .smki-flex-column-on-s {
    flex-direction: column;
  }
}

@media (min-width: 992.9px) {
  .smki-avatar {
    height: 150px;
    width: 150px;
  }
  .uk-navbar-right > ul > li > a {
    color: #ddd;
    font-size: 0.725rem;
    text-align: center;
    font-size: 0.8rem;
    padding: 0px 10px;
  }
  .smki-berita-container {
    margin-top: 120px;
  }
  .smki-berita-section-title {
    margin-top: 20%;
  }
}

body {
  overflow-x: hidden !important;
}
