/* UNIVERSAL */
.title-header p{
    font-size: 1.1em;
    margin: 10px 0 0;
}

.box-header{
    font-size: 2em;
}

.post{
    position: relative;
    overflow: hidden;
}

.post-img img{
    width: 100%;
    height: 100%;
    transition: .3s;
    object-position: center;
    object-fit: cover;
    display: block;
}

.box-title{
    display: flex;
    padding: 20px;
}

.box-category a{
    display: inline-block;
    color: var(--light);
    background: var(--color1);
    padding: 3px 15px;
    font-size: 1em;
    border-radius: var(--bradius);
}

.box-category a:hover{
    color: var(--color2);
}

.box-category.card{
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.box-date{
    margin-top: 5px;
    font-size: 90%;
    font-weight: 600;
    color: var(--txt-dark);
}

.box-date a{
    color: var(--color1);
}

.box-date a:hover{
    color: var(--color2);
}

.owl-nav{
    display: none;
}

.owl-dots{
    margin-top: 10px;
}

.wrap-latnews .title-header, .testimoni .title-header, .prestasi .title-header, .fasilitas-index .title-header, .wrap-guru .title-header, .wrap-jurusan .title-header, .agenda .title-header{
    position: relative;
}
/* UNIVERSAL END */


/* MENUBAR */
.menubar{
    display: none;
}

/* MENUBAR END */

/* HEADER */
.header1{
    background: linear-gradient(to right, var(--light) 50%, var(--color1) 50%);
    color: var(--light);
    border-top: 5px solid var(--color1);
}

.sub-header1{
    display: flex;
    margin: 0 auto;
    max-width: var(--maxwidth);
    background: var(--color1);
    position: relative;
    height: 50px;
}

.sub-header1::before{
    content: "";
    width: 0px;
    height: 50px;
    border-style: solid;
    border-width: 0px 50px 50px 0;
    border-color: transparent var(--color1) transparent transparent;
    transform: rotate(0deg);
    position: absolute;
    top: 0;
    right: 100%;
}

.sub-header1 div{
    width: 100%;
}

.header-socmed{
    display: flex;
    place-content: end;
    height: 45px;
}

.header-socmed i{
    color: var(--light);
}

.header-socmed i:hover{
    color: var(--color2);
}

.header-socmed ul{
    display: flex;
    list-style: none;
    gap: 10px;
    place-items: center;
}

.header-socmed ul li a{
    padding: 10px;
}

.header2{
    padding: 30px var(--center);
    justify-content: space-between;
}

.header2 a h1{
    color: var(--color2);
}

.logo{
    max-width: 300px;
    max-height: 100px;
}

.logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.logo a h1{
    margin-top: 0;
    margin-bottom: 5px;
}

.logo a h5{
    margin-top: 5px;
    margin-bottom: 0;
}

.info {
    justify-content: end;
}

.info-item{
    align-items: center;
    place-content: center;
    width: 33.33%;
}

.info-item-part p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 150px;
}

.info-item i{
    border: 3px solid var(--color2);
    color: var(--color1);
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    place-content: center;
}

.header3{
    padding: 15px var(--center);
    background: var(--color1);
    position: relative;
    z-index: 2;
    display: flex;
    place-content: space-between;
    place-items: center;
}

.navi li{
    list-style: none;
}

.navi li a{
    color: var(--light);
}

.navi li a:hover{
    color: var(--color2);
}

.navi.flexcol{
    flex-direction: row;
}
.naviku{
    display: flex;
    flex-direction: row;
    gap: 20px;
    position: relative;
}
.naviku a{
    color: var(--light);
}
.naviku li{
    position: relative;
    list-style: none;
    padding-left: 10px;
    font-weight: 600;
}
.naviku li > .active{
    display: block;
}
.naviku > li:has(.children),
.naviku > li:has(.sub-menu) {
    padding-right: 20px;
}
.naviku li > .dropli.active{
    transform: rotate(180deg);
} 
.dropli{
    color: var(--color1);
}
.naviku > li .dropli{
    position: absolute;
    top: 8px;
    right: 0;
    color: var(--color2);
    font-size: 10px;
}
.naviku > li .dropli:hover{
    cursor: pointer;
}
  /* lv2 */
