
.mobile-nav ul > li {
	position: relative;
}

.header-container {
	position: relative;
}

.show-mega-menu {
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	left: 0;
	top: 0;
	font-size: 0;
	padding: 0;
	z-index: 1;
	box-sizing: content-box;
}

.show-mega-menu.open {
	padding-bottom: 18px;
	transition: padding-bottom 0.3s;
}
.fix-head .show-mega-menu.open {
	padding-bottom: 10px;
}

.has_megamenu {
	padding-left: 20px;
}

.has_megamenu:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	color: rgb(254,120,64);
	position: absolute;
	left: 17px;
	top: 50%;
	transform: translateY(-50%);
	transition: top 0.3s,translateY 0.3s;
}

.has_megamenu.mm_open:before {
	pointer-events: none;
	content: "";
	display: block;
	position: absolute;
	bottom: -19px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fe7840;
	transition: bottom 0.3s;
}
.fix-head .has_megamenu.mm_open:before {
	bottom: -11px;
}
.has_megamenu.mm_open:before {
	bottom: -19px;
}

.mega-menu {
	width: 83.2%;
	position: absolute;
	top: calc(100% + 19px);
	right: 0;
	margin-top: 0;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s, top 0.3s;
}
.fix-head .mega-menu {
	top: calc(100% + 11px);
}
.mega-menu.open {
	opacity: 1;
}
._mm_visible {
	visibility: visible;
}


