﻿.contentberita{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    gap:20px;
    position:relative; 
}

.item {
    width: 100%;
}
.loadingket {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:30px;
    color: red ;
    margin:auto;
    width:30px;
    margin:auto;
    animation:animasiloadingket 1s linear infinite;
}

@keyframes animasiloadingket{
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.loadingket-populer {
    position: absolute;
    top: 10px;
    left: 70px;    
    bottom: 0px;
    color: red;
    margin: auto;
    width: 30px;
    margin: auto;
    animation: animasiloadingket 1s linear infinite;
}

 

.beritaheadline {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow-y: hidden;
    background-color: transparent;
    height: 500px;
    cursor:pointer;
} 

.panelheadline-judul {
    position: relative;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 25%;
    width: 80%;
    color: white;
    text-align: justify;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0px 2px #000000;
    height:10px;
}
.panelheadline-ketheadline {
    position: absolute;
    left: 30px; 
    margin: auto;
    top: 30px;
    width: 80%;
    color: black;
    text-align: left;
    font-size: 15px; 
}

.footerheadline{
    position:relative;
    bottom:0px;
    width:95%;
    height:60px;
    background-color:#ffffff;
    margin:auto;
    text-align:left;
    border-bottom:2px dashed white;
    display:none;
}

.lbltglberitaheadline {
    position: absolute;
    top: 35px;
    bottom: 0px;
    font-size: 10px;
    left: 20px;
    margin: auto;
    color: black;
}

.lbljamheadline {
    position: absolute;
    top: 35px;
    bottom: 0px;
    font-size: 10px;
    left: 100px;
    margin: auto;
    color: black;
}

.pembataswaktudanreporterheadline{
    position:absolute;
    top:30px;
    left:0px;
    width:200px;
    border-bottom:1px dashed black;
    display:none;
}

.lblreporterheadline{
    position:absolute;
    top:5px;
    bottom:0px;
    font-size:15px;
    left:20px;
    margin:auto;
    color:black;
}

.imgberitaheadline {
    position: relative;
    top: 20px;
    width: 95%;
    height: 90%;
    object-fit: cover;
    margin: auto;
    border-radius: 10px 10px 10px 10px;
    transition: all .3s ease;
    border: 2px solid white;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 2px 1px, rgba(255, 255, 255, 0.5) 0px 2px 10px;
}

    .imgberitaheadline:hover {
        transform: scale(1.02);
    }


.headercontent-beritaumum {
    width: 100%;
    font-size: 20px;
    /*border-top: 1px dashed white;*/
    border-bottom: 1px dashed black;
    color:#9f1d00;
}

.beritaumum {   
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:left;
    align-content:start;
    height: 950px;
    background-color: transparent;
    gap:10px;
    margin:auto;
}

.panelcontentberitaumum {
    position: relative;
    top:10px;
    left:10px;
    right:10px;     
    width: 240px;
    height: 300px;
    background-color: lightgrey;
    cursor:pointer;
    transition:all .3s;
    border-radius:20px;
  
}

.panelcontentberitaumum:hover{
    transform:scale(1.03);
}

.headercontentberitaumum {
    position: relative;
    width: 100%;
    height: 40px;
    background: white;
    margin:auto;
}

.footercontentberitaumum {
    position: absolute;
    left:0px;
    right:0px;
    bottom: -1px;
    width: 96.5%;
    height: 60px;
    background-color: white;
    margin: auto;
    overflow-y: hidden;
    padding: 5px;
    border-radius: 15px 15px 0px 0px;
}

.imgcontentberitaumum {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    border:1px solid white;
   
}

.judulcontentberitaumum {
    position: absolute;
    top: 20px;
    margin: auto;
    color: black;
    width: 90%;
    height: 90%;
    text-align: center;
    font-size: 12px;
   
}

.batasfooterberitaumum {
    position: absolute;
    bottom: 45px;
    width: 100%;
    height: 20px;
    background-color: transparent;
    margin: auto; 
    padding-top:5px;
    font-size:10px;
    text-align:center;
    color:grey; 
}

.beritapolitik {
    position:relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-content: start;
    height: 700px;
    background-color: transparent;
    gap: 20px;
    margin: auto;
}

.panelcontentberitapolitik {
    position: relative;
    top: 10px;
    left: 10px;
    right: 10px;
    width: 230px;
    height: 300px;
    background-color: lightgrey;
    border-radius:10px;
    cursor: pointer;
    transition: all .3s;
}

    .panelcontentberitapolitik:hover {
        transform: scale(1.03);
    }

.headercontentberitapolitik {
    position: relative;
    width: 100%;
    height: 40px;
    background: white;
    margin: auto;
}

.footercontentberitapolitik {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -1px;
    width: 96%;
    height: 60px;
    background-color: white;
    margin: auto;
    overflow-y: hidden;
    padding: 5px;
    border-radius: 15px 15px 0px 0px;
}

.imgcontentberitapolitik {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid white;
}

.judulcontentberitapolitik {
    position: absolute;
    top: 20px;
    margin: auto;
    color: black;
    width: 90%;
    height: 90%;
    text-align: center;
    font-size: 12px;
}

.batasfooterberitapolitik {
    position: absolute;
    bottom: 45px;
    width: 100%;
    height: 20px;
    background-color: transparent;
    margin: auto;
    padding-top: 5px;
    font-size: 10px;
    text-align: center;
    color: grey;
}

.beritaekonomi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-content: start;
    height: 700px;
    background-color: transparent;
    gap: 20px;
    margin: auto;
}