.naviku li ul{
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--color1);
    width: 225px;
    display: none;
}
.naviku li ul li{
    padding: 5px 0 0 10px;
    height: unset;
    line-height: 25px;
    font-weight: 400;
    background: #00000020;
}
.naviku > li > ul > li:first-child{
    margin-top: 16px;
}
.naviku li ul li a{
    padding: 5px;
}
.naviku > li > ul > li:last-child {
    padding-bottom: 10px;
}
.naviku li ul .dropli{
    top: 14px;
    right: 10px;
}
  /* lv3 */
.naviku li ul li ul{
    width: 100%;
    position: unset;
}

/* search */
.search-search{
    position: relative;
    height: 100%;
}

.search-btn{
    padding: 0;
    color: var(--light);
}
.search-btn:hover {
    background: unset;
}

.search-box{
    display: none;
    position: absolute;
    right: -5px;
    top: calc(100% + 15px);
    width: 410px;
}

.searching{
    display: grid;
    grid-template-columns: auto 120px;
    gap: 10px;
    padding: 15px 20px;
    background-color: #ffffffcc;
    border-bottom-left-radius: var(--bradius);
    border-bottom-right-radius: var(--bradius);
}

.searching input, .searching button{
    width: 100%;
}

.pust .search-img{
    float: left;
}

.search-img{
    width: 150%;
    height: 150%;
    overflow:hidden;
}

.search-img img{
    transition: .3s;
}
  /* search end */
/* HEADER END */

/* SINGLE */
.crumbs{
    font-size: 16px;
}

.container{
    padding: 60px var(--center);
    background-image: linear-gradient(to bottom, #fff, var(--colorborder));
}

.container.flex{
    display: flex;
}

.banner-single{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    padding: 140px var(--center);
    height: 372.5px;
}

.banner-single::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.banner-single .-detail{
    color: var(--light);
    position: relative;
    text-align: center;
}

.banner-single .-detail a{
    color: var(--light);
}

.banner-single .-detail h1{
    margin-top: 0;
    font-size: 250%;
    color: var(--light);
}

.wrap-feat img{
    width: 100%;
    height: 100%;
    transition: .3s;
    object-position: center;
    object-fit: cover;
    display: block;
}

.post-meta span{
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #dadada;
    align-items: center;
}

.post-meta span:last-child{
    border: none;
}

.post-meta i{
    font-size: 20px;
}

/* SINGLE GURU */
.wrap-profilepic{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    overflow: hidden;
    border-radius: var(--bradius);
}

.guru-deskripsi{
    flex-basis: calc(100% - 400px);
    padding: 0 50px;
}

.guru-deskripsi .crumbs{
    font-size: 1em;
}

.wrap-content .profile{
    height: 350px;
}

.guru-thumbnail{
    width: 400px;
    height: -webkit-fill-available;
}

.guru-thumbnail img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    display: block;
}

.guru-data{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.guru-data li{
    list-style: none;
    padding: 5px;
}

.guru-media li{
    list-style: none;
}

.guru-media li i{
    font-size: 24px;
}

#light-slider3 .profile{
    height: 350px;
}
/* SINGLE GURU END */

/* SINGLE FASILITAS */
.wrap-single-fasilitas.container{
    background-image: none;
}

.galery-fasilitas{
    padding: 10px;
    background: var(--colorbg);
    width: 50%;
    border-radius: var(--bradius);
}

.galery-fasilitas img{
    border-radius: calc(var(--bradius)/2);
    border: none!important;
}

.galery-fasilitas .lslide img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    display: block;
}

.galery-fasilitas .feat-img-fas{
    height: 300px;
}

.galery-fasilitas .feat-img-fas img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    display: block;
}

.deskripsi-fasilitas{
    flex-basis: calc(100% - 50%);
}

.fasilitas-card .archive.fasilitas{
    display: block;
    padding: 20px 0;
}

.wrap-fasilitas-slider.container{
    padding: 30px var(--center);
}

.wrap-fasilitas-slider .fasilitas-card{
    padding: 30px;
    border-radius: var(--bradius);
}

.wrap-fasilitas-slider .archive.fasilitas .post{
    box-shadow: none;
    padding: 0;
    gap: 0;
}

.wrap-fasilitas-slider .archive.fasilitas .post-img{
    height: 250px;
    border-radius: unset;
}

.wrap-fasilitas-slider .archive.fasilitas .box-title{
    background: var(--light);
    width: 100%;
    padding: 20px;
}
/* SINGLE FASILITAS END */

/* SINGLE EKSTRAKURIKULER */
.ekskul-pembina{
    padding: 20px;
    border-radius: var(--bradius);
    border: 1px solid var(--colorbg);
    width: 400px;
    margin-top: 5px;
}