.mega-menu__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
	box-shadow: 0px 7px 49px 0 rgba(18, 46, 104, 0.27);
	background-color: #fefefe;
}
.mega-menu__title {
	background: #fe7840;
	font-size: 26px;
	font-weight: 700;
	color: #023a57;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 220px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
}
.menu-region {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 339.8px;
}
.dept-parent {
	width: 236px;
	border-left: 1px solid #eeecec;
	margin: 0;
	padding: 0;
}
.dept-parent li {
	display: block;
	padding: 12px;
	padding-left: 60px;
	padding-right: 37px;
	border-bottom: 1px solid #eeecec;
	position: relative;
	overflow: hidden;
}
.dept-parent li:first-child {
	padding-top: 16px;
}
.dept-parent li:last-child {
	border-bottom: none;
}
.dept-parent li a {
	display: inline-block;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: normal;
	color: #023a57;
}
.dept-children {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 23px 0 0 0;
}
.ul_list {
	display: none;
}
.ul_list.open {
	display: block;
}
.dept-children ul {
	padding-right: 55px;
	margin: 0 0 1.8rem;
	display: block;
	float: right;
}
.dept-children ul li {
	padding: 0;
	display: block;
	width: 213px;
	position: relative;
}
.dept-children ul li a {
	color: #023a57;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
}
.dept-children ul li a:hover {
	color: #fe7840;
}
.dept-parent li.active:after, .dept-parent li:hover:after {
	left: 20px;
}
.dept-parent li:after {
	content: '';
	height: 21px;
	width: 21px;
	border-radius: 50%;
	background: #fe7840 url('../img/mm_arrow_left.png') no-repeat 45% 50%;
	position: absolute;
	left: -50px;
	top: calc(50% + 3px);
	margin-top: -12px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.dept-parent li.active a:after, .dept-parent li:hover a:after {
	width: 100%;
}
.dept-parent li a:after {
	content: '';
	height: 2px;
	width: 0%;
	background: #fe7840;
	position: absolute;
	right: 0;
	top: calc(100% - 1px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.deptcontact {
	width: 316px;
	border-right: 1px solid #e9e9e9;
}
.deptcontact__box {
	padding: 32px;
}
.deptcontact__image {
	margin-bottom: 26px;
}
.deptcontact__image img {
	vertical-align: top;
	width: 86px;
	height: 87px;
	object-fit: cover;
}
.deptcontact__text {
	padding: 0 4px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: normal;
	color: #023a57;
}
.deptcontact__btn {
	margin-top: 28px;
}
.deptcontact__btn a {
	overflow: hidden;
	padding: 0 15px;
	padding-right: 45px;
	width: 218px;
	min-height: 47px;
	border-radius: 23.5px;
	box-shadow: 0px 14px 27px 0 rgba(44, 183, 65, 0.38);
	background-color: #2cb741;
	background-position: calc(100% - 11px) calc(50% - 1px);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.responsive-menu-pro-open .mobile-informer {
	display: none!important;
}



@media (max-width: 1399.98px) {
	.mega-menu {
		width: 100%;
	}
}
@media (max-width: 1199.98px) {

	.deptcontact {
		width: 279px;
	}
	.dept-children ul {
		padding-right: 30px;
	}
	.dept-children ul li {
		width: 194px;
	}
}
@media (max-width: 991.98px) {

	html #wpadminbar {
		top: -46px;
	}

	.open-menu .wraper {
		right: 0;
		overflow: hidden;
		position: relative;
	}

	#wraper-content {
		right: 0;
		position: relative;
		transition: right 0.3s;
	}
	.responsive-menu-pro-open #wraper-content, .responsive-menu-pro-open .header-logo {
		right: 230px!important;
		overflow: hidden!important;
		position: relative!important;
	}

	.mobile-nav {
		box-shadow: 55px 0px 50px -50px #cbcbcbb5 inset;
	}
	.mobile-nav ul > li > a {
		font-size: 18px;
		color: #023a57;
		font-weight: bold;
	}
	.mobile-nav ul.sub-menu > li > a {
		font-size: 17px;
		color: #023a57;
		font-weight: 500;
	}
	.mobile-nav > nav > ul > li > a {
		border-bottom-color: #e4f0fe;
		padding: 16px 0;
	}
	.sub-menu li {
		border-bottom: 1px solid #e4f0fe;
	}

	.mobile-nav ul > li {
		position: relative;
		padding: 0 21px;
	}
	.mobile-nav ul > li.active {
		background-color: transparent;
	}
	.mobile-nav ul > li a.active {
		background: transparent;
	}

	.mobile-nav ul.sub-menu {
		background: transparent;
	}
	.mobile-nav ul > li.active > ul.sub-menu {
		background: transparent;
	}
	.mobile-nav ul li.menu-item-has-children > a:after {
		padding-right: 0;
		font-size: 10px;
		color: #023a57;
		left: 21px;
		top: 23px;
	}

	.ul_list.open {
		display: none;
	}

	.mega-menu__container {
		box-shadow: none;
	}

	.header-container {
		min-height: 42px;
		padding-right: 82px;
	}
	.header-toggle {
		position: absolute;
		right: 15px;
		transition: right 0.3s;
		margin: 0;
		width: 38px;
		height: 38px;
	}
	.header-toggle.open {
		background-image: url('../img/mm_close_icon.png');
		right: 245px;
	}

	.mobile-nav.z-index {
		right: -230px;
	}

	.mega-menu {
		width: 230px;
		position: fixed;
		top: 0;
		margin-top: 0;
		right: 0;
		height: 100%;
		background: #fff;
		overflow-y: auto;
		margin-top: 0!important;
		-webkit-box-shadow: 15px 0 50px #e5e5e5 inset;
		box-shadow: 15px 0 50px #e5e5e5 inset;
	}
	.fix-head .mega-menu {
		top: 0;
	}

	.mega-menu__container {
		display: block;
		border-radius: 0;
		background: none;
	}

	.menu-region {
		display: block;
	}
	.dept-parent {
		width: 100%;
		padding: 0 21px;
	}
	.dept-children {
		display: none;
	}
	.dept-parent li {
		border-bottom-color: #e4f0fe;
		padding: 0;
	}
	.dept-parent li:first-child {
		padding-top: 0px;
	}
	.dept-parent li:after {
		pointer-events: none;
		left: 0px;
		transform: rotate(0deg);
		top: 30px;
		background-color: transparent;
		background-image: url(../img/mm_arrow_down_mobile.png);
		border: 2px solid #fe7840;
	}
	.dept-parent li.active:after {
		transform: rotate(360deg);
		background-image: url(../img/mm_arrow_up_mobile.png);
		background-color: #fe7840;
	}
	.dept-parent li.active:after, .dept-parent li:hover:after {
		left: 0!important;
	}

	.dept-parent li a {
		display: block;
		word-break: break-word;
		padding: 20px 0;
		padding-left: 35px;
	}

	.mega-menu__title {
		padding: 0 15px;
		display: flex;
		height: 60px;
		font-size: 18px;
		font-weight: bold;
		background-color: #e4f0fe;
		width: 100%;
		justify-content: flex-start;
		cursor: pointer;
	}
	.mega-menu__title:before {
		content: close-quote;
		width: 16px;
		height: 13px;
		display: block;
		background: url(../img/mm_title_arrow.png) no-repeat center;
		margin-left: 8px;
		margin-bottom: 1px;
	}

	.deptcontact {
		display: none;
	}

	.dept-parent li a {
		font-size: 18px; 
	}

	.dept-parent li a:after {
		display: none;
	}

	li.children ul {
		margin: 0;
		padding: 0;
	}
	li.children ul li {
		margin-top: -2.25px;
		border: none;
		padding: 0 12px 0 0;
	}
	li.children ul li:first-child {
		padding-top: 0px;
		margin-top: -9px;
	}
	li.children ul li:after {
		display: none;
	}
	li.children ul li a {
		display: inline-block;
		padding: 0;
		padding-left: 0;
		font-size: 17px;
		font-weight: 500;
		line-height: 1.65;
		letter-spacing: normal;
		color: #023a57;
	}

	.ul_list {
		padding-bottom: 18px;
	}

	.has_megamenu:after {
		content: "\f078";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 10px;
		color: #023a57;
		position: absolute;
		left: 17px;
		top: 50%;
		transform: translateY(-50%);
		transition: top 0.3s, translateY 0.3s;
	}

	.has_megamenu:after {
		left: 21px;
		transform: translateY(-50%) rotate(
			90deg
			);
	}

	.mobile-nav .header-info__faq {
		margin-top: 14px;
	}

	.header-info__faq a {
		padding: 0 17px 0 45px;
		height: 44px;
		width: 156px;
		font-size: 17px;
		font-weight: bold;
		line-height: 1.2;
		border-radius: 6px;
		justify-content: flex-start;
		box-shadow: 0px 4px 18px 0 rgba(254, 120, 64, 0.35);
	}

	.header-info__faq span {
		font-size: 15px;
		left: 20px;
	}
	.header-info__faq a:hover span {
		left: 5px;
	}
}
@media (max-width: 767.98px) {
	.mobile-informer {
		z-index: 9000;
	}
}

.front-four__anchor {
	position: relative;
}

.mobile-nav {
	z-index: 9999;
}

/*TEMP STYLE*/
.mega-menu {
	//opacity: 1 !important;
	//visibility: visible !important;
}
/*END TEMP STYLE*/