.careers-head-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.banner__global {
  width: 1600px;
  height: 588px;
  max-width: 100%;
  margin: 0 auto;
}
.img-banner-global{
  width: 100%;
  height: 100%;
}
.careers-title {
  width: 510px;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  margin-right: 150px;
  max-width: 100%;
}
.careers-header-desc {
  font-style: normal;
  width: 510px;
  font-size: 24px;
  line-height: 140%;
  color: #737373;
  max-width: 100%;
}
.careers-header-desc p {
  font-weight: 400;
}
.section-careers-head {
  margin-bottom: 40px;
}
.section-careers-life {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #f2f2f2;
}
.careers-life-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.careers-life-item {
  width: calc(100% / 3);
  margin-right: 40px;
}
.careers-life-item:last-child {
  margin-right: 0;
}
.careers-life-item-img {
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
}
.careers-life-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 24px;
}
.careers-life-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #737373;
}
.section-filter {
  padding-top: 80px;
  padding-bottom: 120px;
}
.filter-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 80px;
}
.row.filter-row {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 80px;
}
.filter-item-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 24px;
  color: #000000;
}
.filter-item-search-box {
  position: relative;
}
.filter-item-search-box input {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8px;
}
.filter-item-search-box svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.filter-result-number {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #737373;
  margin-bottom: 24px;
}
.filter-result-item {
  border-bottom: 1px solid #d9d9d9;
  display: block;
}
.filter-result-item-main {
  padding: 40px 0;
  transition: 0.15s ease-in-out all;
}
.filter-result-item-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #000000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.filter-result-item-name svg{
  margin-top: 10px;
}
.filter-result-item-name-text {
  margin-right: 8px;
  transition: 0.15s ease-in-out all;
}

.filter-result-item-name-text-icon {
  margin-top: 10px;
}
.filter-result-item-location {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #737373;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.filter-result-item-location-text {
  margin-left: 8px;
}
.filter-result {
  transition: 0.15s ease-in-out all;
}
.filter-result:hover {
  background-color: #000000;
}
.filter-result:hover .filter-result-item-name {
  color: #fff;
}
.filter-result:hover .filter-result-item-main {
  padding-left: 40px;
  border-right: 1px solid #fff;
}
.filter-result:hover .filter-result-item-name-text {
  margin-right: 16px;
}

/* custom css pagination */
.section-careers-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
#careers-pagination .page-link {
  background: transparent;
  border: none;
  box-shadow: unset;

  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #b3b3b3;
  position: relative;
  transition: 0.35s ease-in-out all;
  padding-bottom: 16px;
}

#careers-pagination .page-link::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 50%;
  left: 25%;
  border-bottom: 2px solid #000000;
  transition: 0.35s ease-in-out all;
  transform: scale(0);
}
#careers-pagination .page-link:hover {
  color: #000000;
}
#careers-pagination .page-link:hover::after {
  transform: scale(1);
}
#careers-pagination.simple-pagination li {
  margin-right: 28px;
}
#careers-pagination.simple-pagination li:last-child {
  margin-right: 0;
}
#careers-pagination .current {
  background: transparent;
  border: none;
  box-shadow: unset;

  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  position: relative;
}
#careers-pagination .current::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 50%;
  transform: translateX(50%);
  border-bottom: 2px solid #000000;
}
.filter-item-select {
  cursor: pointer;
}
.filter-item-box-option.active {
  display: block;
}
.filter-item-box-option {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1;
}
.filter-item-option-list {
  width: 100%;
  background-color: #d9d9d9;
}
.filter-item-option-item {
  padding: 20px 40px;
}
.filter-item-option-item-link,
.filter-item-option-item-link:hover {
  font-size: 18px;
  line-height: 150%;
  color: #000000;
  display: inline-block;
  position: relative;
}

.filter-item-option-item .filter-item-option-item-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.filter-item-option-item .filter-item-option-item-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.filter-result-notfound {
  display: none;
}
.filter-result-notfound.active {
  display: block;
  margin-top: 80px;
}
.filter-result-notfound-text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #737373;
}
.filter-result-notfound-text-link {
  text-decoration: underline;
}


@media screen and (min-width : 1024px) and (max-width : 1366px) and (orientation: landscape){
  .careers-header-desc p{
    font-weight: 500;
  }
  .banner__global{
    height: unset;
  }
  .filter-item-search-box input{
    border-radius: unset;
  }
}

@media screen and (min-width : 1024px) and (max-width : 1200px) and (orientation: landscape){
  .careers-title{
    margin-right: 40px;
  }
  .careers-header-desc p{
    font-weight: 400;
  }
}


@media screen and (min-width: 576px) and (max-width: 1310px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width : 1024px) {
  .banner__global{
    height: 510px;
  }
  .careers-head-content{
    flex-direction: column;
  }
  .careers-title{
    margin-bottom: 40px;
  }
  .careers-header-desc{
    width: 100%;
    font-size: 18px;
  }
  .filter-title{
    /* width: 335px; */
    max-width: 100%;
  }
  .filter-col{
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 992px) {
  .careers-head-content {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .careers-title {
    margin-right: 0;
    margin-bottom: 24px;
    font-size: 32px;
  }
  .careers-life-list {
    flex-direction: column;
  }
  .careers-life-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .careers-life-item:last-child {
    margin-bottom: 0;
  }
  .section-careers-life {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .careers-life-item-img {
    margin-bottom: 16px;
  }
  .filter-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 40px;
  }
  .section-filter {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .filter-col:first-child {
    margin-bottom: 24px;
  }
  .row.filter-row {
    margin-bottom: 40px;
  }
  .filter-result-number {
    margin-bottom: 16px;
  }
  .filter-result-item-main {
    width: 100%;
  }
  .filter-result-item-name {
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
  }
  .filter-result-item-main {
    padding: 24px 0;
  }
  .section-careers-pagination {
    padding-top: 40px;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
  .banner__global{
    height: 375px;
  }
  .banner__global img {
    object-fit: cover;
    object-position: center;
  }
  .img-banner-global {
    height: 320px;
    object-fit: cover;
    object-position: center;
  }
}


@media screen and (min-width : 768px) and (max-width : 1080px){
  .careers-header-desc{
    width: 844px;
    max-width: 100%;
  }
  .filter-result-item-main{
    padding: 24px 0;
  }
}