:root {
	--hd-career-blue: #00265d;
	--hd-career-blue-2: #06366f;
	--hd-career-gold: #d99d2f;
	--hd-career-text: #12264a;
	--hd-career-muted: #3d4b63;
	--hd-career-line: #dfe5ee;
	--hd-career-bg: #f7f9fc;
}

.hd-career-page {
	background: #fff;
	color: var(--hd-career-text);
}

.hd-career-page .row {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.hd-career-hero-row {
	max-width: 100% !important;
	margin: 0;
}

.hd-career-hero-row > .col,
.hd-career-hero-col {
	padding: 0 !important;
}

.hd-career-hero {
	position: relative;
	min-height: 318px;
	background-position: center right;
	background-size: cover;
}

.hd-career-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 31, 85, 0.96) 0%, rgba(0, 31, 85, 0.82) 42%, rgba(0, 31, 85, 0.22) 100%);
	pointer-events: none;
}

.hd-career-hero .text-box {
	left: calc((100% - 1240px) / 2) !important;
	right: auto !important;
	transform: translate(0, -50%) !important;
}

.hd-career-hero h1 {
	margin: 0 0 30px !important;
	color: #fff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 50px !important;
	line-height: 1.22 !important;
	font-weight: 800 !important;
	text-transform: uppercase;
	text-shadow: 0 2px 7px rgba(0, 0, 0, 0.22);
	text-wrap: balance;
}

.hd-career-hero h1 span {
	color: #f0b548;
}

.hd-career-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 17px;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

.hd-career-breadcrumb a,
.hd-career-breadcrumb strong {
	color: #fff;
	text-decoration: none;
}

.hd-career-breadcrumb a {
	color: #fff;
	font-weight: 700;
}

.hd-career-breadcrumb span {
	width: 7px;
	height: 7px;
	border-top: 2px solid rgba(255, 255, 255, 0.7);
	border-right: 2px solid rgba(255, 255, 255, 0.7);
	transform: rotate(45deg);
}

.hd-career-benefit-row {
	padding: 42px 0 36px;
	background: #fff;
	border-bottom: 1px solid var(--hd-career-line);
}

.hd-career-benefit-row > .col {
	position: relative;
	padding-bottom: 0;
}

.hd-career-benefit-row > .col:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 0;
	width: 1px;
	height: 100px;
	background: var(--hd-career-line);
}

.hd-career-benefit {
	text-align: center;
}

.hd-career-benefit-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 14px;
	color: var(--hd-career-blue);
	font-size: 35px;
}

.hd-career-benefit-icon::after {
	content: "";
	position: absolute;
	inset: -4px;
	border: 2px solid rgba(217, 157, 47, 0.55);
	border-radius: 18px;
	transform: rotate(12deg);
	clip-path: polygon(0 0, 82% 0, 82% 28%, 100% 28%, 100% 100%, 0 100%);
}

.hd-career-benefit h3 {
	margin: 0;
	color: var(--hd-career-blue);
	font-size: 19px;
	line-height: 1.35;
	font-weight: 800;
}

.hd-career-filter-row {
	padding: 24px 0 20px;
	background: #fff;
}

.hd-career-filter-row > .col {
	padding-bottom: 0;
}

.hd-career-field {
	position: relative;
	height: 46px;
}

.hd-career-field input,
.hd-career-field select {
	width: 100%;
	height: 46px;
	margin: 0;
	padding: 0 44px 0 17px;
	border: 1px solid #d9dee7;
	border-radius: 6px;
	background: #fff;
	color: var(--hd-career-text);
	font-size: 15px;
	font-weight: 700;
	box-shadow: inset 0 1px 2px rgba(8, 34, 73, 0.03);
}

.hd-career-field input::placeholder {
	color: #8a8f99;
	font-weight: 600;
}

.hd-career-field select {
	appearance: none;
}

.hd-career-field i {
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	color: var(--hd-career-blue);
	font-size: 15px;
	pointer-events: none;
}

.hd-career-search-field i {
	color: #9197a3;
	font-size: 16px;
}

.hd-career-search-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 156px;
	height: 46px;
	margin: 0 0 0 auto;
	border: 0;
	border-radius: 6px;
	background: var(--hd-career-blue);
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	box-shadow: 0 8px 14px rgba(0, 38, 93, 0.18);
}

