.esp-career-header-wrap {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.16);
}
.esp-career-header-wrap .esp-career-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

@media(min-width: 1170px) {
  body:not(.logged-in) #page-wrapper .esp-career-header-wrap {
    position: sticky;
    top: 0;
    z-index: 40;
  }
  body:not(.logged-in) #page-wrapper {
    padding-top: 112px !important;
  }
  body:not(.logged-in) #page-wrapper #header-nav,
  body:not(.logged-in) #page-wrapper #menu-path-wrap {
    position: absolute;
  }
  body:not(.logged-in) #page-wrapper.hide-menu #header-nav,
  body:not(.logged-in) #page-wrapper.hide-menu #menu-path-wrap  {
    display: none;
  }
  body:not(.logged-in) #page-wrapper.hide-menu {
    padding-top: 72px !important;
  }
  body:not(.logged-in) #page-wrapper.hide-menu .esp-career-header-wrap {
    top: 0;
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.16);
  }
  .esp-career-header-wrap .esp-career-header-link-wrap {
    padding-right: 10px;
  }
}

@media(max-width: 1170px) {
  body:not(.logged-in) #page-wrapper {
    padding-top: 144px !important;
  }
  .esp-career-header-wrap .esp-career-header-title {
    display: none;
  }
  .esp-career-header-wrap .esp-career-header-content {
    justify-content: center;
  }
  .esp-career-header-wrap .esp-career-header-content {
    padding: 0 20px;
  }
  body:not(.logged-in) #page-wrapper .esp-career-header-wrap {
    position: fixed;
    top: 72px;
    z-index: 40;
  }
}

#kapa-widget-container,
.sales-question-down-wrap {
  display: none !important;
}

