@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-ExtraBold.woff2") format("woff2"),
    url("../fonts/Lexend-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Regular.woff2") format("woff2"),
    url("../fonts/Lexend-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-SemiBold.woff2") format("woff2"),
    url("../fonts/Lexend-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-ExtraLight.woff2") format("woff2"),
    url("../fonts/Lexend-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Medium.woff2") format("woff2"),
    url("../fonts/Lexend-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Light.woff2") format("woff2"),
    url("../fonts/Lexend-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Bold.woff2") format("woff2"),
    url("../fonts/Lexend-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Thin.woff2") format("woff2"),
    url("../fonts/Lexend-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-500: #0090a1;
  --primary-600: #007c89;
  --secondary-500: #00749b;
  --tertiary-500: #abdfe1;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Lexend", sans-serif;
  color: #000;
  background-color: #fff;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h3,
h2,
h1 {
  font-family: "Lexend", sans-serif;
}

.detail-head .detail-header .breadcrumb a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #474c54;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1440px;
    padding: 0 60px 0;
  }
}

@media screen and (max-width: 576px) {
  .container {
    padding: 0 24px 0;
  }
}

/* components */

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: /* 16px 32px */ 18px 56px;
  border-radius: 999px;

  /* font-size: 20px;
  line-height: 24px; */
  
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;

  text-transform: capitalize;
  width: fit-content;
  box-shadow: none;
  outline: none;
  
  height: 48px;
  white-space: nowrap;
}

.btn.medium {
  padding: 12px 24px;
}

.btn.small {
  padding: 8px 16px;
}

.btn-secondary:hover img,
.btn-secondary:hover img,
.btn-secondary:focus img,
.btn-secondary:focus img,
.btn-secondary:active img,
.btn-secondary:active img {
  filter: brightness(0) invert(1);
}

.btn-primary {
  border: 1px solid var(--primary-500);
  /* background-color: var(--primary-500); */
  background-color: #0090a1 !important;
  color: #fff;
  transition: all 0.3s linear;
}

.btn-primary:hover {
  /*border: 1px solid var(--primary-600);
  background-color: var(--primary-600); */
  border: 1px solid #01abc4 !important;
  background-color: #01abc4 !important;
  transition: all 0.3s linear;
}

.btn-primary:focus,
.btn-secondary:focus,
.btn-white:focus,
.btn-primary:active,
.btn-secondary:active,
.btn-white:active {
  border: 1px solid var(--secondary-500);
  background-color: var(--secondary-500);
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  user-select: none;
}

.btn-secondary {
  border: 1px solid /* var(--tertiary-500) */ #0090a1;
  background-color: /* #fff */ #0090a1;
  color: /* var(--primary-500) */ #fff;
  border-radius: 999px;
  /* transition: all 0.3s linear; */
  width: 268px;
  height: 48px;
}

.arrow-white {
  filter: brightness(0) invert(1);
}

.btn-secondary:hover,
.btn-white:hover {
  border: 1px solid /* var(--primary-500) */ #006991;
  background-color: /* var(--primary-500) */ #006991;
  color: #fff;
  transition: all 0.3s linear;
}

.btn-white {
  border: 1px solid #fff;
  background-color: #fff;
  color: var(--primary-500);
  transition: all 0.3s linear;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 22px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;

  border-radius: 100%;
  background: #fff;
}

[type="radio"]:not(:checked) + label:before {
  border: 1px solid var(--tertiary-500);
}

[type="radio"]:checked + label:before {
  border: 1px solid var(--primary-500);
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--primary-500);
  position: absolute;
  top: 3.9px;
  left: 5.1px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hero .dropdown .dropdown-list .checkbox input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid var(--tertiary-500);
  position: relative;
}

input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid var(--tertiary-500);
  position: relative;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: var(--primary-500);
  border: 1px solid var(--primary-500);
}

input[type="checkbox"]:checked::after {
  content: "â";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 4px;
}

.group-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}

.group-checkbox:hover input[type="checkbox"] {
  border: 1px solid var(--primary-500);
}

