body > header {
	min-height:100vh;
	background-image: linear-gradient(to bottom,
		white 0, white 100vh);
	background-size: 100% 100vh;
}
body > header .top-white-area {
	width: 100%;
	height: 6vh;
	background-color: #fff;
	display: flex;
}
body > header > section.top_menu_bar {
	height: 4vh;
	position: relative;
}
body > header > section.top_menu_bar>a {
	width: 7vw;
	aspect-ratio: 1;
	background-color: var(--theme-gradient-light-color);
	background-repeat: no-repeat;
	background-image: url("../img/custom/logo-2.webp");
	background-position: center;
	background-size: 99%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: 1;
}
body > header > section.top_menu_bar > table {
	background-color: var(--theme-gradient-dark-color);
}
body > header > .toggle_all_services_display {
	cursor: pointer;
	position: absolute;
	left: calc((100% - var(--theme-main-width))/2 + 5px);
	transform: translate(-50%, 20vh);
	aspect-ratio: 2/3;
	padding: 1rem 5px;
	background-color: var(--theme-complementary-color);
	display: flex;
	border-radius: 10rem;
	z-index: 1;
	align-items: center;
}
@media (min-width: 576px) {
	body > header > .toggle_all_services_display {
		left: calc((100% - var(--theme-main-width))/2);
		padding: 1rem;
	}
}
body > header > section.all_services ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden auto;
	width: 90%;
	max-height: 60vh;
	justify-content: center;
}
body > header > section.all_services ul li {
	list-style: none;
	position: relative;
}
body > header > section.all_services ul li a:hover {
	filter: unset;
}
body > header > section.all_services ul li:hover img {
	margin-top: -5px;
	margin-bottom: 5px;
	filter: hue-rotate(266deg);
}
body > header > section.all_services ul li:hover h3 {
	color: var(--theme-complementary-color);
}
body > header > section.all_services ul li img {
	transition: none;
	padding: 1rem 3rem;
}
body > header > section.all_services ul li h3 {
	font-size: .89rem;
	font-weight: normal;
	color: #fff;
	text-align: center;
	max-width: 5rem;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1024px) {
	body > header > section.all_services ul {
		width: 100%;
	}
	body > header > section.all_services ul li img {
		padding: 1rem 2rem;
	}
}
body > header > section.all_services,
body > header > section.top_news {
	height: 85vh;
	min-height: 85vh;
	max-width: var(--theme-main-width);
	width: var(--theme-main-width);
	margin-right: auto;
	margin-left: auto;
	background-color: var(--theme-medium-background-color);
	border-bottom-left-radius: 5rem;
	border-bottom-right-radius: 5rem;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 10vh;
}
body > header > section.top_news::before {
	content: "";
	width: 60%;
	height: 24vh;
	background-color: var(--theme-light-background-color);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 9999px;
}
body > header > section.top_news .main_services {
	display: flex;
	gap: 2vw;

	justify-content: space-around;
	padding: 0 5rem;
	margin-bottom: 2vh;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
body > header > section.top_news .main_services .main_services_item {
	width: 6vw;
	height: 8vh;
	background-color:var(--theme-gradient-light-color);
	list-style: none;
	border-radius: 9999px;
	/* transition: all .2s ease-out; */
	position: relative;

	display: flex;
	flex-direction: column;
	align-items: flex-end;
    justify-content:center;
}
body > header > section.top_news .main_services .main_services_item:hover {
	cursor: pointer;
	background-color: #2a2a2af0;
	/* bottom: -.5vh; */
}
body > header > section.top_news .main_services .main_services_item:hover h3 {
	display: flex;
}
body > header > section.top_news .main_services .main_services_item a {
	text-align: center;
	width: 100%;
}
body > header > section.top_news .main_services .main_services_item h3 {
 	font-size: .89rem;
	font-weight: normal;
	color: #fff;
/*	height: 8vh;*/
 
	width: 100%;
	height: 100%;
	background-color: #2a2a2acc;
	position: absolute;
	border-radius: 9999px;
	top: 0;
	align-items: center;
	justify-content: center;
	display: none;
}
body > header > section.top_news .main_services .main_services_item img {
/* 	margin-bottom: 1rem;
	margin-top: 0.4rem;
 */	
 	filter: brightness(0) invert(1);
	transform: scale(0.8);
}
.main_services_mobile {
	display: none;
}
@media (max-width: 1024px) {
	body > header > section.top_news .main_services .main_services_item img {
		display: none;
	}
	body > header > section.top_news .main_services .main_services_item h3 {
		height: auto;
		background-color: unset;
		position: unset;
		display: unset;
	}
	body > header > section.top_news .main_services .main_services_item {
		height: auto;
		white-space: nowrap;
		padding: 1rem 2rem;
		background-color: #0005;
		width: 100%;
	}
}
@media (max-width: 991px) {
	body>header>section.top_news .main_services {
		display: none;
	}

	.main_services_mobile {
		display: flex;
		gap: 1%;
		justify-content: space-around;
		padding: 0;
		position: relative;
		width: 94%;
		height: 4%;
		right: 3%;
		margin-top: 10px;
		list-style-type: none;
	}

	.main_services_mobile .main_services_item {
		height: auto;
		white-space: nowrap;
		padding: 1.6% 0.6rem;
		background-color: #0005;
		width: 100%;
		border-radius: 9999px;
		display: flex;
		align-items: center;
	}

	.main_services_mobile .main_services_item img {
		display: none;
	}

	.main_services_mobile .main_services_item h3 {
		font-size: 12px;
		font-weight: normal;
		color: #fff;
		height: auto;
		margin: 1px;
	}

	.main_services_mobile a {
		text-align: center;
		width: 100%;
		text-wrap: wrap;
	}
}
body > header > section.top_news .news_container {
	display: grid;
	gap: 6px 8px;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 1fr;
	width: 80%;
	max-width: 110vh;
	align-items: center;
	z-index: 1;
}
body > header > section.top_news .news_container article {
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #fff7;
}
body > header > section.top_news .news_container article:first-child {
	grid-row: 1/3;
}
body > header > section.top_news .news_container figure {
	position: relative;
	margin: 0;
}
body > header > section.top_news .news_container figcaption {
	background-color: #0009;
	/* box-shadow: 0px 1px 5px #fff; */
	position: absolute;

	bottom: 0;
	left: 0;

	width: 100%;
	min-height: 15%;
}
body > header > section.top_news h3.h5 {
	font-size: 14px;
	line-height: 18px;
	border-right: 5px solid #f36f21;
	color: #fff;
	padding: .2rem .5rem;
	margin: .6rem 1.5rem;
	text-shadow: none;
}
body > header > section.top_news .news_container img {
	aspect-ratio: 3/2;
}
body > header > section.main_menu {
	height: 5vh;
	min-height: 45px;
	padding-top: 1vh;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	width: 100%;
	margin-top: 2vh;
	background-color: var(--theme-medium-background-color);
}
@media (max-width: 991px) {
	body > header > section.top_news .news_container {
		grid-template-columns: 1fr 1fr;
	}
	body > header > section.top_news .news_container article:first-child {
		grid-row: 1;
		grid-column: 1/3;
	}
}
@media (max-width: 575px) {
	body > header > section.top_news .news_container {
		grid-template-columns: 1fr;
	}
	body > header > section.top_news .news_container article:first-child {
		grid-column: 1;
	}
	body > header > section.top_news::before {
		content: none;
	}
	body > header > section.top_news {
		padding-bottom: 0;
	}
}
body > header > section.main_menu .content {
	max-width: var(--theme-main-width);
	width: var(--theme-main-width);
	margin:0 auto;
	position: relative;
}
#_header_form {
	width: 180px;
	float: left;
	height: 29px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
}
#_header_form > form {
	display: flex;
	margin-left: 5em;
}
#_header_form > form > button {
	border-radius: 25px 0 0 25px;
	border: 1px solid #777;
    border-right: 0px;
}
#_magnifier{
	fill:white;
}
#_header_svg > a > svg {
	fill:white;
}
#_header_svg .Lang_EN {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	display: inline-flex;
	justify-content: center;
	background-color: white;
	cursor: pointer;
	border-radius: 7px;
}
#_header_svg .Lang_EN > p {
	color: #434343;
	font: bold 10px/20px serif;
}

@media only screen and (max-width: 760px){
	.top-menu-area{
		--theme-font-body-color: #fff;
		width: 73%;
		display: block;
		z-index: 1000;
		padding:0;
	}
	body > header > section.top_menu_bar > a {
		display: none;
	}
	#_header_form, #_header_form form, #_header_form input {
		width: 150px;
	}
}
@media(min-aspect-ratio: 2){
	body > header > section.top_news .news_container {
		max-width: 150vh;
	}
	body > header > section.top_news .main_services .main_services_item h3 {
		width: 100%;
		height: 100%;
		background-color: #2a2a2acc;
		position: absolute;
		border-radius: 9999px;
		top: 0;
		align-items: center;
		justify-content: center;
		display: none;
	}
	body > header > section.top_news .main_services .main_services_item:hover {
		bottom: 0;
	}
	body > header > section.top_news .main_services .main_services_item:hover a {
		filter: none;
	}
	body > header > section.top_news .main_services .main_services_item:hover h3 {
		display: flex;
	}
	body > header > section.top_news .main_services .main_services_item {
		width: 6vw;
		height: 8vh;
	}
	body > header > section.all_services, body > header > section.top_news {
		height: 90vh;
	}
}
