.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
}

.all {
  overflow: hidden;
  margin-top: 120px;
}

.all.home {
  overflow: visible;
  margin-top: 100vh;
}

.all.information {
  overflow: visible;
}

.section-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-content.bg-grey {
  background-color: #f0f0eb;
}

.section-content.bg-grey.information-details {
  position: relative;
}

.section-content.bg-white {
  background-color: #fff;
}

.section-content.bg-white.home-section2 {
  position: relative;
}

.section-content.home-stat {
  background-image: url('../images/home-stat-bg2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section-content.top {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section-content.account {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e0e0d1;
}

.section-content.bg-account {
  padding-top: 0px;
  background-color: #f0f0eb;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding-right: 6%;
  padding-left: 6%;
}

.container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-title-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-title-b.job {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  float: left;
}

.page-title-b.align-center {
  text-align: center;
}

.page-title-b.account {
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.page-title-txt {
  margin-left: 25px;
  font-size: 20px;
  font-weight: 700;
}

.information-row {
  margin-top: -35px;
  margin-right: -17.5px;
  margin-left: -17.5px;
}

.information-col {
  width: 33.33%;
  margin-top: 35px;
  padding-right: 17.5px;
  padding-left: 17.5px;
  float: left;
}

.information-b {
  display: block;
  background-color: #fff;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  color: #000;
  text-decoration: none;
}

.information-b:hover {
  box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.15);
}

.img {
  width: 100%;
}

.information-content-b {
  padding: 20px;
}

.txt-title {
  margin-bottom: 10px;
  color: #d22437;
  font-size: 20px;
  font-weight: 700;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #000;
  border-radius: 3px;
  font-weight: 700;
}

.align-center {
  text-align: center;
}

.btn-txt {
  position: relative;
}

.btn-txt-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000;
  opacity: 0;
  color: #fff;
}

.information-txt {
  overflow: hidden;
  height: 125px;
}

.btn-b {
  margin-top: 10px;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #191919;
}

.paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paging.job {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paging-txt {
  display: inline-block;
  color: #747b80;
}

.txt-link {
  display: inline-block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  text-decoration: none;
}

.txt-link:hover {
  color: #d22437;
}

.information-details-row {
  position: relative;
}

.information-details-content-col {
  width: 60%;
  float: left;
}

.information-listing-col {
  overflow: hidden;
  width: 40%;
  float: right;
}

.information-listing-b {
  display: block;
  border-style: solid;
  border-width: 15px;
  border-color: #fff;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.information-listing-b.w--current {
  color: #747b80;
}

.information-listing {
  padding-left: 5%;
}

.btn-information-listing {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  right: 0px;
  z-index: 100;
  width: 30px;
  height: 70px;
  float: right;
  background-color: #fff;
}

.btn-next {
  position: relative;
  margin-left: 25px;
}

.btn-img-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  opacity: 0;
}

.btn-previous {
  position: relative;
  margin-right: 25px;
}

.sitemap-row {
  margin-right: -2%;
  margin-left: -2%;
}

