.job-menu {
  position: relative;
  top: 0;
  bottom: 0%;
  height: auto;
  width: 100%;
  color: #1a1a1a;
}

.job-menu.show {
  z-index: 100;
}

.sc-work-dtac,
.sc-work-dtac .text-box {
  height: 434px;
}

.nav-job {
  background: #0c1026;
  z-index: 500;
  overflow: hidden;
}

.nav-job a {
  color: #ffffff;
}

.nav-job.active {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.nav-job.active .page-selected p a::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.nav-job .container {
  padding: 0;
}

.page-selected p a::after {
  width: 16px;
  height: 16px;
  background-image: url("../images/all-jobs/ico-caretWhite.svg");
  background-position: center center;
}

.nav-job li.nav-job-benefit {
  margin-left: auto;
}

.nav-job li.nav-job-all {
  margin-left: 60px;
}

.nav-job li.nav-job-home::before {
  display: none;
}

.sc-jobs {
  background-color: #e7eef4;
  padding-top: 60px;
  padding-bottom: 110px;
  overflow: hidden;
}

.sc-jobs .select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.sc-jobs .select-wrapper .txt-placeholder {
  text-transform: capitalize;
}

.sc-jobs .select-wrapper .select2-container--default .select2-selection--single,
.sc-jobs .select-wrapper .select2-container--default .select2-selection--multiple {
  font-size: 18px;
  line-height: 18px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.sc-jobs .select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  right: 0;
}

.sc-jobs .select-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow > b {
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  background: url("../images/all-jobs/ico-caret.svg") center center no-repeat;
  background-size: 14px auto;
}

.sc-jobs .select-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-left: 16px;
  padding-right: 30px;
}

.sc-jobs .select-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  background: url("../images/all-jobs/ico-caret.svg") center center no-repeat;
  background-size: 14px auto;
}

.sc-jobs .select-wrapper .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #aaa;
}

.sc-jobs .select-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.sc-jobs .select-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-selection__choice__remove {
  display: none;
}

.sc-jobs .select-wrapper .select2-container--default .select2-search--inline .select2-search__field {
  display: none;
}

.sc-jobs .select-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0 15px;
}

.sc-jobs .select-control > .form-control {
  height: 48px;
  padding: 0 16px 0 50px;
  background-image: url("../images/all-jobs/ico-search.svg");
  background-position: left 16px center;
  background-repeat: no-repeat;
}

.sc-jobs .filter-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 45px auto 168px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sc-jobs .filter-result .filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-jobs .filter-result .filter-wrapper li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0 5px;
}

.sc-jobs .filter-result .filter-wrapper li span {
  margin-left: 5px;
}

.sc-jobs .filter-result .filter-wrapper li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sc-jobs .filter-result .filter-wrapper li a .ico-close {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-image: url("../images/all-jobs/ico-close.svg");
}

.career-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 976px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.career-wrapper::before {
  content: "";
  position: absolute;
  top: -85px;
  left: -55px;
  width: 155px;
  height: 155px;
  background: url("../images/all-jobs/bg-dots.svg") center center no-repeat;
  background-size: 100% auto;
  z-index: 0;
}

.career-wrapper::after {
  content: "";
  position: absolute;
  bottom: -45px;
  right: -55px;
  width: 155px;
  height: 155px;
  background: url("../images/all-jobs/bg-dots.svg") center center no-repeat;
  background-size: 100% auto;
  z-index: 0;
}

.card-career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  margin-bottom: 32px;
  width: 50%;
  position: relative;
  z-index: 1;
  color: #1a1a1a;
}

.card-career:hover {
  color: #007ad0;
}

.card-career .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 20px 20px;
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
  box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-career .inner-wrapper::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 15px;
  background: url("../images/all-jobs/ico-caretRight.svg");
}

.card-career .title-card {
  margin-bottom: 30px;
}

.career-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.career-location .ico-location {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background-image: url("../images/all-jobs/ico-location.svg");
}

.sc-purpose .row {
  margin-left: 0;
}

.sc-purpose.all-jobs {
  padding: 100px 0;
  background: #ffffff url("../images/bg-purpose-alljobs.jpg") center top no-repeat;
  background-size: 100% auto;
  margin-top: 0;
}