.group-radio {
  width: fit-content;
}

.group-radio:hover [type="radio"]:not(:checked) + label:before {
  border: 1px solid var(--primary-500);
}

@media screen and (max-width: 576px) {
  .btn {
    padding: 12px 24px;
  }
}

/* hero */

.hero {
  position: relative;
  width: 100%;
  height: auto;
}

.hero-banner {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  z-index: -1;
}

.hero .hero-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-heading {
  padding: 154px 0 80px;
}

.hero-title {
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 0;
}

.hero .search-container {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
  /* background-color: #fff; */
  border-radius: 26px;
  border: 2px solid #ffffff;
  /* background: linear-gradient(
    90deg,
    rgba(162, 218, 221, 0.79) 0%,
    rgba(255, 255, 255, 0.79) 36.54%,
    rgba(255, 255, 255, 0.79) 100%
  ); */
    /* background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.1) 36.54%,
    rgba(255, 255, 255, 0.1) 100%
  );
  backdrop-filter: blur(32px);
  box-shadow: 0px 4px 20px 0px #0000001A; */
      position: relative;
    z-index: 2;
}

.hero .search-button .btn {
  width: 268px;
  height: 48px;
}

.hero .search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: /* 16px 32px */ 32px 36px 32px 0px;
  border-radius: 999px;

  font-size: 20px;
  line-height: 24px;
  font-weight: 600;

  text-transform: capitalize;
  width: fit-content;
  box-shadow: none;
  outline: none;
}

.hero .search-dropdown .dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #9199a3;
  border-bottom: 2px solid var(--Viridian-Green---Teal---Second-500, #0090a1);
}

.hero .search-dropdown .logo-location,
.hero .search-dropdown .logo-dropdown,
.hero .search-dropdown .logo-close {
  width: 12px;
  height: 6px;
  object-fit: contain;
  transition: all 0.3s linear;
}

.hero .search-dropdown .logo-close {
  width: 20px;
  height: 20px;
}

.hero .dropdown {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 14px;
  border-radius: 0px;
  width: 420px;
  border: 1px solid transparent;
  cursor: pointer;
}

.hero .dropdown.open {
  border: none;
}

.hero .dropdown.open .dropdown-list {
  display: block;
}

.hero .dropdown.open .logo-dropdown {
  transform: rotate(180deg);
  transition: all 0.3s linear;
}

.hero .dropdown .dropdown-label {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 320px;
  overflow: auto;
  color: #5e5e5e;
  font-weight: 600;
}

.hero .dropdown .dropdown-label::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.hero .dropdown .dropdown-label span {
  padding: 0px;
}

.hero .dropdown .selected-item,
.hero .keyword-chip {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #464d61;
  background-color: #f8f8f8;
  border-radius: 26px;
  padding: 8px 12px;
  white-space: nowrap;
}

.hero .remove-chip {
  cursor: pointer;
}

.hero .dropdown .dropdown-list {
  background-color: #fff;
  padding: 24px 32px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  border-radius: 8px;
  width: 100%;
  max-height: 308px;
  overflow-y: auto;
  z-index: 2;
  border: 1px solid #e4e5e8;
  box-shadow: 0px 8px 16px 0px rgba(0, 62, 68, 0.1);
  display: none;
}

.hero .dropdown .dropdown-list::-webkit-scrollbar {
  width: 8px;
}

.hero .dropdown .dropdown-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}

.hero .dropdown .dropdown-list::-webkit-scrollbar-thumb {
  background: var(--tertiary-500);
  border-radius: 8px;
}

.hero .dropdown .dropdown-list > div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero .dropdown .dropdown-list .checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero .dropdown .dropdown-list .checkbox input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid var(--tertiary-500);
  position: relative;
}

.hero .dropdown .dropdown-list .checkbox:hover input[type="checkbox"] {
  border: 1px solid var(--primary-500);
}

.hero .dropdown .dropdown-list .checkbox input[type="checkbox"]:checked {
  background-color: var(--primary-500);
  border: 1px solid var(--primary-500);
}

