* {
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #2b2b2b;
  padding-top: 70px;
  padding-bottom: 50px;
}

body, nav, header, section {
  width: 100%;
}

.grid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .grid {
    padding: 0 2rem;
    padding: 0 clamp(1em, 10vw, 3em);
  }
}

.full, .img, main .form .photo img, header .main-banner .swiper-slide .bg img, section#live .chat .list .photo img, section#schedule .jadwal .list .thumb img, section#podcast .list .item img, section#our .split img, section#gallery-page .gallery .item img, section#community .community .list img, section#gallery .community .list img, main, main .close, header .main-banner .swiper-slide .bg, section .kosong, section#live .embed iframe, section#live .embed .placeholder, section#live .embed .placeholder#trans, section#live .chat .msg-box, .swiper-container {
  width: 100%;
  height: 100%;
}

.img, main .form .photo img, header .main-banner .swiper-slide .bg img, section#live .chat .list .photo img, section#schedule .jadwal .list .thumb img, section#podcast .list .item img, section#our .split img, section#gallery-page .gallery .item img, section#community .community .list img, section#gallery .community .list img {
  -o-object-fit: cover;
     object-fit: cover;
}

.full-h {
  width: 100%;
  height: 100vh;
  min-height: 540px;
}

main {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  position: fixed;
  top: 0;
  z-index: 25;
}

main .close {
  content: '';
  cursor: pointer;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

main.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-btn {
  cursor: pointer;
  z-index: 2;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  margin-right: -1em;
}

@media (min-width: 961px) {
  .menu-btn {
    display: none;
  }
}

.menu-btn .bar1, .menu-btn .bar2, .menu-btn .bar3 {
  background: #0575E6;
  width: 40px;
  height: 4px;
  border-radius: 5px;
  margin: 8px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu-btn .bar1 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu-btn .bar2 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu-btn.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-10px, 8px);
          transform: rotate(-45deg) translate(-10px, 8px);
}

.menu-btn.change .bar2 {
  opacity: 0;
}

.menu-btn.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-9px, -7px);
          transform: rotate(45deg) translate(-9px, -7px);
}

#float-player {
  width: 100%;
  height: 50px;
  padding: 10px 0;
  background: #f5f6f8;
  position: fixed;
  bottom: -50px;
  z-index: 4;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

@supports ((-webkit-backdrop-filter: blur(16px) brightness(0.9)) or (backdrop-filter: blur(16px) brightness(0.9))) {
  #float-player {
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(18px) brightness(1.2);
            backdrop-filter: blur(18px) brightness(1.2);
  }
}

#float-player .dropbox {
  margin: 0 2rem;
  width: 100%;
  max-width: 640px;
  height: 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #888;
  position: relative;
  cursor: pointer;
}

#float-player .dropbox .item {
  position: absolute;
  bottom: 30px;
  display: none;
  z-index: 2;
  width: 100%;
}

#float-player .dropbox .item .list {
  background: #fff;
  width: 100%;
  padding: 10px 1rem;
  text-align: center;
  cursor: pointer;
}

#float-player .dropbox .item .list:hover {
  background: #eee;
}

#float-player .dropbox .item .list.disabled {
  cursor: not-allowed;
  color: #c8c8c8;
  background: #fff;
}

#float-player .dropbox.active {
  background: #0575E6;
  border-color: transparent;
}

#float-player .dropbox.active span {
  color: #fff;
}

#float-player .dropbox.active .item {
  display: block;
}

#float-player .grid, #float-player .control, #float-player .info {
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

#float-player .control {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#float-player .control .button {
  font-size: 14px;
  color: #282C36;
  padding: 0 10px;
}

#float-player .control .state .fa-pause {
  display: none;
}

#float-player .control .state .fa-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#float-player .control .state.play .fa-pause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#float-player .control .state.play .fa-play {
  display: none;
}

#float-player .control.disabled .button {
  color: #adafb3;
  cursor: not-allowed;
}

#float-player .info .bold {
  font-weight: 600;
}

#float-player .info .timer {
  min-width: 100px;
  text-align: center;
}

