.header-nav{
	clear: both;
	/*padding-bottom: .5rem;*/
	position: -webkit-sticky;
	height: 100%;
	width: 100%;
	background: #ffa400;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

/*submenu*/
section.sub-menu1 {
	position: sticky;
	position: -webkit-sticky;
	top: 75px;
	margin: auto;
	z-index: 1000;
	/*background: #f9a01b;*/
	-webkit-transition: .4s;
	transition: .4s;
	/* Shadow */
	/*-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);*/
	/*box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);*/
}

section.sub-menu1 ul li {
	padding: 10px 5px;
	margin: auto;
}

section.sub-menu1 ul li.active > a:before {
	width: 100%;
}

section.sub-menu1 ul li:hover > a {
	color: black;
}

section.sub-menu1 ul li:hover > a:before {
	width: 100%;
}

section.sub-menu1 ul li a {
	position: relative;
	font-family: MontBold;
	font-size: 14px;
	color: #212529;
	text-decoration: none;
	-webkit-transition: .4s;
	transition: .4s;
}

section.sub-menu1 ul li a:before {
	content: '';
	position: absolute;
	width: 0;
	border-bottom: 5px solid black;
	-webkit-transition: .4s;
	transition: .4s;
	bottom: -10px;
}

section.sub-menu1 .d-flex {
	margin: 0;
}

@media only screen and (max-width: 1023px) {
	section.sub-menu1 {
		display: none;
	}
}

/*sidebar menu*/
/*referensi*/
/*https://gosnippets.com/snippets/advanced-drop-down-menu-using-html-css-javascript-snippet*/
/*https://gosnippets.com/tags/dropdown*/
.menu-vertical{
	cursor: pointer;
}
.menu-vertical:hover .wrapper{
	margin-top: 40px;
	display: block;
	/*display: flex;*/
	z-index: 999;
	cursor: pointer;
}

.wrapper {
	content: '';
	position: absolute;
	/*top: 65px;*/
	/*display: flex;*/
	/*width: 400px;*/
	overflow: hidden;
	border-radius: 0 0 15px 15px;
	background: #ffa400;
	display: none;
	transition: all 0.3s ease;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
	z-index: -9999;
}


.wrapper.show {
	margin-top: 50px;
	display: block;
	display: flex;
	z-index: 999;
}

.wrapper ul {
	width: auto;
	list-style: none;
	padding: 10px;
	transition: all 0.3s ease;
}

.wrapper ul li {
	line-height: 45px;
}

.wrapper ul li a {
	position: relative;
	color: #212529;
	font-size: 1rem;
	font-weight: 500;
	padding: 0 10px;
	display: flex;
	/*border-radius: 8px;*/
	align-items: center;
	text-decoration: none;
}

.wrapper ul li:hover a {
	/*background: #212529;*/
	/*color: white;*/
	/*width: 100%;*/
	border-bottom: 3px solid black;
}

ul li a .icon {
	height: 25px;
	width: 25px;
	margin-right: 13px;
	/*background: #212529;*/
	display: flex;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
}

/*ganti span ke img*/
/*ul li a .icon span {*/
/*	line-height: 40px;*/
/*	font-size: 20px;*/
/*	color: #b0b3b8;*/
/*}*/
/*ul li a .icon img {*/
/*	height: 40px;*/
/*	width: 40px;*/
/*	line-height: 40px;*/
/*	font-size: 20px;*/
/*	color: #b0b3b8;*/
/*}*/

ul li a i {
	position: absolute;
	right: 10px;
	font-size: 25px;
	pointer-events: none;
}

/*slider*/
.caption-text{
	/*top: 52% !important;*/
	position: absolute;
	left: 5rem;
	bottom: 10rem;
}

/*for icon marketplace*/
.icon-marketplace-menu{
	display: block;
	list-style: none;
	margin: 0;
	text-align: center;
}
.icon-marketplace-menu li{
	display: inline-block;
}
.icon-marketplace-menu a, .icon-marketplace-menu img{
	display: block;
}
.icon-marketplace-menu{
	position: relative;
}
.icon-marketplace-menu li:hover a{
	line-height: 50px;
}

/*img*/
.icon-marketplace{
	height: 30px;
	width: auto;
}
