.mod_header{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    box-sizing: border-box;
}

.box_mid_header{
	position:relative;
	width:100%;
	min-width: 1100px;
	height: 100%;
}
.boxheaderlogo{
	position: relative;
    height: 100%;
    padding-top: 1px;
    float: left;
}
.header_logo{
	position:relative;
	float:left;
	width: auto;
	margin-top: 10px;
	height: 58px;
	margin-left: 10px;
}
.boxheaderttl{
	position:relative;
	float:left;
	width: auto;
	margin-top:0px;
	height: 78px;
	color: white;
	width: 410px;
	margin-left: 10px;
}
.boxheaderttl_main{
	font-size: 28px;
	font-family:"bahnschrift";
	font-weight: bold;
	margin-top: 13px;
}
.boxheaderttl_sub{
	font-size: 14px;
	font-weight:bold;
	font-family:"Palanquin";
	margin-top: -5px;
}
.box_menu_header{
	position: absolute;
	width: 100%;
	height:100%;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
}
.box_menu_header_mid{
	position: relative;
	min-width: 1100px;
	margin-top: 40px;
}
.menu_header{
	position:absolute;
    width: auto;
    text-align: right;
    box-sizing: border-box;
    letter-spacing: 1.4px;
    float: right;
    right: 0px;
}
.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: 60px;
	height: 60px;
	top: 13px;
	background: url('img/menu_atas.png') no-repeat;
	background-size:50px 50px;
	display: none;
	z-index: 100;
}
.clmenuheader{
    position: relative;
    font-family: "Quicksand",sans-serif;
    color: #ededed;
    font-size: 13px;
    cursor: pointer;
    width: auto;
    float: right;
    box-sizing: border-box;
    letter-spacing: 0.8px;
    border-radius: 5px;
    margin-right: 2px;
    margin-left: 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.clmenuheader:before{
	position:absolute;
	content:"";
    bottom: 14px;
    height: 50px;
    width: 3px;
    right: -5px;
}
.clmenuheader a:hover{
    color: #ff6868;
}
.clmenuheader a{
	color: #ededed;
	text-decoration: none;
	position: relative;
}

.clmenuheader span{
	padding: 3px 6px;
	display: block;
	height: 38px;
	
}
.menuaktif{
	background: #f72d22;
	color: white;
}

.clmenuheadersub{
	padding-right: 13px;
}
.clmenuheadersub:after{
	position: absolute;
	content:"";
	right: 0px;
	background: url(img/panahbawah.png) no-repeat;
	background-size:11px 8px;
	width: 11px;
	height: 8px;
	top: 12px;
}
.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;
	background:white;
	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: rgb(230, 230, 230);
	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;
	
}

.tab_menu_sub{
	margin-left: 20px !important;
	color: #c90047;
}
/*Mobile*/
@media only screen and (max-width: 800px) {
	.header_logo{
		display: none;
	}
	.box_mid_header{
		width: 100%;
		min-width: 100%;
	}
	
    .menu_header{
    	display: none;
    }
    .menu_icon{
    	display: block;
    	cursor: pointer;
    }
    .box_menu_slide{
    	display: block;
    }
    .boxheaderttl{
    	margin-left: 5px;
    	margin-top: 0px;
    	width: calc(100% - 70px);
    }
	.boxheaderttl_main{
		font-size: 20px;
	}
	.boxheaderttl_sub{
		font-size: 10px;
		margin-top: 2px;
	}
}