@media (min-width: 641px) {
  #float-player .info {
    -webkit-box-flex: 9;
        -ms-flex: 9;
            flex: 9;
    padding-left: 2em;
    margin-left: 2em;
    border-left: 1px solid #282C36;
  }
}

@media (max-width: 640px) {
  #float-player .info {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 5px 0;
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.85);
  }
  #float-player .info > *:not(.dropbox) {
    display: none;
  }
}

@media (max-width: 640px) {
  #float-player {
    height: auto;
    max-height: 50px;
  }
  #float-player .state i {
    width: 35px;
    height: 35px;
    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-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 50%;
    border: 1px solid #282C36;
  }
}

#float-player.active {
  bottom: 0;
}

main .form {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 5px solid #0575E6;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 2;
  width: 100%;
  max-width: 350px;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 2em;
  display: none;
}

main .form h1 {
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}

main .form .photo {
  width: 150px;
  height: 150px;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

main .form .photo img {
  min-width: 150px;
  min-height: 150px;
}

main .form .photo label {
  position: absolute;
  z-index: 2;
  padding: 8px 1em;
  cursor: pointer;
  background: #fff;
  border: 1px solid #0575E6;
  border-radius: 50px;
  -webkit-transform: scale(0);
          transform: scale(0);
}

main .form .photo label input {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}

main .form .photo label:hover {
  background: #0575E6;
  color: #fff;
}

main .form .photo:hover label {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

main .form .input {
  width: 100%;
  margin-bottom: 1em;
  position: relative;
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

main .form .input .disabled {
  opacity: .5;
  cursor: no-drop;
}

main .form .input input {
  width: 100%;
  border: none;
  outline: none;
  padding: 1em;
  border-bottom: 2px solid #93959A;
}

main .form .input .focus {
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  content: '';
  background: #0575E6;
  position: absolute;
}

main .form .input input:focus ~ .focus {
  width: 100%;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

main .form .split {
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1em auto;
  width: 100%;
}

main .form .split > * {
  margin: 0 5px;
}

main .form .cta {
  padding: 10px 1em;
  border: 1px solid #0575E6;
  background: #0575E6;
  color: white;
  border-radius: 10px;
  outline: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
}

main .form .cta:hover {
  background: #fff;
  color: #0575E6;
}

main .form .reverse {
  padding: 10px 1em;
  border: 1px solid #282C36;
  background: #fff;
  color: #282C36;
  border-radius: 10px;
  outline: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
}

main .form .reverse:hover {
  background: #282C36;
  color: white;
}

main .form.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav {
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 0 clamp(2em, 4vw, 5em);
  height: auto;
  position: fixed;
  top: 0;
  z-index: 5;
  background: #fff;
}

nav .menu {
  height: 50px;
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

nav .logo {
  height: 65px;
}

nav .logo:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

nav #logo-brand {
  display: none;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: #555555;
}

nav #logo-brand span {
  color: #0575E6;
  font-weight: 600;
}

nav .list {
  padding: 0 5px;
  margin-left: clamp(1em, 2.5vw, 3em);
  height: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 12px;
  font-weight: 600;
  color: #555555;
}

nav .list:not(.profile):hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: .65;
}

nav .list.active {
  color: #0575E6;
}

nav .list.profile {
  position: relative;
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
}

nav .list.profile .username {
  font-weight: 600;
}

nav .list.profile .drop-menu {
  position: absolute;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 2em;
  border-bottom: 5px solid #0575E6;
  background: #fff;
  padding-left: 10px;
  width: 180px;
  top: 40px;
  right: 0;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);
}

nav .list.profile .drop-menu .item {
  padding: 5px;
  color: #282C36;
}

nav .list.profile .drop-menu .item:hover {
  color: #0575E6;
}

nav .list.profile:hover .username, nav .list.profile:hover .username i {
  color: #0575E6;
}

nav .list.profile:hover .drop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .cta {
  padding: 5px 2em;
  border: 1px solid #0575E6;
  background: #fff;
  color: #0575E6;
  border-radius: 10px;
  outline: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  margin-left: 2em;
}

nav .cta:hover {
  background: #0575E6;
  color: white;
}

@media (max-width: 960px) {
  nav {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  @-webkit-keyframes slide {
    from {
      -webkit-transform: translateY(-4em);
              transform: translateY(-4em);
      opacity: 0;
    }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes slide {
    from {
      -webkit-transform: translateY(-4em);
              transform: translateY(-4em);
      opacity: 0;
    }
    to {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  nav .menu {
    padding: 1em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: auto;
    display: none;
    -webkit-animation: ease .8s both;
            animation: ease .8s both;
  }
  nav .menu.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-name: slide;
            animation-name: slide;
  }
  nav .list {
    margin: 0;
    padding: 10px;
  }
  nav .list:not(:last-child) {
    border-bottom: 1px solid #93959A;
    width: 100%;
  }
  nav .cta {
    margin: 0;
    margin-top: 1em;
  }
}

header {
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 650px;
  background: #E9E9EA;
  color: #fff;
  position: relative;
  overflow: hidden;
  max-width: 100vw;
}

header .audio {
  width: 40%;
  min-width: 350px;
  height: 100%;
  overflow-y: auto;
  background: #0575E6;
  background: linear-gradient(45deg, #0575E6 0%, #00F260 100%);
  padding: 2vw;
}

header .audio .sub, header .audio .elemtitle {
  text-align: center;
}

header .audio .sub {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}

header .audio .elemtitle {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

header .audio .divider {
  margin-bottom: 10px;
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

header .audio .style1 {
  padding-left: 1rem;
}

header .audio .style1 .list {
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
}

header .audio .style1 .tgl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

header .audio .style1 .detail {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

header .audio .style1 .tgl {
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}

header .audio .style1 .detail {
  border-left: 2px solid #fff;
  padding-left: 1rem;
}

header .audio .style1 .detail .title {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 16px;
}

header .audio .style1 .detail .desc {
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.416px;
  color: #d9d9d9;
}

header .audio .style2 {
  padding-left: 1rem;
}

header .audio .style2 .list {
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 1fr 3fr;
  width: 100%;
  margin-bottom: 1rem;
}

header .audio .style2 .time {
  background: #fff;
  color: #000;
  height: 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

header .audio .style2 .detail {
  padding: 10px 1rem;
  border-bottom: 1px solid #fff;
}

header .audio .style2 .detail p {
  margin: 0;
}

header .audio .style2 .detail .judul {
  font-size: 16px;
  font-weight: 600;
}

header .audio .style2 .detail .acara {
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 840px) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  header .audio {
    width: 100%;
  }
}

header .main-banner .swiper-slide {
  position: relative;
  height: auto;
}

header .main-banner .swiper-button-next, header .main-banner .swiper-button-prev {
  outline: none;
}

header .main-banner .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

header .main-banner .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

section {
  padding: 4em 0;
}

section h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
}

section h2, section#schedule .upper h1 {
  font-size: 20px;
  font-weight: 400;
}

section p {
  font-size: 14px;
  line-height: 22.652px;
  color: #93959A;
}

section .cta {
  padding: 10px 2em;
  border: 1px solid #0575E6;
  background: #0575E6;
  color: white;
  border-radius: 10px;
  outline: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  cursor: pointer;
}

section .cta:hover {
  background: #fff;
  color: #0575E6;
}

section .kosong {
  position: absolute;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: .3;
  cursor: no-drop;
}

section .kosong span {
  color: #000;
  font-size: 100px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  -webkit-transform: rotate(45deg) scale(2);
          transform: rotate(45deg) scale(2);
}

section .kosong h2, section#schedule .kosong .upper h1, section#schedule .upper .kosong h1 {
  color: #000;
  width: 200px;
  font-size: 16px;
  line-height: 25.888px;
  text-align: center;
  font-weight: 600;
  margin-top: 4em;
}

section .hold {
  display: none;
  z-index: 2;
  opacity: .8;
  background: #323847;
  top: 5em;
}

section .hold h2, section#schedule .hold .upper h1, section#schedule .upper .hold h1, section .hold span {
  color: #fff;
}

section .hold.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section#live {
  background: #282C36;
  color: #fff;
}

section#live h1 {
  color: #fff;
}

section#live .split {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 2em;
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
}

@media (max-width: 840px) {
  section#live .split {
    display: -ms-grid;
    display: grid;
    grid-gap: 2em;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

section#live .embed {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

section#live .embed iframe {
  position: absolute;
  top: 0;
  z-index: 2;
  display: none;
}

section#live .embed .placeholder {
  position: absolute;
  top: 0;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .75;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: .75;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes goup {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 10px;
  }
  80% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 0;
  }
}