.esp-career-header-wrap .esp-career-header-title {
  font-size: 30px;
  line-height: normal;
  font-family: var(--esp-font-family-light);
}
.esp-career-header-wrap .esp-career-header-link-wrap {
  display: flex;
  align-items: center;
}
.esp-career-header-wrap .esp-career-header-link-wrap a {
  color: #38393a !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  line-height: normal;
}
.esp-career-header-wrap .esp-career-header-link-wrap a  + a {
  margin-left: 40px;
}
.esp-career-header-wrap .esp-career-header-link-wrap  a:hover::after {
  transform: translate(8px, -4px);
}
.esp-career-header-wrap .esp-career-header-link-wrap a::after  {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url(../images/esp-career/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .2s linear;
}
.esp-career-video-wrap {
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.esp-career-video-wrap video {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -15.3%;
}
.esp-career-video-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.esp-career-video-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(87, 127, 225, 0.15);
  z-index: 1;
}
.new-gallary .pdb-word {
  z-index: 3;
}
body:not(.logged-in) .new-gallary .pdb-word  {
  margin-top: -23px !important;
}
body.html .new-gallary .esp-career-banner-wrap .pdb-word h1 {
  font-size: 48px !important;
}
.new-gallary .pdb-word h1,
.new-gallary .pdb-word h2 {
  text-align: center !important;
}
.esp-career-wrap  {
  position: relative;
  --font-size-18: 18px;
}
.esp-career-search-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1076px;
  transform: translate(-50%, -50%);
  height: 92px;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.16);
  border-radius: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 30;
}
.esp-career-search-wrap * {
  box-sizing: border-box;
}
.esp-career-search-wrap .esp-career-search-input {
  width: 540px;
  height: 40px;
  padding: 0 28px;
  background: rgba(142, 142, 142, 0.1);
  border-radius: 30px;
  border: none;
  outline: none !important;
  font-size: var(--font-size-18);
  color: #38393a;
}
.esp-career-search-wrap .esp-career-search-location-wrap {
  margin: 0 32px 0 16px;
  width: 284px;
}
.esp-career-search-wrap .fs-wrap.multiple .fs-arrow {
    height: 100%;
    width: 20px;
    right: 20px;
    border: none;
}
.esp-career-search-wrap .fs-wrap .fs-label {
  color: #8e8e8e;
  font-size: calc(var(--font-size-18) - 1px);
}
.esp-career-search-wrap .fs-wrap:has(.selected) .fs-label {
  color: #38393a;
  font-size: var(--font-size-18);
}
.esp-career-search-wrap .fs-wrap.multiple .fs-arrow::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/job-search-new/arrow.png?v=1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.esp-career-search-wrap .fs-wrap.multiple .fs-label {
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    min-height: 0;
    width: 100%;
    padding-left: 0;
}
.esp-career-search-wrap .fs-wrap {
  width: 100%;
  height: 40px;
  margin: 0;
  line-height: normal;
  font-size: var(--font-size-18);
}
.esp-career-search-wrap .fs-label-wrap {
  background: rgba(142, 142, 142, 0.1);
  border-radius: 30px;
  box-shadow: none;
  border: none;
}
.esp-career-search-wrap .fs-wrap.multiple .fs-label-wrap {
  padding: 0 40px 0 28px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.esp-career-search-wrap .fs-dropdown .fs-options .fs-optgroup .fs-optgroup-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: normal;
}
.esp-career-search-wrap .fs-dropdown .fs-options .fs-optgroup .fs-optgroup-label .field_job_location_checkbox {
  display: block;
  margin-right: -1px;
  font-family: var(--esp-font-family-light);
  font-weight: normal !important;
  cursor: pointer;
}
.esp-career-search-wrap .fs-dropdown .fs-options .fs-optgroup:not(:nth-child(1)):not(:nth-child(5)) .fs-optgroup-label .field_job_location_checkbox {
  display: none !important;
}
.esp-career-search-wrap button {
  width: 140px;
  height: 40px;
  background-color: #38393a;
  border: 1px solid #38393a;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: var(--font-size-18);
}
.esp-career-search-wrap button:hover {
  background-color: #fff;
  color: #38393a;
}
.esp-career-wrap .future-start-wrap {
  background-color: #fafbfc;
  padding-top: 86px;
}
.esp-career-wrap h2 {
  font-size: 44px !important;
  font-weight: bold !important;
}
.job-function-content-wrap {
  padding-bottom: 0 !important;
  max-width: 1240px !important;
}
.job-function-content-wrap .job-function-content-slider-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
/* .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar-wrap {
  order: 2;
} */
.job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar {
  width: 140px;
  min-width: 140px;
  /* height: 480px; */
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 1px rgba(30,31,51,0.12);
  border-radius: 20px;
}
.job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul {
  position: relative;
  list-style: none;
  box-sizing: border-box;
  padding: 16px 11px;
}
.job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul .line-bg {
  position: absolute;
  left: 11px;
  top: 16px;
  width: 118px;
  height: 41px;
  background: #F2F2F2;
  border-radius: 20px;
  z-index: 1;
  transition: all .2s linear;
  margin-top: 0;
}
.job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul li {
  line-height: normal;
  padding: 8px 14px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  cursor: pointer;
  font-size: var(--font-size-18);
  white-space: nowrap;
}
.job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul li + li:not(.line-bg) {
  margin-top: 9px;
}
.job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul li.active {
  font-family: var(--esp-font-family-trueno-bold);
}

.job-function-content-wrap .job-function-content-slider-content-wrap {
  flex: 1;
  min-height: 554px;
}
.job-function-content-wrap .job-function-content-slider-wrap .item-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-content {
  position: relative;
}
.job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider .item-img,
.job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider .item-content-wrap {
  opacity: 0;
}
.job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider .item-img {
  order: 2;
}
.job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider.active .item-content-wrap {
  opacity: 1 !important;
}
.job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider.pre-node {
  z-index: 2;
}
.job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider.active {
  z-index: 3;
}
.job-function-content-wrap .job-function-content-slider-wrap .item-left  .item-content-wrap {
  width: 605px;
  height: 384px;
  background: #FFF;
  border-radius: 20px;
  padding: 40px 40px 40px 40px;
  box-sizing: border-box;
  margin-right: -108px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: 16px;
}

.job-function-content-wrap .job-function-content-slider-wrap .item-left  .item-content-wrap h3 {
  font-size: 30px !important;
  font-family: var(--esp-font-family-trueno-bold);
  line-height: normal;
}

.job-function-content-wrap .job-function-content-slider-wrap .item-left  .item-content-wrap .item-desc {
  margin: 22px 0 38px;
  font-size: var(--font-size-18);
  line-height: 1.66;
}

.job-function-content-wrap .job-function-content-slider-wrap .item-left  .item-content-wrap .item-desc strong {
  font-family: (--esp-font-family-maison-bold);
}

