/* Promo Highlight */
section.news-highlight-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #F5F5F5;
    width: 100%;
    align-items: center;
    max-height: 500px;
    min-height: 500px;
    height: 500px;
}

.news-highlight-wrapper img {
    width: 65%;
    object-fit: cover;
    max-height: 500px;
    min-height: 500px;
    height: 500px;
}

.news-highlight-wrapper .news-highlight-desc {
    width: 35%;
    padding-left: 32px;
}

.news-highlight-wrapper .news-highlight-desc .news-highlight-date {
    padding: 4px 12px;
    border: 1px solid #D1D4D7;
    border-radius: 4px;
    font-size: 10px;
    line-height: 15px;
}

.news-highlight-wrapper .news-highlight-desc .subtitle {
    font-family: 'Avenir Black';
    font-size: 20px;
    line-height: 30px;
    color: #384967;
    margin: 16px 0;
    width: 290px;
}

.news-highlight-wrapper .news-highlight-desc p.desc {
    font-size: 14px;
    line-height: 21px;
    color: #323B4F;
    width: 290px;
    margin-bottom: 16px;
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-highlight-wrapper .news-highlight-desc a:hover {
    /* background-color: #55709e; */
}

/* Topik */
.topik-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #fff;
}

.topik-wrapper .topik-highlight {
    display: flex !important;
    align-items: center;
    height: 406px;
}

.topik-highlight img {
    width: 65%;
    height: 406px;
    object-fit: cover;
}

.topik-highlight .topik-desc {
    padding-left: 64px;
    width: 35%;
}

.topik-desc .topik-tag span {
    padding: 4px 12px;
    border: 1px solid #D1D4D7;
    border-radius: 4px;
    font-size: 10px;
    line-height: 15px;
    margin-top: 8px;
}

.topik-desc .topik-tag span.red {
    background-color: #FF8578;
    color: #fff;
    border: none;
}

.news-highlight-wrapper .news-highlight-desc span.red {
    background-color: #FF8578;
    color: #fff;
    border: none;
}

.topik-desc .subtitle {
    font-family: 'Avenir Black';
    margin: 16px 0;
    font-size: 20px;
    line-height: 30px;
    color: #323B4F;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.topik-desc .desc {
    font-size: 14px;
    line-height: 26px;
    color: #384967;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Pilihan */
.pilihan-wrapper {
    background-color: #fff;
    padding-bottom: 32px;
}

.pilihan-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.pilihan-wrapper .pilihan-top .title {
    font-family: 'Avenir Black';
    font-size: 32px;
    line-height: 48px;
    color: #323B4F;
}

.pilihan-wrapper .input-filter {
    display: flex;
    align-items: center;
}

.pilihan-wrapper .input-filter img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.pilihan-wrapper .input-filter .input-filter-text {
    font-size: 18px;
    line-height: 27px;
    color: #3B3B3B;
    margin-right: 32px;
    /* width: 146px; */
}

/* Berita Lainnya */
.berita-lainnya {
    padding: 64px 0;
}

.berita-lainnya p.title {
    font-family: 'Avenir Black';
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #323B4F;
    margin-bottom: 32px;
}

.slider-wrapper.mobile {
    display: none;
}

.row.desktop {
    display: flex;
}

.select2-container {
    min-width: 225px !important;
    width: auto !important;
    max-width: 500px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    /* display: block; */
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 4px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #384967 !important;
    background-color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #384967 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #7D858C;
    border-radius: 4px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #384967 !important;
}

section.title-pilihan-wrapper {
    padding: 0;
    background-color: #fff;
}

section.title-pilihan-wrapper h1 {
    font-family: 'Avenir Black';
    font-size: 32px;
    line-height: 48px;
    color: #323B4F;
    margin-bottom: 0;
    padding: 32px 0;
}

@media (max-width: 1200px) {
    section.news-highlight-wrapper {
        padding-top: 0;
    }
}

@media (max-width: 991px) {
    section.news-highlight-wrapper {
        max-height: none;
        min-height: auto;
        height: auto;
        padding-top: 48px;
    }

    .news-highlight-wrapper img {
        width: 100% !important;
        height: auto !important;
        min-height: unset;
        max-height: unset;
    }

    .news-highlight-wrapper .news-highlight-desc {
        width: 100%;
        padding: 18px 22px 32px;
        text-align: center;
    }

    .news-highlight-wrapper .news-highlight-desc .subtitle {
        width: auto;
    }

    .news-highlight-wrapper .news-highlight-desc p.desc {
        width: auto;
    }

    .pilihan-wrapper .input-filter {
        /* display: block; */
        align-items: start;
    }

    .pilihan-wrapper .input-filter .input-filter-text {
        display: none;
    }

    .pilihan-top {
        border: 1px solid #7D858C;
        padding: 10px;
        border-radius: 4px;
    }

    .select2-container--default .select2-selection--multiple {
        border: none !important;
    }

    .pilihan-wrapper .pilihan-top .title {
        display: none;
    }

    .topik-wrapper .topik-highlight {
        height: auto;
        display: block !important;
    }

    .topik-highlight img {
        width: 100%;
        height: auto;
    }

    .topik-highlight .topik-desc {
        width: 100%;
        padding: 14px;
    }

    .slider-wrapper.mobile {
        display: block;
    }

    .row.desktop {
        display: none;
    }

    .select2-container {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    section.news-highlight-wrapper {
        padding-top: 40px;
    }
}