@keyframes goup {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 10px;
  }
  80% {
    margin-bottom: 0;
  }
  100% {
    margin-bottom: 0;
  }
}

section#live .embed .placeholder.empty {
  z-index: 0;
  background: #000;
}

section#live .embed .placeholder.empty h1 {
  -webkit-animation: scale 2s ease infinite both;
          animation: scale 2s ease infinite both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

section#live .embed .placeholder.empty h1 .dots {
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 28px;
  margin-left: 10px;
}

section#live .embed .placeholder.empty h1 .dots .list {
  font-weight: 800;
  font-size: 18px;
  -webkit-animation: goup 1s ease infinite both;
          animation: goup 1s ease infinite both;
}

section#live .embed .placeholder.empty h1 .dots .list:nth-child(1) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

section#live .embed .placeholder.empty h1 .dots .list:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

section#live .embed .placeholder.empty h1 .dots .list:nth-child(3) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

section#live .embed .placeholder .trans {
  -webkit-transition: .4s ease;
  transition: .4s ease;
  width: 100%;
  height: 0;
  overflow: hidden;
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #0575E6;
  background: linear-gradient(45deg, #0575E6 0%, #00F260 100%);
  bottom: 0;
}

section#live .embed .placeholder#trans {
  content: '';
  z-index: 2;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section#live .embed .placeholder.open {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