.sc-purpose.all-jobs .col-header {
  text-align: left;
}

.sc-purpose.all-jobs h3::after {
  display: none;
}

.purpose-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  margin-top: 60px;
}

.card-purpose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1a1a1a;
}

.card-purpose:hover {
  color: #1a1a1a;
}

.card-purpose .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 520px;
  border: 1px solid #b1a9a9;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.card-purpose .inner-wrapper .object-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-left: 25px;
  width: 165px;
  background: url("../images/bg-card-purpose.png") right 0 top 0 no-repeat;
  background-size: 100% auto;
}

.card-purpose .inner-wrapper .object-box img {
  width: 100%;
  max-width: 95px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.card-purpose .inner-wrapper .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-purpose .inner-wrapper .content-box .bttn-link {
  margin-bottom: 5px;
}

.sc-work-dtac.page-jobs-detail .container {
  max-width: 1060px;
}

.sc-work-dtac.page-jobs-detail .text-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 60px;
  position: relative;
}

.sc-work-dtac.page-jobs-detail .career-location {
  margin-top: 0;
}

.sc-work-dtac.page-jobs-detail .ico-location {
  background-image: url("../images/all-jobs/ico-locationWhite.svg");
}

.sc-work-dtac.page-jobs-detail .bttn-blue {
  position: absolute;
  top: 110px;
  right: 0;
}

.sc-jobs-detail {
  padding: 0;
  background: #f5f5f5;
  position: relative;
  z-index: 10;
}

.sc-jobs-detail .container {
  max-width: 1060px;
}

.sc-jobs-detail .title-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}

.sc-jobs-detail .detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
  box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
  border-radius: 10px;
  background: #ffffff;
  position: relative;
  top: -150px;
  margin-bottom: -100px;
}

.sc-jobs-detail .detail-wrapper .content-detail {
  padding: 60px;
}

.sc-jobs-detail .list-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sc-jobs-detail .list-detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sc-jobs-detail .list-detail ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 16px;
}

.sc-jobs-detail .list-detail ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  top: 10px;
  left: 0;
  position: absolute;
  background: #767676;
  border-radius: 50%;
}

.sc-jobs-detail .terms-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #e7eef4;
  padding: 40px 40px 30px;
}

.sc-jobs-detail .terms-wrapper .button-control {
  margin-top: 50px;
}

.sc-jobs-detail .hearing-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 30px;
}

.sc-jobs-detail .hearing-wrapper::after {
  display: none;
  content: "";
  width: 255px;
  height: 160px;
  position: absolute;
  right: 180px;
  bottom: -25px;
  z-index: 0;
  background: url("../images/all-jobs/object-tua-d.png") center bottom no-repeat;
  background-size: 100% auto;
}