.pembina-thumb{
    width: 80px;
    height: 80px;
    border-radius: var(--bradius);
    overflow: hidden;
}

.pembina-thumb img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    display: block;
}
/* SINGLE EKSTRAKURIKULER END */
/* SINGLE END */

/* FEATURED NEWS */
.featnews{
    width: 100%;
    height: 800px;
}

.featnews h2 a{
    color: var(--light);
}

.featnews .post{
    display: flex;
}

.featnews .post-img{
    width: 100%;
    height: 600px;
    position: relative;
}

.featnews .box-title{
    position: absolute;
    padding: 40px;
    display: flex;
    flex-direction: column;
    background: #ffffffcc;
    margin: 122px 60px;
    border-left: 10px solid var(--color2);
    border-radius: var(--bradius);
    width: 50%;
}

.featnews .box-title h2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 200%;
    margin: 0;
}

.featnews .box-title p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--dark);
    font-weight: 500;
}

.featnews .box-date{
    font-size: 1em;
    color: var(--light);
}

.readmore{
    margin-top: 10px;
}
/* FEATURED NEWS END */

/* Slider */
.lSPager.lSpg{
    display: none;
}
/* Slider */

/* WELCOME TEXT */
.wrap-welcometxt{
    overflow: hidden;
}

.welcome-img{
    /* flex-basis: 50%; */
    width: 40%;
    height: 300px;
    border-radius: var(--bradius);
    float: left;
    margin: 0 20px 5px 0;
}

.welcome-img img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    display: block;
    border-radius: var(--bradius);
}

.welcome-title .box-header{
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* WELCOME TEXT END */

/* LATEST NEWS */
.latestnews{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.latestnews .post{
    border-radius: var(--bradius);
    border: 1px solid var(--colorborder);
}

.latestnews .box-title h2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--dark);
    font-size: 1.3em;
}

.latestnews .box-title h2:hover{
    color: var(--color2);
}

.latestnews .box-title p{
    display: none;
}

.latestnews .box-title.flexcol{
    background: var(--light);
}
/* LATEST NEWS END */



/* BENEFIT SECTION */
.wrap-benefit .title-header{
    text-align: center;
}

.benefit-section{
    text-align: center;
    place-items: center;
    width: 25%;
    padding: 30px 15px;
    position: relative;
}

.benefit-section:hover{
    box-shadow:0 0px 10px 0px rgba(0, 0, 0, .15);
    background: var(--light);
    border-radius: var(--bradius);
}

.benefit-icon{
    width: 100px;
    height: 100px;
    background: var(--color1);
    color: var(--light);
    display: flex;
    place-items: center;
    justify-content: center;
    transform: rotate(-45deg);
    border-radius: var(--bradius);
}

.benefit-icon i{
    transform: rotate(45deg);
    font-size: 40px;
}

.benefit-section h3{
    color: var(--dark);
    font-size: 1.3em;
}
/* BENEFIT SECTION END */

/* FASILITAS INDEX */
.fasilitas-item .post{
    border-radius: var(--bradius);
    border: 1px solid var(--colorborder);
}

.fasilitas-item .box-title{
    background: var(--light);
}

.fasilitas-item .box-date{
    display: none!important;
}

.fasilitas-item h2 {
    font-size: 1.3em;
}

.fasilitas-item p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 20px 20px;
}
/* FASILITAS INDEX END */


/* JURUSAN */
.jurusan-item .post{
    display: flex;
    flex-direction: row;
    border-radius: var(--bradius);
    border: 1px solid var(--colorborder);
}

.jurusan-item .box-title{
    background: var(--light);
    flex-basis: 50%;
    place-content: center;
}

.jurusan-item .box-title h2{
    font-size: 1.3em;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jurusan-item .box-title p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.jurusan-item .box-date{
    display: none!important;
}
/* JURUSAN END */


/* EKSTRAKURIKULER */
.section-ekskul-1{
    flex-basis: 50%;
}

.desc-ekskul .box-header{
    margin-bottom: 20px;
}

.show-ekskul{
    padding: 30px;
    border: 1px solid var(--colorborder);
    border-radius: var(--bradius);
    background: var(--light);
}

.show-ekskul h3{
    font-size: 1.3em;
    color: var(--dark);
}

.show-ekskul p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-ekskul-2{
    flex-basis: 50%;
    align-items: center;
}

.wrap-data-ekskul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 200px);
}

