@media (min-width:1368px) and (max-width:1920px) {

*{
    margin: auto;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.wrap {
    width: 1890px;
    height: 990px;
    /* border: 5px solid black; */
}

#header {
    width: 1890;
    height: 40px;
    background-image:url('../../main_images/001_001_blank20.jpg');
}

#linehead1{width:1890px; height:5px; background:#035;}
#linehead2{width:1890px; height:3px; background:#09c;}
#linehead3{width:1890px; height:2px; background:#999;}

.container {
    width: 1890px;
    height: 900px;
    border-left:  1px solid #ccc;
    border-right:  1px solid #ccc;
}

.leftbox {
    width: 1230px;
    height: 900px;
    float: left;
}

.leftroom {
    width: 400px;
    height: 900px;
    float: left;
}

.logobox {
    width: 400px;
    height: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logobox img {
    width: 300px;
}

.midroom {
    width: 830px;
    height: 900px;
    background-color: #f5f5f5;
    float: left;
} 

.title2 {
    width: 750px;
    margin-left: 40px;
    margin-top: 30px;
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid grey;
}

.pix {
    width: 750px;
    margin-left: 40px;
    margin-top: 10px;
}

.pix img {
    width: 750px;
}

.eventbox {display:none;}
.eventtitle {display:none;}
.menuevn {display:none;}

.adv {
    width:830px;
    height:200px;
}

.rightbox {
    width: 650px;
    height: 900px;
    border-left: 1px solid #ccc;
    float: left;
}

.menuweb31{width:625px; min-height:135px;  margin-top:35px; margin_left:55px; float:left;}	

.menuweb31b{width:625px; min-height:135px;  margin-top:35px; margin_left:55px; float:left;}
			
	.titlenav{width:567px; height:24px; margin-left:41px; border-bottom:1px solid #ccc; float:left;}
			
			.menu3 li{ width:100; height:100; float:left; list-style-type:none; margin-top:15px; margin-right:17px;}
			.menu3{position:relative; top:-5px; left:40px;}

.menuweb32{width:625px; min-height:270px;  margin-top:35px; margin_left:55px; float:left;}	

.menuweb32-1366{display:none}

.menuweb35 {width:625px; min-height:135px;  margin-top:35px; margin_left:55px; float:left;}	

        .titlenav35 {width:567px; height:24px; margin-left:41px; border-bottom:1px solid #ccc; float:left;}
        
        .menu35 li{ width:100; height:100; float:left; list-style-type:none; margin-top:15px; margin-right:17px;}
		.menu35{position:relative; top:-5px; left:40px;}

.navigasi{width:1890px; height:19px; background:#035; border-top:1px solid #ccc; border-bottom:1px solid #999; float:left;}
		
.linebar{width:1890px; background:#09c; height:3px; float:left;}

.copyright{width:1890px; height:19px; background:#222; color:grey; text-align:center; float:left; padding-top:5px;}

}