:root {
	--hd-header-blue: #ed1c24;
	--hd-header-blue-2: #b5121b;
	--hd-header-gold: #ed1c24;
	--hd-header-orange: #ed1c24;
	--hd-header-text: #1b2638;
	--hd-header-line: #edf1f6;
}

.header-wrapper,
#masthead {
	position: relative;
	z-index: 30;
	background: #fff;
	box-shadow: 0 8px 26px rgba(181, 18, 27, 0.06);
}

.header-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #1d262c;
	z-index: 2;
}

.header-main {
	min-height: 74px !important;
	border-bottom: 1px solid var(--hd-header-line);
	background: #fff;
}

.header-main .header-inner,
.header-bottom .header-inner {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
}

.header-main .logo,
.header-main .logo a {
	display: flex;
	align-items: center;
}

.header-main .logo img {
	width: auto;
	max-height: 64px !important;
	object-fit: contain;
}

.header-main .nav {
	align-items: center;
	gap: 0;
	flex-wrap: nowrap !important;
}

.header-main .nav > li {
	flex: 0 0 auto;
	margin: 0 2px;
}

.header-main .nav > li > a,
.header-main .nav > li > a.nav-top-link,
.header-main .nav-dropdown > li > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 10px;
	color: var(--hd-header-text);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	white-space: nowrap;
	transition: color 0.18s ease, background-color 0.18s ease;
}

.header-main .nav > li > a::after,
.header-main .nav > li > a.nav-top-link::after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 4px;
	height: 2px;
	border-radius: 999px;
	background: var(--hd-header-gold);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.2s ease;
}

.header-main .nav > li:hover > a,
.header-main .nav > li > a:hover,
.header-main .nav > li.active > a,
.header-main .nav > li.current-menu-item > a,
.header-main .nav > li.current-menu-ancestor > a,
.header-main .nav > li.current_page_item > a,
.header-main .nav > li.current_page_parent > a {
	color: var(--hd-header-gold) !important;
	background: transparent;
}

.header-main .nav > li:hover > a::after,
.header-main .nav > li.active > a::after,
.header-main .nav > li.current-menu-item > a::after,
.header-main .nav > li.current-menu-ancestor > a::after,
.header-main .nav > li.current_page_item > a::after,
.header-main .nav > li.current_page_parent > a::after {
	transform: scaleX(1);
}

