.p__clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.p__flex {
    display: flex;
}

.p__wrapper {
    padding: 130px 0 0;
    min-height: 600px;
}

.p__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 130px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    z-index: 1000;
}

.p__container {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.p__tophead {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}

.p__today {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    z-index: 2;
}

.runscroll {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.scroll {
    display: flex;
    width: 100%;
}

.scrollin {
    white-space: nowrap;
    animation: animate 1000s -1000s linear infinite;
    will-change: transform;
    padding: 0;
    height: 36px;
}

.scrollin:nth-child(2) {
    animation: animate2 1000s -500s linear infinite;
}

.scroll:hover .scrollin {
    -webkit-animation-play-state: paused !important;
}

.scrollin a {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}

@keyframes animate {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

.scrollin .spasi {
	height: auto;
}

.scrollin span {
    display: inline-block;
    margin-left: 40px;
}

.scrollin a {
    text-decoration: underline;
}

/* LOGO */

.p__logo {
    height: 46px;
    padding: 24px 0;
}

.p__logo img {
    display: block;
    height: 46px;
    width: auto;
}

.p__menu {
    margin-left: auto;
    height: 94px;
}

.nav .p__accordion,
.nav .p__accordion ul,
.nav .p__accordion li,
.nav .p__accordion a,
.nav .p__accordion span {
    border: none;
    outline: none;
}

.is-desktop .nav .p__accordion li {
    float: left;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 94px;
    position: relative;
}

.is-desktop .nav .p__accordion li:hover {
    background: rgba(0, 0, 0, 0.03);
}

.is-desktop .nav .p__accordion li.menu-item-has-children:before {
    content: "";
    position: absolute;
    top: calc( 50% - 16px);
    right: 16px;
    width: 10px;
    height: 10px;
    z-index: 1;
}

.is-desktop .nav .p__accordion li a {
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 94px;
    position: relative;
}

.is-desktop .nav .p__accordion li a span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    padding: 0 5px;
    margin: 31px 0 0 8px;
    float: right;
}

.is-desktop .nav .p__accordion li.menu-item-has-children a {
    padding: 0 35px 0 20px;
}

.is-desktop .nav .p__accordion li>.sub-menu {
    border-width: 3px 0 0;
    border-style: solid;
    padding: 10px 0;
    position: absolute;
    width: 200px;
    display: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.is-desktop .nav .p__accordion li:hover>.sub-menu {
    display: block;
}

.is-desktop .nav .p__accordion li>.sub-menu>li {
    display: block;
    float: none;
    text-align: left;
}

.is-desktop .nav .p__accordion li>.sub-menu>li a {
    padding: 10px 25px;
    line-height: 1.25;
    font-size: 15px;
}

.is-desktop .nav .p__accordion li>.sub-menu>li.menu-item-has-children:before {
    display: none;
}

.is-desktop .nav .p__accordion li>.sub-menu>li>ul {
    display: none !important;
}

/* SEARCH */

.p__search {
    height: 46px;
    padding: 24px 0 24px 40px;
}

.p__icon {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
}

.p__search i:nth-child(2) {
    display: none;
    margin: 0 0 0 10px;
}

.p__search .p__sform {
    position: absolute;
    top: 80px;
    right: 15px;
    width: 200px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 3;
    display: none;
}

.osearch .p__search .p__sform {
    display: block;
}

.ps__input input {
    padding: 0 14px;
    height: 34px;
    line-height: 34px;
    width: calc( 100% - 30px);
    margin: 0 0 10px;
}

.ps__select {
    position: relative;
}

.ps__select i {
    position: absolute;
    right: 6px;
    top: 0;
    height: 34px;
    line-height: 34px;
    z-index: 2;
}

.ps__select select {
    padding: 0 14px;
    height: 34px;
    line-height: 34px;
    width: 100%;
    margin: 0 0 10px;
    appearance: none;
}

.ps__button {
    text-align: right;
    padding: 10px 0 0;
}

.ps__button button {
    border: 0;
    border-radius: 34px;
    padding: 0 24px;
    height: 34px;
    line-height: 34px;
}

/* ARCHIVE */

.p__blog {
    padding: 30px 0 0;
    min-height: 500px;
}

.p__h1 {
    font-size: 30px;
    margin: 0 15px 15px;
}

.p__h1s {
    font-size: 16px;
    margin: 0 15px 15px;
}


.p__after {
    margin: 0 15px;
}

.p__404 {
    text-align: center;
    padding: 50px 20px;
    margin: 0 auto;
    max-width: 600px;
}

.p__outer {
    margin: 0 -15px;
}

.b__loop {
    width: 33.33%;
    float: left;
}

.v__loop {
    width: 50%;
    float: left;
}

.a__loop {
    width: 25%;
    float: left;
    text-align: center;
}

.l__inner {
    margin: 0 15px 50px;
}

.b__inner .p__clear {
    display: none;
}

.b__inner .p__clear:nth-child(6n) {
    display: block;
}

.b__inner.a__inner .p__clear:nth-child(6n) {
    display: none;
}

.b__inner.a__inner .p__clear:nth-child(8n) {
    display: block;
}

.l__image {
    margin: 0 0 12px;
}

.l__image img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.l__image iframe {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 8px;
}

.l__top {
    font-size: 13px;
    margin: 0 0 8px;
    opacity: 0.8;
}

.l__top a {
    font-weight: bold;
}

.a__gone {
    font-weight: bold;
}

.a__come {
    font-weight: bold;
}

.l__view {
    margin-left: auto;
}

.l__title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
}

.l__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* DOKU */

.p__doku {
    float: left;
    width: calc( 100% - 530px);
}

.d__loop {
    margin: 0 0 15px 15px;
    padding: 25px;
    border-radius: 5px;
}

.d__top {
    margin: 0;
}

.d__top span {
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 13px;
}

.ds__top {
    margin: 0 0 25px;
}

.ds__top span {
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 16px;
}

.d__first a {
    font-weight: bold;
}

.d__second a {
    font-weight: bold;
}

.ds__title {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 15px;
}

.d__title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    margin: 0 0 8px;
}

.p__year {
    float: left;
    width: 200px;
    position: sticky;
    top: 30px;
}

.y__inner {
    margin: 0 0 30px 15px;
    padding: 25px 15px;
}

.t__doc {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 14px;
}

.t__doc i {
    margin: 0 6px 0 0;
}

.t__doc span {
    margin-left: auto;
    width: 70px;
    text-align: right;
}

.t__doc a {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.d__down {
    margin: 0 0 20px;
}

.d__down a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    margin: 0 15px 0 0;
    font-weight: bold;
    border-radius: 5px;
}

.d__down span {
    position: relative;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
    border-radius: 5px;
    font-size: 16px;
}

.d__down span:before {
    content: '';
    position: absolute;
    top: calc( 50% - 8px);
    left: -8px;
    height: 14px;
    width: 14px;
    border-radius: 3px;
    transform: rotate(45deg);
    z-index: 1;
}

.d__down span:after {
    content: '';
    position: absolute;
    top: calc( 50% - 10px);
    left: -6.5px;
    height: 18px;
    width: 18px;
    border-radius: 3px;
    transform: rotate(45deg);
    z-index: 2;
}

.p__cat {
    float: left;
    width: 330px;
    position: sticky;
    top: 30px;
}

.c__inner {
    margin: 0 15px 30px;
    padding: 25px 15px;
}

/* PAGINASI */

.p__page {
    margin: 0 15px;
}

.p__page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 3px 30px;
    font-size: 13px;
}

