.header-bottom {
	background-color: var(--color-main);
	background: linear-gradient(90deg, #f00 0%, var(--color-main) 100%);
	border-bottom: 3px solid #b30000;
}

.header-bottom .nav-top-link {
	color: var(--color-white);
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 15px;
}

.header-bottom .menu-item.active > a,
.header-bottom .menu-item:hover > a {
	background-color: rgba(0, 0, 0, 0.15);
	position: relative;
	clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
	color: var(--color-chu);
}

.header-bottom .searchform-wrapper {
	    background-color: var(--color-white);
    border-radius: 5px;
    padding: 3px 22px;
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
    max-width: 350px;
}

.header-bottom .search-field {
	background-color: transparent;
	border: none;
	color: var(--color-black);
	font-size: 14px;
	height: 35px;
	box-shadow: none;
}

.header-bottom .search-field::placeholder {
	color: #888;
}
.header-bottom .header-search-form{
	width:100%;
}
.header-bottom .header-search-form-wrapper{
	display:flex;
	justify-content:end;
}
.header-bottom .ux-search-submit {
	background-color: transparent;
	color: var(--color-black);
	border: none;
	padding: 0 5px;
}

.header-bottom .icon-search {
	color: var(--color-black);
	font-weight: bold;
}

.header-bottom .nav > li > a {
	border: none;
}

.header-bottom .flex-row.container {
	min-height: 45px;
}

.header-bottom .header-nav-left {
	position: relative;
}
.header-bottom .header-nav{
	gap:25px;
}
.header-bottom .header-nav-left::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	width: 40px;
	background: #ff0000;
	transform: skewX(-20deg);
	z-index: 1;
}

.stuck .header-main{
	display:none;
}
.header-nav-main{
	display:flex;
	justify-content: flex-end !important;
}
.header-nav-main .custom.html_topbar_left{
	width:100%;
}
.header-main .flex-row.container{
	padding-right:0px !important;
}
.header-main .hide-for-medium.flex-left{
	position: relative;
	top: -3px;
}
#button-contact-vr{
	margin-bottom:100px;
}
@media (max-width: 768px) {
	.mobile-sidebar .html.custom{
		padding:10px !important;
	}
}