nav>ul.tab {
	display: flex;
	justify-content: space-around;
	list-style-type: none;
	padding-left: 0.56rem;
	padding-right: 0.56rem;
	width: 22.5rem;
	height: 3rem;
	border-radius: 3rem;
	border: 1px solid rgba(11, 19, 41, 0.11);
	background: #FCFDFF;
	align-items: center;
	margin-bottom: 2.94rem;
}

nav>ul.tab>li a {
	text-decoration: none;
	color: var(--Foundation-Grey-Darker, #2F2F2F);
	font-family: SVN-Gilroy;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.20625rem;
}

nav>ul.tab>li a.active {
	display: inline-flex;
	padding: 0.375rem 0.75rem 0.375rem 1rem;
	justify-content: flex-end;
	align-items: center;
	color: var(--Background-White, #FFF);
	border-radius: 5rem;
	background: var(--Foundation-Bonus, #00B189);
}

#related-post-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 1.19rem;
	grid-column-gap: 1.5rem;
	margin-bottom: 3.25rem;
}

#related-post-container>fieldset {
	padding: 2rem;
	position: relative;
	border-radius: 0.5rem;
	border: 1px solid var(--Grey-Light, #EEEEEF);
	background: var(--Grey-White, #FFF);
	box-shadow: 345px 396px 147px 0px rgba(201, 201, 201, 0.00), 221px 254px 135px 0px rgba(201, 201, 201, 0.01), 124px 143px 114px 0px rgba(201, 201, 201, 0.05), 55px 63px 84px 0px rgba(201, 201, 201, 0.09), 14px 16px 46px 0px rgba(201, 201, 201, 0.10);
}

#related-post-container>fieldset>div {
	position: absolute;
	right: 2rem;
	bottom: 2.13rem;
	width: 11.25rem;
	height: 3.5rem;
	flex-shrink: 0;
	border-radius: 1.875rem;
	background: var(--Foundation-Bonus, #00B189);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

#related-post-container>fieldset>div>a {
	color: var(--Background-White, #FFF);
	font-family: SVN-Gilroy;
	font-size: 1rem;
	font-weight: 500;
	margin-right: 0.62rem;
}

#related-post-container>fieldset>div>svg {
	width: 1.14581rem;
	height: 0.72919rem;
}

section.post-container {
	padding-left: 7.9rem;
	padding-right: 4.6rem;
}

#related-post-container>fieldset>a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: var(--Green-Text, #00B189);
	text-overflow: ellipsis;
	font-family: SVN-Gilroy;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.625rem;
	margin-bottom: 1rem;
}

#related-post-container>fieldset>ul {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.pagination-item {
	cursor:pointer;
}
.banner_img_container {
	height: 31rem;
	margin-bottom: 6.18rem; 
	overflow: hidden;
}
.banner_img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.breadcrumb {
	color: var(--Foundation-Green-green-600, #56AE74);
	font-family: SVN-Gilroy;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5rem;
	letter-spacing: -0.02rem;
	padding-bottom: 0.25rem;
	border-bottom: 0.0625rem solid #00B14F;
}
.detail_post {
	width:100%;
	padding:0 10rem;
	display:flex;
	justify-content:space-between;
}
.detail_content {
	width: 46rem;
	flex:none;
}
.detail_content h1 {
	margin-top: 4.62rem;
	margin-bottom: 2.94rem;
	font-family: Quicksand;
	font-size: 2.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; 
	background: var(--Foundation-Gradient, linear-gradient(180deg, #00AD87 0%, #00C57E 75.83%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.request_item,
.request {
	display: flex;
	align-items:center;
}
.request {
	justify-content:space-between;
	margin-bottom:1.88rem;
}
.request_content {
	margin-left:0.75rem;
}
.request_content_title {
	white-space: nowrap;
	color: var(--Foundation-Grey-Dark, #656565);
	font-family: SVN-Gilroy;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375rem;
	letter-spacing: 0.00875rem;
}
.request_content_label {
/* 	white-space: nowrap; */
	max-width:8rem;
	color: var(--Foundation-Grey-Darker, #2F2F2F);
	font-family: SVN-Gilroy;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.20625rem; 
	letter-spacing: 0.00219rem;
}
.detail_descript {
	color: var(--foundation-grey-dark-active, #3D3D3D);
	font-family: SVN-Gilroy;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin-bottom:2.75rem;
}
.job-description__item {
	margin-bottom:2.13rem;
}
.detail_content_hy>p>strong,
.job-description__item>p,
.job-description__item h3 {
	color: var(--Foundation-Grey-Darker, #2F2F2F);
	font-family: SVN-Gilroy;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	margin-bottom:0.94rem;
}
.detail_content_hy ol li,
.detail_content_hy ul li,
.job-description__item--content,
.job-description__item--content p,
.job-description__item--content>div,
.job-description__item--content ol li,
.job-description__item--content ul li {
	color: var(--foundation-grey-dark-active, #3D3D3D);
	font-family: SVN-Gilroy;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; 
	list-style:disc;
}
.detail_content_hy ol li,
.detail_content_hy ul li,
.job-description__item--content ol li,
.job-description__item--content ul li {
	margin-left: 1.2rem;
}
.detail_content_hy ol li::marker,
.detail_content_hy ul li::marker,
.job-description__item--content ol li::marker,
.job-description__item--content ul li::marker {
	color:#00B189;
}
/* Form	 */
.wpcf7-response-output {
	display:none;
}
.detail_form {
	flex: 1;
}

.detail_form .wpcf7-form {
	border-radius: 1rem;
border: 3px solid #ddeee3;
background: var(--Background-White, #FFF);
	padding-top:2.5rem;
	padding-left:2rem;
	padding-right:2rem;
	margin-left: 5rem;
}
.detail_form .form-heading {
	margin-bottom:1.81rem;
	color: var(--Foundation-Green-green-600, #56AE74);
	font-family: Quicksand;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.4rem;
	text-transform: uppercase;
}
.detail_form .form-group .form-label {
	color: var(--grey-normal-hover, #4F5052);
	font-family: SVN-Gilroy;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; 
}
.detail_form .wpcf7-form-control {
	display: flex;
	height: 3.25rem;
	padding: 0.875rem 1.125rem;
	align-items: center;
	justify-content:start;
	border-radius: 1.625rem;
	border: 1px solid var(--grey-light-active, #CBCCCC);
	background: var(--Grey-White, #FFF);
	width:100%;
	margin-top:0.5rem;
}

.detail_form .wpcf7-submit {
	cursor: pointer;
}
.detail_form .wpcf7-form-control::placeholder {
	color: var(--grey-light-active, #CBCCCC);
	font-family: Inter;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; 
}
.detail_form .codedropz-upload-inner h3 {
	color: var(--grey-normal-hover, #4F5052);
	font-family: SVN-Gilroy;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin:0;
	margin-top:1.46rem;
}
.detail_form .cd-upload-btn {
	color: var(--Foundation-Grey-Normal, #878787);
	font-family: SVN-Gilroy;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.20625rem;
}
.detail_form .dnd-upload-counter {
	display: none;
}
.codedropz-upload-inner span {
	display:none;
}
.codedropz-upload-container {
	height: 11.64844rem;
	position:relative;
}
/* 	 url('/wp-content/uploads/2024/07/download.png'); */
.codedropz-upload-container:before {
	content: "Tải lên";
	border-radius: 1.875rem;
	border: 1px solid var(--Foundation-Green-green-700, #43885A);
	background: rgba(255, 255, 255, 0.50);
	display: flex;
	width: 9.58938rem;
	height: 2.98731rem;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 2.55rem;
	left: 50%;
	transform: translateX(-50%);
	color: var(--Foundation-Green-green-700, #43885A);
	font-family: SVN-Gilroy;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; 
	cursor:pointer;
}
.codedropz-upload-handler {
	border-radius:2rem;
}
.form-submit .wpcf7-submit {
	border-radius: 1.875rem;
	background: var(--Foundation-Bonus, #00B189);
	width: 13.0625rem;
	height: 3.5rem;
	color: var(--Background-White, #FFF);
	font-family: SVN-Gilroy;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position:relative;
}
.form-group {
	margin-bottom:1.19rem;
}
.form-submit .wpcf7-submit:before {
	content: url('/wp-content/uploads/2024/07/Vector.png');
	position:absolute;
	top:50%;
	right: 1.81rem;
	transform: translatey(-50%);
	display:flex;
	width: 1.14581rem;
	height: 0.72919rem;
}
.detail_form {
	height: max-content;
}
.codedropz-upload-wrapper {
	margin-top: -3rem;
	height:11.64844rem;
}
.detail_form_img {
	position:absolute;
	bottom:0;
	right: 3.09rem;
}
.fap_post {
	position:relative;
	margin-top: 6rem;
	display:flex;
	justify-content:space-between;
	padding: 0 7.12rem;
}
.fap_post_nen {
	position: absolute;
	top: -30rem;
	left: 0;
	width: 93.125rem;
	height: 84.6875rem;
	z-index: -1;
}
.fap_post_banner {
	object-fit:contain;
width: 57.95456rem;
height: 36.39375rem;
	padding: 3.4375rem 0.00744rem 0rem 0rem;
	position: sticky;
	top: 3.5rem;
}
.fap_post_content {
	margin-left:5.88rem;
	max-width: 42.875rem;
	width:42.875rem;
	flex: none;
}
.fap_content_item_btn {
	width: 1.8125rem;
	height: 1.8125rem;
	object-fit:cover;
	margin-left:2rem;
}
.fap_post_content h2 {
	font-family: Quicksand;
	font-size: 3.625rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4.1875rem; 
	letter-spacing: -0.11813rem;
	text-transform: uppercase;
	background: linear-gradient(180deg, #00AD87 0%, #00C57E 75.83%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom:2.25rem;
}
.fap_content_item {
	margin-bottom:0.25rem;
	cursor:pointer;
	display: flex;
	padding: 1.5rem;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 0.875rem;
	background: var(--Background-White, #FFF);
	box-shadow: 6px 0px 39.768px 0px rgba(0, 0, 0, 0.05);
}
.fap_content_item_text {
	color: var(--Foundation-Green-green-700, #43885A);
	font-family: SVN-Gilroy;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	display:flex;
	align-content:center;
	width:100%;
	justify-content:space-between;
}
.fap_content_item_discript {
	color: var(--Foundation-Grey-Dark, #656565);
	font-family: SVN-Gilroy;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; 
}
.fap_content_item_discript_box {
	margin-top:1rem;
	transition: height 0.4s ease;
	overflow:hidden;
	height:0px;
}
.fap_content_item_discript {

}
/* 	 */
.recruitment_item {
	width:14.375rem;
	display:flex;
	flex-direction: column;
	align-items:center;
}
.recruitment_item_img {
	width: 11.875rem;
	height: 11.875rem;
	object-fit:cover;
	margin-bottom:2.25rem;
}
.recruitment_item_so {
	width: 4.125rem;
	height: 2.5rem;
	background:linear-gradient(180deg, #00AD87 0%, #00C57E 75.83%);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--Background-White, #FFF);
	text-align: center;
	font-family: Quicksand;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.625rem; 
	letter-spacing: 0.045rem;
	margin-bottom:1.25rem;
}
.recruitment_item_title {
	margin-bottom:0.5rem;
	text-align: center;
	font-family: Quicksand;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.26169rem; 
	text-transform: uppercase;
	background: var(--Foundation-Gradient, linear-gradient(180deg, #00AD87 0%, #00C57E 75.83%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-top:0.5rem;
}
.recruitment_item_label {
	color: var(--Foundation-Grey-Dark, #656565);
	text-align: center;
	font-family: SVN-Gilroy;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5rem; 
	letter-spacing: -0.02rem;
}
.recruitment_content {
	display:flex;
	justify-content:space-between;
	width:100%;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.recruitment_content .recruitment_item_svg {
	margin-top:5.6rem;
	width: 6.3965rem;
	height: 0.5rem;
}
.recruitment_title {
	display:flex;
	flex-direction: column;
	align-items:center;
	margin-bottom: 5rem;
}
.recruitment_title h2 {
	margin-bottom: 0.125rem;
	font-family: Quicksand;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4.1875rem;
	letter-spacing: -0.11813rem;
	text-transform: uppercase;
	background: var(--Foundation-Gradient, linear-gradient(180deg, #00AD87 0%, #00C57E 75.83%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.recruitment_title>p {
	width: 39.71169rem;
	color: var(--Foundation-Grey-Dark, #656565);
	text-align: center;
	font-family: SVN-Gilroy;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}
.recruitment {
	padding: 6.66rem 6.25rem;
	padding-bottom: 2rem;
}
/* 	 */
.job {
	position:relative;
	height: max-content;
}
.job>svg {
	width:100%;
	height: 10.28713rem;
	position:absolute;
	top:0;
	left:0;
}
.job_title {
	padding-top:8.5rem;
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-bottom:3.5rem;
}
.job_title h2 {
	font-family: Quicksand;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 4.1875rem; 
	letter-spacing: -0.11813rem;
	text-transform: uppercase;
	background: linear-gradient(180deg, #00AD87 0%, #00C57E 75.83%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.job_title p {
	width: 28.79738rem;
	color: var(--Grey-Normal, #58595B);
	text-align: center;
	font-family: SVN-Gilroy;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5rem;
	opacity: 0.8;
}
.fap_content_item_discript_active {
	display:flex;
}
.dnd-upload-status {
	position: absolute;
    width: 21.8125rem;
    top: -1rem;
    left: 1rem;
    background: white;
}
@media (max-width: 767px) {
	.detail_post ul > li + li {
margin-top: 0.5rem !important;
	}
	.fap_content_item_btn {
	margin-left:0.75rem;
}
	#related-post-container>fieldset>a {
		-webkit-line-clamp: 2;
	}
	#related-post-container>fieldset>div:before {
		display:none;
	}
	#related-post-container {
		display: flex !important;
    	flex-direction: column;
	}
	#related-post-container>fieldset>div {
		position: static;
        margin-top: 0.75rem;
        width: 100%;
		height:2.125rem;
	}
	#related-post-container>fieldset {
		padding: 1.6rem 1.12rem;
	}
	.detail_form {
		display:none;
	}
	.recruitment {
		padding: 0 0;
	}
	.recruitment_item_label {
		display:none;
	}
	.recruitment_content_war {
		overflow-x: auto;
		position:relative;
		width:100%;
	}
	.recruitment_content {
		width: max-content;
	}
	.banner_img_container {
		height: 12.4375rem;
		margin-bottom: 2rem;
	}
	.breadcrumb {
		display:none;
	}
	.detail_post {
		padding: 0 0.75rem;
	}
	.detail_content h1 {
		margin-top:0;
		margin-bottom:1.25rem;
		color: var(--Foundation-Bonus, #00B189);
		font-family: Quicksand;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.03rem;
	}
	.request {
		display: grid;
		grid-template-columns: auto auto;
		gap: 1.5rem;
	}
	.request_content_title {
		white-space: nowrap;
	}
	.request_content_label {
		text-align:start;
	}
	.detail_descript {
		color: var(--foundation-grey-dark-active, #3D3D3D);
		font-family: SVN-Gilroy;
		font-size: 1rem;
		font-style: normal;
		font-weight: 600;
		line-height: 150%; 
		letter-spacing: 0.005rem;
		margin-bottom:1.26rem;
	}
	.detail_content_hy>p>strong,
	.job-description__item>p,
	.job-description__item h3 {
		color: var(--Foundation-Grey-Darker, #2F2F2F);
		font-family: SVN-Gilroy;
		font-size: 1.25rem;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; 
		margin-bottom:0.63rem;
	}
	.detail_content_hy ol li,
	.detail_content_hy ul li,
	.job-description__item--content, 
	.job-description__item--content p, 
	.job-description__item--content>div,
	.job-description__item--content ol li,
	.job-description__item--content ul li {
		color: var(--foundation-grey-dark-active, #3D3D3D);
		text-align: justify;
		font-family: SVN-Gilroy;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 150%;
	}
	.job-description__item {
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
		border-bottom: 0.0625rem solid #35353733;
		width:100%;
	}
	.detail_content {
		width: 100%;
	}
	.fap_post {
		padding: 0 0.75rem;
		margin-top: 3.5rem;
	}
	.fap_post_banner {
		display: none;
	}
	.fap_post_content {
		margin-left:0;
		text-align:center;
	}
	.fap_post_content h2 {
		color: var(--Foundation-Bonus, #00B189);
		font-family: Quicksand;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.03rem;
	}
	.fap_content_item {
		margin-bottom:0.38rem;
		box-shadow: 6px 0px 39.768px 0px rgba(0, 0, 0, 0.05);
		align-items: center;
		padding: 1.5rem 1rem;
		padding-bottom: 0.5rem;
	}
	.fap_content_item_text {
		color: var(--Foundation-Green-green-700, #43885A);
		font-family: SVN-Gilroy;
		font-size: 1.25rem;
		font-style: normal;
		font-weight: 600;
		line-height: 120%; 
		text-align: start;
		align-items: center;
	}
	.fap_content_item_discript {
		color: var(--Grey-Normal, #58595B);
		font-family: SVN-Gilroy;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 150%; 
	}
	.recruitment {
		margin-top: 3.5rem;
	}
	.recruitment_title {
		margin-bottom: 2rem;
		padding: 0 0.75rem;
	}
	.recruitment_title h2 {
		font-family: Quicksand;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 600;
		line-height: 150%; 
		text-transform: uppercase;
		margin-bottom:0.25rem
	}
	.recruitment_title p {
		width: 100%;
		color: var(--Foundation-Grey-Dark, #656565);
		text-align: center;
		font-family: SVN-Gilroy;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 500;
		line-height: 130%;
	}
	.recruitment_item {
		width: 5.90038rem;
	}
	.recruitment_item_img {
		width: 5.90038rem;
		height: 5.90038rem;
		object-fit:contain;
		margin-bottom: 0.62rem;
	}
	.recruitment_content .recruitment_item_svg {
		width: 3.17825rem;
		margin: 0 0.87rem;
		margin-top:2.81rem;
	}
	.recruitment_item_title {
		text-align: center;
		font-family: SVN-Gilroy;
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.25rem;
		text-transform: uppercase;
	}
	.recruitment_item_so {
		width: 2.83825rem;
		height: 1.73069rem;
		margin-bottom: 0.62rem;
		color: var(--Background-White, #FFF);
text-align: center;
font-family: Quicksand;
font-size: 0.75rem;
font-style: normal;
font-weight: 700;
line-height: 1.12494rem; 
letter-spacing: 0.03rem;
	}
	.hidden_scroll {
		overflow: -moz-scrollbars-none;
		-ms-overflow-style: none;
	}
	.hidden_scroll::-webkit-scrollbar {
		width: 0 !important;
		display: none;
	}
	.job_title p {
		width: 100%;
	}
	.fap_post_content {
		width:100%;
	}
	.recruitment_content_war {
		margin-bottom: 0
	}
	.job_title {
		padding-top: 6.5rem;
		margin-bottom: 1.75rem;
	}
	#related-post-container {
		margin-bottom: 0;
	}
	.fap_content_item_discript {
		text-align: start;
	}
}

.detail_post ul > li + li {
	margin-top: 0.38rem;
}

.form-submit {
	height: 3.5rem;
	width: fit-content;
	margin-top: 1.5rem;
	margin-bottom: 1.25rem;
}

.form-submit .apply-btn {
	height: 3.5rem;
	border-radius: 9999px;
	cursor: pointer;
}

.form-submit .apply-btn p {
	height: 3.5rem;
	border-radius: 9999px;
	display: flex;
	align-items: center;
	background-color: #00B189;
}

.form-submit .apply-btn p input {
	margin-top: 0;
	border: none;
	transition: all 0.4s ease;
	z-index: 1;
	position: relative;
	background-color: transparent;
}

.form-submit .apply-btn p .wpcf7-spinner {
	display: none;
} 

.form-submit .apply-btn p svg {
	width: 1.14581rem;
height: 0.72919rem;
	transform: translate(-2.125rem, 0.125rem);
		transition: all 0.4s ease;
		z-index: 1;
	position: relative;
}

.form-submit .apply-btn:hover input {
	color:  #00B189;
}

.form-submit .apply-btn:hover svg > path {
	stroke:  #00B189;
}