section#live .embed .placeholder.open .trans {
  height: 100%;
}

section#live .inweb, section#live .youtube {
  display: none;
  position: relative;
  width: 100%;
  min-height: 250px;
  height: 100%;
  max-height: 480px;
}

section#live .inweb.active, section#live .youtube.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 840px) {
  section#live .inweb, section#live .youtube {
    min-height: 480px;
  }
}

section#live .youtube {
  margin-top: 2.5em;
}

section#live .youtube iframe {
  width: 100%;
  height: 100%;
}

section#live .chat {
  background: #323847;
  padding: 1.5em;
  position: relative;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

section#live .chat::after {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 5em;
  left: 0;
  content: '';
  background: rgba(40, 44, 54, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(40, 44, 54, 0)), to(#282C36));
  background: linear-gradient(0, rgba(40, 44, 54, 0) 0%, #282C36 100%);
}

section#live .chat .title {
  height: auto;
}

section#live .chat .swiper-slide {
  width: auto;
  margin-right: 2em;
  font-size: 24px;
  font-weight: 600;
  color: #93959A;
}

section#live .chat .swiper-slide.select, section#live .chat .swiper-slide:hover {
  color: #fff;
  cursor: pointer;
}

section#live .chat .msg-box {
  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;
  height: 100%;
  max-height: 450px;
  overflow-y: auto;
  margin-top: 1.5em;
  padding-top: 1em;
}

section#live .chat .reverse {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#live .chat .list {
  display: -ms-grid;
  display: grid;
  grid-gap: 1em;
  -ms-grid-columns: 1fr 9fr;
      grid-template-columns: 1fr 9fr;
  padding-right: 1em;
}

section#live .chat .list .photo {
  display: inline;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  overflow: hidden;
}

section#live .chat .list .user {
  text-transform: Capitalize;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  margin: 0;
  margin-top: 15px;
}

section#live .chat .list .type {
  width: 100%;
  background: #f5f6f8;
  border-radius: 10px;
  border-top-left-radius: 0;
  padding: 1em 1.5em;
  font-size: 12px;
  line-height: 19.416px;
}

section#live .chat .list.online {
  display: -ms-grid;
  display: grid;
  grid-gap: 1em;
  -ms-grid-columns: 9fr 1fr;
      grid-template-columns: 9fr 1fr;
}