.hero .dropdown .dropdown-list .checkbox input[type="checkbox"]:checked::after {
  content: "â";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: -1px;
  left: 4px;
}

.hero .dropdown .dropdown-list .checkbox label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #474c54;
  cursor: pointer;
}

.hero .search-text {
  position: relative;
}

.hero .search-text::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background: #e4e5e8;
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  display: none;
}

.hero .search-text .keyword-text.open {
  border: none;
}

.hero .keyword-text {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 420px;
  padding: 8px 16px 8px 14px;
  border-radius: 8px;
  border: none;
  color: #5e5e5e;
}

.hero .keyword-text input {
  border: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #9199a3;
  outline: none;
  flex: 1;
  padding: 8px 0;
  color: #5e5e5e;
  background: transparent;
  border-bottom: 2px solid var(--Viridian-Green---Teal---Second-500, #0090a1);
}

.hero .keyword-text input::placeholder {
  color: #9199a3;
  color: #5e5e5e;
}

@media screen and (max-width: 576px) {
  .hero {
    min-height: 181px;
  }

  .hero-heading {
    padding: 80px 0 0;
  }

  .hero-title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .hero .search {
    width: calc(100% - 48px);
    position: absolute;
    bottom: -35px;
  }

  .hero .search .search-dropdown,
  .hero .search .search-button {
    display: none;
  }

  .hero .search-container {
    padding: 8px;
    border-radius: 8px;
  }
  
  .hero .background-layer , .hero .search{
    border-radius: 8px;
  }

  .hero .search-text::after {
    display: none;
  }

  .hero .keyword-text,
  .hero .search-text {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .hero-heading {
    padding: 60px 0 20px;
  }
}

/* career */

.career {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.career .career-title {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  color: #18191c;
}

.career .career-title > span {
  color: var(--secondary-500);
}

.career .career-result {
  display: flex;
  gap: 24px;
}

.career .career-heading {
  padding-bottom: 32px;
}

.career .career-filter {
  background-color: #fff;
  width: 312px;
  border-radius: 8px;
  height: fit-content;
  border: 1px solid #e4e5e8;
}

.career .career-filter .filter-item {
  padding: 24px 32px;
  border-bottom: 1px solid #e4e5e8;
}

.career .career-filter .filter-item:last-child {
  border-bottom: 0px;
}

.career .filter-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.career .filter-item-bottom {
  padding-top: 20px;
}

.career .filter-heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.career .filter-icon-up {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: all 0.3s linear;
}

.career .filter-icon-up.rotate {
  transform: rotate(180deg);
  transition: all 0.3s linear;
}

.career .filter-bottom-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.career .filter-bottom-list label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #474c54;
  cursor: pointer;
}

.career .show-more-filter {
  color: var(--primary-500);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.career .career-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.career .career-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding: 10px 22px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #e4e5e8;
  transition: all 0.3s linear;
}

.career .career-item:hover {
  box-shadow: 0px 8px 16px 0px rgba(0, 62, 68, 0.1);
  border: 1px solid #e4e5e8;
  transition: all 0.3s linear;
}

.career .career-item:active,
.career .career-item:focus {
  border: 1px solid var(--primary-500);
  box-shadow: 0px 8px 16px 0px rgba(0, 62, 68, 0.1);
}

.career .career-item .logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.career .career-item .job-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #18191c;
}

.career .career-item .job-desc {
  display: flex;
  align-items: center;
  gap: 16px;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #9199a3;
  flex-wrap: wrap;
}

.career .career-item .job-desc > div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.career .career-item .job-desc img {
  height: 22px;
  width: auto;
  object-fit: contain;
}

.career .career-item .job-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.career .job-btn a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.career .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}

.career .pagination-container {
  display: flex;
  align-items: center;
  gap: 24px;
}