.data-ekskul{
    width: 200px;
    height: 200px;
    line-height: 200px;
    border: 1px solid var(--colorborder);
}

.data-ekskul img{
    border-radius: var(--bradius);
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    display: block;
}

.data-ekskul.active img{
    border: 5px solid var(--color2);
    border-radius: var(--bradius);
}
/* EKSTRAKURIKULER END */


/* AGENDA */
.agenda-item .post{
    background: var(--light);
    border-radius: var(--bradius);
    border: 1px solid var(--colorborder);
}

.agenda-item .post-img{
    padding: 10px;
}

.agenda-item .box-title{
    place-content: center;
    padding: 5px 10px;
    display: block;
}

.agenda-item .peraih, .agenda-item .juara{
    display: none;
}

.agenda-item .jenis{
    display: none;
}

.agenda-item h2{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2em;
}

.agenda-item .m-icon{
    font-size: 80px;
}
/* AGENDA END */


/* PRESTASI */
.prestasi-item .desc{
    place-items: center;
}

.prestasi-item .m-icon.event{
    display: none;
}


.prestasi-item .post.flex{
    flex-direction: row-reverse;
    border-radius: var(--bradius);
    border: 1px solid var(--colorborder);
}

.prestasi-item .box-title{
    background: var(--light);
    place-content: center;
    text-align: center;
}

.prestasi-item h2{
    color: var(--dark);
    font-size: 1.3em;
}

.prestasi-item .m-icon, .archive.prestasi h2, .archive.prestasi .m-icon{
    color: var(--dark);
    font-size: initial;
}

.prestasi-item span, .archive.prestasi span{
    color: var(--color1);
}

.prestasi-item .box-title .tgl{
    display: none;
}

.prestasi-item .jenis, .archive.prestasi .jenis{
    background: var(--color2);
    color: var(--light);
    padding: 8px;
    line-height: 1em;
    border-radius: calc(var(--bradius)/2);
    align-self: center;
}

.peraih, .juara{
    flex-basis: 50%;
    font-weight: 700;
}

.peraih .flex, .juara .flex{
    place-content: center;
}

.peraih p, .juara .p{
    margin: 0;
}
/* PRESTASI END */


/* TESTIMONI */
.testimoni-item .icofont-quote-right{
    position: absolute;
    right: 30px;
    top: 90px;
}

.testimoni-item .post.flexcol{
    border-radius: var(--bradius);
    padding: 30px;
    background: var(--light);
    gap: 15px;
    border: 1px solid var(--colorborder);
}

.testimoni-item .post-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.testimoni-item .box-title{
    padding: 0;
}

.archive .testimoni-item .box-title p{
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.testi-title h2{
    font-size: 1.3em;
}
/* TESTIMONI END */


/* GO-TOP */
.go-top{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}

.go-top i{
    background: var(--color1);
    color: var(--color2);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
/* GO-TOP end */


/* FOOTER */
.widgetarea{
    padding: 40px var(--center);
    position: relative;
}

.widget ul li{
    list-style: none;
}

.widget__judul{
    color: var(--dark);
}

.footerwidgets{
    flex-basis: 33.3%;
}

.copyright{
    text-align: center;
    background: var(--color2);
    padding: 15px var(--center);
    position: relative;
}

.footerss{
    position: relative;
    background-color: var(--color1);
    color: var(--light);
}

.footerss a, .footerss h4{
    color: var(--light);
}

.footerss::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover; 
    background-repeat: no-repeat;
    opacity: 0.35;
}
/* FOOTER END */


/* PROFILE CARD */
.wrap-guru .lSAction{
    display: none!important;
}

.profile-wrapper {
    width: 22rem;
    height: 28rem;
    position: relative;
}

#light-slider2{
    background: fff;
}

.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 370px;
    border-radius: var(--bradius);
    overflow: hidden;
    cursor: default!important;
    transition: 0.5s;
    background: var(--colorbg);
    border: 1px solid var(--colorborder);
}

.profile .profile-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #2C2C2C;
    transition: .5s;
}

.profile-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .5s;
}

.profile:hover img {
    opacity: 0.4;
}

.profile:hover .profile-image {
    transform: translateY(-120px);
    transition: all .5s;
}

.social-icons {
    position: absolute;
    display: flex;
    gap: 0.75rem;
    z-index: 3;
    bottom: 170px;
}

.social-icons li {
    list-style: none;
}