/* SINGLE */

.p__single {
    float: left;
    width: calc( 100% - 330px);
}

.p__single.p__maindoc {
    float: none;
    width: 100%;
    font-size: 16px;
}

.p__single .hentry {
    margin: 0 30px 30px 15px;
    font-size: 16px;
}

.p__featured {
    margin: 0 auto;
}

.single-aparatur .p__featured {
    max-width: 300px;
}

.p__featured img {
    display: block;
    border-radius: 15px;
}

.p__featured iframe {
    display: block;
    border-radius: 15px;
    width: 100%;
    height: 422px;
}

.p__time {
    display: flex;
    font-size: 85%;
    margin: 0 0 20px;
}

.p__time i {
    margin: 0 4px 0 0;
}

.p__time span {
    margin-left: auto;
}

.p__time a {
    font-weight: bold;
}

.p__main {
    padding: 35px;
}

.p__main p a {
    text-decoration: underline;
}

.p__single h1,
.p__single h2,
.p__single h3,
.p__single h4,
.p__single h5,
.p__single h6 {
    line-height: 1.3;
    margin: 0 0 15px;
}

.p__single p {
    margin: 0 0 20px;
    line-height: 1.5;
}

.p__single table {
    width: 100%;
    margin: 0 0 20px;
}

.p__single table td {
    padding: 12px 15px 12px 0;
    margin: 0 0 -1px -1px;
}

.p__single table td:nth-child(2) {
    padding: 12px 0 12px 15px;
}

.a__history td:nth-child(2) {
    width: 100px;
}

.a__heading {
    font-size: 22px;
}

.p__single table i {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    border-radius: 34px;
}

.p__single table a {
    margin: 0 4px 0 0;
}

.p__single ul,
.p__single ol {
    margin: 0 0 20px;
    line-height: 1.65;
}

.p__single ul {
    list-style: disc;
}

.p__single ol {
    list-style: decimal;
}

.p__single ul li {
    margin-left: 25px;
}

.p__single ol li {
    margin-left: 25px;
}

.p__single li ul,
.p__single li ol {
    margin: 0 0 10px;
    list-style: disc;
}

.p__auth {
    margin: 10px 0 30px;
}

