.container-content__main {
  padding-top: 80px;
}
.container-content__search {
  width: 100%;
}

#header {
  z-index: 2023;
}

.header-content__main {
  position: fixed;
  z-index: 10000;
  display: flex;
  align-items: center;
  background-color: var(--bgColor);
}
.search-content {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.search-content__input {
  flex: 1;
}
.search-content__select {
  width: 250px;
}
.search-content__btn {
  width: 220px;
  justify-content: center;
  background-color: #ed1b2f;
  border-color: #ed1b2f;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.search-content__btn:hover {
  opacity: 0.85;
}
.search-btn__text {
  letter-spacing: 1px;
}
@media (max-width: 1140px) {
  .search-content__input {
    width: 510px;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@media (max-width: 934px) {
  .search-content__input {
    width: 310px;
  }
}
.about-heading strong {
  color: var(--blueColor);
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.about-heading h3 {
  font-size: 2.1rem;
  margin: 15px 0;
  line-height: 2.8rem;
}
.about-details {
  width: 460px;
}
.about-details p {
  letter-spacing: 1px;
  color: var(--grayColor);
  margin-top: 5px;
}
@media (max-width: 740px) {
  .about-container {
    flex-wrap: wrap;
  }
  .about-heading {
    width: 100%;
  }
  .about-details {
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 650px) {
  footer {
    flex-direction: column-reverse;
    align-items: center;
  }
}

#career {
  padding-top: 100px;
  padding-bottom: 100px;
  .career-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 70px;
    width: 100%;
    margin-top: 50px;
  }
  .career-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .career-box strong {
    font-size: 1.5rem;
  }
  .career-box ul {
    margin-top: 20px;
  }
  .career-box ul li {
    font-size: 1.1rem;
    margin-top: 8px;
    letter-spacing: 1px;
  }
  .career-box span {
    color: rgba(41, 109, 255, 0.2);
    position: absolute;
    font-size: 4rem;
    left: -15px;
    top: -30px;
    z-index: -1;
  }
  @media (max-width: 760px) {
    .career-container {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 500px) {
    .career-container {
      grid-template-columns: 1fr;
    }
  }
}

.btn-keyword {
  color: var(--whiteColor);
  letter-spacing: 1px;
  cursor: pointer;
}

.btn-keyword:hover {
  background: rgb(104, 154, 248, 0.102);
}

.search-content__keyword {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
}
.keyword-label {
  flex-basis: 18%;
}
.keyword-content {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 82%;
  white-space: nowrap;
}
.keyword-main {
  display: flex;
  padding-top: 1px;
}

.swiper {
  width: 1369px;
  height: 300px;
}

.company-content {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.company-content__box {
  cursor: pointer;
  padding: 16px;
  width: 220px;
  height: 265px;
  margin-right: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
}
.company-content__box:last-child {
  margin-right: 0;
}
.company-content__img {
  position: absolute;
  top: 6%;
  left: 19.5%;
  transform: translate(50 50%);
}
.company-content__title {
  align-content: center;
  text-align: center;
  color: black;
  padding-top: 140px;
}
.company-content__btn {
  position: absolute;
  width: 100%;
  bottom: 0.5px;
  left: 50%;
  border-bottom: none;
  border-radius: 8px;
  transform: translate(-50%);
}
.bestjob-content {
  height: 538px;
  border: 1px dashed #ccdeff;
  border-radius: 8px;
}
.bestjob-main {
  background-color: #ffffff;
  padding: 20px 0;
}
.bestjob-content__title {
  color: black;
  width: 100%;
  background-color: #f2f7ff;
  padding: 20px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.bestjob-content__info {
  padding: 15px 20px;
  display: flex;
}

.bestjob-info__job {
  width: 400px;
  height: 100px;
  border: 1px solid #ccc;
  padding: 0 20px;
  color: black;
}
.bestjob-info__job1 {
  width: 400px;
  height: 100px;
  border: 1px solid #ccc;
  padding: 0 20px;
  color: black;
}
.bestjob-info__content {
  width: 100%;
  height: 100% !important;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.bestjob-box {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
}

.logo {
  color: var(--grayColor);
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding-left: 20px;
  display: flex;
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
  font-size: 14px;
  background: #fff;
  height: 200px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.job-box {
  width: 200px;
  height: 400px;
  border: 1px dashed #ccc;
  border-radius: 4px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.job-box__img {
  width: 86px;
  height: 86px;
}
.job-box__content {
  display: flex;
  flex-direction: column;
  gap: 2.5px;
  padding: 10px 0;
}
.job-box__content span:first-child {
  cursor: pointer;
}
.job-box__content span:first-child:hover {
  color: red;
}
.job-box__content span:nth-child(2) {
  cursor: pointer;
}
.job-box__content span:nth-child(2):hover {
  color: rgb(255, 125, 85);
}

.job-box__content span {
  text-align: left;
  color: var(--blackColor);
  display: inline-block;
  width: 280px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.job-box__content span:first-child {
  font-weight: 600;
}
.job-box__content span:nth-child(3) {
  color: rgb(255, 125, 85);
}

#footer {
  height: 434px;
  max-width: 1928px;
  background-color: var(--bgFooter);
}

.footer-content {
  flex: 1;
  padding: 40px 100px;
  display: flex;
  gap: 40px;
}
.footer-box {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 15px;
}

.footer-box a {
  color: var(--linkColor);
}
.footer-end {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--grayColor);
}
#menu {
  padding-left: 50px;
}

#menu > ul > li > a {
  color: var(--whiteColor);
}

#menu > ul > li {
  color: black;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
}

#menu ul li a:hover {
  color: var(--grayColor);
}

#menu ul li > .sub-menu {
  display: none;
  position: absolute;
}

#menu ul li > .sub-menu__child {
  display: none;
  position: absolute;
}

.sub-menu__child {
  display: none;
  position: absolute;
  background-color: var(--whiteColor);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  width: 200px;
  padding: 10px;
}

#menu li {
  position: relative;
}
.sub-menu {
  display: none;
  position: absolute;
  background-color: var(--whiteColor);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  width: 200px;
  padding: 10px;
}

#menu ul li:hover .sub-menu {
  display: block;
  border-radius: 4px;
}