section#live .chat .list.online .user {
  text-align: right;
}

section#live .chat .list.online .type {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}

section#live .chat .pesan textarea {
  width: 100%;
  height: 100px;
  background: #282C36;
  border: none;
  outline: none;
  border-radius: 5px;
  margin-top: 1em;
  padding: 1em;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 19.416px;
  color: #fff;
}

section#live .chat .pesan .cta {
  float: right;
  border-radius: 5px;
  padding: 5px 2em;
  margin-top: 1em;
}

section#schedule .upper {
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section#schedule .kosong {
  min-height: 200px;
  position: relative;
}

section#schedule .kosong h2, section#schedule .kosong .upper h1, section#schedule .upper .kosong h1 {
  font-weight: 400;
  width: auto;
}

section#schedule .jadwal {
  display: -ms-grid;
  display: grid;
  grid-gap: 2em;
  -ms-grid-columns: (minmax(280px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

section#schedule .jadwal .list {
  cursor: pointer;
}

section#schedule .jadwal .list .thumb {
  height: 230px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1em;
  position: relative;
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

section#schedule .jadwal .list .thumb::after {
  z-index: 1;
  width: 100%;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  background: linear-gradient(170deg, #fff 49%, rgba(255, 255, 255, 0) 50%);
  opacity: .3;
}

section#schedule .jadwal .list p {
  margin: 0;
  font-size: 12px;
}

section#schedule .jadwal .list p.title {
  color: #555555;
  font-size: 16px;
}

section#schedule .jadwal .list:hover .thumb img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
}

section#schedule .jadwal .list:hover .thumb::after {
  height: 100%;
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
}

section#podcast .list {
  display: -ms-grid;
  display: grid;
  grid-gap: 2rem;
  -ms-grid-columns: (minmax(240px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

section#podcast .list .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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 350px;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 1;
}

section#podcast .list .item .title {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

section#podcast .list .item img {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
  z-index: -1;
}

section#our {
  background: #0575E6;
  background: linear-gradient(45deg, #0575E6 0%, #00F260 100%);
}

section#our h1 {
  color: #fff;
}

@media (min-width: 420px) {
  section#our .split {
    display: -ms-grid;
    display: grid;
    grid-gap: 0;
    -ms-grid-columns: (minmax(375px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(375px, 1fr));
  }
}

section#our .split .list {
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  width: 100%;
  height: 375px;
  overflow: hidden;
}

@media (max-width: 420px) {
  section#our .split .list {
    height: calc(225px + 15vw);
  }
}

section#our .split .list .info {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

section#our .split .list .info .title {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

section#our .split .list .info .desc {
  font-size: 13.5px;
  line-height: 21.843px;
  width: 100%;
  height: 60px;
  overflow: hidden;
  text-align: center;
}

section#our .split .list img {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
}

section#our .split .list:hover .info {
  opacity: 1;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

section#our .split .list:hover img {
  -webkit-filter: none;
          filter: none;
}

section#gallery-page .gallery {
  width: 100%;
  -webkit-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
}

@media (max-width: 840px) {
  section#gallery-page .gallery {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

@media (max-width: 540px) {
  section#gallery-page .gallery {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media (max-width: 320px) {
  section#gallery-page .gallery {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

section#gallery-page .gallery .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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 0 1rem;
  width: 100%;
  height: auto;
}

section#gallery-page .gallery .item .detail {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
}

section#gallery-page .gallery .item .detail h2, section#gallery-page .gallery .item .detail section#schedule .upper h1, section#schedule .upper section#gallery-page .gallery .item .detail h1 {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

section#gallery-page .gallery .item .detail .view {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  cursor: pointer;
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 20px;
  background: #0575E6;
  color: #fff;
}

section#gallery-page .gallery .item:hover .detail {
  opacity: 1;
}

section#gallery-page .gallery .item:hover .detail .view {
  -webkit-transform: scale(1);
          transform: scale(1);
}

section#community.tag, section.tag#gallery {
  background: #f5f6f8;
}

