.mod_header{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    box-sizing: border-box;
}

.box_mid_header{
	position:relative;
	width: 1100px;
	height: 100%;
}
.boxheaderlogo{
	position: relative;
    height: 100%;
    padding-top: 2px;
    float: left;
}
.header_logo{
	position:relative;
	float:left;
	padding:6px;
	width: auto;
	height: 40px;
}
.boxheaderttl{
	position:relative;
	float:left;
	width: auto;
	margin-top:5px;
	height: 80px;
	color: white;
	margin-left: 4px;
}
.boxheaderttl_main{
	font-size: 17px;
    font-weight: bold;
    margin-top: 2px;
}
.boxheaderttl_sub{
	font-size: 12px;
	font-weight: bold;
	margin-top: -4px;
}
.box_menu_header{
	position: absolute;
	width: 100%;
	box-sizing:border-box;
	top: 0px;
	padding-left: 25px;
}
.box_menu_header_mid{
	position: relative;
	width: 1100px;
	margin-top: 25px;
}
.menu_header{
	position:absolute;
    width: auto;
    text-align: right;
    box-sizing: border-box;
    letter-spacing: 1.4px;
    float: right;
    right: 0px;
    top: 25px;
}
.icon_menu_header{
	float:left;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.icon_menu_header img{
	width: 100%;
}
.menu_icon{
	position: absolute;
	right: 10px;
	width: 50px;
	height: 50px;
	top: 7px;
	background: url('img/menu_atas.png') no-repeat;
	background-size:40px 40px;
	display: none;
}
.clmenuheader{
    position: relative;
    font-family: "Montserrat",sans-serif;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    width: auto;
    float: right;
    box-sizing: border-box;
    letter-spacing: 0.2px;
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
    /*font-weight: bold;*/
}
.clmenuheader:before{
	position:absolute;
	content:"";
    border-right: 1.3px solid #f8c72e;
    bottom: 18px;
    height: 16px;
    width: 2px;
    /*font-weight: bold;*/
    right: -5px;
}
.clmenuheader a:hover{
	background: #708776;
    color: #000000;
    
}
.clmenuheader a{
	background: #708776;
	color: #ffffff;
	text-decoration: none;
	position: relative;
	 /*font-weight: bold;*/
}

.clmenuheader span{
	padding: 3px 6px;
	display: block;
	height: 25px;
	
}
.menuaktif{
	background: #708776;
	color: white;
}

.clmenuheadersub{
	padding-right: 13px;
}
.clmenuheadersub:after{
	position: absolute;
	content:"";
	right: 3px;
	background: url(img/panahbawah.png) no-repeat;
	background-size:11px 8px;
	width: 11px;
	height: 8px;
	top: 12px;
}
.clmenuheadersub:hover{
	color: #000000;
}
.btheader{
    display:none;
	font-size: 16px;
	font-weight: bold;
	width: 23px;
	height: 25px;
	background: url("img/menuicon.png") no-repeat;
	background-size: 23px 25px;
}
.btheader:hover{
	color: green;
	cursor: pointer;
}

.boxmenusub{
	position:absolute;
	background: #ffffff;
	margin: 0px;
	padding: 0px 0px;
	right:0px;
	height: 0px;
	min-width:190px;
	width:100%;
	overflow:hidden;
	-webkit-transition: all 0.5s linear;
	transition: height all 0.5s linear;
	box-shadow: 0px 0px 3px #ccc5c5;
	margin-top: 3px;
}
.boxmenusub li{
	list-style: none;
}
.boxmenusub li a{
	color: #000000;
}
.boxmenusub .boxbarissub{
	position:relative;
	padding: 8px 5px;
	font-size:11px;
	border-bottom: 1px solid #f0f0f0;
	-webkit-transition: all 0.5s linear;
	transition: height all 0.5s linear;
}

.boxmenusub .boxbarissub:hover{
	background: #708776;
	color: #f2f4f3 !important;
}
.boxbarissub a{
    color: #774a4a;
}

.boxbarissub a:hover{
    color: #f2f4f3;
}

.subshow{
	height:auto;
	overflow:visible;
}
.boxmenusubsub{
	position:absolute;
	background: #e6e8e7;
	margin: 0px -41px;
	padding: 0px 0px;
	height: 0px;
	top:0px;
	width:190px;
	overflow:hidden;
	-webkit-transition: all 0.5s linear;
	transition: height all 0.5s linear;
}
.boxmenusubsub li,.boxmenusubsubkiri li{
	list-style: none;
}
.boxmenusubsub .boxbarissubsub{
	position:relative;
	color: white;
	background: #e6e8e7;
	padding: 8px 5px;
	font-size:11px;
	border-bottom: 1px solid #888a89;
	-webkit-transition: all 0.5s linear;
	transition: height all 0.5s linear;
}
.boxmenusubsub .boxbarissubsub:hover{
	background: #999b00;
}

.subsubshow{
	height:auto;
}

.box_menu_slide{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(230, 230, 230, 0.9);
	left: -110%;
	top: 0px;
	z-index: 1000;
	overflow:auto;
	-webkit-transition: left 0.5s;
    transition: left 0.5s;
    box-sizing: border-box;
}

.box_menu_slide_show{
	left: 0%;
}
.box_menu_slide ul{
	width:100%;
	box-sizing: border-box;
}
.box_menu_slide ul li{
	text-align: left;
	font-size: 16px;
	margin-bottom: 5px;
	width: 100%;
	list-style: none;
	padding: 8px 6px;
	margin-left: 0px;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}
.box_menu_slide a{
	color: #4a1700;
	text-decoration: none;
	width: 100%;
	box-sizing: border-box;
	
}


/*Mobile*/
@media only screen and (max-width: 800px) {
	.header_logo{
		display: none;
	}
	.box_mid_header{
		width: 100%;
	}
	
    .menu_header{
    	display: none;
    }
    .menu_icon{
    	display: block;
    	cursor: pointer;
    }
    .box_menu_slide{
    	display: block;
    }
    .boxheaderttl{
    	display: none;
    }

}