.sitemap-col {
  width: 50%;
  margin-bottom: 50px;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.sitemap-icon {
  margin-bottom: 25px;
}

.sitemap-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.sitemap-txt {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  text-decoration: none;
}

.sitemap-subrow {
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.sitemap-subcol {
  width: 50%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
  line-height: 21px;
}

.sitemap-link {
  display: inline-block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-decoration: none;
}

.sitemap-link:hover {
  color: #d22437;
}

.footer-txt {
  color: #f0f0eb;
  font-size: 13px;
  line-height: 25px;
  text-align: right;
}

.btn-img {
  position: relative;
  display: inline-block;
  float: left;
}

.footer-social-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  margin-right: 25px;
}

.header-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo-b {
  width: 13%;
  max-width: 110px;
}

.menu-btn {
  z-index: 1000;
  padding: 0px;
}

.menu-btn.w--open {
  background-color: transparent;
}

.menu-btn-line01 {
  width: 37px;
  height: 3px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #fff;
}

.search-filter {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 15;
  display: none;
  width: 100%;
  padding-top: 120px;
}

.menu-btn-b {
  position: relative;
  left: auto;
  right: 0%;
  bottom: auto;
  width: 10%;
  float: right;
}

.search-filter-top {
  position: relative;
  z-index: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(0, 0, 0, 0.9);
}

.search-filter-content-b {
  margin-top: 120px;
  padding-top: 108px;
  padding-bottom: 50px;
  background-color: rgba(240, 240, 235, 0.9);
}

.search-filter-btn {
  margin-right: 50px;
  text-decoration: none;
}

.search-filter-btn-txt {
  padding-right: 24px;
  background-image: url('../images/btn-expand.svg');
  background-position: 100% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #fff;
}

.search-filter-btn-txt.selected {
  display: none;
}

.search-filter-btn-txt-click {
  display: none;
  padding-right: 24px;
  background-image: url('../images/btn-hide-red.svg');
  background-position: 100% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #d22437;
}

.search-filter-btn-txt-click.selected {
  display: block;
}

.search-filter-content {
  margin-top: -35px;
  padding-right: 150px;
}

.search-filter-link {
  display: inline-block;
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #000;
  border-radius: 100px;
  -webkit-transition: border-color 500ms ease, color 500ms ease, background-color 500ms ease;
  transition: border-color 500ms ease, color 500ms ease, background-color 500ms ease;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.search-filter-link:hover {
  border-color: #d22437;
  background-color: #d22437;
  color: #fff;
}

.search-filter-link.seleted {
  border-color: #d22437;
  background-color: #d22437;
  color: #f0f0eb;
}

.search-filter-title {
  width: 20%;
  margin-top: 16px;
  float: left;
  font-weight: 700;
}

.search-filter-link-b {
  width: 80%;
  float: left;
}

.search-filter-list {
  margin-top: 25px;
}

.txt-small {
  font-size: 15px;
}

.txt-small.top-margin-5 {
  margin-top: 5px;
}

.search-filter-subcol {
  width: 90%;
  float: left;
}

.search-filter-subtitle {
  width: 10%;
  margin-top: 16px;
  padding-left: 5px;
  float: left;
  font-size: 16px;
}

.search-filter-scroll {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: auto;
  height: 100vh;
}

.search-filter-btn-clear {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-right: 6%;
  padding: 5px 15px;
  border-radius: 3px;
  background-color: #747b80;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.search-filter-btn-clear:hover {
  background-color: #c2c2c2;
}

.search-filter-parttime {
  display: none;
}

.search-filter-btn-select {
  width: 31%;
  margin-left: 2%;
  padding: 5px 5% 5px 10px;
  border-radius: 3px;
  background-color: #fff;
  background-image: url('../images/header-arrow.svg');
  background-position: 95% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #535353;
  font-size: 13px;
  line-height: 23px;
  text-decoration: none;
}

.search-input {
  width: 50%;
  height: 33px;
  margin-bottom: 0px;
  padding: 5px 10px 5px 35px;
  border: 1px none #000;
  border-radius: 3px;
  background-image: url('../images/header-icon-search.svg');
  background-position: 10px 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 25px;
}

.search-btn {
  width: 15%;
  margin-left: 2%;
  padding: 3px 0px 2px;
  border-radius: 3px;
  background-color: #ffc23f;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.txt-bold {
  font-weight: 700;
}

.txt-color-red {
  color: #d22437;
}

.listing {
  padding-left: 20px;
}

.txt-link-grey {
  display: inline-block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #747b80;
  text-decoration: none;
}

.txt-link-grey:hover {
  color: #d22437;
}

.btn-back {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

.btn-back:hover {
  color: #d22437;
}

.btn-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-img-txt {
  margin-left: 10px;
}

.information-details-title-b {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}

.information-details-title {
  display: inline-block;
  border-bottom: 2px solid #d22437;
  color: #d22437;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

.btn-share-b {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.btn-share-social-b {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-bottom: -25px;
}

.share-txt {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 8px;
  float: left;
  font-weight: 700;
}

.btn-img-b {
  position: static;
  display: inline-block;
  margin-left: 10px;
  float: left;
}

.btn-img-b.job-details {
  width: 40px;
}

.btn-share-social-link {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.btn-share-social-link:hover {
  opacity: 0.5;
}

.btn-share-social-line {
  width: 1px;
  height: 16px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #d8d8d8;
}

.btn-share-social-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-copylink {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-top: 50px;
  padding: 2px 10px;
  border-radius: 3px;
  background-color: #747b80;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  text-decoration: none;
}

.information-listing-img-b {
  position: relative;
  width: 40%;
  float: left;
}

.information-listing-content-b {
  width: 60%;
  padding-left: 10px;
  float: left;
}

.information-listing-txt-title {
  margin-bottom: 5px;
  color: #d22437;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.information-listing-txt-title.selected {
  color: #747b80;
}

.btn-information-listing-show {
  width: 30px;
  height: 70px;
  background-image: url('../images/btn-hide-listing.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.btn-information-listing-show:hover {
  background-image: url('../images/btn-hide-listing-red.svg');
}

.btn-information-listing-hide {
  display: none;
  width: 30px;
  height: 70px;
  background-image: url('../images/btn-show-listing.svg');
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat;
}

.btn-information-listing-hide:hover {
  background-image: url('../images/btn-show-listing-red.svg');
}

.img-mask-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.img-mask-hover.selected {
  opacity: 1;
}

.btn-share-social-mobile {
  display: none;
}

.btn-share-b-mobile {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.menu-btn-line02 {
  width: 37px;
  height: 3px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #fff;
}

.menu-btn-line03 {
  width: 37px;
  height: 3px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #fff;
}

.menu-btn-line-b.mobile {
  display: none;
}

.fb-txt {
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}

.txt-link-white {
  display: inline-block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
  text-decoration: none;
}

.txt-link-white:hover {
  color: #d22437;
}

.txt-link-white.w--current {
  color: #d22437;
}

.fb-b {
  position: relative;
  display: none;
  margin-top: 5px;
  margin-right: 0%;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb-b.mobile {
  display: none;
}

.fb-btn {
  display: inline-block;
  margin-right: 10px;
  padding: 1px 15px;
  border-radius: 3px;
  background-color: #1877f2;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
}

.fb-btn.like {
  padding-left: 35px;
  background-image: url('../images/btn-fb-like.svg');
  background-position: 10px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.header-img {
  width: 100%;
  max-width: none;
}

.btn-img-link {
  position: relative;
  display: inline-block;
  float: left;
}

.btn-img-link.margin-right {
  margin-right: 15px;
}

.btn-img-link.btn-save {
  margin-left: 10px;
}

.search-filter-mobile {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 15;
  display: none;
  width: 100%;
  padding-top: 120px;
}

.header-search-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-btn-mobile {
  display: none;
}

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: auto;
  padding-top: 150px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.8);
}

.nav-link {
  display: inline-block;
  padding: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Din, sans-serif;
  color: #f0f0eb;
  font-size: 80px;
  line-height: 98px;
  font-weight: 900;
  letter-spacing: 4px;
}

.nav-link:hover {
  color: #d22437;
}

.nav-link.w--current {
  color: #d22437;
}

.nav-link-txt-tc {
  display: inline-block;
  margin-top: 56px;
  float: right;
  font-size: 20px;
  line-height: 30px;
}

.nav-link-b {
  margin-top: 10px;
  text-align: left;
}

.nav-dropdown {
  display: block;
}

.nav-dropdown-toggle {
  display: inline-block;
  padding: 0px;
  font-family: Din, sans-serif;
  color: #f0f0eb;
  font-size: 80px;
  line-height: 98px;
  font-weight: 700;
  letter-spacing: 4px;
}

.nav-dropdown-list.w--open {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.nav-dropdown-col {
  width: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5%;
  padding-left: 5%;
  float: left;
}

.nav-dropdown-link {
  display: inline-block;
  padding: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #fff;
}

.nav-dropdown-link:hover {
  color: #d22437;
}

.nav-dropdown-link.w--current {
  color: #d22437;
}

.ad-b {
  margin-top: -50px;
  text-align: center;
}

.menu-btn-line01-mobile {
  width: 37px;
  height: 3px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #fff;
}

.menu-btn-line02-mobile {
  width: 37px;
  height: 3px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #fff;
}

.menu-btn-line03-mobile {
  width: 37px;
  height: 3px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: #fff;
}

.job-row {
  margin-top: -35px;
  margin-right: -17.5px;
  margin-left: -17.5px;
}

.job-col {
  width: 33.33%;
  margin-top: 35px;
  padding-right: 17.5px;
  padding-left: 17.5px;
  float: left;
}

.job-b {
  display: block;
  background-color: #fff;
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
}

.job-b:hover {
  box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.15);
}

.job-title {
  overflow: hidden;
  height: 50px;
  padding: 10px 20px;
  background-color: #000;
}

.job-sort {
  width: 50%;
  margin-top: 8px;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.job-sort-txt {
  display: inline-block;
  margin-right: 25px;
  font-size: 20px;
  font-weight: 700;
}

.job-sort-dropdown-toggle {
  margin-top: -1px;
  padding: 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.job-sort-dropdown-toggle:hover {
  color: #d22437;
}

.job-sort-btn-expand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-sort-btn-txt {
  margin-right: 10px;
}

.job-sort-btn-hide {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-sort-dropdown {
  color: #000;
}

.job-sort-dropdown:hover {
  color: #d22437;
}

.job-sort-dropdown-link {
  padding: 5px 0px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-size: 16px;
  font-weight: 700;
}

.job-sort-dropdown-link:hover {
  color: #d22437;
}

.job-sort-dropdown-list.w--open {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  margin-top: 26px;
  background-color: transparent;
}

.job-sort-dropdown-link-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-sort-line {
  width: 1px;
  height: 20px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #d8d8d8;
}

.contact-form-b {
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.form-b {
  margin-bottom: 0px;
  background-color: #fff;
}

.field-label {
  font-size: 16px;
  font-weight: 400;
}

.field-label.no-margin {
  margin-bottom: 0px;
}

.text-field {
  margin-bottom: 25px;
  border: 1px solid #e1e1d7;
  border-radius: 3px;
  background-color: #f0f0eb;
}

.text-field.no-margin {
  margin-bottom: 0px;
}

.text-area {
  min-height: 160px;
  margin-bottom: 20px;
  border: 1px solid #e1e1d7;
  border-radius: 3px;
  background-color: #f0f0eb;
}

.form-btn-b {
  margin-top: 25px;
  text-align: center;
}

.txt-btn {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 2px 20px;
  border-radius: 3px;
  background-color: #000;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.txt-btn:hover {
  background-color: #d22437;
  color: #fff;
}

.txt-btn-grey {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  padding: 3px 20px 2px;
  border-radius: 3px;
  background-color: #e1e1d7;
  -webkit-transition: color 500ms ease, background-color 500ms ease;
  transition: color 500ms ease, background-color 500ms ease;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.txt-btn-grey:hover {
  background-color: #d22437;
  color: #fff;
}

.txt-btn-grey.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.txt-btn-grey.no-margin.account-cv-choose-file-btn {
  margin-right: 10px;
}

.txt-btn-grey.margin-l {
  margin-right: 0px;
  margin-left: 10px;
}

.txt-btn-grey.margin-l.account-cv-choose-file-btn {
  margin-right: 10px;
}

.txt-btn-grey.margin-l.selected {
  background-color: #000;
  color: #fff;
}

.contact-form-success {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #57acbb;
}

.form {
  padding: 50px 5%;
}

.contact-btn-b {
  display: inline-block;
  width: 25%;
  text-align: center;
}

.contact-icon {
  margin-bottom: 15px;
}

.contact-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-title {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 10px 10%;
  border-bottom: 2px solid #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.contact-content {
  margin-top: 50px;
}

.section-home-banner {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100vh;
}

.home-job-cat-link {
  display: block;
  -webkit-transition: color 500ms ease, -webkit-transform 500ms ease;
  transition: color 500ms ease, -webkit-transform 500ms ease;
  transition: color 500ms ease, transform 500ms ease;
  transition: color 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.home-job-cat-link:hover {
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
  color: #d22437;
}

.home-job-cat-icon {
  width: 100px;
  margin-bottom: 10px;
}

.home-job-cat-col {
  width: 33.33%;
  margin-top: 50px;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.home-job-cat-row {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.home-section-title {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.home-information-col {
  width: 37%;
  padding-right: 10px;
  padding-left: 10px;
}

.home-information-col.home-information {
  width: 26%;
  margin-top: 10px;
}

.home-information-col.home-information-fb {
  width: 37%;
  margin-top: 10px;
  padding-bottom: 10px;
}

.home-information-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-bottom: 50px;
  margin-left: -10px;
  padding-right: 40px;
  padding-left: 40px;
}

.home-information-img-b {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.home-information-link {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.home-banner-slider {
  height: 100%;
  background-color: transparent;
}

.hide {
  display: none;
}

.home-banner-slide-img {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-banner-slide-img._01 {
  background-image: url('../images/home-banner2x.jpg');
}

.home-banner-slide-img._02 {
  background-image: url('../images/home-banner022x.jpg');
}

.home-banner-slide-img._03 {
  background-image: url('../images/home-banner032x.jpg');
}

.home-banner-slide-img._04 {
  background-image: url('../images/home-banner042x.jpg');
}

.home-banner-slide-img._05 {
  background-image: url('../images/home-banner052x.jpg');
}

.home-banner-slide-txt-b {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  font-size: 60px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
}

.home-banner-slide-txt-b.txt-bold.mobile {
  display: none;
}

.home-stat-col {
  width: 33.33%;
  margin-top: 50px;
  padding-right: 3.5%;
  padding-left: 3.5%;
  float: left;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
}

.home-stat-b {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.home-stat-row {
  margin-right: -3.5%;
  margin-left: -3.5%;
}

.home-stat-link-b {
  display: block;
}

.home-banner-slide {
  overflow: hidden;
}

.home-calender-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.home-recruitment-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-recruitment-slider-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64%;
  background-color: #fff;
}

.home-recruitment-slider {
  width: 76%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #fff;
}

.home-recruitment-logo-slider {
  width: 24%;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.home-recruitment-slide-nav-link {
  position: relative;
  display: block;
  padding: 10% 5%;
  text-align: center;
}

.home-recruitment-logo-slide-arrow-top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-listing-col {
  position: absolute;
  overflow: auto;
  width: 34%;
  height: 100vh;
  float: left;
}

.job-details-content-col {
  overflow: auto;
  width: 63%;
  height: 100vh;
  float: right;
}

.job-listing-link {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 40px 20px 10px;
  border-left: 10px solid #fff;
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.job-listing-link.selected {
  border-left-color: #d22437;
}

.job-listing-link.recommend {
  height: 100%;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #aaa;
}

.job-details-row {
  position: relative;
}

.job-details-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.job-details-list {
  margin-bottom: 50px;
}

.job-txt-location {
  display: inline-block;
  padding-left: 21px;
  background-image: url('../images/job-icon-location.svg');
  background-position: 0% 2px;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 20px;
}

.job-txt-location.job-listing {
  padding-left: 25px;
}

.job-txt-date {
  display: inline-block;
  padding-left: 21px;
  background-image: url('../images/job-icon-date.svg');
  background-position: 0% 2px;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 20px;
}

.job-txt-date.margin-left {
  margin-left: 25px;
}

.job-txt-date.job-listing {
  padding-left: 25px;
}

.job-details-info {
  width: 50%;
  float: right;
  text-align: right;
}

.job-details-txt-company {
  width: 50%;
  float: left;
}

.job-details-info-b {
  margin-top: 25px;
  margin-bottom: 50px;
}

.job-details-benefit-b {
  margin-top: 50px;
  padding-right: 3%;
  padding-bottom: 25px;
  padding-left: 3%;
  background-color: #fff;
}

.job-details-benefit-row {
  margin-right: -1%;
  margin-left: -1%;
}

.job-details-benefit-col {
  width: 25%;
  margin-top: 25px;
  padding-right: 1%;
  padding-left: 1%;
  float: left;
}

.job-details-benefit-icon {
  width: 30%;
  max-width: 50px;
}

.job-details-benefit-txt {
  width: 70%;
  margin-top: 6%;
  padding-left: 2%;
}

.job-details-benefit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checkbox {
  margin-top: 6.2px;
}

.checkbox-b {
  margin-top: 25px;
}

.file-upload-b {
  margin-right: -2%;
  margin-bottom: 25px;
  margin-left: -2%;
}

.action-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.job-share-txt {
  display: inline-block;
  margin-top: 7px;
  float: left;
  font-size: 18px;
  font-weight: 700;
}

.job-details-save {
  margin-top: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.job-details-enquiry {
  position: relative;
  display: inline-block;
}

.form-subtxt {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #747b80;
  font-size: 14px;
}

.file-upload-col {
  width: 50%;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.file-upload-col.float-r {
  float: right;
  text-align: right;
}

.file-upload-link-b {
  margin-top: 5px;
  margin-right: 10px;
  padding: 3px 10px 3px 25px;
  border-radius: 3px;
  background-color: #e1e1d7;
  background-image: url('../images/btn-close.svg');
  background-position: 6px 7px;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.file-upload-txt {
  display: inline-block;
  font-size: 14px;
}

.file-upload-txt.margin-left {
  margin-left: 10px;
}

.file-upload-btn {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #575c4e;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.job-details-section-title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
}

.job-details-relate-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2.5%;
  margin-left: -2.5%;
}

.job-details-relate-col {
  position: relative;
  width: 33.33%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}

.job-details-relate-b {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 18px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.job-details-relate-b:hover {
  opacity: 0.5;
}

.job-details-relate-b.job-success {
  text-align: center;
}

.job-details-relate-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 5px;
  background-color: #d22437;
}

.job-details-txt-date {
  color: #747b80;
}

.job-details-txt-job {
  color: #2464a8;
  font-size: 18px;
  line-height: 28px;
}

.job-details-relate-slider {
  height: auto;
  background-color: transparent;
}

.job-details-relate-slide {
  width: 33.33%;
  padding-right: 3%;
  padding-left: 3%;
}

.job-form-success {
  padding: 50px 5% 25px;
  background-color: #fff;
}

.job-form-success-img {
  margin-bottom: 10px;
  padding-top: 100px;
  padding-bottom: 150px;
  border-bottom: 2px solid #000;
  text-align: center;
}

.job-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-slider-arrow.left {
  margin-left: -10px;
}

.job-slider-arrow.right {
  margin-right: -10px;
}

.job-details-enquiry-b {
  display: inline-block;
}

.job-listing-content-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px dashed #aaa;
}

.job-listing-info-txt {
  position: relative;
  padding-right: 10%;
  color: #575c4e;
}

.job-listing-icon {
  width: 30px;
  margin-left: 5px;
}

.job-listing-benefit {
  padding-left: 16px;
  background-image: url('../images/job-icon-benefit.svg');
  background-position: 0px 8px;
  background-size: 16px;
  background-repeat: no-repeat;
}

.job-listing-icon-best {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 5px;
}

.job-listing-col-r {
  width: 35%;
  max-width: 150px;
}

.job-listing-col-l {
  width: 65%;
}

.job-listing-title {
  width: 100%;
  float: left;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #2464a8;
  font-size: 20px;
  text-decoration: none;
}

.job-listing-title:hover {
  color: #d22437;
}

.job-listing-more {
  display: none;
  color: #aaa;
  font-size: 12px;
}

.job-listing-more.selected {
  display: inline;
}

.align-right {
  text-align: right;
}

.job-listing-save {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 28px;
  margin-top: 10px;
  margin-right: 20px;
}

.recruitment-calender {
  width: 100%;
}

.recruitment-txt-location {
  display: inline-block;
  padding-left: 30px;
  background-image: url('../images/job-icon-location.svg');
  background-position: 0% 2px;
  background-size: 24px;
  background-repeat: no-repeat;
}

.recruitment-info-b {
  margin-top: 15px;
}

.recruitment-txt-date {
  display: inline-block;
  padding-left: 30px;
  background-image: url('../images/job-icon-date.svg');
  background-position: 0% 2px;
  background-size: 24px;
  background-repeat: no-repeat;
}

.recruitment-info {
  margin-top: 50px;
}

.job-details-sort {
  width: 34%;
  margin-bottom: 25px;
}

.job-details-sort.mobile {
  display: none;
}

.job-details-sort-txt {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}

.job-details-sort-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.job-sort-details-dropdown-list.w--open {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  background-color: transparent;
}

.job-details-sort-dropdown {
  color: #000;
  text-align: right;
}

.job-details-sort-dropdown:hover {
  color: #d22437;
}

.job-details-sort-dropdown-link-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-share-social-b-mobile {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-bottom: -25px;
}

.job-details-link {
  display: inline-block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #747b80;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.job-details-link:hover {
  color: #d22437;
}

.job-details-link.mobile {
  display: none;
}

.job-link {
  font-size: 14px;
}

.job-txt-location-b {
  position: relative;
}

.job-location {
  position: absolute;
  display: none;
  padding: 10px 5%;
  background-color: #000;
  opacity: 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.checkbox-field {
  width: 50%;
  padding-right: 20px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-row {
  margin-bottom: 25px;
}

.home-recruitment-logo-slide-arrow-bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-recruitment-logo-slide {
  padding-top: 25px;
  padding-bottom: 25px;
}

.home-recruitment-arrow-b-mobile {
  display: none;
}

.recruitment-listing-col {
  position: absolute;
  overflow: auto;
  width: 37%;
  height: 100vh;
  float: left;
}

.recruitment-details-content-col {
  overflow: auto;
  width: 60%;
  height: 100vh;
  float: right;
}

.recruitment-details-content-col.mobile {
  display: none;
}

.parttime-listing-col {
  position: absolute;
  overflow: auto;
  width: 37%;
  height: 100vh;
  float: left;
}

.parttime-details-content-col {
  overflow: auto;
  width: 60%;
  height: 100vh;
  float: right;
}

.search-result-b {
  margin-top: 15px;
  margin-bottom: -15px;
}

.search-result-btn-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result-btn-txt {
  margin-right: 5px;
}

.search-result-btn {
  margin-right: 10px;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #000;
  border-radius: 100px;
  -webkit-transition: color 200ms ease, border 500ms ease;
  transition: color 200ms ease, border 500ms ease;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.search-result-btn:hover {
  border-color: #d22437;
  color: #d22437;
}

.job-btn {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #747b80;
  text-decoration: none;
}

.job-btn:hover {
  color: #d22437;
}

.job-btn-txt-previous {
  margin-left: 10px;
}

.job-btn-txt-next {
  margin-right: 10px;
}

.sitemap-col-l {
  width: 60%;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.sitemap-l-col {
  width: 45%;
  margin-bottom: 50px;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.sitemap-l-col._02 {
  width: 55%;
}

.sitemap-co-r {
  width: 40%;
  padding-right: 2%;
  padding-left: 2%;
  float: left;
}

.job-sor-dropdown-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-share-dropdown-list {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -25px;
}

.btn-share-dropdown-list.w--open {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 40px;
  background-color: transparent;
}

.btn-share-dropdown-troggle {
  padding: 0px;
}

.job-details-relate {
  overflow: hidden;
  margin-top: 25px;
}

.job-listing-mobile-btn-b {
  display: none;
}

.job-listing-col-mobile {
  position: absolute;
  display: none;
  overflow: auto;
  width: 34%;
  height: 100vh;
  float: left;
}

.information-bottom-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.information-mobile-btn-b {
  display: none;
}

.information-listing-col-mobile {
  display: none;
  overflow: hidden;
  width: 40%;
  float: right;
}

.information-listing-mobile {
  padding-left: 5%;
}

.job-txt-price {
  display: inline-block;
  padding-left: 21px;
  background-image: url('../images/parttime-icon-price.svg');
  background-position: 0% 2px;
  background-size: 16px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 20px;
}

.job-txt-price.job-listing {
  padding-left: 25px;
}

.home-information-link-img {
  width: 100%;
}

.search-filter-btn-b {
  position: relative;
}

.search-filter-btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 6%;
}

.job-txt-location-b-mobile {
  display: none;
}

.home-b {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.calender-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  opacity: 0;
}

.calender-b {
  position: relative;
  margin-bottom: 15px;
}

.job-details-description {
  margin-top: 10px;
  font-size: 16px;
}

.job-details-content-b {
  padding-right: 8px;
}

.home-fb-screen {
  position: static;
  overflow: hidden;
  height: 100%;
  background-image: url('../images/facebook-screen.jpg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.home-sticky-btn-b {
  position: absolute;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  margin-top: 70px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.home-sticky-btn {
  margin-right: 15px;
  margin-left: 15px;
  color: #f0f0eb;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
  text-shadow: 1px 0 10px rgba(0, 0, 0, 0.6);
}

.home-sticky-bar-b {
  position: relative;
  left: 50%;
  width: 45px;
  height: 3px;
  margin-top: 5px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.home-sticky-bar01 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 100%;
  background-color: #d22437;
}

.login-btn {
  display: inline-block;
  margin-right: 10px;
  padding: 1px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #919191;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  font-weight: 700;
  text-decoration: none;
}

.header-logo-b02 {
  width: 27%;
}

.header-logo02 {
  margin-left: 10px;
}

.header-logo-img {
  width: 100%;
}

.pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
}

.pop.pop-login {
  display: none;
  overflow: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop.pop-register {
  display: none;
  overflow: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop.pop-register.edit {
  display: block;
}

.pop.pop-account {
  display: none;
  overflow: auto;
}

.pop-close-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.login-b {
  position: relative;
  z-index: 6000;
  width: 100%;
  max-width: 460px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.pop-title {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.pop-title.txt-color-white {
  color: #f0f0eb;
}

.pop-form-label {
  color: #f0f0eb;
}

.pop-form-txt-field {
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #f0f0eb;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
}

.pop-form-txt-field::-webkit-input-placeholder {
  color: #484848;
}

.pop-form-txt-field:-ms-input-placeholder {
  color: #484848;
}

.pop-form-txt-field::-ms-input-placeholder {
  color: #484848;
}

.pop-form-txt-field::placeholder {
  color: #484848;
}

.pop-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #f0f0eb;
  text-align: center;
  text-decoration: none;
}

.pop-btn.login {
  background-color: #d22437;
}

.pop-btn.login:hover {
  background-color: #ad0013;
}

.pop-btn.login.max-w {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.pop-btn.fb {
  background-color: #1778f2;
}

.pop-btn.fb:hover {
  background-color: #0059c9;
}

.pop-btn.fb.max-w {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.pop-btn.logout {
  background-color: #f0f0eb;
  color: #000;
}

.pop-btn.logout:hover {
  background-color: #d22437;
  color: #f0f0eb;
}

.pop-btn.logout.max-w {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.pop-btn-b {
  margin-top: 30px;
}

.login-txt {
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.pop-btn-fb-txt {
  display: inline-block;
}

.pop-btn-fb-img {
  margin-right: 10px;
}

.pop-btn-close-img {
  display: block;
}

.pop-btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.register-b {
  position: relative;
  z-index: 6000;
  width: 100%;
  max-width: 650px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.pop-register-txt-field {
  padding-left: 100px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #f0f0eb;
  border-radius: 3px;
  background-color: #fff;
  color: #646464;
  font-size: 16px;
}

.pop-register-txt-field::-webkit-input-placeholder {
  color: #646464;
}

.pop-register-txt-field:-ms-input-placeholder {
  color: #646464;
}

.pop-register-txt-field::-ms-input-placeholder {
  color: #646464;
}

.pop-register-txt-field::placeholder {
  color: #646464;
}

.pop-field-b {
  position: relative;
  margin-bottom: 30px;
}

.pop-field-b.margin-10 {
  margin-bottom: 10px;
}

.pop-field-required {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-top: 7px;
  margin-left: -15px;
  color: #d22437;
}

.pop-field-remark {
  margin-top: -5px;
  padding-left: 12px;
  color: #646464;
  font-size: 14px;
  line-height: 20px;
}

.pop-col {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.pop-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  margin-left: -20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pop-register-select-field {
  padding-right: 8px;
  padding-left: 8px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #f0f0eb;
  border-radius: 0px;
  background-color: #fff;
  background-image: url('../images/home-slide-nav-next.svg');
  background-position: 95% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 16px;
}

.pop-register-select-field::-webkit-input-placeholder {
  color: #646464;
}

.pop-register-select-field:-ms-input-placeholder {
  color: #646464;
}

.pop-register-select-field::-ms-input-placeholder {
  color: #646464;
}

.pop-register-select-field::placeholder {
  color: #646464;
}

.txt-color-grey {
  color: #646464;
}

.gender-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.btn-hidden-img {
  display: block;
  width: 100%;
}

.btn-hidden {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 34px;
  margin-top: 6px;
  margin-right: 10px;
}

.btn-hidden-img-off {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
}

.form-register-radio-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 15px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-register-radio-field.gender {
  margin-left: 15px;
}

.form-register-radio-field.full {
  width: 100%;
}

.form-checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  margin-top: 8px;
  margin-left: 0px;
  opacity: 1;
}

.form-checkbox-b {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.form-checkbox-img {
  width: 20px;
  height: 20px;
  border: 1px solid #b4b4b4;
}

.form-checkbox-clicked {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #b4b4b4;
  background-color: #646464;
  opacity: 0;
}

.form-checkbox-label {
  position: relative;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 300;
}

.account-b {
  position: relative;
  z-index: 6000;
  width: 100%;
  max-width: 650px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(68, 66, 63, 0.95);
}

.account-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account-col {
  width: 33.33%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.account-link {
  display: block;
  -webkit-transition: color 500ms ease, -webkit-transform 500ms ease;
  transition: color 500ms ease, -webkit-transform 500ms ease;
  transition: color 500ms ease, transform 500ms ease;
  transition: color 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.account-link:hover {
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
  color: #d22437;
}

.account-link-icon {
  width: 100px;
  margin-bottom: 10px;
}

.account-link-icon-hover {
  display: none;
  width: 100px;
  margin-bottom: 10px;
}

.header-btn-account {
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  background-image: url('../images/header-account-arrow.svg');
  background-position: 100% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
}

.account-title {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.account-title-txt {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.account-title-txt.txt-color-white {
  color: #f0f0eb;
}

.account-title-subtxt {
  position: absolute;
  left: 50%;
  width: 350px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  color: #646464;
}

.account-title-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: -3px;
  margin-left: -60px;
}

.account-btn-home {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: -30px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 45px;
  background-image: url('../images/icon-home.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #646464;
  text-decoration: none;
}

.account-btn-home:hover {
  background-image: url('../images/icon-home-red.svg');
  color: #d22437;
}

.account-btn-home-mobile-b {
  display: none;
}

.account-search {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-search.mobile {
  display: none;
}

.account-search-input {
  width: 200px;
  height: 33px;
  margin-bottom: 0px;
  padding: 5px 10px 5px 35px;
  border: 1px solid #636363;
  border-radius: 3px;
  background-image: url('../images/header-icon-search.svg');
  background-position: 10px 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 25px;
}

.account-search-btn {
  margin-right: 10px;
  margin-left: 2%;
  padding: 3px 0px 2px;
  border-radius: 3px;
  background-color: transparent;
  color: #646464;
  font-size: 16px;
  text-align: center;
}

.account-tb {
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  background-color: #fff;
}

.account-tb-link {
  width: 97%;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}

.account-tb-link:hover {
  color: #d22437;
}

.account-tb-link.expire {
  color: #a5a5a5;
}

.account-checkbox-b {
  width: 3%;
  margin-top: 2px;
  margin-bottom: 0px;
}

.account-tb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #969696;
  font-size: 15px;
}

.account-tb-list.expire {
  background-color: #d7d7d7;
}

.account-tb-list.bold-border {
  border-bottom-width: 2px;
  border-bottom-color: #000;
}

.account-tb-list.cv {
  padding-top: 10px;
  padding-bottom: 10px;
}

.account-checkbox {
  margin-top: 0px;
}

.account-link-save-date {
  width: 12%;
}

.account-tb-col {
  padding-right: 5px;
  padding-left: 5px;
}

.account-tb-col._12 {
  width: 12%;
}

.account-tb-col._25 {
  width: 25%;
}

.account-tb-col._15 {
  width: 15%;
}

.account-tb-col._11 {
  width: 11%;
}

.account-tb-col._38 {
  width: 38%;
}

.account-tb-col._35 {
  width: 35%;
}

.account-tb-col.cv-date {
  width: 20%;
}

.account-tb-col.cv-btn {
  width: 45%;
  text-align: right;
}

.account-tb-col._55 {
  width: 55%;
}

.account-tb-col._40 {
  width: 40%;
}

.account-tb-col.cv-title {
  width: 35%;
}

.account-tb-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.account-tb-row.full {
  width: 100%;
}

.account-btn-delete-b {
  margin-top: 25px;
  text-align: left;
}

.account-tb-checkbox {
  margin-bottom: 0px;
}

.sorting-link {
  display: inline-block;
  padding-right: 15px;
  background-image: url('../images/home-slide-nav-next.svg');
  background-position: 100% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.sorting-link:hover {
  background-image: url('../images/home-slide-nav-next-red.svg');
  color: #d22437;
}

.account-tb-top {
  width: 97%;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #747b80;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
}

.account-tb-top.expire {
  color: #a5a5a5;
}

.account-paging-arrow-r {
  width: 7px;
  height: 20px;
  background-image: url('../images/btn-show-listing.svg');
  background-position: 50% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
}

.account-paging-arrow-r:hover {
  background-image: url('../images/btn-show-listing-red.svg');
}

.account-paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-paging.mobile {
  display: none;
}

.account-paging-arrow-l {
  width: 7px;
  height: 20px;
  background-image: url('../images/btn-hide-listing.svg');
  background-position: 50% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
}

.account-paging-arrow-l:hover {
  background-image: url('../images/btn-hide-listing-red.svg');
}

.account-paging-txt {
  padding-right: 10px;
  padding-left: 10px;
}

.account-tb-mobile {
  display: none;
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  background-color: #fff;
}

.account-tb-col-mobile-l {
  padding-right: 5px;
  padding-left: 5px;
}

.account-tb-col-mobile-l._12 {
  width: 12%;
}

.account-tb-col-mobile-l._25 {
  width: 25%;
}

.account-tb-col-mobile-l._15 {
  width: 15%;
}

.account-tb-col-mobile-l._11 {
  width: 11%;
}

.account-tb-col-mobile-l._38 {
  width: 38%;
}

.account-tb-col-mobile-r {
  padding-right: 5px;
  padding-left: 5px;
}

.account-tb-col-mobile-r._12 {
  width: 12%;
}

.account-tb-col-mobile-r._25 {
  width: 25%;
}

.account-tb-col-mobile-r._15 {
  width: 15%;
}

.account-tb-col-mobile-r._11 {
  width: 11%;
}

.account-tb-col-mobile-r._38 {
  width: 38%;
}

.account-cv-col-l {
  width: 15%;
}

.account-cv-col-r {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account-cv-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account-cv-choose-file-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account-cv-label {
  margin-top: 5px;
}

.account-cv-file-txt {
  margin-top: 2px;
}

.account-cv-upload-b {
  width: 35%;
  text-align: right;
}

.account-cv {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.account-cv-tb-txt {
  margin-top: 3px;
}

.account-cv-field-txt {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 15px;
}

.account-cv-field-txt.top-margin-5 {
  margin-top: 5px;
}

.account-cv-tb {
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px;
  background-color: #fff;
}

.register-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100px;
  margin-top: 5px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.register-label.no-margin {
  margin-bottom: 0px;
}

.register-txt-field {
  padding-left: 100px;
  border: 1px solid #e1e1d7;
  border-radius: 3px;
  background-color: #f0f0eb;
  color: #646464;
  font-size: 16px;
}

.register-txt-field::-webkit-input-placeholder {
  color: #646464;
}

.register-txt-field:-ms-input-placeholder {
  color: #646464;
}

.register-txt-field::-ms-input-placeholder {
  color: #646464;
}

.register-txt-field::placeholder {
  color: #646464;
}

.register-select-field {
  padding-right: 8px;
  padding-left: 8px;
  border: 1px solid #e1e1d7;
  border-radius: 0px;
  background-color: #f0f0eb;
  background-image: url('../images/home-slide-nav-next.svg');
  background-position: 95% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 16px;
}

.register-select-field::-webkit-input-placeholder {
  color: #646464;
}

.register-select-field:-ms-input-placeholder {
  color: #646464;
}

.register-select-field::-ms-input-placeholder {
  color: #646464;
}

.register-select-field::placeholder {
  color: #646464;
}

.info-bottom-b {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.info-interest-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-interest-col {
  width: 33.33%;
}

.info-interest-b {
  margin-bottom: 25px;
}

.header-mobile-btn-account {
  width: 30px;
  margin-top: 4px;
  margin-right: 15%;
  float: right;
}

.account-recommend-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -35px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account-recommend-col {
  width: 33.33%;
  margin-top: 35px;
  padding-right: 17.5px;
  padding-left: 17.5px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.form-radio {
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-regiester-radio-txt {
  margin-left: 10px;
}

.form-agree-checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-agree-checkbox {
  margin-top: 7px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pop-more-info {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  overflow: hidden;
  margin-bottom: 25px;
}

.pop-moreinfo-link {
  position: relative;
  display: block;
  padding: 10px 50px 10px 20px;
  background-color: rgba(134, 134, 131, 0.7);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #f0f0eb;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.pop-moreinfo-link:hover {
  background-color: rgba(134, 134, 131, 0.9);
}

.pop-moreinfo-link.v-mobile {
  display: none;
}

.pop-moreinfo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-moreinfo-icon {
  width: 60px;
  margin-top: -3px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.img-full {
  display: block;
  width: 100%;
}

.btn-pop-moreinfo-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 15px;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.btn-pop-moreinfo-close:hover {
  opacity: 0.6;
}

.btn-pop-moreinfo-close.v-mobile {
  display: none;
}

html.w-mod-js *[data-ix="information-listing-col"] {
  width: 0px;
}

html.w-mod-js *[data-ix="information-details-cntent-col"] {
  width: 100%;
}

html.w-mod-js *[data-ix="information-listing"] {
  display: none;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="fade-in-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="job-sort-dropdown-list"] {
  height: 0px;
}

html.w-mod-js *[data-ix="home-banner-slide-img"] {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

html.w-mod-js *[data-ix="menu-link01"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="menu-link02"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="menu-link03"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="menu-link04"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="menu-link05"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="menu-link06"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="menu-link07"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="btn-share-dropdown-list"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="home-job-cat-link-appear"] {
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="home-stat-link-appear"] {
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="home-sticky-bar01"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="home-sticky-bar02"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="home-sticky-bar03"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="pop"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="pop-moreinfo-interaction"] {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="pop-moreinfo-interaction-m"] {
  -webkit-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}

html.w-mod-js *[data-ix="pop-moreinfo-close"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .header-logo {
    margin-right: 15px;
  }

  .header-left {
    width: 67%;
  }

  .menu-btn-b {
    width: 33%;
  }

  .fb-b {
    display: block;
    margin-top: 3px;
  }

  .nav-link-b.hide-in-desktop {
    display: none;
  }

  .pop.pop-login {
    display: none;
  }

  .header-btn-account {
    text-decoration: none;
  }

  .header-mobile-btn-account {
    display: none;
  }

  .form-radio {
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .all.job-overflow {
    overflow: visible;
  }

  .section-content.bg-grey.job-details {
    padding-bottom: 25px;
  }

  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .page-title-b.job {
    width: 100%;
    float: none;
  }

  .information-row {
    margin-top: -20px;
    margin-right: -10px;
    margin-left: -10px;
  }

  .information-col {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .information-details-content-col {
    width: 100%;
  }

  .information-listing-col {
    display: none;
    width: 100%;
    margin-top: 50px;
  }

  .information-listing {
    padding-left: 0%;
  }

  .btn-information-listing {
    display: none;
  }

  .sitemap-col {
    width: 50%;
  }

  .footer-txt {
    text-align: left;
  }

  .header-left {
    width: 80%;
  }

  .menu-btn-b {
    width: 20%;
  }

  .fb-txt {
    margin-top: 10px;
  }

  .fb-b {
    display: none;
  }

  .fb-b.mobile {
    top: 0%;
    display: block;
    margin-right: 0%;
    margin-bottom: 25px;
    float: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .search-filter-mobile {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .nav-link {
    font-size: 50px;
    line-height: 60px;
  }

  .nav-link-txt-tc {
    margin-top: 31px;
    font-size: 14px;
    line-height: 24px;
  }

  .nav-dropdown-toggle {
    font-size: 50px;
    line-height: 60px;
  }

  .nav-dropdown-col {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nav-dropdown-link-b {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .job-row {
    margin-top: -20px;
  }

  .job-col {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .job-sort {
    width: 100%;
    float: none;
    text-align: left;
  }

  .job-sort-dropdown-list.w--open {
    left: 50%;
    top: 0%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .contact-form-b {
    padding-right: 0%;
    padding-left: 0%;
  }

  .contact-btn-b {
    width: 50%;
  }

  .home-job-cat-row {
    padding-right: 0%;
    padding-left: 0%;
  }

  .home-information-row {
    max-width: none;
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-stat-b {
    max-width: none;
  }

  .home-recruitment-slider-b {
    width: 68%;
  }

  .home-recruitment-slider {
    width: 75%;
  }

  .home-recruitment-logo-slider {
    width: 25%;
    padding-right: 2%;
    padding-left: 2%;
  }

  .job-listing-col {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: none;
    overflow: auto;
    width: 100%;
    height: auto;
    padding-top: 170px;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #f0f0eb;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  .job-details-content-col {
    overflow: visible;
    width: 100%;
    height: auto;
  }

  .job-details-content-col.hide-in-mobile {
    display: none;
  }

  .job-listing-link.selected {
    border-left-color: #fff;
  }

  .job-details-benefit-col {
    width: 33.33%;
  }

  .job-details-benefit-txt {
    margin-top: 5%;
  }

  .action-b {
    padding-right: 0px;
  }

  .job-details-share {
    max-width: none;
    float: left;
  }

  .job-listing-col-r {
    max-width: none;
  }

  .job-details-sort {
    display: none;
    width: 100%;
    padding-right: 0%;
  }

  .job-details-sort.mobile {
    display: block;
    overflow: hidden;
  }

  .job-details-sort-txt {
    margin-bottom: 0px;
  }

  .job-sort-details-dropdown-list {
    overflow: hidden;
  }

  .job-sort-details-dropdown-list.w--open {
    left: 50%;
    top: 0%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }

  .job-details-sort-dropdown {
    z-index: 1;
  }

  .recruitment-listing-col {
    position: relative;
    display: none;
    overflow: visible;
    width: 100%;
    height: auto;
    padding-right: 0%;
  }

  .recruitment-details-content-col {
    display: none;
    overflow: visible;
    width: 100%;
    height: auto;
  }

  .recruitment-details-content-col.mobile {
    display: block;
  }

  .parttime-listing-col {
    position: relative;
    display: none;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-right: 0%;
  }

  .parttime-details-content-col {
    overflow: visible;
    width: 100%;
    height: auto;
  }

  .sitemap-col-l {
    width: 100%;
  }

  .sitemap-l-col {
    width: 50%;
  }

  .sitemap-l-col._02 {
    width: 50%;
  }

  .sitemap-co-r {
    width: 100%;
  }

  .job-listing-mobile-btn-b {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    z-index: 10;
    display: block;
    padding: 50px 5% 25px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  .job-listing-mobile-btn {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    display: inline-block;
    padding: 10px 5%;
    border-radius: 100px;
    background-color: #747b80;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  .job-listing-mobile-btn-close-b {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    display: block;
    padding-top: 50px;
    padding-bottom: 25px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  .job-listing-col-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 20;
    overflow: auto;
    width: 100%;
    height: auto;
    padding-top: 170px;
    padding-right: 5%;
    padding-left: 5%;
    background-color: #f0f0eb;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .information-mobile-btn-b {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0px;
    display: block;
    margin-bottom: -50px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  .information-mobile-btn-b.close {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .information-listing-col-mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
    width: 100%;
    padding: 170px 5% 50px;
    background-color: #f0f0eb;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }

  .information-listing-mobile {
    padding-left: 0%;
  }

  .job-listing-logo-b {
    width: 100%;
    max-width: 150px;
    float: right;
  }

  .job-listing-logo-b.w--current {
    width: 100%;
    max-width: 150px;
    float: right;
  }

  .calender-hover {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .job-details-description {
    margin-top: 10px;
  }

  .job-details-content-b {
    padding-right: 0px;
  }

  .account-search-input {
    width: 120px;
  }

  .account-tb {
    display: none;
  }

  .account-tb.recommend {
    display: block;
  }

  .account-tb-link {
    line-height: 20px;
  }

  .account-tb-col._50 {
    width: 35%;
  }

  .account-tb-col._35 {
    width: 35%;
  }

  .account-tb-col._85 {
    width: 85px;
  }

  .account-tb-col._65 {
    width: 65%;
  }

  .account-tb-col.cv-title {
    width: 35%;
  }

  .account-tb-checkbox {
    margin-top: 1px;
  }

  .sorting-link {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 15px;
  }

  .account-tb-mobile {
    display: block;
  }

  .account-sorting-dropdown-link {
    font-size: 15px;
    line-height: 18px;
  }

  .account-sorting-dropdown-list.w--open {
    background-color: #f0f0eb;
  }

  .account-sorting-b {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }

  .account-tb-col-mobile-l {
    width: 15%;
  }

  .account-tb-col-mobile-l._50 {
    width: 35%;
  }

  .account-tb-col-mobile-l._35 {
    width: 35%;
  }

  .account-tb-col-mobile-l._85 {
    width: 85px;
  }

  .account-tb-col-mobile-r {
    width: 35%;
  }

  .account-tb-col-mobile-r._50 {
    width: 35%;
  }

  .account-tb-col-mobile-r._35 {
    width: 35%;
  }

  .account-tb-col-mobile-r._85 {
    width: 85px;
  }

  .account-tb-line {
    margin-bottom: 4px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #747b80;
  }

  .account-recommend-row {
    margin-top: -20px;
  }

  .account-recommend-col {
    width: 50%;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }

  .header {
    height: 56px;
  }

  .all {
    margin-top: 56px;
  }

  .section-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-content.bg-grey.job-details {
    padding-bottom: 15px;
  }

  .section-content.account {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-content.account.padding-bottom-less {
    padding-bottom: 20px;
  }

  .container.menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-title-b {
    margin-top: -15px;
    margin-bottom: -15px;
  }

  .page-title-b.account {
    margin-bottom: 30px;
  }

  .page-title-txt {
    font-size: 18px;
    line-height: 22px;
  }

  .information-row {
    margin-top: -25px;
  }

  .information-col {
    width: 50%;
    margin-top: 25px;
  }

  .txt-title {
    font-size: 16px;
    line-height: 20px;
  }

  .information-txt {
    height: 113px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .paging {
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paging-txt {
    letter-spacing: 2px;
  }

  .information-listing-col {
    display: none;
    margin-top: 25px;
  }

  .sitemap-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .sitemap-col.hide-in-mobile {
    display: none;
  }

  .sitemap-icon {
    height: 32px;
    max-width: none;
    margin-bottom: 15px;
  }

  .sitemap-title {
    font-size: 16px;
  }

  .sitemap-subcol {
    width: 100%;
  }

  .header-logo {
    margin-right: 0px;
  }

  .header-search {
    display: none;
  }

  .header-left {
    width: 50%;
  }

  .header-logo-b {
    width: 40px;
    max-width: none;
  }

  .menu-btn {
    position: static;
    display: inline-block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .menu-btn.w--open {
    position: relative;
  }

  .menu-btn-line01 {
    width: 30px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .menu-btn-b {
    width: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .search-filter-top {
    background-color: transparent;
  }

  .search-filter-content-b {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .search-filter-content {
    padding-right: 0px;
  }

  .search-filter-link {
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 0px;
  }

  .search-filter-title {
    width: 100%;
    margin-top: 0px;
  }

  .search-filter-link-b {
    width: 100%;
  }

  .search-filter-subcol {
    width: 85%;
  }

  .search-filter-subtitle {
    width: 15%;
    margin-top: 12px;
    padding-left: 0px;
  }

  .search-filter-scroll {
    position: relative;
    overflow: visible;
    height: auto;
  }

  .search-filter-btn-clear {
    position: relative;
    margin-top: 25px;
    margin-right: 0px;
    float: right;
  }

  .search-filter-parttime {
    display: none;
  }

  .search-input {
    width: 80%;
  }

  .search-btn {
    width: 18%;
  }

  .page-title-icon {
    width: 50px;
  }

  .btn-back {
    font-size: 14px;
    line-height: 16px;
  }

  .btn-align {
    display: block;
  }

  .btn-align.btn-back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .information-details-title {
    font-size: 18px;
    line-height: 28px;
  }

  .btn-share-b {
    display: none;
  }

  .btn-share-social-b {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: block;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 50px;
    background-color: #fff;
  }

  .share-txt {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }

  .share-txt.information {
    width: auto;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .btn-img-b.job-details {
    width: 30px;
    margin-right: 10px;
    margin-left: 0px;
  }

  .btn-img-b.job-details.no-margin-r {
    margin-right: 0px;
  }

  .btn-share-social-link {
    width: 12.5%;
    margin-top: 25px;
    padding-right: 3%;
    padding-left: 3%;
    float: left;
    text-align: center;
  }

  .btn-share-social-line {
    display: none;
  }

  .btn-share-social-align {
    display: block;
  }

  .btn-copylink {
    margin-top: 65px;
  }

  .btn-copylink.information-details {
    margin-top: 40px;
  }

  .information-listing-txt-title {
    font-size: 16px;
    line-height: 20px;
  }

  .btn-close-mobile {
    position: absolute;
    left: auto;
    top: 50%;
    right: 0%;
    bottom: auto;
    margin-right: 5%;
    padding: 5px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .btn-share-social-mobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-share-b-mobile {
    display: block;
  }

  .btn-share-b-mobile.information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-btn-line02 {
    width: 30px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .menu-btn-line03 {
    width: 30px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .menu-btn-line-b {
    display: none;
  }

  .menu-btn-line-b.mobile {
    display: block;
  }

  .btn-img-link.btn-save {
    margin-top: 11px;
    margin-left: 0px;
  }

  .search-filter-mobile {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: auto;
    padding-top: 0px;
  }

  .header-search-mobile {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding-top: 81px;
    background-color: rgba(0, 0, 0, 0.9);
  }

  .search-input-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5%;
    padding-left: 5%;
  }

  .search-btn-mobile {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
    float: right;
  }

  .nav-menu {
    padding-top: 75px;
  }

  .nav-link {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .nav-link-txt-tc {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-dropdown-toggle {
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 2px;
  }

  .nav-dropdown-link-b {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .ad-b {
    margin-top: -25px;
  }

  .menu-btn-line01-mobile {
    width: 30px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .menu-btn-line02-mobile {
    width: 30px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .menu-btn-line03-mobile {
    width: 30px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .job-col {
    width: 50%;
  }

  .job-sort {
    margin-top: 25px;
    margin-bottom: -8px;
  }

  .job-sort-txt {
    font-size: 16px;
  }

  .job-sort-dropdown-toggle {
    font-size: 16px;
  }

  .job-sort-dropdown {
    width: 100%;
    margin-top: 10px;
  }

  .job-sort-dropdown-link {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    float: left;
  }

  .job-sort-dropdown-list {
    position: relative;
  }

  .job-sort-dropdown-list.w--open {
    width: 100%;
    margin-top: 0px;
  }

  .job-sort-dropdown-link-align {
    display: block;
    margin-top: 5px;
  }

  .job-sort-line {
    margin-top: 3px;
    float: left;
  }

  .job-sort-line.hide-in-mobile {
    display: none;
  }

  .field-label {
    font-size: 14px;
  }

  .text-field {
    margin-bottom: 15px;
  }

  .form-btn-b {
    margin-top: 15px;
  }

  .txt-btn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .txt-btn-grey {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .txt-btn-grey.margin-l.m-margin-r {
    margin-right: 5px;
    margin-left: 0px;
  }

  .form {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-align {
    margin-bottom: 30px;
  }

  .contact-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
  }

  .contact-content {
    margin-top: 30px;
  }

  .home-job-cat-link {
    font-size: 16px;
    line-height: 20px;
  }

  .home-job-cat-icon {
    width: 70px;
  }

  .home-job-cat-col {
    width: 50%;
    margin-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .home-section-title {
    font-size: 22px;
    line-height: 32px;
  }

  .home-information-col {
    width: 100%;
  }

  .home-information-col.home-information {
    width: 100%;
  }

  .home-information-col.home-information-fb {
    width: 100%;
  }

  .home-information-row {
    display: block;
    margin-bottom: 30px;
  }

  .home-banner-slide-txt-b {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 36px;
    line-height: 50px;
  }

  .home-banner-slide-txt-b.txt-bold {
    display: none;
    line-height: 40px;
  }

  .home-banner-slide-txt-b.txt-bold.mobile {
    display: block;
  }

  .home-stat-col {
    width: 100%;
    margin-top: 30px;
  }

  .home-stat-b {
    max-width: 200px;
  }

  .home-calender-b {
    width: 100%;
  }

  .home-recruitment-b {
    display: block;
  }

  .home-recruitment-slider-b {
    display: block;
    width: 100%;
    margin-top: 30px;
  }

  .home-recruitment-slider {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 0px;
  }

  .home-recruitment-logo-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-recruitment-slide-nav-link {
    width: 33.33%;
    padding-top: 0%;
    padding-bottom: 0px;
    float: left;
  }

  .home-recruitment-logo-slide-arrow-top {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 30px;
  }

  .job-listing-col {
    padding-top: 80px;
  }

  .job-listing-link {
    padding-left: 15px;
    border-left-width: 5px;
  }

  .job-details-title {
    font-size: 18px;
  }

  .job-details-list {
    margin-bottom: 30px;
  }

  .job-txt-location {
    display: none;
  }

  .job-txt-location.job-listing {
    display: block;
    font-size: 12px;
  }

  .job-txt-location.mobile {
    display: inline;
    width: 60%;
    background-position: 0% 0px;
    background-size: 14px;
    font-size: 12px;
  }

  .job-txt-date.margin-left.mobile {
    margin-left: 0px;
    float: right;
    background-size: 14px;
    font-size: 12px;
    text-align: right;
  }

  .job-txt-date.job-listing {
    font-size: 12px;
  }

  .job-details-info {
    text-align: left;
  }

  .job-details-info-b {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .job-details-benefit-b {
    margin-top: 30px;
    padding-bottom: 10px;
  }

  .job-details-benefit-col {
    margin-top: 10px;
  }

  .job-details-benefit-icon {
    width: 34px;
  }

  .job-details-benefit-txt {
    margin-top: 7px;
  }

  .checkbox {
    margin-top: 2px;
  }

  .action-b {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .job-details-share {
    position: static;
    display: inline-block;
    width: 25%;
    max-width: 70px;
    float: none;
  }

  .job-details-share.information {
    width: 110px;
    max-width: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .job-share-txt {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .job-details-save {
    margin-top: 0px;
    float: none;
    font-size: 14px;
  }

  .job-details-enquiry {
    float: none;
  }

  .file-upload-col {
    width: 100%;
    float: none;
  }

  .file-upload-col.float-r {
    float: none;
    text-align: left;
  }

  .job-details-section-title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
  }

  .job-details-txt-job {
    font-size: 16px;
    line-height: 24px;
  }

  .job-details-relate-slide {
    width: 50%;
    float: none;
  }

  .job-form-success {
    padding-bottom: 15px;
  }

  .job-form-success-img {
    padding: 0px 10% 50px;
  }

  .job-details-enquiry-b {
    display: block;
    width: 60%;
    max-width: 150px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .job-listing-title {
    font-size: 16px;
  }

  .job-listing-more {
    display: none;
    margin-top: 3px;
    line-height: 16px;
  }

  .job-listing-save {
    width: 20px;
  }

  .recruitment-txt-location {
    background-size: 16px;
  }

  .recruitment-txt-date {
    background-size: 16px;
  }

  .recruitment-info {
    margin-top: 30px;
  }

  .job-details-sort-txt {
    font-size: 16px;
  }

  .job-sort-details-dropdown-list {
    position: relative;
  }

  .job-sort-details-dropdown-list.w--open {
    width: 100%;
    margin-top: 0px;
  }

  .job-details-sort-dropdown {
    margin-top: 10px;
  }

  .job-details-sort-dropdown-link-align {
    width: 100%;
  }

  .btn-share-social-b-mobile {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 50px;
    background-color: #fff;
  }

  .job-details-link {
    font-size: 12px;
  }

  .job-details-link.w--current {
    margin-bottom: 10px;
  }

  .job-details-link.mobile {
    display: inline;
    margin-top: 10px;
    font-size: 12px;
  }

  .home-recruitment-logo-slide-arrow-bottom {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 30px;
  }

  .home-recruitment-arrow-b {
    display: none;
  }

  .home-recruitment-arrow-b-mobile {
    display: block;
  }

  .recruitment-listing-col {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .parttime-listing-col {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .sitemap-col-l {
    width: 50%;
  }

  .sitemap-l-col {
    width: 100%;
    margin-bottom: 30px;
  }

  .sitemap-l-col._02 {
    width: 100%;
  }

  .sitemap-l-col._02.hide-in-mobile {
    display: none;
  }

  .sitemap-co-r {
    width: 50%;
  }

  .job-sor-dropdown-col {
    display: inline-block;
    width: 100%;
  }

  .btn-share-dropdown-list {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: block;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 50px;
    background-color: #fff;
  }

  .job-listing-mobile-btn-b {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .job-listing-mobile-btn-close-b {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .job-listing-col-mobile {
    padding-top: 80px;
  }

  .information-mobile-btn-b {
    margin-bottom: -30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .information-listing-col-mobile {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .job-txt-price.job-listing {
    font-size: 12px;
  }

  .home-information-link-img {
    position: relative;
  }

  .search-filter-btn-close {
    margin-right: 5%;
  }

  .job-txt-location-b-mobile {
    display: block;
    width: 100%;
    float: right;
    text-align: right;
  }

  .job-details-description {
    font-size: 14px;
  }

  .home {
    position: relative;
  }

  .home-fb-screen {
    height: auto;
    padding-top: 140%;
  }

  .home-sticky-btn-b {
    display: none;
    margin-top: 120px;
  }

  .home-sticky-btn {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
  }

  .header-logo-b02 {
    width: 160px;
    max-width: none;
  }

  .header-logo02 {
    margin-right: 0px;
    margin-left: 10px;
  }

  .login-b {
    width: 90%;
    padding: 25px;
  }

  .pop-title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 32px;
  }

  .pop-form-txt-field {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .pop-btn {
    height: 44px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pop-btn-b {
    margin-top: 20px;
  }

  .login-txt {
    margin-top: 25px;
    font-size: 14px;
  }

  .pop-content {
    padding-top: 90px;
  }

  .register-b {
    width: 90%;
    padding: 25px;
  }

  .pop-register-txt-field {
    margin-bottom: 20px;
    padding-left: 80px;
    font-size: 15px;
  }

  .pop-field-b {
    margin-bottom: 20px;
  }

  .pop-field-remark {
    margin-top: -15px;
  }

  .pop-col {
    width: 100%;
  }

  .pop-register-select-field {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .btn-hidden {
    width: 26px;
    margin-top: 8px;
  }

  .form-register-radio-field.full {
    margin-bottom: 10px;
  }

  .form-checkbox {
    margin-top: 4px;
  }

  .form-checkbox-b {
    margin-top: 0px;
  }

  .form-checkbox-label {
    font-size: 14px;
  }

  .account-b {
    width: 90%;
    padding: 25px;
  }

  .account-col {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .account-link {
    font-size: 16px;
    line-height: 20px;
  }

  .account-link-icon {
    width: 70px;
  }

  .account-link-icon-hover {
    width: 70px;
  }

  .account-title-txt {
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 32px;
  }

  .account-title-icon {
    width: 35px;
    margin-left: -40px;
  }

  .account-btn-home {
    display: none;
    padding-left: 30px;
    background-size: 25px;
  }

  .account-btn-home.mobile {
    position: relative;
    display: inline-block;
  }

  .account-btn-home-mobile-b {
    display: block;
  }

  .account-search {
    position: relative;
    display: none;
    width: 100%;
  }

  .account-search.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .account-search-input {
    width: 90%;
  }

  .account-search-btn {
    width: 10%;
    margin-left: 0%;
    text-align: left;
  }

  .account-tb-link {
    width: 92%;
  }

  .account-checkbox-b {
    width: 8%;
  }

  .account-tb-col._35.record {
    width: 50%;
  }

  .account-tb-col._65.col-paging {
    width: 50%;
  }

  .account-tb-col.cv-date {
    width: 40%;
  }

  .account-tb-col.cv-btn {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }

  .account-tb-col.cv-title {
    width: 60%;
  }

  .account-btn-delete-b {
    margin-top: 15px;
  }

  .account-paging {
    display: none;
  }

  .account-paging.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .account-tb-mobile {
    padding-top: 20px;
  }

  .account-tb-col-mobile-l {
    width: 20%;
  }

  .account-tb-col-mobile-r {
    width: 80%;
  }

  .account-cv-col-l {
    width: 20%;
  }

  .account-cv-col-r {
    width: 80%;
  }

  .account-cv-choose-file-b {
    width: 100%;
  }

  .account-cv-label {
    margin-top: 10px;
  }

  .account-cv-file-txt {
    margin-top: 9px;
  }

  .account-cv-upload-b {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }

  .account-cv-field-txt {
    margin-top: 9px;
    font-size: 14px;
  }

  .register-label {
    width: 80px;
    margin-top: 8px;
    font-size: 14px;
  }

  .register-txt-field {
    margin-bottom: 20px;
    padding-left: 80px;
    font-size: 15px;
  }

  .register-select-field {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .info-interest-col {
    margin-top: 10px;
  }

  .header-mobile-btn-account {
    width: 26px;
    margin-top: 2px;
    margin-right: 15px;
  }

  .account-recommend-row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .form-agree-checkbox {
    margin-top: 2.5px;
  }

  .pop-more-info {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 15px;
    padding-bottom: 14px;
  }

  .pop-moreinfo-link {
    display: none;
    padding: 6px 30px;
  }

  .pop-moreinfo-link.v-mobile {
    display: block;
    font-size: 20px;
    line-height: 120%;
  }

  .pop-moreinfo-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pop-moreinfo-icon {
    width: 50px;
    margin-right: 15px;
  }

  .btn-pop-moreinfo-close {
    top: 50%;
    margin-top: -7px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .btn-pop-moreinfo-close.v-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .information-col {
    width: 100%;
  }

  .information-txt {
    height: 93px;
  }

  .information-details-content-col {
    width: 100%;
  }

  .information-listing-col {
    width: 100%;
  }

  .btn-share-social-link {
    width: 25%;
    padding-right: 8%;
    padding-left: 8%;
  }

  .nav-link {
    font-size: 23px;
  }

  .job-col {
    width: 100%;
  }

  .form {
    overflow: hidden;
  }

  .contact-btn-b {
    width: 100%;
    margin-bottom: 15px;
  }

  .contact-align {
    display: block;
    margin-bottom: 15px;
  }

  .home-information-col {
    width: 100%;
  }

  .home-information-img-b {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .job-listing-col {
    width: 100%;
  }

  .job-details-content-col {
    width: 100%;
  }

  .job-details-benefit-col {
    width: 50%;
  }

  .job-details-benefit-icon {
    width: 30px;
  }

  .job-details-benefit-txt {
    margin-top: 5px;
  }

  .job-details-relate-row {
    display: block;
    margin-top: -20px;
  }

  .job-details-relate-col {
    width: 100%;
    margin-top: 30px;
  }

  .job-details-relate-b {
    text-align: left;
  }

  .job-details-relate-b.job-success {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .job-details-relate-line {
    display: none;
  }

  .job-details-relate-slide {
    width: 100%;
  }

  .checkbox-field {
    width: 100%;
    padding-right: 0px;
  }

  .recruitment-listing-col {
    width: 100%;
  }

  .recruitment-details-content-col {
    width: 100%;
  }

  .parttime-listing-col {
    width: 100%;
  }

  .parttime-details-content-col {
    width: 100%;
  }

  .job-details-relate-logo {
    width: 45%;
    max-width: 150px;
  }

  .job-details-relate-content-b {
    width: 55%;
    padding-left: 5%;
  }

  .job-details-relate-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .job-listing-col-mobile {
    width: 100%;
  }

  .information-listing-col-mobile {
    width: 100%;
  }

  .account-col {
    width: 50%;
  }

  .account-btn-home-mobile-b {
    position: relative;
  }

  .account-search-input {
    width: 85%;
  }

  .account-search-btn {
    width: 15%;
  }

  .account-tb-col._35.mobile-full {
    width: 100%;
  }

  .account-tb-col._35.record {
    width: 62%;
  }

  .account-tb-col._65.mobile-full {
    width: 100%;
  }

  .account-tb-col._65.col-paging {
    width: 38%;
  }

  .account-tb-col.cv-title.mobile-full {
    width: 100%;
  }

  .account-paging {
    margin-top: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .account-paging.mobile {
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .account-tb-col-mobile-l {
    width: 35%;
  }

  .account-tb-col-mobile-r {
    width: 65%;
  }

  .account-cv-col-l {
    width: 100%;
  }

  .account-cv-col-r {
    width: 100%;
  }

  .account-cv-row {
    margin-bottom: 10px;
  }

  .account-cv-label {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .info-interest-col {
    width: 50%;
  }

  .account-recommend-col {
    width: 100%;
  }

  .pop-moreinfo-link.v-mobile {
    padding-right: 38px;
    padding-left: 15px;
    font-size: 16px;
  }
}

@font-face {
  font-family: 'Din';
  src: url('../fonts/DIN-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}