/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');*/

.dropdown-toggle:after { content: none }

@font-face {
	font-family: SuezOne;
	src: url(../../files/font/SuezOne-Regular.ttf);
}
@font-face {
	font-family: Oswald;
	src: url(../../files/font/Oswald-Bold.ttf);
}
@font-face {
	font-family: PTSerif;
	src: url(../../files/font/PTSerif-Regular.ttf);
}
@font-face {
	font-family: PoppinBold;
	src: url(../../files/font/Poppins-Bold.ttf);
}
@font-face {
	font-family: PoppinRegular;
	src: url(../../files/font/Poppins-Regular.ttf);
}
@font-face {
	font-family: LatoBlack;
	src: url(../../files/font/Lato-Black.ttf);
}
@font-face {
	font-family: MontBold;
	src: url(../../files/font/Mont-Bold.ttf);
}
@font-face {
	font-family: MontRegular;
	src: url(../../files/font/Mont-Regular.ttf);
}
@font-face {
	font-family: MontHeavy;
	src: url(../../files/font/Mont-Heavy.ttf);
}

/*background*/
/*.bg-header{*/
/*	position: static;*/
/*}*/
/*.bg-header:before{*/
/*	content: ' ';*/
/*	display: block;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	top: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	opacity: 0.1;*/
/*	background-image: url('../../files/banner/banner-1.jpg');*/
/*	background-repeat: no-repeat;*/
/*	background-position: 50% 0;*/
/*	background-size: cover;*/
/*}*/
/*section .menu{*/
/*	position: relative;*/
/*}*/

.header-nav{
	clear: both;
	/*padding-bottom: .5rem;*/
	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*/
.wrapper {
	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);
}

.wrapper.show {
	display: block;
	display: flex;
}

.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*/
/*@media only screen and( max-width: 768px){*/
/*	.caption-text-slider{*/
/*		!*top: 52% !important;*!*/
/*		position: relative;*/
/*		left: 10%;*/
/*		bottom: 30%;*/
/*	}*/
/*	.caption-text-slider img{*/
/*		height: 20px;*/
/*		width: 20px;*/
/*		margin-right: 10px;*/
/*		margin-bottom: 5px;*/
/*	}*/
/*}*/
/*.caption-text-slider{*/
/*	!*top: 52% !important;*!*/
/*	position: relative;*/
/*	left: 5rem;*/
/*	bottom: 10rem;*/
/*}*/
/*.caption-text-slider img{*/
/*	height: 40px;*/
/*	width: 40px;*/
/*	margin-right: 10px;*/
/*	margin-bottom: 5px;*/
/*}*/

/*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: 60px;
}

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



