html {
	scroll-padding-top: 85.34px; /* height of sticky header */
}
body{
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #4d4d4d;
	padding-top: 85.34px;
}
.container{
	position: relative;
}
@media(max-width: 768px){
	html {
		scroll-padding-top: 69px; /* height of sticky header */
	}
	body{
		padding-top: 69px;
	}
}
a {
    text-decoration: none;
}
/*===========================================*/
/*================ NAVBAR ===================*/
/*===========================================*/
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl{
	justify-content: space-between;
}
.navbar-bg .navbar-brand{
	position: relative;
}
.navbar-bg .navbar-brand img.logo{
	margin-right: 20px;
	width: 150px;
}
#collapseNavbar li:last-child{
	margin-right: 0;
}
.navbar-bg{
	background-color: #5e73d8;
	color: #fff;
	padding: 15px 30px;
	height: auto;
	transition: all .5s;
}
ul.navbar-nav{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	width: 100%;
	justify-content: center;
}
ul.navbar-nav > li{
	position: relative;
	min-width: 100px;
	text-align: center;
}
ul.navbar-nav > li.nav-item > a{
/*	border: 1px solid #d9d9d9;*/
/*	text-transform: uppercase;*/
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	color: #fff;
	padding: 5px 0;
	margin: 0 15px;
}
ul.navbar-nav > li > a:focus,
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a.selected{
	border-bottom: 2px solid #fff !important;
	text-decoration: none;
}
.navbar-bg ul.socmed-list{
	list-style-type: none;
	padding: 0;
	margin: 0 0 0;
	width: 15%;
	display: flex;
	justify-content: flex-end;
}
.navbar-bg ul.socmed-list li{
	margin-right: 10px;
	text-align: center;
	line-height: 1;
}
.navbar-bg ul.socmed-list li:last-child{
	margin-right: 0;
}
.navbar-bg ul.socmed-list li a{
	background-color: #fff;
	text-decoration: none;
	color: #5e73d8;
	font-size: 1rem;
	border-radius: 5px;
	padding: 8px;
	min-width: 35px;
	min-height: 1px;
	display: block;
}
.navbar-bg ul.socmed-list li a:hover{
	color: #2a3da3;
}
ul.dropdown-menu > li{
	margin-bottom: 0;
}
ul.dropdown-menu > li:last-child{
	margin-bottom: 0;
}
ul.dropdown-menu > li > a{
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 16pt;
	color: #cecece;
	padding: 15px 20px;
	display: block;
	text-decoration: none;
	line-height: 1;
}
ul.dropdown-menu > li > a:hover{
	color: #ad7637;
	background-color: #212223;
}
@media(max-width: 768px){
	ul.navbar-nav > li{
		text-align: left;
		margin-bottom: 0;
		/* border-bottom: 1px solid #202122; */
	}
	ul.navbar-nav > li.nav-item > a{
		padding: 0 22px;
		margin: 15px 0 0;
		display: block;
		border-bottom: 1px solid #fff;
		padding-bottom: 15px;
	}
	ul.navbar-nav > li:not(.dropdown) > a:focus,
	ul.navbar-nav > li:not(.dropdown) > a:hover,
	ul.navbar-nav > li:not(.dropdown) > a.selected{
		border-bottom: 1px solid #fcbd19 !important;
		text-decoration: none;
		color: #fcbd19;
	}
	ul.dropdown-menu > li > a{
		padding: 15px 40px;
	}
	ul.navbar-nav > li > a:focus, ul.navbar-nav > li > a:hover, ul.navbar-nav > li > a.selected{
		border-bottom: 1px solid #fff !important;
	}
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		background-color: #151313;
		margin: 0;
		padding: 0;
		top: 40px;
		width: max-content !important;
	}
}
/*===========================================*/
/*============== END NAVBAR =================*/
/*===========================================*/

/* =============== SIDE NAV ================*/
div#judulmenu{
	float: right;
	display: block;
	width: 100%;
	color: #fff;
}
.nav-overlay{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1111;
}
.nav-sidenav{
	background-color: #2a3ca0;
	width: 0;
	height: 100%;
	font-family: "Montserrat", sans-serif;
	position: fixed;
	z-index: 11112;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-bottom: 20px;
	color: #fff;
}
#nav-judulmenu{
	background-color: #0f829b;
	height: 59px;
	color: #ce8b13;
	margin-bottom: 10px;
}
.nav-sidenav a img{
	margin-right: 20px;
	position: relative;
	left: 5px;
}
.nav-sidenav #judulmenu span{
	border-bottom: 2px solid #fff;
	padding: 20px 21px;
	float: left;
	font-size: 16pt;
	width: 100%;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 1;
	color: #fcbd19;
}
.nav-sidenav a.closebtn{
	color: #fff;
	position: absolute;
	right: 25px;
	font-size: 24pt;
	font-weight: bold;
	top: 5px;
	text-decoration: none;
}
.navbar-mobile{
	list-style-type: none;
	padding-left: 0;
	float: left;
	width: 100%;
}
.navbar-mobile li{
	display: block;
	padding-left: 0;
}
.navbar-mobile li.active a{
	color: #4d5dbf;
}
.navbar-mobile li a{
	padding: 10px 30px;
	text-decoration: none;
	font-size: 12pt;
	color: #fff;
	display: block;
	transition: 0.3s;
}
.navbar-mobile>li.lang{
	display: flex;
	font-size: 5vw;
	align-items: baseline;
	justify-content: center;
}
.nav-separator{
	border-left: 1px solid #959595;
	float: left;
	margin: 10px 15px 0 0;
	height: 40px;
	width: 1px;
}
@media(max-width: 768px){
	.navbar-inverse{
		background: unset;
		height: auto;
		border-bottom: 0;
	}
	.navbar-toggle{
		padding: 9px 0;
		border: 0px solid transparent;
	}
	.navbar-inverse .navbar-toggle .icon-bar{
		background-color: #a9a9a9;
	}
	.navbar-toggle .icon-bar{
		display: block;
		width: 45px;
		height: 5px;
		border-radius: 10px;
	}
	.navbar-toggle{
		position: relative;
		float: left;
		padding: 9px 10px;
		margin-right: 20px;
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.navbar-toggle .icon-bar+.icon-bar{
		margin-top: 8px;
	}
	.navbar-inverse .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:hover{
		background-color: transparent;
	}
	.nav-sidenav a img{
		margin-right: 0;
		position: unset;
		left: 0;
	}
	.navbar-bg{
		justify-content: flex-start;
		padding: 15px 10px;
	}
	.navbar-bg .navbar-brand{
		padding: 0;
		/* display: none; */
	}
	.navbar-bg .py-2{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.navbar-bg .navbar-brand:after{
		content: '';
		position: absolute;
		border-right: 0;
	}
	.navbar-bg .colnav{
		/* margin-right: 15px; */
		padding: 0;
		color: #fff;
		font-size: 28pt;
	}
	#dwmyacc{
		line-height: 1.2;
		white-space: nowrap;
		width: 180px;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-right: 20px;
	}
	#dwmyacc.dropdown-toggle::after{
		right: 10px;
		position: absolute;
		top: 45%;
	}
	.navbar-nav .dropdown-menu{
		position: static !important;
		transform: translate3d(0, 0, 0) !important;
		background-color: transparent;
		padding: 0;
	}
	.navbar-bg .navbar-brand img.logo{
		width: 110px;
	}
	ul.navbar-nav > li.nav-item > a{
		font-size: 1rem;
		font-weight: 400;
	}
}
/* ===================== END SIDENAV ===================== */