@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%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    min-height: 500px;  /* Memberikan tinggi minimal agar kolom terlihat tinggi */
}

.teks-resp20 {font-size:20px; color: black;}
.teks-resp30 {font-size:30px; color: black;}


/* --- | PIX BOX | --- */


.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;
}

/* ----------|   TEXT  |-------------*/

.teks-resp20 {font-size:20px; line-height:1.0; color:black;}
.teks-resp30 {font-size:30px; color: black;}


/* -----------------| front |------------------*/

.frontprobox {
    flex: 0 0 calc(75%); 
    border-right: 1px solid #ccc;
    /*background-color: yellow;*/
}


.box-banner {
    width: 100%;
    height: 25vh;
    /*background-color: orange;*/
}

.box-banner img {
    width: 100%;
}


.wlc {
    width: 80%;
    height: 3.7vh;
    margin-top: 7vh;
    margin-left: 12.5vw;
    /*background-color: yellow;*/
    display: flex;
    justify-content: flex-end;
}

.info {
    width: 95.5%;
    height: 4vh;
    margin-top: 3vh;
    /*background-color: yellow;*/
    border-bottom: 2px solid #ccc;
    margin-left: 1.5vw;
}



.box-4info {
    width: 97%;
    height: 40vh;
    margin-top: 1vh;
    margin-left: 1.5vw;
    /*background-color: orange;*/
    display: flex;
    flex-direction: row; 
    flex: 1;    
}


.box-pix5 {
    width: 24%;
    height: 46vh;
    margin-right:1.1vw;
    /*background-color: red;*/
    border: 1px solid #ccc;
    border-bottom: 5px solid black;
}

.header5 {
    width: 100%;
    height: 5vh;
    color: white;
    background-color: #09c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pix5 {
    width: 100%;
    height: 10.7vw;
    overflow: hidden;
    /*background-color: skyblue;*/
}

.tex5{
    width: 90%;
    height: 16vh;
    margin-top: 0.5vw;
    margin-left: 1vw;
    /*background-color: yellow;*/
}

.tex5a{
    width: 90%;
    height: 3vh;
    margin-top: 0.5vw;
    margin-left: 1vw;
    color: red;
    /*background-color: yellow;*/
}


.judul {
    width:100%;
    height:40px;
    /*background-color:yellow;*/
    font-size: 26px;
    color: grey;
    padding-left: 20px;
    border-bottom:1px solid #ccc;
}

.visitor {
    width:80%;
    height:30px;
    margin-top:20px;
    margin-left:50px;
    /*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;
}


/* -----------------| side |------------------*/

.sideprobox {
    flex: 0 0 calc(25%); 
    background-color: #eee;
}

.advbox5 {
    width:100%;
    height:30vh;
    /*background-color: yellow;*/
}

.ikonbox5 {
        width: 75%;
        height: 10vh;
        margin-top: 2vh;
        margin-left: 4vw;
         /*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: 5vw;
    /*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;
}

}

