.home-candidate .box-slideshow {
  position: relative;
}
.home-candidate .animation-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #f9f9f9;
}

.animation {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  animation: moveRightToLeft 35s linear infinite;
  font-size: 16px;
  background-color: #f9f9f9;
  color: #333;
}
@media screen and (max-width: 768px) {
  .animation {
    animation: moveRightToLeft_mobile 35s linear infinite;
  }
}

@keyframes moveRightToLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes moveRightToLeft_mobile {
  0% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.bg_tim {
  background-color: #FBF5FF;
  padding: 15px 15px;
  margin-bottom: 32px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .bg_tim {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.bg_tim .search-group .c-group_field {
  border: 1px solid #863FA9;
}

.pt-32 {
  padding-top: 20px;
}

.banner_home_2 {
  background-repeat: no-repeat;
  background-position: top center;
  padding: 85px 0;
  background-size: cover;
}
.banner_home_2 .title {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
.banner_home_2 .title span {
  color: #F2AD14;
}
@media screen and (max-width: 768px) {
  .banner_home_2 .title {
    font-size: 24px;
  }
}
.banner_home_2 p {
  margin-bottom: 24px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .banner_home_2 p {
    font-size: 16px;
  }
}
.banner_home_2 a {
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #863FA9;
  background: #FFFFFF;
  border-radius: 30px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .banner_home_2 a {
    padding: 10px 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .banner_home_2 {
    padding: 35px 0;
  }
}

.job_hot .job_hot_title {
  padding: 12px;
  background: #FBF5FF;
}
.job_hot .job_hot_title span {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .job_hot .job_hot_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .job_hot .job_hot_title {
    margin-bottom: 10px;
  }
}
.job_hot .list_job_hot {
  padding-bottom: 30px;
  position: relative;
}
.job_hot .list_job_hot .item .box-img {
  width: 160px;
  height: 160px;
  background-color: #FBF5FF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.job_hot .list_job_hot .item .box-img img {
  width: 80px;
  height: 80px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .job_hot .list_job_hot .item .box-img {
    width: 190px;
    height: 190px;
  }
}
@media screen and (max-width: 576px) {
  .job_hot .list_job_hot .item .box-img {
    width: 160px;
    height: 160px;
  }
}
.job_hot .list_job_hot .item .box-body .name,
.job_hot .list_job_hot .item .box-body .count_job {
  text-align: center;
  display: block;
  color: #111111;
  font-size: 14px;
  line-height: 100%;
}
.job_hot .list_job_hot .item:hover .box-img {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
.job_hot .list_job_hot .item:hover .box-img img {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .job_hot .list_job_hot .item:hover .box-img {
    transform: scale(1.1);
  }
  .job_hot .list_job_hot .item:hover .box-img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 576px) {
  .job_hot .list_job_hot .item:hover .box-img {
    transform: scale(1.05);
  }
  .job_hot .list_job_hot .item:hover .box-img img {
    transform: scale(1.05);
  }
}
.job_hot .list_job_hot .owl-nav button {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
}
.job_hot .list_job_hot .owl-nav button span {
  display: block;
  font-size: 25px;
  color: #111111;
  width: 40px;
  height: 40px;
  align-items: center;
  border: 1px solid #333333;
  border-radius: 100%;
}
.job_hot .list_job_hot .owl-nav button:hover {
  background: transparent;
}
.job_hot .list_job_hot .owl-nav .owl-prev {
  left: calc(0% - 21px);
}
@media screen and (max-width: 768px) {
  .job_hot .list_job_hot .owl-nav .owl-prev {
    left: calc(0% - 15px);
  }
}
.job_hot .list_job_hot .owl-nav .owl-next {
  right: 0;
}
@media screen and (max-width: 768px) {
  .job_hot .list_job_hot .owl-nav .owl-next {
    right: calc(0% - 10px);
  }
}

.banner_home_end {
  background-repeat: no-repeat;
  background-position: top center;
  padding: 66px 0;
  background-size: cover;
}
.banner_home_end .top {
  font-size: 20px;
  font-weight: 600;
  color: Black;
  margin-bottom: 16px;
}
.banner_home_end .title {
  font-size: 32px;
  font-weight: 600;
  color: #9E58C5;
  margin-bottom: 16px;
}
.banner_home_end .text {
  font-size: 18px;
  color: #111111;
  line-height: 100%;
}
.banner_home_end a {
  margin-top: 24px;
  padding: 14px 20px;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #863FA9;
  border-radius: 30px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .banner_home_end {
    padding: 40px 0;
  }
  .banner_home_end .top {
    font-size: 16px;
  }
  .banner_home_end .title {
    font-size: 24px;
  }
  .banner_home_end .text {
    font-size: 16px;
  }
  .banner_home_end a {
    padding: 10px 16px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .main_container {
    padding: 0 !important;
    margin: 0 !important;
  }
  .mobile_padding {
    padding: 10px 15px 0 !important;
  }
}/*# sourceMappingURL=default.css.map */