:root {
    --red4: #cc0000;
}

/* GLOBAL */
.bg-green {
    background-color: var(--green);
}
.bg-black_green {
    background-color: var(--black_green);
}
.bg-yellow {
    background-color: var(--yellow);
}
.bg-red4 {
    background-color: var(--red4) !important;
}
.cl-red4 {
    color: var(--red4) !important;
}
.t-justify {
    text-align: justify !important;
}
.alert-custom {
    display: flex; justify-content:space-between; align-items:center;
}
.alert-custom button.close {
    border:none; background:none;
}
.border-right {
    border-right: 1px solid var(--ntrl200) !important;
}
.grecaptcha-badge {
    z-index: 2;
    bottom: 50px !important;
}
.chat-wa {
    position: fixed;
    bottom: 0;
    right: 20px;
    background-color: var(--red4);
    padding: 8px;
    border-radius: 10px 10px 0 0;
}
.italic {font-style: italic;}

/* HEADER */
.top-right a:nth-child(3) {
    background: var(--red4);
}
.menu.bott ul li:last-child a {
    background: var(--red4);
}
.top-menu a:first-child {
    color: var(--red4);
}

/* DETAIL ARTICLE */
.box-setup ul li .element-check input:before {
    font-family: "Font Awesome 5 Free";
    padding-top: 1px;
    font-weight: 900;
}
.box-setup ul li .element-check.added input::before {
    content: '\f068';
    color: var(--blue);
}
.box-setup ul li .element-check.added input {
    border: 2px solid var(--blue);
}
.box-setup ul li .element-check.added .checktext {
    color: var(--blue);
    font-weight: bold;
}
.detail-in iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}
.box-foto-artikel .foto-artikel img {
    height: 600px;
    object-fit: cover;
}
.image-caption {
    font-size: 14px;
    color: var(--text);
}
.card-box.subs h2.title span.small {
    font-size: 14px;
}
.card-box.subs p.small {
    font-size: 12px;
    font-style: italic;
}

/* HOMEPAGE */
#big_news .card-box.big-img .img-card {
    height: auto;
    max-height: 300px;
}
#big3_news .card-box .img-card img {
    height: 350px;
    object-fit: cover;
}
#list_cyber .card-box .img-card img,
#section-black_money .card-box .img-card img, #section-hidden_truth .card-box .img-card img {
    height: 300px;
    object-fit: cover;
}
#list_profiles .card-box .img-card img {
    height: 400px;
    object-fit: cover;
}
#list_justice .card-box .img-card img {
    height: 500px;
    object-fit: cover;
}
#box_op_ed.card-box.big_dua_col .img-card img {
    height: 100%;
    width: auto;
}
#slider_country.slider.slider-show .card-box .img-card img, 
#section-editorial .fullwidth .img-card img, 
#section-leisure .fullwidth .img-card img {
    height: 600px;
    object-fit: cover;
}
#section-ceo .card-box.big_dua_col.vertical .text-card, #section-ceo .card-box.big_dua_col.vertical .img-card, #section-ceo .card-box.big_dua_col.vertical .img-card img,
#section-op_ed .card-box.big_dua_col .text-card, #section-op_ed .card-box.big_dua_col .img-card, #section-op_ed .card-box.big_dua_col .img-card img {
    height: 500px;
    min-height: auto;
}
#section-black_money .out-box-title h2, #section-black_money .out-box-title p, #section-hidden_truth .out-box-title h2, #section-hidden_truth .out-box-title p {
    color: var(--ntrl100);
}
.slider_kanal_01 .card-box .img-card img {
    height: 200px;
    object-fit: cover;
}
.card-rubrik h4.title {
    width: 30%;
}
.card-rubrik h3.title {
    width: 70%;
}
.top_right_home .redbox {
    background-color: var(--red4);
}
.slick-prev:before, .slick-next:before, #cd-lateral-nav .item-has-children>a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
}
.slick-prev:before {
    content: "\f104";
}
.slick-next:before {
    content: "\f105";
}

/* KANAL */
#section-kanal-header .container {
    max-width: 1200px;
}
#section-kanal-header .blockbox h1.title {
    font-family: var(--playfair);
}
#section-kanal-header .blockbox p {
    font-size: 14px;
}
#section-kanal .card-box .img-card img {
    height: 200px;
    object-fit: cover;
}

/* READ ALSO */
.list_also .card-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.list_also .card-box .col-8 {
    display: flex;
}
.list_also .text-card {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.list_also .text-card h3.title {
    font-size: 24px;
}

/* CONTACT US */
#contact_us .container {
    max-width: 1200px;
}
#contact_us .element-box textarea.element-area {
    padding: 12px;
}

/* EVENT PAGE */
#event .container {
    max-width: 1000px;
}
#event .detail-artikel h1::before {
    content: unset;
}
.grid-galleries .img-card img {
    height: 150px;
    object-fit: cover;
}

/* SERVICE PAGE */
#service .card-box.big-img .text-card {
    width: 70%;
}
#service .card-box.big-img .img-card {
    width: 40%;
}

/*accordion*/
ul.accordion {
    list-style: none;
    padding: 0;
    overflow: hidden;
}
ul.accordion li .inner {
    padding: 20px;
    overflow: hidden;
    display: none;
}
ul.accordion li .inner a {
    margin: 0;
    padding: 5px 10px 5px 50px;
    display: flex;
    position: relative;
} 
ul.accordion li .inner a:hover {
    background: var(--soft_blue);
}

@media only screen and (max-width: 900px) {
    /* HOMEPAGE */
    #big3_news .card-box .img-card img {
        height: 200px;
    }
    #section_op_ed .card-box.big_dua_col .img-card img, 
    #section-editorial .fullwidth .img-card img, 
    #section-ceo .card-box.big_dua_col.vertical .img-card img, 
    #section-leisure .fullwidth .img-card img {
        width: 100%;
        height: auto;
    }
    #slider_country.slider.slider-show .card-box .img-card img{
        height: 300px;
    }
    #section-ceo .card-box.big_dua_col.vertical .text-card {
        min-height: auto;
    }
    #section-black_money .container.overflow {
        padding: 0;
    }

    /* KANAL */
    ul.row-list.list_also li .col-8, ul.row-list.list_also li .col-3 {
        width: 100%;
        padding: 0;
    }
    
    /* SERVICE PAGE */
    #service .card-box.big-img {
        flex-direction: column-reverse;
    }
    #service .card-box.big-img .text-card, #service .card-box.big-img .img-card {
        width: 100%;
    }
}

.toggle.expanded i {
    transform: rotate(180deg); /* Ikon segitiga berputar */
}

.dm-serif-display-regular {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
}
  
.inter-ibp {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
  
.dm-serif-display-regular-italic {
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: italic;
}  

.color-title {
    color: #08213D;
}

.color-preview {
    color: #000000 !important;
}

.color-blue-ibp {
    color: #24408A;
}

.bg-blue-ibp {
    background-color: #24408A;
}

ul.tags {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

li.tags-item {
    margin: 0 5px;
}

li.tags-item:first-child {
    margin-left: 1px;
}

li.tags-item:not(:last-child)::after {
    content: "\2022"; /* Unicode untuk titik tengah */
    margin-left: 5px;
    color: var(--red4);
}

.label-advertorial {
    background: #cc0000;
    color: white;
    padding: 5px 8px;
    border-radius: 8px;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: bold;
}