.elementor-117997 .elementor-element.elementor-element-321efd2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-117997 .elementor-element.elementor-element-321efd2:not(.elementor-motion-effects-element-type-background), .elementor-117997 .elementor-element.elementor-element-321efd2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://dethitracnghiem.vn/wp-content/uploads/2026/05/97a7c53a-f3e0-42df-8393-1a071f560bb6.png");}.elementor-117997 .elementor-element.elementor-element-6ebf550{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-117997 .elementor-element.elementor-element-947d929{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:-100px;}.elementor-117997 .elementor-element.elementor-element-756892b img{width:100%;max-width:100%;}.elementor-117997 .elementor-element.elementor-element-7d8eb2e{--display:flex;}.elementor-117997 .elementor-element.elementor-element-bcba16b{margin:-35px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-117997 .elementor-element.elementor-element-3d05cc9{--display:flex;--margin-top:-13px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-117997 .elementor-element.elementor-element-3469475{margin:-8px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-117997 .elementor-element.elementor-element-ca6b44e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-117997 .elementor-element.elementor-element-4062689{margin:-70px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-117997 .elementor-element.elementor-element-b5e5fbe{--display:flex;}.elementor-117997 .elementor-element.elementor-element-35778bb{margin:-80px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-117997 .elementor-element.elementor-element-6ebf550{--width:65%;}.elementor-117997 .elementor-element.elementor-element-947d929{--width:79%;}}/* Start custom CSS for container, class: .elementor-element-7d8eb2e */@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800;900&display=swap');

.career-steps-section,
.career-steps-section * {
  box-sizing: border-box;
}

.career-steps-section {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;

  padding: 48px 18px;
  font-family: 'Roboto Slab', serif;
  color: #111827;
  overflow: hidden;

  background:
    radial-gradient(circle at 0% 0%, rgba(255, 122, 24, 0.08) 0 150px, transparent 151px),
    radial-gradient(circle at 100% 100%, rgba(37, 99, 235, 0.07) 0 170px, transparent 171px),
}

.career-steps-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

/* HEADING */
.career-steps-heading {
  max-width: 820px;
  margin: 0 auto 30px;
  text-align: center;
}

.career-steps-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #fff3eb;
  color: #ff5a1f;
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.career-steps-heading h2 {
  margin: 0 0 14px;
  font-family: 'Roboto Slab', serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.28;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
}

.career-steps-heading p {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 15.5px;
  line-height: 1.75;
  font-weight: 400;
  color: #4b5563;
}

/* GRID */
.career-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

/* CARD */
.career-step-card {
  min-height: 205px;
  padding: 22px 22px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.career-step-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 90, 31, 0.35);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.09);
}

.career-step-number {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff7a18, #ff4f00);
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
}

.career-step-card h3 {
  margin: 0 0 10px;
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  color: #0f172a;
}

.career-step-card p {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  line-height: 1.68;
  font-weight: 400;
  color: #374151;
}

/* SUMMARY */
.career-steps-summary {
  margin-top: 22px;
  padding: 22px 26px;
  border-radius: 16px;
  background: #f8fafc;
  border-left: 4px solid #ff5a1f;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.career-steps-summary h3 {
  margin: 0 0 8px;
  font-family: 'Roboto Slab', serif;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
  color: #0f172a;
}

.career-steps-summary p {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 14.5px;
  line-height: 1.75;
  font-weight: 400;
  color: #374151;
}