section#community .inline, section#gallery .inline {
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section#community .community, section#gallery .community {
  margin-bottom: 4em;
}

@media (min-width: 432px) {
  section#community .community, section#gallery .community {
    display: -ms-grid;
    display: grid;
    grid-gap: 1rem;
    -ms-grid-columns: (minmax(328px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
  }
}

section#community .community .list, section#gallery .community .list {
  border-radius: 10px;
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

section#community .community .list .overlay, section#gallery .community .list .overlay {
  width: 100%;
  height: 0;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.65);
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
  color: #fff;
}

section#community .community .list:hover .overlay, section#gallery .community .list:hover .overlay {
  height: 100%;
}

section#community .community .list:hover img, section#gallery .community .list:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 432px) {
  section#community .community .list, section#gallery .community .list {
    margin-bottom: 1rem;
  }
}

@media (max-width: 840px) {
  section#community .community .list, section#gallery .community .list {
    height: clamp(150px, 55vw, 300px);
  }
}

section#gallery {
  background: #f5f6f8;
}

@media (min-width: 320px) {
  section#gallery .community {
    display: -ms-grid;
    display: grid;
    grid-gap: 1rem;
    -ms-grid-columns: (minmax(238px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
  }
}

section#gallery .community .list {
  width: 100%;
  height: 250px;
}

section#job .job {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
  margin-bottom: 4em;
}

@media (max-width: 840px) {
  section#job .job {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
  }
}

@media (max-width: 420px) {
  section#job .job {
    display: -ms-grid;
    display: grid;
    grid-gap: 2em;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

section#job .job .list {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #93959A;
  border-radius: 5px;
  padding: 1em 1.5em;
  min-height: clamp(175px, 50vw, 225px);
  background: #fff;
}

section#job .job .list p {
  color: #555555;
  margin: 0;
  text-transform: capitalize;
}

section#job .job .list p.title {
  font-weight: 600;
  text-transform: uppercase;
}

section#job .job .list .split {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section#job .job .list .split p {
  font-size: 12px;
  text-transform: capitalize;
}

section#job .job .list .split p:last-child {
  text-align: left;
}

section#job .job .list:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

section.page {
  background: #f5f6f8;
}

section .pagination {
  float: right;
}

section .pagination span {
  font-weight: 600;
  margin-right: 1em;
}

section .pagination a {
  margin: 0 5px;
  color: #282C36;
}

section .pagination a.active {
  color: #0575E6;
  font-weight: 600;
}

section#com-detail .grid, section#job-detail .grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 2em;
  -ms-grid-columns: 1.5fr 3fr;
      grid-template-columns: 1.5fr 3fr;
}

@media (max-width: 960px) {
  section#com-detail .grid, section#job-detail .grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 2em;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

section#com-detail .grid img, section#job-detail .grid img {
  width: 100%;
  height: auto;
}

section#com-detail .grid iframe, section#job-detail .grid iframe {
  width: 100% !important;
  height: 34vw;
  max-height: 440px;
}

@media (max-width: 960px) {
  section#com-detail .grid iframe, section#job-detail .grid iframe {
    height: 50vw;
    max-height: none;
  }
}

section#com-detail .grid .link, section#job-detail .grid .link, section#com-detail .grid .divider, section#job-detail .grid .divider {
  font-weight: 600;
  color: #0575E6;
}

section#com-detail .grid .date, section#job-detail .grid .date {
  margin-bottom: 1em;
  color: #93959A;
}

section#com-detail .grid p, section#job-detail .grid p {
  color: #282C36;
}

section#com-detail .grid .arrow-right, section#job-detail .grid .arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #0575E6;
  margin-right: 10px;
}

section#com-detail .grid a.btn, section#job-detail .grid a.btn {
  padding: 10px 4em;
  border: 1px solid #000;
  background: #000;
  color: white;
  border-radius: 10px;
  outline: none;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  cursor: pointer;
}

section#com-detail .grid a.btn:hover, section#job-detail .grid a.btn:hover {
  background: #fff;
  color: #000;
}

section#job-detail .grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 2em;
  -ms-grid-columns: 3fr 1.5fr;
      grid-template-columns: 3fr 1.5fr;
}