.sc-jobs-detail .hearing-wrapper .bttn-blue {
  margin-left: auto;
  margin-right: 40px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.sc-jobs-detail .purpose-wrapper {
  margin-top: 0;
  padding: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 10;
  position: relative;
}

.sc-jobs-detail .purpose-wrapper .card-purpose {
  margin-right: 30px;
}

.sc-jobs-detail .purpose-wrapper .card-purpose:last-child {
  margin-right: 0;
}

.sc-jobs-detail .purpose-wrapper .card-purpose .inner-wrapper {
  width: 440px;
}

.sc-life-inside {
  padding: 60px 0;
  background: #ffffff url("../images/all-jobs/bg-humanofdtac.png") center bottom no-repeat;
  background-size: cover;
  z-index: 50;
}

.card-life {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  color: #1a1a1a;
}

.card-life:hover {
  color: #1a1a1a;
}

.card-life .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-life .inner-wrapper .image {
  width: 100%;
  margin-bottom: 18px;
}

.card-life .inner-wrapper .image img {
  width: 100%;
}

.card-life .inner-wrapper .content {
  margin-bottom: 20px;
}

.card-life .inner-wrapper .txt-date {
  margin-top: auto;
}

@media only screen and (max-width: 1200px) {
  .card-life {
    width: 33.333333%;
  }
  .card-life .inner-wrapper {
    width: 100%;
  }
  .job-menu {
    position: relative;
  }
  .sc-purpose .card-purpose .inner-wrapper {
    width: 420px;
  }
  .page-selected p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-selected p a::after {
    top: 6px;
  }
  .sc-purpose.all-jobs {
    background-size: auto 60%;
    background-position: right 45% top;
  }
}

@media only screen and (max-width: 991px) {
  .nav-job li.nav-job-all {
    margin-left: 0;
  }
  .nav-job li.nav-job-benefit {
    border-top: none;
  }
  .sc-jobs-detail .hearing-wrapper {
    padding-bottom: 130px;
  }
  .sc-jobs-detail .purpose-wrapper,
  .sc-purpose .purpose-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sc-purpose .purpose-wrapper {
    margin-top: 15px;
  }
  .sc-jobs-detail .hearing-wrapper .bttn-blue {
    margin-right: 0;
  }
  .sc-jobs-detail .purpose-wrapper .card-purpose,
  .sc-purpose .purpose-wrapper .card-purpose {
    margin: 0 0 30px;
  }
  .nav-job a {
    color: #1a1a1a;
  }
  .job-menu {
    position: absolute;
    top: 60px;
  }
  .sc-jobs .filter-result {
    margin: 45px auto 60px;
  }
  .career-wrapper::before {
    top: -50px;
    left: -35px;
    width: 105px;
    height: 105px;
  }
  .career-wrapper::after {
    bottom: -20px;
    right: -48px;
    width: 105px;
    height: 105px;
  }
  .sc-jobs {
    padding-bottom: 60px;
  }
  .sc-purpose.all-jobs {
    background-size: auto 45%;
    background-position: right 40% top;
    padding-bottom: 60px;
  }
  .sc-work-dtac,
  .sc-work-dtac .text-box {
    height: 250px;
    min-height: inherit;
  }

  .card-career {
    margin-bottom: 12px;
  }
  .card-career .title-card {
    margin-bottom: 10px;
  }
  .card-career .inner-wrapper {
    border-radius: 4px;
    padding: 10px;
  }
  .card-career .title-card .txt-body-1 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .card-career .title-card .txt-body-2 {
    font-family: "dtacEvolution-Bold";
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .card-career .inner-wrapper::after {
    right: 10px;
    top: 18px;
  }

  .sc-purpose.all-jobs {
    padding: 100px 0 40px;
    background: #ffffff url(../images/bg-purpose-alljobs-m.jpg) center bottom no-repeat !important;
    background-size: cover !important;
    height: auto !important;
  }
  .sc-purpose .purpose-wrapper {
    margin-top: 120px !important;
  }
  .sc-work-dtac.page-jobs-detail {
    height: 260px;
  }
  .sc-work-dtac.page-jobs-detail .text-box {
    padding-top: 20px;
    text-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
  }
  .sc-work-dtac.page-jobs-detail .text-box .txt-h-2 {
    margin-bottom: 0 !important;
  }
  .sc-work-dtac.page-jobs-detail .bttn-blue {
    margin-left: auto;
    margin-right: auto;
  }
  .sc-jobs-detail {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
  }
  .sc-jobs-detail .detail-wrapper {
    position: relative;
    top: -16px !important;
    z-index: 10;
    border-radius: 4px 4px 0 0 !important;
  }

  .sc-jobs-detail .detail-wrapper .content-detail {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sc-jobs-detail .title-head {
    padding-bottom: 8px;
  }
  .sc-jobs-detail .terms-wrapper {
    padding: 30px 15px !important;
  }
  .sc-jobs-detail .hearing-wrapper::after {
    right: auto;
    left: 20px;
    bottom: 0;
  }
  .sc-jobs-detail .hearing-wrapper {
    padding-bottom: 50px;
  }
  .sc-jobs-detail .hearing-wrapper .bttn-blue {
    margin: 15px 0px 0 160px !important;
  }
  .sc-jobs-detail .purpose-wrapper {
    margin-top: 8px !important;
  }
  .sc-jobs-detail .purpose-wrapper .card-purpose,
  .sc-purpose .purpose-wrapper .card-purpose {
    margin-bottom: 16px;
  }
  .sc-jobs-detail .terms-wrapper .button-control {
    margin-top: 0 !important;
  }
  .sc-jobs-detail .terms-wrapper .button-control a {
    color: #767676 !important;
    text-decoration: underline !important;
  }
  .sc-jobs-detail .terms-wrapper {
    border-radius: 0 0 4px 4px !important;
    box-shadow: 0px 4px 8px rgba(96, 97, 112, 0.16);
  }
}

@media only screen and (max-width: 767px) {
  .sc-purpose .card-purpose .inner-wrapper {
    width: 100%;
  }
  .card-purpose .inner-wrapper .object-box {
    background-size: auto 100%;
  }
  .card-career {
    width: 100%;
  }
  .sc-jobs .select-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sc-jobs .select-control {
    width: 100%;
    margin-bottom: 15px;
  }
  .sc-jobs .filter-result .filter-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sc-jobs .filter-result .filter-wrapper li {
    margin: 0;
    padding: 0 5px;
  }
  .sc-jobs .filter-result {
    margin: 15px auto 15px;
  }
  .career-wrapper::before,
  .career-wrapper::after {
    display: none;
  }
  .sc-purpose.all-jobs {
    background-size: cover;
    background-position: center center;
  }
  .sc-work-dtac .text-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sc-work-dtac {
    padding: 0;
  }
  .sc-jobs {
    padding: 40px 0;
  }
  .sc-jobs-detail .detail-wrapper .content-detail {
    padding: 40px 20px;
  }
  .sc-jobs-detail .detail-wrapper {
    top: 0;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sc-jobs-detail .purpose-wrapper .card-purpose .inner-wrapper {
    width: 100%;
  }
  .sc-jobs-detail .container {
    padding: 0;
  }
  .sc-jobs-detail .hearing-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sc-jobs-detail .hearing-wrapper .bttn-blue {
    margin: 15px auto 0;
  }
  .sc-jobs-detail .hearing-wrapper::after {
    content: "";
    width: 155px;
    height: 100px;
    right: 0;
    bottom: -10px;
  }
  .sc-jobs-detail .terms-wrapper {
    padding: 40px 15px 30px;
  }
  .sc-jobs-detail .terms-wrapper .button-control {
    margin-top: 20px;
  }
  .sc-work-dtac.page-jobs-detail .bttn-blue {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
  .sc-purpose.all-jobs {
    padding-top: 40px;
  }
  .sc-purpose.all-jobs .row {
    margin-left: -15px;
  }
  .sc-purpose .purpose-wrapper {
    padding: 0;
  }
  .sc-jobs .filter-result .filter-wrapper li:last-child {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 420px) {
  .card-life {
    width: 100%;
    margin-bottom: 30px;
  }
  .card-life:last-child {
    margin-bottom: 0;
  }
}


@media only screen and (min-width: 920px) {
  .row-link {
    display: flex;
    align-items: center;
    margin-top: 20px;
  }
  .sc-jobs-detail .hearing-wrapper .bttn-blue {
    font-size: 14px!important;
line-height: 20px;
    margin-right: 30px;
    min-width: 120px;
    padding: 10px 12px!important;

  }
  .sc-jobs-detail .terms-wrapper .button-control {
    margin-top: 0;
    text-align: left!important;
  }
  .row-link .txt-link {
    font-size: 14px!important;
    line-height: 20px!important;
    text-decoration-line: underline!important;
    color: #767676!important;
  }
  .sc-jobs-detail .hearing-wrapper {
    display: block;
  }
  .sc-jobs-detail .purpose-wrapper .card-purpose .inner-wrapper {
    width: 540px!important;
  }

  .sc-jobs-detail .card-purpose .inner-wrapper .content-box {
    padding: 22px 20px;
    height: 125px;
}
}


@media only screen and (max-width: 991px) {
  .sc-jobs-detail .hearing-wrapper {
    padding-bottom: 0;
  }
  .sc-jobs-detail .hearing-wrapper .row {
    text-align: center;
  }
  .row-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .sc-jobs-detail .hearing-wrapper .bttn-blue {
    margin: 25px 0 25px 0 !important;
}
#btn_apply {
  margin-left: 0;
  align-self: center;

}

.sc-purpose .purpose-wrapper {
  margin-top: 60px !important;
}
.sc-purpose {
  padding: 40px 0 32px !important;
}
}