/* TABLET */
@media (max-width: 991px) {
  .career-steps-section {
    padding: 42px 16px;
  }

  .career-steps-container {
    max-width: 860px;
  }

  .career-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .career-step-card {
    min-height: 190px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .career-steps-section {
    padding: 36px 14px;
  }

  .career-steps-heading {
    max-width: 100%;
    margin-bottom: 24px;
    text-align: left;
  }

  .career-steps-heading h2 {
    font-size: 25px;
    line-height: 1.35;
  }

  .career-steps-heading p {
    font-size: 15px;
    line-height: 1.75;
  }

  .career-steps-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .career-step-card {
    min-height: auto;
    padding: 20px 18px;
    border-radius: 15px;
  }

  .career-step-card h3 {
    font-size: 17px;
  }

  .career-step-card p {
    font-size: 14px;
  }

  .career-steps-summary {
    padding: 20px 18px;
    border-radius: 15px;
  }

  .career-steps-summary h3 {
    font-size: 19px;
  }

  .career-steps-summary p {
    font-size: 14px;
  }
}

/* SMALL MOBILE */
@media (max-width: 420px) {
  .career-steps-section {
    padding: 32px 12px;
  }

  .career-steps-label {
    font-size: 12px;
  }

  .career-steps-heading h2 {
    font-size: 23px;
  }

  .career-step-number {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3d05cc9 */@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800;900&display=swap');

.career-tool-section,
.career-tool-section * {
  box-sizing: border-box;
}

.career-tool-section {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;

  overflow: hidden;
  padding: 44px 24px 36px;
  font-family: 'Roboto Slab', serif;
  color: #071126;

  background:
    radial-gradient(circle at 100% 18%, rgba(255, 116, 24, 0.09) 0 145px, transparent 146px),
    radial-gradient(circle at 0% 100%, rgba(255, 116, 24, 0.08) 0 130px, transparent 131px),
    #ffffff;
}

.career-tool-section::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 32px;
  width: 68px;
  height: 68px;
  opacity: .22;
  background-image: radial-gradient(#ff7a2c 1.7px, transparent 2px);
  background-size: 13px 13px;
}

.career-tool-section::after {
  content: "";
  position: absolute;
  right: 36px;
  bottom: 44px;
  width: 78px;
  height: 78px;
  opacity: .18;
  background-image: radial-gradient(#ff7a2c 1.7px, transparent 2px);
  background-size: 13px 13px;
}

.career-tool-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* HEADING */
.career-tool-heading {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 30px;
}

.career-tool-heading h2 {
  margin: 0 0 12px;
  font-family: 'Roboto Slab', serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.8px;
  color: #071126;
}

.career-tool-heading p {
  max-width: 760px;
  margin: 0 auto;
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  color: #5d6473;
}

/* GRID */
.career-tool-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

/* CARD */
.career-tool-card {
  position: relative;
  width: 100%;
  height: 230px;
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  padding: 24px 22px 22px;
  border-radius: 14px;
  border: 1px solid rgba(12, 21, 38, .08);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 24px rgba(7, 17, 38, .07);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.career-tool-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(7, 17, 38, .10);
  border-color: rgba(255, 91, 15, .35);
}

.career-tool-card-featured {
  border: 2px solid #ff6b21;
}

.career-tool-badge {
  position: absolute;
  right: -1px;
  top: -1px;
  padding: 8px 12px;
  border-radius: 0 12px 0 12px;
  background: linear-gradient(135deg, #ff7a18, #ff4f00);
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 10.5px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(255, 91, 15, .22);
}

/* ICON */
.career-tool-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff3eb;
  flex-shrink: 0;
}

.career-tool-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: block;
}

/* CONTENT */
.career-tool-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.career-tool-content h3 {
  margin: 2px 0 6px;
  font-family: 'Roboto Slab', serif;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.6px;
  color: #071126;
}

.career-tool-content h4 {
  margin: 0 0 10px;
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: #ff4f12;
}

.career-tool-content p {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
  color: #3f4658;
}

.career-tool-content a {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 13.5px;
  line-height: 1;
  font-weight: 700;
  color: #ff4f12;
}

.career-tool-content a span {
  font-size: 19px;
  line-height: 1;
  transition: transform .2s ease;
}

.career-tool-content a:hover span {
  transform: translateX(4px);
}

/* ACTION */
.career-tool-action {
  margin-top: 22px;
  text-align: center;
}

.career-tool-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 320px;
  padding: 14px 26px;
  border-radius: 7px;
  text-decoration: none;
  background: linear-gradient(135deg, #ff7a00, #ff4f00);
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 17px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .1px;
  box-shadow: 0 9px 20px rgba(255, 91, 15, .24);
  transition: transform .25s ease, box-shadow .25s ease;
}

.career-tool-main-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(255, 91, 15, .32);
}

.career-tool-more {
  width: fit-content;
  margin: 14px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  color: #4b5263;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  font-weight: 500;
}

.career-tool-more span {
  font-size: 24px;
  color: #071126;
  line-height: 1;
}

/* TABLET */
@media (max-width: 1180px) {
  .career-tool-section {
    padding: 40px 20px 34px;
  }

  .career-tool-container {
    max-width: 920px;
  }

  .career-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .career-tool-card {
    height: 220px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .career-tool-section {
    padding: 34px 14px 30px;
  }

  .career-tool-section::before,
  .career-tool-section::after {
    display: none;
  }

  .career-tool-heading {
    text-align: left;
    margin-bottom: 24px;
  }

  .career-tool-heading h2 {
    font-size: 25px;
    line-height: 1.35;
    letter-spacing: -0.5px;
  }

  .career-tool-heading p {
    font-size: 14px;
  }

  .career-tool-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .career-tool-card {
    height: auto;
    min-height: 210px;
    grid-template-columns: 64px 1fr;
    gap: 14px;
    padding: 22px 18px 20px;
    border-radius: 14px;
  }

  .career-tool-badge {
    font-size: 9.5px;
    padding: 7px 9px;
  }

  .career-tool-icon {
    width: 60px;
    height: 60px;
  }

  .career-tool-icon img {
    width: 42px;
    height: 42px;
  }

  .career-tool-content h3 {
    margin-top: 0;
    font-size: 22px;
  }

  .career-tool-content h4 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .career-tool-content p {
    font-size: 13px;
    line-height: 1.55;
  }

  .career-tool-content a {
    font-size: 13px;
  }

  .career-tool-main-btn {
    width: 100%;
    min-width: 0;
    padding: 14px 18px;
    font-size: 15px;
  }

  .career-tool-more {
    font-size: 13px;
  }
}

/* SMALL MOBILE */
@media (max-width: 420px) {
  .career-tool-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .career-tool-icon {
    margin-bottom: 2px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ca6b44e */@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800;900&display=swap');

.career-methods-section,
.career-methods-section * {
  box-sizing: border-box;
}

.career-methods-section {
  width: 100vw !important;
  max-width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;

  padding: 46px 24px 54px;
  font-family: 'Roboto Slab', serif;
  color: #263238;
  overflow: hidden;
}

.career-methods-container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

/* INTRO */
.career-methods-intro {
  max-width: 980px;
  margin: 0 auto 28px;
}

.career-methods-intro p {
  margin: 0;
  font-family: 'Roboto Slab', serif;
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 400;
  color: #2f3542;
}

/* LIST */
.career-methods-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* CARD */
.career-method-card {
  position: relative;
  width: 100%;
  min-height: 170px;
  display: grid;
  grid-template-columns: 240px 1fr 42px;
  align-items: center;
  padding: 22px 28px 22px 20px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.10);
  overflow: visible;
}

/* IMAGE */
.career-method-image {
  position: relative;
  width: 220px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-method-image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 210px;
  height: 135px;
  transform: translate(-50%, -50%);
  border-radius: 48% 52% 46% 54%;
  background:
    radial-gradient(circle at 20% 65%, rgba(9, 126, 128, 0.14) 0 30px, transparent 31px),
    radial-gradient(circle at 78% 35%, rgba(9, 126, 128, 0.12) 0 38px, transparent 39px),
    linear-gradient(135deg, #dff4f2 0%, #f0fbfa 100%);
  z-index: 1;
}

.career-method-image img {
  position: relative;
  z-index: 2;
  width: 175px;
  height: 175px;
  object-fit: contain;
  object-position: center bottom;
  display: block;
  filter: none !important;
}

/* CONTENT */
.career-method-content {
  padding: 0 14px 0 0;
}

.career-method-content h3 {
  margin: 0 0 10px;
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  color: #087978;
}

.career-method-content p {
  max-width: 720px;
  margin: 0 0 7px;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  color: #4b4b4b;
}

.career-method-content p strong {
  font-weight: 800;
  color: #333333;
}

/* STARS */
.career-method-stars {
  margin-top: 8px;
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 3px;
  color: #ff6b22;
}

/* ARROW */
.career-method-arrow {
  justify-self: end;
  align-self: center;
  text-decoration: none;
  font-family: 'Roboto Slab', serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -8px;
  color: #087978;
  transition: transform .25s ease, color .25s ease;
}

.career-method-arrow:hover {
  transform: translateX(5px);
  color: #ff6b22;
}

/* NOTE */
.career-method-note {
  max-width: 980px;
  margin: 34px auto 0;
  font-family: 'Roboto Slab', serif;
  font-size: 15.5px;
  line-height: 1.6;
  font-weight: 400;
  color: #333333;
}

/* TABLET */
@media (max-width: 991px) {
  .career-methods-section {
    padding: 38px 18px 46px;
  }

  .career-methods-container {
    max-width: 860px;
  }

  .career-method-card {
    grid-template-columns: 190px 1fr 36px;
    min-height: 160px;
    padding: 20px;
  }

  .career-method-image {
    width: 175px;
    height: 135px;
  }

  .career-method-image::before {
    width: 175px;
    height: 120px;
  }

  .career-method-image img {
    width: 145px;
    height: 145px;
  }

  .career-method-content h3 {
    font-size: 20px;
  }

  .career-method-content p {
    font-size: 13px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .career-methods-section {
    padding: 32px 14px 38px;
  }

  .career-methods-intro p {
    font-size: 15px;
    line-height: 1.7;
  }

  .career-methods-list {
    gap: 22px;
  }

  .career-method-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 22px 18px 28px;
    border-radius: 20px;
  }

  .career-method-image {
    width: 100%;
    height: 170px;
    margin-bottom: 14px;
  }

  .career-method-image::before {
    width: 230px;
    height: 150px;
  }

  .career-method-image img {
    width: 170px;
    height: 170px;
  }

  .career-method-content {
    padding: 0;
  }

  .career-method-content h3 {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .career-method-content p {
    font-size: 14px;
    line-height: 1.65;
  }

  .career-method-stars {
    margin-top: 14px;
    font-size: 16px;
  }

  .career-method-arrow {
    position: absolute;
    right: 22px;
    bottom: 22px;
    font-size: 34px;
  }

  .career-method-note {
    margin-top: 26px;
    font-size: 14px;
  }
}
.career-methods-title {
  max-width: 980px;
  margin: 0 auto 18px;
  font-family: 'Roboto Slab', serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.25;
  font-weight: 800;
  text-align: left;
  color: #087978;
}/* End custom CSS */