@media (min-width:1025px) and (max-width:1366px) {

    * {
        margin: 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .teks-responsif {
        font-size: 16px;
    }

    .wrap {
        width: 1300px;
        height: 680px;
        margin-left: auto;
        margin-right: auto;
        /*border: 5px solid black; */
    }

    #header {
        width: 1300px;
        height: 40px;
        background-image: url('../../main_images/001_001_blank20.jpg');
    }

    #linehead1 {
        width: 1300px;
        height: 5px;
        background: #035;
    }

    #linehead2 {
        width: 1300px;
        height: 3px;
        background: #09c;
    }

    #linehead3 {
        width: 1300px;
        height: 2px;
        background: #999;
    }

/* --- Area Utama Flexbox --- */
.content {
    display: flex;
    flex-direction: row; 
    flex: 1;            /* Membantu mendorong footer ke bawah */
    width: 100%;
    height: 100vh;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    gap: 20px;
      /* Memberikan tinggi minimal agar kolom terlihat tinggi */
}

.teks-responsif {font-size:16px;}
.judul32 {font-size:24px;}

    
    .leftbox {
        flex: 0 0 calc(20% - 13.33px); 
        /*background-color: skyblue;*/
        display: flex;
        align-items: center;
        justify-content: center;
        border-right:1px solid #ccc;
    }
    
    .leftbox img {
        width: 70%;
    }
    
    .middlebox {
        flex: 0 0 calc(30% - 13.33px); 
        /*background-color: yellow;*/
    }
    
    .judul {
        width:100%;
        height:40px;
        /*background-color:yellow;*/
        font-size: 26px;
        color: grey;
        padding-top: 3vh;
        border-bottom:1px solid #ccc;
}

    
    .box-container {
        width: 100%; /* Lebar box utama */
        margin-top:20px;
    }

    .box-padding {
        width: 100%;
        min-height: 30vh;
        /* Padding-bottom disamakan dengan width untuk rasio 1:1 */
        /*padding-bottom: 75%; */
        /*background-color: #e74c3c;*/
        position: relative; /* Penting untuk posisi konten absolut di dalamnya */
    }

    .box-padding img {
        width: 100%;
    }
    
    .visitor {
        width:100%;
        height:3vh;
        margin-top:2vh;
        /*background-color:skyblue;*/
}
    
    .rightbox {
        flex: 0 0 calc(50% - 13.33px); 
        /*background-color: #eee;*/
        border-left: 1px solid #ccc;
    }
    
    .advbox1 {
        width:100%;
        height:20vh;
        /*background-color: yellow;*/
    }
    
    .boxstation1 {
        width: 90%;
        height: 11vh;
        margin-top: 2vh;
        margin-left: 0.7vw;
         /*background: #09c; */
         display: flex;
        flex-direction: row; 
    }
    
.headline {
    width: 25%;
    height: 9vh;
    /*background-color: yellow;*/
    display: flex;
    align-items: center;
}

.ikonbox {
    width: 75%;
    height: 9vh;
    padding-left: 1vw;
    /*background-color: orange;*/
    border-left: 1px solid #ccc;
}

.workikon {
    width: 100%;
    height: 10vh;
    display: flex;
    flex-direction: row; /* Memaksa elemen berbaris ke kanan */
    flex-wrap: wrap;     /* Ikon akan turun jika layar terlalu sempit */
    justify-content: flex-start; /* Membuat barisan ikon berada di tengah */
    padding: 0;
    /*background-color: yellow;*/
}

.workikon li {
    list-style: none;
    margin-right:4px;
}

.workikon li img {
    width: 70px; 
    height: 70px;
    border: 2px solid #ccc;
    border-radius: 15px;
}
    
    .footsection {
    width: 100%;
}

.navigasi { height: 19px; background: #035; width: 100%; }
.linebar { height: 3px; background: #09c; width: 100%; }
.copyright {
    background: #222;
    color: grey;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}
    
}