:root {
	--primary-career: #006152;
}

.section-large {
	padding: 80px 0px 80px 0px;
}

.header-title {
	color: var(--primary-career);
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	padding-bottom: 20px;
	text-align: center;
}

.body-title {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.section-1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-1 .box-content {
	padding: 160px 0px 160px 0px;
	display: flex;
	flex-direction: column;
}

.section-2 .item {
	display: flex;
	padding: 40px 20px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	flex: 1 0 0;
	border: 1px solid #dcdcdc;
	border-radius: 12px;
}

.section-2 .title {
	color: var(--primary-career);
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}

.section-3 {
	background: #f6f6f6;
}

.section-3 .career-table {
	overflow: hidden;
	overflow-x: auto;
	margin-bottom: 30px;
}

.section-3 .career-table table {
	white-space: nowrap;
}

.career-table table th {
	background: var(--primary-career);
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.career-table table th:nth-child(2) {
	text-align: left;
}

.career-table table td {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.career-table td:nth-child(2) {
	text-align: left;
}
.career-table table td:first-child {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.career-table table .btn-popup-career {
	margin: auto;	
	display: flex;
	justify-content: center;
}
.career-table table .btn-popup-career div {
	padding: 10px 24px;
	background: var(--primary-career);
	width: 149px;
	border-radius: 40px;
	border: 1px solid transparent;
}
.career-table table .btn-popup-career a{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	justify-content: center;
}
.career-table tbody tr:nth-child(even) {
	background-color: #cedbe6;
}

.button-career a {
	padding: 10px 24px;
	gap: 8px;
	background: var(--primary-career);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	border-radius: 40px;
	border: 1px solid transparent;
}
.career-table table .btn-popup-career div:hover{
	border-color: var(--primary-career);
	background: transparent;
}

.career-table table .btn-popup-career div:hover a{
	color: var(--primary-career) ; 
}
.button-career a:hover {
	border-color: var(--primary-career);
	color: var(--primary-career);
	background: transparent;
}
.career-table tbody tr {
	display: none;
}

.btn-popup-career {
	cursor: pointer;
}
.content-popup input,
.content-popup textarea {
	border: 1px solid #dcdcdc;
}

.title-popup {
	color: var(--primary-career);
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	margin-bottom: 10px;
}
.btn-submit-form {
	text-align: end;
}
.btn-submit-form .btn-submit {
	background: var(--primary-career);
	border: none;
	padding: 10px 12px;
}
.btn-submit-form .btn-submit i {
	margin-left: 5px;
}

.section-1 .background-mobile {
	display: none;
}
section-1 .background-mobile img {
	width: 100%;
	height: 532px;
	object-fit: cover;
}


@media (max-width: 1024px) {
	.career-table table th {
		font-size: 16px;
	}
	.section-3 .career-table {
		margin-bottom: 0px;
	}
	.section-1 .box-content {
	padding: 10px 0px 45px 0px;
	}

	.header-title {
	font-size: 40px;
	}
	.career-table table .btn-popup-career div {
	display: block;
	width: auto;
	}
	.career-table table .btn-popup-career {
	display: table-cell;
	}
	.section-2.section-large {
		padding: 20px 0px 40px 0px;
	}
	.section-3.section-large {
		padding: 40px 0px 70px 0px;
	}
}

@media (max-width: 992px) {
	.section-1 {
		background-image: none !important;
	}
	.section-1 .background-mobile {
		display: block;
		margin-top: 45px;
	}
}