@font-face {
	font-family: 'Aeonik';
	src: url('https://class.cakrabiwa.co.id/font/aeonik/Aeonik-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Aeonik-bold';
	font-style: normal;
	font-weight: bold;
	src: url('https://class.cakrabiwa.co.id/font/aeonik/Aeonik-Bold.woff2') format('woff2');
}

body {
	font-family: 'Aeonik';
	min-height: 100vh;
}

* {
	box-sizing: border-box;
}

.Logo {
	display: flex;
	max-width: 1200px;
	width: 100%;
}

.Logo.col3>div {
	flex: calc(100% / 3);
}

#Header {
	margin: 0;
	padding: 20px 0;
}

#Header .Logo.col3>div:nth-child(1) {
	text-align: left;
}

#Header .Logo.col3>div:nth-child(3) {
	text-align: right;
}

#Header .Logo.col3>div:last-child>* {
	padding: 10px 20px;
	border-radius: 10px;
	background: #AC0F34;
	color: #fff;
	margin-left: 10px;
	cursor: pointer;
}

#Konten #BackMenu {
	background: #AC0F34;
	color: #fff;
}

a#BackMenu:hover:before {
	border-right: 10px solid #fff;
}

#Konten #BackMenu:hover,
#Header .Logo.col3>div:last-child>*:hover {
	background: #ea3760;
}

#Header .Logo.col3>div:last-child div {
	display: inline-block;
	align-items: center;
	height: unset;
}

.editor .opsi {
	bottom: unset;
	left: 0px;
	top: 100%;
}

#Header .judul>h1 {
	background: #ac0f34;
	color: #fff;
	padding: 7px 25px;
	display: inline-block;
	border-radius: 10px;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	text-shadow: unset;
	margin: unset;
}

#Header .judul>h2 {
	margin-top: 30px;
	font-family: 'Aeonik-bold';
	color: #262c31;
	font-size: 26px;
}

#Crumbs {
	text-align: center;
	box-shadow: unset;
}

#Crumbs a {
	background: #ac0f34;
	padding: 5px 20px;
	border-radius: 5px;
	text-transform: uppercase;
}

#Crumbs a:hover {
	background: #ea3760;
}

#Crumbs a::after,
#Crumbs a::before {
	content: unset;

}

#Konten #BoxKonten>div.Menu {
	grid-template-columns: calc(25% - calc(90px / 4)) calc(25% - calc(90px / 4)) calc(25% - calc(90px / 4)) calc(25% - calc(90px / 4));
	gap: 30px;
}

#Konten #BoxKonten>div.Menu a {
	font-family: 'Aeonik-bold';
	background: #fff;
	border: 2px solid #262c31;
	text-shadow: unset;
	color: #262c31;
	padding: 5px;
	min-height: 80px;
	margin: 0;
}

#Konten #BoxKonten>div.Menu a:hover {
	background: #fce0e6;
}

#footer {
	/* position: relative; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}

#footer a {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 0;
	padding: 10px 6px;
}

#footer a svg {
	width: 40px;
	fill: #353535;
}

#footer a:hover svg {
	fill: #ac0f34;
}

#footer a:hover {
	color: #ac0f34;
}

@media only screen and (max-width: 700px) {
	#Header .Logo.col3 {
		padding-top: 50px;
		margin-bottom: 50px;
		height: 120px;
	}

	.Logo.col3>div {
		flex: calc(100% / 2);
	}

	.Logo.col3>div:nth-child(2) {
		text-align: right;
	}

	.Logo.col3>div:last-child {
		position: absolute;
		top: 0px;
		right: 10px;
	}

	#Header {
		padding-top: 0px;
	}

	#Header .Logo.col3 img {
		margin: 0px 20px;
		height: 100%;
	}

	#Header .Logo.col3>div:last-child>* {
		font-size: 12px;
		padding: 5px 10px;
	}

	#Konten {
		padding-bottom: 50px;
	}
}