.p__tags {
    font-size: 85%;
    padding: 10px 0 30px;
}

.p__tags a {
    position: relative;
    height: 22px;
    line-height: 20px;
    margin: 0 5px 0 10px;
    padding: 0 8px;
    border-radius: 4px;
}

.p__tags a:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: calc( 50% - 7px);
    left: -6px;
    border-radius: 4px;
    transform: rotate(45deg);
}

.p__tags a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: calc( 50% - 3px);
    left: -3px;
    border-radius: 6px;
    z-index: 1;
}

#respond {
    margin: 40px 0;
    padding: 0;
    border-radius: 8px;
}

#reply-title {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 20px;
}

#commentform label {
    display: block;
    margin: 0 0 10px;
}

#comment {
    width: calc( 100% - 32px);
    padding: 15px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.02);
}

#author,
#email,
#url {
    width: calc( 100% - 32px);
    padding: 0 15px;
    height: 40px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.02);
}

#submit {
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 0 20px;
    border-radius: 6px;
    font-weight: bold;
}

#comments {
    margin: 0;
}

.comment {
    margin: 0 0 40px 90px;
    position: relative;
}

.p__single h2.comments_title {
    margin: 0 0 20px;
}

.p__single ol.comment_list {
    list-style: none;
    margin: 0;
}

.p__single ol.children {
    list-style: none;
    margin: 0 0 0 30px;
}

.p__single ul.comment_list li,
.p__single ol.comment_list li {
    margin: 0;
}

.depth-1 {
    margin: 0 0 40px;
}

.comment-meta .avatar {
    float: left;
    width: 60px;
    margin: 0 30px 0 0;
    border-radius: 5px;
}

.comment-metadata {
    font-size: 13px;
    padding: 0;
    margin: 0 0 10px;
}

.comment-metadata a {
    opacity: 0.7;
    pointer-events: none;
}

.p__single .comment-content p {
    margin: 0 0 40px 90px;
    font-size: 15px;
    line-height: 1.4;
}

.p__single p.logged-in-as a {
    text-decoration: none;
}

.reply {
    position: absolute;
    left: 0;
    top: 75px;
    width: 60px;
}

.reply a {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 12px;
    border-radius: 18px;
}

.fn {
    font-weight: bold;
}


/* HOME SLIDE */

.w__slide {
    position: relative;
    overflow: hidden;
}

.ws__image {
    width: 100%;
    display: block;
    min-height: 200px;
}

.c__slide {
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    bottom: -200px;
    padding: 200px 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.h__slide {
    max-width: 800px;
    margin: 0 auto;
    font-size: 64px;
    line-height: 1.15;
    position: relative;
}

.h__slide:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: calc( 50% - 70px);
    height: 1px;
    width: 140px;
}

.sh__slide {
    max-width: 800px;
    margin: 40px auto 0;
    font-size: 18px;
    line-height: 1.45;
}

/* APART 1 */

.w__aparatur1 {
    padding: 80px 0;
}

.c__aparatur1 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.c__aparatur1.ah__apart,
.c__aparatur1.as__apart {
    margin: 0 auto 50px;
}

.h__apart {
    font-size: 40px;
}

.c__aparatur1.as__apart .h__apart {
    line-height: 1.3;
    padding: 0 0 15px;
}

.sh__apart {
    font-size: 18px;
    opacity: 0.65;
}

.p__apart {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.b__apart {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 20px;
    text-align: center;
}

.b__apart:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    opacity: 0.9;
    z-index: 1;
}

.n__apart {
    position: relative;
    z-index: 2;
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 4px;
}

.j__apart {
    position: relative;
    z-index: 2;
    font-size: 12px;
}

.j__apart a {
    opacity: 0.8;
}

/* HERO 1 */

.w__heroone {
    padding: 80px 0;
}

.c__heroone {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c__heroone img {
    display: block;
    border-radius: 10px;
}

.g__hero {
    padding: 0 50px 0 0;
}

.pr__hero {
    font-size: 20px;
    line-height: 1.3;
    padding: 10px 0;
}

.h__hero {
    font-size: 60px;
    line-height: 1.1;
    padding: 10px 0;
}

.sh__hero {
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 0;
}

.b__hero {
    padding: 0;
}

.b__hero.b1__hero,
.b__hero.b2__hero {
    padding: 20px 0 10px;
}

.b__hero a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    margin: 0 10px 0 0;
    border-radius: 5px;
}

/* POST 1 */

.w__postone {
    padding: 80px 0;
}

.a__postone {
    margin: 0 -15px;
}

.big__postone {
    width: 66.66%;
    float: left;
}

.big__head {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    z-index: 2;
}

.big__inner {
    margin: 0 15px;
}

.big__inner .splide__pagination {
    position: absolute;
    bottom: 50px;
    right: 15px;
    left: auto;
    padding: 0;
    margin: 0;
}

.big__inner .splide__pagination__page {
    opacity: 1;
}