.career .pagination-container .pagi-btn,
.career .pagination-container .pagi-page {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.career .pagi-btn {
  cursor: pointer;
  border: 1px solid /*var(--tertiary-500)*/ #b5b5b5;
}

.career .pagi-next {
  background-color: var(--primary-500);
  cursor: pointer;
  border: 1px solid var(--primary-500);
  backdrop-filter: blur(32.7px);
}

.career .pagi-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.career .pagination-container .pagi-page {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #5e5e5e;
  cursor: pointer;
  border: 1px solid #b5b5b5;
  transition: all 0.3s linear;
  backdrop-filter: blur(32.7px);
}

.career .pagination-container .pagi-page:hover {
  border: 1px solid var(--tertiary-500);
  color: var(--tertiary-500);
  font-weight: 500;
  transition: all 0.3s linear;
}

.career .pagination-container .pagi-page.active {
  background-color: var(--primary-500);
  border: 1px solid var(--primary-500);
  font-weight: 500;
  color: #fff;
  backdrop-filter: blur(32.7px);
}

.career-list-mb {
  display: none;
}

.career .no-result {
  padding: 80px;
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  height: fit-content;
  border: 1px solid #e4e5e8;
}

.career .no-result .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  color: var(--primary-500);
  margin-bottom: 16px;
}

.career .no-result .desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #000;
}

.career .career-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.career .career-heading .filter-carrer {
  display: none;
  align-items: center;
  gap: 8px;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #18191c;
  border-radius: 66px;
  padding: 8px 12px 8px 16px;
  border: 1px solid #e4e5e8;
}

.career .career-heading .filter-carrer img {
  width: 24px;
  height: auto;
}

.career-list-mb {
  flex-direction: column;
  gap: 16px;
}

.career-list-mb-item {
  background-color: #fff;
  padding: 24px 16px;
  border-radius: 8px;

  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #e4e5e8;
}

.career-list-mb-item:hover {
  border: 1px solid #e4e5e8;
  box-shadow: 0px 8px 16px 0px rgba(0, 62, 68, 0.1);
}

.career-list-mb-item:active,
.career-list-mb-item:focus {
  border: 1px solid var(--primary-500);
  box-shadow: 0px 8px 16px 0px rgba(0, 62, 68, 0.1);
}

.career-list-mb-top {
  display: flex;
  gap: 24px;
}

.career-list-mb-top .job-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.career-list-mb-top .logo img {
  width: 62px;
  height: auto;
  object-fit: contain;
}

.career-list-mb-top .job-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #18191c;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.career-list-mb .job-detail-mb {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #9199a3;
}

.career-list-mb .job-detail-mb img {
  height: 22px;
  width: auto;
  object-fit: contain;
}

