#NavbarUL_Div {
	align-items: center;
	flex-direction: row;
	display: flex;
}

#NavbarUL_Div li {
	margin-bottom: 0; 
}

.dropdown-menu.active{
	flex-direction: column;
	display: flex;
}

.a-navbar-item {
	position: relative;
}

.a-navbar-item > a {
	padding: 0;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}

.a-navbar {
	column-gap: 40px;
	height: 73.44px;
	margin: 0;
	padding: 0;
	flex-direction: row;
	align-items: flex-end;
	display: flex;
}

.a-navbar li {
	margin-bottom: 0;
	list-style-type: none;
	cursor: pointer;
}

header.template+main.template {
	margin-top: 115px;
}

.page_title {
	font-weight: 400;
}

.section__products-item picture {
	padding: 0;
	height: 215px;
}

.section__products-item picture img {
	margin: 0 auto;
	position: relative;
	object-fit: contain;
}

.bm-item h2 {
	font-size: 24px;
	color: #C02026;
	font-family: 'Raleway', sans-serif;
}

.navbar-brand {
	height: 100%;
	column-gap: 15px;
	align-items: flex-end;
	flex-direction: row;
	display: flex;
}
.navbar-brand img {
	margin-bottom: 0;
	width: 100%;
	max-width: 200px;
}

.banner-video .swiper {
	max-width: initial;
}

.banner-video {
	max-width: initial;
}

.banner-more-button {
	margin-top: 0!important;
}

.si-top-btn {
	flex-direction: row;
	display: flex;
}

#InsightDiv {
	height: 255px;
	overflow: hidden;
	background-color: rgba(81, 75, 75, 0.7);
}

@media screen and (max-width: 1006px) {
	main.template {
		margin-top: 60px!important;
	}
}