.jp-job-search {
  margin-bottom: 73px;
}
.jp-job-search form {
  width: 100%;
  display: flex;
  gap: 24px;
  align-items: flex-end;
}
.jp-job-search .jp-form-column {
  flex-grow: 1;
}
.jp-job-search .column-action {
  flex-grow: 0;
}
.jp-job-search .jp-form-group label {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 14px;
  display: inline-flex;
}
.jp-job-search .jp-form-input {
  color: #000;
  font-family: noto_sans_thairegular, falsebook, sans-serif !important;
  font-size: 15px;
  line-height: 22px;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #000;
  border-radius: 0;
  height: 40px;
}
.jp-job-search .jp-form-input:focus {
  outline: none;
}
.jp-job-search .jp-form-input::placeholder {
  color: #989898;
}
.jp-job-search select.jp-form-input {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml,<svg width="17" height="9" viewBox="0 0 17 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 1L8.25806 8L1 0.999999" stroke="black" stroke-width="0.5"/></svg>');
  background-size: auto 20%;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.jp-job-search .jp-form-action {
  height: 40px;
  display: flex;
  align-items: center;
}
.jp-job-search .jp-form-action button {
  color: #000 !important;
  font-family: noto_sans_thairegular, falsebook, sans-serif !important;
  font-size: 15px !important;
  cursor: pointer;
  -webkit-appearance: none;
  background: none !important;
  border: none;
  outline: none;
  border-bottom: 3px solid;
  padding: 0;
}
@media (max-width: 767px) {
  .jp-job-search form {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .jp-job-search .jp-form-column {
    flex-grow: 1;
    width: 100%;
  }
  .jp-job-search .column-action {
    flex-grow: 1;
    display: flex;
    justify-content: center;
  }
  .jp-job-search .jp-form-group label {
    font-size: 16px;
    margin-bottom: 8x;
  }
}
.jp-job-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 63px;
}
.jp-job-item {
  font-size: 15px;
  line-height: 1;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 4px 4px 5px 4px rgba(0, 0, 0, 0.1);
  padding: 33px 35px 39px 49px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.jp-job-item.no-search-result {
  text-align: center;
  box-shadow: none;
}
.jp-job-item.no-search-result .jp-job-title {
  width: 100%;
  font-weight: normal;
}
.jp-job-item h3,
.jp-job-item p {
  margin: 0;
}
.jp-job-item a {
  color: inherit;
}
.jp-job-item .detail-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jp-job-item .col-right {
  min-width: 100px;
}
.jp-job-item .jp-job-title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.jp-job-item .jp-job-type {
  color: #989898;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.jp-job-item .jp-job-type span {
  margin-left: 15px;
}
.jp-job-item .jp-job-type svg {
  height: 14px;
  width: auto;
  margin-top: -0.2em;
}
.jp-job-item .jp-job-location {
  text-transform: uppercase;
}
.jp-job-item .action a {
  text-transform: uppercase;
  border-bottom: 3px solid;
}
@media (max-width: 767px) {
  .jp-job-item {
    padding: 20px 20px 30px;
    text-align: left;
    gap: 30px;
  }
  .jp-job-item .detail-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .jp-job-item .col-right {
    min-width: auto;
    width: 100%;
  }
  .jp-job-item .action {
    margin-top: 10px;
    text-align: center;
  }
}
.jp-paginations {
  display: flex;
  justify-content: center;
  margin-top: 63px;
}
.jp-paginations a {
  text-decoration: none;
}
.jp-paginations ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.jp-paginations ul li {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}
.jp-paginations ul li a {
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
.jp-paginations ul li svg {
  display: block;
  width: auto;
  height: 16px;
  margin-top: -0.2em;
}
.jp-paginations ul .current a {
  border-bottom: 2px solid;
}
.jp-paginations ul .disabled {
  color: #989898;
}
.elementor-widget-fluent-form-widget .fluentform .ff-el-form-control,
.elementor-widget-fluent-form-widget .frm-fluent-form .choices__inner {
  border-radius: 0;
}
.elementor-widget-fluent-form-widget .fluentform .ff-el-form-control:focus {
  border-color: #ccc;
}
.elementor-widget-fluent-form-widget .frm-fluent-form .choices__list--dropdown {
  border-color: #ddd;
}
.elementor-widget-fluent-form-widget .frm-fluent-form .choices {
  margin-bottom: 0;
}
.elementor-widget-fluent-form-widget .frm-fluent-form .choices[data-type*=select-one] .choices__button {
  background-color: transparent;
}
.elementor-widget-fluent-form-widget .frm-fluent-form .ff-el-group.ff-el-is-error .choices__inner {
  border-color: #f56c6c;
}
.elementor-widget-fluent-form-widget .frm-fluent-form .choices__list--single {
  padding-top: 10px;
  padding-bottom: 9px;
}
.elementor-widget-fluent-form-widget .jp-apply-job-form .ff-el-tc a {
  color: inherit;
  font-weight: bold;
}
.elementor-widget-fluent-form-widget .jp-apply-job-form .ff-el-input--label label {
  font-size: 24px;
}
.elementor-widget-fluent-form-widget .jp-apply-job-form .ff-el-input--label label:after {
  color: inherit !important;
  font-size: 0.8em;
  margin: 0;
}
.elementor-widget-fluent-form-widget .jp-apply-job-form .ff-el-group.ff_submit_btn_wrapper_custom {
  align-items: flex-start !important;
  margin-top: 30px !important;
  margin-left: auto;
}
.page-template .elementor-widget-fluent-form-widget .jp-apply-job-form .ff-el-group.ff_submit_btn_wrapper_custom .ff-btn-submit {
  color: #000 !important;
  font-size: inherit !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  padding: 5px 0 !important;
  border-radius: 0 !important;
  background: none !important;
  border: none !important;
  border-bottom: 3px solid #000 !important;
  -webkit-appearance: none !important;
}
.fluentform-widget-wrapper .ff-el-group .ff-btn-submit {
  border-radius: 0 !important;
  background: none !important;
  color: #000 !important;
  text-decoration: underline !important;
}
