@media (min-width:1367px) and (max-width:1920px) {

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

#header {
    width: 100%;
    height: 40px;
    background-image: url('../../main_images/001_001_blank20.jpg');
    background-size: cover;
}

#linehead2 { height: 3px; background: #09c; }
#linehead3 { height: 2px; background: #999; }
#linehead4 { height: 1px; background: #ccc; }

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* --- Container Utama --- */
.wrap {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* --- Area Utama Flexbox --- */
.content {
    display: flex;
    flex-direction: row; 
    flex: 1;            /* Membantu mendorong footer ke bawah */
    width: 100%;
    min-height: 50vh; 
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    gap: 20px;
     /* Memberikan tinggi minimal agar kolom terlihat tinggi */
}


.teks-responsif {font-size:20px;}
.judul32 {font-size:28px;}

/* --- Ukuran 3 Kolom Aktual (20%, 40%, 40%) --- */
.leftbox {
    flex: 0 0 calc(20% - 13.33px); 
    /*background-color: skyblue;*/
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right:1px solid #ccc;
}

.leftbox img {
    width: 70%;
}

.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%;
}

/* DIUBAH: Menggunakan .box-text, bukan .content agar tidak bentrok */
.box-pix {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  /*  color: white;
    text-align: center; */
    border:10px solid #ccc;
    border-radius:20px;
    background-color:#777;
}

.box-info {
    width:100%;
    height:120px;
    /*background-color:yellow;*/
    margin-top: 30px;
}

.box-logo {
    width:30%;
    height:120px;
    /*background-color:yellow;*/
    margin-top: 30px;
    float: left;
}

.box-bond {
    width:70%;
    height:120px;
    /*background-color:skyblue;*/
    margin-top: 30px;
    float: left;
}

.middlebox {
    flex: 0 0 calc(30% - 13.33px); 
    /*background-color: yellow;*/
}

.judul {
    width:100%;
    height:40px;
    /*background-color:yellow;*/
    font-size: 26px;
    color: grey;
    margin-top: 3vh;
    border-bottom:1px solid #ccc;
}

.visitor {
    width:100%;
    height:3vh;
    margin-top:2vh;
    /*background-color:skyblue;*/
}


.button-orange300 { display:inline-block;width:300px;height:40px;margin-top:3px;font-size:16px;text-align:center;vertical-align:middle;
		border:1px solid #aaa;white-space:nowrap;border-radius:3px;
		color:#000;background-color:orange;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button-orange300:hover {
    background-color: #f00; /* merah */
    color: #fff;
}


.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: 10vh;
        margin-top: 25px;
        margin-left: 35px;
         /*background: #09c; */
         display: flex;
        flex-direction: row; 
    }
    
.headline {
    width: 25%;
    height: 10vh;
    /*background-color: yellow;*/
    display: flex;
    align-items: center;
}

.ikonbox {
    width: 75%;
    height: 10vh;
    padding-left: 30px;
    /*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:10px;
}

.workikon li img {
    width: 100px; 
    height: 100px;
    border: 2px solid #ccc;
    border-radius: 15px;
}


.pagenav {
        width: 130px;
        height: 900px;
        margin-left: 25px;
        /* background: #09c; */
    }

    .pgmenu {
        width: 120px;
        height: 700px;
        /* background: #eee; */
        list-style: none;
    }
    
        
    .pgmenu li img {
        width: 100px;
        height: 100px;
        margin-top: 12px;
        border: 2px solid #ccc;
        border-radius: 15px;
        float: left;
    }


.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;
}

}
