.page-jobs .section-1 {
  padding-top: 150px;
  padding-bottom: 265px;
  background-size: cover;
}
.page-jobs .section-1 .content-top .head-title {
  font-size: 50px;
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
}
.page-jobs .section-1 .content-top p {
  font-size: 20px;
  line-height: 32px;
  color: #555;
  margin-bottom: 40px;
}
.page-jobs .section-1 .content-top .box-button a {
  padding: 12px 25px;
  border-radius: 40px;
  font-size: 18px;
  border: 2px solid #d52027;
  display: inline-block;
  font-weight: 500;
}
.page-jobs .section-1 .content-top .box-button .button-hazo {
  color: #d52027;
  background: #fff;
  margin-right: 12px;
}
.page-jobs .section-1 .content-top .box-button .button-hazo:hover {
  background: #fff1f1;
}
.page-jobs .section-1 .content-top .box-button .button-job {
  color: #fff;
  background: #d52027;
  margin-left: 12px;
  box-shadow: 0 12px 24px -12px #d520277a;
}
.page-jobs .section-1 .content-top .box-button .button-job:hover {
  box-shadow: 0 12px 17px -12px #d52027bf;
}
@media (max-width: 575px) {
  .page-jobs .section-1 .content-top .head-title {
    font-size: 39px;
    margin-bottom: 30px;
  }
  .page-jobs .section-1 .content-top p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .page-jobs .section-1 .content-top .box-button .button-hazo {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .page-jobs .section-1 .content-top .box-button .button-job {
    margin-left: 0px;
  }
}

.page-jobs .section-3 {
  background-color: #f7f9fc;
  padding: 100px 0;
  position: relative;
}
.page-jobs .section-3:before {
  content: "";
  background-image: url(../images/bg_element.png);
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}
.page-jobs .section-3 .title-job {
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 50px;
}
.page-jobs .section-3 .col-12 >ul {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.page-jobs .section-3 .col-12 > ul > li {
  width: calc(50% - 15px);
  padding: 20px;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 6px #eaeaea;
  background: #fff;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .page-jobs .section-3 .col-12> ul li {
    width: 100%;
  }
}
.page-jobs .section-3 .col-12 >ul .info-job {
  display: flex;
  align-items: center;
}
.page-jobs .section-3 .col-12 >ul .info-job .icon-job {
  width: 150px;
}
.page-jobs .section-3 .col-12> ul .info-job .inf {
  width: calc(100% - 170px);
  margin-left: 20px;
}

@media (max-width: 767px) {
  .page-jobs .section-3 .col-12 >ul .info-job {
    flex-flow: column;
    gap: 20px;
  }
  .page-jobs .section-3 .col-12 >ul .info-job .icon-job {
    width: 100px;
  }
  .page-jobs .section-3 .col-12 >ul .info-job .inf {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}

.page-jobs .section-3 .col-12 >ul .info-job .inf .if-top {
  border-bottom: 1px dashed #6a6a6a;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.page-jobs .section-3 .col-12 >ul .info-job .inf .if-top h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.page-jobs .section-3 .col-12 >ul .info-job .inf .if-top p {
  margin-bottom: 0;
  color: #6a6a6a;
}

.page-jobs .section-3 .col-12 >ul .info-job .inf .btn-detail {
  color: #fff;
  background: #d42027;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 40px;
  border: 1px solid transparent;
}
.page-jobs .section-3 .col-12 >ul .info-job .inf .btn-detail:hover {
  transform: scale(1.1);
}

.section-4 {
  padding-top: 50px;
  padding-bottom: 150px;
  background: #f7f9fc;
}

.section-4 .find-job {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 36px 15% 48px;
  background: #09023e;
  color: #fff;
  border-radius: 20px;
}

.section-4 .find-job .find-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-4 .find-job .find-text {
  line-height: 24px;
  margin-bottom: 48px;
}
.section-4 .find-job .button a {
  background: #d52027;
  padding: 15px 30px;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 12px 24px -12px #d520277a;
}
.section-4 .find-job .button a:hover {
  box-shadow: 0 12px 17px -12px #d52027bf;
}

.modal-tuyendung {
  z-index: 9999;
}
.modal-tuyendung .modal-dialog {
  max-width: 900px;
  margin: auto;
}
.modal-tuyendung .modal-dialog .modal-content {
  background-color: #fff;
  border-radius: 20px;
}
.modal-tuyendung .modal-dialog .modal-content .modal-header {
  padding: 24px;
  box-shadow: inset 0 -1px #f0f0f0;
}

.modal-tuyendung .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 20px;
  font-weight: 600;
}
.modal-tuyendung .modal-dialog .modal-content .modal-body {
    max-height: calc(100vh - 250px);
    overflow: hidden;
    overflow-y: auto;
  }
.modal-tuyendung .modal-dialog .modal-content .modal-body .row label {
  font-size: 16px;
  width: 100%;
  margin-bottom: 12px;
}
.modal-tuyendung .modal-dialog .modal-content .modal-body .row label span {
  color: red;
}
.modal-tuyendung .modal-dialog .modal-content .modal-body .row label input,
.modal-tuyendung .modal-dialog .modal-content .modal-body .row label select {
  display: block;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 40px;
  padding: 10px 15px;
  font-size: 16px;
}

.modal-tuyendung .modal-dialog .modal-content .modal-footer button {
  padding: 10px 24px;
  border-radius: 51px;
  font-weight: 600;
  text-align: center;
}

.modal-tuyendung .modal-dialog .modal-content .modal-footer button.btn-submit {
  background: #d52027;
}

.modal-tuyendung .modal-dialog .modal-content .modal-footer button input {
  border: none;
  color: #fff;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  background: transparent;
}
.modal-tuyendung .modal-dialog .modal-content .modal-footer button input:hover {
  cursor: pointer;
}
.modal-tuyendung .modal-dialog .modal-content .modal-footer button span {
  display: none;
}
.page-jobs-content {
  padding: 90px 0;
}
.page-jobs-content .left-content .aside-content{
    position: sticky; 
    top: 90px;
  }
.page-jobs-content .left-content .aside-content .back-p {
  color: #d42027;
  margin-bottom: 25px;
  display: block;
}
.page-jobs-content .left-content .aside-content .content-pre ul li {
  background: url(../images/user_icon.svg);
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #adadad;
  padding-left: 25px;
  margin-bottom: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
  background-repeat: no-repeat;
  background-size: 16px;
}
.page-jobs-content
  .left-content
  .aside-content
  .content-pre
  ul
  li:nth-child(1) {
  background: url(../svg/user_icon.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}
.page-jobs-content
  .left-content
  .aside-content
  .content-pre
  ul
  li:nth-child(2) {
  background: url(../svg/dollar_icon.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}
.page-jobs-content
  .left-content
  .aside-content
  .content-pre
  ul
  li:nth-child(3) {
  background: url(../svg/time_icon.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}
.page-jobs-content
  .left-content
  .aside-content
  .content-pre
  ul
  li:nth-child(4) {
  background: url(../svg/location_icon.svg);
  background-repeat: no-repeat;
  background-size: 16px;
}

.button a {
  display: inline-block;
  color: #fff;
  background: #d52027;
  padding: 15px 25px;
  border-radius: 37px;
  font-weight: 500;
  margin-top: 20px;
  box-shadow: 0 12px 24px -12px #f2222299;
}
.button a:hover {
  box-shadow: 0 12px 17px -12px #d52027bf;
}
.page-jobs-content .right-content .title-head {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-jobs-content .right-content .tuyendung-content .rte * {
  font-size: 18px;
  line-height: 30px;
}
.page-jobs-content .right-content .tuyendung-content .rte > .rmp-results-widget {
   display: none;
  }
.box-tuyendung {
margin-bottom: 30px;
  padding: 30px;
  background: #ffc4c694;
  border-radius: 20px;
}
.box-tuyendung h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.box-tuyendung ul {
  padding-left: 20px;
  list-style: disc;
}
.box-tuyendung ul li {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 12px;
}