.big__loop {
    height: 415px;
    overflow: hidden;
    position: relative;
    margin: 0 0 30px;
    border-radius: 10px;
}

.big__loop img {
    width: 100%;
}

.big__loop:after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    height: 360px;
    background: linear-gradient( transparent, #000);
    z-index: 1;
}

.big__overlay {
    position: absolute;
    bottom: 45px;
    left: 30px;
    right: 150px;
    z-index: 2;
}

.big__date {
    color: #fff;
    font-size: 20px;
    margin: 0 0 8px;
    padding: 0 0 0 40px;
    position: relative;
}

.big__date:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 1px;
    width: 35px;
    background: #fff;
}

.big__title a {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s__image {
    position: relative;
    margin: 0 0 10px;
}

.s__image img {
    display: block;
    border-radius: 8px;
}

.s__cat {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.s__cat a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.s__date {
    font-size: 13px;
    margin: 0 0 8px;
    opacity: 0.75;
}

.s__title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
}

.s__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.l__postone {
    width: 33.33%;
    float: left;
}

.lv__head {
    height: 45px;
    font-size: 18px;
    margin: 0 0 15px;
}

.lv__head span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    margin: 0 10px 0 0;
    border-radius: 8px;
    font-weight: bold;
}

.lv__loop {
    position: relative;
    margin: 0 0 25px;
    display: flex;
    align-items: center;
}

.lv__loop:last-child {
    margin: 0;
}

.lv__image {
    width: 120px;
    float: left;
}

.lv__image img {
    display: block;
    width: 120px;
    height: auto;
    border-radius: 8px;
    margin-left: auto;
}

.lv__meta {
    width: calc( 100% - 120px);
    margin: 0 20px 0 0;
}

.lv__title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
}

.lv__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* DIRECT 1 */

.w__direktori1 {
    padding: 80px 0;
}

.c__direktori1 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.c__direktori1.dh__apart,
.c__direktori1.ds__apart {
    margin: 0 auto 50px;
}

.h__direct {
    font-size: 40px;
}

.c__direktori1.ds__apart .h__direct {
    line-height: 1.3;
    padding: 0 0 15px;
}

.sh__direct {
    font-size: 18px;
    opacity: 0.65;
}

.o__direktori1 {
    margin: 0 -10px;
}

.o__direktori1 .p__clear {
    display: none;
}

.o__direktori1 .p__clear:nth-child(6n) {
    display: block;
}

.l__direct {
    width: calc( 33.33% - 90px);
    float: left;
    margin: 0 10px 20px;
    padding: 35px;
    border-radius: 10px;
}

.loc__image {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 0 30px;
}

.loc__image img {
    border-radius: 90px;
}

.loc__image span {
    position: absolute;
    bottom: 0px;
    right: -15px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 36px;
    font-weight: bold;
    z-index: 1;
}

.loc__title {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 6px;
}