.panelcontentberitaekonomi {
    position: relative;
    top: 10px;
    left: 10px;
    right: 10px;
    width: 230px;
    height: 300px;
    background-color: lightgrey;
    border-radius:10px;
    cursor: pointer;
    transition: all .3s;
}

    .panelcontentberitaekonomi:hover {
        transform: scale(1.03);
    }

.headercontentberitaekonomi {
    position: relative;
    width: 100%;
    height: 40px;
    background: white;
    margin: auto;
}

.footercontentberitaekonomi {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -1px;
    width: 96%;
    height: 60px;
    background-color: white;
    margin: auto;
    overflow-y: hidden;
    padding: 5px;
    border-radius: 15px 15px 0px 0px;
}

.imgcontentberitaekonomi {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid white;
}

.judulcontentberitaekonomi {
    position: absolute;
    top: 20px;
    margin: auto;
    color: black;
    width: 90%;
    height: 90%;
    text-align: center;
    font-size: 12px;
}

.batasfooterberitaekonomi {
    position: absolute;
    bottom: 45px;
    width: 100%;
    height: 20px;
    background-color: transparent;
    margin: auto;
    padding-top: 5px;
    font-size: 10px;
    text-align: center;
    color: grey;
}

.beritaolahraga {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-content: start;
    height: 700px;
    background-color: transparent;
    gap: 20px;
    margin: auto;
}

.panelcontentberitaolahraga {
    position: relative;
    top: 10px;
    left: 10px;
    right: 10px;
    width: 230px;
    height: 300px;
    background-color: lightgrey;
    border-radius:10px;
    cursor: pointer;
    transition: all .3s;
}

    .panelcontentberitaolahraga:hover {
        transform: scale(1.03);
    }

.headercontentberitaolahraga {
    position: relative;
    width: 100%;
    height: 40px;
    background: white;
    margin: auto;
}

.footercontentberitaolahraga {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -1px;
    width: 96%;
    height: 60px;
    background-color: white;
    margin: auto;
    overflow-y: hidden;
    padding: 5px;
    border-radius: 15px 15px 0px 0px;
}

.imgcontentberitaolahraga {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid white;
}

.judulcontentberitaolahraga {
    position: absolute;
    top: 20px;
    margin: auto;
    color: black;
    width: 90%;
    height: 90%;
    text-align: center;
    font-size: 12px;
}

.batasfooterberitaolahraga {
    position: absolute;
    bottom: 45px;
    width: 100%;
    height: 20px;
    background-color: transparent;
    margin: auto;
    padding-top: 5px;
    font-size: 10px;
    text-align: center;
    color: grey;
}


.jarakantarkelompokberita{
    height:10px;
}

/*laptop2*/