.job-function-content-wrap .job-function-content-slider-wrap .item-left  .item-content-wrap .item-link a {
  font-size: var(--font-size-18);
  font-family: var(--esp-font-family-trueno-bold);
  color: #38393a !important;
  text-decoration: underline;
}
.animate__animated {
  --animate-duration: 0.6s;
  --animate-delay: 1s;
  --animate-repeat: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__fadeInUp {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
}
.about-espressif-wrap{
  padding-top: 44px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.about-espressif-wrap .swiper-container {
  padding-left: 20px;
  padding-right: 20px;
}
 .user-wrap .statement {
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 0;
  font-family: var(--esp-font-family-trueno-regular);
  min-height: 202px;
  padding-right: 6px;
  padding-bottom: 20px;
  max-width: 340px;
  margin: 18px 0;
  text-align: left;
  box-sizing: border-box;
 }
.user-wrap .statement .quotes-left, .user-wrap .statement .quotes-right {
  position: relative;
  display: inline-block;
  min-width: 32px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.user-wrap .statement .quotes-left {
    vertical-align: bottom;
    top: -8px;
    background-image: url("../images/esp-career/quotes-left.png");
    margin-right: 12px;
}
.user-wrap .statement .quotes-right {
  position: absolute;
  vertical-align: top;
  bottom: 0;
  right: 0;
  background-image: url("../images/esp-career/quotes-right.png");
}
.swiper-slide {
  background-color: transparent !important;
}
.swiper-button-next, .swiper-button-prev {
  top: 37%;
  --swiper-theme-color: #2e2e33;
  --swiper-navigation-size: 20px;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  left: unset;
  right: 0;
}
.user-wrap .user-info-wrap {
  max-width: 340px;
  padding-left: 44px;
  justify-content: flex-start !important;
}
.user-wrap .user-info-wrap p {
  margin: 0;
  font-family: var(--esp-font-family-regular);
  color: #8e8e8e;
  line-height: 1.325;
  text-align: left;
}
.about-espressif-wrap {
  padding-bottom: 74px !important;
}
.user-wrap .user-info-wrap .user-img {
  margin-right: 24px;
}
.user-wrap .user-info-wrap .user-img img {
  display: block;
}

.esp-job-type-wrap {
  background-image: url(../images/esp-career/job-type-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.esp-job-type-wrap .inside {
  max-width: 1150px !important;
}
.esp-job-type-wrap h2 {
  margin-bottom: 80px;
}
.esp-job-type-content-wrap .item-wrap {
  flex-wrap: wrap;
  gap: 96px;
}
.esp-job-type-content-wrap h3 {
  line-height: normal;
}
.esp-job-type-content-wrap .item {
  flex: 1;
  min-width: 30%;
  max-width: 510px;
  display: flex;
  align-items: flex-start;
}
.esp-job-type-content-wrap .item .item-img {
  margin-right: 20px;
}
.esp-job-type-content-wrap .item .item-desc {
  margin: 20px 0 0;
  line-height: 1.44;
  font-size: var(--font-size-18);
}
.item-link-wrap {
  margin-top: 100px;
  padding-bottom: 10px;
}
.item-link-wrap,
.item-link-wrap a,
.fixed-job-search-btn a  {
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-link-wrap a,
.fixed-job-search-btn a {
  width: 172px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px 1px rgba(15,49,74,0.12);
  border-radius: 20px;
  color: #38393a !important;
  text-decoration: none !important;
  font-size: var(--font-size-18);
}
.item-link-wrap a  + a {
  margin-left: 32px;
}
.item-link-wrap a:hover::after,
.fixed-job-search-btn a:hover::after {
  transform: translate(8px, -4px);
}
.item-link-wrap a::after,
.fixed-job-search-btn a::after  {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url(../images/esp-career/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .2s linear;
}
.professional-live-wrap.inside {
  padding-top: 120px;
}
.professional-live-wrap h2 {
  margin-bottom: 60px;
}
.professional-live-wrap .professional-live-slider-bar {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  height: 60px;
  padding: 8px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.16);
  border-radius: 38px;
}
.professional-live-wrap .professional-live-slider-bar ul {
  position: relative;
  display: flex;
  align-items: center;
}
.professional-live-wrap .professional-live-slider-bar ul li {
  position: relative;
  flex: 1;
  z-index: 2;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-18);
  cursor: pointer;
}
.professional-live-wrap .professional-live-slider-bar ul li.active {
  font-family: var(--esp-font-family-trueno-bold);
} 
.professional-live-wrap .professional-live-slider-bar ul li + li {
  margin-left: 20px;
}
.professional-live-wrap .professional-live-slider-bar ul li.line-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 164px;
  height: 44px;
  background: #F2F2F2;
  border-radius: 26px;
  margin-left: 0 !important;
  z-index: 1;
  transition: all .2s linear;
}
.professional-live-wrap .professional-live-content-slider-content-wrap {
  min-height: 364px;
  max-width: 1100px;
  margin: 56px auto 0;
}
.professional-live-wrap .professional-live-content-slider-content-wrap .item-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.professional-live-wrap .professional-live-content-slider-content-wrap .professional-live-content-slider-content {
  position: relative;
}
.professional-live-wrap .professional-live-content-slider-content-wrap .professional-live-item-slider {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.professional-live-wrap .professional-live-content-slider-content-wrap .professional-live-item-slider .item-img,
.professional-live-wrap .professional-live-content-slider-content-wrap .professional-live-item-slider .item-content-wrap .item-content {
  opacity: 0;
}
.professional-live-wrap .professional-live-content-slider-content-wrap .professional-live-item-slider.pre-node {
  z-index: 2;
}
.professional-live-wrap .professional-live-content-slider-content-wrap .professional-live-item-slider.active {
  z-index: 3;
}
.professional-live-wrap .professional-live-content-slider-content-wrap .item-left  .item-content-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.professional-live-wrap .professional-live-content-slider-content-wrap .item-left  .item-content-wrap .item-content {
  flex: 1;
  margin-right: 100px;
  padding-left: 40px;
  width: 430px;
  box-sizing: border-box;
}

.professional-live-wrap .professional-live-content-slider-content-wrap .item-left  .item-content-wrap .item-img {
  height: 364px;
  width: 560px;
  padding-right: 10px;
}

.professional-live-wrap .professional-live-content-slider-content-wrap .item-left  .item-content-wrap h3 {
  font-size: 30px !important;
  font-family: var(--esp-font-family-trueno-bold);
  line-height: normal;
  white-space: nowrap;
}

.professional-live-wrap .professional-live-content-slider-content-wrap .item-left  .item-content-wrap .item-desc {
  margin: 22px 0 0;
  font-size: var(--font-size-18);
  line-height: 1.66;
}

.professional-live-wrap .professional-live-content-slider-content-wrap .item-left  .item-content-wrap .item-desc strong {
  font-family: var(--esp-font-family-maison-bold);
}
.official-location-wrap.inside {
  padding-top: 60px;
}
.official-location-wrap .official-location-content h2 {
  text-align: left;
  margin-bottom: 20px;
}
.official-location-wrap .official-location-content .item-left {
  padding-left: 30px;
}
.official-location-wrap .official-location-content .item-left p {
  margin: 0;
  font-size: var(--font-size-18);
}
.official-location-wrap .official-location-content {
  justify-content: space-between;
}
.official-location-wrap .official-location-content .item-right ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 48px 100px;
  max-width: 630px;
}
.official-location-wrap .official-location-content .item-right ul li {
  max-width: 140px;
  min-width: 140px;
  width: fit-content;
}
.official-location-wrap .official-location-content .item-right ul li p {
  margin: 4px 0 0;
}
.buy-now {
  background: #fff !important;
}
.buy-now .buy-now-bg {
  background-image: none;
  margin-top: 40px;
  margin-bottom: 80px;
}
.buy-now .buy-now-bg .inside {
  padding-top: 0;
  padding-bottom: 0;
}
.buy-now .buy-now-bg .inside .row {
  background-image: url(../images/esp-career/buy-now.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 26px;
  padding: 82px 68px 82px 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
.buy-now .buy-now-bg .inside .row h2,
.buy-now .buy-now-bg .inside .row .btn-wrap {
  max-width: 453px;
  width: 100%;
  margin: 0;
  color: #38393a;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.buy-now .buy-now-bg .inside .row .btn-wrap {
  margin-top: 14px;
}
.buy-now .buy-now-bg .inside .row .btn-wrap a {
  width: 172px;
  height: 40px;
  background: #38393A !important;
  border-radius: 20px !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid #38393A !important;
  line-height: normal !important;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy-now .buy-now-bg .inside .row .btn-wrap a:hover {
  background: #FFF !important;
  color: #38393a !important;
}
.buy-now .buy-now-bg .inside .row .btn-wrap a:hover::after {
  transform: translate(8px, -4px);
  background-image: url(../images/esp-career/arrow1.png);
}
.buy-now .buy-now-bg .inside .row .btn-wrap a::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-image: url(../images/esp-career/arrow-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .2s linear;
}

.esp-career-search-wrap .fs-dropdown {
  min-width: 256px;
  border: none;
  box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.16);
  border-radius: 4px;
}
.esp-career-search-wrap .fs-dropdown {
  min-width: 236px;
}
.esp-career-search-wrap .fs-dropdown .fs-search,
.esp-career-search-wrap .fs-dropdown .fs-search input {
  display: none;
}
.esp-career-search-wrap .fs-dropdown .fs-options {
  padding: 8px 0 16px 0;
  max-height: 414px;
}
.fs-options::-webkit-scrollbar {
  width: 8px;
}
.fs-options::-webkit-scrollbar-track {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  background: rgba(56, 57, 58, 0.05);
}
 .fs-options::-webkit-scrollbar-thumb {
   -webkit-box-shadow: none;
  background: rgba(56, 57, 58, 0.1);
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
.fs-wrap .fs-option:hover {
  background-color: #f4f4f4;
}
.fs-wrap .fs-option.selected {
  /* color: #1290D8; */
  color: #38393a;
}
.esp-career-search-wrapp .fs-wrap .fs-optgroup-label {
  position: relative;
  border: none;
  margin-bottom: 3px;
}
.esp-career-search-wrap .fs-wrap .fs-optgroup {
  position: relative;
}
.esp-career-search-wrap .fs-wrap .fs-optgroup:not(:first-child)::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 42px;
  top: 0;
  background-color: rgba(112, 112, 112, 0.1);
  height: 2px;
}
.esp-career-search-wrap .fs-wrap .fs-optgroup-label,
.esp-career-search-wrap .fs-wrap .fs-option {
  padding: 10px 42px 10px 24px;
}
.esp-career-search-wrap .fs-wrap .fs-optgroup-label {
  padding-top: 0;
  padding-bottom: 0;
}
.esp-career-search-wrap .fs-wrap .fs-optgroup {
  padding-top: 20px;
  padding-bottom: 10px;
}
.esp-career-search-wrap .fs-wrap .fs-optgroup:last-child {
  padding-bottom: 0;
}
.esp-career-search-wrap .fs-wrap .fs-optgroup-label,
.esp-career-search-wrap .fs-wrap .fs-option {
  border: none;
}
.esp-career-search-wrap .fs-wrap.multiple .fs-option  {
  padding-right: 24px;
  display: flex;
  align-items: center;
  margin-right: 0 !important;
  line-height: normal;
}
.esp-career-search-wrap .fs-wrap.multiple .fs-option .fs-checkbox {
  order: 1;
  left: unset;
  right: 38px;
}
.esp-career-search-wrap .fs-wrap.multiple .fs-option .fs-checkbox i {
  width: 20px;
  height: 20px;
  border: 1.5px solid rgba(173, 173, 173, 0.6);
  box-sizing: border-box;
}
.esp-career-search-wrap select {
  opacity: 0;
}
.esp-career-search-wrap .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-image: url(../images/job-search-new/yes.png);
  background-color: #fff;
  background-position: center -2px;
  background-size: 20px;
}

.esp-career-search-wrap .fs-dropdown {
  right: 0;
}
.esp-career-search-wrap .fs-dropdown .fs-options .fs-optgroup:nth-child(2) .fs-optgroup-label {
  display: none;
}
.esp-career-search-wrap .fs-dropdown .fs-options .fs-optgroup:nth-child(2) .fs-option {
  font-family: var(--esp-font-family-trueno-semibold);
  padding-top: 10px;
  padding-bottom: 10px;
}
.i18n-zh-hans .esp-career-search-wrap .fs-dropdown .fs-options .fs-optgroup:nth-child(2) .fs-option {
  font-weight: bold !important;
}
.esp-career-search-wrap .fs-dropdown .fs-options .fs-optgroup:nth-child(2) {
    padding-top: 10px;
}
.fixed-job-search-btn {
  position: fixed;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 10;
}
.fixed-job-search-btn a {
  font-family: var(--esp-font-family-medium);
  font-weight: 600;
}
.fixed-job-search-btn a::after {
  background-image: url(../images/esp-career/arrow1.png);
}

@media (max-width: 1380px) {
  .about-espressif-wrap .swiper-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .job-function-content-wrap .job-function-content-slider-wrap {
    display: block;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    border-radius: 38px;
    background-color: #fff;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul li {
    flex: 1;
    text-align: center;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul li + li {
    margin-left: 0;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul li + li:not(.line-bg) {
    margin-top: 0;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul .line-bg {
    top: 8px !important;
    left: 8px;
    height: 44px;
    box-sizing: border-box;
    margin-left: 0 !important;
    border-radius: 38px;
  }
  .job-function-content-wrap .job-function-content-slider-content-wrap {
    margin-top: 56px;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
  .professional-live-wrap .professional-live-content-slider-content-wrap .item-left .item-content-wrap .item-content {
    margin-right: 50px;
  }
  .professional-live-wrap .professional-live-slider-bar ul li + li {
    margin-left: 0;
  }
  .official-location-wrap .official-location-content .item-right ul {
    gap: 28px 50px;
    max-width: 530px;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul .line-bg {
    width: 12.5%;
  }
  .professional-live-wrap .professional-live-slider-bar ul li.line-bg {
    width: 16.6667%;
  }
  .esp-job-type-wrap h2 {
    margin-bottom: 50px;
  }
  .item-link-wrap {
    margin-top: 70px;
  }
  .professional-live-wrap.inside {
    padding-top: 90px;
  }
  .professional-live-wrap h2 {
    margin-bottom: 40px;
  }
  .official-location-wrap.inside {
    padding-top: 30px;
  }
  .buy-now .buy-now-bg {
    margin-top: 10px;
  }
  .esp-job-type-content-wrap .item-wrap {
    gap: 60px;
  }
  .job-function-content-wrap .job-function-content-slider-wrap {
    margin-top: 50px;
  }
  .esp-career-search-wrap {
    left: 20px;
    right: 20px;
    max-width: 100%;
    transform: translateY(-50%);
    padding: 26px 32px;
    box-sizing: border-box;
    width: auto;
  }
  .esp-career-search-wrap .esp-career-search-input-wrap {
    flex: 1;
  }
  .esp-career-search-wrap .esp-career-search-input-wrap .esp-career-search-input {
    width: 100%;
  }
  .esp-career-search-wrap .esp-career-search-location-wrap {
    width: 30%;
    max-width: 284px;
  }
}
@media (max-width: 1050px) {
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar-wrap,
  .professional-live-wrap .professional-live-slider-bar-wrap {
    height: 46px;
    overflow: hidden;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar,
  .professional-live-wrap .professional-live-slider-bar {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 12px !important;
    border-radius: 0;
    height: auto;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul,
  .professional-live-wrap .professional-live-slider-bar ul {
    background-color: transparent !important;
    box-shadow: none;
    padding: 0;
    min-width: 970px;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul .line-bg,
  .professional-live-wrap .professional-live-slider-bar ul li.line-bg {
    top: 0 !important;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .item-left {
    display: block;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .item-left .item-content-wrap {
    margin-left: 0;
    width: 630px;
    height: 430px;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider .item-img, 
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider .item-content-wrap,
  .job-function-content-wrap .job-function-content-slider-wrap .item-left .item-content-wrap,
  .job-function-content-wrap .job-function-content-slider-wrap .item-left .item-content-wrap h3,
  .job-function-content-wrap .job-function-content-slider-wrap .item-left .item-content-wrap .item-desc {
    text-align: center;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider .item-img {
    position: relative;
    z-index: 3;
  }
  .job-function-content-wrap .job-function-content-slider-content-wrap {
    height: fit-content;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider .item-img img {
    display: block;
    width: 400px;
    height: auto;
    margin: 0 auto;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .item-left .item-content-wrap {
    padding-top: 80px;
    margin-top: -44px;
    margin-left: auto;
    margin-right: auto;
  }
  .professional-live-wrap .professional-live-content-slider-content-wrap .item-left .item-content-wrap {
    flex-direction: column;
  }
  .professional-live-wrap .professional-live-content-slider-content-wrap .item-left .item-content-wrap .item-img {
    order: 1;
    padding-right: 0;
  }
  .professional-live-wrap .professional-live-content-slider-content-wrap .item-left .item-content-wrap .item-content {
    order: 2;
    margin-right: 0;
  }
  .professional-live-wrap .professional-live-slider-bar {
    box-shadow: none;
    padding: 0;
  }
  .professional-live-wrap .professional-live-content-slider-content-wrap .professional-live-item-slider,
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider {
    position: static;
    transform: none;
  }
  .professional-live-wrap .professional-live-content-slider-content-wrap .professional-live-item-slider:not(.active),
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider:not(.active) {
    display: none;
  }
  .professional-live-wrap .professional-live-content-slider-content-wrap .item-left {
    justify-content: center;
  }
  .professional-live-wrap .professional-live-content-slider-content-wrap .item-left .item-content-wrap .item-content h3 {
    text-align: center;
  }
  .professional-live-wrap .professional-live-content-slider-content-wrap .item-left .item-content-wrap .item-content {
    padding-left: 0;
    width: 100%;
    max-width: 630px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .esp-career-wrap {
    --font-size-18: 16px;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul li,
  .professional-live-wrap .professional-live-slider-bar ul li {
    padding: 9px 0;
    height: 32px;
    box-sizing: border-box;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul .line-bg {
    height: 32px;
    width: 92px;
  }
   .professional-live-wrap .professional-live-slider-bar ul li.line-bg {
    height: 32px;
   }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul, 
  .professional-live-wrap .professional-live-slider-bar ul {
    min-width: 750px;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar-wrap, .professional-live-wrap .professional-live-slider-bar-wrap {
    height: 34px;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-content-slider-bar ul .line-bg {
    left: 0;
  }
  .esp-job-type-content-wrap .item-wrap {
    display: block;
  }
  .esp-job-type-content-wrap .item {
    min-width: 100%;
    max-width: 100%;
  }
  .esp-job-type-content-wrap .item + .item {
    margin-top: 28px;
  }
  .esp-job-type-content-wrap .item .item-img {
    margin-right: 12px;
  }
  .esp-job-type-content-wrap .item .item-desc {
    margin-top: 16px;
  }
  .esp-job-type-wrap h2 {
    margin-bottom: 32px;
  }
  .item-link-wrap {
    margin-top: 40px;
    padding-bottom: 0;
    flex-direction: column;
  }
  .item-link-wrap a {
    margin-left: 0 !important;
  }
  .item-link-wrap a + a {
    margin-top: 20px;
  }
  .esp-job-type-wrap {
    background-image: url(../images/esp-career/job-type-mobile-bg.png);
  }
  .professional-live-wrap.inside {
    padding-top: 60px;
  }
  .professional-live-wrap h2 {
    margin-bottom: 32px;
  }
  .professional-live-wrap .professional-live-content-slider-content-wrap {
    margin-top: 32px;
  }
  .professional-live-wrap .professional-live-content-slider-content-wrap .item-left .item-content-wrap .item-content h3 {
    text-align: center;
  }
  .professional-live-wrap .professional-live-content-slider-content-wrap .item-left .item-content-wrap .item-desc {
    margin-top: 20px;
    text-align: center;
  }
  .official-location-wrap.inside {
    padding-top: 10px;
  }
  .official-location-wrap .official-location-content {
    display: block;
  }
  .official-location-wrap .official-location-content .item-left {
    padding-left: 0;
    text-align: center;
  }

  .official-location-wrap .official-location-content .item-left  h2 {
    text-align: center;
    margin-bottom: 18px;
  }
  .official-location-wrap .official-location-content .item-left p {
    margin: 0 auto;
    max-width: 280px;
  }
  .esp-career-wrap h2 {
    font-size: 30px !important;
  }
  .esp-career-wrap h3,
  .professional-live-wrap .professional-live-content-slider-content-wrap .item-left .item-content-wrap h3,
  .job-function-content-wrap .job-function-content-slider-wrap .item-left .item-content-wrap h3 {
    font-size: 20px !important;
  }
  .official-location-wrap .official-location-content .item-right ul {
    gap: 28px 32px;
    max-width: 236px;
    margin: 32px auto 0;
  }
  .official-location-wrap .official-location-content .item-right ul li:nth-child(even) {
    max-width: auto;
    min-width: auto;
  }
  .buy-now .buy-now-bg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .buy-now .buy-now-bg .inside {
    background-image: url(../images/esp-career/buy-now-mobile.png);
    position: relative;
    min-height: 360px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 26px;
  }
  .buy-now .buy-now-bg .inside .row {
    background-image: none;
    padding: 0 !important;
    position: absolute;
    left: 50%;
    bottom: 42px;
    margin-top: 0;
    transform: translateX(-50%);
    width: 100%;
  }
  .buy-now .buy-now-bg .inside .row h2 {
    text-align: center;
    justify-content: center;
    max-width: 100%;
  }
  .buy-now .buy-now-bg .inside .row .btn-wrap {
    margin-top: 10px;
    max-width: 100%;
  }
  .buy-now .buy-now-bg .inside .row .btn-wrap ul {
    margin: 0 auto;
  }
  .professional-live-wrap .professional-live-content-slider-content-wrap .item-left .item-content-wrap .item-img {
    height: auto;
    width: 100%;
  }
  .professional-live-wrap .professional-live-content-slider-content-wrap .item-left .item-content-wrap .item-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .job-function-item-slider .item-img img {
    width: 264px;
    height: auto;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .item-left .item-content-wrap {
    width: 100%;
    height: fit-content;
    min-height: 400px;
    padding: 60px 22px 32px;
  }
  .job-function-content-wrap .job-function-content-slider-wrap .item-left .item-content-wrap .item-desc {
    margin: 14px 0 20px;
  }
  .job-function-content-wrap .job-function-content-slider-wrap {
    margin-top: 32px;
  }
  .job-function-content-wrap .job-function-content-slider-content-wrap {
    margin-top: 40px;
  }
  .job-function-content-wrap .job-function-content-slider-content-wrap p.item-link {
    margin: 0 auto;
  }
  .about-espressif-wrap {
    padding-top: 28px !important;
  }
  .esp-career-search-wrap {
    padding: 8px;
    width: auto;
    height: fit-content;
  }
  .esp-career-search-wrap .esp-career-search-input,
  .esp-career-search-wrap .fs-wrap,
  .esp-career-search-wrap .fs-wrap.multiple .fs-label-wrap
   {
    height: 30px;
    min-height: 30px;
  }
  .esp-career-search-wrap .esp-career-search-input {
    padding: 0 11px;
  }
  .esp-career-search-wrap .fs-wrap.multiple .fs-label-wrap {
    padding: 0 30px 0 11px;
  }
  .esp-career-search-wrap .fs-wrap.multiple .fs-arrow {
    right: 11px;
  }
  .esp-career-search-wrap .esp-career-search-input-wrap {
    flex: 1;
  }
  .esp-career-search-wrap .esp-career-search-input-wrap .esp-career-search-input {
    width: 100%;
  }
  .esp-career-search-wrap .esp-career-search-location-wrap {
    width: 35%;
    margin: 0 8px;
  }
  .esp-career-search-wrap button {
    width: 68px;
    height: 30px;
  }
  .esp-career-video-wrap {
    max-height: 424px;
  }
  .esp-career-video-wrap video {
    width: auto;
    height: 424px;
    transform: translateX(calc((100% - 100vw) / 2 * -1));
  }
  .job-function-content-wrap {
    padding-top: 0 !important;
  }
  body.html .new-gallary .esp-career-banner-wrap .pdb-word h1 {
    font-size: 30px !important;
  }
  body:not(.logged-in) .new-gallary .pdb-word  {
    margin-top: -11px !important;
  }
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
  @keyframes fadeInRight {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
  @keyframes fadeInLeft {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @-webkit-keyframes fadeOutLeft {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }
  }
  @keyframes fadeOutLeft {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }
  }

  @-webkit-keyframes fadeOutRight {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }
  }
  @keyframes fadeOutRight {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }
  }

  @-webkit-keyframes fadeOutDown {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }
  }
  @keyframes fadeOutDown {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
    }
  }
}