@charset "UTF-8";
@font-face {
  font-family: 'UTM BryantLG';
  src: url("../fonts/UTM-BryantLG.woff") format("woff"), url("../fonts/UTM-BryantLG.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'UTM BryantLG2';
  src: url("../fonts/UTM-BryantLG_0.woff") format("woff"), url("../fonts/UTM-BryantLG_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* COLORS */
.header-top.fixed-top {
  background-color: #0b4492d9;
  backdrop-filter: blur(0px);
  box-shadow: none;
  transition: background-color 0.3s ease-in-out, backdrop-filter 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  z-index: 1050; }
  .header-top.fixed-top .logo-default {
    display: block;
    transition: opacity 0.3s ease-in-out; }
  .header-top.fixed-top .logo-scrolled {
    display: none;
    transition: opacity 0.3s ease-in-out; }
  .header-top.fixed-top .nav-link {
    color: #fff;
    transition: color 0.3s ease-in-out; }
  .header-top.fixed-top.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); }
    .header-top.fixed-top.scrolled .logo-default {
      display: none; }
    .header-top.fixed-top.scrolled .logo-scrolled {
      display: block; }
    .header-top.fixed-top.scrolled .nav-link {
      color: #333; }
    .header-top.fixed-top.scrolled .navbar-top .nav-item .nav-link {
      color: #333 !important;
      text-shadow: none; }
    .header-top.fixed-top.scrolled .navbar-top .nav-item .nav-link.active {
      color: #b3d344 !important; }
    .header-top.fixed-top.scrolled .navbar-top .dropdown-menu {
      background-color: #b3d344;
      border: none;
      margin-top: 5px; }
    .header-top.fixed-top.scrolled .navbar-top .dropdown-menu .dropdown-item:hover {
      background-color: #fff;
      color: #fff; }
    .header-top.fixed-top.scrolled .navbar-top .nav-item .nav-link {
      text-shadow: none;
      transition: none; }

/* PAGE HOME*/
.wrapper-header {
  height: 840px;
  overflow: hidden; }
  .wrapper-header.employers {
    height: 840px; }
  .wrapper-header.no-bg {
    height: auto; }
    .wrapper-header.no-bg .header-top {
      background: #0b4492; }

.header-top.no-slide {
  background: #0b4492; }

.wrapper-slides {
  top: 0px;
  height: calc(100vh - 100px);
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  position: absolute;
  width: 100%; }

.box-text-special {
  position: relative;
  line-height: 1.8; }
  .box-text-special .box-content-text-special {
    width: 500px;
    min-height: 310px;
    color: white;
    background: #b3d344;
    margin: 255px auto 60px calc(((100% - 1140px) / 2));
    border-radius: 9px;
    padding: 3em;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .box-text-special .box-content-text-special.blue {
      background: #0b4492; }
    .box-text-special .box-content-text-special h2 {
      font-size: 2.5em;
      margin-bottom: 2em; }
    .box-text-special .box-content-text-special p {
      font-size: 1.2em;
      font-style: italic; }

@keyframes bounceUpDown {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-8px); } }

.box-content-text-special i {
  color: white;
  font-size: 2em;
  display: inline-block;
  animation-name: bounceUpDown;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

.header-top {
  z-index: 999; }

.navbar-top .offcanvas-body {
  padding: 20px; }

.navbar-top .nav-item {
  margin: 0 15px; }
  .navbar-top .nav-item .nav-link {
    font-weight: bold;
    color: #ffffff;
    position: relative;
    padding: 10px 0; }
    .navbar-top .nav-item .nav-link::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, #add136, #add136);
      transform: scaleX(0);
      transition: transform 0.3s ease-in-out; }
    .navbar-top .nav-item .nav-link.active {
      color: #cbff16;
      font-weight: bold;
      text-decoration: none;
      background-color: transparent;
      text-shadow: none; }
      .navbar-top .nav-item .nav-link.active::before {
        transform: scaleX(1); }
    .navbar-top .nav-item .nav-link:hover {
      font-weight: bold;
      color: #cbff16;
      text-decoration: none;
      background-color: transparent;
      cursor: pointer;
      text-shadow: none; }
      .navbar-top .nav-item .nav-link:hover::before {
        transform: scaleX(1); }
    .navbar-top .nav-item .nav-link.dropdown-toggle::after {
      vertical-align: middle;
      margin-left: 5px; }

.navbar-top .nav-item.nav-mobil {
  display: none; }

.navbar-top .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.85);
  border: none;
  margin-top: 5px; }
  .navbar-top .dropdown-menu .dropdown-item {
    color: #ffffff;
    padding: 10px 15px; }
    .navbar-top .dropdown-menu .dropdown-item:hover {
      background-color: rgba(255, 255, 255, 0.15);
      color: #add136; }

@media (max-width: 991.98px) {
  .navbar-top .nav-item {
    margin: 0;
    margin-bottom: 5px; }
    .navbar-top .nav-item .nav-link {
      padding: 8px 15px;
      text-shadow: none;
      color: #ffffff; }
      .navbar-top .nav-item .nav-link::before {
        height: 1px; }
      .navbar-top .nav-item .nav-link.active {
        text-shadow: none; }
      .navbar-top .nav-item .nav-link:hover {
        text-shadow: none; }
  .navbar-top .nav-item.nav-mobil {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; }
    .navbar-top .nav-item.nav-mobil .btn.btn-primary.btn-apply {
      font-size: 1em;
      padding: 8px 15px;
      min-width: auto; }
  .navbar-top .dropdown-menu {
    margin-top: 0; }
    .navbar-top .dropdown-menu .dropdown-item {
      padding: 8px 20px; } }

/* FONTS */
@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/HelveticaNeueLTStd-Md.woff2") format("woff2"), url("../fonts/HelveticaNeueLTStd-Md.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Md.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* BUTTON */
.btn-apply {
  text-transform: uppercase;
  background-color: #b3d344;
  border-color: #b3d344;
  color: #fff;
  border-radius: 1.3rem;
  min-width: 9rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; }
  .btn-apply:hover {
    background-color: #99b92b;
    border-color: #99b92b;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-4px); }
  .btn-apply:active {
    background-color: #778f22;
    border-color: #778f22;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    transform: translateY(0); }
  .btn-apply:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(179, 211, 68, 0.5); }

.btn-outline-primary {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b3d344;
  --bs-btn-hover-border-color: #b3d344;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0b4492;
  --bs-btn-active-border-color: #0b4492;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none; }

.btn.btn-outline-primary.btn-lg {
  transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
  font-size: 1.25em;
  padding: 8px 25px;
  border-radius: 30px; }

.btn-outline-secondary {
  --bs-btn-color: #f5f5f5;
  --bs-btn-border-color: #f5f5f5;
  --bs-btn-hover-color: #b3d344;
  --bs-btn-hover-bg: #f5f5f5;
  --bs-btn-hover-border-color: #f5f5f5;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #b3d344;
  --bs-btn-active-bg: #f5f5f5;
  --bs-btn-active-border-color: #f5f5f5;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f5f5f5;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f5f5f5;
  --bs-gradient: none; }

/* HIỆU ỨNG SLIDE */
.carousel-home {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  bottom: 0; }
  .carousel-home .carousel-image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .carousel-home .mt-15 {
    padding-top: 7em; }
  .carousel-home .carousel-body {
    position: absolute;
    top: 224px;
    left: calc((100% - 70%) / 2);
    transform: translate(-50%, -50%);
    width: 70%;
    padding: 0;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    box-sizing: border-box; }
    .carousel-home .carousel-body .carousel-title h1, .carousel-home .carousel-body .carousel-title h2 {
      font-size: 5em;
      font-weight: normal;
      line-height: normal;
      margin-bottom: 20px;
      color: #ffffff;
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
      font-family: "UTM BryantLG"; }
      .carousel-home .carousel-body .carousel-title h1 span, .carousel-home .carousel-body .carousel-title h2 span {
        display: block;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); }
    .carousel-home .carousel-body .carousel-title h2 {
      font-size: 5em;
      font-weight: normal;
      color: #ffffff;
      line-height: 1.4;
      margin-bottom: 15px;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
      font-family: "UTM BryantLG"; }
    .carousel-home .carousel-body .carousel-title h5 {
      font-size: 1.8em;
      font-weight: normal;
      color: #ffffff;
      line-height: 1.3;
      margin-bottom: 10px;
      text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
      font-family: "UTM BryantLG"; }
    .carousel-home .carousel-body .carousel-content {
      margin-top: 100px;
      display: flex;
      justify-content: space-evenly;
      gap: 20px;
      flex-wrap: wrap;
      font-family: "UTM BryantLG"; }
      .carousel-home .carousel-body .carousel-content .btn {
        --bs-btn-color: #ffffff;
        --bs-btn-border-color: #ffffff;
        --bs-btn-hover-color: #0a3d62;
        --bs-btn-hover-bg: #ffffff;
        --bs-btn-hover-border-color: #ffffff;
        --bs-btn-focus-shadow-rgb: 255, 255, 255;
        --bs-btn-active-color: #0a3d62;
        --bs-btn-active-bg: #ffffff;
        --bs-btn-active-border-color: #ffffff;
        font-size: 1.25em;
        padding: 12px 30px;
        border-radius: 30px;
        font-weight: 600;
        transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease; }
        .carousel-home .carousel-body .carousel-content .btn:hover {
          transform: translateY(-2px); }
        .carousel-home .carousel-body .carousel-content .btn:active {
          transform: translateY(0); }

.initial-animation {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/* Hiệu ứng cho tiêu đề */
.carousel-title h5 {
  margin-bottom: 0.5rem;
  opacity: 0;
  transform: translateX(-20px);
  animation: slideInFromLeft 0.8s ease-out forwards;
  animation-delay: var(--animation-delay); }

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-20px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

.button-hover-effect {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
  .button-hover-effect:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color); }
  .button-hover-effect:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.carousel-item:not(.active) .carousel-body {
  opacity: 0;
  transform: translateY(20px); }

.btn-outline-width {
  min-width: 12em; }

.btn-square {
  border-radius: 0px; }

.nav-mobil {
  display: none; }

.navbar-toggler {
  background-color: #b3d344 !important;
  border-color: #b3d344 !important; }

.navbar-toggler:hover {
  background-color: #9ec716 !important;
  border-color: #9ec716 !important; }

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(158, 199, 22, 0.25) !important;
  border-color: #9ec716 !important; }

/* PAGE HOME */
.wrapper-businesses {
  position: relative; }
  .wrapper-businesses .background-businesses {
    min-height: 870px;
    background-size: cover;
    background-position: top right;
    background-image: linear-gradient(to right, #e0e0e0, #ffffff);
    background-repeat: no-repeat; }
    .wrapper-businesses .background-businesses img {
      transition: transform 0.3s ease-in-out; }
    .wrapper-businesses .background-businesses:hover img {
      transform: scale(1.1); }
  .wrapper-businesses::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #fbfbfb;
    z-index: -1; }
  .wrapper-businesses .wrapper-article {
    padding: 2em;
    text-align: center; }
    .wrapper-businesses .wrapper-article.hero {
      text-align: left; }
      .wrapper-businesses .wrapper-article.hero .text-hightlight {
        margin-bottom: 1.5em;
        font-size: 1.25em; }
        .wrapper-businesses .wrapper-article.hero .text-hightlight.font-normal {
          font-weight: normal; }
    .wrapper-businesses .wrapper-article .businesses-title {
      font-size: 3em;
      font-weight: 600;
      text-transform: capitalize;
      text-align: left;
      line-height: 1.3;
      margin-bottom: 1em; }
    .wrapper-businesses .wrapper-article .businesses-p {
      font-size: 1.2em;
      margin-top: 1.5em;
      text-align: justify; }
      .wrapper-businesses .wrapper-article .businesses-p.align-none {
        text-align: left; }
  .wrapper-businesses .f-highlighter {
    font-style: italic; }

.wrapper-text {
  background: #0b4492;
  text-transform: capitalize;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  padding: 0.9rem; }
  .wrapper-text.f-height {
    padding: 2rem 0.5rem; }

.wrapper-team {
  min-height: 420px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  line-height: 2; }
  .wrapper-team .col-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 420px; }
  .wrapper-team h3 {
    font-size: 3rem;
    color: #fff;
    text-transform: capitalize;
    font-weight: normal; }
  .wrapper-team .heading-title {
    margin-bottom: 3em; }

.wrapper-industry-specialties .spectialties-content {
  padding: 4rem 0rem; }
  .wrapper-industry-specialties .spectialties-content .specialties-heading-title {
    padding: 0px 2rem;
    font-size: 2rem; }

.wrapper-industry-specialties a {
  text-decoration: none;
  color: #1a1a2e; }
  .wrapper-industry-specialties a :hover {
    color: #3a6ea5; }

.wrapper-industry-specialties h4 {
  font-size: 1.2rem;
  margin-top: 2rem; }

.wrapper-team .content-primary {
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.8; }
  .wrapper-team .content-primary strong {
    font-weight: bold;
    color: #b3d344; }

.wrapper-team .content-sign {
  text-align: right;
  color: #b3d344;
  font-weight: bold;
  padding: 0rem 13rem 4rem 13rem; }

.wrapper-contact .bg-contact {
  background: #0b4492; }

.wrapper-contact .box-text-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 2rem;
  height: 100%;
  color: #ffffff; }
  .wrapper-contact .box-text-contact h3 {
    text-transform: uppercase; }
  .wrapper-contact .box-text-contact > p {
    font-style: italic; }

.wrapper-contact .box-content-contact {
  padding: 6rem 10rem 6rem 2rem;
  background-image: url(../images/bg-contact.jpg);
  background-position-x: right;
  background-position-y: top;
  background-repeat: no-repeat; }

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0b4492;
  --bs-btn-border-color: #0b4492;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0b4492;
  --bs-btn-disabled-border-color: #0b4492; }

.square {
  border-radius: 0px !important; }

.receive {
  text-transform: uppercase;
  font-weight: bold; }

footer {
  background: url("../images/footer-background.png") center top #1a1a2e;
  color: #fff;
  padding: 3rem 1rem 2rem 1rem;
  line-height: 2; }
  footer h3 {
    font-size: 1.5rem; }
  footer a {
    text-decoration: none; }

.menu-nav-bottom {
  list-style: none;
  padding: 0px; }
  .menu-nav-bottom a {
    text-decoration: none;
    color: #ffffff;
    position: relative; }
    .menu-nav-bottom a::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: linear-gradient(to right, #add136, #d5e697);
      transform: scaleX(0);
      transition: transform 0.3s ease-in-out; }
    .menu-nav-bottom a:hover {
      color: white;
      text-decoration: none;
      background-color: transparent;
      cursor: pointer; }
      .menu-nav-bottom a:hover::before {
        transform: scaleX(1); }

.social-follow {
  display: flex;
  align-items: center; }

.follow-us-text {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0rem; }

.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center; }

.social-icons li {
  margin: 0 15px; }

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  font-size: 1.3em;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }

.social-icon.twitter {
  background-color: #373737; }

.social-icon.facebook {
  background-color: #1877F2; }

.social-icon.linkedin {
  background-color: #0A66C2; }

.social-icon:active {
  transform: scale(0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }

.social-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); }

.social-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: scale(0);
  border-radius: 50%; }

.social-icon:hover::before {
  transform: scale(1); }

.about-us .carousel-body {
  top: 12em; }
  .about-us .carousel-body .carousel-content {
    margin: 2em;
    font-size: 1.5em; }
  .about-us .carousel-body h1, .about-us .carousel-body h2, .about-us .carousel-body h5 {
    font-size: 3em;
    position: relative; }
    .about-us .carousel-body h1::before, .about-us .carousel-body h2::before, .about-us .carousel-body h5::before {
      content: ' ';
      position: absolute;
      bottom: -5px;
      left: 34.5%;
      width: 30%;
      height: 2px;
      border-top: 2px solid; }
    .about-us .carousel-body h1 span, .about-us .carousel-body h2 span, .about-us .carousel-body h5 span {
      position: relative; }
      .about-us .carousel-body h1 span::before, .about-us .carousel-body h2 span::before, .about-us .carousel-body h5 span::before {
        content: ' ';
        position: absolute;
        bottom: -5px;
        left: 34.5%;
        width: 30%;
        height: 2px;
        border-top: 2px solid; }

.wrapper-video {
  background: #fbfbfb;
  padding: 3em 0.2em; }

.wrapper-core-values {
  min-height: 600px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position-y: -10px; }
  .wrapper-core-values h2, .wrapper-core-values h3 {
    font-size: 3em;
    text-transform: uppercase; }
  .wrapper-core-values .core-heading {
    background: #1950799e; }

.core-value {
  padding: 2em; }
  .core-value .core-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0; }
    .core-value .core-list .name {
      text-align: left;
      width: 50%;
      font-size: 2.5em;
      font-weight: bold;
      text-transform: capitalize; }
    .core-value .core-list .value {
      text-align: left;
      width: 50%;
      font-size: 1.5em;
      padding-left: 8em; }

.wrapper-our-management-team .management-team {
  margin-top: 1.5rem;
  text-align: center;
  padding: 5rem 6rem 0.5rem 3rem; }
  .wrapper-our-management-team .management-team h2, .wrapper-our-management-team .management-team p {
    display: contents;
    font-size: 1.5rem;
    margin-top: 1.5rem;
    text-align: center;
    font-weight: normal; }

.space-between-words {
  display: flex;
  min-height: 6rem; }
  .space-between-words.hight-2 {
    min-height: 5rem; }

.wrapper-industry-specialties .spectialties-content .col-md-3, .wrapper-industry-specialties .spectialties-content .col-md, .wrapper-industry-specialties .spectialties-content .col-md-3, .wrapper-industry-specialties .spectialties-content .col-md {
  display: flex;
  justify-content: center;
  align-items: stretch; }
  .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item, .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #333;
    transition: transform 0.4s ease-in-out;
    perspective: 1000px; }
    .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item .content-box, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item .content-box, .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item .content-box, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item .content-box {
      position: relative;
      width: 100%;
      border-radius: 8px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      transform-style: preserve-3d;
      transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
      padding: 0 15px 15px 15px; }
    .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item img, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item img, .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item img, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
      filter: grayscale(30%);
      transition: filter 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
      transform: translateZ(0);
      margin-bottom: 10px; }
    .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item .overlay, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item .overlay, .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item .overlay, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0, 180, 255, 0.05), rgba(0, 180, 255, 0.3));
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
      pointer-events: none;
      z-index: 1; }
    .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item h4, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item h4, .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item h4, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item h4 {
      font-size: 1.1rem;
      font-weight: 600;
      text-align: center;
      color: #333;
      text-shadow: none;
      z-index: 2;
      transition: color 0.4s ease-in-out; }
    .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item:hover .content-box, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item:hover .content-box, .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item:hover .content-box, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item:hover .content-box {
      transform: rotateY(5deg) translateZ(15px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); }
    .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item:hover img, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item:hover img, .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item:hover img, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item:hover img {
      filter: grayscale(0%);
      transform: scale(1.03) translateZ(0); }
    .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item:hover .overlay, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item:hover .overlay, .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item:hover .overlay, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item:hover .overlay {
      opacity: 1; }
    .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item:hover h4, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item:hover h4, .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item:hover h4, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item:hover h4 {
      color: #007bff; }
    .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item:active .content-box, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item:active .content-box, .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item:active .content-box, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item:active .content-box {
      transform: rotateY(2deg) translateZ(5px);
      box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); }
    .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item:active img, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item:active img, .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item:active img, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item:active img {
      transform: scale(1) translateZ(0); }
    .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item:active .overlay, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item:active .overlay, .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item:active .overlay, .wrapper-industry-specialties .spectialties-content .col-md .industry-specialty-item:active .overlay {
      opacity: 0.6; }

.wrapper-businesses .background-businesses {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }
  .wrapper-businesses .background-businesses::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease-in-out;
    pointer-events: none; }
  .wrapper-businesses .background-businesses:hover::before {
    background-color: rgba(0, 0, 0, 0.3); }

.contact-us .carousel-body {
  top: 16em; }
  .contact-us .carousel-body .carousel-content {
    margin: 2em 1em;
    font-size: 1.8em; }
  .contact-us .carousel-body h1, .contact-us .carousel-body h5 {
    position: relative;
    font-size: 3em; }
    .contact-us .carousel-body h1::before, .contact-us .carousel-body h5::before {
      content: ' ';
      position: absolute;
      bottom: -5px;
      left: 34.5%;
      width: 30%;
      height: 2px;
      border-top: 2px solid; }
    .contact-us .carousel-body h1 span, .contact-us .carousel-body h5 span {
      position: relative; }
      .contact-us .carousel-body h1 span::before, .contact-us .carousel-body h5 span::before {
        content: ' ';
        position: absolute;
        bottom: -5px;
        left: 34.5%;
        width: 30%;
        height: 2px;
        border-top: 2px solid; }

section.wrapper-contact-us {
  background-repeat: no-repeat;
  background-position-x: 25%;
  background-size: cover; }
  section.wrapper-contact-us h3 {
    color: #0b4492; }
  section.wrapper-contact-us .content-contact-us {
    background: #ffffff;
    padding: 4rem; }
  section.wrapper-contact-us .content-contact-us .fa-solid {
    color: #b3d344;
    padding-right: 10px; }

.content-contact-us {
  padding: 25px;
  background-color: #fff;
  box-shadow: 20px -12px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease-in-out;
  position: relative;
  z-index: 2; }

.content-contact-us:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); }

.content-contact-us h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #333; }

.content-contact-us p {
  margin-bottom: 15px;
  color: #555;
  line-height: 1.6;
  display: flex;
  align-items: baseline; }

.content-contact-us i {
  margin-right: 10px;
  color: #007bff; }

.content-contact-us a {
  color: #007bff;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px; }

.content-contact-us a:hover {
  text-decoration: underline; }

/* PAGE PRIVACY POLICY */
.wrapper-privacy {
  padding: 60px 0;
  color: #333;
  text-align: justify; }
  .wrapper-privacy h3 {
    color: #0b4492;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.75rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px; }
    .wrapper-privacy h3:first-of-type {
      margin-top: 0; }
    .wrapper-privacy h3 + p {
      margin-top: 20px; }
  .wrapper-privacy p {
    margin-bottom: 15px;
    line-height: 1.6; }
    .wrapper-privacy p i.fa-solid.fa-check {
      margin-right: 10px;
      color: #b3d344; }
    .wrapper-privacy p strong {
      color: #555; }
    .wrapper-privacy p i {
      font-style: normal; }

/* PAGE PRIVACY POLICY */
/* PAGE TECH & ENGINEERING INDUSTRY */
.carousel-home.tech-engineering .carousel-body {
  top: 16em; }
  .carousel-home.tech-engineering .carousel-body .carousel-content {
    font-size: 1.8em;
    margin-top: 25px;
    font-family: "UTM BryantLG"; }
    .carousel-home.tech-engineering .carousel-body .carousel-content .carousel-title {
      margin-bottom: 7em; }
      .carousel-home.tech-engineering .carousel-body .carousel-content .carousel-title h1, .carousel-home.tech-engineering .carousel-body .carousel-content .carousel-title h5 {
        font-size: 4em;
        font-weight: normal;
        line-height: 1.4;
        margin-bottom: 20px;
        color: #ffffff;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); }
  .carousel-home.tech-engineering .carousel-body h1, .carousel-home.tech-engineering .carousel-body h5 {
    font-size: 4em;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
    font-family: "UTM BryantLG"; }
    .carousel-home.tech-engineering .carousel-body h1 span, .carousel-home.tech-engineering .carousel-body h5 span {
      position: relative; }
      .carousel-home.tech-engineering .carousel-body h1 span::before, .carousel-home.tech-engineering .carousel-body h5 span::before {
        content: ' ';
        position: absolute;
        bottom: -5px;
        left: 30%;
        width: 40%;
        height: 2px;
        border-top: 2px solid; }

.wrapper-hero {
  background-color: #f0f0f0;
  /* background-image: url('your-background-image.jpg'); */
  background-size: cover;
  background-position: center;
  color: #333;
  padding: 80px 0;
  text-align: center; }
  .wrapper-hero.blue {
    background-color: #0b4492;
    color: #ffffff; }
    .wrapper-hero.blue h1, .wrapper-hero.blue h3 {
      color: #ffffff; }
    .wrapper-hero.blue p {
      color: #ffffff; }
  .wrapper-hero.white {
    background-color: #ffffff;
    color: #212529;
    padding: 20px 0px 90px 0px; }
    .wrapper-hero.white h1, .wrapper-hero.white h3 {
      color: #212529; }
    .wrapper-hero.white p {
      color: #212529; }
  .wrapper-hero .container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px; }
  .wrapper-hero h1, .wrapper-hero h2, .wrapper-hero h3 {
    font-size: 3em;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3; }
  .wrapper-hero p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #555;
    line-height: 1.6; }

.wrapper-businesses p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 1.25em;
  display: flex;
  align-items: baseline; }
  .wrapper-businesses p .fa-check {
    margin-right: 10px;
    color: #b3d344; }

.wrapper-businesses .f-text {
  margin-left: 24px; }

.wrapper-tech-placements {
  min-height: 500px;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position-x: left;
  background-position-y: top;
  color: #ffffff; }
  .wrapper-tech-placements .bg-heading {
    background: #0b4492; }
  .wrapper-tech-placements .box-tech-placements {
    padding: 4em;
    line-height: 1.6em;
    background: #fff;
    color: inherit;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer; }
    .wrapper-tech-placements .box-tech-placements h3 {
      font-size: 1.25em; }
    .wrapper-tech-placements .box-tech-placements.black {
      background: #0b4492; }
    .wrapper-tech-placements .box-tech-placements.green {
      background: #b3d344; }
    .wrapper-tech-placements .box-tech-placements i {
      text-align: center;
      font-size: 2em;
      margin-bottom: 20px;
      display: block; }
    .wrapper-tech-placements .box-tech-placements .fa-splotch {
      animation: subtle-color-pulse-splotch 2.5s infinite ease-in-out; }
    .wrapper-tech-placements .box-tech-placements .fa-star {
      animation: subtle-color-pulse-star 2s infinite ease-in-out; }
    .wrapper-tech-placements .box-tech-placements:hover {
      transform: scale(1.03);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
      z-index: 1; }
  .wrapper-tech-placements .tech-placements-rgt {
    margin-bottom: 10px;
    margin-top: 10px; }
  .wrapper-tech-placements .tech-placements-left {
    padding: 3em; }
  .wrapper-tech-placements .bg-heading h2, .wrapper-tech-placements .bg-heading h3 {
    background: #0b44924d;
    line-height: 1.6;
    font-size: 3em;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff; }

@keyframes subtle-blink-splotch {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.6; } }

@keyframes subtle-blink-star {
  0%, 100% {
    opacity: 1; }
  60% {
    opacity: 0.7; } }

@keyframes subtle-color-pulse-splotch {
  0%, 100% {
    color: inherit;
    opacity: 1; }
  50% {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.8; } }

@keyframes subtle-color-pulse-star {
  0%, 100% {
    color: inherit;
    opacity: 1; }
  60% {
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.9; } }

.scroll-hidden {
  opacity: 0; }

.wrapper-objective {
  padding: 7em;
  line-height: 1.8; }
  .wrapper-objective.blue {
    background: #0b4492; }
    .wrapper-objective.blue .how-we-work-step.white {
      background: #ffffff; }
      .wrapper-objective.blue .how-we-work-step.white p {
        color: #1a1a2e; }
      .wrapper-objective.blue .how-we-work-step.white .title-1 {
        color: #0b4492; }
      .wrapper-objective.blue .how-we-work-step.white .title-2 {
        color: #0b4492; }
    .wrapper-objective.blue .objective-title {
      color: #ffffff; }
    .wrapper-objective.blue .objective-p {
      color: #ffffff; }
  .wrapper-objective h2, .wrapper-objective h3 {
    text-align: center;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 600; }
  .wrapper-objective .objective-p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: normal;
    font-style: italic; }
  .wrapper-objective .how-we-work-step {
    background: #0b4492;
    height: 100%;
    padding: 1rem;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); }
    .wrapper-objective .how-we-work-step .box-how-we-work {
      min-height: 120px; }
    .wrapper-objective .how-we-work-step .title-1 {
      color: #b3d344;
      text-transform: uppercase;
      font-size: 1.5rem;
      font-weight: bold; }
    .wrapper-objective .how-we-work-step .title-2 {
      color: #b3d344;
      margin-bottom: 1.5rem;
      font-weight: bold; }
  .wrapper-objective .objective-heading {
    margin-bottom: 2rem; }

.wrapper-what-set-40hrs-apart {
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  background-position-x: center;
  background-position-y: inherit;
  background-size: cover;
  padding: 7rem 5rem; }
  .wrapper-what-set-40hrs-apart h3, .wrapper-what-set-40hrs-apart h2 {
    margin-bottom: 3rem;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 600; }

/* PAGE TECH & ENGINEERING INDUSTRY */
.wrapper-jobs {
  margin-top: 4em; }
  .wrapper-jobs.details {
    margin-top: 8em; }

.search-refine-your-results {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef; }
  .search-refine-your-results .heading-title {
    border-bottom: 1px solid #e9ecef;
    text-transform: uppercase;
    font-size: 1.2em;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
    color: #0b4492;
    font-weight: 600; }
  .search-refine-your-results label.form-label {
    text-transform: uppercase;
    color: #0b4492;
    font-weight: 600;
    font-size: 0.9em;
    margin-bottom: 0.3rem; }
  .search-refine-your-results .form-control, .search-refine-your-results .form-select {
    border-color: #ced4da;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5; }
    .search-refine-your-results .form-control:focus, .search-refine-your-results .form-select:focus {
      border-color: #0b4492;
      box-shadow: 0 0 0 0.25rem rgba(10, 61, 98, 0.25);
      outline: 0; }
  .search-refine-your-results .form-check-label {
    color: #0b4492;
    font-weight: 600;
    font-size: 0.9em; }
  .search-refine-your-results .btn.btn-primary.btn-lg.form-control {
    background-color: #0b4492;
    border-color: #0b4492;
    color: #ffffff;
    font-size: 1.1em;
    padding: 0.75rem 1.5rem;
    border-radius: 30px;
    transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease; }
    .search-refine-your-results .btn.btn-primary.btn-lg.form-control:hover {
      background-color: #09355b;
      border-color: #09355b;
      transform: translateY(-2px); }
    .search-refine-your-results .btn.btn-primary.btn-lg.form-control:active {
      transform: translateY(0); }

.hash-tag-refine-your-results {
  padding: 1.5rem 0;
  margin-top: 1rem !important; }
  .hash-tag-refine-your-results .heading-title {
    border-bottom: 1px solid #e9ecef;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    color: #0b4492;
    font-weight: 700; }
  .hash-tag-refine-your-results .hashtag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
  .hash-tag-refine-your-results .hashtag {
    display: inline-block;
    padding: 6px 10px;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 20px;
    color: #333;
    text-decoration: none;
    font-size: 0.9em;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
    margin-bottom: 3px; }
    .hash-tag-refine-your-results .hashtag:hover {
      background-color: #a8dadc;
      border-color: #a8dadc;
      color: #0b4492; }
    .hash-tag-refine-your-results .hashtag a {
      text-decoration: none;
      color: inherit; }

.btn.btn-primary.btn-lg.form-control.btn-scale {
  background-color: #0b4492;
  border-color: #0b4492;
  color: #ffffff;
  font-size: 1.1em;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(10, 61, 98, 0.2); }
  .btn.btn-primary.btn-lg.form-control.btn-scale:hover {
    background-color: #09355b;
    border-color: #09355b;
    transform: scale(1.01);
    box-shadow: 0 6px 15px rgba(10, 61, 98, 0.3); }
  .btn.btn-primary.btn-lg.form-control.btn-scale:active {
    transform: scale(1); }

@media (max-width: 767.98px) {
  .search-refine-your-results {
    padding: 1.5rem; }
    .search-refine-your-results .heading-title {
      font-size: 1.3rem;
      margin-bottom: 1rem; }
    .search-refine-your-results label.form-label,
    .search-refine-your-results .form-check-label {
      font-size: 0.85em; }
    .search-refine-your-results .btn.btn-primary.btn-lg.form-control {
      font-size: 1em;
      padding: 0.6rem 1rem; }
  .hash-tag-refine-your-results {
    padding: 1rem 0;
    margin-top: 0.5rem !important; }
    .hash-tag-refine-your-results .heading-title {
      font-size: 1.1rem;
      margin-bottom: 0.8rem; }
    .hash-tag-refine-your-results .hashtag-list {
      gap: 5px; }
    .hash-tag-refine-your-results .hashtag {
      padding: 5px 8px;
      font-size: 0.85em; }
  .btn.btn-primary.btn-lg.form-control.btn-scale {
    font-size: 1.1em;
    padding: 0.75rem 1.2rem;
    margin-top: 1.5rem !important; } }

.btn-scale {
  animation: linghtScale 1.2s infinite alternate ease-in-out;
  border-radius: 5rem; }

@keyframes linghtScale {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.02); } }

.wrapper-industry-specialties h2 {
  font-size: 3em;
  text-align: center;
  font-weight: 600; }

.wrapper-book-strategy-call {
  padding: 6rem 3rem;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover; }
  .wrapper-book-strategy-call .box-content-contact {
    background: #fff;
    border-radius: 0px 25px 25px 0px;
    padding: 3rem; }
  .wrapper-book-strategy-call .book {
    background: #ffffffc9;
    border-radius: 25px; }
  .wrapper-book-strategy-call .box-text-contact {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }

/* INDUSTRIES WE PLACE IN */
.industries-section {
  background: #0b4492;
  padding: 7em 0;
  text-align: center; }
  .industries-section a {
    text-decoration: none; }
  .industries-section.blue {
    background: #ffffff; }
    .industries-section.blue h2 {
      color: #0b4492; }
      .industries-section.blue h2::after {
        content: '';
        position: absolute;
        background-color: #0b4492; }
    .industries-section.blue .industry-card.card {
      border: none;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, background-color 0.3s ease;
      overflow: hidden;
      background-color: #0b4492;
      height: 100%; }
      .industries-section.blue .industry-card.card:hover {
        transform: translateY(-12px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
        background-color: #082f4b; }
      .industries-section.blue .industry-card.card .card-body {
        color: #0b4492; }
      .industries-section.blue .industry-card.card .icon-lg {
        color: #ffffff; }
      .industries-section.blue .industry-card.card .card-title {
        color: #ffffff; }
      .industries-section.blue .industry-card.card .card-text {
        color: #e0e0e0; }
    .industries-section.blue .btn-outline-primary.btn-lg {
      background-color: #0b4492;
      border-color: #0b4492;
      font-size: 1.25em;
      padding: 10px 45px;
      border-radius: 30px;
      font-weight: 600;
      transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
      box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2); }
      .industries-section.blue .btn-outline-primary.btn-lg:hover {
        color: #ffffff;
        background-color: #007bff;
        border-color: #007bff;
        box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
        transform: translateY(-2px); }
  .industries-section h2 {
    color: #ffffff;
    margin-bottom: 60px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
    font-size: 3em; }
    .industries-section h2::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      height: 3px;
      width: 80px;
      background-color: #ffffff;
      border-radius: 3px; }
  .industries-section .industry-card.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, background-color 0.3s ease;
    overflow: hidden;
    background-color: #ffffff;
    height: 100%; }
    .industries-section .industry-card.card:hover {
      transform: translateY(-12px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
      background-color: #f7f7f7; }
    .industries-section .industry-card.card .card-body {
      padding: 40px 25px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: #0b4492; }
    .industries-section .industry-card.card .icon-lg {
      font-size: 3em;
      color: #0b4492;
      margin-bottom: 20px; }
    .industries-section .industry-card.card .card-title {
      color: #0b4492;
      font-weight: 700;
      margin-bottom: 10px;
      font-size: 1.4em;
      text-transform: capitalize; }
    .industries-section .industry-card.card .card-text {
      font-size: 1.05em;
      line-height: 1.7;
      color: #0b4492; }
  .industries-section .btn-outline-primary.btn-lg {
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 1.25em;
    padding: 10px 43px;
    border-radius: 30px;
    font-weight: 600;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.15); }
    .industries-section .btn-outline-primary.btn-lg:hover {
      background-color: #ffffff;
      border-color: #ffffff;
      color: #0b4492;
      box-shadow: 0 8px 20px rgba(255, 255, 255, 0.25);
      transform: translateY(-2px); }
  @media (max-width: 767.98px) {
    .industries-section {
      padding: 50px 0; }
      .industries-section h2 {
        font-size: 1.7em;
        margin-bottom: 30px;
        padding-bottom: 10px; }
        .industries-section h2::after {
          height: 2px;
          width: 60px; }
      .industries-section .industry-card.card-body {
        padding: 25px; }
        .industries-section .industry-card.card-body .icon-lg {
          font-size: 2.5em;
          margin-bottom: 15px; }
      .industries-section .card-title {
        font-size: 1.3em; }
      .industries-section .card-text {
        font-size: 0.95em; }
      .industries-section .btn-outline-primary.btn-lg {
        font-size: 1.1em;
        padding: 10px 28px; } }

/* INDUSTRIES WE PLACE IN */
/* PAGE OBJECTIVE */
.candidates-section {
  padding: 8em 0;
  overflow: hidden;
  text-align: center; }
  .candidates-section h2 {
    color: #0a3d62;
    margin-bottom: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 2.8em;
    position: relative;
    padding-bottom: 15px; }
  .candidates-section .lead-2 {
    font-size: 1.2em;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-weight: normal;
    color: #333333; }
    .candidates-section .lead-2 strong {
      color: #0a3d62;
      font-weight: 700; }
    .candidates-section .lead-2:last-of-type {
      margin-bottom: 2.5rem; }
  .candidates-section .btn-primary.btn-lg {
    background-color: #0a3d62;
    border-color: #0a3d62;
    color: #ffffff;
    font-size: 1.25em;
    padding: 10px 45px;
    border-radius: 30px;
    font-weight: 600;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
    .candidates-section .btn-primary.btn-lg:hover {
      background-color: #06263d;
      border-color: #06263d;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      transform: translateY(-2px); }
    .candidates-section .btn-primary.btn-lg:active {
      transform: translateY(0);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .candidates-section .col-md-6:last-child .box-direct-hire {
    font-size: 1.1em;
    line-height: 1.6;
    color: #333333;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, border-color 0.3s ease, background-color 0.3s ease;
    display: flex;
    align-items: center;
    padding: 25px;
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-height: 200px;
    flex-direction: column;
    justify-content: center;
    border-radius: 15px;
    margin: 0 0 30px 0;
    border: 1px solid transparent; }
    .candidates-section .col-md-6:last-child .box-direct-hire i {
      font-size: 2.5em;
      color: #0b4492;
      margin-bottom: 15px;
      transition: transform 0.3s ease, color 0.3s ease; }
    .candidates-section .col-md-6:last-child .box-direct-hire:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
      border-color: #d5d5d5;
      background-color: #f2f2f2; }
    .candidates-section .col-md-6:last-child .box-direct-hire:hover i {
      transform: scale(1.1);
      color: #072e63; }

@media (max-width: 991.98px) {
  .candidates-section {
    padding: 6em 0; }
  .candidates-section .col-md-6 {
    margin-top: 2rem; }
  .candidates-section .col-md-6:first-child {
    margin-top: 0; }
  .candidates-section h2 {
    font-size: 2.2em;
    margin-bottom: 1.5rem;
    padding-bottom: 10px; }
  .candidates-section h2::after {
    width: 60px;
    height: 2px; }
  .candidates-section .lead-2 {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 1rem; }
  .candidates-section .lead-2:last-of-type {
    margin-bottom: 2rem; }
  .candidates-section .btn-primary.btn-lg {
    font-size: 1.1em;
    padding: 10px 30px;
    margin-top: 3rem !important; }
  .candidates-section .col-md-6:last-child .row.g-0 {
    justify-content: center;
    margin-bottom: -10px; }
  .candidates-section .col-md-6:last-child .col-md-6 {
    margin-bottom: 10px; }
  .candidates-section .col-md-6:last-child .box-direct-hire {
    padding: 20px;
    min-height: 180px;
    margin: 0 0 10px 0; }
  .candidates-section .col-md-6:last-child .box-direct-hire i {
    font-size: 2em;
    margin-bottom: 10px; } }

@media (max-width: 767.98px) {
  .candidates-section {
    padding: 4em 0; }
  .candidates-section .col-md-6 {
    margin-top: 1.5rem; }
  .candidates-section .col-md-6:first-child {
    margin-top: 0; }
  .candidates-section h2 {
    font-size: 1.8em;
    margin-bottom: 1rem;
    padding-bottom: 8px; }
  .candidates-section h2::after {
    width: 50px;
    height: 2px; }
  .candidates-section .lead-2 {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 0.8rem; }
  .candidates-section .lead-2:last-of-type {
    margin-bottom: 1.5rem; }
  .candidates-section .btn-primary.btn-lg {
    font-size: 1em;
    padding: 8px 25px;
    margin-top: 2rem !important; }
  .candidates-section .col-md-6:last-child .row.g-0 {
    margin-bottom: -8px; }
  .candidates-section .col-md-6:last-child .col-md-6 {
    margin-bottom: 8px; }
  .candidates-section .col-md-6:last-child .box-direct-hire {
    padding: 15px;
    min-height: 160px;
    margin: 0 0 8px 0;
    width: 100%; }
  .candidates-section .col-md-6:last-child .box-direct-hire i {
    font-size: 1.8em;
    margin-bottom: 8px; } }

@media (max-width: 575.98px) {
  .candidates-section {
    padding: 3em 0; }
  .candidates-section .col-md-6 {
    margin-top: 1rem; }
  .candidates-section .col-md-6:first-child {
    margin-top: 0; }
  .candidates-section h2 {
    font-size: 1.5em;
    margin-bottom: 0.8rem;
    padding-bottom: 6px; }
    .candidates-section h2::after {
      width: 40px;
      height: 2px; }
  .candidates-section .lead-2 {
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 0.6rem; }
  .candidates-section .lead-2:last-of-type {
    margin-bottom: 1rem; }
  .candidates-section .btn-primary.btn-lg {
    font-size: 0.9em;
    padding: 6px 20px;
    margin-top: 1.5rem !important; }
  .candidates-section .col-md-6:last-child .row.g-0 {
    margin-bottom: -6px; }
  .candidates-section .col-md-6:last-child .col-md-6 {
    margin-bottom: 6px; }
  .candidates-section .col-md-6:last-child .box-direct-hire {
    padding: 10px;
    min-height: 140px;
    margin: 0 0 6px 0;
    width: 100%; }
  .candidates-section .col-md-6:last-child .box-direct-hire i {
    font-size: 1.5em;
    margin-bottom: 6px; } }

/* PAGE OBJECTIVE */
/* BUTTON */
.white.btn-outline-primary.btn-lg {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.25em;
  padding: 8px 25px;
  border-radius: 30px;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease; }

.white.btn-outline-primary.btn-lg:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0b4492;
  transform: translateY(-2px); }

.blue.btn-outline-primary.btn-lg {
  background-color: #0b4492;
  border: 1px solid #0b4492;
  color: #ffffff;
  font-size: 1.25em;
  padding: 8px 25px;
  border-radius: 30px;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease; }

.blue.btn-outline-primary.btn-lg:hover {
  background-color: #0b4492;
  border-color: #0b4492;
  color: #ffffff;
  transform: translateY(-2px); }

/* BUTTON */
/* OUR DIRECT HIRE MODEL */
.hire-model-section {
  background-color: #ffffff;
  padding: 2em 0;
  color: #333;
  text-align: center; }
  .hire-model-section h2 {
    color: #343a40;
    line-height: 1.2;
    font-size: 2.8em;
    font-weight: 500;
    margin-bottom: 50px;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
    font-size: 3em; }
  .hire-model-section .model-table.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #333;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02); }
  .hire-model-section .model-table.table thead th {
    background: linear-gradient(to right, #0b4492, #08326c);
    color: #ffffff;
    font-weight: 700;
    padding: 25px 30px;
    border-bottom: 1px solid #e9ecef;
    text-align: left;
    font-size: 1.2em;
    letter-spacing: 0.5px; }
  .hire-model-section .model-table.table thead tr:first-child th:first-child {
    border-top-left-radius: 8px; }
  .hire-model-section .model-table.table thead tr:first-child th:last-child {
    border-top-right-radius: 8px; }
  .hire-model-section .model-table.table tbody td {
    padding: 20px 30px;
    border-bottom: 1px solid #e9ecef;
    text-align: left;
    vertical-align: top;
    color: #333;
    line-height: 1.6; }
  .hire-model-section .model-table.table tbody td:nth-child(1) {
    background-color: #ebebeb;
    font-weight: 600;
    color: #343a40; }
  .hire-model-section .model-table.table tbody tr:nth-of-type(even) td:nth-child(n+2) {
    background-color: #ffffff; }
  .hire-model-section .model-table.table tbody tr:nth-of-type(odd) td:nth-child(n+2) {
    background-color: #f0f0f0; }
  .hire-model-section .model-table.table tbody tr:last-child td {
    border-bottom: none; }
  .hire-model-section .model-table.table tbody tr:hover {
    background-color: #e0e0e0;
    transition: background-color 0.3s ease;
    cursor: pointer; }
  .hire-model-section .model-table.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px; }
  .hire-model-section .model-table.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px; }
  .hire-model-section .text-center.mt-4 {
    margin-top: 30px;
    font-size: 1.1em;
    color: #333; }
  @media (max-width: 767.98px) {
    .hire-model-section {
      padding: 50px 0; }
      .hire-model-section h2 {
        font-size: 1.7em;
        margin-bottom: 30px;
        padding-bottom: 10px; }
        .hire-model-section h2::after {
          height: 2px;
          width: 60px; }
      .hire-model-section .model-table.table thead th,
      .hire-model-section .model-table.table tbody td {
        padding: 15px 20px; }
      .hire-model-section .model-table.table thead th {
        font-size: 1.1em; }
      .hire-model-section .model-table.table tbody td {
        font-size: 1em; }
      .hire-model-section .text-center.mt-4 {
        margin-top: 20px;
        font-size: 1em; } }

/* OUR DIRECT HIRE MODEL */
.thank-you-message-area {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #0b4492;
  background-color: #0b4492;
  color: #ffffff;
  border-radius: 5px;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.6; }
  .thank-you-message-area.white {
    margin-top: 0px;
    padding: 0px 20px;
    border: 1px solid transparent;
    background-color: transparent;
    color: #0b4492; }

.thank-you-message-area h3 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10px; }

.thank-you-message-area.white h3 {
  color: #0b4492; }

.thank-you-message-area p {
  margin-bottom: 5px; }

.thank-you-message-area p:last-child {
  margin-bottom: 0; }

label.required {
  position: relative; }
  label.required::before {
    content: '(*)';
    position: absolute;
    right: -25px;
    color: red; }

/* ABOUT US */
/* ABOUT US */
.wrapper-list {
  margin: 0em 1.5em; }
  .wrapper-list .number-view {
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    color: #212529;
    margin-bottom: 20px;
    text-align: left; }
    .wrapper-list .number-view strong {
      color: #0b4492; }

.list-jobs {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .list-jobs:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
  .list-jobs .heading-job {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 20px;
    background-color: #ffffff; }
    .list-jobs .heading-job h3 {
      font-size: 1.25em;
      margin-bottom: 0em;
      font-weight: 600; }
      .list-jobs .heading-job h3 a {
        color: #0b4492;
        text-transform: capitalize;
        text-decoration: none;
        transition: color 0.2s ease; }
        .list-jobs .heading-job h3 a:hover {
          color: #09355b; }
  .list-jobs .content-job {
    padding: 6px 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    color: #333; }
  .list-jobs .footer-job {
    border-top: 1px solid #eeeeee;
    background-color: #fcfcfc; }
    .list-jobs .footer-job .row.bm {
      padding: 3px 15px;
      margin: 0px 5px; }
      .list-jobs .footer-job .row.bm > div {
        padding: 8px 5px;
        font-size: 0.95em;
        color: #555555;
        display: flex;
        align-items: center; }
        .list-jobs .footer-job .row.bm > div i {
          color: #0b4492;
          font-size: 1.1em;
          margin-right: 5px; }
        .list-jobs .footer-job .row.bm > div.apply-job {
          justify-content: flex-end;
          padding-top: 5px;
          padding-bottom: 5px; }
    .list-jobs .footer-job .apply-job .btn {
      background-color: #0b4492;
      border-color: #0b4492;
      color: #ffffff;
      border-radius: 0;
      padding: 8px 15px;
      font-size: 1em;
      transition: background-color 0.2s ease, border-color 0.2s ease;
      width: 100%;
      text-transform: uppercase; }
      .list-jobs .footer-job .apply-job .btn:hover {
        background-color: #09355b;
        border-color: #09355b; }

@media (max-width: 767.98px) {
  .wrapper-list {
    margin: 0em 1em; }
  .wrapper-list .number-view {
    font-size: 1em;
    margin-bottom: 15px; }
  .list-jobs .heading-job {
    padding: 10px 15px; }
    .list-jobs .heading-job h3 {
      font-size: 1.15em; }
  .list-jobs .content-job {
    padding: 10px 15px;
    font-size: 0.95em; }
  .list-jobs .footer-job .row.bm > div {
    font-size: 0.9em;
    padding: 5px; }
    .list-jobs .footer-job .row.bm > div i {
      font-size: 1em;
      margin-right: 3px; }
    .list-jobs .footer-job .row.bm > div.apply-job {
      justify-content: center;
      margin-top: 10px;
      padding-top: 0;
      padding-bottom: 0; }
  .list-jobs .footer-job .apply-job .btn {
    padding: 6px 12px;
    font-size: 0.9em; } }

/* Pagination */
.pagination .page-item .page-link {
  color: #0b4492;
  border-color: #e0e0e0;
  background-color: #ffffff;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
    color: #ffffff;
    background-color: #0b4492;
    border-color: #0b4492;
    box-shadow: 0 0 0 0.25rem rgba(10, 61, 98, 0.25); }

.pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #e0e0e0; }

.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #0b4492;
  border-color: #0b4492;
  z-index: 3; }

/* Pagination */
.wrapper-job-detail {
  margin-bottom: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 20px; }
  .wrapper-job-detail .heading-job {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .wrapper-job-detail .heading-job h1 {
      font-size: 2em;
      margin-bottom: 0;
      color: #0a3d62;
      font-weight: 700; }
  .wrapper-job-detail .heading-attribute {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .wrapper-job-detail .heading-attribute ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
      display: flex;
      flex-wrap: wrap;
      gap: 15px 30px;
      flex-direction: column; }
      .wrapper-job-detail .heading-attribute ul li {
        font-size: 1em;
        color: #333;
        line-height: 1.5;
        display: flex;
        align-items: center; }
        .wrapper-job-detail .heading-attribute ul li i {
          color: #0a3d62;
          font-size: 1.1em;
          width: 15px; }
        .wrapper-job-detail .heading-attribute ul li strong {
          font-weight: 700;
          color: #0a3d62;
          margin-right: 5px;
          width: 120px;
          position: relative; }
          .wrapper-job-detail .heading-attribute ul li strong::after {
            content: ":";
            position: absolute;
            width: 5px;
            right: 0px; }
  .wrapper-job-detail .btn.btn-primary.rounded-5.text-uppercase {
    background-color: #0b4492;
    border-color: #0b4492;
    color: #ffffff;
    border-radius: 30px !important;
    font-size: 1em;
    padding: 10px 20px;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease; }
    .wrapper-job-detail .btn.btn-primary.rounded-5.text-uppercase:hover {
      opacity: 0.9; }
  .wrapper-job-detail .job-description,
  .wrapper-job-detail .job-responsibilities,
  .wrapper-job-detail .job-requirements {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0; }
    .wrapper-job-detail .job-description:last-child,
    .wrapper-job-detail .job-responsibilities:last-child,
    .wrapper-job-detail .job-requirements:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .wrapper-job-detail .job-description .section-title,
    .wrapper-job-detail .job-responsibilities .section-title,
    .wrapper-job-detail .job-requirements .section-title {
      font-size: 1.3em;
      color: #0a3d62;
      font-weight: 700;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .wrapper-job-detail .job-description p,
    .wrapper-job-detail .job-responsibilities p,
    .wrapper-job-detail .job-requirements p {
      font-size: 1em;
      line-height: 1.7;
      color: #333;
      margin-bottom: 1em; }
      .wrapper-job-detail .job-description p:last-child,
      .wrapper-job-detail .job-responsibilities p:last-child,
      .wrapper-job-detail .job-requirements p:last-child {
        margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .wrapper-job-detail {
      padding: 15px; }
      .wrapper-job-detail .heading-job {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        .wrapper-job-detail .heading-job h1 {
          font-size: 1.5em;
          margin-bottom: 10px; }
        .wrapper-job-detail .heading-job .btn.btn-primary.rounded-5.text-uppercase {
          font-size: 0.9em;
          padding: 8px 15px;
          width: 100%; }
      .wrapper-job-detail .heading-attribute {
        padding-bottom: 15px;
        margin-bottom: 15px; }
        .wrapper-job-detail .heading-attribute ul {
          gap: 10px 15px; }
          .wrapper-job-detail .heading-attribute ul li {
            font-size: 0.95em;
            flex-direction: column;
            align-items: flex-start; }
            .wrapper-job-detail .heading-attribute ul li strong {
              margin-right: 0;
              margin-bottom: 3px; }
      .wrapper-job-detail .job-description,
      .wrapper-job-detail .job-responsibilities,
      .wrapper-job-detail .job-requirements {
        padding-bottom: 15px;
        margin-bottom: 15px; }
        .wrapper-job-detail .job-description .section-title,
        .wrapper-job-detail .job-responsibilities .section-title,
        .wrapper-job-detail .job-requirements .section-title {
          font-size: 1.1em;
          margin-bottom: 10px; }
        .wrapper-job-detail .job-description p,
        .wrapper-job-detail .job-responsibilities p,
        .wrapper-job-detail .job-requirements p {
          font-size: 0.95em;
          line-height: 1.6;
          margin-bottom: 0.8em; } }

.related-jobs-block {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .related-jobs-block .block-title {
    font-size: 1.2em;
    font-weight: 700;
    color: #0a3d62;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px; }
  .related-jobs-block ul.relative-jobs {
    margin-bottom: 0;
    list-style: none;
    padding: 0px; }
    .related-jobs-block ul.relative-jobs a {
      text-decoration: none;
      color: #0b4492;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center; }
      .related-jobs-block ul.relative-jobs a:hover {
        color: #b3d344; }
    .related-jobs-block ul.relative-jobs .company, .related-jobs-block ul.relative-jobs .address {
      font-size: 0.9em; }
    .related-jobs-block ul.relative-jobs li {
      position: relative;
      padding-left: 10px;
      margin-bottom: 15px;
      margin-top: 15px; }
      .related-jobs-block ul.relative-jobs li::before {
        content: " ";
        left: 0;
        position: absolute;
        border-left: 2px solid #b3d344;
        height: 100%; }

@media (max-width: 767.98px) {
  .related-jobs-block {
    padding: 10px;
    margin-bottom: 15px; }
    .related-jobs-block .block-title {
      font-size: 1.1em;
      margin-bottom: 10px;
      padding-bottom: 8px; } }

.box-text-special .box-content-text-special {
  text-align: center; }
  .box-text-special .box-content-text-special h1 {
    font-size: 2.5em;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
  .box-text-special .box-content-text-special p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 20px; }
  .box-text-special .box-content-text-special i.fa-solid.fa-angles-down {
    font-size: 2em;
    color: #ffffff; }

.carousel-home .title-contact-us {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); }

/* START RESPONSIVE DEVICE */
@media (max-width: 3840px) {
  .carousel-home .carousel-body {
    left: 30%;
    width: 40%; }
  /* SLIDE HOME */
  .carousel-home .carousel-body {
    top: 266px; }
  .wrapper-header {
    height: 900px; }
    .wrapper-header.employers {
      height: 900px; }
  .wrapper-slides {
    top: 0px;
    height: 900px; }
  .carousel-home .carousel-body .carousel-content {
    justify-content: center;
    justify-content: center;
    text-align: center;
    width: 1024px;
    margin: 0 auto; }
  .carousel-home.tech-engineering .carousel-body {
    top: calc(100vh / 3 - 360px); } }

@media (max-width: 2560px) {
  .carousel-home .carousel-body {
    left: 30%;
    width: 40%; }
  /* SLIDE HOME */
  .carousel-home .carousel-body {
    top: 262px; }
  .wrapper-header {
    height: 900px; }
    .wrapper-header.employers {
      height: 900px; }
  .wrapper-slides {
    top: 0px;
    height: 900px; }
  .carousel-home.tech-engineering .carousel-body {
    top: 270px; }
  .carousel-home .carousel-body .carousel-content {
    justify-content: center;
    justify-content: center;
    text-align: center;
    width: 1024px;
    margin: 0 auto; } }

@media (max-width: 2000px) {
  .carousel-home .carousel-body {
    position: absolute;
    top: 224px;
    left: calc((100% - 70%) / 2);
    transform: translate(-50%, -50%);
    width: 70%;
    padding: 0;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    box-sizing: border-box; }
  .wrapper-header {
    height: 900px; }
    .wrapper-header.employers {
      height: 900px; }
  .wrapper-slides {
    top: 0px;
    height: 900px; } }

@media (max-width: 1919.98px) {
  .carousel-home .carousel-body {
    position: absolute;
    top: 224px;
    left: calc((100% - 70%) / 2);
    transform: translate(-50%, -50%);
    width: 70%;
    padding: 0;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    box-sizing: border-box; }
  /* SLIDE HOME */
  .carousel-home .carousel-body {
    top: calc((100vh / 2) - 20%); }
  .wrapper-header {
    height: 817px; }
    .wrapper-header.employers {
      height: 817px; }
  .wrapper-slides {
    top: 0px;
    height: 817px; }
  .carousel-home .carousel-body .carousel-content {
    justify-content: space-evenly;
    text-align: center;
    width: 1024px;
    margin: 0 auto; } }

@media (max-width: 1439.98px) {
  /* SLIDE HOME */
  .carousel-home .carousel-body {
    top: 224px; }
  .wrapper-header {
    height: 840px; }
    .wrapper-header.employers {
      height: 840px; }
  .wrapper-slides {
    top: 0px;
    height: 840px; }
  .carousel-home.tech-engineering .carousel-body {
    top: 224px; }
  .carousel-home .carousel-body .carousel-content {
    justify-content: center;
    justify-content: center;
    text-align: center;
    width: 1024px;
    margin: 0 auto; } }

@media (max-width: 1080.98px) {
  /* SLIDE HOME */
  .carousel-home .carousel-body {
    top: calc((100vh / 4) - 41%); }
  .wrapper-header {
    height: calc((100vh / 3) - 38px); }
    .wrapper-header.employers {
      height: calc((100vh / 3) - 23px); }
  .wrapper-slides {
    top: 0px;
    height: calc(100vh - 100px); }
  .carousel-home.tech-engineering .carousel-body {
    top: calc((100vh / 4) - 338px); }
  .carousel-home .carousel-body .carousel-content {
    justify-content: center;
    justify-content: center;
    text-align: center;
    width: auto;
    margin: 0 auto; }
  .box-text-special .box-content-text-special {
    margin: 221px auto 100px auto;
    width: 890px; }
  .navbar-expand-lg .navbar-nav {
    align-items: center; } }

@media (max-width: 991.98px) {
  .wrapper-jobs {
    margin-top: 2em; }
    .wrapper-jobs.details {
      margin-top: 2em; }
  /* SLIDE HOME */
  .carousel-home .carousel-body {
    top: 35%; }
  .wrapper-header {
    height: 466px; }
  .carousel-home .carousel-body .carousel-title h1, .carousel-home .carousel-body .carousel-title h2 {
    font-size: 2.25em; }
  .carousel-home .carousel-body .carousel-content {
    margin-top: 50px;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: initial;
    flex-direction: row; }
  .carousel-content .white.btn-outline-primary.btn-lg {
    font-size: 1.25em;
    padding: 5px 20px; }
  .carousel-body {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 0; }
    .carousel-body .carousel-title h1, .carousel-body .carousel-title h2 {
      font-size: 2.8em; }
    .carousel-body .carousel-content {
      flex-direction: column;
      align-items: center;
      gap: 15px;
      margin-top: 30px; }
      .carousel-body .carousel-content .btn {
        font-size: 1.1em;
        padding: 10px 25px;
        width: 80%;
        max-width: 350px; }
  /* SLIDE HOME */
  /* EMPLOYERS AND CANDIDATE */
  .wrapper-header.employers {
    height: 651px;
    margin-bottom: 0rem; }
  .box-text-special .box-content-text-special {
    width: auto;
    margin: 14em 4em 3em 4em;
    padding: 2em; }
  .box-text-special .box-content-text-special h1, .box-text-special .box-content-text-special h2 {
    font-size: 2.12em;
    margin-bottom: 1em; }
  .box-text-special .box-content-text-special p {
    font-size: 1.2em;
    font-style: italic; }
  .box-content-text-special i {
    font-size: 1.2em; }
  .box-text-special .box-content-text-special h1 {
    font-size: 2em;
    margin-bottom: 15px; }
  .carousel-home.contact-us .carousel-body {
    top: 48%; }
  .carousel-home.contact-us .carousel-content, .carousel-home.about-us .carousel-content {
    margin: 0em;
    font-size: 1.25em;
    justify-content: center; }
  .carousel-home.contact-us .carousel-body .carousel-title h1, .carousel-home.contact-us .carousel-body .carousel-title h2 {
    font-size: 1.5em;
    margin-bottom: 1em; }
  .carousel-home.contact-us .carousel-body h1::before, .carousel-home.contact-us .carousel-body h5::before {
    height: 1px;
    border-top: 1px solid; }
  .carousel-home.about-us .carousel-body {
    top: 29%; }
  .carousel-home.about-us .carousel-body .carousel-title h1, .carousel-home.about-us .carousel-body .carousel-title h2 {
    font-size: 2em;
    margin-bottom: 0.5em; }
  .carousel-home.about-us .carousel-body h1::before, .carousel-home.about-us .carousel-body h5::before {
    height: 1px;
    border-top: 1px solid; }
  .carousel-home.tech-engineering .carousel-body {
    top: 10em; }
  .carousel-home.tech-engineering .carousel-body h1, .carousel-home.tech-engineering .carousel-body h5 {
    font-size: 3em; }
  /* EMPLOYERS AND CANDIDATE */
  /* SLIDE ABOUT US & CONTACT */
  /* SLIDE ABOUT US & CONTACT */ }

@media (max-width: 767.98px) {
  /* SLIDE HOME */
  .carousel-home .carousel-body {
    top: 35%; }
  .carousel-home .carousel-body .carousel-content {
    margin-top: 12px;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: initial;
    flex-direction: row; }
  .carousel-home .carousel-body .carousel-title h1, .carousel-home .carousel-body .carousel-title h2 {
    font-size: 2.25em; }
  .carousel-content .white.btn-outline-primary.btn-lg {
    font-size: 0.6em;
    padding: 5px 20px; }
  .carousel-body {
    width: 90%;
    padding: 0 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box; }
    .carousel-body .carousel-title h1, .carousel-body .carousel-title h2 {
      font-size: 2em;
      line-height: 1.3; }
    .carousel-body .carousel-content .btn {
      width: 90%; }
  .wrapper-header {
    height: 383px; }
  .carousel-home .carousel-body .carousel-content .btn {
    font-size: 1em;
    padding: 5px 15px; }
  /* SLIDE HOME */
  /* EMPLOYERS AND CANDIDATE */
  .wrapper-header.employers {
    height: 383px;
    margin-bottom: 0rem; }
  .box-text-special .box-content-text-special {
    width: auto;
    margin: 12em 3em 3em 3em;
    padding: 2em; }
  .box-text-special .box-content-text-special h1, .box-text-special .box-content-text-special h2 {
    font-size: 1.7em;
    margin-bottom: 1em; }
  .box-text-special .box-content-text-special p {
    font-size: 1.25em;
    font-style: italic; }
  .box-content-text-special i {
    font-size: 1.25em; }
  .box-text-special .box-content-text-special h1 {
    font-size: 1.8em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
  .box-text-special .box-content-text-special p {
    font-size: 1em;
    margin-bottom: 15px; }
  .box-text-special .box-content-text-special i.fa-solid.fa-angles-down {
    font-size: 1.8em; }
  .carousel-home.contact-us .carousel-body {
    top: 48%; }
  .carousel-home.contact-us .carousel-content, .carousel-home.about-us .carousel-content {
    margin: 0em;
    font-size: 1em;
    justify-content: center; }
  .carousel-home.contact-us .carousel-body .carousel-title h1, .carousel-home.contact-us .carousel-body .carousel-title h2 {
    font-size: 1.5em;
    margin-bottom: 1em; }
  .carousel-home.contact-us .carousel-body h1::before, .carousel-home.contact-us .carousel-body h5::before {
    height: 1px;
    border-top: 1px solid; }
  .carousel-home.about-us .carousel-body {
    top: 29%; }
  .carousel-home.about-us .carousel-body .carousel-title h1, .carousel-home.about-us .carousel-body .carousel-title h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em; }
  .carousel-home.about-us .carousel-body h1::before, .carousel-home.about-us .carousel-body h5::before {
    height: 1px;
    border-top: 1px solid; }
  .carousel-home.tech-engineering .carousel-body {
    top: 11em; }
  .carousel-home.tech-engineering .carousel-body h1, .carousel-home.tech-engineering .carousel-body h5 {
    font-size: 3em; }
  /* EMPLOYERS AND CANDIDATE */
  /* SLIDE ABOUT US & CONTACT */
  /* SLIDE ABOUT US & CONTACT */ }

@media (max-width: 575.98px) {
  /* SLIDE HOME */
  .carousel-home .carousel-body {
    width: 100%;
    padding: 0 10px;
    left: 0%;
    transform: translate(-50%, -50%);
    top: 35%; }
  .carousel-home .carousel-body .carousel-title h1,
  .carousel-home .carousel-body .carousel-title h2 {
    font-size: 1.5em; }
  .carousel-home .carousel-body .carousel-content {
    margin-top: 25px;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: inherit;
    flex-direction: row; }
  .carousel-home .carousel-body .carousel-content .btn {
    font-size: 0.8em;
    padding: 5px 15px; }
  .carousel-content .white.btn-outline-primary.btn-lg {
    font-size: 0.8em;
    padding: 5px 20px; }
  .carousel-body {
    width: 100%;
    padding: 0 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box; }
    .carousel-body .carousel-title h1, .carousel-body .carousel-title h2 {
      font-size: 1.6em;
      line-height: 1.4; }
    .carousel-body .carousel-content {
      margin-top: 20px;
      gap: 10px; }
      .carousel-body .carousel-content .btn {
        font-size: 1em;
        padding: 8px 20px;
        width: 100%; }
  .wrapper-header {
    height: 325px; }
  .wrapper-header.employers.background {
    height: 326px;
    margin-bottom: 0rem; }
  .carousel-body .carousel-content .btn {
    width: 100%; }
  .carousel-home.tech-engineering .carousel-body .carousel-content {
    font-size: 1em;
    margin-top: 0px; }
  /* SLIDE HOME */
  /* EMPLOYERS AND CANDIDATE */
  .wrapper-header.employers {
    height: 553px;
    margin-bottom: 0rem; }
  .box-text-special .box-content-text-special {
    width: auto;
    margin: 13em 2em 3em 2em;
    padding: 2em; }
  .box-text-special .box-content-text-special h1, .box-text-special .box-content-text-special h2 {
    font-size: 1.5em;
    margin-bottom: 1em; }
  .box-text-special .box-content-text-special p {
    font-size: 1em;
    font-style: italic; }
  .box-content-text-special i {
    font-size: 1.25em; }
  .box-text-special .box-content-text-special h1 {
    font-size: 1.5em;
    line-height: 1.4; }
  .carousel-home.contact-us .carousel-body {
    top: 48%; }
  .carousel-home.contact-us .carousel-content, .carousel-home.about-us .carousel-content {
    margin: 0em;
    font-size: 1em;
    justify-content: center; }
  .carousel-home.contact-us .carousel-body .carousel-title h1, .carousel-home.contact-us .carousel-body .carousel-title h2 {
    font-size: 1.5em;
    margin-bottom: 1em; }
  .carousel-home.contact-us .carousel-body h1::before, .carousel-home.contact-us .carousel-body h5::before {
    height: 1px;
    border-top: 1px solid; }
  .carousel-home.about-us .carousel-body {
    top: 29%; }
  .carousel-home.about-us .carousel-body .carousel-title h1, .carousel-home.about-us .carousel-body .carousel-title h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em; }
  .carousel-home.about-us .carousel-body h1::before, .carousel-home.about-us .carousel-body h5::before {
    height: 1px;
    border-top: 1px solid; }
  .carousel-home.tech-engineering .carousel-body {
    top: 6em; }
  .carousel-home.tech-engineering .carousel-body h1, .carousel-home.tech-engineering .carousel-body h5 {
    font-size: 2em; }
  /* EMPLOYERS AND CANDIDATE */
  /* SLIDE ABOUT US & CONTACT */
  /* SLIDE ABOUT US & CONTACT */ }

@media (max-width: 479.99px) {
  /* SLIDE HOME */
  .wrapper-header {
    height: 276px; }
  /* SLIDE HOME */
  /* EMPLOYERS AND CANDIDATE */
  .wrapper-header.employers.background {
    height: 238px;
    margin-bottom: 0rem; }
  .wrapper-header.employers {
    height: 556px;
    margin-bottom: 0rem; }
  .box-text-special .box-content-text-special {
    width: auto;
    margin: 12em 2em 3em 2em;
    padding: 2em; }
  .box-text-special .box-content-text-special h1, .box-text-special .box-content-text-special h2 {
    font-size: 1.5em;
    margin-bottom: 1em; }
  .box-text-special .box-content-text-special p {
    font-size: 1em;
    font-style: italic; }
  .box-content-text-special i {
    font-size: 1.25em; }
  .carousel-home.contact-us .carousel-body {
    top: 48%; }
  .carousel-home.contact-us .carousel-content, .carousel-home.about-us .carousel-content {
    margin: 0em;
    font-size: 0.7em;
    justify-content: center; }
  .carousel-home.contact-us .carousel-body .carousel-title h1, .carousel-home.contact-us .carousel-body .carousel-title h2 {
    font-size: 1.5em;
    margin-bottom: 1em; }
  .carousel-home.contact-us .carousel-body h1::before, .carousel-home.contact-us .carousel-body h5::before {
    height: 1px;
    border-top: 1px solid; }
  .carousel-home.about-us .carousel-body {
    top: 36%; }
  .carousel-home.about-us .carousel-body .carousel-title h1, .carousel-home.about-us .carousel-body .carousel-title h2 {
    font-size: 1.25em;
    margin-bottom: 0.5em; }
  .carousel-home.about-us .carousel-body h1::before, .carousel-home.about-us .carousel-body h5::before {
    height: 1px;
    border-top: 1px solid; }
  .carousel-home.tech-engineering .carousel-body {
    top: 8em; }
  .carousel-home.tech-engineering .carousel-body h1, .carousel-home.tech-engineering .carousel-body h5 {
    font-size: 2em; }
  /* EMPLOYERS AND CANDIDATE */ }

@media (max-width: 413.99px) {
  /* SLIDE HOME */
  .wrapper-header {
    height: 238px; }
  /* SLIDE HOME */
  /* EMPLOYERS AND CANDIDATE */
  .wrapper-header.employers.background {
    height: 238px;
    margin-bottom: 0rem; }
  .wrapper-header.employers {
    height: 568px;
    margin-bottom: 0rem; }
  .box-text-special .box-content-text-special {
    width: auto;
    margin: 11em 1em 1em 1em;
    padding: 1em; }
  .box-text-special .box-content-text-special h1, .box-text-special .box-content-text-special h2 {
    font-size: 1.8em;
    margin-bottom: 1em; }
  .box-text-special .box-content-text-special p {
    font-size: 1.1em;
    font-style: italic; }
  .box-content-text-special i {
    font-size: 1.2em; }
  .carousel-home.contact-us .carousel-body {
    top: 48%; }
  .carousel-home.contact-us .carousel-content, .carousel-home.about-us .carousel-content {
    margin: 0em;
    font-size: 0.7em;
    justify-content: center; }
  .carousel-home.contact-us .carousel-body .carousel-title h1, .carousel-home.contact-us .carousel-body .carousel-title h2 {
    font-size: 1.2em;
    margin-bottom: 1em; }
  .carousel-home.contact-us .carousel-body h1::before, .carousel-home.contact-us .carousel-body h5::before {
    height: 1px;
    border-top: 1px solid; }
  .carousel-home.about-us .carousel-body {
    top: 36%; }
  .carousel-home.about-us .carousel-body .carousel-title h1, .carousel-home.about-us .carousel-body .carousel-title h2 {
    font-size: 1.25em;
    margin-bottom: 0.5em; }
  .carousel-home.about-us .carousel-body h1::before, .carousel-home.about-us .carousel-body h5::before {
    height: 1px;
    border-top: 1px solid; }
  .carousel-home.tech-engineering .carousel-body {
    top: 6em; }
  .carousel-home.tech-engineering .carousel-body h1, .carousel-home.tech-engineering .carousel-body h5 {
    font-size: 1.2em; }
  .carousel-home.tech-engineering .carousel-body .carousel-content {
    font-size: 0.8em;
    margin-top: 0px; }
  /* EMPLOYERS AND CANDIDATE */ }

@media (max-width: 375.99px) {
  /* SLIDE HOME */
  .wrapper-header {
    height: 215px; }
  /* SLIDE HOME */
  /* EMPLOYERS AND CANDIDATE */
  .wrapper-header.employers.background {
    height: 215px;
    margin-bottom: 0rem; }
  .wrapper-header.employers {
    height: 568px;
    margin-bottom: 0rem; }
  .box-text-special .box-content-text-special {
    width: auto;
    margin: 10em 1em 1em 1em;
    padding: 1em; }
  .box-text-special .box-content-text-special h1, .box-text-special .box-content-text-special h2 {
    font-size: 1.8em;
    margin-bottom: 1em; }
  .box-text-special .box-content-text-special p {
    font-size: 1.1em;
    font-style: italic; }
  .carousel-home.contact-us .carousel-body {
    top: 50%; }
  .carousel-home.contact-us .carousel-content, .carousel-home.about-us .carousel-content {
    margin: 0em;
    font-size: 0.5em;
    justify-content: center; }
  .carousel-home.contact-us .carousel-body .carousel-title h1, .carousel-home.contact-us .carousel-body .carousel-title h2 {
    font-size: 1em;
    margin-bottom: 0.5em; }
  .carousel-home.contact-us .carousel-body h1::before, .carousel-home.contact-us .carousel-body h5::before {
    height: 1px;
    border-top: 1px solid; }
  .carousel-home.about-us .carousel-body {
    top: 42%; }
  .carousel-home.about-us .carousel-body .carousel-title h1, .carousel-home.about-us .carousel-body .carousel-title h2 {
    font-size: 1.25em;
    margin-bottom: 0.5em; }
  .carousel-home.about-us .carousel-body h1::before, .carousel-home.about-us .carousel-body h5::before {
    height: 1px;
    border-top: 1px solid; }
  .carousel-home.tech-engineering .carousel-body {
    top: 6em; }
  .carousel-home.tech-engineering .carousel-body h1, .carousel-home.tech-engineering .carousel-body h5 {
    font-size: 1.5em; }
  .carousel-home.tech-engineering .carousel-body {
    top: 6em; }
  .carousel-home.tech-engineering .carousel-body h1, .carousel-home.tech-engineering .carousel-body h5 {
    font-size: 1.5em; }
  /* EMPLOYERS AND CANDIDATE */ }

@media (max-width: 320.99px) {
  .carousel-home .mt-15 {
    padding-top: 0em; }
  /* SLIDE HOME */
  .wrapper-header {
    height: 184px; }
  .wrapper-header.employers.background {
    height: 184px; }
  .carousel-home .carousel-body {
    top: 26%; }
  .carousel-home .carousel-body .carousel-content {
    margin-top: 12px;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: initial;
    flex-direction: row; }
  .carousel-home .carousel-body .carousel-title h1, .carousel-home .carousel-body .carousel-title h2 {
    margin-bottom: 10px; }
  .carousel-home.contact-us .carousel-body {
    top: 50%; }
  .carousel-home.contact-us .carousel-content, .carousel-home.about-us .carousel-content {
    margin: 0em;
    font-size: 0.5em;
    justify-content: center; }
  .carousel-home.contact-us .carousel-body .carousel-title h1, .carousel-home.contact-us .carousel-body .carousel-title h2 {
    font-size: 1em;
    margin-bottom: 0.5em; }
  .carousel-home.contact-us .carousel-body h1::before, .carousel-home.contact-us .carousel-body h5::before {
    height: 1px;
    border-top: 1px solid; }
  .carousel-home.about-us .carousel-body {
    top: 42%; }
  .carousel-home.about-us .carousel-body .carousel-title h1, .carousel-home.about-us .carousel-body .carousel-title h2 {
    font-size: 1.25em;
    margin-bottom: 0.5em; }
  .carousel-home.about-us .carousel-body h1::before, .carousel-home.about-us .carousel-body h5::before {
    height: 1px;
    border-top: 1px solid; }
  .carousel-content .white.btn-outline-primary.btn-lg {
    font-size: 0.55em;
    padding: 5px 20px; }
  .carousel-body {
    width: 100%;
    padding: 0 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box; }
    .carousel-body .carousel-title h1, .carousel-body .carousel-title h2 {
      font-size: 1.6em;
      line-height: 1.4; }
    .carousel-body .carousel-content {
      margin-top: 20px;
      gap: 10px; }
      .carousel-body .carousel-content .btn {
        font-size: 1em;
        padding: 8px 20px;
        width: 100%; }
  /* SLIDE HOME */
  /* EMPLOYERS AND CANDIDATE */
  .wrapper-header.employers {
    height: 614px;
    margin-bottom: 0rem; }
  .box-text-special .box-content-text-special {
    width: auto;
    margin: 11em 1em 1em 1em;
    padding: 1em; }
  .box-text-special .box-content-text-special h1, .box-text-special .box-content-text-special h2 {
    font-size: 1.5em;
    margin-bottom: 1em; }
  .box-text-special .box-content-text-special p {
    font-size: 1em;
    font-style: italic; }
  .box-content-text-special i {
    font-size: 1.2em; }
  .carousel-home.tech-engineering .carousel-body {
    top: 6em; }
  .carousel-home.tech-engineering .carousel-body h1, .carousel-home.tech-engineering .carousel-body h5 {
    font-size: 1.5em; }
  /* EMPLOYERS AND CANDIDATE */ }

.wrapper-intro-compnay {
  padding: 5em 0em;
  background-color: #f8f9fa;
  overflow: hidden; }
  .wrapper-intro-compnay .col-md-4 {
    padding: 0 1em; }
  .wrapper-intro-compnay .intro-company-col-left {
    padding: 1em; }
    .wrapper-intro-compnay .intro-company-col-left .grap-box {
      padding: 2em;
      border: 1px solid #0a3d62;
      border-radius: 10px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, border-color 0.3s ease, background-color 0.3s ease;
      overflow: hidden;
      background-color: #0a3d62;
      margin-bottom: 2em; }
      .wrapper-intro-compnay .intro-company-col-left .grap-box:hover {
        transform: scale(1.03);
        box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
        border-color: #0b4492;
        background-color: #082f4b; }
      .wrapper-intro-compnay .intro-company-col-left .grap-box .title-grap-lft {
        text-align: center;
        color: #ffffff;
        font-size: 2.5em;
        margin-bottom: 0.8em;
        font-weight: 700;
        line-height: 1.3; }
      .wrapper-intro-compnay .intro-company-col-left .grap-box .grap-highlight-sentence-lft {
        color: #ffffff;
        font-size: 1.4rem;
        font-weight: 600;
        margin-bottom: 0;
        line-height: 1.6;
        font-style: italic;
        text-align: center; }
    .wrapper-intro-compnay .intro-company-col-left .grap-box-text {
      padding: 1em 0;
      margin-bottom: 1em; }
      .wrapper-intro-compnay .intro-company-col-left .grap-box-text .clarification-text {
        font-size: 1.1em;
        line-height: 1.6;
        text-align: justify;
        color: #333333;
        margin-bottom: 1em; }
      .wrapper-intro-compnay .intro-company-col-left .grap-box-text .emphasis-text {
        font-size: 1.2em;
        line-height: 1.5;
        text-align: justify;
        font-style: italic;
        color: #0a3d62;
        font-weight: 700; }
  .wrapper-intro-compnay .intro-company-col-right {
    padding: 1em; }
    .wrapper-intro-compnay .intro-company-col-right .grap-box-text {
      padding: 1em 0;
      margin-bottom: 2em; }
      .wrapper-intro-compnay .intro-company-col-right .grap-box-text .concluding-text {
        font-size: 1.1em;
        line-height: 1.6;
        text-align: justify;
        color: #333333; }
    .wrapper-intro-compnay .intro-company-col-right .grap-box {
      padding: 2em;
      border: 1px solid #add136;
      border-radius: 10px;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
      transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, border-color 0.3s ease, background-color 0.3s ease;
      overflow: hidden;
      background-color: #add136;
      margin-bottom: 2em; }
      .wrapper-intro-compnay .intro-company-col-right .grap-box:hover {
        transform: scale(1.03);
        box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
        border-color: #b3d344;
        background-color: #9fc12c; }
      .wrapper-intro-compnay .intro-company-col-right .grap-box .title-grap-rgt {
        color: #ffffff;
        font-size: 1.3em;
        margin-bottom: 0.8em;
        line-height: 1.5;
        font-weight: 700; }
      .wrapper-intro-compnay .intro-company-col-right .grap-box .grap-highlight-sentence-rgt {
        color: #ffffff;
        font-size: 1em;
        margin-bottom: 0;
        line-height: 1.7; }
        .wrapper-intro-compnay .intro-company-col-right .grap-box .grap-highlight-sentence-rgt ul {
          padding: 0;
          list-style: none;
          line-height: 1.8; }
          .wrapper-intro-compnay .intro-company-col-right .grap-box .grap-highlight-sentence-rgt ul li {
            margin-bottom: 0.5em; }
            .wrapper-intro-compnay .intro-company-col-right .grap-box .grap-highlight-sentence-rgt ul li:last-child {
              margin-bottom: 0; }
          .wrapper-intro-compnay .intro-company-col-right .grap-box .grap-highlight-sentence-rgt ul .fa-check {
            margin-right: 10px;
            color: rgba(255, 255, 255, 0.8);
            transition: color 0.3s ease, transform 0.3s ease; }
  @media (max-width: 991.98px) {
    .wrapper-intro-compnay {
      padding: 3em 0; }
      .wrapper-intro-compnay .intro-company-col-left, .wrapper-intro-compnay .intro-company-col-right {
        padding: 0.8em; }
      .wrapper-intro-compnay .intro-company-col-left .grap-box {
        padding: 1.5em;
        margin-bottom: 1.5em; }
        .wrapper-intro-compnay .intro-company-col-left .grap-box .title-grap-lft {
          font-size: 2em;
          margin-bottom: 0.6em; }
        .wrapper-intro-compnay .intro-company-col-left .grap-box .grap-highlight-sentence-lft {
          font-size: 1.2rem;
          line-height: 1.5; }
      .wrapper-intro-compnay .intro-company-col-left .grap-box-text {
        padding: 0.8em 0;
        margin-bottom: 0.8em; }
        .wrapper-intro-compnay .intro-company-col-left .grap-box-text .clarification-text {
          font-size: 1em;
          margin-bottom: 0.8em; }
        .wrapper-intro-compnay .intro-company-col-left .grap-box-text .emphasis-text {
          font-size: 1.1em; }
      .wrapper-intro-compnay .intro-company-col-right .grap-box-text {
        padding: 0.8em 0;
        margin-bottom: 1.5em; }
        .wrapper-intro-compnay .intro-company-col-right .grap-box-text .concluding-text {
          font-size: 1em; }
      .wrapper-intro-compnay .intro-company-col-right .grap-box {
        padding: 1.5em;
        margin-bottom: 1.5em; }
        .wrapper-intro-compnay .intro-company-col-right .grap-box .title-grap-rgt {
          font-size: 1.2em;
          margin-bottom: 0.6em; }
        .wrapper-intro-compnay .intro-company-col-right .grap-box .grap-highlight-sentence-rgt {
          font-size: 0.9em; }
          .wrapper-intro-compnay .intro-company-col-right .grap-box .grap-highlight-sentence-rgt ul {
            line-height: 1.6; }
            .wrapper-intro-compnay .intro-company-col-right .grap-box .grap-highlight-sentence-rgt ul li {
              margin-bottom: 0.4em; } }
  @media (max-width: 767.98px) {
    .wrapper-intro-compnay {
      padding: 2em 0; }
      .wrapper-intro-compnay .intro-company-col-left, .wrapper-intro-compnay .intro-company-col-right {
        padding: 0.5em; }
      .wrapper-intro-compnay .intro-company-col-left {
        margin-bottom: 1.5em; }
        .wrapper-intro-compnay .intro-company-col-left .grap-box {
          padding: 1.2em;
          margin-bottom: 1em; }
          .wrapper-intro-compnay .intro-company-col-left .grap-box .title-grap-lft {
            font-size: 1.8em;
            margin-bottom: 0.5em; }
          .wrapper-intro-compnay .intro-company-col-left .grap-box .grap-highlight-sentence-lft {
            font-size: 1.1rem;
            line-height: 1.4; }
        .wrapper-intro-compnay .intro-company-col-left .grap-box-text {
          padding: 0.5em 0;
          margin-bottom: 0.5em; }
          .wrapper-intro-compnay .intro-company-col-left .grap-box-text .clarification-text {
            font-size: 0.9em;
            margin-bottom: 0.6em; }
          .wrapper-intro-compnay .intro-company-col-left .grap-box-text .emphasis-text {
            font-size: 1em; }
      .wrapper-intro-compnay .intro-company-col-right {
        margin-top: 1.5em; }
        .wrapper-intro-compnay .intro-company-col-right .grap-box-text {
          padding: 0.5em 0;
          margin-bottom: 1em; }
          .wrapper-intro-compnay .intro-company-col-right .grap-box-text .concluding-text {
            font-size: 0.9em; }
        .wrapper-intro-compnay .intro-company-col-right .grap-box {
          padding: 1.2em;
          margin-bottom: 1em; }
          .wrapper-intro-compnay .intro-company-col-right .grap-box .title-grap-rgt {
            font-size: 1.1em;
            margin-bottom: 0.5em; }
          .wrapper-intro-compnay .intro-company-col-right .grap-box .grap-highlight-sentence-rgt {
            font-size: 0.8em; }
            .wrapper-intro-compnay .intro-company-col-right .grap-box .grap-highlight-sentence-rgt ul {
              line-height: 1.5; }
              .wrapper-intro-compnay .intro-company-col-right .grap-box .grap-highlight-sentence-rgt ul li {
                margin-bottom: 0.3em; } }
  @media (max-width: 575.98px) {
    .wrapper-intro-compnay {
      padding: 1.5em 0; }
      .wrapper-intro-compnay .intro-company-col-left, .wrapper-intro-compnay .intro-company-col-right {
        padding: 0.3em; }
      .wrapper-intro-compnay .intro-company-col-left {
        margin-bottom: 1em; }
        .wrapper-intro-compnay .intro-company-col-left .grap-box {
          padding: 1em;
          margin-bottom: 0.8em; }
          .wrapper-intro-compnay .intro-company-col-left .grap-box .title-grap-lft {
            font-size: 1.5em;
            margin-bottom: 0.4em; }
          .wrapper-intro-compnay .intro-company-col-left .grap-box .grap-highlight-sentence-lft {
            font-size: 1rem;
            line-height: 1.3; }
        .wrapper-intro-compnay .intro-company-col-left .grap-box-text {
          padding: 0.3em 0;
          margin-bottom: 0.3em; }
          .wrapper-intro-compnay .intro-company-col-left .grap-box-text .clarification-text {
            font-size: 0.8em;
            margin-bottom: 0.4em; }
          .wrapper-intro-compnay .intro-company-col-left .grap-box-text .emphasis-text {
            font-size: 0.9em; }
      .wrapper-intro-compnay .intro-company-col-right {
        margin-top: 1em; }
        .wrapper-intro-compnay .intro-company-col-right .grap-box-text {
          padding: 0.3em 0;
          margin-bottom: 0.8em; }
          .wrapper-intro-compnay .intro-company-col-right .grap-box-text .concluding-text {
            font-size: 0.8em; }
        .wrapper-intro-compnay .intro-company-col-right .grap-box {
          padding: 1em;
          margin-bottom: 0.8em; }
          .wrapper-intro-compnay .intro-company-col-right .grap-box .title-grap-rgt {
            font-size: 1em;
            margin-bottom: 0.4em; }
          .wrapper-intro-compnay .intro-company-col-right .grap-box .grap-highlight-sentence-rgt {
            font-size: 0.7em; }
            .wrapper-intro-compnay .intro-company-col-right .grap-box .grap-highlight-sentence-rgt ul {
              line-height: 1.4; }
              .wrapper-intro-compnay .intro-company-col-right .grap-box .grap-highlight-sentence-rgt ul li {
                margin-bottom: 0.2em; } }

@keyframes zoom-and-back {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 10px rgba(169, 217, 4, 0.6); }
  50% {
    box-shadow: 0 0 25px #a9d904; }
  100% {
    box-shadow: 0 0 10px rgba(169, 217, 4, 0.6); } }

.wrapper-footprint {
  padding: 6rem 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .wrapper-footprint .section-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/map-2.jpg") no-repeat center center/cover;
    z-index: 1; }
  .wrapper-footprint .section-background-overflow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 61, 98, 0.8);
    z-index: 2; }
  .wrapper-footprint .container {
    position: relative;
    z-index: 3; }
  .wrapper-footprint .heading-footprint {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    color: #ffffff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); }
  .wrapper-footprint .title-footprint {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 3rem;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    background: rgba(3, 169, 244, 0.25);
    padding: 10px 25px;
    border-radius: 30px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    transition: background-color 0.3s ease, text-shadow 0.3s ease; }
    .wrapper-footprint .title-footprint:hover {
      background-color: rgba(3, 169, 244, 0.4);
      text-shadow: 0 0 25px rgba(255, 255, 255, 0.8); }
  .wrapper-footprint .headquarter-footprint {
    margin-top: 2rem; }
  .wrapper-footprint .heading-text {
    display: inline-block;
    width: calc(100% - 100px);
    max-width: 900px;
    margin: 0 auto 2rem auto;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: normal;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8); }
  .wrapper-footprint .our-global-footprint {
    font-style: italic;
    padding: 2em 1em 0 1em;
    color: #fff;
    width: calc(100% - 100px);
    max-width: 700px;
    text-align: center;
    display: inline-block;
    line-height: 1.7;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
    margin-top: 3em; }
  .wrapper-footprint .location-footprint {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2;
    margin-top: 3em;
    margin-bottom: 3em; }
    .wrapper-footprint .location-footprint .list-country {
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
      font-size: 1.2em;
      flex-basis: auto;
      padding: 0 10px;
      transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
      cursor: pointer;
      margin-bottom: 1rem;
      animation-name: zoom-and-back;
      animation-duration: 2s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out; }
      .wrapper-footprint .location-footprint .list-country:nth-child(1) {
        animation-delay: 0s; }
      .wrapper-footprint .location-footprint .list-country:nth-child(2) {
        animation-delay: 2s; }
      .wrapper-footprint .location-footprint .list-country:nth-child(3) {
        animation-delay: 4s; }
      .wrapper-footprint .location-footprint .list-country:nth-child(4) {
        animation-delay: 6s; }
      .wrapper-footprint .location-footprint .list-country:nth-child(5) {
        animation-delay: 8s; }
      .wrapper-footprint .location-footprint .list-country:nth-child(6) {
        animation-delay: 10s; }
      .wrapper-footprint .location-footprint .list-country:hover {
        color: #add136;
        transform: translateY(-8px);
        text-shadow: 0 0 15px #add136; }
  .wrapper-footprint .global-country {
    margin-top: 3em; }
    .wrapper-footprint .global-country .number {
      background: rgba(179, 211, 68, 0.4);
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      font-size: 6em;
      text-shadow: 0 0 20px #a9d904;
      color: #fff;
      font-weight: 700;
      position: relative;
      z-index: 1;
      transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out, background-color 0.3s ease; }
      .wrapper-footprint .global-country .number .fa-6 {
        font-size: 0.7em; }
      .wrapper-footprint .global-country .number::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 130px;
        height: 130px;
        background: rgba(169, 217, 4, 0.1);
        border-radius: 50%;
        z-index: -1;
        transition: transform 0.5s ease-in-out, background-color 0.3s ease, box-shadow 0.5s ease-in-out;
        box-shadow: 0 0 15px rgba(169, 217, 4, 0.6);
        animation: pulse-glow 2s infinite ease-in-out; }
      .wrapper-footprint .global-country .number:hover {
        transform: scale(1.2) rotate(20deg);
        box-shadow: 0 0 50px #a9d904;
        background-color: rgba(179, 211, 68, 0.8);
        cursor: pointer; }
      .wrapper-footprint .global-country .number:hover::before {
        transform: translate(-50%, -50%) scale(1.4);
        background-color: rgba(169, 217, 4, 0.4);
        box-shadow: 0 0 30px #a9d904; }
    .wrapper-footprint .global-country .text {
      margin-top: 1.5em;
      color: #ffffff;
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
      font-weight: 700; }
  @media (max-width: 991.98px) {
    .wrapper-footprint {
      padding: 4rem 0; }
      .wrapper-footprint .title-footprint {
        font-size: 2.5em;
        margin-bottom: 2rem;
        padding: 8px 20px;
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4); }
        .wrapper-footprint .title-footprint:hover {
          text-shadow: 0 0 20px rgba(255, 255, 255, 0.6); }
      .wrapper-footprint .headquarter-footprint {
        margin-top: 1.5rem; }
      .wrapper-footprint .heading-text {
        font-size: 1.1em;
        margin-bottom: 1.5rem;
        width: calc(100% - 60px);
        max-width: 800px; }
      .wrapper-footprint .our-global-footprint {
        font-size: 1em;
        line-height: 1.6;
        width: calc(100% - 60px);
        max-width: 600px;
        padding: 2em 0.5em 0 0.5em;
        margin-top: 2em; }
      .wrapper-footprint .location-footprint {
        margin-top: 2em;
        margin-bottom: 2em;
        line-height: 1.8; }
        .wrapper-footprint .location-footprint .list-country {
          font-size: 1.1em;
          margin-bottom: 0.8rem; }
      .wrapper-footprint .global-country {
        margin-top: 2em; }
      .wrapper-footprint .global-country .number {
        width: 80px;
        height: 80px;
        font-size: 5em; }
      .wrapper-footprint .global-country .number::before {
        width: 100px;
        height: 100px; }
      .wrapper-footprint .global-country .text {
        font-size: 0.9em;
        margin-top: 0.8em; } }
  @media (max-width: 767.98px) {
    .wrapper-footprint {
      padding: 3rem 0; }
      .wrapper-footprint .title-footprint {
        font-size: 2em;
        margin-bottom: 1.5rem;
        padding: 6px 15px;
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.3); }
        .wrapper-footprint .title-footprint:hover {
          text-shadow: 0 0 15px rgba(255, 255, 255, 0.5); }
      .wrapper-footprint .headquarter-footprint {
        margin-top: 1rem; }
      .wrapper-footprint .heading-text {
        font-size: 1em;
        margin-bottom: 1rem;
        width: calc(100% - 40px);
        max-width: 90%; }
      .wrapper-footprint .our-global-footprint {
        font-size: 0.9em;
        line-height: 1.5;
        width: calc(100% - 40px);
        max-width: 80%;
        padding: 1.5em 0.5em 0 0.5em;
        margin-top: 1.5em; }
      .wrapper-footprint .location-footprint {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
        line-height: 1.6; }
        .wrapper-footprint .location-footprint .list-country {
          font-size: 1em;
          margin-bottom: 0.6rem; }
      .wrapper-footprint .global-country {
        margin-top: 1.5em; }
      .wrapper-footprint .global-country .number {
        width: 60px;
        height: 60px;
        font-size: 4em; }
      .wrapper-footprint .global-country .number::before {
        width: 70px;
        height: 70px; }
      .wrapper-footprint .global-country .text {
        font-size: 0.8em;
        margin-top: 0.6em; } }
  @media (max-width: 575.98px) {
    .wrapper-footprint {
      padding: 2rem 0; }
      .wrapper-footprint .title-footprint {
        font-size: 1.5em;
        margin-bottom: 1rem;
        padding: 5px 10px;
        text-shadow: 0 0 6px rgba(255, 255, 255, 0.2); }
        .wrapper-footprint .title-footprint:hover {
          text-shadow: 0 0 10px rgba(255, 255, 255, 0.3); }
      .wrapper-footprint .headquarter-footprint {
        margin-top: 0.8rem; }
      .wrapper-footprint .heading-text {
        font-size: 0.9em;
        margin-bottom: 0.8rem;
        width: calc(100% - 20px);
        max-width: 95%; }
      .wrapper-footprint .our-global-footprint {
        font-size: 0.8em;
        line-height: 1.4;
        width: calc(100% - 20px);
        max-width: 90%;
        padding: 1em 0.5em 0 0.5em;
        margin-top: 1em; }
      .wrapper-footprint .location-footprint {
        margin-top: 1em;
        margin-bottom: 1em;
        line-height: 1.5; }
        .wrapper-footprint .location-footprint .list-country {
          font-size: 0.9em;
          margin-bottom: 0.5rem; }
      .wrapper-footprint .global-country {
        margin-top: 1em; }
      .wrapper-footprint .global-country .number {
        width: 50px;
        height: 50px;
        font-size: 3em; }
      .wrapper-footprint .global-country .number::before {
        width: 55px;
        height: 55px; }
      .wrapper-footprint .global-country .text {
        font-size: 0.7em;
        margin-top: 0.5em; } }

/* slide */
.wrapper-areas-slide {
  background-image: url("../images/hompage-bg.jpg");
  background-position: center center;
  padding: 2rem 0.5rem 4rem 0.5rem; }

.practice-areas-slider {
  max-width: 960px;
  margin: auto; }
  .practice-areas-slider .section-title {
    color: #0b4492;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 3rem;
    margin-bottom: 5rem; }
  .practice-areas-slider .navigation-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0; }
  .practice-areas-slider .nav-item-outer-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 420px; }
  .practice-areas-slider .display-number {
    font-size: 100px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin-right: -25px;
    z-index: 1;
    opacity: 0.6;
    align-self: center; }
  .practice-areas-slider .nav-column-interactive-area {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
    z-index: 0; }
  .practice-areas-slider .arrow-button {
    background-color: #0b4492;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin: 8px 0; }
    .practice-areas-slider .arrow-button:hover {
      background-color: #0056b3; }
  .practice-areas-slider .nav-item:hover:not(.active) {
    color: #0056b3;
    background-color: rgba(255, 255, 255, 0.3); }
  .practice-areas-slider .nav-item {
    font-size: 1.05rem;
    padding: 5px 0px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-radius: 80px 0px 0px 80px;
    margin: 3px 0;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center; }
    .practice-areas-slider .nav-item.active {
      font-weight: bold;
      color: #0b4492;
      background-color: #ffffff;
      box-shadow: -7px 3px 8px rgba(0, 0, 0, 0.1);
      transform: scale(1.03);
      justify-content: flex-start; }
      .practice-areas-slider .nav-item.active .item-display-number {
        color: #0b4492;
        opacity: 0.9;
        text-shadow: none;
        background: #ffffff;
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 50%; }
    .practice-areas-slider .nav-item .item-display-number {
      font-size: 4rem;
      font-weight: bold;
      color: #ffffff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
      opacity: 0.6;
      line-height: 1;
      margin-right: 15px; }
  .practice-areas-slider .content-display {
    background: linear-gradient(to bottom, #fff, #fdffff);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px; }
    .practice-areas-slider .content-display img {
      max-height: 300px;
      object-fit: cover;
      border: 3px solid white; }
  .practice-areas-slider #contentDescription {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500; }

.content-display {
  background-color: #fff;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

.content-display > .image-link-wrapper,
.content-display > a {
  order: 1; }

.content-display > #contentDescription {
  order: 2; }

.content-display img {
  order: 1; }

.content-display #contentDescription {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .content-display #contentDescription a {
    text-decoration: none;
    color: #0b4492;
    font-weight: bold; }
    .content-display #contentDescription a.btn {
      color: #fff;
      font-weight: normal; }

@media (max-width: 768px) {
  .practice-areas-slider .nav-item-outer-container {
    flex-direction: column;
    padding: 20px; }
  .practice-areas-slider .display-number {
    margin-right: 0;
    margin-bottom: -20px;
    font-size: 80px; }
  .practice-areas-slider .nav-column-interactive-area {
    width: 100%;
    align-items: stretch; }
  .practice-areas-slider .nav-item {
    padding: 12px 15px; }
  .practice-areas-slider .content-display {
    margin-top: 20px; } }

@media (max-width: 768px) {
  .practice-areas-slider .nav-item .item-display-number {
    font-size: 3rem;
    margin-right: 10px; }
  .practice-areas-slider .nav-item.active {
    padding-left: 40px; } }

/* slide */
/* Box search */
.wrapper-search-opportunity {
  background-color: #ffffff;
  margin: 50px 0;
  margin-left: auto;
  margin-right: auto; }
  .wrapper-search-opportunity .section-title {
    color: #0b4492;
    font-weight: 600;
    font-size: 2.2rem; }
  .wrapper-search-opportunity .section-subtitle {
    color: #666;
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .wrapper-search-opportunity .search-input-container {
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 42rem;
    box-shadow: 1px 6px 3rem 0px rgba(0, 0, 0, 0.1);
    max-width: 850px;
    margin: 0 auto; }
  .wrapper-search-opportunity .input-group-text.custom-label {
    background-color: transparent;
    border: none;
    color: #0b4492;
    font-weight: bold;
    padding-right: 0; }
  .wrapper-search-opportunity .form-control.custom-input {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.2rem;
    color: #333; }
    .wrapper-search-opportunity .form-control.custom-input:focus {
      box-shadow: none;
      border-color: #007bff; }
  .wrapper-search-opportunity .form-select.custom-input {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.2rem;
    color: #333; }
    .wrapper-search-opportunity .form-select.custom-input:focus {
      box-shadow: none;
      border-color: #007bff; }
  .wrapper-search-opportunity .custom-search-btn {
    background-color: #4CAF50;
    background-image: linear-gradient(to right, #0b4492, #0b4492);
    color: white;
    border: none;
    padding: 15px 35px;
    border-radius: 40px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-transform: uppercase;
    font-weight: bold; }
    .wrapper-search-opportunity .custom-search-btn:hover {
      background-image: linear-gradient(to right, #61A3DD, #0b4492);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
      transform: translateY(-2px); }

@media (max-width: 767.98px) {
  .wrapper-search-opportunity .search-input-container {
    flex-direction: column;
    padding: 15px 20px; }
  .wrapper-search-opportunity .input-group {
    width: 100%;
    margin-bottom: 15px !important; }
  .wrapper-search-opportunity .input-group:last-child {
    margin-bottom: 0 !important; }
  .wrapper-search-opportunity .input-group-text.custom-label {
    padding-bottom: 0; }
  .wrapper-search-opportunity .section-title {
    font-size: 1.8rem; }
  .wrapper-search-opportunity .section-subtitle {
    font-size: 1rem; }
  .wrapper-search-opportunity .custom-search-btn {
    padding: 8px 20px;
    font-size: 1rem; } }

/* Box search */
/* list jobs */
.opening-jobs-section {
  padding-top: 1rem;
  padding-bottom: 2rem; }

.opening-jobs-container {
  border: 1px solid #343a40;
  border-radius: 0.5rem;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.05);
  padding: 30px; }
  .opening-jobs-container .opening-jobs-header {
    background-color: #0b4492;
    border-radius: 0rem 0rem 1.5rem 1.5rem;
    padding: 15px 20px;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1; }
    .opening-jobs-container .opening-jobs-header .opening-jobs-title {
      color: #ffffff;
      font-size: 1.6rem;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 0; }
  .opening-jobs-container .opening-quart {
    text-align: center;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem; }
  .opening-jobs-container .job-list-grid {
    padding: 0 15px; }
  .opening-jobs-container .job-card {
    border: 1px solid #eee;
    border-radius: 0.5rem;
    padding: 20px;
    min-height: 120px;
    display: flex;
    align-items: center;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: transform 0.2s ease, box-shadow 0.2s ease; }
    .opening-jobs-container .job-card a {
      text-decoration: none; }
    .opening-jobs-container .job-card .job-title {
      font-size: 1.1rem;
      line-height: 1.5;
      margin-bottom: 0;
      color: #2d2d2d;
      font-weight: bold; }
    .opening-jobs-container .job-card .job-details {
      font-size: 1rem;
      line-height: 1.5;
      margin-bottom: 0;
      color: #2d2d2d; }
    .opening-jobs-container .job-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); }
  .opening-jobs-container .view-more-btn {
    background-image: linear-gradient(to right, #78c044, #b3d344);
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .opening-jobs-container .view-more-btn i {
      margin-left: 8px; }
    .opening-jobs-container .view-more-btn:hover {
      background-image: linear-gradient(to right, #78c044, #b3d344);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
      transform: translateY(-2px); }

@media (max-width: 991.98px) {
  .opening-jobs-container {
    padding: 20px; }
  .opening-jobs-header {
    margin-top: -30px; } }

@media (max-width: 767.98px) {
  .opening-jobs-section {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .opening-jobs-container {
    padding: 15px;
    border-radius: 0.5rem; }
  .opening-jobs-header {
    margin-top: -20px;
    padding: 10px 15px; }
    .opening-jobs-header .opening-jobs-title {
      font-size: 1.4rem; }
  .job-card {
    padding: 15px;
    min-height: unset; }
  .view-more-btn {
    padding: 10px 25px;
    font-size: 1rem; } }

/* list jobs */
/* services */
.services-section a {
  text-decoration: none; }

.services-section .service-card {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  .services-section .service-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  .services-section .service-card .content {
    position: relative;
    z-index: 2;
    padding: 20px;
    color: #ffffff;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    max-width: 80%; }
  .services-section .service-card .service-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .services-section .service-card .service-description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9; }
  .services-section .service-card.hr-staffing {
    background-image: url("../images/imgs/hr-staffing-bg.jpg"); }
    .services-section .service-card.hr-staffing .overlay {
      background-color: rgba(54, 96, 153, 0.8); }
  .services-section .service-card.payroll-outsourcing {
    background-image: url("../images/imgs/payroll-outsourcing-bg.jpg"); }
    .services-section .service-card.payroll-outsourcing .overlay {
      background-color: rgba(144, 212, 91, 0.8); }
  .services-section .service-card.insurance {
    background-image: url("../images/imgs/insurance-bg.jpg"); }
    .services-section .service-card.insurance .overlay {
      background-color: rgba(144, 212, 91, 0.8); }
  .services-section .service-card.ems-consulting {
    background-image: url("../images/imgs/ems-consulting-bg.jpg"); }
    .services-section .service-card.ems-consulting .overlay {
      background-color: rgba(54, 96, 153, 0.8); }
  .services-section .service-card:hover .overlay {
    opacity: 0; }
  .services-section .service-card:hover .content {
    transform: translateY(-5px); }
    .services-section .service-card:hover .content .service-title {
      color: #0b4492; }
    .services-section .service-card:hover .content .service-description {
      color: #0b4492; }

@media (max-width: 991.98px) {
  .service-card {
    height: 300px; }
    .service-card .service-title {
      font-size: 1.8rem; }
    .service-card .service-description {
      font-size: 0.9rem; } }

@media (max-width: 767.98px) {
  .service-card {
    height: 250px; }
    .service-card .service-title {
      font-size: 1.5rem; }
    .service-card .service-description {
      font-size: 0.85rem; }
  .services-section {
    padding-left: 0;
    padding-right: 0; } }

/* services */
/* slide 2*/
.empowering-section {
  background: linear-gradient(to bottom, #ffffff, #e0f2f7, #ffffff);
  padding: 60px 0; }
  .empowering-section .section-title-blue {
    color: #b3d344;
    font-weight: bold;
    font-size: 2.5rem; }
  .empowering-section .section-description {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto; }
  .empowering-section .main-slider-wrapper {
    position: relative;
    padding: 0 15px; }
  .empowering-section .slider-card {
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: box-shadow 0.3s ease-in-out; }
    .empowering-section .slider-card .row.g-0 {
      min-height: 280px; }
    .empowering-section .slider-card .card-image-wrapper {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden; }
      .empowering-section .slider-card .card-image-wrapper .card-main-image {
        object-fit: cover;
        height: 100%;
        width: 100%;
        transition: transform 0.4s ease-out; }
    .empowering-section .slider-card .card-body {
      padding: 2.5rem; }
    .empowering-section .slider-card .card-title-blue {
      color: #b3d344;
      font-weight: bold;
      font-size: 2rem;
      margin-bottom: 1rem; }
    .empowering-section .slider-card .card-text {
      color: #666;
      font-size: 1rem;
      line-height: 1.7;
      margin-bottom: 1.5rem; }
    .empowering-section .slider-card .view-more-btn-small {
      background-color: #b3d344;
      color: #ffffff;
      border: none;
      padding: 8px 20px;
      border-radius: 20px;
      font-size: 0.9rem;
      transition: all 0.3s ease;
      display: inline-flex;
      align-items: center;
      gap: 5px; }
      .empowering-section .slider-card .view-more-btn-small:hover {
        background-color: #99b92b;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px); }
  .empowering-section .arrow-button-custom {
    background-color: #ffffff;
    color: #b3d344;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10; }
    .empowering-section .arrow-button-custom:hover {
      background-color: #b3d344;
      color: #ffffff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      transform: scale(1.05); }
  .empowering-section .navigation-tabs {
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05);
    padding: 10px;
    gap: 10px; }
  .empowering-section .nav-tab-custom {
    background-color: #ffffff;
    color: #adb5bd;
    border: none;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out, background-color 0.4s ease-in-out; }
    .empowering-section .nav-tab-custom:hover:not(.active) {
      color: #838f9b;
      background-color: #f0f0f0;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      transform: translateY(-2px); }
    .empowering-section .nav-tab-custom.active {
      background-color: #90d45b;
      color: #ffffff;
      box-shadow: 0 4px 10px rgba(144, 212, 91, 0.4);
      transform: scale(1.02); }
    .empowering-section .nav-tab-custom.active:hover {
      background-color: #78c044;
      transform: scale(1.03) translateY(-1px); }
  .empowering-section .content-fade-enter-active, .empowering-section .content-fade-leave-active {
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out; }
  .empowering-section .content-fade-enter-from {
    opacity: 0;
    transform: translateY(10px); }
  .empowering-section .content-fade-leave-to {
    opacity: 0;
    transform: translateY(-10px); }

@media (max-width: 991.98px) {
  .empowering-section .section-title-blue {
    font-size: 2rem; }
  .empowering-section .section-description {
    font-size: 1rem; }
  .empowering-section .slider-card .card-body {
    padding: 2rem; }
  .empowering-section .slider-card .card-title-blue {
    font-size: 1.8rem; }
  .empowering-section .slider-card .card-text {
    font-size: 0.95rem; }
  .empowering-section .arrow-button-custom {
    width: 45px;
    height: 45px;
    font-size: 1.3rem; }
  .empowering-section .nav-tab-custom {
    padding: 10px 20px;
    font-size: 0.9rem; } }

@media (max-width: 767.98px) {
  .empowering-section .section-title-blue {
    font-size: 1.8rem; }
  .empowering-section .section-description {
    font-size: 0.9rem; }
  .empowering-section .main-slider-wrapper {
    flex-direction: column; }
    .empowering-section .main-slider-wrapper .arrow-button-custom {
      margin-top: 15px;
      width: 40px;
      height: 40px;
      font-size: 1.2rem; }
    .empowering-section .main-slider-wrapper .custom-prev-slide {
      order: 2; }
    .empowering-section .main-slider-wrapper .slider-card {
      order: 1; }
    .empowering-section .main-slider-wrapper .custom-next-slide {
      order: 3; }
  .empowering-section .slider-card {
    flex-direction: column; }
    .empowering-section .slider-card .card-image-wrapper {
      width: 100%;
      height: 200px; }
    .empowering-section .slider-card .card-body {
      padding: 1.5rem; }
    .empowering-section .slider-card .card-title-blue {
      font-size: 1.5rem; }
    .empowering-section .slider-card .card-text {
      font-size: 0.85rem; }
  .empowering-section .navigation-tabs {
    flex-direction: column;
    padding: 5px;
    border-radius: 10px;
    gap: 5px; }
  .empowering-section .nav-tab-custom {
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    border-radius: 8px; } }

/* end slide 2*/
/* slide 3*/
.empowering-section {
  background: linear-gradient(to bottom, #ffffff, #e0f2f7, #ffffff);
  padding: 60px 0; }

.section-title-blue {
  color: #b3d344;
  font-weight: bold;
  font-size: 2.5rem; }

.section-description {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto; }

.main-slider-wrapper {
  position: relative;
  padding: 0 15px; }

.slider-card {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out; }
  .slider-card .row.g-0 {
    min-height: 280px; }
  .slider-card .card-image-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .slider-card .card-image-wrapper .card-main-image {
      object-fit: cover;
      height: 100%;
      width: 100%;
      transition: transform 0.4s ease-out; }
  .slider-card .card-body {
    padding: 2.5rem; }
  .slider-card .card-title-blue {
    color: #b3d344;
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem; }
  .slider-card .card-text {
    color: #666;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem; }
  .slider-card .view-more-btn-small {
    background-color: #b3d344;
    color: #ffffff;
    border: none;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px; }
    .slider-card .view-more-btn-small:hover {
      background-color: #99b92b;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transform: translateY(-2px); }

.arrow-button-custom {
  background-color: #ffffff;
  color: #b3d344;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10; }
  .arrow-button-custom:hover {
    background-color: #b3d344;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: scale(1.05); }

.navigation-tabs {
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.05);
  padding: 10px;
  gap: 10px; }

.nav-tab-custom {
  background-color: #ffffff;
  color: #adb5bd;
  border: none;
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out, background-color 0.4s ease-in-out; }
  .nav-tab-custom:hover:not(.active) {
    color: #838f9b;
    background-color: #f0f0f0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px); }
  .nav-tab-custom.active {
    background-color: #90d45b;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(144, 212, 91, 0.4);
    transform: scale(1.02); }
  .nav-tab-custom.active:hover {
    background-color: #78c044;
    transform: scale(1.03) translateY(-1px); }

.content-fade-enter-active, .content-fade-leave-active {
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out; }

.content-fade-enter-from {
  opacity: 0;
  transform: translateY(10px); }

.content-fade-leave-to {
  opacity: 0;
  transform: translateY(-10px); }

@media (max-width: 991.98px) {
  .section-title-blue {
    font-size: 2rem; }
  .section-description {
    font-size: 1rem; }
  .slider-card .card-body {
    padding: 2rem; }
  .slider-card .card-title-blue {
    font-size: 1.8rem; }
  .slider-card .card-text {
    font-size: 0.95rem; }
  .arrow-button-custom {
    width: 45px;
    height: 45px;
    font-size: 1.3rem; }
  .nav-tab-custom {
    padding: 10px 20px;
    font-size: 0.9rem; } }

@media (max-width: 767.98px) {
  .section-title-blue {
    font-size: 1.8rem; }
  .section-description {
    font-size: 0.9rem; }
  .main-slider-wrapper {
    flex-direction: column; }
    .main-slider-wrapper .arrow-button-custom {
      margin-top: 15px;
      width: 40px;
      height: 40px;
      font-size: 1.2rem; }
    .main-slider-wrapper .custom-prev-slide {
      order: 2; }
    .main-slider-wrapper .slider-card {
      order: 1; }
    .main-slider-wrapper .custom-next-slide {
      order: 3; }
  .slider-card {
    flex-direction: column; }
    .slider-card .card-image-wrapper {
      width: 100%;
      height: 200px; }
    .slider-card .card-body {
      padding: 1.5rem; }
    .slider-card .card-title-blue {
      font-size: 1.5rem; }
    .slider-card .card-text {
      font-size: 0.85rem; }
  .navigation-tabs {
    flex-direction: column;
    padding: 5px;
    border-radius: 10px;
    gap: 5px; }
  .nav-tab-custom {
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    border-radius: 8px; } }

.talent-showcase-section {
  background-color: #f0f0f0;
  padding: 80px 0; }

.showcase-content-box {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  height: 450px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  transition: box-shadow 0.3s ease; }
  .showcase-content-box .showcase-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
    z-index: 1;
    transition: opacity 0.5s ease; }
  .showcase-content-box .showcase-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; }
  .showcase-content-box .showcase-text-content {
    position: relative;
    z-index: 2;
    padding: 3rem;
    width: 100%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; }
  .showcase-content-box .showcase-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1.2; }
  .showcase-content-box .showcase-description {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    max-width: 80%; }
  .showcase-content-box .content-nav-arrows {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    z-index: 3;
    display: flex;
    gap: 15px; }
  .showcase-content-box .content-arrow-btn {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease; }
    .showcase-content-box .content-arrow-btn:hover {
      background-color: rgba(255, 255, 255, 0.4);
      border-color: #ffffff; }

.showcase-nav-tabs {
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 0; }
  .showcase-nav-tabs .nav-tab-item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 18px 25px;
    background-color: #f5f5f5;
    color: #8b341f;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, padding 0.3s ease; }
    .showcase-nav-tabs .nav-tab-item:last-child {
      border-bottom: none; }
    .showcase-nav-tabs .nav-tab-item:hover:not(.active) {
      background-color: #fafafa;
      color: #b4432a;
      padding-left: 30px; }
    .showcase-nav-tabs .nav-tab-item.active {
      background-color: #b4432a;
      color: #ffffff;
      padding-left: 35px;
      font-weight: bold;
      box-shadow: inset 5px 0px 0px 0px #f29051; }
    .showcase-nav-tabs .nav-tab-item.nav-tab-link {
      background-color: #ffffff;
      color: #f29051;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 25px; }
      .showcase-nav-tabs .nav-tab-item.nav-tab-link:hover {
        background-color: #f8f8f8;
        color: #ee7222;
        padding-left: 30px; }

.showcase-fade-enter-active, .showcase-fade-leave-active {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; }

.showcase-fade-enter-from {
  opacity: 0;
  transform: translateY(20px); }

.showcase-fade-leave-to {
  opacity: 0;
  transform: translateY(-20px); }

.showcase-image-fade-enter-active, .showcase-image-fade-leave-active {
  transition: opacity 0.7s ease-in-out; }

.showcase-image-fade-enter-from {
  opacity: 0; }

.showcase-image-fade-leave-to {
  opacity: 0; }

@media (max-width: 991.98px) {
  .showcase-content-box {
    height: 350px; }
    .showcase-content-box .showcase-title {
      font-size: 2.2rem; }
    .showcase-content-box .showcase-description {
      font-size: 1rem;
      max-width: 90%; }
    .showcase-content-box .showcase-text-content {
      padding: 2rem; }
    .showcase-content-box .content-nav-arrows {
      bottom: 2rem;
      right: 2rem;
      gap: 10px; }
    .showcase-content-box .content-arrow-btn {
      width: 40px;
      height: 40px;
      font-size: 1rem; }
  .showcase-nav-tabs {
    margin-top: 30px; }
    .showcase-nav-tabs .nav-tab-item {
      padding: 15px 20px;
      font-size: 1rem; }
  .search-bar-container .job-input-group, .search-bar-container .work-location-input-group {
    display: flex !important;
    flex-direction: column; }
  .search-bar-container .search-button {
    margin-top: 15px; } }

@media (max-width: 767.98px) {
  .talent-showcase-section {
    padding: 50px 0; }
  .showcase-content-box {
    height: 300px; }
    .showcase-content-box .showcase-title {
      font-size: 1.8rem; }
    .showcase-content-box .showcase-description {
      font-size: 0.9rem;
      max-width: 100%; }
    .showcase-content-box .showcase-text-content {
      padding: 1.5rem; }
    .showcase-content-box .content-nav-arrows {
      bottom: 1.5rem;
      right: 1.5rem; }
  .showcase-nav-tabs .nav-tab-item {
    padding: 12px 15px;
    font-size: 0.9rem; } }

/* end slide 3*/
@media (max-width: 1920px) {
  .services-section,
  .opening-jobs-section,
  .wrapper-areas-slide,
  .wrapper-contact-us,
  .wrapper-footprint,
  .wrapper-hero,
  .wrapper-book-strategy-call,
  .wrapper-text,
  .wrapper-businesses,
  .wrapper-tech-placements,
  .industries-section,
  .wrapper-objective,
  .wrapper-what-set-40hrs-apart,
  .wrapper-team,
  .tn-process-section,
  .talent-section.gray {
    max-width: 1920px;
    margin: 0 auto; } }

@media (min-width: 1920.02px) {
  .services-section,
  .opening-jobs-section,
  .wrapper-areas-slide,
  .wrapper-contact-us,
  .wrapper-footprint,
  .wrapper-hero,
  .wrapper-book-strategy-call,
  .wrapper-text,
  .wrapper-businesses,
  .wrapper-tech-placements,
  .industries-section,
  .wrapper-objective,
  .wrapper-what-set-40hrs-apart,
  .wrapper-team,
  .talent-acquisition-section,
  .tn-process-section,
  .talent-section.gray {
    max-width: 1320px;
    margin: 0 auto; } }

/* css mới */
.background-overlay {
  background-color: transparent;
  background-image: linear-gradient(132deg, rgba(49, 47, 47, 0.39) 0.2%, rgba(44, 110, 73, 0) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute; }

.banner-main {
  /* set font */ }
  .banner-main .carousel-home .carousel-body .carousel-title h1, .banner-main .carousel-home .carousel-body .carousel-title h2 {
    line-height: 1.3em;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 55px;
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    text-shadow: unset; }
  .banner-main .carousel-home .carousel-body .carousel-content .btn {
    font-size: 1em; }
  .banner-main .carousel-home .carousel-body .carousel-content .btn.btn-custome-1 {
    border-color: #0b4492;
    background-color: #0b4492;
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    --bs-btn-color: #0b4492;
    --bs-btn-border-color: #0b4492;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b4492;
    --bs-btn-hover-border-color: #0b4492;
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: $color-green;
    --bs-btn-active-border-color: #0b4492;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 400;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease; }
    .banner-main .carousel-home .carousel-body .carousel-content .btn.btn-custome-1:hover {
      color: #fff;
      background: #b3d344 !important;
      border-color: #b3d344 !important; }
  .banner-main .carousel-home .carousel-body .carousel-content .btn.btn-custome-2 {
    border-color: #ffffff;
    background-color: #ffffff;
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    --bs-btn-color: $color-white;
    --bs-btn-border-color: $color-white;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: $color-white;
    --bs-btn-hover-border-color: $color-white;
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: $color-green;
    --bs-btn-active-border-color: $color-white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 400;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease; }
    .banner-main .carousel-home .carousel-body .carousel-content .btn.btn-custome-2:hover {
      color: #ffffff;
      background: #b3d344 !important;
      border-color: #b3d344 !important; }
  .banner-main .carousel-home .carousel-body .carousel-title {
    font-size: 16px;
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    line-height: 1.8em; }
  .banner-main .btn-custome-2.white.btn-outline-primary.btn-lg {
    color: #0b4492; }
  .banner-main .btn-custome-2.white.btn-outline-primary.btn-lg:hover {
    color: #ffffff; }
  .banner-main .carousel-home .carousel-body {
    bottom: 0px; }
  .banner-main .carousel-home .carousel-body {
    width: 100%;
    position: absolute;
    left: unset;
    color: #ffffff;
    text-transform: none;
    box-sizing: border-box;
    text-align: left;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: right;
    align-items: center; }
  .banner-main .carousel-home .carousel-body .carousel-content {
    justify-content: unset;
    margin: 0 auto;
    width: 1286px; }
  .banner-main .width-small {
    width: 1286px;
    padding-right: calc((100% / 2) + 100px); }
  .banner-main .carousel-body.initial-animation {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -100px;
    margin-bottom: 0px;
    padding: 240px 30px 150px 30px; }

.header-main .navbar-top .nav-item .nav-link {
  color: #ffffff;
  position: relative;
  padding: 10px 0;
  text-shadow: unset;
  font-weight: unset;
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

.search-bar-container {
  background-color: #0b4492;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 0px 0px 25px 25px;
  box-shadow: 1px 6px 9rem 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  padding: 2rem 3rem; }
  .search-bar-container:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); }
  .search-bar-container .custom-input {
    font-size: 1.1rem;
    color: #212529; }
  .search-bar-container .search-label {
    font-size: 1.2em;
    color: #ffffff;
    white-space: nowrap;
    line-height: 1.5;
    font-weight: normal; }
  .search-bar-container .search-input {
    font-size: 1.1em;
    padding: 0;
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
    flex-grow: 1;
    min-width: 0; }
    .search-bar-container .search-input:focus {
      outline: none; }
  .search-bar-container .job-input-group,
  .search-bar-container .work-location-input-group {
    display: flex;
    align-items: baseline;
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .search-bar-container .work-location-input-group .search-input {
    padding-right: 25px; }
  .search-bar-container .search-button {
    background-color: #b3d344;
    border-color: #b3d344;
    font-size: 1.1em;
    padding: 12px 25px;
    border-radius: 50px !important;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; }
    .search-bar-container .search-button:hover {
      background-color: #ffffff;
      border-color: #ffffff;
      transform: translateY(-2px);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      color: #0b4492; }
    .search-bar-container .search-button:active {
      transform: translateY(0);
      background-color: #ffffff;
      border-color: #0b4492;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.wrapper-opportunity {
  padding: 5rem 0.5rem; }
  .wrapper-opportunity h2 {
    line-height: 1.3;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    color: #343a40;
    font-size: 3rem; }
  .wrapper-opportunity p {
    font-size: 1.2em;
    text-align: justify; }

.talent-acquisition-section {
  width: 100%;
  background: #f9f9f9;
  padding: 3rem 0rem; }
  .talent-acquisition-section .talent-main-card {
    overflow: hidden; }
  .talent-acquisition-section .talent-image-wrapper {
    position: relative;
    overflow: hidden; }
  .talent-acquisition-section .talent-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    border-radius: 1.5rem; }
    .talent-acquisition-section .talent-image:hover {
      border-radius: 1.5rem; }
  .talent-acquisition-section .talent-image-wrapper:hover .talent-image {
    transform: scale(1.05);
    border-radius: 1.5rem !important; }
  .talent-acquisition-section .talent-category-tag {
    color: #6c757d;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.85em; }
  .talent-acquisition-section .talent-main-heading {
    color: #343a40;
    line-height: 1.2; }
  .talent-acquisition-section .talent-description-text {
    font-size: 1.1em;
    color: #6c757d;
    margin-bottom: 15px;
    line-height: 1.6;
    display: flex;
    align-items: baseline; }
  .talent-acquisition-section .talent-feature-item {
    padding: 5px 0;
    transition: transform 0.3s ease; }
  .talent-acquisition-section .talent-feature-item:hover {
    transform: translateX(5px); }
  .talent-acquisition-section .talent-feature-icon {
    font-size: 1.5em;
    color: #004d99;
    transition: transform 0.3s ease; }
  .talent-acquisition-section .talent-feature-item:hover .talent-feature-icon {
    transform: scale(1.1); }
  .talent-acquisition-section .talent-feature-title {
    color: #343a40;
    font-size: 1.1em;
    margin-bottom: 0.2rem; }
  .talent-acquisition-section .talent-feature-subtext {
    font-size: 0.95em;
    line-height: 1.4;
    margin-bottom: 0; }
  .talent-acquisition-section .talent-check-icon {
    color: #28a745;
    font-size: 1.2em;
    transition: transform 0.3s ease; }
  .talent-acquisition-section .talent-feature-item:hover .talent-check-icon {
    transform: rotate(5deg) scale(1.1); }
  .talent-acquisition-section .talent-feature-text {
    color: #343a40;
    font-size: 1em; }
  .talent-acquisition-section .talent-action-button {
    background-color: #0b4492;
    border-color: #0b4492;
    color: #fff;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; }
  .talent-acquisition-section .talent-action-button:hover {
    background-color: #b3d344;
    border-color: #b3d344;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  .talent-acquisition-section .talent-action-button:active {
    transform: translateY(0);
    background-color: #cc5c00;
    border-color: #cc5c00;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .talent-acquisition-section .talent-button-arrow {
    transition: transform 0.3s ease; }
  .talent-acquisition-section .talent-action-button:hover .talent-button-arrow {
    transform: translateX(5px); }

@media (max-width: 991.98px) {
  .talent-acquisition-section .flex-lg-row {
    flex-direction: column !important; } }

/* end css mới */
.eb-section {
  width: 100%; }
  .eb-section .eb-main-layout {
    background-color: #fff;
    overflow: hidden; }
  .eb-section a {
    text-decoration: none; }
  .eb-section .eb-tag {
    color: #6c757d;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 0.85em; }
  .eb-section .eb-heading {
    color: #343a40;
    line-height: 1.2; }
  .eb-section .eb-description {
    font-size: 1.1em;
    color: #6c757d; }
  .eb-section .eb-feature-card {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .eb-section .eb-feature-card.active {
      background: #0b4492; }
      .eb-section .eb-feature-card.active .eb-feature-text {
        color: #ffffff; }
  .eb-section .eb-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background-color: #e2f0ff; }
    .eb-section .eb-feature-card:hover.active {
      background: #0b4492; }
      .eb-section .eb-feature-card:hover.active .eb-feature-text {
        color: #ffffff; }
  .eb-section .eb-feature-icon {
    font-size: 2.2em;
    color: #0b4492;
    margin-bottom: 0.8rem;
    transition: transform 0.3s ease, color 0.3s ease; }
  .eb-section .eb-feature-card:hover .eb-feature-icon {
    transform: scale(1.1);
    color: #0056b3; }
  .eb-section .eb-feature-title {
    color: #343a40;
    font-size: 1.15em;
    margin-bottom: 0.5rem; }
  .eb-section .eb-feature-text {
    font-size: 1.1em;
    color: #6c757d;
    margin-bottom: 0; }
  .eb-section .eb-image-column {
    position: relative;
    overflow: hidden; }
  .eb-section .eb-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease; }
  .eb-section .eb-image-column:hover .eb-main-image {
    transform: scale(1.05); }

@media (min-width: 992px) {
  .eb-section .eb-main-layout {
    border-radius: 1rem; }
  .eb-section .eb-content-column {
    border-radius: 1.5rem; }
  .eb-section .eb-image-column {
    border-radius: 1.5rem; }
  .eb-section .eb-main-image {
    border-radius: 1.5rem; } }

@media (max-width: 991.98px) {
  .eb-section .eb-main-layout {
    flex-direction: column !important; }
  .eb-section .eb-image-column {
    order: -1;
    border-radius: 1rem; }
  .eb-section .eb-main-image {
    border-radius: 1rem; }
  .eb-section .eb-content-column {
    border-radius: 1rem; }
  .talent-acquisition-section .talent-image {
    border-radius: 1rem; }
  .talent-acquisition-section .talent-image:hover {
    border-radius: 1rem; }
  .wrapper-opportunity h2 {
    font-size: 2rem; }
  .wrapper-opportunity {
    padding: 4rem 0.5rem 2rem 0.5rem; }
  .opening-jobs-container .opening-jobs-header {
    border-radius: 1rem; }
  .container.d-flex.justify-content-center.align-items-center {
    padding-left: 0px;
    padding-right: 0px; }
  ._industries_section, ._aboutus_section, ._mission_section, ._industries_section {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  ._team_section {
    padding-top: 3rem;
    padding-bottom: 5rem; }
  /* abc */ }

.culture-section .culture-main-banner {
  position: relative;
  background-color: #558B8D;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.culture-section .culture-main-banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2); }

.culture-section .culture-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  transition: transform 0.5s ease, opacity 0.3s ease; }

.culture-section .culture-main-banner:hover .culture-background-image {
  transform: scale(1.03);
  opacity: 0.3; }

.culture-section .culture-overlay {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 100%; }

.culture-section .culture-tag {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 0.9em; }

.culture-section .culture-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1em;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto; }

.culture-section .culture-action-button {
  background-color: #0b4492;
  border-color: #0b4492;
  color: #fff;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; }

.culture-section .culture-action-button:hover {
  background-color: #b3d344;
  border-color: #b3d344;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); }

.culture-section .culture-action-button:active {
  transform: translateY(0);
  background-color: #cc5c00;
  border-color: #cc5c00;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.culture-section .culture-button-arrow {
  transition: transform 0.3s ease; }

.culture-section .culture-action-button:hover .culture-button-arrow {
  transform: translateX(8px); }

.culture-section .lead-footer {
  font-weight: bold;
  color: #b3d344; }

.culture-heading {
  color: #fff;
  line-height: 1.3;
  font-size: 2.8em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
  @media (max-width: 767.98px) {
    .culture-heading {
      font-size: 2em; } }
  @media (max-width: 575.98px) {
    .culture-heading {
      font-size: 1.6em; } }

.culture-action-button {
  background-color: #0b4492;
  border-color: #0b4492;
  color: #fff;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; }

.culture-action-button:hover {
  background-color: #b3d344;
  border-color: #b3d344;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); }

.culture-action-button:active {
  transform: translateY(0);
  background-color: #cc5c00;
  border-color: #cc5c00;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.culture-action-button:hover .culture-button-arrow {
  transform: translateX(8px); }

.ts-section {
  width: 100%; }

.ts-main-banner {
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }

.ts-tag {
  color: #0b4492;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.6em;
  text-transform: capitalize; }

.ts-heading {
  color: #343a40;
  line-height: 1.2;
  font-size: 1.2em; }
  @media (max-width: 991.98px) {
    .ts-heading {
      font-size: 2.2em; } }
  @media (max-width: 767.98px) {
    .ts-heading {
      font-size: 1.8em; } }
  @media (max-width: 575.98px) {
    .ts-heading {
      font-size: 1.5em; } }

.ts-action-button {
  background-color: #0b4492;
  border-color: #0b4492;
  color: #fff;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; }

.ts-action-button:hover {
  background-color: #b3d344;
  border-color: #b3d344;
  color: #fff;
  transform: translateY(-3px); }

.ts-action-button:active {
  transform: translateY(0);
  background-color: #bb753a;
  border-color: #bb753a;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.ts-button-arrow {
  transition: transform 0.3s ease; }

.ts-action-button:hover .ts-button-arrow {
  transform: translateX(5px); }

@media (max-width: 767.98px) {
  .ts-main-banner .text-content {
    text-align: center; }
  .ts-main-banner .col-lg-4,
  .ts-main-banner .col-md-3 {
    text-align: center !important; } }

.wc-section {
  width: 100%; }

.wc-main-layout {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.wc-main-layout:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); }

.wc-image-block {
  position: relative; }

.wc-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease; }

.wc-image-block:hover .wc-main-image {
  transform: scale(1.03); }

.wc-green-card {
  background-color: #0b4492;
  position: absolute;
  bottom: -1rem;
  left: 10%;
  right: 10%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.wc-green-card:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3); }

.wc-green-card-title {
  font-size: 1.4em; }

.wc-green-card-text {
  font-size: 0.95em;
  line-height: 1.6; }

.wc-checklist {
  padding-left: 0;
  margin-bottom: 0; }

.wc-checklist li {
  font-size: 0.9em;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center; }

.wc-checklist li:last-child {
  margin-bottom: 0; }

.wc-check-icon {
  color: #C8E6C9;
  font-size: 1.1em; }

.wc-content-block {
  background-color: #fff; }

.wc-tag {
  color: #6c757d;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.85em; }

.wc-heading {
  color: #343a40;
  line-height: 1.2;
  font-size: 2.8em; }
  @media (max-width: 991.98px) {
    .wc-heading {
      font-size: 2.2em; } }
  @media (max-width: 767.98px) {
    .wc-heading {
      font-size: 1.8em; } }
  @media (max-width: 575.98px) {
    .wc-heading {
      font-size: 1.5em; } }

.wc-description {
  font-size: 1.1em;
  color: #6c757d; }

.wc-feature-item {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }

.wc-feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background-color: #e2f0ff; }

.wc-feature-title {
  color: #343a40;
  font-size: 1.1em; }

.wc-feature-text {
  font-size: 1.1em;
  color: #6c757d; }

@media (min-width: 992px) {
  .wc-main-image {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem; }
  .wc-content-block {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem; }
  .wc-green-card {
    width: 80%;
    left: 50%;
    transform: translateX(-50%); } }

@media (max-width: 991.98px) {
  .wc-main-layout {
    flex-direction: column !important; }
  .wc-image-block {
    order: -1;
    padding-bottom: 5rem; }
  .wc-main-image {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .wc-content-block {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .wc-green-card {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2.5rem; } }

@media (max-width: 575.98px) {
  .wc-green-card {
    left: 50%;
    transform: translateX(-50%);
    bottom: -3rem;
    width: 95%; } }

/* accodor */
.faq-section {
  background-color: #f8f9fa; }

.custom-accordion-item {
  border: none;
  border-radius: 0.5rem;
  background-color: #fff;
  transition: all 0.3s ease; }

.custom-accordion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.custom-accordion-button {
  background-color: #fff;
  color: #333;
  font-weight: 600;
  font-size: 1.15rem;
  padding: 1.25rem 1.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  border: none;
  box-shadow: none !important; }

.custom-accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #0b4492;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none !important; }

.custom-accordion-button.collapsed:hover {
  background-color: #f2f2f2; }

.accordion-body {
  padding: 1.5rem;
  background-color: #fcfcfc;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  color: #6c757d;
  line-height: 1.7; }

.accordion-button::after {
  background-image: var(--bs-accordion-btn-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  transition: transform 0.3s ease; }

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg); }

.accordion-button:focus {
  box-shadow: none !important;
  outline: none; }

.faq-section i {
  display: inline-block;
  align-items: baseline;
  padding-right: 15px; }

.faq-section .accordion-body p {
  display: flex;
  align-items: baseline; }

.faq-section h2 {
  color: #343a40; }

.faq-section .text-muted {
  font-size: 0.9rem;
  letter-spacing: 0.05em; }

.collapsing {
  -webkit-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease-in-out;
  -o-transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease-in-out;
  transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease-in-out; }

.collapse.show {
  opacity: 1; }

.accordion-body {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.accordion-collapse.show .accordion-body {
  opacity: 1; }

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; } }

/* end accodor */
/* form submit a role */
:root {
  --expert-primary-color: #343a40;
  --expert-secondary-color: $color-primary;
  --expert-light-bg: #f8f9fa;
  --expert-text-color: #333;
  --expert-subtle-text: #6c757d;
  --expert-accent-green: #28a745;
  --expert-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  --expert-transition-speed: 0.3s; }

.expert-team-section {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem; }

.expert-team-quote-btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border: 1px solid #212529;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #212529;
  transition: all var(--expert-transition-speed) ease; }

.expert-team-quote-btn:hover {
  background-color: #0b4492;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: #0b4492;
  border: 1px solid #0b4492; }

.expert-team-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0; }

.custom-shadow-container {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.expert-team-image-col {
  position: relative;
  padding: 0; }

.expert-team-image-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%; }

.expert-team-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1rem 0 0 1rem; }

.expert-team-info-col {
  background-color: #fff;
  border-radius: 0 1rem 1rem 0;
  position: relative;
  padding: 0; }

.expert-team-info-wrapper {
  padding: 3rem;
  position: relative;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.expert-team-description {
  background: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="9" stroke="%23f0f0f0" stroke-width="2" fill="none"/><path d="M10 0L20 10L10 20L0 10L10 0Z" fill="%23f0f0f0" fill-opacity="0.3"/></svg>') top right/100px 100px no-repeat;
  padding-right: 120px;
  margin-bottom: 2.5rem; }

.expert-team-desc-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--expert-subtle-text);
  margin-bottom: 0.75rem; }

.expert-team-highlight-text {
  font-weight: 700;
  color: var(--expert-primary-color); }

.expert-team-form-card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  padding: 2rem !important; }

.expert-team-form-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--expert-primary-color);
  margin-bottom: 1.5rem;
  text-transform: uppercase; }

.expert-team-form-input,
.expert-team-form-textarea {
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  padding: 0.8rem 1rem;
  font-size: 0.95rem;
  transition: all var(--expert-transition-speed) ease; }

.expert-team-form-input:focus,
.expert-team-form-textarea:focus {
  border-color: var(--expert-primary-color);
  box-shadow: 0 0 0 0.25rem rgba(52, 73, 94, 0.1);
  outline: none; }

.expert-team-form-textarea {
  resize: vertical;
  min-height: 100px; }

.expert-team-send-btn {
  background-color: var(--expert-primary-color);
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  transition: all var(--expert-transition-speed) ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; }

.expert-team-send-btn:hover {
  background-color: var(--expert-secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--expert-box-shadow); }

.expert-team-send-btn i {
  transition: transform var(--expert-transition-speed) ease; }

.expert-team-send-btn:hover i {
  transform: translateX(5px); }

.expert-team-bottom-content {
  margin-top: 4rem; }

.expert-team-share-details {
  padding-right: 3rem; }

.expert-team-share-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--expert-text-color); }

.expert-team-contact-info {
  font-size: 0.95rem; }

.expert-team-contact-block {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 0.75rem;
  border: 1px solid #eee;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  transition: all var(--expert-transition-speed) ease; }

.expert-team-contact-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-color: var(--expert-primary-color); }

.expert-team-contact-title {
  font-weight: 600;
  color: var(--expert-primary-color);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
  font-size: 1.5rem; }

.expert-team-contact-title i {
  font-size: 1.25rem;
  color: #b3d344; }

.expert-team-contact-detail {
  color: var(--expert-subtle-text);
  margin-bottom: 0.5rem;
  font-size: 1.1rem; }

.expert-team-contact-detail i {
  color: #b3d344; }

.expert-team-contact-detail a {
  text-decoration: none; }

.expert-team-contact-detail:last-child {
  margin-bottom: 0; }

@media (max-width: 991.98px) {
  .expert-team-section {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .expert-team-heading {
    font-size: 2rem;
    text-align: center !important;
    margin-top: 1.5rem; }
  .expert-team-image-col,
  .expert-team-info-col {
    border-radius: 1rem !important; }
  .expert-team-main-image {
    border-radius: 1rem 1rem 0 0 !important; }
  .expert-team-info-wrapper {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .expert-team-description {
    padding-right: 0;
    background: none;
    margin-bottom: 2rem; }
  .expert-team-form-card {
    margin-top: 2rem; }
  .expert-team-share-details {
    padding-right: 0;
    margin-bottom: 2rem;
    text-align: center; }
  .expert-team-contact-info {
    text-align: center; }
  .expert-team-contact-block {
    margin-bottom: 1.5rem; }
  .expert-team-contact-block:last-child {
    margin-bottom: 0; } }

@media (max-width: 767.98px) {
  .expert-team-form-title {
    text-align: center !important; }
  .expert-team-quote-btn {
    display: block;
    text-align: center;
    margin: 0 auto; } }

/* end form submit a role */
/* payroll */
.serviceGrid-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f9fa; }

.serviceGrid-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #0b4492;
  letter-spacing: 0.1em;
  margin-left: 0.5rem; }

.serviceGrid-main-heading {
  font-size: 3rem;
  font-weight: 800;
  color: #2c3e50;
  margin-bottom: 0; }

.serviceGrid-description-text {
  font-size: 1rem;
  color: #6c757d;
  text-align: right; }

.serviceGrid-card {
  background-color: #f2f7f9;
  border: 1px solid #e9ecef;
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  height: 100%; }

.serviceGrid-card:hover {
  background-color: #0b4492;
  transform: translateY(-8px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  border-color: #0b4492; }

.serviceGrid-card-highlight {
  background-color: #0b4492;
  border-color: #0b4492;
  color: #ffffff;
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15); }

.serviceGrid-card-highlight .serviceGrid-icon {
  background-color: rgba(255, 255, 255, 0.2); }

.serviceGrid-card-highlight .serviceGrid-icon i {
  color: #ffffff; }

.serviceGrid-card-highlight .serviceGrid-title,
.serviceGrid-card-highlight .serviceGrid-description,
.serviceGrid-card-highlight .serviceGrid-learn-more {
  color: #ffffff; }

.serviceGrid-card-highlight .serviceGrid-learn-more i {
  color: #ffffff; }

.serviceGrid-card-highlight:hover {
  background-color: #0b4492;
  transform: translateY(-10px); }

.serviceGrid-icon {
  width: 60px;
  height: 60px;
  background-color: #e0f2f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  line-height: 1; }

.serviceGrid-icon i {
  font-size: 1.8rem;
  color: #0b4492;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center; }

.serviceGrid-card:hover .serviceGrid-icon {
  background-color: rgba(255, 255, 255, 0.2); }

.serviceGrid-card:hover .serviceGrid-icon i {
  color: #ffffff; }

.serviceGrid-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.serviceGrid-card:hover .serviceGrid-title {
  color: #ffffff; }

.serviceGrid-description {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .serviceGrid-description p {
    display: flex;
    align-items: baseline; }
    .serviceGrid-description p i {
      padding-right: 15px; }

.serviceGrid-card:hover .serviceGrid-description {
  color: rgba(255, 255, 255, 0.9); }

.serviceGrid-learn-more {
  font-size: 0.9rem;
  font-weight: 600;
  color: #378a57;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.serviceGrid-learn-more i {
  font-size: 0.8rem;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.serviceGrid-card:hover .serviceGrid-learn-more {
  color: #ffffff; }

.serviceGrid-card:hover .serviceGrid-learn-more i {
  color: #ffffff;
  transform: translateX(5px); }

@media (max-width: 991.98px) {
  .serviceGrid-main-heading {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 1rem; }
  .serviceGrid-label {
    text-align: center;
    width: 100%;
    margin-left: 0; }
  .serviceGrid-description-text {
    text-align: center;
    margin-top: 1.5rem; }
  .serviceGrid-card {
    padding: 2rem; }
  .serviceGrid-icon {
    margin: 0 auto 1.5rem auto; }
  .serviceGrid-title {
    text-align: center; }
  .serviceGrid-description {
    text-align: center; }
  .serviceGrid-learn-more {
    justify-content: center;
    width: 100%; } }

@media (max-width: 767.98px) {
  .serviceGrid-main-heading {
    font-size: 2rem; }
  .serviceGrid-section {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .serviceGrid-card {
    padding: 1.8rem; } }

/* end payroll */
/* customer say */
.hero-slider-section {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem; }

.hero-main-banner {
  position: relative;
  background-color: #558B8D;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 0.5rem; }

.hero-main-banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2); }

.hero-slides-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center; }

.hero-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1; }

.hero-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, opacity 0.3s ease;
  z-index: 0; }

.hero-main-banner:hover .hero-background-image {
  transform: scale(1.03);
  opacity: 0.3; }

.hero-overlay {
  position: relative;
  z-index: 2;
  padding: 20px;
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out; }

.hero-slide.active .hero-overlay {
  opacity: 1;
  transform: translateY(0); }

@keyframes slideInContent {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.hero-overlay.animate-in {
  animation: slideInContent 1s ease-out forwards; }

.hero-tag {
  color: #0e4393;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 3px rgba(30, 30, 30, 0.1); }

.hero-heading {
  color: #fff;
  line-height: 1.3;
  font-size: 2.8em;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 3px rgba(30, 30, 30, 0.1); }

.hero-description {
  color: white;
  font-size: 1.2rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 3px rgba(93, 93, 93, 0.5);
  background-image: linear-gradient(7deg, #ffffff73 0.3%, rgba(44, 110, 73, 0) 100%);
  border-radius: 5px;
  padding: 5px; }

.lead-footer {
  font-weight: bold;
  color: #ccff00;
  margin-top: 1rem;
  font-size: 1.1rem;
  text-shadow: 2px 2px 3px rgba(30, 30, 30, 0.1); }

.hero-action-button {
  background-color: #0b4492;
  border-color: #0b4492;
  color: #fff;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; }

.hero-action-button:hover {
  background-color: #b3d344;
  border-color: #b3d344;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); }

.hero-action-button:active {
  transform: translateY(0);
  background-color: #cc5c00;
  border-color: #cc5c00;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.hero-button-arrow {
  transition: transform 0.3s ease; }

.hero-action-button:hover .hero-button-arrow {
  transform: translateX(8px); }

/* Custom Controls */
.hero-control-prev,
.hero-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease; }

.hero-control-prev {
  left: 20px; }

.hero-control-next {
  right: 20px; }

.hero-control-prev:hover,
.hero-control-next:hover {
  background-color: rgba(255, 255, 255, 0.4); }

/* Custom Indicators */
.hero-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10; }

.hero-indicators button {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease; }

.hero-indicators button.active {
  background-color: #ffffff;
  transform: scale(1.2); }

@media (max-width: 991.98px) {
  .hero-heading {
    font-size: 2.2em; }
  .hero-description {
    font-size: 1em;
    padding-left: 5%;
    padding-right: 5%; }
  .hero-overlay {
    padding-left: 10%;
    padding-right: 10%; }
  .hero-control-prev,
  .hero-control-next {
    width: 35px;
    height: 35px;
    font-size: 1rem; } }

@media (max-width: 767.98px) {
  .hero-heading {
    font-size: 1.8em; }
  .hero-description {
    font-size: 0.95em; }
  .hero-slider-section {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .hero-main-banner {
    min-height: 370px; }
  .hero-action-button {
    padding: 10px 25px;
    font-size: 0.9em; }
  .hero-overlay {
    padding-left: 5%;
    padding-right: 5%; }
  .hero-control-prev,
  .hero-control-next {
    left: 10px;
    right: 10px; }
  .events-section {
    padding-top: 20px;
    padding-bottom: 20px; }
  .events-section .section-title {
    font-size: 1.5rem; } }

@media (max-width: 575.98px) {
  .hero-heading {
    font-size: 1.6em; }
  .hero-description {
    font-size: 0.9em; }
  .hero-slider-section {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .hero-main-banner {
    min-height: 350px; }
  .hero-tag {
    font-size: 0.8em; }
  .hero-action-button {
    padding: 8px 20px;
    font-size: 0.85em; }
  .events-section {
    padding-top: 20px;
    padding-bottom: 20px; }
  .events-section .section-title {
    font-size: 1.5rem; } }

.ts-section {
  width: 100%; }

.ts-main-banner {
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (max-width: 991.98px) {
  .ts-heading {
    font-size: 2.2em; } }

@media (max-width: 767.98px) {
  .ts-heading {
    font-size: 1.8em; } }

@media (max-width: 575.98px) {
  .ts-heading {
    font-size: 1.5em; } }

.ts-action-button {
  background-color: #0b4492;
  border-color: #0b4492;
  color: #fff;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; }

.ts-action-button:hover {
  background-color: #b3d344;
  border-color: #b3d344;
  color: #fff;
  transform: translateY(-3px); }

.ts-action-button:active {
  transform: translateY(0);
  background-color: #bb753a;
  border-color: #bb753a;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.ts-button-arrow {
  transition: transform 0.3s ease; }

.ts-action-button:hover .ts-button-arrow {
  transform: translateX(5px); }

/* end customer say */
/* ajax_loader*/
#ajax_loader {
  display: none;
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../images/imgs/ajax-loader.gif") 50% 50% no-repeat; }

/* end ajax_loader */
/* about us */
._why_section {
  background-color: #f8f9fa;
  padding-top: 5rem;
  padding-bottom: 5rem; }

._why_tag {
  font-size: 0.85em;
  font-weight: 600;
  color: #4CAF50;
  letter-spacing: 1px;
  margin-bottom: 0.5rem; }

._why_heading {
  color: #343a40;
  line-height: 1.2;
  font-size: 3.5rem; }

._why_image-hover-zoom {
  transition: transform 0.5s ease; }

._why_main-image-wrapper:hover ._why_image-hover-zoom,
._why_video-wrapper:hover ._why_image-hover-zoom {
  transform: scale(1.05); }

._why_header-content {
  text-align: center;
  padding-top: 0;
  padding-left: 0; }

@media (min-width: 992px) {
  ._why_header-content {
    text-align: left;
    padding-top: 6rem;
    padding-left: 5rem; }
  ._why_heading {
    font-size: 3.8rem; } }

._why_main-image-wrapper {
  max-height: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem; }

._why_main-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

._why_card {
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

._why_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

._why_card-title {
  color: #343a40; }

._why_card-text {
  line-height: 1.6; }

._why_green-card {
  background-color: #4CAF50;
  border-color: #4CAF50; }

._why_checklist li {
  font-size: 1.05em;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: flex-start; }

._why_checklist li:last-child {
  margin-bottom: 0; }

._why_checklist .fa-check-circle {
  color: #b3d344;
  font-size: 1.1em;
  flex-shrink: 0;
  margin-top: 0.2rem; }

._why_video-wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #343a40;
  border-radius: 0.5rem; }

._why_video-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8; }

._why_play-button {
  cursor: pointer;
  transition: transform 0.3s ease; }

._why_play-button:hover {
  transform: translate(-50%, -50%) scale(1.1); }

._why_play-button .fa-play-circle {
  font-size: 5rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }

@media (max-width: 991.98px) {
  ._why_heading {
    font-size: 2.2em; }
  .mb-lg-0 {
    margin-bottom: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 2rem !important; } }

@media (max-width: 767.98px) {
  ._why_heading {
    font-size: 1.8em; }
  ._why_card {
    padding: 2.5rem; } }

@media (max-width: 575.98px) {
  ._why_heading {
    font-size: 1.6em; }
  ._why_tag {
    font-size: 0.75em; }
  ._why_play-button .fa-play-circle {
    font-size: 4rem; } }

/* end about us */
/* recruit */
._recruit_section {
  background-color: #f8f9fa;
  padding-top: 5rem;
  padding-bottom: 5rem; }

._recruit_image-wrapper {
  max-height: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }

._recruit_image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease; }

._recruit_image-wrapper:hover img {
  transform: scale(1.05); }

._recruit_content {
  padding-left: 0; }

@media (min-width: 992px) {
  ._recruit_content {
    padding-left: 3rem !important; } }

._recruit_tag {
  font-size: 0.8em;
  font-weight: 600;
  color: #6c757d;
  letter-spacing: 1.5px;
  margin-bottom: 0.5rem; }

._recruit_heading {
  color: #343a40;
  line-height: 1.2;
  font-size: 3.2rem;
  font-weight: 700; }

._recruit_description {
  font-size: 1.05em;
  color: #555;
  line-height: 1.6; }

._recruit_checklist li {
  font-size: 1.05em;
  color: #343a40;
  margin-bottom: 0.75rem; }

._recruit_checklist li:last-child {
  margin-bottom: 0; }

._recruit_check-icon {
  color: #4CAF50;
  font-size: 1.1em;
  margin-top: 0.2em;
  flex-shrink: 0; }

._recruit_action-button {
  background-color: #0b4492;
  border-color: #0b4492;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; }

._recruit_action-button:hover {
  background-color: #b3d344;
  border-color: #b3d344;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }

._recruit_action-button:active {
  transform: translateY(0);
  background-color: #cc5c00;
  border-color: #cc5c00;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

._recruit_arrow-animation {
  transition: transform 0.3s ease; }

._recruit_action-button:hover ._recruit_arrow-animation {
  transform: translateX(8px); }

@media (max-width: 991.98px) {
  ._recruit_heading {
    font-size: 2.5em; }
  ._recruit_content {
    text-align: center; }
  ._recruit_image-wrapper {
    margin-bottom: 2rem; } }

@media (max-width: 767.98px) {
  ._recruit_heading {
    font-size: 2em; }
  ._recruit_image-wrapper {
    height: 300px; }
  ._recruit_action-button {
    padding: 10px 25px;
    font-size: 0.9em; } }

@media (max-width: 575.98px) {
  ._recruit_heading {
    font-size: 1.8em; } }

/* end recruit */
/* industry */
._industries_section {
  background-color: #f8f9fa;
  padding-top: 4rem;
  padding-bottom: 4rem; }

._industries_main-content {
  padding-left: 0; }

@media (min-width: 992px) {
  ._industries_main-content {
    padding-top: 2rem; } }

._industries_tag {
  font-size: 0.8em;
  font-weight: 600;
  color: #6c757d;
  letter-spacing: 1.5px;
  margin-bottom: 0.5rem; }

._industries_heading {
  color: #343a40;
  line-height: 1.2;
  font-size: 3.2rem;
  font-weight: 700; }

._industries_description {
  font-size: 1.1em;
  color: #555;
  line-height: 1.6; }

._industries_checklist li {
  font-size: 1.05em;
  color: #343a40;
  margin-bottom: 0.75rem; }

._industries_checklist li:last-child {
  margin-bottom: 0; }

._industries_check-icon {
  color: #b3d344;
  font-size: 1.1em;
  margin-top: 0.2em;
  flex-shrink: 0; }

._industries_action-button {
  background-color: #0b4492;
  border-color: #0b4492;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; }

._industries_action-button:hover {
  background-color: #b3d344;
  border-color: #b3d344;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }

._industries_action-button:active {
  transform: translateY(0);
  background-color: #cc5c00;
  border-color: #cc5c00;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

._industries_arrow-animation {
  transition: transform 0.3s ease; }

._industries_action-button:hover ._industries_arrow-animation {
  transform: translateX(8px); }

._industries_card {
  border: none;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
  min-height: 250px;
  display: flex; }

._industries_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); }

._industries_card-top {
  margin-top: 3rem; }

._industries_card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  align-items: stretch; }

._industries_card-image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  position: relative;
  z-index: 1;
  display: block;
  min-height: 150px; }

._industries_card-content {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%);
  width: 45%;
  background-color: rgba(255, 255, 255, 0.55);
  padding: 1.5rem 1.5rem 1.5rem 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  z-index: 2;
  text-align: left; }

._industries_card-title {
  color: #343a40;
  font-size: 1.25rem; }

._industries_card-text {
  font-size: 0.95em; }

._industries_learn-more-link {
  color: #b3d344;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.3s ease;
  font-size: 0.9em; }

._industries_learn-more-link:hover {
  color: #b3d344;
  gap: 10px; }

@media (max-width: 991.98px) {
  ._industries_heading {
    font-size: 2.5em; }
  ._industries_main-content {
    text-align: center;
    margin-top: 2rem; }
  .order-lg-1 {
    order: 2; }
  .order-lg-2 {
    order: 1; }
  ._industries_card-top {
    margin-top: 0; }
  ._industries_card-bottom {
    margin-top: 1.5rem !important; }
  ._industries_card .col-5 {
    min-height: 150px; }
  ._industries_card {
    min-height: 350px; }
  ._industries_card-inner {
    flex-direction: column;
    align-items: center; }
  ._industries_card-image {
    width: 100%;
    height: 180px;
    border-radius: 1.5rem 1.5rem 0 0; }
  ._industries_card-content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 1.5rem;
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 1.5rem 1.5rem;
    box-shadow: none; }
  ._industries_learn-more-link {
    justify-content: center; } }

@media (max-width: 767.98px) {
  ._industries_heading {
    font-size: 2em; }
  ._industries_card {
    min-height: 320px; }
  ._industries_card-image {
    height: 150px; } }

@media (max-width: 575.98px) {
  ._industries_heading {
    font-size: 1.8em; } }

/* end industry */
/* journey */
._journey_section {
  padding: 0;
  overflow: hidden; }

._journey_full-width-image-container {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }

._journey_background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; }

._journey_content-container {
  position: relative;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px; }

._journey_card {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 3rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

._journey_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); }

._journey_tag {
  font-size: 0.95em;
  font-weight: 600;
  color: #6c757d;
  letter-spacing: 1.5px;
  margin-bottom: 0.5rem; }

._journey_heading {
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 700; }

._journey_description {
  font-size: 1.1em;
  line-height: 1.6; }

._journey_action-button {
  background-color: #0b4492;
  border-color: #0b4492;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; }

._journey_action-button:hover {
  background-color: #b3d344;
  border-color: #b3d344;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }

._journey_action-button:active {
  transform: translateY(0);
  background-color: #cc5c00;
  border-color: #cc5c00;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

._journey_arrow-animation {
  transition: transform 0.3s ease; }

._journey_action-button:hover ._journey_arrow-animation {
  transform: translateX(8px); }

@media (max-width: 991.98px) {
  ._journey_full-width-image-container {
    height: 500px; }
  ._journey_heading {
    font-size: 2.5em; }
  ._journey_card {
    padding: 2.5rem; } }

@media (max-width: 767.98px) {
  ._journey_full-width-image-container {
    height: 400px; }
  ._journey_heading {
    font-size: 2em; }
  ._journey_card {
    padding: 2rem;
    margin: 0 15px; } }

@media (max-width: 575.98px) {
  ._journey_full-width-image-container {
    height: 350px; }
  ._journey_heading {
    font-size: 1.8em; }
  ._journey_tag {
    font-size: 0.7em; }
  ._journey_action-button {
    padding: 10px 25px;
    font-size: 0.9em; } }

/* end journey */
/* aboutus */
._aboutus_section {
  background-color: #f8f9fa;
  padding-top: 5rem;
  padding-bottom: 5rem; }

._aboutus_image-group {
  width: 100%;
  height: 550px;
  position: relative; }

._aboutus_main-image-wrapper {
  width: 77%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }

._aboutus_main-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease; }

._aboutus_main-image-wrapper:hover img,
._aboutus_secondary-image-wrapper:hover img {
  transform: scale(1.05); }

._aboutus_secondary-image-wrapper {
  width: 40%;
  height: 65%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  z-index: 2; }

._aboutus_secondary-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  border: 5px solid #fff;
  border-radius: 1.5rem; }

._aboutus_call-card {
  width: 36%;
  position: absolute;
  bottom: 55px;
  left: 51%;
  transform: translateX(-50%);
  z-index: 3;
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

._aboutus_call-card:hover {
  transform: translate(-50%, -5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); }

._aboutus_icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem; }

._aboutus_box {
  display: flex;
  text-align: start;
  flex-direction: row; }

._aboutus_phone-icon {
  color: #b3d344;
  font-size: 1.6rem;
  transform: rotate(90deg); }

._aboutus_call-text {
  font-size: 1.1em;
  color: #343a40; }

._aboutus_phone-number {
  font-size: 0.95em;
  color: #7F7F7F;
  font-weight: 600; }

._aboutus_content {
  padding-left: 0; }

@media (min-width: 992px) {
  ._aboutus_content {
    padding-top: 1rem; } }

._aboutus_tag {
  font-size: 0.95em;
  font-weight: 600;
  color: #6c757d;
  letter-spacing: 1.5px;
  margin-bottom: 0.5rem; }

._aboutus_heading {
  line-height: 1.2;
  font-size: 3.2rem;
  font-weight: 700; }

._aboutus_description {
  font-size: 1.1em;
  line-height: 1.6; }

._aboutus_feature-item {
  margin-bottom: 1.5rem; }

._aboutus_feature-icon-wrapper {
  width: 50px;
  height: 50px;
  background-color: #e6e6e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0; }

._aboutus_feature-icon {
  color: #343a40;
  font-size: 1.5rem; }

._aboutus_feature-title {
  color: #343a40;
  font-size: 1.15rem; }

._aboutus_feature-text {
  font-size: 0.95em;
  line-height: 1.5; }

._aboutus_action-button {
  background-color: #0b4492;
  border-color: #0b4492;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; }

._aboutus_action-button:hover {
  background-color: #b3d344;
  border-color: #b3d344;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }

._aboutus_action-button:active {
  transform: translateY(0);
  background-color: #cc5c00;
  border-color: #cc5c00;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

._aboutus_arrow-animation {
  transition: transform 0.3s ease; }

._aboutus_action-button:hover ._aboutus_arrow-animation {
  transform: translateX(8px); }

@media (max-width: 991.98px) {
  ._aboutus_image-group {
    height: 480px;
    margin-bottom: 3rem; }
  ._aboutus_main-image-wrapper {
    width: 100%;
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
  ._aboutus_secondary-image-wrapper {
    width: 50%;
    height: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }
  ._aboutus_call-card {
    width: 36%;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    bottom: -20px;
    padding: 1.25rem; }
  ._aboutus_content {
    text-align: center; }
  ._aboutus_feature-item {
    justify-content: center; } }

@media (max-width: 767.98px) {
  ._aboutus_image-group {
    height: 400px; }
  ._aboutus_heading {
    font-size: 2.2em; }
  ._aboutus_call-card {
    width: 49%;
    padding: 1rem; }
  ._aboutus_icon-circle {
    font-size: 1.5rem; }
  ._aboutus_phone-icon {
    font-size: 1.5rem; }
  ._aboutus_phone-number {
    font-size: 1em; }
  ._aboutus_feature-item {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  ._aboutus_feature-icon-wrapper {
    margin-bottom: 0.5rem;
    margin-right: 0; } }

@media (max-width: 575.98px) {
  ._aboutus_image-group {
    height: 350px; }
  ._aboutus_heading {
    font-size: 1.8em; }
  ._aboutus_call-card {
    width: 49%;
    bottom: -15px; }
  ._aboutus_phone-number {
    font-size: 1em; } }

/* end aboutus */
/* mission */
._mission_section {
  background-color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 4rem; }

._mission_tag {
  font-size: 0.95em;
  font-weight: 600;
  color: #6c757d;
  letter-spacing: 1.5px; }

._mission_heading {
  line-height: 1.2;
  font-size: 3.5rem;
  font-weight: 700; }

._mission_image-wrapper {
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); }

._mission_image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease; }

._mission_image-wrapper:hover img {
  transform: scale(1.05); }

._mission_content {
  padding-left: 0; }

._mission_quote-box {
  background-color: #f8f9fa;
  border-left: 5px solid #b3d344;
  padding: 1.5rem;
  margin-bottom: 2rem;
  font-style: italic;
  color: #555;
  border-radius: 0 0.5rem 0.5rem 0; }

._mission_quote-box p {
  font-size: 1.1em;
  line-height: 1.6; }

._mission_description {
  font-size: 1.1em;
  line-height: 1.6; }

._mission_feature-item {
  margin-bottom: 1rem; }

._mission_feature-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px; }

._mission_feature-icon {
  color: #b3d344;
  font-size: 1.1em; }

._mission_feature-text {
  font-size: 1.1em; }

@media (min-width: 992px) {
  ._mission_heading {
    font-size: 3.2rem; } }

@media (max-width: 991.98px) {
  ._mission_heading {
    font-size: 2.8rem;
    text-align: center; }
  ._mission_tag {
    text-align: center; }
  ._mission_content {
    padding-left: 15px;
    padding-right: 15px; }
  ._mission_quote-box {
    margin-left: 15px;
    margin-right: 15px; } }

@media (max-width: 767.98px) {
  ._mission_heading {
    font-size: 2.2rem; }
  ._mission_tag {
    font-size: 0.8em; }
  ._mission_quote-box {
    padding: 1rem; }
  ._mission_quote-box p {
    font-size: 0.95em; }
  ._mission_description {
    font-size: 0.95em; }
  ._mission_feature-text {
    font-size: 0.95em; } }

@media (max-width: 575.98px) {
  ._mission_heading {
    font-size: 1.8rem; }
  ._mission_quote-box {
    padding: 0.8rem; } }

/* end mission */
/* team section */
._team_section {
  background-color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 10rem; }

._team_tag {
  font-size: 0.95em;
  font-weight: 600;
  color: #6c757d;
  letter-spacing: 1.5px; }

._team_heading {
  color: #343a40;
  line-height: 1.2;
  font-size: 3.5rem;
  font-weight: 700; }

._team_card {
  background-color: #f8f9fa;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

._team_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); }

._team_image-wrapper {
  height: 260px;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

._team_image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease; }

._team_card:hover ._team_image-wrapper img {
  transform: scale(1.08); }

._team_card-body {
  position: relative;
  z-index: 2;
  transform: translateY(47px);
  margin: -74px 15px 0px 15px;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  border-radius: 0.75rem !important;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); }

._team_member-title {
  font-size: 0.85em;
  color: #6c757d;
  letter-spacing: 0.8px; }

._team_member-name {
  font-size: 1.25em;
  color: #343a40; }

._team_action-button {
  background-color: #0b4492;
  border-color: #0b4492;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease; }

._team_action-button:hover {
  background-color: #b3d344;
  border-color: #b3d344;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); }

._team_action-button:active {
  transform: translateY(0);
  background-color: #cc5c00;
  border-color: #cc5c00;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

._team_arrow-animation {
  transition: transform 0.3s ease; }

._team_action-button:hover ._team_arrow-animation {
  transform: translateX(8px); }

@media (min-width: 992px) {
  ._team_heading {
    font-size: 3.2rem; } }

@media (max-width: 991.98px) {
  ._team_heading {
    font-size: 2.8rem; }
  ._team_card {
    margin-bottom: 3rem; }
  ._team_section {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

@media (max-width: 767.98px) {
  ._team_heading {
    font-size: 2.2rem; }
  ._team_tag {
    font-size: 0.8em; }
  ._team_image-wrapper {
    height: 350px; }
  ._team_section {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

@media (max-width: 575.98px) {
  ._team_heading {
    font-size: 1.8rem; }
  ._team_image-wrapper {
    height: 300px; }
  ._team_section {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

/* end team section */
.section-background-overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgb(10 61 98 / 46%); */
  z-index: 2; }

/* _footprint */
._footprint_section {
  background-color: #f0f3f8;
  min-height: 800px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

._footprint_map-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  z-index: 0;
  filter: grayscale(50%) brightness(120%);
  transform: translate(-50%, -50%) scale(1.1); }

._footprint_vertical-bar {
  width: 50px;
  height: 130px;
  position: absolute;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  writing-mode: vertical-lr;
  text-orientation: mixed-upright;
  transform: rotate(180deg) translateY(-50%);
  top: 30%;
  display: flex;
  align-items: center;
  justify-content: center; }

._footprint_bar-left {
  left: 0;
  background: linear-gradient(to bottom, #0b4492, #00335c);
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

._footprint_bar-right {
  right: 0;
  background: linear-gradient(to bottom, #b3d344, #94b32b);
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

._footprint_bar-text {
  transform: rotate(0deg); }

._footprint_content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #343a40;
  width: 100%; }

._footprint_global-text {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #6c757d;
  font-family: 'Oswald', sans-serif; }

._footprint_heading {
  font-size: 6rem;
  font-weight: 900;
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  font-family: 'Oswald', sans-serif; }

._footprint_text-foot {
  color: #0b4492;
  font-weight: 900; }

._footprint_highlight {
  background: linear-gradient(to right, #6ec0c5, #b3d344);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; }

._footprint_location-text {
  font-size: 1.1rem;
  font-weight: 500;
  color: #0b4492;
  letter-spacing: 0.5px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.8;
  word-spacing: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  text-transform: uppercase; }

._footprint_dot {
  font-size: 1rem;
  vertical-align: middle;
  margin: 0 30px;
  color: #0b4492; }

._footprint_usa {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  color: #0b4492; }

._footprint_usa-cities {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.2;
  color: #555; }

._footprint_circle-number {
  width: 120px;
  height: 120px;
  background: linear-gradient(to right, #6ec0c5, #b3d344);
  border-radius: 50%;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  animation: pulseEffect 2s infinite ease-in-out; }

@keyframes pulseEffect {
  0% {
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(74, 144, 226, 0.7); }
  100% {
    transform: scale(1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); } }

._footprint_offices-text {
  font-size: 1.2rem;
  font-weight: 600;
  color: #b3d344;
  letter-spacing: 1.5px;
  font-family: 'Oswald', sans-serif; }

._footprint_description {
  font-size: 1.1em;
  line-height: 1.7;
  color: #555;
  font-family: 'Montserrat', sans-serif; }

@media (max-width: 1200px) {
  ._footprint_vertical-bar {
    width: 40px;
    font-size: 1rem;
    height: 220px; }
  ._footprint_heading {
    font-size: 5rem; }
  ._footprint_location-text {
    font-size: 1rem;
    word-spacing: 3px; }
  ._footprint_dot {
    font-size: 0.9rem;
    margin: 0 20px; }
  ._footprint_usa {
    font-size: 1rem; }
  ._footprint_usa-cities {
    font-size: 0.85em; } }

@media (max-width: 991.98px) {
  ._footprint_heading {
    font-size: 4.5rem; }
  ._footprint_circle-number {
    width: 100px;
    height: 100px;
    font-size: 3.5rem; }
  ._footprint_offices-text {
    font-size: 1.1rem; }
  ._footprint_location-text {
    font-size: 0.95rem;
    word-spacing: 2px;
    line-height: 1.6; }
  ._footprint_dot {
    font-size: 0.85rem;
    margin: 0 15px; }
  ._footprint_usa {
    font-size: 0.95rem; }
  ._footprint_usa-cities {
    font-size: 0.8em; }
  ._footprint_vertical-bar {
    display: none !important; } }

@media (max-width: 767.98px) {
  ._footprint_heading {
    font-size: 3.5rem;
    margin-bottom: 3rem; }
  ._footprint_global-text {
    font-size: 1.2rem; }
  ._footprint_location-text {
    font-size: 0.85rem;
    padding: 0 15px;
    word-spacing: 1px;
    line-height: 1.5; }
  ._footprint_dot {
    font-size: 0.75rem;
    margin: 0 10px; }
  ._footprint_usa {
    font-size: 0.85rem; }
  ._footprint_usa-cities {
    font-size: 0.75em; }
  ._footprint_circle-number {
    width: 80px;
    height: 80px;
    font-size: 2.5rem; }
  ._footprint_offices-text {
    font-size: 1rem; }
  ._footprint_vertical-bar {
    display: none !important; } }

@media (max-width: 575.98px) {
  ._footprint_heading {
    font-size: 2.5rem; }
  ._footprint_global-text {
    font-size: 1rem; }
  ._footprint_location-text {
    font-size: 0.8rem; }
  ._footprint_description {
    font-size: 0.95em; } }

/* end _footprint */
.header-top.fixed-top.scrolled .navbar-top .dropdown-menu .dropdown-item:hover {
  background-color: #0b4492; }

.navbar-top .dropdown-menu {
  background-color: #0b4492; }

.navbar-top .dropdown-menu .dropdown-item:hover {
  background-color: #b3d344;
  color: #fff !important; }

/* merger employer and industries page */
.talent-section.gray {
  background-color: #f9f9f9; }

.talent-section .talent-main-card {
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.talent-section .talent-tag {
  text-align: center;
  color: #6c757d;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.85em; }

.talent-section .talent-heading {
  line-height: 1.2;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: #343a40; }

.talent-section .talent-item-card {
  background-color: transparent;
  border: none;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.talent-section .talent-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); }

.talent-section .talent-image-wrapper {
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 0.75rem; }

.talent-section .talent-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease-out; }

.talent-section .talent-item-card:hover .talent-image {
  transform: scale(1.08); }

.talent-section .talent-item-content {
  background-color: #ffffffdb;
  border-radius: 0rem 0rem 0.75rem 0.75rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 2; }
  .talent-section .talent-item-content.blue {
    background-color: #0b4492; }
    .talent-section .talent-item-content.blue h4 {
      color: #ffffff; }
  .talent-section .talent-item-content.green {
    background-color: #b3d344; }
    .talent-section .talent-item-content.green h4 {
      color: #ffffff; }

.talent-section .talent-item-card:hover .talent-item-content {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }

.talent-section .talent-item-title {
  color: #343a40;
  font-size: 1.4em;
  margin-bottom: 0.5rem; }

.talent-section .talent-item-text {
  font-size: 1.1em;
  line-height: 1.6;
  color: #495057; }

.talent-section .talent-details-block {
  text-align: left;
  margin-top: 1rem;
  padding-top: 1rem; }

.talent-section .talent-sub-heading {
  font-weight: bold;
  color: #343a40;
  font-size: 0.95em;
  margin-bottom: 0.5rem; }

.talent-section .talent-details-block ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.5rem; }

.talent-section .talent-details-block ul li {
  font-size: 1.1em;
  color: #495057;
  margin-bottom: 0.4em;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.4; }

.talent-section .talent-details-block ul li:last-child {
  margin-bottom: 0; }

.talent-section .talent-details-block ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #b3d344;
  position: absolute;
  left: 0;
  top: 0.15em;
  font-size: 0.8em; }

.talent-section .talent-final-text {
  font-size: 1.1em;
  color: #343a40;
  font-weight: 500;
  margin-top: 1rem; }

.talent-section .talent-discover-btn {
  background-color: #e58739;
  color: #fff;
  border: none;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 5px 15px rgba(229, 135, 57, 0.3); }

.talent-section .talent-discover-btn:hover {
  background-color: #d17832;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(229, 135, 57, 0.4); }

.talent-section .talent-discover-btn .fa-arrow-right {
  transition: transform 0.2s ease; }

.talent-section .talent-discover-btn:hover .fa-arrow-right {
  transform: translateX(5px); }

@media (max-width: 991.98px) {
  .talent-section .talent-heading {
    font-size: 2.2em; }
  .talent-section .talent-content-row .col-lg-6:nth-child(even) {
    margin-top: 1rem; }
  .talent-section .talent-image-wrapper {
    height: 200px; }
  .talent-section .talent-item-content {
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 1rem; } }

@media (max-width: 767.98px) {
  .talent-section .talent-heading {
    font-size: 1.8em; } }

@media (max-width: 575.98px) {
  .talent-section .talent-heading {
    font-size: 1.5em; } }

/* end merger employer and industries page */
/* special page */
.survey-section {
  width: 100%; }

.survey-breadcrumb {
  font-size: 0.85em;
  color: #6c757d; }

.survey-breadcrumb .breadcrumb-item a {
  color: #6c757d;
  font-weight: 500; }

.survey-breadcrumb .breadcrumb-item.active {
  color: #343a40;
  font-weight: 600; }

.survey-main-heading {
  color: #e58739;
  font-size: 2.5rem;
  line-height: 1.2; }

.survey-sub-heading {
  color: #343a40;
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 0.5rem; }

.survey-card {
  background-color: #fff;
  border: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  height: auto;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  position: relative;
  padding: 2.5rem; }

.survey-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); }

.survey-card-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0.75rem;
  transition: transform 0.6s ease-out;
  z-index: 0; }

.survey-card:hover .survey-card-background {
  transform: scale(1.08); }

.survey-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.75rem;
  z-index: 1; }

.survey-card-title,
.survey-content-block {
  position: relative;
  z-index: 2; }

.survey-card-title {
  color: #343a40;
  font-size: 1.8em;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700; }

.survey-content-block {
  padding-left: 0; }

.survey-step-item {
  margin-bottom: 1.5rem; }

.survey-step-item:last-child {
  margin-bottom: 0; }

.survey-step-number {
  display: block;
  font-size: 1.1em;
  font-weight: 600;
  color: #28a745;
  margin-bottom: 0.25rem; }

.survey-step-title {
  font-size: 1.2em;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem; }

.survey-step-description {
  font-size: 0.95em;
  color: #6c757d;
  line-height: 1.6; }

@media (max-width: 991.98px) {
  .survey-main-heading {
    font-size: 2.2rem; }
  .survey-sub-heading {
    font-size: 1.5rem; }
  .survey-card {
    padding: 2rem;
    min-height: 450px; }
  .survey-card-title {
    font-size: 1.6em;
    margin-bottom: 1.5rem; }
  .survey-step-number {
    font-size: 1em; }
  .survey-step-title {
    font-size: 1.1em; }
  .survey-step-description {
    font-size: 0.9em; } }

@media (max-width: 767.98px) {
  .survey-main-heading {
    font-size: 2rem; }
  .survey-sub-heading {
    font-size: 1.3rem; }
  .survey-card {
    padding: 1.5rem;
    min-height: auto; }
  .survey-card-title {
    font-size: 1.4em;
    margin-bottom: 1rem; }
  .survey-step-number {
    font-size: 0.95em; }
  .survey-step-title {
    font-size: 1em; }
  .survey-step-description {
    font-size: 0.85em; } }

/* end special page */
.process-section {
  width: 100%; }

.process-breadcrumb {
  font-size: 0.85em;
  color: #6c757d; }

.process-breadcrumb .breadcrumb-item a {
  color: #6c757d;
  font-weight: 500; }

.process-breadcrumb .breadcrumb-item.active {
  color: #343a40;
  font-weight: 600; }

.process-main-heading {
  color: #e58739;
  font-size: 2.5rem;
  line-height: 1.2; }

.process-sub-heading {
  color: #343a40;
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 0.5rem; }

.process-column-card {
  background-color: #fff;
  border: 1px solid #e9ecef;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  padding: 2.5rem; }

.process-column-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); }

.column-title {
  color: #343a40;
  font-size: 1.8em;
  margin-bottom: 2rem; }

.process-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }

.process-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #fcfcfc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease; }

.process-item:hover {
  background-color: #e9f7ee;
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); }

.step-number-circle {
  min-width: 40px;
  height: 40px;
  background-color: #e58739;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.2em;
  flex-shrink: 0; }

.step-content {
  flex-grow: 1; }

.step-title {
  font-size: 1.2em;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.25rem; }

.step-description {
  font-size: 0.95em;
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 0; }

@media (max-width: 991.98px) {
  .process-main-heading {
    font-size: 2.2rem; }
  .process-sub-heading {
    font-size: 1.5rem; }
  .process-column-card {
    padding: 1.5rem; }
  .column-title {
    font-size: 1.5em; }
  .process-list {
    gap: 1rem; }
  .process-item {
    padding: 0.75rem; }
  .step-number-circle {
    min-width: 35px;
    height: 35px;
    font-size: 1.1em; }
  .step-title {
    font-size: 1.1em; }
  .step-description {
    font-size: 0.9em; } }

@media (max-width: 767.98px) {
  .process-main-heading {
    font-size: 2rem; }
  .process-sub-heading {
    font-size: 1.3rem; }
  .process-column-card {
    padding: 1.2rem; }
  .column-title {
    font-size: 1.3em; }
  .process-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem; }
  .step-number-circle {
    margin-bottom: 0.5rem; }
  .step-title {
    font-size: 1em; }
  .step-description {
    font-size: 0.85em; } }

/* page 1*/
.tn-process-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 90px;
  z-index: 0; }

.tn-diagonal-bg-top-left,
.tn-diagonal-bg-bottom-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.tn-diagonal-bg-top-left {
  background: linear-gradient(135deg, #0b4492 0%, #3a7bd5 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%); }

.tn-diagonal-bg-bottom-right {
  background: linear-gradient(135deg, #b3d344 0%, #dbe89a 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%); }

.tn-process-section .container {
  position: relative;
  z-index: 1; }

.tn-process-breadcrumb {
  font-size: 0.85em;
  color: #6c757d; }

.tn-process-breadcrumb .breadcrumb-item a {
  color: #6c757d;
  font-weight: 500; }

.tn-process-breadcrumb .breadcrumb-item.active {
  color: #343a40;
  font-weight: 600; }

.tn-process-main-heading {
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.2; }

.tn-process-sub-heading {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 0.5rem; }

.tn-process-columns-wrapper {
  position: relative;
  box-shadow: none;
  background-color: transparent; }

.tn-process-column-card {
  background-color: #fff;
  border: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  padding: 2.5rem;
  position: relative;
  z-index: 2;
  border-radius: 1.25rem;
  overflow: hidden; }

.tn-process-column-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15), 0 8px 20px rgba(0, 0, 0, 0.08); }

.tn-process-column-title {
  color: #0b4492;
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 2.5rem;
  position: relative;
  padding-bottom: 0.5rem;
  letter-spacing: 0.8px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); }

.tn-process-column-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 6px;
  background-color: #b3d344;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(179, 211, 68, 0.5);
  transition: width 0.3s ease, background-color 0.3s ease; }

.tn-process-column-card:hover .tn-process-column-title::after {
  width: 120px;
  background-color: #0b4492; }

.tn-process-list {
  display: flex;
  flex-direction: column;
  gap: 1.8rem; }

.tn-process-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.2rem;
  border-radius: 0.75rem;
  background-color: #fcfcfc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04), 0 1px 5px rgba(0, 0, 0, 0.02);
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eee; }

.tn-process-item:hover {
  background-color: #f5f9f7;
  transform: translateX(8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08), 0 3px 8px rgba(0, 0, 0, 0.04);
  border-color: #d1e7dd; }

.tn-step-number-circle {
  min-width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #0b4492 0%, #2e62b0 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.85em;
  line-height: 1;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(11, 68, 146, 0.4);
  padding-top: 5px;
  text-align: center; }

.tn-step-number-circle span {
  font-size: 2em;
  font-weight: 900;
  line-height: 1;
  display: block;
  margin-top: 2px; }

.tn-step-content {
  flex-grow: 1; }

.tn-step-title {
  font-size: 1.2em;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem; }

.tn-step-description {
  font-size: 1.1em;
  color: #555;
  line-height: 1.7;
  margin-bottom: 0; }

@media (max-width: 991.98px) {
  .tn-process-main-heading {
    font-size: 2.2rem; }
  .tn-process-sub-heading {
    font-size: 1.5rem; }
  .tn-diagonal-bg-top-left {
    background: linear-gradient(0deg, #0b4492 0%, #3a7bd5 100%);
    clip-path: none;
    height: 50%;
    top: 0; }
  .tn-diagonal-bg-bottom-right {
    background: linear-gradient(135deg, #b3d344 0%, #e3f77bc7 100%);
    clip-path: none;
    height: 50%;
    top: 50%; }
  .tn-process-column-card {
    padding: 1.5rem;
    margin: 15px auto;
    max-width: 90%;
    border-radius: 1rem; }
  .tn-process-column-title {
    color: #0b4492;
    font-size: 2.2em;
    margin-bottom: 2rem;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); }
  .tn-process-column-title::after {
    background-color: #b3d344;
    width: 70px;
    height: 5px;
    transition: width 0.3s ease, background-color 0.3s ease; }
  .tn-process-column-card:hover .tn-process-column-title::after {
    width: 100px;
    background-color: #0b4492; }
  .tn-process-list {
    gap: 1.5rem; }
  .tn-process-item {
    gap: 1.2rem;
    padding: 1rem;
    border-radius: 0.6rem; }
  .tn-step-number-circle {
    background: linear-gradient(135deg, #0b4492 0%, #2e62b0 100%);
    box-shadow: 0 5px 15px rgba(11, 68, 146, 0.4);
    min-width: 60px;
    height: 60px;
    font-size: 0.8em;
    padding-top: 4px; }
  .tn-step-number-circle span {
    font-size: 1.8em; }
  .tn-step-title {
    font-size: 1.25em; }
  .tn-step-description {
    font-size: 1em; } }

@media (max-width: 767.98px) {
  .tn-process-main-heading {
    font-size: 2rem; }
  .tn-process-sub-heading {
    font-size: 1.3rem; }
  .tn-diagonal-bg-top-left {
    background: #0b4492;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .tn-diagonal-bg-bottom-right {
    display: none; }
  .tn-process-column-card {
    padding: 1.2rem;
    margin: 0px auto;
    max-width: 100%;
    border-radius: 0.5rem; }
  .tn-process-column-title {
    color: #0b4492;
    font-size: 2em;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05); }
  .tn-process-column-title::after {
    background-color: #b3d344;
    width: 60px;
    height: 4px;
    transition: width 0.3s ease, background-color 0.3s ease; }
  .tn-process-column-card:hover .tn-process-column-title::after {
    width: 80px;
    background-color: #0b4492; }
  .tn-process-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    padding: 0.8rem; }
  .tn-step-number-circle {
    background: linear-gradient(135deg, #0b4492 0%, #2e62b0 100%);
    box-shadow: 0 5px 15px rgba(11, 68, 146, 0.4);
    margin-bottom: 0.5rem;
    min-width: 55px;
    height: 55px;
    font-size: 0.75em;
    padding-top: 3px; }
  .tn-step-number-circle span {
    font-size: 1.6em; }
  .tn-step-title {
    font-size: 1.15em; }
  .tn-step-description {
    font-size: 0.95em; } }

/* end page 1*/
/* start partner */
.events-section {
  padding-top: 70px;
  padding-bottom: 60px; }
  .events-section .section-subtitle {
    color: #007bff;
    font-size: 0.9rem;
    letter-spacing: 1px; }
  .events-section .section-title {
    color: #343a40;
    line-height: 1.2;
    font-size: 3rem;
    text-transform: capitalize; }
  .events-section .event-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column; }
  .events-section .event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }
  .events-section .event-card-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    transition: transform 0.5s ease; }
  .events-section .event-card:hover .event-card-img {
    transform: scale(1.05); }
  .events-section .event-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    background-image: linear-gradient(35deg, #0b4492 0.3%, rgba(44, 110, 73, 0) 100%);
    border-radius: 12px 12px 0 0;
    opacity: 1;
    transition: opacity 0.3s ease; }
  .events-section .event-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 20px;
    z-index: 2; }
  .events-section .play-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 15px;
    transition: background-color 0.3s ease, border-color 0.3s ease; }
  .events-section .event-card:hover .play-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: #fff; }
  .events-section .play-icon {
    font-size: 1.2rem; }
  .events-section .event-card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
  .events-section .event-card-description {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    /* text-shadow: 0 0 3px rgba(0,0,0,0.5); */ }

@media (max-width: 767.98px) {
  .events-section {
    padding-top: 20px;
    padding-bottom: 20px; }
  .events-section .section-title {
    font-size: 2rem; } }

@media (max-width: 575.98px) {
  .events-section {
    padding-top: 20px;
    padding-bottom: 20px; }
  .events-section .section-title {
    font-size: 1.5rem; } }

/* end partner */
.search-refine-your-results .title {
  color: #0e4393;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 0px 10px;
  padding: 0rem 0rem 1rem; }

.search-refine-your-results .add-controll {
  position: relative; }

.search-refine-your-results .name-position {
  color: #282828; }

.search-refine-your-results .add-controll input[type="text"], .search-refine-your-results .form-contact textarea {
  width: 100%;
  color: #454545;
  border: 1px solid #ced4da;
  padding: 8px 35px 8px 10px;
  padding: 0.8rem 3.5rem 0.8rem 1rem; }

.search-refine-your-results .add-controll .btn-add {
  width: 18px;
  height: 18px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  position: absolute;
  right: 10px;
  top: 8px; }

.customize-checkbox.ipt-check-keywork {
  float: right;
  padding: 0px 25px 0px 0px;
  padding: 0rem 2.5rem 0rem 0rem;
  position: relative; }

.customize-checkbox .ipt-checkbox {
  position: absolute;
  right: 0;
  top: -15px;
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-appearance: none;
  outline: 0; }

.customize-checkbox .ipt-checkbox:hover, .customize-checkbox .ipt-checkbox:focus {
  outline: 0;
  border: 0; }

.customize-checkbox .ipt-checkbox:checked {
  background-image: url(../images/search_result/ic_checkboxed.png); }

.customize-checkbox .ipt-checkbox:not(:checked) {
  background-image: url(../images/search_result/ic_checkbox.png); }

.search-refine-your-results .name-position p {
  display: -moz-inline-stack;
  display: inline-flex;
  align-items: center;
  zoom: 1;
  margin: 5px 5px 5px 5px; }

.search-refine-your-results .name-position .btn-delete {
  width: 18px;
  height: 18px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding: 5px 0px 5px 23px;
  background: url(../images/search_result/ic_delete.png) no-repeat left center; }

.search-refine-your-results #hotJobClick {
  text-transform: uppercase;
  color: #00477a;
  font-weight: 600;
  font-size: 0.9em;
  margin-bottom: 0.3rem; }

/* BUTTON */
@media (max-width: 320px) {
    /* Chỉnh header */
    h5#offcanvasNavbar2Label {
        margin-left: 10px;
    }

    .nav-mobil {
        display: inline;
        margin-top: 2rem !important;
    }

    .header-top {
        z-index: 999;
        position: relative;
        background: rgba(255, 255, 255, 0.2);
        border-color: transparent;
    }

    .header-top img {
        height: 50px;
    }

    .header-top .container.flex-mobil.py-3 {
        padding-top: 0.1rem !important;
        padding-bottom: 0.1rem !important;
    }

    .header-top .container.flex-mobil {
        justify-content: space-between !important;
    }

    .header-top .container.flex-mobil.mb-4 {
        margin-bottom: 0rem !important;
    }

    .header-top .container.flex-mobil.py-3 {
        padding-top: 0.1rem !important;
        padding-bottom: 0.1rem !important;
    }

    .header-top .container.flex-mobil .mb-2 {
        margin-bottom: 0rem !important;
    }

    .btn-outline-width {
        min-width: auto;
    }

    .wrapper-team .content-primary {
        padding: 3rem;
        font-size: 1.2rem;
    }

    .wrapper-team .container {
        min-height: auto;
    }

    .wrapper-industry-specialties img.img-fluid {
        width: 100%;
    }

    .wrapper-industry-specialties .spectialties-content .specialties-heading-title {
        font-size: 1.5rem;
    }

    .wrapper-industry-specialties h4 {
        font-size: 100%;
    }

    .wrapper-contact .box-content-contact {
        padding: 2rem;
    }

    footer {
        padding: 1rem;
    }

    .wrapper-businesses .wrapper-article .businesses-title {
        font-size: calc(1.375rem + 1.5vw);
        text-align: center;
    }

    .core-value {
        padding: 2rem;
    }

    .core-value .core-list {
        flex-direction: column;
        padding: 1rem 0rem;
    }

    .core-value .core-list .value {
        padding-left: 0rem;
    }

    .core-value .core-list .name {
        width: 100%;
    }

    .core-value .core-list .value {
        width: 100%;
    }

    .flex-images {
        display: flex;
        flex-direction: column-reverse;
    }

    .wrapper-our-management-team p {
        text-align: justify;
        padding: 1rem;
    }

    .space-between-words {
        min-height: 0rem;
    }

    .wrapper-businesses .background-businesses {
        background-size: cover;
    }

    .wrapper-businesses .background-businesses {
        min-height: 250px;
    }

    .wrapper-businesses .wrapper-article {
        padding: 1rem;
    }

    .wrapper-businesses .wrapper-article .businesses-p {
        font-size: inherit;
    }

    .wrapper-text {
        font-size: inherit;
    }

    .wrapper-team {
        min-height: 250px;
    }

    .wrapper-team .col-centered {
        min-height: 250px;
    }

    .wrapper-team h3 {
        font-size: inherit;
    }

    .wrapper-team .heading-title {
        margin-bottom: 1rem;
    }

    .wrapper-team .content-primary {
        font-size: inherit;
    }

    button.btn.btn-outline-primary.btn-outline-width.btn-square.text-uppercase.mt-4 {
        /*margin-top: 0.5rem !important;*/
    }

    .wrapper-industry-specialties .spectialties-content {
        padding: 1rem 0rem;
    }

    .wrapper-industry-specialties h4 {
        margin-top: 1rem;
    }

    .wrapper-team .content-primary {
        padding: 1rem;
    }

    .wrapper-contact .box-text-contact {
        padding: 1rem;
    }

    .wrapper-industry-specialties .spectialties-content .specialties-heading-title {
        font-size: 1.5rem;
    }

    .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item h4 {
        font-size: inherit;
    }

    .wrapper-contact .box-text-contact h3 {
        font-size: inherit;
    }

    footer h3 {
        font-size: inherit;
    }

    /* PAGE ABOUT US */
    .core-value {
        padding: 1rem;
    }

    .wrapper-core-values img.me-3 {
        height: 70px;
    }

    .wrapper-core-values h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .core-value .core-list .name {
        font-size: 1.5rem;
    }

    .core-value .core-list .value {
        font-size: inherit;
    }

    .core-value .core-list {
        padding: 0.3rem 0rem;
    }

    .wrapper-our-management-team p {
        font-size: inherit;
    }

    /* PAGE ABOUT US */
    /* CONTACT US */

    .wrapper-contact .box-content-contact {
        padding: 1rem;
    }

    /* CONTACT US */
    /* TECH & ENGINEERING INDUSTRY */



    /* TECH & ENGINEERING INDUSTRY */
    /* CANDIDATE */
    .wrapper-objective {
        padding: 2rem 0rem 4rem 0rem;
    }

    .wrapper-objective h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-objective .how-we-work-step .box-how-we-work {
        min-height: auto;
    }

    .wrapper-what-set-40hrs-apart {
        padding: 4rem 1rem;
        background-position-x: center;
        background-position-y: center;
    }

    .wrapper-what-set-40hrs-apart h3 {
        margin-bottom: 2rem;
        font-size: calc(1.375rem + 1.5vw);
        text-align: center;
    }

    .wrapper-businesses .wrapper-article.hero .text-hightlight {
        font-weight: normal;
        font-size: inherit;
    }

    .wrapper-businesses p {
        font-size: inherit;
    }

    .wrapper-hero h2, .wrapper-hero h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    /* CANDIDATE */

    .wrapper-hero {
        padding: 40px 0 30px 0px;
    }

    .wrapper-tech-placements .bg-heading h2, .wrapper-tech-placements .bg-heading h3 {
        background: #00477a4d;
        line-height: normal;
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-tech-placements .box-tech-placements.black, .wrapper-tech-placements .box-tech-placements.green {
        background: #00477a;
    }

    .wrapper-tech-placements .box-tech-placements {
        padding: 1.5rem;
        line-height: normal;
        text-align: center;
    }

    .wrapper-tech-placements .box-tech-placements h3 {
        font-size: 1rem;
    }

    .wrapper-our-management-team .management-team {
        padding: 0.5rem;
    }

    .wrapper-our-management-team .management-team h2, .wrapper-our-management-team .management-team p {
        font-size: inherit;
        font-weight: normal;
        line-height: 1.8;
        padding: 1rem;
    }

    .wrapper-industry-specialties h2 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-hero h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-objective h2, .wrapper-objective h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-what-set-40hrs-apart h3, .wrapper-what-set-40hrs-apart h2 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-book-strategy-call {
        padding: 1rem;
    }

    .wrapper-book-strategy-call .box-content-contact {
        border-radius: 0px;
        padding: 2rem;
    }

    .wrapper-book-strategy-call .box-text-contact {
        padding: 1rem;
    }

    .wrapper-book-strategy-call .book {
        border-radius: 0px;
    }


    .hash-tag-refine-your-results, .send-your-resume {
        padding: 0px 2em;
    }

    .wrapper-job-detail .heading-attribute ul li {
        font-size: 0.95em;
        align-items: flex-start;
        flex-direction: row;
    }
}

@media (max-width: 375px) {
    /* Chỉnh header */
    h5#offcanvasNavbar2Label {
        margin-left: 10px;
    }

    .nav-mobil {
        display: inline;
        margin-top: 2rem !important;
    }

    .header-top {
        z-index: 999;
        position: relative;
        background: rgba(255, 255, 255, 0.2);
        border-color: transparent;
    }

    .header-top img {
        height: 50px;
    }

    .header-top .container.flex-mobil.py-3 {
        padding-top: 0.1rem !important;
        padding-bottom: 0.1rem !important;
    }

    .header-top .container.flex-mobil {
        justify-content: space-between !important;
    }

    .header-top .container.flex-mobil.mb-4 {
        margin-bottom: 0rem !important;
    }

    .header-top .container.flex-mobil.py-3 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .header-top .container.flex-mobil .mb-2 {
        margin-bottom: 0rem !important;
    }

    .btn-outline-width {
        min-width: auto;
    }

    /* Slide */

    .carousel-indicators {
        margin-bottom: 0.1rem;
    }

    .btn-square {
        /*font-size: 0.5rem !important;*/
    }

    .carousel-image-cover {
        width: 100%;
        height: 100%;
        object-fit: none;
    }


    .wrapper-team .content-primary {
        padding: 3rem;
        font-size: 1.2rem;
    }

    .wrapper-team .container {
        min-height: auto;
    }

    .wrapper-industry-specialties img.img-fluid {
        width: 100%;
    }

    .wrapper-industry-specialties .spectialties-content .specialties-heading-title {
        font-size: 1.5rem;
    }

    .wrapper-industry-specialties h4 {
        font-size: 100%;
    }

    .wrapper-contact .box-content-contact {
        padding: 2rem;
    }

    footer {
        padding: 1rem;
    }

    .core-value {
        padding: 2rem;
    }

    .core-value .core-list {
        flex-direction: column;
        padding: 1rem 0rem;
    }

    .core-value .core-list .value {
        padding-left: 0rem;
    }

    .core-value .core-list .name {
        width: 100%;
    }

    .core-value .core-list .value {
        width: 100%;
    }

    .flex-images {
        display: flex;
        flex-direction: column-reverse;
    }

    .wrapper-our-management-team p {
        text-align: justify;
        padding: 1rem;
    }

    .space-between-words {
        min-height: 0rem;
    }

    .wrapper-businesses .background-businesses {
        background-size: cover;
    }

    .wrapper-businesses .background-businesses {
        min-height: 250px;
    }

    .wrapper-businesses .wrapper-article {
        padding: 1rem;
    }

    .wrapper-businesses .wrapper-article .businesses-title {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-businesses .wrapper-article .businesses-p {
        font-size: inherit;
    }

    .wrapper-text {
        font-size: inherit;
    }

    .wrapper-team {
        min-height: 250px;
    }

    .wrapper-team .col-centered {
        min-height: 250px;
    }

    .wrapper-team h3 {
        font-size: inherit;
    }

    .wrapper-team .heading-title {
        margin-bottom: 1rem;
    }

    .wrapper-team .content-primary {
        font-size: inherit;
    }

    button.btn.btn-outline-primary.btn-outline-width.btn-square.text-uppercase.mt-4 {
        /*margin-top: 0.5rem !important;*/
    }

    .wrapper-industry-specialties .spectialties-content {
        padding: 1rem 0rem;
    }

    .wrapper-industry-specialties h4 {
        margin-top: 1rem;
    }

    .wrapper-team .content-primary {
        padding: 1rem;
    }

    .wrapper-contact .box-text-contact {
        padding: 1rem;
    }

    .wrapper-industry-specialties .spectialties-content .specialties-heading-title {
        font-size: 1.5rem;
    }

    .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item h4 {
        font-size: inherit;
    }

    .wrapper-contact .box-text-contact h3 {
        font-size: inherit;
    }

    footer h3 {
        font-size: inherit;
    }

    /* PAGE ABOUT US */
    .core-value {
        padding: 1rem;
    }

    .wrapper-core-values img.me-3 {
        height: 70px;
    }

    .wrapper-core-values h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .core-value .core-list .name {
        font-size: 1.5rem;
    }

    .core-value .core-list .value {
        font-size: inherit;
    }

    .core-value .core-list {
        padding: 0.3rem 0rem;
    }

    .wrapper-our-management-team p {
        font-size: inherit;
    }

    /* PAGE ABOUT US */
    /* CONTACT US */

    .wrapper-contact .box-content-contact {
        padding: 1rem;
    }

    /* CONTACT US */
    /* TECH & ENGINEERING INDUSTRY */


    /* TECH & ENGINEERING INDUSTRY */
    /* CANDIDATE */
    .wrapper-objective {
        padding: 2rem 0rem 4rem 0rem;
    }

    .wrapper-objective h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-objective .how-we-work-step .box-how-we-work {
        min-height: auto;
    }

    .wrapper-what-set-40hrs-apart {
        padding: 4rem 1rem;
        background-position-x: center;
        background-position-y: center;
    }

    .wrapper-what-set-40hrs-apart h3 {
        margin-bottom: 2rem;
        font-size: calc(1.375rem + 1.5vw);
        text-align: center;
    }

    .wrapper-businesses .wrapper-article.hero .text-hightlight {
        font-weight: normal;
        font-size: inherit;
    }

    .wrapper-businesses p {
        font-size: inherit;
    }

    .wrapper-hero h2, .wrapper-hero h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    /* CANDIDATE */
    .wrapper-hero {
        padding: 40px 0 30px 0px;
    }

    .wrapper-tech-placements .bg-heading h2, .wrapper-tech-placements .bg-heading h3 {
        background: #00477a4d;
        line-height: normal;
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-tech-placements .box-tech-placements.black, .wrapper-tech-placements .box-tech-placements.green {
        background: #00477a;
    }

    .wrapper-tech-placements .box-tech-placements {
        padding: 1.5rem;
        line-height: normal;
        text-align: center;
    }

    .wrapper-tech-placements .box-tech-placements h3 {
        font-size: 1rem;
    }

    .wrapper-our-management-team .management-team h2, .wrapper-our-management-team .management-team p {
        font-size: inherit;
        font-weight: normal;
        line-height: 1.8;
        padding: 1rem;
    }

    .wrapper-industry-specialties h2 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-hero h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-objective h2, .wrapper-objective h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-what-set-40hrs-apart h3, .wrapper-what-set-40hrs-apart h2 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-our-management-team .management-team {
        padding: 0.5rem;
    }

    .wrapper-book-strategy-call {
        padding: 1rem;
    }

    .wrapper-book-strategy-call .box-content-contact {
        border-radius: 0px;
        padding: 2rem;
    }

    .wrapper-book-strategy-call .box-text-contact {
        padding: 1rem;
    }

    .wrapper-book-strategy-call .book {
        border-radius: 0px;
    }


    .hash-tag-refine-your-results, .send-your-resume {
        padding: 0px 2em;
    }

    .wrapper-job-detail .heading-attribute ul li {
        font-size: 0.95em;
        align-items: flex-start;
        flex-direction: row;
    }
}

@media (max-width: 414px) {
    /* Chỉnh header */
    h5#offcanvasNavbar2Label {
        margin-left: 10px;
    }

    .nav-mobil {
        display: inline;
        margin-top: 2rem !important;
    }

    .header-top {
        z-index: 999;
        position: relative;
        background: rgba(255, 255, 255, 0.2);
        border-color: transparent;
    }

    .header-top img {
        height: 50px;
    }

    .header-top .container.flex-mobil.py-3 {
        padding-top: 0.1rem !important;
        padding-bottom: 0.1rem !important;
    }

    .header-top .container.flex-mobil {
        justify-content: space-between !important;
    }

    .header-top .container.flex-mobil.mb-4 {
        margin-bottom: 0rem !important;
    }

    .header-top .container.flex-mobil.py-3 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .header-top .container.flex-mobil .mb-2 {
        margin-bottom: 0rem !important;
    }

    .btn-outline-width {
        min-width: auto;
    }


    .carousel-body .carousel-title h1, .carousel-body .carousel-title h5 {
        font-size: 1rem;
    }

    /* PAGE ABOUT US */
    .core-value {
        padding: 1rem;
    }

    .wrapper-core-values img.me-3 {
        height: 70px;
    }

    .wrapper-core-values h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .core-value .core-list .name {
        font-size: 1.5rem;
    }

    .core-value .core-list .value {
        font-size: inherit;
    }

    .core-value .core-list {
        padding: 0.3rem 0rem;
    }

    .wrapper-our-management-team p {
        font-size: inherit;
    }

    /* PAGE ABOUT US */
    /* CONTACT US */
    .wrapper-contact .box-content-contact {
        padding: 1rem;
    }

    /* CONTACT US */
    /* TECH & ENGINEERING INDUSTRY */


    /* TECH & ENGINEERING INDUSTRY */
    /* CANDIDATE */

    .box-content-text-special i {
        font-size: 1.2rem;
    }

    .wrapper-objective {
        padding: 2rem 0rem 4rem 0rem;
    }

    .wrapper-objective h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-objective .how-we-work-step .box-how-we-work {
        min-height: auto;
    }

    .wrapper-what-set-40hrs-apart {
        padding: 4rem 1rem;
        background-position-x: center;
        background-position-y: center;
    }

    .wrapper-what-set-40hrs-apart h3 {
        margin-bottom: 2rem;
        font-size: calc(1.375rem + 1.5vw);
        text-align: center;
    }

    .wrapper-businesses .wrapper-article.hero .text-hightlight {
        font-weight: normal;
        font-size: inherit;
    }

    .wrapper-businesses p {
        font-size: inherit;
    }

    .wrapper-hero h2, .wrapper-hero h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    /* CANDIDATE */
    .wrapper-tech-placements .bg-heading h2, .wrapper-tech-placements .bg-heading h3 {
        background: #00477a4d;
        line-height: normal;
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-tech-placements .box-tech-placements.black, .wrapper-tech-placements .box-tech-placements.green {
        background: #00477a;
    }

    .wrapper-tech-placements .box-tech-placements {
        padding: 1.5rem;
        line-height: normal;
    }

    .wrapper-tech-placements .box-tech-placements h3 {
        font-size: 1rem;
    }

    .wrapper-hero h1 {
        font-size: calc(1.375rem + 1.5vw);
    }



    .hash-tag-refine-your-results, .send-your-resume {
        padding: 0px 2em;
    }

    .wrapper-job-detail .heading-attribute ul li {
        font-size: 0.95em;
        align-items: flex-start;
        flex-direction: row;
    }
}

@media (min-width: 414px) and (max-width: 759px) {
    /* Chỉnh header */
    h5#offcanvasNavbar2Label {
        margin-left: 10px;
    }

    .nav-mobil {
        display: inline;
        margin-top: 2rem !important;
    }

    .header-top {
        z-index: 999;
        position: relative;
        background: rgba(255, 255, 255, 0.2);
        border-color: transparent;
    }

    .header-top img {
        height: 50px;
    }

    .header-top .container.flex-mobil.py-3 {
        padding-top: 0.1rem !important;
        padding-bottom: 0.1rem !important;
    }

    .header-top .container.flex-mobil {
        justify-content: space-between !important;
    }

    .header-top .container.flex-mobil.mb-4 {
        margin-bottom: 0rem !important;
    }

    .header-top .container.flex-mobil.py-3 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .header-top .container.flex-mobil .mb-2 {
        margin-bottom: 0rem !important;
    }

    .btn-outline-width {
        min-width: auto;
    }

    /* Slide */

    .carousel-indicators {
        margin-bottom: 0.1rem;
    }

    .btn-square {
        /*font-size: 0.5rem !important;*/
    }

    .carousel-image-cover {
        width: 100%;
        height: 100%;
        object-fit: none;
    }


    .wrapper-team .content-primary {
        padding: 3rem;
        font-size: 1.2rem;
    }

    .wrapper-team .container {
        min-height: auto;
    }

    .wrapper-industry-specialties img.img-fluid {
        width: 100%;
    }

    .wrapper-industry-specialties .spectialties-content .specialties-heading-title {
        font-size: 1.5rem;
    }

    .wrapper-industry-specialties h4 {
        font-size: 100%;
    }

    .wrapper-contact .box-content-contact {
        padding: 2rem;
    }

    footer {
        padding: 1rem;
    }

    .wrapper-businesses .wrapper-article .businesses-title {
        font-size: calc(1.375rem + 1.5vw);
    }

    .core-value {
        padding: 2rem;
    }

    .core-value .core-list {
        flex-direction: column;
        padding: 1rem 0rem;
    }

    .core-value .core-list .value {
        padding-left: 0rem;
    }

    .core-value .core-list .name {
        width: 100%;
    }

    .core-value .core-list .value {
        width: 100%;
    }

    .flex-images {
        display: flex;
        flex-direction: column-reverse;
    }

    .wrapper-our-management-team p {
        text-align: justify;
        padding: 1rem;
    }

    .space-between-words {
        min-height: 2rem;
    }

    .wrapper-businesses .background-businesses {
        background-size: cover;
    }

    .wrapper-businesses .background-businesses {
        min-height: 250px;
    }

    .wrapper-businesses .wrapper-article {
        padding: 1rem;
    }

    .wrapper-businesses .wrapper-article .businesses-title {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-businesses .wrapper-article .businesses-p {
        font-size: inherit;
    }

    .wrapper-text {
        font-size: inherit;
    }

    .wrapper-team {
        min-height: 250px;
    }

    .wrapper-team .col-centered {
        min-height: 250px;
    }

    .wrapper-team h3 {
        font-size: inherit;
    }

    .wrapper-team .heading-title {
        margin-bottom: 1rem;
    }

    .wrapper-team .content-primary {
        font-size: inherit;
    }

    button.btn.btn-outline-primary.btn-outline-width.btn-square.text-uppercase.mt-4 {
        /*margin-top: 0.5rem !important;*/
    }

    .wrapper-industry-specialties .spectialties-content {
        padding: 1rem 0rem;
    }

    .wrapper-industry-specialties h4 {
        margin-top: 1rem;
    }

    .wrapper-team .content-primary {
        padding: 1rem;
    }

    .wrapper-contact .box-text-contact {
        padding: 1rem;
    }

    .wrapper-industry-specialties .spectialties-content .specialties-heading-title {
        font-size: 1.5rem;
    }

    .wrapper-industry-specialties .spectialties-content .col-md-3 .industry-specialty-item h4 {
        font-size: inherit;
    }

    .wrapper-contact .box-text-contact h3 {
        font-size: inherit;
    }

    footer h3 {
        font-size: inherit;
    }

    /* PAGE ABOUT US */
    .core-value {
        padding: 1rem;
    }

    .wrapper-core-values img.me-3 {
        height: 70px;
    }

    .wrapper-core-values h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .core-value .core-list .name {
        font-size: 1.5rem;
    }

    .core-value .core-list .value {
        font-size: inherit;
    }

    .core-value .core-list {
        padding: 0.3rem 0rem;
    }

    .wrapper-our-management-team p {
        font-size: inherit;
    }

    /* PAGE ABOUT US */
    /* CONTACT US */

    .wrapper-contact .box-content-contact {
        padding: 1rem;
    }

    /* CONTACT US */
    /* TECH & ENGINEERING INDUSTRY */

    /* TECH & ENGINEERING INDUSTRY */
    /* CANDIDATE */

    .wrapper-objective {
        padding: 2rem 0rem 4rem 0rem;
    }

    .wrapper-objective h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-objective .how-we-work-step .box-how-we-work {
        min-height: auto;
    }

    .wrapper-what-set-40hrs-apart {
        padding: 4rem 1rem;
        background-position-x: center;
        background-position-y: center;
    }

    .wrapper-what-set-40hrs-apart h3 {
        margin-bottom: 2rem;
        font-size: calc(1.375rem + 1.5vw);
        text-align: center;
    }

    .wrapper-businesses .wrapper-article.hero .text-hightlight {
        font-weight: normal;
        font-size: inherit;
    }

    .wrapper-businesses p {
        font-size: inherit;
    }

    .wrapper-hero h2, .wrapper-hero h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    /* CANDIDATE */
    .carousel-body .carousel-title h5, .carousel-body .carousel-title h2 {
        font-size: 1rem;
        font-weight: normal;
        padding-bottom: 0rem;
    }

    .carousel-body {
        top: 4rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .wrapper-tech-placements .bg-heading h2, .wrapper-tech-placements .bg-heading h3 {
        background: #00477a4d;
        line-height: normal;
        font-size: calc(1.375rem + 1.5vw);
    }

    .carousel-body .carousel-title h1 span, .carousel-body .carousel-title h2 span, .carousel-body .carousel-title h5 span {
        font-size: inherit;
        font-weight: normal;
        padding-bottom: 0rem;
    }

    .wrapper-our-management-team .management-team h2, .wrapper-our-management-team .management-team p {
        font-size: inherit;
        font-weight: normal;
        line-height: 1.8;
        padding: 1rem;
    }

    .wrapper-industry-specialties h2 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-hero h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-objective h2, .wrapper-objective h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-what-set-40hrs-apart h3, .wrapper-what-set-40hrs-apart h2 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-our-management-team .management-team {
        padding: 0.5rem;
    }

    .wrapper-book-strategy-call {
        padding: 1rem;
    }

    .wrapper-book-strategy-call .box-content-contact {
        border-radius: 0px;
        padding: 2rem;
    }

    .wrapper-book-strategy-call .box-text-contact {
        padding: 1rem;
    }

    .wrapper-book-strategy-call .book {
        border-radius: 0px;
    }

    .hash-tag-refine-your-results, .send-your-resume {
        padding: 0px 2em;
    }

    .wrapper-job-detail .heading-attribute ul li {
        font-size: 0.95em;
        align-items: flex-start;
        flex-direction: row;
    }

}

@media (min-width: 760px) and (max-width: 768px) {
    /* Chỉnh header */
    h5#offcanvasNavbar2Label {
        margin-left: 10px;
    }

    .nav-mobil {
        display: inline;
        margin-top: 2rem !important;
    }

    .header-top {
        z-index: 999;
        position: relative;
        background: rgba(255, 255, 255, 0.2);
        border-color: transparent;
    }

    .header-top img {
        height: 50px;
    }

    .header-top .container.flex-mobil.py-3 {
        padding-top: 0.1rem !important;
        padding-bottom: 0.1rem !important;
    }

    .header-top .container.flex-mobil {
        justify-content: space-between !important;
    }

    .header-top .container.flex-mobil.mb-4 {
        margin-bottom: 0rem !important;
    }

    .header-top .container.flex-mobil.py-3 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .header-top .container.flex-mobil .mb-2 {
        margin-bottom: 0rem !important;
    }

    .btn-outline-width {
        min-width: auto;
    }

    /* PAGE ABOUT US */
    .core-value {
        padding: 1rem;
    }

    .wrapper-core-values img.me-3 {
        height: 70px;
    }

    .wrapper-core-values h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .core-value .core-list .name {
        font-size: 1.5rem;
    }

    .core-value .core-list .value {
        font-size: inherit;
    }

    .core-value .core-list {
        padding: 0.3rem 0rem;
    }

    .wrapper-our-management-team p {
        font-size: inherit;
    }

    /* PAGE ABOUT US */
    /* CONTACT US */

    .wrapper-contact .box-content-contact {
        padding: 1rem;
    }

    /* CONTACT US */
    .wrapper-privacy {
        padding: 40px 15px;
    }

    .wrapper-privacy h3 {
        font-size: 1.5rem;
    }

}

@media (min-width: 768px) and (max-width: 990px) {
    .container.flex-mobil {
        display: flex;
        justify-content: flex-start; /* Bắt đầu các phần tử từ bên trái */
        align-items: center; /* Căn chỉnh theo chiều dọc */
    }

    .container.flex-mobil > a { /* Logo (order: 1) */
        order: 1;
        margin-right: auto; /* Đẩy logo sang trái tối đa */
    }

    .container.flex-mobil > .d-none.d-sm-none.d-md-block { /* Nút Apply (order: 2) */
        order: 2;
        margin-right: 3rem; /* Tạo khoảng cách với navbar nếu cần */
    }

    .container.flex-mobil > nav.navbar-top { /* Navbar (order: 3) */
        order: 3;
    }

    .header-top {
        z-index: 999;
        position: relative;
        background: rgba(255, 255, 255, 0.2);
        border-color: transparent;
    }

    .header-top img {
        height: 90px;
    }

    .header-top .container.flex-mobil {
        justify-content: space-between !important;
    }

    .header-top .container.flex-mobil.mb-4 {
        margin-bottom: 0rem !important;
    }

    .header-top .container.flex-mobil.py-3 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .header-top .container.flex-mobil .mb-2 {
        margin-bottom: 0rem !important;
    }

    /* Slide */


    .carousel-image-cover {
        width: 100%;
        height: 100%;
        object-fit: none;
    }

    .wrapper-team .content-primary {
        padding: 3rem;
        font-size: 1.2rem;
    }

    .wrapper-team .container {
        min-height: auto;
    }

    .wrapper-industry-specialties img.img-fluid {
        width: 100%;
    }

    .wrapper-industry-specialties .spectialties-content .specialties-heading-title {
        font-size: 1.5rem;
    }

    .wrapper-industry-specialties h4 {
        font-size: 100%;
    }

    .wrapper-contact .box-content-contact {
        padding: 2rem;
    }

    footer {
        padding: 1rem;
    }

    .wrapper-businesses .wrapper-article .businesses-title {
        font-size: calc(1.375rem + 1.5vw);
    }

    .core-value {
        padding: 2rem;
    }

    .core-value .core-list {
        flex-direction: column;
        padding: 1rem 0rem;
    }

    .core-value .core-list .value {
        padding-left: 0rem;
    }

    .core-value .core-list .name {
        width: 100%;
    }

    .core-value .core-list .value {
        width: 100%;
    }

    .wrapper-our-management-team p {
        text-align: justify;
        padding: 1rem;
    }

    .space-between-words {
        min-height: 2rem;
    }

    .wrapper-privacy {
        padding: 40px 15px; /* Adjust padding on smaller screens */
    }

    .wrapper-privacy h3 {
        font-size: 1.5rem; /* Reduce heading size on smaller screens */
    }

    /* CANDIDATE */


    .wrapper-objective {
        padding: 2rem 0rem 4rem 0rem;
    }

    .wrapper-objective h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    .wrapper-objective .how-we-work-step .box-how-we-work {
        min-height: auto;
    }

    .wrapper-what-set-40hrs-apart {
        padding: 4rem 1rem;
        background-position-x: center;
        background-position-y: center;
    }

    .wrapper-what-set-40hrs-apart h3 {
        margin-bottom: 2rem;
        font-size: calc(1.375rem + 1.5vw);
        text-align: center;
    }

    .wrapper-businesses .wrapper-article.hero .text-hightlight {
        font-weight: normal;
        font-size: inherit;
    }

    .wrapper-businesses p {
        font-size: inherit;
    }

    .wrapper-hero h2, .wrapper-hero h3 {
        font-size: calc(1.375rem + 1.5vw);
    }

    /* CANDIDATE */

}

@media (min-width: 1441px) {

}