.header-main .nav-dropdown {
	min-width: 220px;
	padding: 10px;
	border: 1px solid var(--hd-header-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(181, 18, 27, 0.14);
}

.header-main .nav-dropdown > li > a {
	width: 100%;
	min-height: 38px;
	padding: 0 12px;
	border-radius: 8px;
	color: var(--hd-header-blue);
	font-size: 13px;
	text-transform: none;
}

.header-main .nav-dropdown > li > a:hover,
.header-main .nav-dropdown > li.active > a,
.header-main .nav-dropdown > li.current-menu-item > a {
	background: rgba(237, 28, 36, 0.1);
	color: var(--hd-header-gold) !important;
}

.header-main .nav-right {
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	flex-wrap: nowrap !important;
}

.header-main .nav-right > li.header-button,
.header-main .nav-right > li.html {
	margin: 0;
}

.header-main .nav-right > li.header-button > .header-button,
.header-main .nav-right > li.html {
	display: flex;
	align-items: center;
}

.header-main .nav-right > li.header-button .button,
.header-main .nav-right > li.html .button,
.header-main .nav-right > li.html a[href^="tel:"],
.header-main .nav-right > li.html a[href*="0868"],
.header-main .nav-right > li.html a[href*="tel"],
.header-main .nav-right > li > a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 42px;
	height: 42px;
	margin: 0 !important;
	padding: 0 20px !important;
	border-radius: 999px !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: none !important;
	transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.header-main .nav-right > li.header-button:first-child .button,
.header-main .nav-right > li.html:first-child .button,
.header-main .nav-right > li.html .button.primary {
	min-width: 176px;
	border: 2px solid var(--hd-header-blue-2) !important;
	background: var(--hd-header-blue-2) !important;
	color: #fff !important;
}

.header-main .nav-right > li.header-button:first-child .button:hover,
.header-main .nav-right > li.html:first-child .button:hover,
.header-main .nav-right > li.html .button.primary:hover {
	border-color: var(--hd-header-blue) !important;
	background: var(--hd-header-blue) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.header-main .nav-right > li.header-button:nth-child(2) .button,
.header-main .nav-right > li.header-button:last-child .button,
.header-main .nav-right > li.html:last-child .button,
.header-main .nav-right > li.html .button.secondary,
.header-main .nav-right > li.html a[href^="tel:"],
.header-main .nav-right > li.html a[href*="0868"],
.header-main .nav-right > li.html a[href*="tel"] {
	min-width: 152px;
	border: 2px solid var(--hd-header-orange) !important;
	background: #fff !important;
	color: var(--hd-header-orange) !important;
}

.header-main .nav-right > li.header-button:nth-child(2) .button:hover,
.header-main .nav-right > li.header-button:last-child .button:hover,
.header-main .nav-right > li.html:last-child .button:hover,
.header-main .nav-right > li.html .button.secondary:hover,
.header-main .nav-right > li.html a[href^="tel:"]:hover,
.header-main .nav-right > li.html a[href*="0868"]:hover,
.header-main .nav-right > li.html a[href*="tel"]:hover {
	background: var(--hd-header-orange) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.stuck .header-main,
.header-wrapper.stuck .header-main {
	box-shadow: 0 12px 28px rgba(181, 18, 27, 0.1);
}

.mobile-nav .nav-icon,
.header-main .nav-icon {
	color: var(--hd-header-blue);
}

.off-canvas .nav-sidebar.nav-vertical > li > a {
	color: var(--hd-header-blue);
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
}

.off-canvas .nav-sidebar.nav-vertical > li.current-menu-item > a,
.off-canvas .nav-sidebar.nav-vertical > li.current-menu-ancestor > a,
.off-canvas .nav-sidebar.nav-vertical > li > a:hover {
	color: var(--hd-header-gold);
}

@media (max-width: 1100px) {
	.header-main .header-inner,
	.header-bottom .header-inner {
		max-width: 94%;
	}

	.header-main .nav > li > a,
	.header-main .nav > li > a.nav-top-link {
		padding-left: 5px;
		padding-right: 5px;
		font-size: 12px;
	}

	.header-main .nav-right {
		gap: 8px;
	}

	.header-main .nav-right > li.header-button .button,
	.header-main .nav-right > li.html .button,
	.header-main .nav-right > li.html a[href^="tel:"],
	.header-main .nav-right > li.html a[href*="0868"],
	.header-main .nav-right > li.html a[href*="tel"] {
		min-height: 42px;
		height: 42px;
		padding-left: 12px !important;
		padding-right: 12px !important;
		font-size: 12px;
	}

	.header-main .nav-right > li.header-button:first-child .button,
	.header-main .nav-right > li.html:first-child .button {
		min-width: 148px;
	}

	.header-main .nav-right > li.header-button:nth-child(2) .button,
	.header-main .nav-right > li.header-button:last-child .button,
	.header-main .nav-right > li.html:last-child .button,
	.header-main .nav-right > li.html a[href^="tel:"],
	.header-main .nav-right > li.html a[href*="0868"],
	.header-main .nav-right > li.html a[href*="tel"] {
		min-width: 128px;
	}
}

@media (min-width: 850px) and (max-width: 1240px) {
	.header-main .logo img {
		max-height: 58px !important;
	}

	.header-main .nav > li {
		margin-left: 1px;
		margin-right: 1px;
	}

	.header-main .nav > li > a,
	.header-main .nav > li > a.nav-top-link {
		padding-left: 6px;
		padding-right: 6px;
		font-size: 12.5px;
	}

	.header-main .nav-right {
		gap: 7px;
	}

	.header-main .nav-right > li.header-button .button,
	.header-main .nav-right > li.html .button,
	.header-main .nav-right > li.html a[href^="tel:"],
	.header-main .nav-right > li.html a[href*="0868"],
	.header-main .nav-right > li.html a[href*="tel"] {
		height: 40px;
		min-height: 40px;
		padding-left: 14px !important;
		padding-right: 14px !important;
		font-size: 12.5px;
	}

	.header-main .nav-right > li.header-button:first-child .button,
	.header-main .nav-right > li.html:first-child .button {
		min-width: 154px;
	}

	.header-main .nav-right > li.header-button:nth-child(2) .button,
	.header-main .nav-right > li.header-button:last-child .button,
	.header-main .nav-right > li.html:last-child .button,
	.header-main .nav-right > li.html a[href^="tel:"],
	.header-main .nav-right > li.html a[href*="0868"],
	.header-main .nav-right > li.html a[href*="tel"] {
		min-width: 134px;
	}
}

@media (max-width: 849px) {
	.header-main {
		min-height: 66px !important;
	}

	.header-main .logo img {
		max-height: 56px !important;
	}

	.header-main .header-inner {
		max-width: calc(100% - 28px);
	}
}

@media (max-width: 549px) {
	.header-main {
		min-height: 62px !important;
	}

	.header-main .logo img {
		max-height: 50px !important;
	}
}

/* HD center logo UX Block header */
.hd-center-header {
	--hd-center-header-blue: #ed1c24;
	--hd-center-header-gold: #ed1c24;
	--hd-center-header-orange: #ed1c24;
	--hd-center-header-text: #18263b;
	--hd-center-header-line: #e7edf5;
	position: relative;
	width: 100%;
	background: #fff;
	box-shadow: 0 12px 30px rgba(181, 18, 27, 0.08);
}

.hd-center-header-top,
.hd-center-header-main {
	width: min(1240px, calc(100% - 32px));
	margin: 0 auto;
}

.hd-center-header-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	min-height: 42px;
	border-bottom: 1px solid var(--hd-center-header-line);
}

.hd-center-header-hotline,
.hd-center-header-booking {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.hd-center-header-hotline {
	border: 1px solid rgba(237, 28, 36, 0.12);
	background: #f5f8fc;
	color: var(--hd-center-header-blue);
}

.hd-center-header-hotline span {
	color: #627087;
	font-weight: 700;
}

.hd-center-header-booking {
	border: 1px solid var(--hd-center-header-orange);
	background: var(--hd-center-header-orange);
	color: #fff;
}

.hd-center-header-hotline:hover,
.hd-center-header-booking:hover {
	color: #fff;
	background: var(--hd-center-header-blue);
	border-color: var(--hd-center-header-blue);
}

.hd-center-header-main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 26px;
	min-height: 82px;
}

.hd-center-header-menu {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.hd-center-header-menu-left {
	justify-content: flex-end;
}

.hd-center-header-menu-right {
	justify-content: flex-start;
}

.hd-center-header-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 11px;
	color: var(--hd-center-header-text);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.hd-center-header-menu a::after {
	content: "";
	position: absolute;
	left: 11px;
	right: 11px;
	bottom: 4px;
	height: 2px;
	border-radius: 999px;
	background: var(--hd-center-header-gold);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.18s ease;
}

.hd-center-header-menu a:hover,
.hd-center-header-menu a:focus {
	color: var(--hd-center-header-gold);
}

.hd-center-header-menu a:hover::after,
.hd-center-header-menu a:focus::after {
	transform: scaleX(1);
}

.hd-center-header-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	min-width: 210px;
	padding: 0 12px;
	text-decoration: none;
}

.hd-center-header-logo img {
	display: block;
	width: 100%;
	max-height: 64px;
	object-fit: contain;
}

@media (max-width: 1100px) {
	.hd-center-header-main {
		gap: 16px;
	}

	.hd-center-header-logo {
		width: 178px;
		min-width: 178px;
	}

	.hd-center-header-menu {
		gap: 4px;
	}

	.hd-center-header-menu a {
		padding: 0 8px;
		font-size: 12px;
	}
}

@media (max-width: 849px) {
	.hd-center-header-top {
		justify-content: center;
		flex-wrap: wrap;
		padding: 8px 0;
	}

	.hd-center-header-main {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 14px 0 16px;
		text-align: center;
	}

	.hd-center-header-logo {
		grid-row: 1;
		width: 190px;
		min-width: 0;
		margin: 0 auto;
	}

	.hd-center-header-menu-left,
	.hd-center-header-menu-right {
		justify-content: center;
		flex-wrap: wrap;
	}
}

@media (max-width: 549px) {
	.hd-center-header-top,
	.hd-center-header-main {
		width: calc(100% - 24px);
	}

	.hd-center-header-hotline,
	.hd-center-header-booking {
		flex: 1 1 100%;
		min-height: 38px;
	}

	.hd-center-header-menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		gap: 6px;
	}

	.hd-center-header-menu a {
		min-height: 38px;
		padding: 0 8px;
		border: 1px solid var(--hd-center-header-line);
		border-radius: 6px;
		background: #fff;
		font-size: 12px;
	}

	.hd-center-header-menu a::after {
		display: none;
	}
}
/* HD news top bar UX Block */
.hd-news-topbar {
	--hd-news-blue: #8f0b12;
	--hd-news-blue-dark: #8f0b12;
	--hd-news-gold: #ed1c24;
	--hd-news-orange: #ed1c24;
	--hd-news-line: rgba(255, 255, 255, 0.18);
	width: 100%;
	background: var(--hd-news-blue-dark);
	color: #fff;
	font-size: 14px;
}

.hd-news-topbar-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	width: min(1240px, calc(100% - 32px));
	min-height: 44px;
	margin: 0 auto;
}