.social-icons li i{
    transition: 1s;
}

.social-icons li:hover i{
    transform: rotateY(360deg);
    color: var(--light);
}

.social-icons li a {
    position: relative;
    display: block;
    display: grid;
    place-items: center;
    background: #fff;
    font-size: 23px;
    font-weight: bold;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #CDCDCD;
    border-radius: 0.5rem;
    transition: .2s;
    transform: translateY(2rem);
    opacity: 0;
}

.social-icons li a:hover {
    background: #2C2C2C;
    transition: .2s;
}

.profile:hover .social-icons li a {
    opacity: 1; 
}

.profile:hover li:nth-child(1) a {
    transition-delay: 0.1s;
}

.profile:hover li:nth-child(2) a {
    transition-delay: 0.2s;
}

.profile:hover li:nth-child(3) a {
    transition-delay: 0.3s;
}

.profile:hover li:nth-child(4) a {
    transition-delay: 0.4s;
}

.profile-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
    color: #333;
    background-color: #fff;
    text-align: left;
}

.profile-name h2 {
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-bio {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* PROFILE CARD END */

/* taglist */
.tag{
    padding: 10px;
}
.taglist{
    padding-left: 5px;
    flex-flow: wrap;
    flex-basis: 90%;
    font-size: 90%;
}
.taglist a{
    border-radius: 100px;
    height: 24px;
    line-height: 24px;
    padding: 0 13px;
    background: var(--txt-dark);
    color: var(--txt-light);
    text-transform: capitalize;
    align-items: center;
}
.taglist a:hover{
    background-color: var(--color1);
    color: var(--color2);
}
  /* taglist end */

/* LEFTBAR & RIGHTBAR */
.leftbar{
    width: calc(100% - 300px);
    padding-right: 50px;
}

#single-block ul li{
    margin-left: 25px;
}

.rightbar{
    width: 300px;
    position: sticky;
    top: 0;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* LEFTBAR & RIGHTBAR END */

/* SIDEBAR */
.side-widget h3{
    font-size: 1.4em;
}

.side-widget ul{
    margin-left: 20px;
}

.ekskul-side .post{
    display: flex;
    gap: 10px;
}

.ekskul-side .post-img{
    width: 127px;
    height: 100px;
    overflow: hidden;
    border-radius: var(--bradius);
}

.ekskul-side .post .box-title{
    padding: 0;
}

.ekskul-side .post .box-title .box-category{
    display: none;
}

.ekskul-side .post .box-title h2{
    margin: 0;
    font-size: 1.1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ekskul-side .post .box-title p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ekskul-side .post .box-title.flexcol{
    width: 200px;
}

.ekskul-side .post .box-title .box-date{
    display: none!important;
}

.random-side .post{
    display: flex;
    gap: 10px;
}

.random-side .post-img{
    width: 100px;
    height: 100px;
}

.random-side .post-img img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    display: block;
}

.random-side .post .box-title p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 0 0;
}

.random-side .post .box-title.flexcol{
    gap: 0;
    width: 190px;
}

.random-side .post .box-title h2{
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.1em;
}

.random-side .box-category.card{
    display: none;
}

.random-side .box-date{
    display: none!important;
}
/* SIDEBAR END */


/* RANDOMNEWS */
#randomnews .post .box-title.flexcol{
    gap: 0;
}

#randomnews .post{
    border-radius: var(--bradius);
}

#randomnews .box-title{
    background: var(--light);
}

#randomnews h2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--dark);
    margin: 20px 20px;
    font-size: 1.2em;
}

#randomnews .box-title p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 20px;
}

#randomnews .box-date{
    display: none!important;
}
/* RANDOMNEWS END */

/* ARCHIVE */
.archive .post{
    display: flex;
    gap: 30px;
    padding: 15px 0;
    border-bottom: 1px solid var(--colorborder);
}

.archive .post-img{
    border-radius: var(--bradius);
    overflow: hidden;
    width: 300px;
    height: 230px;
}

.archive .box-title{
    flex-basis: calc(100% - 320px);
    padding: 0;
}

.archive .box-title.flexcol{
    gap: 0;
}

.archive .box-title .box-category.card{
    position: unset;
}

.archive .box-title h2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}

.archive .box-title p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.archive.ekskul .box-date{
    display: none!important;
}

.archive.gtk .post{
    display: block;
}