#menu ul li .sub-menu li:hover > .sub-menu__child {
  display: block;
  border-radius: 4px;
  left: 180px;
  top: 0px;
}

#menu .sub-menu li:hover {
  display: block;
  background-color: #ccc;
}

#menu .sub-menu li a {
  padding: 4px;
}

#menu .sub-menu li:hover > a {
  display: block;
  color: rgb(105, 105, 105);
  background-color: #ccc;
}

.arrow {
  border: solid rgb(105, 105, 105);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header-content__right {
  position: absolute;
  right: 0;
}
.divider-horizontal::after {
  position: absolute;
  content: "";
  top: 0px;
  width: 1px;
  height: 100%;
  opacity: 0.9;
  background: rgb(133, 192, 232);
  transform: translate(-50%);
}
.header-content__main {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #54151c;
}
.CV {
  background-color: var(--whiteColor);
  height: 600px;
}
.CV-content__main {
  color: var(--blackColor);
}
.CV-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
#progress {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 999;
  cursor: pointer;
  box-shadow: 0 0 10px 0 var(--whiteColor);
}
#progress div {
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background-color: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.swiper-button-next,
.swiper-button-prev {
  border-radius: 100%;
  width: 35px !important;
  height: 35px !important;
  border: 1px solid var(--grayColor);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  color: var(--blackColor) !important;
  font-size: 20px !important;
}
.swiper-button-prev {
  left: -10px !important;
}
.swiper-button-next {
  right: -10px !important;
}