.hd-news-topbar-left {
	display: flex;
	align-items: center;
	min-width: 0;
	overflow: hidden;
}

.hd-news-topbar-label {
	flex: 0 0 auto;
	margin-right: 14px;
	color: var(--hd-header-line);
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.hd-news-ticker {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
}

.hd-news-ticker::before,
.hd-news-ticker::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 42px;
	pointer-events: none;
}

.hd-news-ticker::before {
	left: 0;
	background: linear-gradient(90deg, var(--hd-news-blue-dark), rgba(0, 27, 69, 0));
}

.hd-news-ticker::after {
	right: 0;
	background: linear-gradient(270deg, var(--hd-news-blue-dark), rgba(0, 27, 69, 0));
}

.hd-news-ticker-track {
	display: flex;
	width: max-content;
	animation: hd-news-ticker-marquee 28s linear infinite;
	will-change: transform;
}

.hd-news-ticker:hover .hd-news-ticker-track {
	animation-play-state: paused;
}

.hd-news-ticker-group {
	display: inline-flex;
	align-items: center;
	gap: 28px;
	padding-right: 28px;
	white-space: nowrap;
}

.hd-news-ticker-group a,
.hd-news-ticker-group span {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.92);
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.hd-news-ticker-group a::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	border-radius: 50%;
	background: var(--hd-news-gold);
}