@media (min-width:1501px) and (max-width:1919px) {
    .contentberita {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
    }

    .item {
        width: 100%;
    }

    .beritaheadline {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow-y: hidden;
        background-color: transparent;
        height: 500px;
        cursor: pointer;
    }

    .panelheadline-judul {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: 25%;
        width: 80%;
        color: white;
        text-align: justify;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 0px 2px #000000;
        height: 10px;
    }

    .panelheadline-ketheadline {
        position: absolute;
        left: 30px;
        margin: auto;
        top: 30px;
        width: 80%;
        color: black;
        text-align: left;
        font-size: 15px;
    }

    .footerheadline {
        position: relative;
        bottom: 0px;
        width: 95%;
        height: 60px;
        background-color: #ffffff;
        margin: auto;
        text-align: left;
        border-bottom: 2px dashed white;
        display: none;
    }

    .lbltglberitaheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .lbljamheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 100px;
        margin: auto;
        color: black;
    }

    .pembataswaktudanreporterheadline {
        position: absolute;
        top: 30px;
        left: 0px;
        width: 200px;
        border-bottom: 1px dashed black;
        display: none;
    }

    .lblreporterheadline {
        position: absolute;
        top: 5px;
        bottom: 0px;
        font-size: 15px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .imgberitaheadline {
        position: relative;
        top: 20px;
        width: 95%;
        height: 90%;
        object-fit: cover;
        margin: auto;
        border-radius: 10px 10px 10px 10px;
        transition: all .3s ease;
        border: 2px solid white;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 2px 1px, rgba(255, 255, 255, 0.5) 0px 2px 10px;
    }

        .imgberitaheadline:hover {
            transform: scale(1.02);
        }


    .headercontent-beritaumum {
        width: 100%;
        font-size: 20px;
        /*border-top: 1px dashed white;*/
        border-bottom: 1px dashed black;
        color: #9f1d00;
    }

    .beritaumum {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1000px;
        background-color: transparent;
        gap: 10px;
        margin: auto;
    }

    .panelcontentberitaumum {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 200px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
        margin:auto;
        text-align:center;
    }

        .panelcontentberitaumum:hover {
            transform: scale(1.03);
        }

    .headercontentberitaumum {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaumum {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96.5%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaumum {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaumum {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaumum {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritapolitik {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 700px;
        background-color: transparent;
        gap: 10px;
        margin: auto;
    }

    .panelcontentberitapolitik {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 200px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitapolitik:hover {
            transform: scale(1.03);
        }

    .headercontentberitapolitik {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitapolitik {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitapolitik {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitapolitik {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitapolitik {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaekonomi {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 700px;
        background-color: transparent;
        gap: 10px;
        margin: auto;
    }

    .panelcontentberitaekonomi {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 200px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaekonomi:hover {
            transform: scale(1.03);
        }

    .headercontentberitaekonomi {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaekonomi {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaekonomi {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaekonomi {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaekonomi {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaolahraga {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 700px;
        background-color: transparent;
        gap: 10px;
        margin: auto;
    }

    .panelcontentberitaolahraga {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 200px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaolahraga:hover {
            transform: scale(1.03);
        }

    .headercontentberitaolahraga {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaolahraga {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaolahraga {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaolahraga {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaolahraga {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }


    .jarakantarkelompokberita {
        height: 10px;
    }
}

/*end:laptop2*/

/*laptop1*/

@media (min-width:1101px) and (max-width:1500px) {
    .contentberita {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
    }

    .item {
        width: 100%;
    }

    .beritaheadline {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow-y: hidden;
        background-color: transparent;
        height: 500px;
        cursor: pointer;
    }

    .panelheadline-judul {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: 25%;
        width: 80%;
        color: white;
        text-align: justify;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 0px 2px #000000;
        height: 10px;
    }

    .panelheadline-ketheadline {
        position: absolute;
        left: 30px;
        margin: auto;
        top: 30px;
        width: 80%;
        color: black;
        text-align: left;
        font-size: 15px;
    }

    .footerheadline {
        position: relative;
        bottom: 0px;
        width: 95%;
        height: 60px;
        background-color: #ffffff;
        margin: auto;
        text-align: left;
        border-bottom: 2px dashed white;
        display: none;
    }

    .lbltglberitaheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .lbljamheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 100px;
        margin: auto;
        color: black;
    }

    .pembataswaktudanreporterheadline {
        position: absolute;
        top: 30px;
        left: 0px;
        width: 200px;
        border-bottom: 1px dashed black;
        display: none;
    }

    .lblreporterheadline {
        position: absolute;
        top: 5px;
        bottom: 0px;
        font-size: 15px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .imgberitaheadline {
        position: relative;
        top: 20px;
        width: 95%;
        height: 90%;
        object-fit: cover;
        margin: auto;
        border-radius: 10px 10px 10px 10px;
        transition: all .3s ease;
        border: 2px solid white;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 2px 1px, rgba(255, 255, 255, 0.5) 0px 2px 10px;
    }

        .imgberitaheadline:hover {
            transform: scale(1.02);
        }


    .headercontent-beritaumum {
        width: 100%;
        font-size: 20px;
        /*border-top: 1px dashed white;*/
        border-bottom: 1px dashed black;
        color: #9f1d00;
    }

    .beritaumum {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1600px;
        background-color: transparent;
        gap: 10px;
        margin: auto;
    }

    .panelcontentberitaumum {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 240px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaumum:hover {
            transform: scale(1.03);
        }

    .headercontentberitaumum {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaumum {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96.5%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaumum {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaumum {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaumum {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritapolitik {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1050px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitapolitik {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 230px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitapolitik:hover {
            transform: scale(1.03);
        }

    .headercontentberitapolitik {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitapolitik {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitapolitik {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitapolitik {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitapolitik {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaekonomi {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1050px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitaekonomi {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 230px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaekonomi:hover {
            transform: scale(1.03);
        }

    .headercontentberitaekonomi {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaekonomi {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaekonomi {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaekonomi {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaekonomi {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaolahraga {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1050px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitaolahraga {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 230px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaolahraga:hover {
            transform: scale(1.03);
        }

    .headercontentberitaolahraga {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaolahraga {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaolahraga {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaolahraga {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaolahraga {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }


    .jarakantarkelompokberita {
        height: 10px;
    }
}

/*end:laptop1*/

/*tablet3*/

@media (min-width:901px) and (max-width:1100px) {
    .contentberita {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
    }

    .item {
        width: 100%;
    }

    .beritaheadline {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow-y: hidden;
        background-color: transparent;
        height: 500px;
        cursor: pointer;
    }

    .panelheadline-judul {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: 25%;
        width: 80%;
        color: white;
        text-align: justify;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 0px 2px #000000;
        height: 10px;
    }

    .panelheadline-ketheadline {
        position: absolute;
        left: 30px;
        margin: auto;
        top: 30px;
        width: 80%;
        color: black;
        text-align: left;
        font-size: 15px;
    }

    .footerheadline {
        position: relative;
        bottom: 0px;
        width: 95%;
        height: 60px;
        background-color: #ffffff;
        margin: auto;
        text-align: left;
        border-bottom: 2px dashed white;
        display: none;
    }

    .lbltglberitaheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .lbljamheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 100px;
        margin: auto;
        color: black;
    }

    .pembataswaktudanreporterheadline {
        position: absolute;
        top: 30px;
        left: 0px;
        width: 200px;
        border-bottom: 1px dashed black;
        display: none;
    }

    .lblreporterheadline {
        position: absolute;
        top: 5px;
        bottom: 0px;
        font-size: 15px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .imgberitaheadline {
        position: relative;
        top: 20px;
        width: 95%;
        height: 90%;
        object-fit: cover;
        margin: auto;
        border-radius: 10px 10px 10px 10px;
        transition: all .3s ease;
        border: 2px solid white;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 2px 1px, rgba(255, 255, 255, 0.5) 0px 2px 10px;
    }

        .imgberitaheadline:hover {
            transform: scale(1.02);
        }


    .headercontent-beritaumum {
        width: 100%;
        font-size: 20px;
        /*border-top: 1px dashed white;*/
        border-bottom: 1px dashed black;
        color: #9f1d00;
    }

    .beritaumum {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1600px;
        background-color: transparent;
        gap: 10px;
        margin: auto;
    }

    .panelcontentberitaumum {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 170px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaumum:hover {
            transform: scale(1.03);
        }

    .headercontentberitaumum {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaumum {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96.5%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaumum {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaumum {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaumum {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritapolitik {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1000px;
        background-color: transparent;
        gap: 10px;
        margin: auto;
    }

    .panelcontentberitapolitik {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 170px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitapolitik:hover {
            transform: scale(1.03);
        }

    .headercontentberitapolitik {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitapolitik {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitapolitik {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitapolitik {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitapolitik {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaekonomi {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1000px;
        background-color: transparent;
        gap: 10px;
        margin: auto;
    }

    .panelcontentberitaekonomi {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 170px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaekonomi:hover {
            transform: scale(1.03);
        }

    .headercontentberitaekonomi {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaekonomi {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaekonomi {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaekonomi {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaekonomi {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaolahraga {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1000px;
        background-color: transparent;
        gap: 10px;
        margin: auto;
    }

    .panelcontentberitaolahraga {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 170px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaolahraga:hover {
            transform: scale(1.03);
        }

    .headercontentberitaolahraga {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaolahraga {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaolahraga {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaolahraga {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaolahraga {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }


    .jarakantarkelompokberita {
        height: 10px;
    }
}
/*end:tablet2*/

/*tablet2*/

@media (min-width:801px) and (max-width:900px) {
    .contentberita {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
    }

    .item {
        width: 100%;
    }

    .beritaheadline {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow-y: hidden;
        background-color: transparent;
        height: 500px;
        cursor: pointer;
    }

    .panelheadline-judul {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: 25%;
        width: 80%;
        color: white;
        text-align: justify;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 0px 2px #000000;
        height: 10px;
    }

    .panelheadline-ketheadline {
        position: absolute;
        left: 30px;
        margin: auto;
        top: 30px;
        width: 80%;
        color: black;
        text-align: left;
        font-size: 15px;
    }

    .footerheadline {
        position: relative;
        bottom: 0px;
        width: 95%;
        height: 60px;
        background-color: #ffffff;
        margin: auto;
        text-align: left;
        border-bottom: 2px dashed white;
        display: none;
    }

    .lbltglberitaheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .lbljamheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 100px;
        margin: auto;
        color: black;
    }

    .pembataswaktudanreporterheadline {
        position: absolute;
        top: 30px;
        left: 0px;
        width: 200px;
        border-bottom: 1px dashed black;
        display: none;
    }

    .lblreporterheadline {
        position: absolute;
        top: 5px;
        bottom: 0px;
        font-size: 15px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .imgberitaheadline {
        position: relative;
        top: 20px;
        width: 95%;
        height: 90%;
        object-fit: cover;
        margin: auto;
        border-radius: 10px 10px 10px 10px;
        transition: all .3s ease;
        border: 2px solid white;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 2px 1px, rgba(255, 255, 255, 0.5) 0px 2px 10px;
    }

        .imgberitaheadline:hover {
            transform: scale(1.02);
        }


    .headercontent-beritaumum {
        width: 100%;
        font-size: 20px;
        /*border-top: 1px dashed white;*/
        border-bottom: 1px dashed black;
        color: #9f1d00;
    }

    .beritaumum {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1600px;
        background-color: transparent;
        gap: 10px;
        margin: auto;
    }

    .panelcontentberitaumum {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 180px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaumum:hover {
            transform: scale(1.03);
        }

    .headercontentberitaumum {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaumum {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96.5%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaumum {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaumum {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaumum {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritapolitik {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1000px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitapolitik {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 170px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitapolitik:hover {
            transform: scale(1.03);
        }

    .headercontentberitapolitik {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitapolitik {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitapolitik {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitapolitik {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitapolitik {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaekonomi {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1000px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitaekonomi {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 170px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaekonomi:hover {
            transform: scale(1.03);
        }

    .headercontentberitaekonomi {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaekonomi {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaekonomi {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaekonomi {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaekonomi {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaolahraga {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1000px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitaolahraga {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 170px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaolahraga:hover {
            transform: scale(1.03);
        }

    .headercontentberitaolahraga {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaolahraga {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaolahraga {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaolahraga {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaolahraga {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }


    .jarakantarkelompokberita {
        height: 10px;
    }
}
/*end:tablet2*/

/*tablet1*/

@media (min-width:601px) and (max-width:800px) {
    .contentberita {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
    }

    .item {
        width: 100%;
    }

    .beritaheadline {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow-y: hidden;
        background-color: transparent;
        height: 500px;
        cursor: pointer;
    }

    .panelheadline-judul {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: 25%;
        width: 80%;
        color: white;
        text-align: justify;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 0px 2px #000000;
        height: 10px;
    }

    .panelheadline-ketheadline {
        position: absolute;
        left: 30px;
        margin: auto;
        top: 30px;
        width: 80%;
        color: black;
        text-align: left;
        font-size: 15px;
    }

    .footerheadline {
        position: relative;
        bottom: 0px;
        width: 95%;
        height: 60px;
        background-color: #ffffff;
        margin: auto;
        text-align: left;
        border-bottom: 2px dashed white;
        display: none;
    }

    .lbltglberitaheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .lbljamheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 100px;
        margin: auto;
        color: black;
    }

    .pembataswaktudanreporterheadline {
        position: absolute;
        top: 30px;
        left: 0px;
        width: 200px;
        border-bottom: 1px dashed black;
        display: none;
    }

    .lblreporterheadline {
        position: absolute;
        top: 5px;
        bottom: 0px;
        font-size: 15px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .imgberitaheadline {
        position: relative;
        top: 20px;
        width: 95%;
        height: 90%;
        object-fit: cover;
        margin: auto;
        border-radius: 10px 10px 10px 10px;
        transition: all .3s ease;
        border: 2px solid white;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 2px 1px, rgba(255, 255, 255, 0.5) 0px 2px 10px;
    }

        .imgberitaheadline:hover {
            transform: scale(1.02);
        }


    .headercontent-beritaumum {
        width: 100%;
        font-size: 20px;
        /*border-top: 1px dashed white;*/
        border-bottom: 1px dashed black;
        color: #9f1d00;
    }

    .beritaumum {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1000px;
        background-color: transparent;
        gap: 10px;
        margin: auto;
    }

    .panelcontentberitaumum {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 190px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaumum:hover {
            transform: scale(1.03);
        }

    .headercontentberitaumum {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaumum {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96.5%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaumum {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaumum {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaumum {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritapolitik {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 800px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitapolitik {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 180px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitapolitik:hover {
            transform: scale(1.03);
        }

    .headercontentberitapolitik {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitapolitik {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitapolitik {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitapolitik {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitapolitik {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaekonomi {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 800px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitaekonomi {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 180px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaekonomi:hover {
            transform: scale(1.03);
        }

    .headercontentberitaekonomi {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaekonomi {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaekonomi {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaekonomi {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaekonomi {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaolahraga {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 800px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitaolahraga {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 180px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaolahraga:hover {
            transform: scale(1.03);
        }

    .headercontentberitaolahraga {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaolahraga {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaolahraga {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaolahraga {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaolahraga {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }


    .jarakantarkelompokberita {
        height: 10px;
    }
}
/*end:tablet1*/


/*mobile:2.5*/
@media (min-width:500px) and (max-width:600px) {
    .contentberita {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
    }

    .item {
        width: 100%;
    }

    .beritaheadline {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow-y: hidden;
        background-color: transparent;
        height: 500px;
        cursor: pointer;
    }

    .panelheadline-judul {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: 25%;
        width: 80%;
        color: white;
        text-align: justify;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 0px 2px #000000;
        height: 10px;
    }

    .panelheadline-ketheadline {
        position: absolute;
        left: 30px;
        margin: auto;
        top: 30px;
        width: 80%;
        color: black;
        text-align: left;
        font-size: 15px;
    }

    .footerheadline {
        position: relative;
        bottom: 0px;
        width: 95%;
        height: 60px;
        background-color: #ffffff;
        margin: auto;
        text-align: left;
        border-bottom: 2px dashed white;
        display: none;
    }

    .lbltglberitaheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .lbljamheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 100px;
        margin: auto;
        color: black;
    }

    .pembataswaktudanreporterheadline {
        position: absolute;
        top: 30px;
        left: 0px;
        width: 200px;
        border-bottom: 1px dashed black;
        display: none;
    }

    .lblreporterheadline {
        position: absolute;
        top: 5px;
        bottom: 0px;
        font-size: 15px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .imgberitaheadline {
        position: relative;
        top: 20px;
        width: 95%;
        height: 90%;
        object-fit: cover;
        margin: auto;
        border-radius: 10px 10px 10px 10px;
        transition: all .3s ease;
        border: 2px solid white;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 2px 1px, rgba(255, 255, 255, 0.5) 0px 2px 10px;
    }

        .imgberitaheadline:hover {
            transform: scale(1.02);
        }


    .headercontent-beritaumum {
        width: 100%;
        font-size: 20px;
        /*border-top: 1px dashed white;*/
        border-bottom: 1px dashed black;
        color: #9f1d00;
    }

    .beritaumum {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1600px;
        background-color: transparent;
        gap: 10px;
        margin: auto;
    }

    .panelcontentberitaumum {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 200px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaumum:hover {
            transform: scale(1.03);
        }

    .headercontentberitaumum {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaumum {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96.5%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaumum {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaumum {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaumum {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritapolitik {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1050px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitapolitik {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 200px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitapolitik:hover {
            transform: scale(1.03);
        }

    .headercontentberitapolitik {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitapolitik {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitapolitik {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitapolitik {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitapolitik {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaekonomi {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1050px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitaekonomi {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 200px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaekonomi:hover {
            transform: scale(1.03);
        }

    .headercontentberitaekonomi {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaekonomi {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaekonomi {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaekonomi {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaekonomi {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaolahraga {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1050px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitaolahraga {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 200px;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaolahraga:hover {
            transform: scale(1.03);
        }

    .headercontentberitaolahraga {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaolahraga {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaolahraga {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaolahraga {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaolahraga {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }


    .jarakantarkelompokberita {
        height: 10px;
    }
}


/*mobile2*/

@media (min-width:321px) and (max-width:499px) {
    .contentberita {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
    }

    .item {
        width: 100%;
    }

    .beritaheadline {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow-y: hidden;
        background-color: transparent;
        height: 500px;
        cursor: pointer;
    }

    .panelheadline-judul {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: 25%;
        width: 80%;
        color: white;
        text-align: justify;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 0px 2px #000000;
        height: 10px;
    }

    .panelheadline-ketheadline {
        position: absolute;
        left: 30px;
        margin: auto;
        top: 30px;
        width: 80%;
        color: black;
        text-align: left;
        font-size: 15px;
    }

    .footerheadline {
        position: relative;
        bottom: 0px;
        width: 95%;
        height: 60px;
        background-color: #ffffff;
        margin: auto;
        text-align: left;
        border-bottom: 2px dashed white;
        display: none;
    }

    .lbltglberitaheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .lbljamheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 100px;
        margin: auto;
        color: black;
    }

    .pembataswaktudanreporterheadline {
        position: absolute;
        top: 30px;
        left: 0px;
        width: 200px;
        border-bottom: 1px dashed black;
        display: none;
    }

    .lblreporterheadline {
        position: absolute;
        top: 5px;
        bottom: 0px;
        font-size: 15px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .imgberitaheadline {
        position: relative;
        top: 20px;
        width: 95%;
        height: 90%;
        object-fit: cover;
        margin: auto;
        border-radius: 10px 10px 10px 10px;
        transition: all .3s ease;
        border: 2px solid white;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 2px 1px, rgba(255, 255, 255, 0.5) 0px 2px 10px;
    }

        .imgberitaheadline:hover {
            transform: scale(1.02);
        }


    .headercontent-beritaumum {
        width: 100%;
        font-size: 20px;
        /*border-top: 1px dashed white;*/
        border-bottom: 1px dashed black;
        color: #9f1d00;
    }

    .beritaumum {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 2800px;
        background-color: transparent;
        gap: 10px;
        margin: auto;
    }

    .panelcontentberitaumum {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 95%;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaumum:hover {
            transform: scale(1.03);
        }

    .headercontentberitaumum {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaumum {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96.5%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaumum {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaumum {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaumum {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritapolitik {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 2000px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitapolitik {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 95%;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitapolitik:hover {
            transform: scale(1.03);
        }

    .headercontentberitapolitik {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitapolitik {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitapolitik {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitapolitik {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitapolitik {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaekonomi {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 2000px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitaekonomi {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 95%;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaekonomi:hover {
            transform: scale(1.03);
        }

    .headercontentberitaekonomi {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaekonomi {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaekonomi {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaekonomi {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaekonomi {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaolahraga {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 2000px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitaolahraga {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 95%;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaolahraga:hover {
            transform: scale(1.03);
        }

    .headercontentberitaolahraga {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaolahraga {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaolahraga {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaolahraga {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaolahraga {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }


    .jarakantarkelompokberita {
        height: 10px;
    }
}
/*end:r05*/


/*Mobile1*/

@media (min-width:200px) and (max-width:320px) {
    .contentberita {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
    }

    .item {
        width: 100%;
    }

    .beritaheadline {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        overflow-y: hidden;
        background-color: transparent;
        height: 500px;
        cursor: pointer;
    }

    .panelheadline-judul {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: 25%;
        width: 80%;
        color: white;
        text-align: justify;
        font-size: 20px;
        font-weight: bold;
        text-shadow: 0px 2px #000000;
        height: 10px;
    }

    .panelheadline-ketheadline {
        position: absolute;
        left: 30px;
        margin: auto;
        top: 30px;
        width: 80%;
        color: black;
        text-align: left;
        font-size: 15px;
    }

    .footerheadline {
        position: relative;
        bottom: 0px;
        width: 95%;
        height: 60px;
        background-color: #ffffff;
        margin: auto;
        text-align: left;
        border-bottom: 2px dashed white;
        display: none;
    }

    .lbltglberitaheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .lbljamheadline {
        position: absolute;
        top: 35px;
        bottom: 0px;
        font-size: 10px;
        left: 100px;
        margin: auto;
        color: black;
    }

    .pembataswaktudanreporterheadline {
        position: absolute;
        top: 30px;
        left: 0px;
        width: 200px;
        border-bottom: 1px dashed black;
        display: none;
    }

    .lblreporterheadline {
        position: absolute;
        top: 5px;
        bottom: 0px;
        font-size: 15px;
        left: 20px;
        margin: auto;
        color: black;
    }

    .imgberitaheadline {
        position: relative;
        top: 20px;
        width: 95%;
        height: 90%;
        object-fit: cover;
        margin: auto;
        border-radius: 10px 10px 10px 10px;
        transition: all .3s ease;
        border: 2px solid white;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 2px 1px, rgba(255, 255, 255, 0.5) 0px 2px 10px;
    }

        .imgberitaheadline:hover {
            transform: scale(1.02);
        }


    .headercontent-beritaumum {
        width: 100%;
        font-size: 20px;
        /*border-top: 1px dashed white;*/
        border-bottom: 1px dashed black;
        color: #9f1d00;
    }

    .beritaumum {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 2800px;
        background-color: transparent;
        gap: 10px;
        margin: auto;
    }

    .panelcontentberitaumum {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 95%;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaumum:hover {
            transform: scale(1.03);
        }

    .headercontentberitaumum {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaumum {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96.5%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaumum {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaumum {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaumum {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritapolitik {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1680px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitapolitik {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 95%;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitapolitik:hover {
            transform: scale(1.03);
        }

    .headercontentberitapolitik {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitapolitik {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitapolitik {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitapolitik {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitapolitik {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaekonomi {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1680px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitaekonomi {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 95%;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaekonomi:hover {
            transform: scale(1.03);
        }

    .headercontentberitaekonomi {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaekonomi {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaekonomi {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaekonomi {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaekonomi {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }

    .beritaolahraga {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        align-content: start;
        height: 1680px;
        background-color: transparent;
        gap: 20px;
        margin: auto;
    }

    .panelcontentberitaolahraga {
        position: relative;
        top: 10px;
        left: 10px;
        right: 10px;
        width: 95%;
        height: 300px;
        background-color: transparent;
        cursor: pointer;
        transition: all .3s;
    }

        .panelcontentberitaolahraga:hover {
            transform: scale(1.03);
        }

    .headercontentberitaolahraga {
        position: relative;
        width: 100%;
        height: 40px;
        background: white;
        margin: auto;
    }

    .footercontentberitaolahraga {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        width: 96%;
        height: 60px;
        background-color: white;
        margin: auto;
        overflow-y: hidden;
        padding: 5px;
        border-radius: 15px 15px 0px 0px;
    }

    .imgcontentberitaolahraga {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
        border: 1px solid white;
    }

    .judulcontentberitaolahraga {
        position: absolute;
        top: 20px;
        margin: auto;
        color: black;
        width: 90%;
        height: 90%;
        text-align: center;
        font-size: 12px;
    }

    .batasfooterberitaolahraga {
        position: absolute;
        bottom: 45px;
        width: 100%;
        height: 20px;
        background-color: transparent;
        margin: auto;
        padding-top: 5px;
        font-size: 10px;
        text-align: center;
        color: grey;
    }


    .jarakantarkelompokberita {
        height: 10px;
    }
}
/*end:r06*/




