/**
 * SVG ICONS
 */
.si:before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	color: #000000;
	font-size: 32px;
}
.bg-dark .si:before {
	color: #ffffff;
}
.si.si-start,
.si.si-end {
	position: relative;
	line-height: 1.5;
}
.si.si-start:before,
.si.si-end:before {
	position: absolute;
	width: 32px;
	height: auto;
	line-height: 1.2;
}
.si.si-start {
	padding-left: 32px;
}
.si.si-end {
	padding-right: 32px;
}
.si.si-start:before {
	left: 0;
}
.si.si-end:before {
	right: 0;
}
.si-burger {
	display: inline-flex;
	width: 42px;
	height: 42px;
	background: none;
	align-items: center;
	justify-content: center;
}
.si-burger span {
	position: relative;
	display: inline-block;
	width: 23px;
	border-bottom: 2px solid var(--header-color,#000000);;
}
.si-burger span::before,
.si-burger span::after {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 2px solid var(--header-color,#000000);;
	transform: translateY(-7px);
}
.si-burger span::after {
	transform: translateY(7px);
}
[class^="si-"]::before, [class*=" si-"]::before,
header [class^="bi-"]::before, header [class*=" bi-"]::before {
	line-height: initial;
	font-size: 24px;
	margin-right: .5rem;
}
label[class^="si-"]::before, label[class*=" si-"]::before,
label[class^="bi-"]::before, label[class*=" bi-"]::before,
.page-link [class^="bi-"]::before, .page-link [class*=" bi-"]::before {
	line-height: initial;
	font-size: 16px;
}

@media (min-width:992px) {
	.si-burger {
		display: none;
	}
}

*:focus-visible {
	outline: 0;
}

header {
	position: fixed;
	top: 0px; left: 0;
	right: 0;
	z-index: 1020;
	display: flex;
	flex-flow: row wrap;
	/*wcag
	color: var(--header-color,#000000);
	background: var(--header-background,#ffffff);
	*/
	color: var(--header-color);
	background: var(--header-background);
	box-shadow: 0 5px 10px rgba(0,0,0,.05);
}
header a, header a:hover, header a:focus, header .btn-link, 
header .btn-link:hover, header .btn-link:focus {
	color: var(--header-color);
}
header .header-main {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
@media (max-width:991px){
	header .container,
	header .container-fluid {
		padding: 0;
	}
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .caption {
	font-family: var(--header-font);
}
.h1, h1 {
	font-size: calc(1rem + 1.5vw);
	margin-bottom: 1.5vw;
}
.h2, h2, main .caption, footer .caption {
	font-size: calc(1rem + 1.2vw);
}
th .caption {
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
}

.text-sm {
	font-size: .875rem;
}

.brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: auto;
	height: auto;
}
.brand img {
	display: block;
	max-height: 32px;
}
.contact-logo img {
	display: block;
	margin: 0 auto 1rem;
	max-height: 120px;
}
.toggle {
	display: flex;
	padding: 8px;
	max-width: var(--toggle-width);
}
a, a:hover, a:focus,
.btn-link, .btn-link:hover, .btn-link:focus {
	text-decoration: none;
	color: var(--primary-color);
}
a.btn:hover, a.btn:focus {
	text-decoration: none;
}
a:hover, a:focus,
.btn-link:hover, .btn-link:focus {
	text-decoration: underline;
}
header a:hover, header a:focus {
	text-decoration: none;
}
.dropdown {
	display: inline-block;
}
.dropdown .dropdown-toggle,
.dropdown .dropdown-toggle:hover
.dropdown .dropdown-toggle:focus {
	display: flex;
	box-shadow: 0 0 0 transparent;
	background: transparent;
	padding: 8px;
	color: var(--primary-color);
}
.dropdown .dropdown-toggle::after {
	display: none;
}
header .dropdown .dropdown-toggle,
header .dropdown .dropdown-toggle:hover
header .dropdown .dropdown-toggle:focus {
	color: var(--header-color,#000000);
}
.btn-primary,
.bg-primary,
.page-item.active .page-link {
	background: var(--primary-color)!important;
	border-color: var(--primary-color)!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, 
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
	background-color: var(--primary-light-color)!important;
	border-color: var(--primary-light-color)!important;
}
.btn-outline-primary {
	color: var(--primary-color);
	border-color: var(--primary-color)!important;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}
.btn-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary:hover,
.bg-secondary {
	background-color: var(--secondary-darker-color)!important;
	border-color: var(--secondary-darker-color)!important;
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
	color: #ffffff;
	background-color: var(--secondary-darker-color)!important;
	border-color: var(--secondary-darker-color)!important;
}
.btn-floating {
	display: flex;
	align-items: center;
	height: 100%;
}
.btn-floating.text-center {
	justify-content: center;
}

.swiper-slide {
	height: 100vw!important;
	background-position: 50% 50%;
}
.swiper-slide-caption {
	position: absolute;
	left: 50%;
	bottom: 1rem;
	z-index: 20;
	padding: 1rem;
	width: calc(100vw - 2rem);
	color: #ffffff;
	background: var(--primary-alpha50-color);
	text-align: center;
	transform: translateX(-50%);
}
.h2.slider-header {
	font-weight: 700;
}
.swiper-slide-caption .btn {
	margin-top: 1rem;
}
.swiper-slide {
	background: var(--bg-img) 50% 50% / cover no-repeat;
}
@media (orientation: landscape) {
	.swiper-slide {
		height: calc(100vh - 3rem)!important;
	}
}
@media (min-width: 680px) {
	.swiper-slide {
		background-image: var(--bg-lg-img);
	}
}
@media (min-width: 768px) and (orientation: portrait) {
	.swiper-slide {
		height: 67vw!important;
	}
}

main {
	padding: 45px 0 2rem;
}
.text-secondary {
	color: var(--secondary-darker-color)!important;
}

.list-inline {
	display: inline-flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
@media (min-width: 992px) {
	.brand {
		margin: 1rem 0;
	}
	.brand img {
		height: 60px!important;
		transition: all var(--speed);
	}
	.is-stuck .brand img {
		height: 40px!important;
	}
	.nav-tree:not(.enable-hover) ul li.parent span {
		background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M1363 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45l166-166q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z'/%3E%3C/svg%3E") 50% 50% / 12px 12px no-repeat !important;
	}
	main {
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.brand img {
		max-height: 80px;
	}
}

.bg-dark,
.bg-dark a,
.bg-dark a:hover {
	color: #ffffff;
	background-color: var(--primary-darker-color)!important;
}
.bg-dark a:hover {
	color: var(--secondary-light-color)!important;
}

/**
 * Nav-Tree
 */
@media (max-width:991px) {
	.nav-tree {
		position: fixed;
		top: 0; bottom: 0;
		left: 0; right: 0;
		z-index: 9900;
		width: 100vw;
		transition: all .3s;
	}
	/** Flip from top */
	.nav-tree.flip-left {
		-webkit-transform: perspective(300px) rotateY(90deg);
		transform: perspective(300px) rotateY(90deg);
		-webkit-transform-origin: left;
		transform-origin: left;
	}
}
@media (min-width:992px) {
	.toggle-main {
		display: none;
	}
	.nav-tree .nav-root > li {
		display: flex!important;
		place-items: center;
	}
	.nav-tree .nav-root > li > a {
		text-align: center;
		font-size: .875rem !important;
		letter-spacing: -1px;
	}

/**
	.nav-tree.flip-left {
		display: none;
	}
	.nav-tree.flip-left {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
**/
}
@media (min-width:992px) {
	.nav-tree .nav-root > li > a {
		font-size: .875rem !important;
		font-weight: 700 !important;
		letter-spacing: 0;
	}
	nav.alter > .container.alter-container {
		display: flex;
		align-items: center;
		padding: 0 1rem;;
		
	}
	header a.dropdown-item,
	header a.dropdown-item:hover,
	header a.dropdown-item:focus {
		color: var(--text-color)!important;
	}
	nav.alter .dropdown .dropdown-toggle,
	nav.alter .dropdown .dropdown-toggle:hover
	nav.alter .dropdown .dropdown-toggle:focus {
		display: flex;
		align-items: center;
		color: #ffffff!important;
		font-size: .875rem;
		font-weight: 700;
	}
	nav.alter .dropdown .dropdown-toggle::before,
	nav.alter .dropdown .dropdown-toggle:hover::before
	nav.alter .dropdown .dropdown-toggle:focus::before {
		margin-right: .5rem;
	}
	.btn-lang-select {
		font-size: .875rem!important;
		font-weight: 700;
		color: #ffffff;
	}
}