@media (min-width:1025px) and (max-width:1366px) {

    * {
        margin: auto;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
    }

    .wrap {
        width: 1300px;
        height: 680px;
        margin-left:auto;
        margin-right:auto;
        border: 3px solid black;
    }

    #header {
        width: 1300;
        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;
    }

    .content {
        width: 1298px;
        height: 585px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }

    .congrupfront1 {
        width: 1028px;
        height: 585px;
        float: left;
    }
    
    .banner {display:none;}
    
    .banner1366 {
        width:1028px;
    }
    
    .banner1366 img {
        width: 1028px;
    }

    .boxadv {
        width: 1000px;
        height: 200px;
        background: #035;
    }

    .boxadv img {
        width: 1000px;
    }


    /* ------ format 1024 --------- */

    .boxadv-1024 {
        display: none;
    }

    .logo-1024 {
        display: none;
    }


    .nama_grup-1024 {
        display: none;
    }

    /* ------ format 1024 --------- */


    .titlefrontgrup {
        width: 950px;
        height: 30px;
        margin-left: 54px;
        margin: 15px 0px 0px 54px;
        /* background-color: #069; */
        font-size: 30px;
        text-align: right;
    }

    .boxdisplay3 {
        width: 988px;
        height: 330px;
        margin-top: 0px;
        margin-left: 40px;
        /*background:yellow;*/
    }

    .titlefrontgrup2 {
        width: 963px;
        height: 25px;
        margin-bottom: 10px;
        margin-left:1px;
        border-bottom: 2px solid #ccc;
        /*background:skyblue;*/
        font-size: 24px;
    }

    .box3 {
        width: 220px;
        height: 300px;
        border: 1px solid #ccc;
        margin-right: 25px;
        background: #222;
        float: left;
    }

    .judul {
        width: 220px;
        height: 30px;
        background-color: maroon;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #eee;
    }

    .box3_pix {
        width: 220px;
        height: 150px;
        overflow: hidden;
    }

    .box3_pix img {
        width: 220px;
        height: 165px;
    }

    .box3_text {
        width: 195px;
        height: 100px;
        background-color: #f9f9f9;
        padding: 10px 10px 10px 15px;
    }

    .conhome1 {
        width: 598px;
        height: 585px;
        float: left;
    }

    .conhome2 {
        width: 700px;
        height: 585px;
        background: #eee;
        float: left;
    }
    

    .congrupfront2 {
        width: 270px;
        height: 585px;
        background: #f9f9f9;
        float: left;
    }

    .menufrontgrup {
        width: 260px;
        height: 580px;
        margin-left: 15px;
         /*background: skyblue; */
    }

    .menufg {
        width: 240px;
        height: 500px;
        /* background: #eee; */
        list-style: none;

    }

    .menufg li img {
        width: 100px;
        height: 100px;
        margin-top: 12px;
        margin-right: 12px;
        border: 2px solid #ccc;
        border-radius: 15px;
        float: left;
    }


    .homegrup {
        width: 700px;
        height: 120px;
        /*background-color: #035;*/
    }
    

    .menuhomegrup {
        width: 700px;
        height: 460px;
        margin-left: 30px;
        /* background: #09c; */
    }

    .menuhg1 {
        width: 600px;
        height: 480px;
        /* background: #eee; */
        list-style: none;

    }

    .menuhg1 li img {
        width: 100px;
        height: 100px;
        margin-top: 10px;
        margin-right: 12px;
        border: 2px solid #ccc;
        border-radius: 15px;
        float: left;
    }

    /* ------ format 1024 --------- */

    .congrupfront2-1024 {
        display: none;
    }

    .menufrontgrup-1024 {
        display: none;
    }

    .menufg-1024 {
        display: none;

    }

    .menufg-1024 li img {
        display: none;
    }

    /* ------ tutup format 1024 --------- */


    .navigasi {
        width: 1300px;
        height: 19px;
        background: #035;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #999;
        float: left;
    }

    .linebar {
        width: 1300px;
        background: #09c;
        height: 3px;
        float: left;
    }

    .copyright {
        width: 1300px;
        height: 21px;
        background: #222;
        color: grey;
        text-align: center;
        float: left;
        padding-top: 5px;
    }

}