.archive.gtk .profile-wrap{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.archive.gtk .profile{
    width: unset;
    box-shadow:0 0px 10px 0px rgba(0, 0, 0, .15);
}

.archive.fasilitas{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.archive.fasilitas .post{
    flex-direction: column;
    place-items: center;
    border-radius: var(--bradius);
    padding: 20px;
    box-shadow:0 0px 10px 0px rgba(0, 0, 0, .15);
    gap: 20px;
}

.archive.fasilitas .post-img{
    border-radius: calc(var(--bradius)/2);
    width: 100%;
    height: 100%;
}

.archive.fasilitas .post::after{
    content: none;
}

.archive.fasilitas .box-category{
    display: none;
}

.archive.fasilitas .box-title{
    place-items: center;
    padding: 0;
}

.archive.fasilitas .box-title h2{
    margin: 10px 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.archive.fasilitas .box-title p{
    display: none;
}

.archive.fasilitas .box-date{
    display: none!important;
}

.archive.agenda .post-img{
    width: unset;
    height: unset;
}

.archive.agenda .m-icon{
    font-size: 50px;
}

.archive.agenda .jenis, .archive.agenda .peraih, .archive.agenda .juara{
    display: none;
}

.archive.jurusan .box-date{
    display: none!important;
}

.archive.testi{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.archive.testi .post-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.archive.prestasi .event{
    display: none;
}

.archive.prestasi .tgl{
    display: none;
}

.archive.prestasi .jenis{
    align-self: flex-start!important;
}
/* ARCHIVE END */

/* 404 */
.form-404{
    margin: 20px;
}

.form-404 input{
    width: 30%;
}
/* 404 END */

/* SEARCH PAGE */
.search-page{
    text-align: center;
}
/* SEARCH PAGE END */

/* PAGINATION */
.pagination{
    margin-top: 30px;
}

.pagination span{
    background: var(--color1);
    color: var(--light);
}

.pagination a{
    color: var(--light);
}

.page-numbers{
    padding: 10px 17px;
    background: var(--color2);
    border-radius: var(--bradius);
}

.page-numbers .m-icon{
    font-size: 13px;
}
/* PAGINATION END */


/* Newsticker */
.ckerwrap{
    height: 45px;
    overflow: hidden;
}

.ticker{
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    color: var(--dark);
}

.ticker ul {
    font-size: 13px;
    list-style-type: none
}

.ticker li{
    color: var(--light);
}

.ticker a{
    color: var(--light);
}

.info-newsticker{
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    display: contents;
}

.wrap-newsticker{
    margin: 0 var(--center);
    padding-top: 10px;
    height: 36px;
    background: var(--primary);
}

.newsticker {
    display: block;
    height: 36px!important;
    line-height: 36px;
    color: var(--txt-light);
}

.newsticker li a{
    color:var(--txt-light);
}

.newsticker li {
    margin-right: 20px;
    font-size: 14px;
    list-style-type: none;
}

.newsticker li span {
    color: var(--txt-light);
    padding: 3px 6px;
    margin-right: 5px; 
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.newsticker:after {
    content: 'Breaking News';
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    padding: 0 12px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    color: var(--colorbg);
    background-color: var(--color1);
    border-radius: var(--bradius);
}
  /* End Newsticker */

/* Comment */
.comments{
    width : 100%;
    padding : 5px;
    text-align : left;
    margin-bottom : 10px;
}
.comments textarea, .comments input[type="text"] {
    width : 100%;
    padding : 10px;
    margin-top: 5px;
    background: var(--light);
    border: 1px solid var(--colorborder);
}
.comments input:not([type='radio']):not([type='checkbox']){
    background: var(--color1);
}
.comments #author, .comments #email{
    background: var(--light);
}
.form-submit input {
    line-height : 30px;
}
.comments li {
    list-style-type : none;
    padding : 7px 10px;
    margin-top : 10px;
    background: #fafafa;
}
.comments > ul > li > ul > li{
    background: var(--light);
}
.comments li img {
    float: left;
    margin: 0 10px 5px 0;
    border-radius: 50%;
}
.comments ul li ul li img{
    width: 35px;
    height: 35px;
}
.comment-body{
    padding: 10px;
}
/* comment end */

/* LIHAT SEMUA */
.more{
    position: absolute;
    top: 5px;
    right: 5px;
}
/* LIHAT SEMUA END */

/* POP UP */
#map-popup{
    border-radius: var(--bradius);
}

#map-popup i{
    font-size: 20px;
}
/* POP UP END */