.hd-career-search-button:hover {
	background: var(--hd-career-blue-2);
	color: #fff;
}

.hd-career-content-row {
	padding: 0 0 30px;
	background: #fff;
}

.hd-career-content-row > .col {
	padding-bottom: 0;
}

.hd-career-panel {
	height: 100%;
	border: 1px solid var(--hd-career-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(8, 34, 73, 0.04);
}

.hd-career-jobs-panel {
	padding: 16px 26px 13px;
}

.hd-career-job {
	display: grid;
	grid-template-columns: 1fr 124px;
	gap: 20px;
	align-items: center;
	padding: 18px 0;
	border-bottom: 1px solid var(--hd-career-line);
}

.hd-career-job:last-child {
	border-bottom: 0;
}

.hd-career-job h3 {
	margin: 0 0 8px;
	color: var(--hd-career-blue);
	font-size: 22px;
	line-height: 1.25;
	font-weight: 800;
}

.hd-career-job h3 a {
	color: inherit;
	text-decoration: none;
}

.hd-career-job-meta {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 3px;
	color: var(--hd-career-blue);
	font-size: 15px;
	line-height: 1.35;
	font-weight: 700;
}

.hd-career-job-meta i {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--hd-career-gold);
}

.hd-career-job-exp {
	margin: 0;
	color: var(--hd-career-blue);
	font-size: 15px;
	line-height: 1.35;
	font-weight: 700;
}

.hd-career-apply {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	border: 2px solid var(--hd-career-blue);
	border-radius: 6px;
	color: var(--hd-career-blue);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.hd-career-apply:hover {
	background: var(--hd-career-blue);
	color: #fff;
}

.hd-career-view-all {
	padding: 13px 0 0;
	text-align: center;
}

.hd-career-view-all a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	height: 40px;
	border: 2px solid var(--hd-career-blue);
	border-radius: 6px;
	color: var(--hd-career-blue);
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
}

.hd-career-view-all a:hover {
	background: var(--hd-career-blue);
	color: #fff;
}

.hd-career-why-panel {
	padding: 26px;
}

.hd-career-why-panel h2 {
	margin: 0 0 18px;
	color: var(--hd-career-blue);
	font-size: 26px;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
}

.hd-career-why-panel img {
	display: block;
	width: 100%;
	height: 268px;
	border-radius: 8px;
	object-fit: cover;
}

@media (max-width: 1100px) {
	.hd-career-page .row {
		max-width: 94%;
	}

	.hd-career-hero .text-box {
		left: 4% !important;
	}
}

@media (max-width: 849px) {
	.hd-career-hero {
		min-height: 280px;
	}

	.hd-career-hero h1 {
		font-size: 42px !important;
		line-height: 1.24 !important;
	}

	.hd-career-benefit-row {
		padding: 30px 0 20px;
	}

	.hd-career-benefit-row > .col:nth-child(2)::after {
		display: none;
	}

	.hd-career-benefit-row > .col {
		padding-bottom: 20px;
	}

	.hd-career-filter-row {
		padding-top: 18px;
	}

	.hd-career-filter-row > .col {
		padding-bottom: 12px;
	}

	.hd-career-search-button {
		max-width: none;
	}

	.hd-career-content-row > .col {
		padding-bottom: 18px;
	}

	.hd-career-why-panel img {
		height: 320px;
	}
}

@media (max-width: 549px) {
	.hd-career-page .row {
		max-width: calc(100% - 24px);
	}

	.hd-career-hero {
		min-height: 245px;
		background-position: center;
	}

	.hd-career-hero h1 {
		margin-bottom: 20px !important;
		font-size: 34px !important;
		line-height: 1.28 !important;
	}

	.hd-career-breadcrumb {
		gap: 12px;
		font-size: 12px;
	}

	.hd-career-benefit-row > .col::after {
		display: none;
	}

	.hd-career-benefit h3 {
		font-size: 16px;
	}

	.hd-career-jobs-panel,
	.hd-career-why-panel {
		padding: 20px 16px;
	}

	.hd-career-job {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.hd-career-apply {
		width: 128px;
	}

	.hd-career-why-panel h2 {
		font-size: 23px;
	}

	.hd-career-why-panel img {
		height: 230px;
	}
}