.career-list-mb-bot {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.career-list-mb .career-list-mb-item .job-btn {
  display: flex;
  justify-content: center;
}

.filter-sticky {
  display: none;
}

.career .career-filter-header-mb,
.career .career-filter-footer-mb,
.filter-item-bottom .search-dropdown {
  display: none;
}

.component-dropdown-newtwork {
  display: none;
}

.pagination-mobile,
.career .pagination-mobile .pagination-container .pagi-btn {
	display: none;
}

@media screen and (max-width: 576px) {
  .career {
    padding: 70px 0 80px;
  }

  .career-list-mb-top {
    height: 83px;
    align-items: center;
  }

  .career-list-mb {
    display: flex;
  }

  .career .career-result {
    flex-direction: column;
  }

  .career .career-filter,
  .career .career-list {
    display: none;
  }

  .career .career-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }

  .career .pagination {
    padding-top: 32px;
  }

  .career .pagination-container .pagi-btn {
    display: none;
  }

  .career .no-result {
    padding: 32px 24px;
  }

  .career .no-result .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }

  .career .no-result .desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .career .career-heading .filter-carrer {
    display: flex;
  }

  .filter-sticky {
    display: flex;
    align-items: center;
    gap: 8px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: var(--primary-500);
    width: 100%;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s linear;
  }

  .filter-sticky.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.1s linear;
  }

  .filter-sticky .search-text {
    flex: 1;
  }

  .filter-sticky .keyword-text {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 8px 16px 8px 14px;
    border-radius: 26px;
    background-color: #fff;
  }

  .filter-sticky .search-text .keyword-text input {
    border: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #5e5e5e;
    outline: none;
  }

  .filter-sticky .keyword-text .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  /* filter */

  .career .career-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f8f8f8;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
  }

  .career .career-filter.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
  }

  .career .career-filter .filter-item {
    border-bottom: 16px solid #f8f8f8;
    background-color: #fff;
  }

  .career .filter-icon-up {
    display: none;
  }

  .career .career-filter .filter-item.category .filter-bottom-list,
  .career .career-filter .filter-item.type .filter-bottom-list {
    flex-direction: row;
    gap: 16px;
  }

  .career .career-filter .filter-bottom-list {
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
  }

  .career .career-filter .filter-bottom-list input[type="checkbox"] {
    display: none;
  }

  .career .filter-item.location .filter-bottom-list label

    /* .career .filter-item.type .filter-bottom-list label */ {
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #abdfe1;
  }

  .career .filter-item.location input[type="checkbox"]:checked + label,
  .career .filter-item.type input[type="checkbox"]:checked + label {
    color: #fff;
    background-color: var(--primary-500);
  }

  .career .filter-item.network .filter-item-bottom .filter-bottom-list {
    display: none;
  }

  .career .career-filter-footer-mb {
    padding: 24px;
    box-shadow: 0px -8px 16px 0px rgba(0, 62, 68, 0.05);
    display: block;
    background-color: #fff;
  }

  .career .career-filter-footer-mb .btn {
    width: 100%;
  }

  .career .career-filter-body {
    flex: 1;
    max-height: calc(100vh - 185px);
    overflow-y: auto;
  }

  .career .career-filter-header-mb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    background-color: #fff;
    border-bottom: 1px solid #f8f8f8;
  }

  .career .career-filter-header-mb .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    color: #00171f;
  }

  /* dropdown */

  .filter-item-bottom .search-dropdown .dropdown.none {
    border: 1px solid #9199a3;
  }

  .filter-item-bottom .search-dropdown {
    display: block;
  }

  .filter-item-bottom .search-dropdown .dropdown {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #9199a3;
    border: 1px solid var(--primary-500);
  }

  .filter-item-bottom .search-dropdown .logo-location,
  .filter-item-bottom .search-dropdown .logo-dropdown,
  .filter-item-bottom .search-dropdown .logo-close {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: all 0.3s linear;
  }

  .filter-item-bottom .dropdown {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px 8px 14px;
    border-radius: 8px;
    border: 1px solid #9199a3;
    width: 100%;
    cursor: pointer;
  }

  .filter-item-bottom .dropdown.open {
    border: 1px solid var(--primary-500);
  }

  .filter-item-bottom .dropdown.open .dropdown-list {
    display: block;
  }

  .filter-item-bottom .dropdown.open .logo-dropdown {
    transform: rotate(180deg);
    transition: all 0.3s linear;
  }

  .filter-item-bottom .dropdown .dropdown-label {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    max-width: 320px;
    overflow: auto;
  }

  .filter-item-bottom .dropdown .dropdown-label::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  .filter-item-bottom .dropdown .dropdown-label span {
    padding: 8px 12px;
  }

  .filter-item-bottom .dropdown .selected-item {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #464d61;
    background-color: #f8f8f8;
    border-radius: 30px;
    padding: 8px 12px;
    white-space: nowrap;
  }

  /* component dropdown network */

  .component-dropdown-newtwork {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
  }

  .component-dropdown-newtwork.active {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.3s linear;
  }

  .component-dropdown-network--container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .component-dropdown-newtwork .search-dropdown-wrap {
    flex: 1;
    padding: 24px;
  }

  .component-dropdown-newtwork .top,
  .component-dropdown-newtwork .bot {
    padding: 24px;
  }

  .component-dropdown-newtwork .top {
    border-bottom: 1px solid var(--Gray-100, #e4e5e8);
  }

  .component-dropdown-newtwork .bot {
    box-shadow: 0px -8px 16px 0px rgba(0, 62, 68, 0.05);
  }

  .component-dropdown-newtwork .bot .btn {
    width: 100%;
  }

  .component-dropdown-newtwork .top .back {
    width: fit-content;
  }

  .component-dropdown-newtwork .dropdown .dropdown-list {
    background-color: #fff;
    padding: 16px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    border-radius: 8px;
    width: 100%;
    max-height: 70vh;
    overflow-y: auto;
    z-index: 10;
  }

  .component-dropdown-newtwork .dropdown .dropdown-list::-webkit-scrollbar {
    width: 8px;
  }

  .component-dropdown-newtwork
    .dropdown
    .dropdown-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
  }

  .component-dropdown-newtwork
    .dropdown
    .dropdown-list::-webkit-scrollbar-thumb {
    background: var(--tertiary-500);
    border-radius: 8px;
  }

  .component-dropdown-newtwork .dropdown .dropdown-list > div {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .component-dropdown-newtwork .dropdown .dropdown-list .checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .component-dropdown-newtwork
    .dropdown
    .dropdown-list
    .checkbox
    input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid var(--tertiary-500);
    position: relative;
  }

  .component-dropdown-newtwork
    .dropdown
    .dropdown-list
    .checkbox:hover
    input[type="checkbox"] {
    border: 1px solid var(--primary-500);
  }

  .component-dropdown-newtwork
    .dropdown
    .dropdown-list
    .checkbox
    input[type="checkbox"]:checked {
    background-color: var(--primary-500);
  }

  .component-dropdown-newtwork
    .dropdown
    .dropdown-list
    .checkbox
    input[type="checkbox"]:checked::after {
    content: "â";
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -1px;
    left: 4px;
  }

  .component-dropdown-newtwork .dropdown .dropdown-list .checkbox label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #474c54;
    cursor: pointer;
  }
  
  .pagination-mobile {
	display: flex;
	padding-top: 24px !important;
	}
	
	.career .pagination-mobile .pagination-container .pagi-btn {
		display: flex;
	}
}