.loc__title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.loc__desc {
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* GALERI 1 */

.w__galeri1 {
    padding: 80px 0 40px;
}

.o__gall {
    column-count: 3;
    column-gap: 20px;
}

.s__gall {
    margin: 0 0 20px;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
}

.s__gall:nth-child(1) {
    height: 230px;
}

.s__gall:nth-child(2) {
    height: 260px;
}

.s__gall:nth-child(3) {
    height: 510px;
}

.s__gall:nth-child(3) img {
    height: 510px;
    object-fit: contain;
    width: auto;
    max-width: 300%;
}

.s__gall:nth-child(4) {
    height: 260px;
}

.s__gall:nth-child(5) {
    height: 230px;
}

.p__gall {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p__gall img {
    transition: all .3s ease;
}

.p__gall a {
    position: absolute;
    right: -55px;
    bottom: -55px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    border-radius: 40px;
    transition: all .3s ease;
    z-index: 2;
}

.p__gall:hover a {
    right: 20px;
    bottom: 20px;
}

.p__gall:hover img {
    transform: scale(1.1);
}

/* VIDEO 1 */

.w__video1 {
    padding: 80px 0;
}

.w__video1 iframe {
    width: 100%;
    display: block;
}

.c__video1 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.c__video1.ah__apart,
.c__video1.as__apart {
    margin: 0 auto 50px;
}

.h__video {
    font-size: 40px;
}

.c__aparatur1.as__apart .h__video {
    line-height: 1.3;
    padding: 0 0 15px;
}

.sh__video {
    font-size: 18px;
    opacity: 0.65;
}

.w__video1 .splide__pagination {
    bottom: -35px;
}

.w__video1 .splide__pagination__page {
    opacity: 1;
    height: 12px;
    width: 12px;
}

/* AGENDA 1 */

.w__agenda1 {
    padding: 80px 0;
}

.c__agenda1 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.g__agenda {
    padding: 0 50px 0 0;
}

.pr__agenda {
    font-size: 20px;
    line-height: 1.3;
    padding: 10px 0 20px;
}

.hs__agenda {
    font-size: 40px;
    line-height: 1.15;
    margin: 0 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ex__agenda {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.4;
}

.btn__agenda {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    margin: 0 10px 0 0;
    border-radius: 5px;
}

.m__agenda {
    margin: 0 -10px;
    position: relative;
}

.m__agenda:before {
    content: '';
    position: absolute;
    top: 5%;
    bottom: 5%;
    left: 15%;
    right: 15%;
    border-radius: 100%;
    opacity: 0.3;
}

.e__agenda {
    position: relative;
    display: flex;
    width: calc( 50% - 80px);
    margin: 10px;
    padding: 0 29px;
    border-radius: 10px;
    float: left;
    backdrop-filter: blur(40px);
    align-items: center;
    height: 180px;
    z-index: 2;
}

.t__agenda {
    font-size: 20px;
    font-weight: bold;
    margin: 6px 0 0;
}

.w__agenda1 .splide__arrow--prev {
    left: -80px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 1;
}

.w__agenda1 .splide__arrow--next {
    right: -80px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 1;
}

/* PENGUMUMAN 1 */

.w__pengumuman1 {
    padding: 55px 0;
}

.o__peng {
    margin: 0 -15px;
}

.s__peng {
    width: calc( 50% - 30px);
    float: left;
    margin: 25px 15px;
}

.d__peng {
    position: relative;
    width: 100px;
    height: 150px;
    float: left;
    margin: 0 30px 0 0;
    padding: 0 25px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.d__peng:before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    border-radius: 0 5px 0 0;
    border-width: 2px 2px 0 0;
    border-style: solid;
	opacity: 0.6;
}

.i__peng {
    display: block;
    font-size: 25px;
    margin: 0 0 10px;
}

.dm__peng {
    font-size: 30px;
    line-height: 1.2;
}

.y__peng {
    font-size: 18px;
    line-height: 1.2;
}

.c__peng {
    width: calc( 100% - 180px);
    height: 150px;
    float: left;
}

.t__peng {
    font-size: 22px;
    line-height: 1.25;
    font-weight: bold;
    margin: 0 0 10px;
}

.t__peng a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.x__peng {
    font-size: 16px;
}

/* SINGLE */

.p__side {
    float: left;
    width: 330px;
    position: sticky;
    top: 30px;
}

#sidebar {
    margin: 0 15px 30px;
    font-size: 16px;
}

#sidebar .widget_block {
    margin: 0 0 30px;
}

#sidebar p {
    margin: 0 0 20px;
}

#sidebar li {
    padding: 8px 0;
}

#sidebar .wp-block-heading {
    font-size: 22px;
    margin: 0 0 10px;
}

#sidebar .wp-block-latest-posts li,
#sidebar .wp-block-archives-list li,
#sidebar .wp-block-page-list li,
#sidebar .wp-block-categories li {
    position: relative;
    padding: 8px 0 8px 35px;
}

#sidebar .wp-block-latest-posts li:before {
    content: '\F0F6';
    position: absolute;
    left: 0;
    top: 10px;
    font-family: 'ciuss-font';
    font-size: 20px;
}

#sidebar .wp-block-archives-list li:before,
#sidebar .wp-block-categories li:before {
    content: '\F114';
    position: absolute;
    left: 0;
    top: calc( 50% - 12px);
    height: 24px;
    line-height: 24px;
    font-family: 'ciuss-font';
    font-size: 20px;
}

#sidebar .wp-block-page-list li:before {
    content: '\F097';
    position: absolute;
    left: 0;
    top: calc( 50% - 12px);
    height: 24px;
    line-height: 24px;
    font-family: 'ciuss-font';
    font-size: 20px;
}

#sidebar .wp-block-tag-cloud a {
    position: relative;
    height: 28px;
    line-height: 28px;
    font-size: 14px !important;
    padding: 0 10px 0 30px;
    margin-bottom: 10px;
    border: 1px solid #0a4;
}

#sidebar .wp-block-tag-cloud a:before {
    content: '\E805';
    position: absolute;
    left: 8px;
    top: calc( 50% - 12px);
    height: 24px;
    line-height: 24px;
    font-family: 'ciuss-font';
    font-size: 12px;
}

.dok_footer {
    position: fixed;
    bottom: -30px;
    left: 0;
    right: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 99;
    height: 40px;
    line-height: 40px;
    padding: 0 0 30px;
    display: none;
}

.dok_footer:after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 40px;
    left: 33.33%;
    right: 33.33%;
    border-width: 0 1px;
    border-style: solid;
    z-index: 1;
}

