#page-info-terbaru .body {
    padding: 20px 20%;
}
#page-info-terbaru img.banner {
    width: 100%;
    border-radius: 10px;
}
#page-info-terbaru label.tanggal {
    margin: 25px 0 0px;
    display: block;
    width: 100%;
    color: #999;
    font-size: 14px;
}
#page-info-terbaru label.tanggal i {
    margin-right: 5px;
}
#page-info-terbaru h1.judul {
    display: block;
    font-size: 24px;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
#page-info-terbaru div.deskripsi {
    margin: 20px 0;
    font-size: 18px;
    text-align: justify;
    display: block;
    width: 100%;
}
#page-info-terbaru div.deskripsi img {
    max-width: 100% !important;
}
#page-info-terbaru div.agenda {
    margin-top: 30px;
}
#page-info-terbaru div.agenda .caption {
    font-size: 18px;
    font-weight: 700;
    display: block;
}
#page-info-terbaru div.agenda .value {
    font-style: italic;
}
#page-info-terbaru div.box-video,
#page-info-terbaru div.box-video > iframe.video {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.box-info-terbaru {
    padding: 50px 20%;
    background-color: #EEE;
}
.box-info-terbaru > h4 {
    width: 100%;
    text-align: center;
    margin: -20px 0 35px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    color: #666;
}
.box-info-terbaru div {
    display: inline-block;
    vertical-align: top;
}
.box-info-terbaru div.box-main {
    width: calc(100% - 275px);
    position: relative;
    margin-right: 15px;
    cursor: pointer;
}
.box-info-terbaru div.box-main .thumbnail {
    width: 100%;
}
.box-info-terbaru div.box-main .thumbnail img {
    height: 370px;
    width: 100%;
    border-radius: 10px;
}
.box-info-terbaru div.box-main .detail {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
}
.box-info-terbaru div.box-main .tanggal {
    display: block;
    color: #999;
    font-size: 14px;
    margin: 0 0 -2px;
}
.box-info-terbaru div.box-main .tanggal .kategori {
    display: block;
    color: #FFF;
}
.box-info-terbaru div.box-main .judul {
    font-size: 26px;
    font-weight: 300;
    color: #FFF;
}
.box-info-terbaru div.box-sub {
    width: 250px;
}
.box-info-terbaru div.box {
    height: 110px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.box-info-terbaru a:last-child div.box {
    margin-bottom: 0;
}
.box-info-terbaru div.box .thumbnail {
    width: 100%;
}
.box-info-terbaru div.box .thumbnail img {
    width: 100%;
    height: 110px;
    border-radius: 10px;
}
.box-info-terbaru div.box .detail {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
}
.box-info-terbaru div.box .tanggal {
    display: block;
    font-size: 10px;
    color: #CCC;
    margin: 4px 0 0px;
}
.box-info-terbaru div.box .tanggal .kategori {

}
.box-info-terbaru div.box .judul {
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0px;
}
.box-info-terbaru div.box-selengkapnya {
    background-color: var(--button-color);
    height: 110px;
    width: 100%;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}
.box-info-terbaru div.box-selengkapnya > label {
    color: #FFF;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
    right: 10px;
    cursor: pointer;
    width: 150px;
    text-align: right;
    line-height: 18px;
}

.box-list-sebarkan {
    padding: 0 20% 40px;
}
.box-list-sebarkan > .title {
    font-size: 18px;
    font-weight: 700;
}
.box-list-sebarkan .box-sebarkan {
    display: inline-block;
    padding: 10px;
    color: #FFF;
    border-radius: 5px;
    margin-right: 5px;
    min-width: 45px;
    width: fit-content;
    text-align: center;
}
.box-list-sebarkan .box-sebarkan * {
    cursor: pointer;
}
.box-list-sebarkan .box-sebarkan > i {

}
.box-list-sebarkan .box-sebarkan > label {
    margin: 0;
}
.box-list-sebarkan .box-sebarkan.facebook {
    background-color: #4267B2;
}
.box-list-sebarkan .box-sebarkan.twitter {
    background-color: #1C9DEB;
}
.box-list-sebarkan .box-sebarkan.whatsapp {
    background-color: #29AD00;
    width: 200px;
}

.box-program-terkait {
    padding: 0 calc(20% - 10px) 50px;
}
.box-program-terkait h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 35px;
}
.box-list-program {
    display: block;
    text-align: center;
}
.box-list-program .program {
    position: relative;
    display: inline-block;
    width: calc(25% - 24px);
    border-radius: 5px;
    vertical-align: top;
    margin: 0 10px;
    box-shadow: 0px 5px 15px #CCC;
}
.box-list-program .program * {
    cursor: pointer;
}
.box-list-program .program .thumbnail {
    display: block;
    width: 100%;
}
.box-list-program .program .thumbnail img {
    width: 100%;
    height: 100px;
    border-radius: 5px 5px 0 0;
}
.box-list-program .detail {
    display: block;
    width: 100%;
    height: 115px;
    padding: 10px;
}
.box-list-program .detail .judul {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 700;
    color: #333;
    display: -webkit-box;
    text-align: left;
    word-break: break-word;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 15px;
}
.box-list-program .detail .box-target {
    background-color: #EEE;
    height: 3px;
    width: calc(100% - 20px);
    position: absolute;
    bottom: 55px;
    left: 5px;
    display: block;
    padding: 0;
    border-radius: 5px;
}
.box-list-program .detail .box-target .target {
    background-color: var(--text-color);
    height: 3px;
    border-radius: 5px;
    display: block;
    padding: 0;
    width: 0;
    max-width: 100%;
}
.box-list-program .detail .sisa-waktu-caption {
    position: absolute;
    bottom: 28px;
    left: 10px;
    font-size: 12px;
    color: #999;
}
.box-list-program .detail .sisa-waktu {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.box-list-program .detail .terkumpul-caption {
    position: absolute;
    bottom: 28px;
    right: 10px;
    font-size: 12px;
    color: #999;
}
.box-list-program .detail .terkumpul {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.box-list-program .box-program-selengkapnya {
    background-color: var(--button-color);
    border-radius: 5px;
    display: inline-block;
    width: calc(25% - 24px);
    height: 215px;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    box-shadow: 0px 5px 15px #CCC;
}
.box-list-program .box-program-selengkapnya label {
    color: #FFF;
    position: absolute;
    bottom: 25px;
    font-size: 16px;
    text-align: right;
    width: 70px;
    display: block;
    cursor: pointer;
    right: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 21px;
}

@media (max-width: 768px) {
    #page-info-terbaru .body {
        padding: 20px;
    }
    .box-list-sebarkan {
        padding: 0 20px;
    }
    .box-list-sebarkan .box-sebarkan.whatsapp {
        background-color: #29AD00;
        width: calc(100% - 108px);
        margin-right: 0;
    }

    .box-info-terbaru {
        margin-top: 40px;
        padding: 5px 15px 80px;
    }
    .box-info-terbaru > h4 {
        width: 100%;
        font-size: 22px;
        color: #666;
        margin: 20px 0;
        text-align: left;
    }
    .box-info-terbaru div.box-sub {
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }
    .box-info-terbaru div.box {
        height: 150px;
        margin-right: 10px;
        display: inline-block;
        width: 200px;
    }
    .box-info-terbaru div.box .thumbnail img {
        height: 150px;
    }
    .box-info-terbaru div.box .judul {
        height: 40px;
        display: -webkit-box;
        text-align: left;
        word-break: break-word;
        white-space: pre-wrap;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .box-info-terbaru div.box-selengkapnya {
        height: 150px;
        width: 200px;
    }
    .box-info-terbaru div.box-selengkapnya > label {
        bottom: 15px;
        width: 140px;
        white-space: initial;
        text-align: right;
        line-height: 18px;
    }

    .box-program-terkait {
        padding: 0 10px;
    }
    .box-program-terkait h4 {
        margin: 50px 10px 25px;
        font-size: 22px;
        text-align: left;
    }
    .box-list-program {
        text-align: left;
        white-space: nowrap;
        overflow-x: scroll;
        margin-right: 10px;
        padding-bottom: 20px;
        margin-bottom: -20px;
    }
    .box-list-program .program,
    .box-list-program .box-program-selengkapnya {
        width: 175px;
    }
    .box-list-program .box-program-selengkapnya label {
        white-space: break-spaces;
        font-size: 18px;
        line-height: 24px;
    }
    #page-info-terbaru div.box-video,
    #page-info-terbaru div.box-video > iframe.video {
        height: 200px;
    }
}