@media (max-width: 960px) {
  section#job-detail .grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 2em;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

section#job-detail .grid .thumb {
  background: #fff;
  border-radius: 5px;
  padding: 1em 2em;
  padding-bottom: 5em;
  height: auto;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid #0575E6;
}

section#job-detail .grid .thumb > div p {
  margin: 0;
}

section#job-detail .grid .thumb > div p.bold {
  font-weight: 600;
  color: #282C36;
}

section#job-detail .grid .thumb div {
  margin-bottom: 2em;
}

section#job-detail .grid ol > li {
  margin-bottom: 10px;
}

main .program-item {
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 840px;
  min-height: 240px;
  z-index: 2;
  position: absolute;
  padding: 1rem 2rem;
}

@media (max-width: 860px) {
  main .program-item {
    max-width: 90vw;
  }
}

main .program-item h1 {
  font-weight: 600;
  font-size: 24px;
  color: #4d4d4d;
}

main .program-item .list {
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: 1.2fr 4fr 2fr auto;
      grid-template-columns: 1.2fr 4fr 2fr auto;
  position: relative;
  min-width: 640px;
  padding: 5px 1rem;
  margin-bottom: 10px;
  background: #fff;
  color: #282C36;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

main .program-item .list div {
  height: 30px;
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

main .program-item .list .code {
  font-weight: 600;
  color: #57f5a6;
}

main .program-item .list .eps {
  background: #57f5a6;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  color: #fff;
}

main .program-item .list .play i {
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
}

@-webkit-keyframes openplease {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes openplease {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

main .program-item .list:hover {
  background: #57f5a6;
  color: #fff;
}

main .program-item .list:hover .code {
  color: #fff;
}

main .program-item .list:hover .eps {
  background: #fff;
  color: #57f5a6;
}

main .program-item .list:hover .play i {
  opacity: 1;
  -webkit-animation: openplease ease 1s infinite both;
          animation: openplease ease 1s infinite both;
}

main .program-item .list.loading {
  height: 30px;
  position: relative;
  overflow: hidden;
  -webkit-animation: loadlist ease 1.4s infinite both;
          animation: loadlist ease 1.4s infinite both;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-500%);
            transform: translateX(-500%);
  }
}

@-webkit-keyframes loadlist {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.975);
            transform: scale(0.975);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loadlist {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.975);
            transform: scale(0.975);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

main .program-item .list.loading .bar {
  width: 350px;
  position: absolute;
  right: -350px;
  background: #282C36;
  background: -webkit-gradient(linear, left top, right top, from(#282C36), to(rgba(40, 44, 54, 0)));
  background: linear-gradient(90deg, #282C36 0%, rgba(40, 44, 54, 0) 100%);
  -webkit-animation: loader 1.2s linear infinite both;
          animation: loader 1.2s linear infinite both;
}

main .program-item .view {
  width: 100%;
  height: 100%;
  padding: 10px;
  max-height: 420px;
  overflow: auto;
}

main .program-item.active {
  display: block;
}

footer {
  background: #000;
  padding: 2em;
  color: #fff;
}

footer .grid .split {
  display: -ms-grid;
  display: grid;
  grid-gap: 2em;
  -ms-grid-columns: 1.5fr 1fr 1fr;
      grid-template-columns: 1.5fr 1fr 1fr;
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #93959A;
}

@media (max-width: 840px) {
  footer .grid .split {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
  }
}

@media (max-width: 640px) {
  footer .grid .split {
    display: -ms-grid;
    display: grid;
    grid-gap: 2em;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

footer .grid .apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

footer .grid .apps i {
  width: 35px;
  height: 35px;
  background: #0575E6;
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 50%;
  color: #fff;
  margin: 0 10px;
}

footer .grid .apps i:hover {
  background: #282C36;
}

footer .footer {
  text-align: center;
  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-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1em;
  padding-bottom: 0;
  font-size: 12px;
}

footer .footer .developer {
  width: 25px;
  height: auto;
  margin-left: 1em;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

footer .footer .developer:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
/*# sourceMappingURL=style.css.map */