.dok_footer span {
    display: inline-block;
    float: left;
    width: 33.33%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

/* FOOTER */
.g__maps {
	height: 400px;
}
.g__maps iframe {
	display: block;
	width: 100%;
	height: 400px;
}
.f__footer {
	padding: 80px 0 0; font-size: 16px; line-height: 1.5;
}
.b__footer {
    padding: 0 0 50px;
}
.f__start {
	max-width: 40%;
}

.f__logo {
	height: 60px;
	margin: 0 0 10px;
}
.f__logo img {
	width: auto;
	height: 60px;
}
.f__text {
	margin: 0 0 20px;
}
.p__instext {
	margin: 0 0 20px;
}
.instansi_add {
	font-size: 15px;
}
.instansi_add i {
	margin: 0 6px 0 0;
}
.s__add {
	margin: 0 0 6px;
}
.s__footer {
	font-size: 22px;
}
.l__footer {
	margin: 0 0 40px 60px;
}
.h__footer {
	font-size: 18px; font-weight: bold; margin: 0 0 15px;
}
.t__footer {
	line-height: 1.2;
	padding: 8px 0;
}

.p__footer {
    padding: 30px 0;
	font-size: 16px;
}
.f__menu li {
	display: inline-block;
}
.f__menu li a {
	margin: 0 40px 0 0;
}
.f__end {
	margin-left: auto;
}

@media screen and (max-width: 1024px) {
    .p__wrapper {
        overflow: hidden;
    }
    .p__header {
        position: fixed;
    }
    .p__container {
        padding: 0 25px;
    }
    .p__tophead .p__container {
        padding: 0;
    }
    .p__menu {
        position: fixed;
        top: 116px;
        left: 0;
        right: 0;
        bottom: 100%;
        overflow-y: hidden;
        height: auto;
        transition: all .2s ease;
    }
    .omenu .p__menu {
        bottom: 0;
        overflow-y: auto;
    }
    .nav {
        padding: 20px 0;
    }
    .nav .p__accordion {
        height: auto;
    }
    .is-mobile .nav .p__accordion li {
        position: relative;
        float: none;
        display: block;
        line-height: 1.3;
        text-align: left;
    }
    .is-mobile .nav .p__accordion li a {
        display: flex;
        line-height: 1.3;
        padding: 16px 25px;
        font-size: 16px;
        font-weight: bold;
    }
    .is-mobile .nav .p__accordion li.menu-item-has-children>a {
        margin-right: 40px;
    }
    .is-mobile .nav .p__accordion li.menu-item-has-children:before {
        content: "";
        position: absolute;
        top: 22px;
        right: 16px;
        width: 10px;
        height: 10px;
        z-index: 1;
    }
    .is-mobile .nav .p__accordion li>.sub-menu,
    .is-mobile .nav .p__accordion li:hover>.sub-menu {
        padding: 0;
        margin: 0;
        position: relative;
        background: rgba(0, 0, 0, 0.05);
        width: auto;
        max-height: 0;
        /* Mulai dari tinggi 0 */
        overflow: hidden;
        opacity: 0;
        /* Mulai dari opacity 0 */
        transform: translateY(-10px);
        /* Geser ke atas sedikit */
        transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    .is-mobile .nav .p__accordion li.active>.sub-menu {
        max-height: 500px;
        /* Sesuaikan dengan ketinggian maksimal submenu */
        opacity: 1;
        transform: translateY(0);
        /* Geser kembali ke posisi normal */
    }
    .is-mobile .nav .p__accordion li>.sub-menu>li {
        width: 100%;
    }
    .is-mobile .nav .p__accordion li>.sub-menu>li:first-child {
        padding-top: 16px;
    }
    .is-mobile .nav .p__accordion li>.sub-menu>li:last-child {
        padding-bottom: 16px;
    }
    .is-mobile .nav .p__accordion li>.sub-menu>li a {
        padding: 8px 25px;
        font-size: 15px;
    }
    .p__search {
        margin-left: auto;
    }
    .p__search i:nth-child(2) {
        display: inline-block;
    }
    .p__main {
        padding: 35px 0;
    }
    .b__loop {
        width: 50%;
    }
    .b__inner .p__clear:nth-child(6n) {
        display: none;
    }
    .b__inner .p__clear:nth-child(4n) {
        display: block;
    }
    .a__loop {
        width: 33.33%;
    }
    .b__inner.a__inner .p__clear:nth-child(8n) {
        display: none;
    }
    .b__inner.a__inner .p__clear:nth-child(6n) {
        display: block;
    }
    .p__doku {
        float: none;
        width: 100%;
    }
    .p__year {
        position: fixed;
        top: 130px;
        bottom: 55px;
        left: 15px;
        right: 15px;
        width: auto;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        float: none;
        display: none;
        z-index: 99;
    }
    .p__year:before {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        backdrop-filter: blur(50px);
        z-index: -1;
    }
    .y__inner {
        height: calc( 100% - 52px);
        margin: 0;
        overflow-y: scroll;
    }
    .oyear .p__year {
        display: block;
    }
    .p__cat {
        position: fixed;
        top: 130px;
        bottom: 55px;
        left: 15px;
        right: 15px;
        width: auto;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        float: none;
        z-index: 99;
        display: none;
    }
    .p__cat:before {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        backdrop-filter: blur(50px);
        z-index: -1;
    }
    .c__inner {
        height: calc( 100% - 52px);
        margin: 0;
        overflow-y: scroll;
    }
    .odoku .p__cat {
        display: block;
    }
    .d__loop {
        margin: 0 15px 15px;
    }
    .dok_footer {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .h__slide {
        font-size: 40px;
    }
    .p__single {
        float: none;
        width: 100%;
    }
    .p__single .hentry {
        margin: 0 15px 30px 15px;
    }
    .v__loop {
        width: 100%;
        float: none;
    }
    .l__image iframe {
        height: 422px;
    }
    .a__loop {
        width: 50%;
    }
    .b__inner.a__inner .p__clear:nth-child(6n) {
        display: none;
    }
    .b__inner.a__inner .p__clear:nth-child(4n) {
        display: block;
    }
    .s__peng {
        width: auto;
    }
    .splide__slide.p__flex {
        display: block;
    }
    .c__agenda1 {
        width: 100%;
    }
    .o__gall {
        column-count: 1;
        margin: 0 -10px;
    }
    .s__gall {
        margin: 0 10px 20px;
        display: inline-block;
        width: calc( 50% - 20px);
        height: auto !important;
        float: left;
        overflow: hidden;
    }
    .s__gall:nth-child(3),
    .s__gall:nth-child(4),
    .s__gall:nth-child(5) {
        width: calc( 33.33% - 20px);
        height: auto !important;
    }
    .p__gall {
        height: 100%;
    }
    .s__gall:nth-child(3) img {
        height: auto !important;
        max-width: 100%;
    }
    .big__postone {
        width: 100%;
        margin: 0 0 30px;
    }
    .l__postone {
        width: 100%;
    }
    .w__heroone .p__flex {
        display: block;
    }
    .c__heroone {
        width: 100%;
        margin: 0 0 30px;
    }
    .h__hero {
        font-size: 40px;
    }
    .b__hero a {
        display: inline-block;
    }
    .l__direct {
        width: calc( 50% - 90px);
    }
    .o__direktori1 .p__clear:nth-child(6n) {
        display: none;
    }
    .o__direktori1 .p__clear:nth-child(4n) {
        display: block;
    }
	.b__footer > .p__flex {
		display: block;
	}
	.f__start {
		max-width: 100%;
	}
	.s__footer {
		margin: 0 0 40px;
	}
	.l__footer {
		margin: 0 60px 40px 0;
	}
	.f__menu {
		display: inline-block;
		width: auto;
		margin: 0 auto;
	}
	.f__menu li a {
		margin: 0 10px;
	}
	.copyright.p__flex {
		display: block;
		text-align: center;
	}
	.f__end {
		display: block;
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 480px) {
    .p__today {
        display: none;
    }
    .b__loop {
        width: 100%;
        float: none;
    }
    .a__loop {
        width: 100%;
    }
    .a__loop .l__image img {
        max-width: 240px;
        margin: 0 auto;
    }
    .single-aparatur .p__featured {
        max-width: 240px;
        margin: 0 auto;
    }
    .b__inner.a__inner .p__clear:nth-child(4n) {
        display: none;
    }
    .b__inner.a__inner .p__clear:nth-child(2n) {
        display: block;
    }
    .l__image iframe {
        height: 240px;
    }
    .p__featured iframe {
        height: 240px;
    }
    .w__pengumuman1 {
        padding: 25px 0;
    }
    .s__peng {
        margin: 20px 15px;
    }
    .d__peng {
        position: relative;
        width: 70px;
        height: 110px;
        float: left;
        margin: 0 20px 0 0;
        padding: 0 15px;
    }
    .c__peng {
        width: calc( 100% - 120px);
        height: auto;
    }
    .dm__peng {
        font-size: 18px;
    }
    .y__peng {
        font-size: 13px;
    }
    .i__peng {
        font-size: 18px;
        margin: 0 0 6px;
    }
    .t__peng {
        font-size: 18px;
        margin: 0 0 8px;
    }
    .x__peng {
        font-size: 14px;
    }
    .w__video1 {
        padding: 40px 0 60px;
    }
    .h__video {
        font-size: 25px;
    }
    .sh__video {
        font-size: 16px;
    }
    .c__video1.ah__apart,
    .c__video1.as__apart {
        margin: 0 auto 30px;
    }
    .w__video1 iframe {
        height: 240px;
    }
    .w__video1 .splide__pagination__page {
        height: 10px;
        width: 10px;
    }
    .w__agenda1 {
        padding: 50px 0;
    }
    .g__agenda {
        padding: 0;
    }
    .pr__agenda {
        font-size: 16px;
        padding: 10px 0 15px;
    }
    .hs__agenda {
        font-size: 35px;
        margin: 0 0 15px;
    }
    .ex__agenda {
        margin: 0 0 15px;
        font-size: 16px;
    }
    .btn__agenda {
        font-size: 16px;
        padding: 12px 24px;
    }
    .e__agenda {
        width: calc( 50% - 60px);
        margin: 10px;
        padding: 0 19px;
        height: 125px;
    }
    .t__agenda {
        font-size: 16px;
        margin: 4px 0 0;
    }
    .t__slide {
        height: 400px;
    }
    .h__slide {
        font-size: 28px;
    }
    .h__slide:after {
        bottom: -15px;
    }
    .sh__slide {
        font-size: 15px;
        margin: 30px 0 0;
    }
    .t__slide .splide__slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .t__slide img {
        height: 400px;
        width: auto;
        max-width: 200%;
    }
    .w__galeri1 {
        padding: 50px 0 10px;
    }
    .w__postone {
        padding: 50px 0;
    }
    .big__loop {
        height: 280px;
    }
    .big__overlay {
        bottom: 35px;
        left: 20px;
        right: 50px;
    }
    .big__date {
        font-size: 14px;
    }
    .big__title a {
        font-size: 25px;
    }
    .big__inner .splide__pagination {
        bottom: 40px;
    }
    .big__head {
        top: 20px;
        left: 20px;
        padding: 5px 10px;
        font-size: 14px;
    }
    .s__num2,
    .slide__aparatur {
        margin-right: -150px;
    }
    .w__heroone {
        padding: 50px 0 20px;
    }
    .g__hero {
        padding: 0;
    }
    .h__hero {
        font-size: 35px;
    }
    .sh__hero {
        font-size: 16px;
    }
    .b__hero a {
        font-size: 16px;
        padding: 12px 24px;
    }
    .w__aparatur1 {
        padding: 50px 0;
    }
    .c__aparatur1.ah__apart,
    .c__aparatur1.as__apart {
        margin: 0 auto 30px;
    }
    .h__apart {
        font-size: 28px;
    }
    .c__aparatur1.as__apart .h__apart {
        padding: 0 0 10px;
    }
    .sh__apart {
        font-size: 16px;
    }
    .w__direktori1 {
        padding: 50px 0 30px;
    }
    .c__direktori1.dh__apart,
    .c__direktori1.ds__apart {
        margin: 0 auto 30px;
    }
    .c__direktori1.ds__apart .h__direct {
        padding: 0 0 10px;
    }
    .h__direct {
        font-size: 28px;
    }
    .sh__direct {
        font-size: 16px;
    }
    .l__direct {
        width: calc( 100% - 80px);
        padding: 30px;
    }
    .o__direktori1 .p__clear:nth-child(4n) {
        display: none;
    }
    .o__direktori1 .p__clear:nth-child(2n) {
        display: block;
    }
    .s__gall {
        width: calc( 100% - 20px);
    }
    .s__gall:nth-child(2),
    .s__gall:nth-child(3),
    .s__gall:nth-child(4),
    .s__gall:nth-child(5) {
        width: calc( 50% - 20px);
    }
	.f__end .p__flex {
		display: block;
	}
}

@media screen and (max-width: 420px) {
    .p__wrapper {
        padding: 100px 0 0;
    }
    .p__header {
        height: 100px;
    }
    .p__container {
        padding: 0 20px;
    }
    .p__menu {
        top: 100px;
    }
    .p__tophead {
        height: 30px;
        line-height: 30px;
    }
    .scrollin {
        height: 30px;
    }
    .scrollin a {
        font-size: 13px;
        height: 30px;
        line-height: 30px;
    }
    .scrollin .spasi {
        margin-right: 30px;
    }
    .scrollin span {
        margin-left: 30px;
        height: 30px;
        line-height: 30px;
    }
    .p__logo {
        height: 46px;
        padding: 12px 0;
    }
    .p__logo img {
        height: 46px;
    }
    .p__search {
        height: 46px;
        padding: 12px 0 12px 20px;
    }
    .p__icon {
        height: 46px;
        line-height: 46px;
        font-size: 18px;
    }
    .is-mobile .nav .p__accordion li a {
        font-size: 18px;
    }
    .is-mobile .nav .p__accordion li>.sub-menu>li a {
        font-size: 17px;
    }
    .p__h1 {
        font-size: 24px;
    }
    .p__side {
        float: none;
        width: 100%;
    }
    .p__year,
    .p__cat {
        top: 114px;
    }
    .d__title {
        font-size: 20px;
        margin: 0 0 12px;
    }
    .t__doc {
        margin: 0 0 14px;
        padding: 0 0 14px;
        font-size: 16px;
    }
    .d__top span {
        font-size: 15px;
    }
    .l__top {
        font-size: 15px;
    }
    .d__loop {
        padding: 20px;
    }
    .p__time {
        font-size: 95%;
    }
    .l__image iframe {
        height: 190px;
    }
    .p__featured iframe {
        height: 190px;
    }
}