
/**Interview*/
.c-interview__item img{
  width: 100%;
}
.c-interview__content{
  padding: 10px 86px 23px;
  background: #fff;
  margin-top: -65px;
  display: block;
  position: absolute;
  border-radius: 100px;
  margin-left: 55px;
}
.c-interview__label{
  padding: 11px 25px 9px;
  background: #EBEB24;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: -23px;
  border-radius: 100px;
}
.c-interview__txt{
  font-size: 18px;
  font-weight: bold;
}
.c-interview__title{
  font-size: 34px;
  font-weight: bold;
}
.c-interview__title small{
  font-size: 20px;
}
.c-interview__item:hover{
  opacity: 1;
}
.c-interview__item{
  padding-bottom: 75px;
  position: relative;
}

.c-interview__item img{
  width: 100%;
  display: block;
  transform: scale(1);
  transition: all ease 0.4s;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-interview__item:hover img{
  transform: scale(1.1);
}
.c-interview__img{
  height: 562px;
  border-radius: 20px;
  overflow: hidden;
}

@media(max-width: 767px){
  .c-interview__img{
    height: 360px;
  }
  .c-interview__label{
    padding: 8px 18px !important;
    top: -20px !important;
    font-size: 13px;
  }
  .c-interview__content{
    padding: 10px 20px 20px !important;
    margin-left: 0 !important;
    border-radius: 50px !important;
  }
  .c-interview__title{
    font-size: 20px !important;
    line-height: 1.4;
  }
  .c-interview__title small{
    font-size: 14px !important;
  }
  .c-interview__txt{
    font-size: 13px !important;
  }
  .c-interview__item{
    padding-bottom: 30px;
  }
}
@media(max-width: 400px){
  .c-interview__img{
    height: 200px;
  }
}
/**End Interview*/


.p-recruit__infor {
gap: 2%;
}
.p-recruit__infor .c-infor__img{
  width: 440px;
}
.p-recruit__infor .c-infor__img img{
  border-radius: 20px;
  display: block;
}
.p-recruit__infor .c-infor__content{
  width: 510px;
}
.p-recruit__infor .c-infor__title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 11px;
}
.p-recruit__infor .c-infor__txt {
  font-size: 16px;
  line-height: 32px;
}
.p-recruit__label1{
  font-weight: bold;
  color: #8CB808;
  border: 1px solid;
  display: inline-block;
  padding: 4px 11px 3px;
  border-radius: 50px;
}
@media(max-width: 767px){
  .p-recruit__infor .c-infor__title{
      font-size: 16px;
      margin-bottom: 10px;
      margin-top: 0;
  }
  .p-recruit__infor .c-infor__txt{
    font-size: 13px;
    line-height: 1.8;
  }
  .p-recruit__label1{
      font-size: 13px;
  }
  .p-recruit__infor{
    flex-wrap: wrap;
    gap: 20px;
  }
  .p-recruit__infor .c-infor__img,.p-recruit__infor .c-infor__content{
    width: 100%;
  }
}
/**Interview*/
.p-recruit__interview .c-interview__img{
  height: 675px;
}
.p-recruit__interview .c-interview__content{
  width: 440px;
  padding: 0 62px 36px;
  margin-left: 55px;
}
.p-recruit__interview .c-interview__label{
  width: 140px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  padding: 9px 19px 7px;
  top: -20px;
}
.p-recruit__interview .c-interview__txt{
  font-size: 18px;
}
.p-recruit__interview .c-interview__title{
  font-size: 30px;
}
.p-recruit__interview .c-interview__title small{
  font-size: 20px;
}
@media(max-width: 1024px){
  .p-recruit__interview .c-interview__img{
      height: 550px;
  }
  .p-recruit__interview .c-interview__content{
      width: 350px;
  }
}
@media(max-width: 767px){
  .p-recruit__interview .c-interview__img{
      height: 300px;
  }
  .p-recruit__interview .c-interview__content{
      width: auto;
      padding-top: 0 !important;
  }
}
/**End Interview*/
/**appeal*/
.c-appeal{
  gap: 20px 2%;
  padding: 0 !important;
}
.c-appeal figcaption{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-top: 20px;
}
.c-appeal__img{
  width: 48%;
}
.c-appeal__img img{
  width: 100%;
  display: block;
}
@media(max-width: 767px){
  .c-appeal figcaption{
    font-size: 14px;
    margin-top: 10px;
  }
}


/**Steps*/
.c-steps__wrapper{
  padding: 70px 95px 65px;
  border: 3px solid #cccccc;
  position: relative;
}
.c-steps {
  display: flex;
  font-weight: bold;
}
.c-step {
  width: 22.4%;
  font-weight: bold;
}
.c-step__head {
  font-size: 24px;
  padding: 0 73px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.c-step:last-child {
  width: max-content;
}
.c-step__label {
  display: inline-flex;
  width: 76px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  background-color: #0076C2;
}
.c-step__title {
  font-size: 20px;
  color: #0076C2;
  position: relative;
  line-height: 30px;
}
.c-step__txt {
  font-size: 15px;
  line-height: 28px;
  margin-top: 3px;
}
.c-step__title::before,
.c-step__title::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #0076C2;
  display: block;
  border-radius: 50%;
}
.c-step__title::before {
  margin: 16px 0;
}
.c-step__title::after {
  width: 100%;
  border-radius: unset;
  height: 1px;
  position: absolute;
  top: 6px;
  left: 0;
}
.c-step:last-child .c-step__title::after {
  display: none;
}
.c-steps__wrapper .link_txt{
  color: #0076C2;
  text-decoration: underline;
}

/**Block 4*/
.top-block4__txt {
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .c-steps__wrapper {
    padding: 50px;
  }
  .c-step__label {
    width: 70px;
    height: 20px;
    font-size: 11px;
  }
  .c-step__title {
    font-size: 15px;
    line-height: 1.8;
  }
  .c-step__txt {
    font-size: 13px;
    line-height: 1.8;
  }
  .c-step__head {
    font-size: 18px;
    top: -15px;
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .top-block4__txt {
    font-size: 15px;
    line-height: 1.4;
    margin: 40px 0 35px !important;
  }
  .c-steps__wrapper{
    padding: 40px;
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  .c-steps {
    flex-wrap: wrap;
  }
  .c-step__head {
    padding: 0 25px;
    width: max-content;
  }
  .c-step {
    width: 100% !important;
    position: relative;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .c-step:last-child {
    padding-bottom: 0;
  }
  .c-step__title {
    position: initial;
    margin: 10px 0 7px;
  }
  .c-step__title::before {
    position: absolute;
    top: 5px;
    left: 0;
    margin: 0;
    width: 10px;
    height: 10px;
  }
  .c-step__title::after {
    height: 100%;
    width: 1px;
    left: 4px;
  }
}
/**End Step*/