.hd-news-ticker-group a:hover {
	color: #fff;
}

.hd-news-topbar-actions {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	flex: 0 0 auto;
}

.hd-news-topbar-hotline,
.hd-news-topbar-booking {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.hd-news-topbar-hotline {
	border: 1px solid var(--hd-news-line);
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.hd-news-topbar-booking {
	border: 1px solid #fff;
	background: var(--hd-news-orange);
	color: #fff;
}

.hd-news-topbar-hotline:hover,
.hd-news-topbar-booking:hover {
	border-color: var(--hd-news-gold);
	background: var(--hd-news-gold);
	color: #fff;
}

@keyframes hd-news-ticker-marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hd-news-ticker-track {
		animation: none;
	}
}

@media (max-width: 849px) {
	.hd-news-topbar-inner {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 8px 0;
	}

	.hd-news-topbar-actions {
		justify-content: center;
	}
}

@media (max-width: 549px) {
	.hd-news-topbar-inner {
		width: calc(100% - 24px);
	}

	.hd-news-topbar-left {
		align-items: flex-start;
	}

	.hd-news-topbar-label {
		margin-top: 4px;
		margin-right: 10px;
		font-size: 12px;
	}

	.hd-news-topbar-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.hd-news-topbar-hotline,
	.hd-news-topbar-booking {
		min-height: 36px;
	}
}