.hero .search-text {
  position: relative;
}

.hero .search-text::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background: #e4e5e8;
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  display: none;
}

.hero .search-text .keyword-text.open {
  border: none;
}

.hero .keyword-text {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 420px;
  padding: 8px 16px 8px 14px;
  border-radius: 8px;
  border: none;
  color: #5e5e5e;
}

.hero .keyword-text input {
  border: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #9199a3;
  outline: none;
  flex: 1;
  padding: 8px 14px;
  color: #5e5e5e;
  background: transparent;
  border-bottom: 2px solid var(--Viridian-Green---Teal---Second-500, #0090a1);
}

.hero .keyword-text input::placeholder {
  color: #5e5e5e;
}

@media screen and (max-width: 1024px) {
  .hero-heading {
    padding: 60px 0 20px;
  }
}

.hero .search {
  position: absolute;
  bottom: -13%;
  backdrop-filter: blur(10px);
  background: hsla(0, 0%, 100%, .2);
box-shadow: 0 0 16px rgba(0, 0, 0, .133);
      z-index: 3;
	  border-radius: 26px;
}

.hero .background-layer {
	backdrop-filter: blur(8px);
    background: linear-gradient(90deg, hsla(0, 0%, 100%, .467), #fff 27%, hsla(0, 0%, 100%, .467));
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
	border-radius: 26px;
}

@media screen and (max-width: 1024px) {
  .hero .search {
    bottom: -19%;
  }

  .hero .search .search-dropdown,
  .hero .search .search-button {
    display: block;
    width: 100%;
  }

  .hero .search .search-button {
    display: block;
    width: 592px;
    height: 48px;
    text-align: center;
    padding: 0px;
  }

  .hero .search-button .btn {
    width: 592px;
    height: 48px;
    text-align: center;
  }

  .btn {
    gap: 10px;
  }

  .btn span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 12px;
  }

  .hero .search-container {
    width: 640px;
    padding: 24px;
    border-radius: 24px;
    gap: 24px;
    /* background: linear-gradient(
      90deg,
      rgba(162, 218, 221, 0.79) 0%,
      rgba(255, 255, 255, 0.79) 36.54%,
      rgba(255, 255, 255, 0.79) 100%
    );

    backdrop-filter: blur(12px);
    box-shadow: 0px 4px 20px 0px #00699126; */
  }
  
  .hero .background-layer, .hero .search  {
	  border-radius: 24px;
  }

  .hero .search-text::after {
    display: none;
  }

  .hero .keyword-text,
  .hero .search-text {
    width: 100%;
    background-color: transparent;
    border-radius: 8px;
  }

  .hero .dropdown {
    width: 100%;
  }

  .hero .keyword-text {
    padding: 0px;
  }
}

@media screen and (max-width: 576px) {
  .hero {
    min-height: 181px;
  }

  .hero-heading {
    padding: 80px 0 0;
  }

  .hero-title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .hero .search {
    width: calc(100% - 48px);
    position: absolute;
    bottom: -35px;
  }

  .hero .search .search-dropdown,
  .hero .search .search-button {
    display: block;
    width: 100%;
  }

  .hero .search .search-button {
    display: block;
    width: 240px;
    height: 40px;
    text-align: center;
    padding: 0px;
  }

  .hero .search-button .btn {
    width: 240px;
    height: 40px;
    text-align: center;
  }

  .hero .search-container {
width: 100%;
    padding: 16px;
    border-radius: 20px;
    /* background: linear-gradient(
      52.37deg,
      rgba(162, 218, 221, 0.79) -4.96%,
      rgba(255, 255, 255, 0.79) 25.52%,
      rgba(255, 255, 255, 0.79) 78.45%
    );
    backdrop-filter: blur(32px);
    box-shadow: 0px 4px 20px 0px #00699126; */
gap: 32px;
  }
  
    .hero .background-layer  , .hero .search{
	  border-radius: 20px;
  }


  .hero .search-text::after {
    display: none;
  }

  .hero .keyword-text,
  .hero .search-text {
    width: 100%;
    background-color: transparent;
    border-radius: 8px;
  }

  .hero .dropdown {
    width: 100%;
  }

  .hero .keyword-text {
    padding: 0px;
  }

  .btn {
    gap: 8px;
  }

  .btn span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 0px;
  }


}

