html,body {
	/* min-width: 380px; */
	min-height: 100%;
}
body {
	font-family: 'Arial', sans-serif;
	color: #000;
	/* background-color: #ffffff;*/
	background-color: #000000;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23222' stroke-width='10' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}
a:hover {
	text-decoration: none;
}
#pageHeader {
	height: 100px;
	
}
#pageHeader .sosmed {
	height: 40px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.sosmed > div {
	white-space: nowrap;
}
.sosmed {
	display: none!important;
}
#pageBody {
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23222' stroke-width='10' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}
#pageHeader .body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
	transition: all 0.5s ease-in-out;
}
#pageHeader .body .logo {
	width: 270px;
	height: 60px;
	margin-top: -5px;
	font-weight: bold;
	transition: all 0.5s ease-in-out;
}
#pageHeader .body .logo > a, .logo {
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}
#pageHeader .body .logo > a > span, .logo > span {
	color: #af8836;
	font-size: 20px;
	
}
#pageHeader .body .menu {
	max-width: 550px;
	/* width: 500px; */
	height: 40px;
	/* background-color: #ffffff; */
	border-radius: 10px;
	padding: 0px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* box-shadow: 2px 2px 4px #000000a6; */
	transition: all 0.2s ease-in-out;
}
#pageHeader .body .menu > .menuLeft {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: all 0.2s ease-in-out;
}
#pageHeader .body .menu > .menuRight {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: all 0.2s ease-in-out;
}
#pageHeader .body .menu .menuItem {
	height: 100%;
	transition: all 0.2s ease-in-out;
}
#pageHeader .body .menu .menuItem > a {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 10px;
	transition: color 0.2s ease-in-out;
	white-space: nowrap;
}
#pageHeader .body .menu .menuItem > a:hover {
	color: #e9e9e9;
}
#pageHeader .body .menu .menuItem > a > i {
	font-size: 24px;
}
#pageHeader .body .menu .menuRight .menuItem a {
	display: flex;
	align-items: center;
}
#time {
	height: 30px;
	background: rgb(159,107,17);
	background: -moz-linear-gradient(90deg, rgba(159,107,17,1) 0%, rgba(228,187,93,1) 25%, rgba(159,107,17,1) 50%, rgba(228,187,93,1) 75%, rgba(159,107,17,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(159,107,17,1) 0%, rgba(228,187,93,1) 25%, rgba(159,107,17,1) 50%, rgba(228,187,93,1) 75%, rgba(159,107,17,1) 100%);
	background: linear-gradient(90deg, rgba(159,107,17,1) 0%, rgba(228,187,93,1) 25%, rgba(159,107,17,1) 50%, rgba(228,187,93,1) 75%, rgba(159,107,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9f6b11",endColorstr="#9f6b11",GradientType=1);
	color: #464646;
}
#time .container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
#pageFooter {
	color: #ffffff;
}

.bg-grad-orange {
	background: rgb(217,101,40);
	background: -moz-linear-gradient(0deg, rgba(217,101,40,1) 0%, rgba(250,170,56,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(217,101,40,1) 0%, rgba(250,170,56,1) 100%);
	background: linear-gradient(0deg, rgba(217,101,40,1) 0%, rgba(250,170,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d96528",endColorstr="#faaa38",GradientType=1);
}
.newline {
	display: none;
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
	#pageHeader {
		height: auto;
		/* padding-top: 10px; */
		/* padding-bottom: 10px; */
	}
	#pageHeader .body {
		display: block;
		text-align: center;
		height: auto;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	#pageHeader .body .logo {
		width: 100%;
	}
	#pageHeader .body .menu {
		width: 100%;
		justify-content: center;
	}
	#pageHeader .body .menu .menuItem a, #pageHeader .body .menu .menuItem a i {
		font-size: 16px;
	}
	#pageHeader .sosmed {
		width: 100%;
		justify-content: center;
		font-size: 14px;
	}
	#time .container {
		justify-content: center;
		font-size: 14px;
	}

}
@media (max-width: 575px) {
	.newline {
		display: block;
	}
	#pageHeader .sosmed {
		font-size: 12px;
	}
	#pageHeader .body .menu .menuItem a, #pageHeader .body .menu .menuItem a i {
		font-size: 14px;
	}
}
@media (max-width: 380px) {
	#pageHeader .body .menu .menuItem a, #pageHeader .body .menu .menuItem a i {
		font-size: 13px;
	}
}