.hvtdu-hung-vu-recruitment {
  --hvtdu-brand: #d83c91;
  --hvtdu-brand-soft: rgba(216, 60, 145, .08);
  --hvtdu-ink: #17131a;
  --hvtdu-muted: #746d76;
  --hvtdu-border: #e5e1e5;
  --hvtdu-surface: #fff;
  --hvtdu-shadow: 0 10px 30px rgba(35, 20, 30, .08);
  color: var(--hvtdu-ink);
  font: inherit;
}

.hvtdu-hung-vu-recruitment *,
.hvtdu-hung-vu-recruitment *::before,
.hvtdu-hung-vu-recruitment *::after { box-sizing: border-box; }

.hvtdu-hung-vu-recruitment[hidden],
.hvtdu-hung-vu-recruitment [hidden] { display: none !important; }

/* UX Builder job list */
.hvtdu-hung-vu-recruitment.hvtdu-hung-vu-job-list { width: 100%; }

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__tabs {
  align-items: flex-end;
  display: flex;
  gap: clamp(20px, 3.4vw, 52px);
  margin: 0 0 26px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__tab {
  appearance: none;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--hvtdu-ink) !important;
  cursor: pointer;
  flex: 0 0 auto;
  font: inherit !important;
  font-size: inherit !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  min-height: 36px;
  padding: 0 0 8px !important;
  position: relative;
  text-transform: none !important;
}

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__tab::after {
  background: var(--hvtdu-brand);
  bottom: 0;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
  width: 100%;
}

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__tab:hover,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__tab.is-active { color: var(--hvtdu-brand) !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__tab.is-active::after { transform: scaleX(1); }

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__grid {
  display: grid;
  gap: 24px 28px;
  grid-template-columns: repeat(var(--hvtdu-columns, 3), minmax(0, 1fr));
}

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-card {
  background: var(--hvtdu-surface) !important;
  border: 1px solid var(--hvtdu-border) !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 5px rgba(35, 20, 30, .025) !important;
  color: var(--hvtdu-ink) !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 145px;
  overflow: hidden;
  padding: 24px 26px 22px !important;
  position: relative;
  text-decoration: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-card:hover {
  border-color: color-mix(in srgb, var(--hvtdu-brand) 45%, var(--hvtdu-border)) !important;
  box-shadow: var(--hvtdu-shadow) !important;
  color: var(--hvtdu-brand) !important;
  transform: translateY(-3px);
}

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-card__hot {
	align-items: center;
	background: #e32636 !important;
	color: #fff !important;
	display: flex !important;
	font-family: inherit !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	height: 21px;
	justify-content: center;
	letter-spacing: .03em !important;
	line-height: 21px !important;
	padding: 0 !important;
	position: absolute;
	right: -23px;
	text-transform: uppercase;
	top: 10px;
	transform: rotate(45deg);
	width: 82px;
	z-index: 3;
}
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-card__hot span { color: inherit !important; display: block !important; font: inherit !important; line-height: inherit !important; }

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-card__meta {
  align-items: center;
  color: var(--hvtdu-muted) !important;
  display: flex;
  font-size: inherit;
	flex-wrap: wrap;
	gap: 9px;
	line-height: 1.4;
	margin-bottom: 9px;
	padding-right: 18px;
}

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-card__meta svg { fill: currentColor; flex: 0 0 20px; height: 20px; width: 20px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-card__meta i { background: #aaa3aa; display: block; height: 21px; width: 1px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-card__location { align-items: flex-start; display: inline-flex; flex: 1 1 185px; gap: 7px; min-width: 135px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-card__location svg { margin-top: .12em; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-card__location-text { display: -webkit-box; min-width: 0; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-card__type { white-space: nowrap; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-card__title { color: inherit; font-size: inherit; font-weight: 700; line-height: 1.42; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__empty { grid-column: 1/-1; margin: 25px 0; text-align: center; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__more { display: flex; justify-content: center; margin-top: 38px; }

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__more-button {
  align-items: center;
  background: transparent !important;
  border: 1.5px solid var(--hvtdu-brand) !important;
  border-radius: 11px !important;
  box-shadow: none !important;
  color: var(--hvtdu-brand) !important;
  display: inline-flex;
  font-size: inherit;
  font-weight: 700;
  gap: 13px;
  min-height: 50px;
  padding: 8px 21px !important;
  text-decoration: none !important;
  transition: .2s ease;
}

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__more-button span { font-size: 1.6em; font-weight: 300; line-height: 0; transform: translateY(-1px); }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__more-button:hover { background: var(--hvtdu-brand) !important; color: #fff !important; }

/* Single template */
.hvtdu-hung-vu-recruitment.hvtdu-hung-vu-single { background: #faf9fa; min-height: 80vh; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__container,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-archive__container { margin-left: auto; margin-right: auto; max-width: 1240px; padding-left: 24px; padding-right: 24px; width: 100%; }

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__hero {
  background: radial-gradient(circle at 68% 0, rgba(255,255,255,.52), transparent 29%), linear-gradient(112deg, #fff4fa, #f7dcea);
  padding: 23px 0 38px;
}

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__breadcrumb { align-items: center; color: var(--hvtdu-muted); display: flex; flex-wrap: wrap; font-size: inherit; gap: 9px; margin-bottom: 27px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__breadcrumb a { color: inherit !important; text-decoration: none !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__breadcrumb a:hover { color: var(--hvtdu-brand) !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__title { color: var(--hvtdu-ink); margin: 0 0 26px; max-width: 920px; text-transform: none; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__hero-row { align-items: center; display: flex; gap: 20px; justify-content: space-between; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__summary { align-items: center; color: var(--hvtdu-muted); display: flex; flex-wrap: wrap; font-size: inherit; gap: 9px; margin: 0; min-width: 0; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__summary i { background: #a89fa7; height: 17px; width: 1px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__share-wrap { flex: 0 0 auto; position: relative; }

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__share {
  align-items: center;
  appearance: none;
  background: #fff !important;
  border: 1px solid var(--hvtdu-border) !important;
  border-radius: 999px !important;
  box-shadow: 0 2px 6px rgba(0,0,0,.05) !important;
  color: var(--hvtdu-muted) !important;
	display: inline-flex !important;
  font: inherit !important;
  font-size: inherit !important;
  gap: 6px;
  letter-spacing: 0 !important;
  margin: 0 !important;
  min-height: 34px !important;
  padding: 5px 14px !important;
	text-transform: none !important;
	visibility: visible !important;
	width: auto !important;
	opacity: 1 !important;
}

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__share svg { fill: currentColor; height: 16px; width: 16px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__share-menu { background: #fff; border: 1px solid var(--hvtdu-border); border-radius: 10px; box-shadow: var(--hvtdu-shadow); display: grid; min-width: 190px; overflow: hidden; padding: 7px; position: absolute; right: 0; top: calc(100% + 8px); z-index: 20; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__share-menu[hidden] { display: none !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__share-menu a,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__share-menu button { appearance: none !important; background: transparent !important; border: 0 !important; border-radius: 7px !important; box-shadow: none !important; color: var(--hvtdu-ink) !important; cursor: pointer; display: block !important; font: inherit !important; font-size: inherit !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.35 !important; margin: 0 !important; min-height: 0 !important; padding: 10px 12px !important; text-align: left; text-decoration: none !important; text-transform: none !important; width: 100% !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__share-menu a:hover,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__share-menu button:hover { background: var(--hvtdu-brand-soft) !important; color: var(--hvtdu-brand) !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__layout { display: grid; gap: 64px; grid-template-columns: minmax(0, 1fr) 360px; padding-bottom: 25px; padding-top: 48px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__content { min-width: 0; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__section { color: #272128; font-family: inherit; font-size: inherit; line-height: inherit; margin: 0 0 40px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__section h2 { color: var(--hvtdu-ink); margin: 0 0 16px; text-transform: none; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__section h3 { color: var(--hvtdu-ink); margin-top: 25px; text-transform: none; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__section p { margin: 0 0 14px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__section ul,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__section ol { margin: 0 0 17px 1.2em; padding: 0; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__section li { margin-bottom: 9px; padding-left: 5px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__sidebar { min-width: 0; }

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__apply-card {
  background: #fff;
  border: 1px solid rgba(35, 20, 30, .05);
  border-radius: 11px;
  box-shadow: var(--hvtdu-shadow);
	padding: 28px;
	position: sticky;
	top: var(--hvtdu-sticky-top, 118px);
}

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__apply-card > p { font-size: inherit; margin: 0 0 14px; text-align: center; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__apply-button { align-items: center; appearance: none !important; background: var(--hvtdu-brand) !important; border: 2px solid var(--hvtdu-brand) !important; border-radius: 9px !important; box-shadow: none !important; color: #fff !important; cursor: pointer; display: flex; font: inherit !important; font-size: inherit !important; font-weight: 800 !important; justify-content: center; letter-spacing: normal !important; line-height: inherit !important; margin: 0 !important; min-height: 52px; padding: 10px 20px !important; text-decoration: none !important; text-transform: none !important; transition: .2s ease; width: 100%; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__apply-button:hover { background: color-mix(in srgb, var(--hvtdu-brand) 86%, #000) !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__apply-button.is-disabled { background: #aaa4aa !important; border-color: #aaa4aa !important; cursor: not-allowed; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__information-title { border-bottom: 1px solid var(--hvtdu-border); color: var(--hvtdu-ink); display: block; font-size: inherit; font-weight: 800; margin-top: 25px; padding-bottom: 12px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__apply-card dl { margin: 14px 0 0; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__position-item { border-bottom: 1px dashed #ebe7eb; display: grid; font-size: inherit; gap: 10px; grid-template-columns: minmax(105px, .85fr) 1fr; padding: 11px 0; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__position-item:last-child { border-bottom: 0; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__position-item dt { align-items: center; color: var(--hvtdu-muted); display: flex; gap: 8px; min-width: 0; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__position-item dd { align-self: center; color: var(--hvtdu-ink); font-weight: 700; line-height: 1.4; margin: 0; overflow-wrap: anywhere; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__position-item.is-location { gap: 7px; grid-template-columns: 1fr; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__position-item.is-location dd { padding-left: 36px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-position-icon { align-items: center; background: var(--hvtdu-brand-soft); border-radius: 7px; color: var(--hvtdu-brand); display: inline-flex; flex: 0 0 28px; font-style: normal; height: 28px; justify-content: center; width: 28px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-position-icon::before { display: none !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-position-icon svg { fill: currentColor; height: 15px; width: 15px; }

/* Application form — all controls use plugin-specific classes to avoid Flatsome collisions. */
.hvtdu-hung-vu-modal-open { overflow: hidden !important; }
.hvtdu-hung-vu-recruitment.hvtdu-hung-vu-application { margin: 0; max-width: none; }
.hvtdu-hung-vu-recruitment.hvtdu-hung-vu-application__popup { align-items: center; display: flex; inset: 0; justify-content: center; opacity: 0; padding: 22px; pointer-events: none; position: fixed; transition: opacity .18s ease; z-index: 999999; }
.hvtdu-hung-vu-recruitment.hvtdu-hung-vu-application__popup[hidden] { display: none !important; }
.hvtdu-hung-vu-recruitment.hvtdu-hung-vu-application__popup.is-open { opacity: 1; pointer-events: auto; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__backdrop { background: rgba(20, 13, 18, .68); inset: 0; position: absolute; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__card { background: #fff; border: 1px solid var(--hvtdu-border); border-radius: 14px; box-shadow: 0 24px 80px rgba(20, 13, 18, .3); max-height: calc(100dvh - 44px); max-width: 940px; opacity: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; padding: clamp(25px, 4vw, 54px); position: relative; transform: translateY(18px) scale(.985); transition: opacity .18s ease, transform .18s ease; width: 100%; z-index: 1; }
.hvtdu-hung-vu-recruitment.is-open .hvtdu-hung-vu-application__card { opacity: 1; transform: translateY(0) scale(1); }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__close { align-items: center; appearance: none !important; background: #f6f2f5 !important; border: 0 !important; border-radius: 50% !important; box-shadow: none !important; color: #665e65 !important; cursor: pointer; display: flex; height: 40px !important; justify-content: center; margin: 0 !important; min-height: 40px !important; padding: 0 !important; position: absolute; right: 16px; top: 16px; width: 40px !important; z-index: 3; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__close:hover { background: var(--hvtdu-brand-soft) !important; color: var(--hvtdu-brand) !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__close svg { fill: currentColor; height: 23px; width: 23px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__title { color: var(--hvtdu-ink); margin: 0 0 31px; text-transform: none; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__notice { border-radius: 8px; font-size: inherit; margin: -9px 0 28px; padding: 13px 16px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__notice.is-success { background: #eaf8ef; border: 1px solid #a3d7b5; color: #176437; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__notice.is-error { background: #fff0f0; border: 1px solid #efb1b1; color: #9e2424; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__section { border: 0 !important; margin: 0 0 31px !important; min-width: 0; padding: 0 !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__section legend { color: var(--hvtdu-ink); float: none; font-family: inherit; font-size: inherit; font-weight: 800; line-height: inherit; margin: 0 0 22px; padding: 0; width: 100%; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__grid { display: grid; gap: 22px 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__field { display: block; margin: 0 !important; position: relative; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__field.is-full { grid-column: 1/-1; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__field > span { background: #fff; color: var(--hvtdu-muted); display: inline-block; font-size: inherit; left: 12px; line-height: 1; padding: 0 4px; position: relative; top: 7px; z-index: 2; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__field b,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__upload b { color: #e34343; font-weight: 500; }

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__input,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__select,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__textarea {
  appearance: none !important;
  background-color: #fff !important;
  border: 1px solid #d8d2d8 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: var(--hvtdu-ink) !important;
  font: inherit !important;
  font-size: inherit !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  min-height: 52px !important;
  outline: 0 !important;
  padding: 15px 14px !important;
  text-transform: none !important;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 100% !important;
}

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__select { background-image: linear-gradient(45deg, transparent 50%, #6c656c 50%), linear-gradient(135deg, #6c656c 50%, transparent 50%) !important; background-position: calc(100% - 19px) 22px, calc(100% - 14px) 22px !important; background-repeat: no-repeat !important; background-size: 5px 5px, 5px 5px !important; padding-right: 40px !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__textarea { min-height: 126px !important; resize: vertical !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__input:focus,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__select:focus,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__textarea:focus { border-color: var(--hvtdu-brand) !important; box-shadow: 0 0 0 3px var(--hvtdu-brand-soft) !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__input::placeholder,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__textarea::placeholder { color: #aaa3aa !important; opacity: 1 !important; }

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__upload { align-items: center; background: #fff; border: 1px solid #d8d2d8; border-radius: 8px; cursor: pointer; display: flex; justify-content: space-between; margin: 0 !important; min-height: 74px; padding: 13px 14px; position: relative; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__upload > span:first-child { display: flex; flex-direction: column; gap: 3px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__upload strong { color: var(--hvtdu-ink); font-size: inherit; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__upload small { color: var(--hvtdu-muted); display: block; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__file { height: 1px !important; opacity: 0 !important; overflow: hidden !important; position: absolute !important; width: 1px !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__file-button { align-items: center; background: var(--hvtdu-brand-soft); border-radius: 8px; color: var(--hvtdu-brand); display: inline-flex; flex: 0 0 auto; font-size: inherit; font-weight: 700; gap: 7px; margin-left: 14px; padding: 10px 15px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__file-button svg { fill: currentColor; height: 19px; width: 19px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__file-name { color: var(--hvtdu-muted); font-size: inherit; margin: 7px 0 0 4px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__file-name.is-error { color: #b92727; font-weight: 600; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__consent { align-items: flex-start; color: var(--hvtdu-muted); display: flex; font-size: inherit; gap: 10px; line-height: inherit; margin: 0 0 28px !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__checkbox { appearance: none !important; background: #fff !important; border: 1px solid #cfc8cf !important; border-radius: 4px !important; box-shadow: none !important; flex: 0 0 18px; height: 18px !important; margin: 1px 0 0 !important; min-height: 18px !important; padding: 0 !important; position: relative; width: 18px !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__checkbox:checked { background: var(--hvtdu-brand) !important; border-color: var(--hvtdu-brand) !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__checkbox:checked::after { border: solid #fff; border-width: 0 2px 2px 0; content: ''; height: 9px; left: 6px; position: absolute; top: 2px; transform: rotate(45deg); width: 4px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__consent a { color: var(--hvtdu-brand) !important; text-decoration: underline !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__submit-wrap { display: flex; justify-content: flex-end; }

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__submit {
  align-items: center;
  appearance: none !important;
  background: var(--hvtdu-brand) !important;
  border: 2px solid var(--hvtdu-brand) !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex !important;
  font: inherit !important;
  font-size: inherit !important;
  font-weight: 800 !important;
  gap: 9px;
  justify-content: center;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  min-height: 52px !important;
  min-width: 230px;
  padding: 12px 23px !important;
  text-transform: none !important;
  transition: .2s ease;
}

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__submit:hover { background: color-mix(in srgb, var(--hvtdu-brand) 86%, #000) !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__submit:disabled { cursor: wait; opacity: .7; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__spinner { animation: hvtdu-spin .7s linear infinite; border: 2px solid rgba(255,255,255,.45); border-radius: 50%; border-top-color: #fff; display: none; height: 17px; width: 17px; }
.hvtdu-hung-vu-recruitment .is-submitting .hvtdu-hung-vu-application__spinner { display: block; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__trap { height: 0 !important; left: -999em !important; overflow: hidden !important; position: absolute !important; width: 0 !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__closed { background: #f5f3f5; border-radius: 8px; color: var(--hvtdu-muted); padding: 18px; text-align: center; }
@keyframes hvtdu-spin { to { transform: rotate(360deg); } }

.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__related { background: #fff; border-top: 1px solid var(--hvtdu-border); padding: 60px 0 75px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__related > div > h2 { margin: 0 0 27px; text-transform: none; }

/* Editable UX Builder careers hero. Typography is inherited from the active theme. */
.hvtdu-hung-vu-recruitment.hvtdu-hung-vu-careers-hero {
  background: var(--hvtdu-hero-bg, #fff1f8);
  color: var(--hvtdu-hero-color, #17131a);
  padding: var(--hvtdu-hero-padding, 90px) 24px;
  text-align: center;
  width: 100%;
}
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-careers-hero__inner { margin: 0 auto; max-width: 1180px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-careers-hero__eyebrow { color: inherit !important; font-family: inherit; font-size: inherit; font-weight: 800; letter-spacing: .12em; margin: 0 0 18px; text-transform: uppercase; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-careers-hero__title { color: inherit !important; margin: 0 auto 20px; max-width: 980px; text-transform: none; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-careers-hero__description { color: inherit !important; font-family: inherit; font-size: inherit; line-height: inherit; margin: 0 auto; max-width: 760px; opacity: .72; }

/* Search bar UX Builder element */
.hvtdu-hung-vu-recruitment.hvtdu-hung-vu-job-search-bar { background: var(--hvtdu-search-bg, #fff1f8); padding: 40px 24px; width: 100%; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-search-bar__form { align-items: stretch; display: grid; gap: 12px; grid-template-columns: minmax(0, 1fr) auto; margin: 0 auto; max-width: 1180px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-search-bar__field,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__search-field { align-items: center; background: #fff; border: 1px solid #d9d2d8; border-radius: 9px; display: flex; margin: 0 !important; min-width: 0; padding: 0 17px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-search-bar__field svg,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__search-field svg { fill: var(--hvtdu-muted); flex: 0 0 24px; height: 24px; margin-right: 12px; width: 24px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-search-bar__input,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__search-input { appearance: none !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; color: var(--hvtdu-ink) !important; font: inherit !important; font-size: inherit !important; height: auto !important; letter-spacing: 0 !important; line-height: 1.4 !important; margin: 0 !important; min-height: 56px !important; outline: 0 !important; padding: 13px 0 !important; text-transform: none !important; width: 100% !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-search-bar__button,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__search-button { align-items: center; appearance: none !important; background: var(--hvtdu-brand) !important; border: 2px solid var(--hvtdu-brand) !important; border-radius: 9px !important; box-shadow: none !important; color: #fff !important; cursor: pointer; display: inline-flex !important; font: inherit !important; font-size: inherit !important; font-weight: 800 !important; justify-content: center; letter-spacing: 0 !important; line-height: 1.35 !important; margin: 0 !important; min-height: 58px !important; min-width: 205px; padding: 12px 25px !important; text-transform: none !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-search-bar__button:hover,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__search-button:hover { background: color-mix(in srgb, var(--hvtdu-brand) 86%, #000) !important; }

/* Full search and filter page */
.hvtdu-hung-vu-recruitment.hvtdu-hung-vu-job-filter { background: #faf9fa; padding: 38px 24px 75px; width: 100%; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__search { align-items: stretch; display: grid; gap: 12px; grid-template-columns: minmax(0, 1fr) auto; margin: 0 auto 58px; max-width: 1018px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__layout { align-items: start; display: grid; gap: 34px; grid-template-columns: minmax(260px, 320px) minmax(0, 1fr); margin: 0 auto; max-width: 1280px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__sidebar { align-self: start; background: #fff; border: 1px solid rgba(35,20,30,.05); border-radius: 11px; box-shadow: 0 3px 13px rgba(35,20,30,.08); max-height: calc(100vh - var(--hvtdu-sticky-top, 118px) - 20px); overflow: auto; padding: 24px 27px; position: sticky; top: var(--hvtdu-sticky-top, 118px); }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__sidebar-head { align-items: center; display: flex; justify-content: space-between; margin-bottom: 15px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__sidebar-head strong { color: var(--hvtdu-ink); font-size: inherit; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__sidebar-head button,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__group-more { appearance: none !important; background: transparent !important; border: 0 !important; box-shadow: none !important; color: var(--hvtdu-brand) !important; cursor: pointer; font: inherit !important; font-size: inherit !important; font-weight: 600 !important; letter-spacing: 0 !important; line-height: 1.35 !important; margin: 0 !important; min-height: 0 !important; padding: 4px 0 !important; text-transform: none !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__group { border-top: 1px solid var(--hvtdu-border); padding: 15px 0; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__group-toggle { align-items: center; appearance: none !important; background: transparent !important; border: 0 !important; box-shadow: none !important; color: var(--hvtdu-brand) !important; cursor: pointer; display: flex !important; font: inherit !important; font-size: inherit !important; font-weight: 800 !important; justify-content: space-between; letter-spacing: 0 !important; line-height: 1.35 !important; margin: 0 0 11px !important; min-height: 0 !important; padding: 0 !important; text-align: left; text-transform: none !important; width: 100% !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__group-toggle svg { fill: currentColor; height: 19px; transition: transform .2s ease; width: 19px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__group-toggle[aria-expanded="false"] svg { transform: rotate(180deg); }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__group-body { display: grid; gap: 11px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__group-body[hidden] { display: none !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__option { align-items: flex-start; color: var(--hvtdu-ink); cursor: pointer; display: flex; font: inherit !important; font-size: inherit !important; gap: 9px; line-height: 1.4; margin: 0 !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__option.is-extra { display: none; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__group-body.is-expanded .hvtdu-hung-vu-job-filter__option.is-extra { display: flex; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__checkbox { appearance: none !important; background: #fff !important; border: 1px solid #cec8ce !important; border-radius: 4px !important; box-shadow: none !important; flex: 0 0 19px; height: 19px !important; margin: 1px 0 0 !important; min-height: 19px !important; padding: 0 !important; position: relative; width: 19px !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__checkbox:checked { background: var(--hvtdu-brand) !important; border-color: var(--hvtdu-brand) !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__checkbox:checked::after { border: solid #fff; border-width: 0 2px 2px 0; content: ''; height: 9px; left: 6px; position: absolute; top: 2px; transform: rotate(45deg); width: 4px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__results { min-width: 0; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__results-head { align-items: baseline; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; margin-bottom: 22px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__results-head h2 { color: var(--hvtdu-ink); margin: 0; text-transform: none; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__results-head span { color: var(--hvtdu-muted); font-size: inherit; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__grid { display: grid; gap: 26px 28px; grid-template-columns: repeat(var(--hvtdu-filter-columns, 2), minmax(0, 1fr)); }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__grid .hvtdu-hung-vu-job-card { min-height: 145px; padding: 24px 24px 22px !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__empty { background: #fff; border: 1px dashed var(--hvtdu-border); border-radius: 10px; color: var(--hvtdu-muted); margin: 0; padding: 32px; text-align: center; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__load-wrap { display: flex; justify-content: center; margin-top: 30px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__load,
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__mobile-toggle { align-items: center; appearance: none !important; background: #fff !important; border: 1.5px solid var(--hvtdu-brand) !important; border-radius: 9px !important; box-shadow: none !important; color: var(--hvtdu-brand) !important; cursor: pointer; display: inline-flex !important; font: inherit !important; font-size: inherit !important; font-weight: 800 !important; gap: 9px; justify-content: center; letter-spacing: 0 !important; line-height: 1.35 !important; margin: 0 !important; min-height: 48px !important; padding: 10px 20px !important; text-transform: none !important; width: auto !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__load:hover { background: var(--hvtdu-brand) !important; color: #fff !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__mobile-toggle { display: none !important; margin: -34px auto 24px !important; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__mobile-toggle svg { fill: currentColor; height: 20px; width: 20px; }

/* Archive */
.hvtdu-hung-vu-recruitment.hvtdu-hung-vu-archive { background: #fff; min-height: 70vh; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-archive__hero { background: linear-gradient(120deg, #fff1f8, #f7dcea); padding: clamp(58px, 8vw, 105px) 0; text-align: center; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-archive__hero span { color: var(--hvtdu-brand); display: block; font-size: inherit; font-weight: 800; letter-spacing: .13em; margin-bottom: 13px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-archive__hero h1 { color: var(--hvtdu-ink); margin: 0 0 15px; text-transform: none; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-archive__hero p { color: var(--hvtdu-muted); font-size: inherit; margin: 0 auto; max-width: 690px; }
.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-archive__jobs { padding-bottom: 85px; padding-top: 65px; }

@media (max-width: 1024px) {
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__grid { grid-template-columns: repeat(min(2, var(--hvtdu-columns, 3)), minmax(0, 1fr)); }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__layout { gap: 35px; grid-template-columns: minmax(0, 1fr) 310px; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__layout { grid-template-columns: 265px minmax(0, 1fr); }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__grid { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__tabs { gap: 25px; margin-bottom: 18px; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__tab { min-height: 34px; padding-bottom: 7px !important; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__grid { gap: 14px; grid-template-columns: 1fr; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-card { min-height: 130px; padding: 20px 19px 18px !important; }
	.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-card__meta { padding-right: 13px; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-list__more { margin-top: 24px; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__container,
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-archive__container { padding-left: 18px; padding-right: 18px; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__hero { padding: 19px 0 30px; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__breadcrumb { margin-bottom: 20px; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__breadcrumb span:last-child { display: none; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__title { margin-bottom: 21px; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__hero-row { align-items: flex-start; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__share { flex: 0 0 auto; }
	.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__share-menu { right: 0; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__layout { display: flex; flex-direction: column; padding-top: 34px; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__sidebar { order: -1; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-single__apply-card { position: static; }
  .hvtdu-hung-vu-recruitment.hvtdu-hung-vu-application__popup { align-items: flex-end; padding: 10px; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__card { border-radius: 14px 14px 0 0; max-height: calc(100dvh - 20px); padding: 28px 18px 22px; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__close { right: 10px; top: 10px; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__grid { grid-template-columns: 1fr; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__field.is-full { grid-column: auto; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__upload { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__file-button { margin-left: 0; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__submit-wrap { justify-content: stretch; }
  .hvtdu-hung-vu-recruitment .hvtdu-hung-vu-application__submit { width: 100%; }
	.hvtdu-hung-vu-recruitment.hvtdu-hung-vu-job-search-bar { padding: 25px 18px; }
	.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-search-bar__form,
	.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__search { grid-template-columns: 1fr; }
	.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-search-bar__button,
	.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__search-button { min-width: 0; width: 100% !important; }
	.hvtdu-hung-vu-recruitment.hvtdu-hung-vu-job-filter { padding: 24px 18px 55px; }
	.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__search { margin-bottom: 58px; }
	.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__mobile-toggle { display: flex !important; width: 100% !important; }
	.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__layout { display: block; }
	.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__sidebar { display: none; margin-bottom: 28px; max-height: none; position: static; }
	.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__sidebar.is-open { display: block; }
	.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__grid { gap: 17px; grid-template-columns: 1fr; }
	.hvtdu-hung-vu-recruitment .hvtdu-hung-vu-job-filter__grid .hvtdu-hung-vu-job-card { min-height: 138px; }
}

@media (prefers-reduced-motion: reduce) {
  .hvtdu-hung-vu-recruitment *,
  .hvtdu-hung-vu-recruitment *::before,
  .hvtdu-hung-vu-recruitment *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
