.root-panel .panel-header {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: -moz-linear-gradient(-90deg, rgba(0 39 80 / 0.9) 0%, rgba(0 39 80 / 0.25) 70%, rgba(0 39 80 / 0) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgba(0 39 80 / 0.9) 0%, rgba(0 39 80 / 0.25) 70%, rgba(0 39 80 / 0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgba(0 39 80 / 0.9) 0%, rgba(0 39 80 / 0.25) 70%, rgba(0 39 80 / 0) 100%);
	z-index: 999;
}

.panel-page.marginTop .panel-header {
	position: relative;
}

.panel-header .inner {
	width: 100%;
	margin: 0 auto;
}

.panel-header .top-nav-cont {
	display: flex;
	justify-content: space-between;
}

.panel-header .top-nav-cont .logo-cont,
.panel-header .contentRender_name_plugins_common_logo {
	width: 160px;
	padding-top: 12px;
	padding-left: 15px;
	margin-right: auto;
	z-index: 99;
}

.panel-header .top-nav-cont .header-left {
	display: none;
}

.panel-header .top-nav-cont .logo-cont img {
	display: block;
	width: 100%;
}

.panel-header .top-nav-cont .logo-cont img.mobile {
	display: none;
}

.panel-header .top-nav-cont .header-right {
	display: none;
	z-index: 99;
}

.panel-header .mobile-nav {
	width: 100%;
}

.panel-header .mobile-nav .navbar {
	display: flex;
	width: 100%;
	position: relative;
	z-index: 31;
}

.panel-header .mobile-nav.active .navbar::before {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 320px;
	height: 1px;
	background-color: #ccc;
	z-index: 32;
}

.panel-header .mobile-nav .nav-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	background-color: unset;
	margin: 0;
	width: 61px;
	height: 55px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.panel-header .mobile-nav.active .nav-toggle {
	border-left: 1px solid #ccc;
}

.panel-header .mobile-nav .mobile-dd {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 320px;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	z-index: 30;
	transition: opacity 0.3s ease;
}
.marginTop .panel-header .mobile-nav .mobile-dd {
	position: relative;
	float: right;
}
.panel-header .mobile-nav.active .mobile-dd {
	padding: 75px 10px 30px;
	box-shadow: -5px 5px 5px rgba(0 0 0 / 0.1);
	opacity: 1;
	pointer-events: all;
	transition: opacity 0.3s ease;
}
.marginTop .panel-header  .mobile-nav .mobile-dd {
	top: -56px
}

@media (max-width: 500px) {
	.panel-header .mobile-nav .mobile-dd {
		max-width: 100%;
	}

	.panel-header .mobile-nav.active .navbar::before {
		content: none;
	}

	.panel-header .mobile-nav.active .nav-toggle {
		border-bottom: 1px solid #ccc;
	}

	.panel-header .mobile-nav.active .logo-cont img.mobile {
		display: block;
	}

	.panel-header .mobile-nav.active .logo-cont img.tablet {
		display: none;
	}
}

/* Hamburger icon */
.panel-header .mobile-nav .hamburger-inner {
	position: relative;
}

.panel-header .mobile-nav .menu-open, 
.panel-header .mobile-nav .menu-close {
	display: block;
	transition: opacity 0.3s ease;
}

.panel-header .mobile-nav.active .menu-open, 
.panel-header .mobile-nav .menu-close {
	opacity: 0;
	height: 0;
	pointer-events: none;
}

.panel-header .mobile-nav .menu-open, 
.panel-header .mobile-nav.active .menu-close {
	opacity: 1;
	height: auto;
	pointer-events: auto;
}

.panel-header .mobile-nav .menu-text {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 2px;
	display: block;
}

.panel-header .mobile-nav.active .menu-text {
	color: #143c66;
}

/* end hamburger icon */

@media screen and (min-width: 1025px){
	.panel-header .top-nav-cont {
		padding-left: 20px;
	}

	.panel-header .top-nav-cont::before {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100px;
		background-image: -moz-linear-gradient(-90deg, rgba(0 39 80 / 1) 20%, rgba(0 39 80 / 0.8) 50%,  rgba(0 39 80 / 0.6) 70%, rgba(0 39 80 / 0.4) 80%, rgba(0 39 80 / 0) 100%);
		background-image: -webkit-linear-gradient(-90deg, rgba(0 39 80 / 1) 20%, rgba(0 39 80 / 0.8) 50%,  rgba(0 39 80 / 0.6) 70%, rgba(0 39 80 / 0.4) 80%, rgba(0 39 80 / 0) 100%);
		background-image: -ms-linear-gradient(-90deg, rgba(0 39 80 / 1) 20%, rgba(0 39 80 / 0.8) 50%,  rgba(0 39 80 / 0.6) 70%, rgba(0 39 80 / 0.4) 80%, rgba(0 39 80 / 0) 100%);
		opacity: 0;
		transition: opacity 0.3s ease;
		height: 400px;
	}
	.root-panel.marginTop .panel-header .top-nav-cont::before {
		height: 400px;
		margin-top: 217px;
	}

	.panel-header .top-nav-cont.nav-open::before {
		content: '';
		opacity: 1;
		transition: opacity 0.3s ease;
	}

	.panel-header .top-nav-cont .logo-cont,
	.panel-header .contentRender_name_plugins_common_logo {
		width: 266px;
		display: block;
		padding: 0;
		padding-top: 20px;
	}

	.panel-header .top-nav-cont .header-right {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.panel-header .top-nav-cont .header-right-top,
	.panel-header .top-nav-cont .header-right-bottom {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-left: 20px;
		border-bottom: 1px solid #fff;
	}

	.panel-header .top-nav-cont .header-right-top {
		padding-right:20px;
	}

	.panel-header .top-nav-cont .header-right-bottom {
		padding-right: 9px;
		transition: opacity 0.1s ease;
	}

	.panel-header .top-nav-cont.nav-open .header-right-bottom.secnav-active {
		opacity: 0;
	}

	.panel-header .top-nav-cont .mobile-nav {
		display: none;
	}
}

@media (min-width: 1025px) and (max-width: 1100px) {
	.panel-header .top-nav-cont .logo-cont,
	.panel-header .contentRender_name_plugins_common_logo {
		width: 226px;
		padding-top: 26px;
	}

	.panel-header .top-nav-cont .header-right-top,
	.panel-header .top-nav-cont .header-right-bottom {
		padding-left: 0;
	}
}

@media (min-width: 1400px) {
	.panel-header .top-nav-cont {
		padding-left: 60px;
	}
	.root-panel.marginTop .panel-header .top-nav-cont {
		padding-left: 60px;
		background-image: -moz-linear-gradient(-90deg, rgba(0 39 80 / 0.9) 0%, rgba(0 39 80 / 0.25) 70%, rgba(0 39 80 / 0) 100%);
		background-image: -webkit-linear-gradient(-90deg, rgba(0 39 80 / 0.9) 0%, rgba(0 39 80 / 0.25) 70%, rgba(0 39 80 / 0) 100%);
		background-image: -ms-linear-gradient(-90deg, rgba(0 39 80 / 0.9) 0%, rgba(0 39 80 / 0.25) 70%, rgba(0 39 80 / 0) 100%)
	}
	.panel-header .top-nav-cont .header-right-top {
		padding-right: 60px;
	}

	.panel-header .top-nav-cont .header-right-bottom {
		padding-right: 49px;
	}
}