.logo-dropdown {
  width: 12px;
  height: 6px;
}

.downloads-wrapper {

}

.download-title {
	font-weight: 400;
	font-size: 16px;
}

.download-btns-wrapper {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.download-btns-wrapper button {
	border: 1px solid #FFFFFF;
	padding: unset;
	flex: 1;
}

.footer__right--item {
	align-items: center;
    background-color: #fff;
    border-radius: 12px;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-right: 8px;
    transition: all .2s ease-out;
    width: 48px;
}

/* Cookie Popup */
.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 20px;
  display: none;
}
@media (max-width: 768px) {
  .cookie-consent-banner {
    padding: 15px;
  }
}

.cookie-consent-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .cookie-consent-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.cookie-consent-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .cookie-consent-text {
    width: 100%;
  }
}

.cookie-message {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}
@media (max-width: 768px) {
  .cookie-message {
    font-size: 13px;
  }
}

.cookie-policy-link {
  color: #006991;
  text-decoration: underline;
  font-size: 14px;
  transition: color 0.3s ease;
}
.cookie-policy-link:hover {
  color: #004d6b;
}
@media (max-width: 768px) {
  .cookie-policy-link {
    font-size: 13px;
  }
}

.cookie-consent-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cookie-consent-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cookie-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}
.cookie-btn:hover {
  opacity: 0.9;
}
.cookie-btn:active {
  transform: scale(0.98);
}

.cookie-btn-reject {
  background-color: #f5f5f5;
  color: #333333;
}
.cookie-btn-reject:hover {
  background-color: #e8e8e8;
}

.cookie-btn-accept {
  background-color: #006991;
  color: #ffffff;
}
.cookie-btn-accept:hover {
  background-color: #004d6b;
}