.nav_section .nav_full {
	height: 73px !important;
	display: flex !important;
	margin: auto !important;
	width: calc(100% - 30px) !important;
	max-width: 1170px !important;
}
.nav_section {
	background: #fff !important;
}
.nav_section .nav_full a.active {
	font-weight: bold;
	position: relative;
}
.nav_section .nav_full a {
	padding: 23px 0 28px 0;
	font-size: 18px;
	margin-right: 80px;
	color: #000;
}
.nav_section .nav_full a.active::after {
	opacity: 1;
}
.nav_section .nav_full a.active::after {
	position: absolute;
	width: 100%;
	height: 4px;
	background: #019df4;
	content: "";
	left: 0;
	bottom: 0;
}
@media (width < 992px) {
	.nav_section .nav_full {
		overflow: auto;
		height: 60px !important;
		padding-left: 16px !important;
		width: 100% !important;
		height: unset !important;
	}
	.nav_section .nav_full a {
		padding: 18px 0 20px 0 !important;
		font-size: 16px !important;
		margin-right: 32px !important;
		white-space: nowrap !important;
	}
}
