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

.fw-600 {
  font-weight: 600;
}

.mdl-layout__container {
  height: 100vh;
}

.mdl-layout__header {
  box-shadow: none;
}

/*
** FEP: Header section
*/
.header-section {
  height: 500px;
  background: url('../images/header-banner-FEP.jpg') no-repeat 50%;
  background-size: cover;
}

.header-section .header-content {
  padding-top: 80px;
  width: 100%;
}

.header-section .header-content:lang(en) {
  padding-top: 60px;
}

@media screen and (min-width: 1600px) {
  .header-section .header-content {
    padding-top: 100px;
  }

  .header-section .header-content:lang(en) {
    padding-top: 80px;
  }
}

.header-section h1, .header-section h3 {
  font-weight: 500;
  color: white;
}

.header-section h1 {
  font-weight: 700;
  font-size: 54px;
  margin: 0 0 10px 0;
  line-height: 1;
}

.header-section h1:lang(en) {
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .header-section h1 {
    width: 650px;
  }

  #contact-us-button {
    margin-right: 40px;
  }

  .button-post-job {
    float: left;
  }
}

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

div.call-us-consulting {
  font-size: 18px;
  min-height: 53px;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-radius: 5px;
  flex-wrap: wrap;
  padding: 5px 71px;
  width: 570px;
  justify-content: center;
}

div.call-us-consulting:lang(en) {
  padding-left: 53px;
  padding-right: 53px;
}

div.call-us-consulting span,
div.call-us-consulting a {
  color: #fff;
  font-family: "IBM Plex Sans Thai", sans-serif;
}

div.call-us-consulting a {
  text-decoration: underline;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

div.call-us-consulting img {
  width: 20px;
  margin-left: 11px;
  margin-right: 2px;
}

.pricing-button {
  text-transform: uppercase;
  background-color: #1B6BBD;
  border: 1px solid #1B6BBD;
}

.header-top-buttons {
  display: block;
  max-width: 570px;
}

.header-top-buttons a {
  width: calc(50% - 10px);
}

.header-top-buttons a:first-child {
  margin-right: 10px;
}

.header-top-buttons a:nth-child(2) {
  margin-left: 10px;
}

.header-top-buttons a button {
  width: 100%;
}

.button-contact-us {
  background: white;
  color: #333333;
  border: 2px solid  #fff;
}

.button-contact-us:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  div.call-us-consulting {
    margin-top: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .header-top-buttons a:first-child {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .header-top-buttons a:last-child {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .header-top-buttons a:last-child button {
    width: 100%;
  }

  div.call-us-consulting span:first-child {
    width: 100%;
    padding-bottom: 2px;
  }

  #contact-us-button {
    margin-bottom: 20px;
  }

  .header-top-buttons {
    display: flex;
    flex-direction: column;
  }

  .button-post-job button {
    width: 100% !important;
  }

  .button-contact-us,
  .button-pricing {
    min-width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .button-pricing {
    margin-right: 0 !important;
  }

  .pricing-button {
    width: 100% !important;
    min-width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.header-section h1 span {
  color: white;
  display: block;
}

.header-section h3 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 50px 0;
  line-height: 1.33;
}

.header-section h3 span {
  color: white;
  display: block;
}

.header-section a {
  display: inline-block;
  text-decoration: none;
}

.header-section .wv-button {
  min-width: 230px;
  border-radius: 5px;
  height: 53px;
  font-size: 18px;
  font-weight: 400;
}

.header-section .wv-button.blue {
  text-transform: none;
}

.header-section .wv-button#banner-post-free-button {
  font-weight: 500;
}

/*
** FEP: Companies section
*/
.companies-section {
  background: #F5F5F5;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .companies-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

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

.companies-section h3 {
  font-size: 22px;
  line-height: 1;
  color: #5f5f5f;
  text-align: center;
  margin: 0 0 30px 0;
}

.companies-section h3 span {
  color: #5f5f5f;
}

.companies-section img {
  width: 100%;
}

.companies-section .employerlogo {
  display: none;
}
@media screen and (min-width: 768px) {
  .companies-section .employerlogo {
    display: block;
    width: 1000px;
    background-image: url(/static/html/for-employers/images/fep-logos-top-1-desktop.png);
    height: 240px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  button {
    font-size: 16px;
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5)      and (min-width: 768px),
only screen and (   min--moz-device-pixel-ratio: 1.5)      and (min-width: 768px),
only screen and (     -o-min-device-pixel-ratio: 1.5/1)    and (min-width: 768px),
only screen and (        min-device-pixel-ratio: 1.5)      and (min-width: 768px) {
  .companies-section .employerlogo {
    background-image: url(/static/html/for-employers/images/fep-logos-top-1-desktop_2x.png);
    height: 240px;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.companies-section .employerlogo-mobile {
  display: none;
}

/*
** FEP: Features section
*/
.features-section {
  background: #fff;
}
.features-section .features-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.features-section .features-content .text h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  margin: 30px 0 12px 0;
}

@media (min-width: 767px) {
  .features-section .features-content .features-content-text h2 {
    text-align: left;
  }
}

.features-section .features-content .features-content-text {
  padding-top: 40px;
  padding-left: 7.5%;
  padding-right: 7.5%;
}

@media (min-width: 801px) {
  .features-section .features-content .features-content-text.feature-4 {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (max-width: 800px) {
  .features-section .features-content .features-content-text {
    padding-top: 15px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 750px) {
  .features-section .features-content .features-content-text {
    padding-top: 5px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 650px) {
  .features-section .features-content .features-content-text {
    padding-top: 0;
  }
}

@media (max-width: 479px) {
  .features-section .features-content .features-content-text {
    padding-top: 10px;
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

.post-your-job-header {
  font-size: 36px !important;
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  .post-your-job-header {
    font-size: 28px !important;
  }
  .post-your-job-header-div {
    margin-bottom: 40px;
  }
}

.features-section .features-content .text ul {
  padding-left: 15px;
}

.features-section .features-content .text p {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.features-section .features-content .text ul li {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.read-more-div {
  display: flex;
  justify-content: center;
}

.features-section .features-content .text a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}

.features-section .features-content .text a:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 880px) {
  .features-section .features-content .image {
    min-height: 200px;
  }
}

@media (max-width: 375px) {
  .features-section .features-content .image {
    min-height: 190px;
  }
}

@media (max-width: 350px) {
  .features-section .features-content .image {
    min-height: 160px;
  }
}

.features-section .features-content .image img {
  width: 100%;
  min-height: 272px;
}

.features-section .features-content .image img.custom-align {
  margin-top: -25px;
}

.features-section .features-content .row-wrapper {
  margin-bottom: 50px;
}

.features-section .features-content .row-wrapper:last-child {
  margin-bottom: 0;
}

.features-section .features-content .divider {
  width: 120px;
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  margin: 30px auto 0 auto;
}

.features-section .features-content .divider-top {
  width: 120px;
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 auto 30px auto;
}

/*
** FEP: Steps section
*/
.steps-section {
  background: #fff;
}

.steps-section .steps-content {
  padding-bottom: 60px;
  padding-top: 38px;
}

@media screen and (max-width: 767px) {
  .steps-section .steps-content {
    padding-top: 8px;
    padding-bottom: 30px;
  }
}

.steps-section .steps-content h3 {
  font-size: 32px;
}

.steps-section .steps-content .steps {
  margin-bottom: 30px;
}

.steps-section .steps-content .step {
  display: inline-block;
  text-align: center;
  width: 25%;
  padding: 0 5px;
}

.steps-section .steps-content .step img {
  max-height: 65px;
  min-height: 65px;
  margin-bottom: 10px;
}

.steps-section .steps-content .step p.title {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.steps-section .steps-content .step p.description {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.steps-section .steps-content #faq-link {
  font-size: 19px;
  font-weight: 300;
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

/*
** FEP: faq section
*/
.faq-section {
  transition: max-height .5s ease;
  max-height: 0;
  overflow: hidden;
}

.faq-section.is-expand {
  max-height: 1000px;
}

.faq-section .faq-content h3 {
  font-size: 22px;
}

.faq-section .faq-content .questions:first-child {
  padding-right: 50px;
}

.faq-section .faq-content .questions:last-child {
  padding-left: 50px;
}

.faq-section .faq-content .question {
  margin-bottom: 10px;
}

.faq-section .faq-content .question p.title {
  font-size: 16px;
  font-weight: 400;
}

.faq-section .faq-content .question p.description {
  font-size: 14px;
  font-weight: 200;
}

.link-to-post-jobs {
  color: blue;
  text-decoration: underline;
}

/*
** FEP: videos section
*/

.videos-section,
.testimonial-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .videos-section,
  .testimonial-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.videos-section .videos-content h2 {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .videos-section .videos-content h2 {
    font-size: 28px;
  }
}

.videos-section .videos-content #youtube-player {
  max-width: 920px;
  position: relative;
  left: -4px;
  max-height: 485px;
  margin: 0 auto 30px auto;
}

.videos-section .videos-content #youtube-player .first-testimonial {
  position: relative;
  cursor: pointer;
}

.videos-section .videos-content #youtube-player .first-testimonial img {
  width: 100%;
}

.videos-section .videos-content #youtube-player .first-testimonial .play-button {
  top: 46%;
}

iframe#youtube-player {
  aspect-ratio: 10 / 5.777;
  height: auto;
}

.videos-section .videos-content .videos {
  justify-content: space-around;
}

.videos-section .videos-content .video {
  position: relative;
  width: 30%;
  cursor: pointer;
}

.videos-section .videos-content .play-button {
  position: absolute;
  height: 72px;
  width: 72px;
  top: 36%;
  left: 50%;
  background: url(https://workventure.com/static/img/youtube_play.0dc5130.png) no-repeat;
  transform: translate3d(-50%, -50%, 0);
}

.videos-section .videos-content .video img {
  max-width: 280px;
  min-height: 150px;
  height: 150px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .videos-section .videos-content .video img {
    max-width: 100%;
    height: auto;
  }
}

.videos-section .videos-content .video p {
  font-size: 16px;
  font-weight: 500;
}

/*
** FEP: testimonial section
*/
.testimonial-section .testimonial-content h3 {
  font-size: 32px;
  margin-bottom: 50px;
}

.testimonial-section .testimonial-content .divider {
  width: 80%;
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  margin: 30px auto 0 auto;
}

.testimonial-section .testimonial-content .testimonials .testimonial {
  min-height: 260px;
}

.testimonial-section .testimonial-content .testimonials .testimonial .image,
.testimonial-section .testimonial-content .testimonials .testimonial .text {
  display: inline-block;
  vertical-align: middle;
}

.testimonial-section .testimonial-content .testimonials .testimonial .image {
  width: 120px;
}

.testimonial-section .testimonial-content .testimonials .testimonial .image img {
  max-width: 100px;
  min-height: 100px;
  height: auto;
}

.testimonial-section .testimonial-content .testimonials .testimonial .text {
  width: calc(100% - 130px);
}

.testimonial-section .testimonial-content .testimonials .testimonial .text p.title {
  font-size: 22px;
  line-height: 1.2;
}

.testimonial-section .testimonial-content .testimonials .testimonial .text p.subtitle {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/*
** FEP: campaigns section
*/
.campaigns-section .campaigns-content {
  padding-bottom: 40px;
}

.campaigns-section .campaigns-content h3 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
}

.campaigns-section .campaigns-content #open-gallery-link {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.campaigns-section .campaigns-content .campaigns {
  margin-bottom: 20px;
}

.campaigns-section .campaigns-content .campaigns .campaigns-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.campaigns-section .campaigns-content .campaign {
  display: inline-block;
  width: 30%;
  cursor: pointer;
}

.campaigns-section .campaigns-content .campaign.hidden {
  visibility: hidden;
}

.campaigns-section .campaigns-content .campaign img {
  max-width: 280px;
  height: 205px;
  min-height: 205px;
}

/*
** FEP: contact section
*/
.contact-section {
  background: #e6e6e6;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .contact-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

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

@media screen and (max-width: 767px) {
  .contact-section .contact-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

}

.contact-section .contact-content .left h3 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 500;
}

.contact-section .contact-content .left h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.contact-section .contact-content .left h5 span {
  font-size: 16px;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}


.contact-section .contact-content .right {
  font-size: 0;
  padding-left: 20px;
}

.contact-section .contact-content .right #form-success {
  display: none;
  text-align: center;
  color: #466946;
  background-color: #E9F9E8;
  border: 1px solid #E6E6E6;
  margin-top: 40px;
  padding: 35px 0;
}

.contact-section .contact-content .right #form-success p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

.contact-section .contact-content .right #form-success.is-show {
  display: block;
}

.contact-section .contact-content .right .wv-button.green {
  height: 45px;
  width: calc(100% - 45px);
  font-size: 19px;
  font-weight: 400;
  margin-top: 10px;
}

.contact-section .contact-content .right .input-row {
  margin-bottom: 10px;
}

.contact-section .contact-content .right .input-row .input {
  display: inline-block;
  vertical-align: top;
  padding-right: 45px;
}

.contact-section .contact-content .right .input-row .input.half-width {
  width: 50%;
}

.contact-section .contact-content .right .input-row .input.full-width {
  width: 100%;
}

.contact-section .contact-content .right .input-row .input.custom {
  padding-top: 20px;
}

.contact-section .contact-content .right .input-row .input label {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.contact-section .contact-content .right .input-row .input .guide-text {
  font-size: 12px;
}

.contact-section .contact-content .right .input-row .input .asterisk {
  font-size: 20px;
  color: #e6242f;
  vertical-align: top;
}

.contact-section .contact-content .right .input-row .input .wv-input {
  font-size: 15px;
  font-weight: 200;
  width: 100%;
  height: 45px;
  color: #222;
  background-color: #fff;
  border: 1.5px solid #bbb;
  border-radius: 3px;
  padding: 0 15px;
  box-shadow: none;
}

.contact-section .contact-content .right .input-row .wv-textarea {
  font-size: 15px;
  font-weight: 200;
  width: 100%;
  height: 90px;
  color: #222;
  background-color: #fff;
  border: 1.5px solid #bbb;
  border-radius: 3px;
  padding: 15px;
  box-shadow: none;
}

.contact-section .contact-content .right .input-row .input span.warning {
  display: none;
  font-size: 12px;
  color: red;
}

.contact-section .contact-content .right .input-row .input.invalid .wv-input {
  border-color: red;
  outline: none;
}

.contact-section .contact-content .right .input-row .input.invalid span.warning {
  display: block;
}

/*
** FEP: Press section
*/
.press-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .press-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}

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

.press-section .press-content h3 {
  font-size: 32px;
}

.press-section .press-content .press {
  display: inline-block;
  text-align: center;
  width: 25%;
  padding: 0 5px;
}

.press-section .press-content .press img {
  min-height: 105px;
  max-height: 105px;
}

.press-section .press-content .press p.title {
  font-size: 16px;
  font-weight: 200;
  margin: 0 0 10px 0;
}

.press-section .press-content .press p.title:lang(th) {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
}

.press-section .press-content .press p.description {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.press-section .press-content .press p.description:lang(th) {
  font-family: Helvetica, sans-serif;
  font-weight: 600;
}

/*
** Photoswipe
*/
.pswp__top-bar {
  background: rgba(0, 0, 0, .6);
}

.pswp__top-bar .pswp__counter {
  left: 50%;
  transform: translate(-50%);
}

@media (min-width: 840px) {
  .mdl-cell--12-col, .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
    width: calc(100% - 16px);
  }
}

@media (min-width: 840px) {
  .mdl-cell {
    margin: 8px;
  }
}

.videocard {
  width: 100%;
  display: inline-block;
  background: #fff;
  border-bottom: 3px solid #2c80b8;
  vertical-align: top;
}

@media (min-width: 840px) {
  .videocard {
    width: 30.8%;
    display: inline-block;
    background: #fff;
    margin: 0 10px 50px;
    border-bottom: 3px solid #2c80b8;
  }
}

.videocard .imgbox {
  position: relative;
}

.videocard img.playicon {
  position: absolute;
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.videocard img {
  width: 100%;
  cursor: pointer;
}

/*.videocard div.textbox p:lang(en) {*/
/*  line-height: 1.2;*/
/*}*/

.videocard div.textbox p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: .2px;
  height: 132px;
  min-height: 100px;
  overflow: hidden;
  margin-bottom: 0;
}

.videocard div.textbox.show-all p {
  height: auto;
  overflow: auto;
}

.show-video-span {
  margin-top: 15px !important;
  display: block;
}

@media (min-width: 840px) {
    /*.videocard div.textbox p {*/
    /*  min-height: 323px;*/
    /*}*/

  .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 839px) {
    .videocard.xs-hidden {
      display: none;
    }

  .see-more-videos {
    padding-bottom: 10px;
    padding-top: 6px;
  }

  .hidden-xs {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .videocard {
    margin-bottom: 30px;
  }

  .no-margin-bottom-xs {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1000px) {
  /*.videocard div.textbox p:lang(en) {*/
  /*  min-height: 380px;*/
  /*}*/
}

h2.office-videos-description {
  font-size: 26px;
  font-weight: 400;
  color: #3b3b3b;
  margin: 50px 0 44px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 767px) {
  h2.office-videos-description {
    margin: 20px 0 44px;
  }
}

h2.office-videos-description div {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 300;
  color: #3b3b3b;
}
h2.office-videos-description span {
  color: #3b3b3b;
}
@media (min-width: 840px) {
  h2.office-videos-description span {
    display: block;
  }
}

.videocard div.textbox {
  padding: 35px 28px 20px;
  color: #3b3b3b;
}

.video-gallery {
  background-color: #f4f4f4;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .video-gallery {
    padding-bottom: 10px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
}

.videocard div.textbox h4 {
  margin: 0 0 24px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}


@media (min-width: 840px) {
  .see-more-videos {
    top: -29px;
    position: relative;
    font-size: 18px;
  }
}

.videocard .imgbox:hover img.playicon {
  width: 82px;
  height: 82px;
}

.videocard div.textbox span {
  display: block;
  margin-top: 30px;
  font-family: "IBM Plex Sans Thai", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

.videocard div.textbox span {
  margin-top: 3px;
}

.videocard div.textbox img {
  max-width: 150px;
  margin-bottom: 30px;
}

.iframe__wrapper {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe__wrapper .iframe-backdrop {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
}

.iframe__wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #fff;
  width: 1109px;
  height: 621px;
}

/*
** FEP: post job section
 */
.post-job-form-section {
  background-color: #f9f9f9;
  padding: 40px 0 50px;
}

.creditpayment.custom-duration {
  animation-duration: 1s;
}
.creditpayment.mdl-card {
  width: 384px;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .creditpayment.mdl-card {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .creditpayment.mdl-card {
    margin: 100px auto;
  }
}
@media (min-width: 1024px) and (max-width: 1367px) and (orientation: landscape) {
  .creditpayment.mdl-card {
    margin: 25px auto;
  }
}
@media (min-width: 1824px) {
  .creditpayment.mdl-card {
    margin: 100px auto;
  }
}
.creditpayment input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
}
.creditpayment .mdl-card__title {
  color: white;
  background-color: #213353;
  display: flex;
  flex-direction: column;
  padding: 30px 16px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  .creditpayment .mdl-card__title {
    padding: 16px;
    min-height: 87px;
  }
}
@media (min-width: 375px) and (max-width: 413px) {
  .creditpayment .mdl-card__title {
    padding: 16px 8px;
  }
}
.creditpayment .mdl-card__title img {
  width: 70%;
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .creditpayment .mdl-card__title img {
    display: none;
  }
}
.creditpayment .mdl-card__title h2 {
  color: white;
  font-size: 18px;
  font-weight: 300;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: block;
}
.creditpayment .mdl-card__title h2 span.title-span-first-line {
  font-size: 21px;
  font-weight: 500;
}
.creditpayment .mdl-card__title h2 span {
  color: white;
  display: block;
}

.creditpayment button {
  color: #fff;
  border-radius: 4px;
  background-image: linear-gradient(180deg,#72ca0d,#498208);
  text-shadow: 0 1px rgb(0 0 0 / 10%);
  border: 1px solid #529109;
  line-height: normal;
}
.creditpayment button span {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 767px) {
  .creditpayment .mdl-card__title h2 {
    margin: auto;
  }
}
.creditpayment .mdl-card__supporting-text {
  width: auto;
  overflow: visible;
  padding: 10px 16px;
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
}
@media (min-width: 320px) and (max-width: 767px) {
  .creditpayment .mdl-card__supporting-text {
    padding: 10px;
    min-height: 380px;
  }
}
.creditpayment .mdl-card__supporting-text .toggle-icon {
  position: absolute;
  top: 25px;
  right: 0;
  cursor: pointer;
  color: #E6E6E6;
  font-size: 14px;
  width: 1.125em;
  height: 1em;
}
.creditpayment .mdl-card__supporting-text .toggle-icon:focus {
  outline: none;
}
.creditpayment .mdl-card__supporting-text p {
  margin-bottom: 0;
}
.creditpayment .mdl-card__supporting-text p.testimonials {
  font-size: 10px;
}
.creditpayment .mdl-card__supporting-text p.testimonials a {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
}
.creditpayment .mdl-card__supporting-text button.mdl-button--accent {
  background-color: #3B9E00;
}
.creditpayment .mdl-card__supporting-text button {
  margin: 16px auto 19px auto;
  min-width: 300px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .creditpayment .mdl-card__supporting-text button {
    min-width: 300px;
  }
}
.creditpayment .mdl-card__supporting-text button i {
  padding-right: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .creditpayment .mdl-card__supporting-text form .mdl-textfield {
    display: block;
    margin: auto;
  }
}
.creditpayment .mdl-card__supporting-text form .mdl-textfield.first-field {
  margin-top: 4px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .creditpayment .mdl-card__supporting-text form .mdl-textfield.first-field {
    margin-top: 10px;
  }
}
.creditpayment .mdl-card__supporting-text form .company-multiselect {
  text-align: left;
  width: 300px;
  margin: 10px 26px 0 26px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .creditpayment .mdl-card__supporting-text form .company-multiselect {
    margin: 10px auto 0 auto;
  }
}

.creditpayment .mdl-card__supporting-text form .company-multiselect.is-invalid{
  margin-bottom: 35px;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect .company-name {
  color: #222222 !important;
  line-height: 25px;
  font-size: 15px;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect /deep/ .multiselect .multiselect__select {
  display: none;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect /deep/ .multiselect .multiselect__input {
  font-size: 15px;
  line-height: 1.4;
  top: -1px;
  padding-top: 0;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect /deep/ .multiselect .multiselect__input::-webkit-input-placeholder {
  font-size: 15px;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect /deep/ .multiselect .multiselect__input::-moz-placeholder {
  font-size: 15px;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect /deep/ .multiselect .multiselect__input:-ms-input-placeholder {
  font-size: 15px;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect /deep/ .multiselect .multiselect__input:-moz-placeholder {
  font-size: 15px;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect /deep/ .multiselect .multiselect__single {
  font-size: 15px;
  padding-top: 0 !important;
  line-height: 1.4;
  top: -1px;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect /deep/ .multiselect .multiselect__content {
  font-size: 15px;
  color: #6c6c6c;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect /deep/ .multiselect .multiselect__option span {
  font-weight: 400;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect /deep/ .multiselect .multiselect__option u.highlighted--term {
  font-weight: bold !important;
  color: #484848;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect /deep/ .multiselect .multiselect__option.multiselect__option--highlight u.highlighted--term {
  color: white;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect /deep/ .multiselect .multiselect__content-wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: none;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect /deep/ .multiselect .multiselect__tags {
  border-color: #BBBBBB;
  border-radius: 2px;
  margin-top: 2px;
  padding-top: 9px;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect /deep/ .multiselect .multiselect__tags .multiselect__single {
  font-weight: 400;
}
.creditpayment .mdl-card__supporting-text form .company-multiselect .warning-text {
  line-height: 13px;
  text-align: left;
  margin-top: 5px;
  color: #d50000;
  position: absolute;
  font-size: 12px;
}
.creditpayment .mdl-card__actions {
  text-align: center;
  background-color: #eee;
  padding: 8px;
  border-left: 1px solid #888;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}
.creditpayment .mdl-card__actions .graybox {
  line-height: 1;
}
.creditpayment .mdl-card__actions span {
  font-size: 12px;
  color: #8c8c8c;
}
.creditpayment .mdl-card__actions a {
  padding: 0;
  color: #1D73CA !important;
  font-size: 12px;
  text-transform: none;
  height: auto;
  line-height: 20px;
}
.creditpayment .mdl-card__actions a:hover {
  background-color: transparent;
}
.creditpayment .mdl-card__actions a:focus {
  background-color: transparent;
}
.creditpayment .mdl-card__actions a::selection {
  background: transparent;
}
.creditpayment .mdl-textfield__input {
  outline: none;
  color: #222222;
  font-size: 15px;
}
.creditpayment .mdl-textfield.is-invalid.is-dirty {
  margin-bottom: 20px;
}
.creditpayment .mdl-textfield.is-dirty .mdl-textfield__label {
  font-size: 13px;
  color: #222222;
}
.creditpayment .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
  font-size: 13px;
}
.creditpayment label.mdl-textfield__label {
  color: #222222;
  font-size: 15px;
}
.creditpayment .mdl-textfield__error {
  line-height: 13px;
  text-align: left;
  margin-top: 5px;
}

span.loader {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 35px;
  text-align: center;
  z-index: 999;
  margin: 0 auto;
}
span.loader .loading {
  display: inline-block;
  max-width: 50%;
  min-width: 100px;
}
span.loader .loading.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

#post-a-job-button {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #post-a-job-button {
    font-size: 16px;
  }
}

#post-a-job-button.loading span.loader {
  display: flex;
}
#post-a-job-button.loading span.post-job-button-span {
  display: none;
}

.animate-in {
  animation: fadeIn 0.5s ease-in;
}
.animate-out {
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*! jQuery UI - v1.12.1 - 2021-04-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}
#company-name {
  width: 100%;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  padding-bottom: 2px;
  border: 1px solid #bbb;
  border-radius: 2px;
  padding-top: 2px;
}

#company-name::placeholder,
#company-name::-webkit-input-placeholder {
  padding-top: 2px;
}

.ui-widget-content {
  max-width: 300px;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  max-height: 200px;
  overflow-y: auto;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  font-weight: 300;
  padding: 6px 12px;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu-item:hover{
  background: #1d75ae;
  color: #fff;
}

#company-name:focus {
  outline: none;
}

.ui-autocomplete-loading {
  background: #fff url(https://static.workventure.com/assets/js/jquery-ui-1.11.4.custom/images/ui-anim_basic_16x16.gif) 100% no-repeat;
}

#company-multiselect.is-invalid span {
  color: #d50000;
  visibility: visible;
}
#company-multiselect.is-invalid input {
  border: 1px solid #d50000;
}

.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/* library */
.dialog-container,
.loading-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}

.dialog-container > div {
  position: relative;
  width: 90%;
  max-width: 400px;
  min-height: 25px;
  margin: 10% auto;
  z-index: 99999;
  border-radius: 5px;
}

.dialog-container .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  color: #222222;
  background-color: #f6f5f3;
  border-bottom: 1px solid #ebebeb;
  padding: 8px 14px;
}

.dialog-container .content {
  padding: 14px 20px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
}

.dialog-container .content a {
  text-decoration: underline !important;
  color: #1c73ca !important;
  font-size: 14px;
  font-weight: 400;
}

.dialog-container button {
  font-size: 30px;
  top: -3px;
  right: 0;
  outline: none;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  cursor: pointer;
  color: #cccccc;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}

.dialog-container button:hover {
  color: #d55;
}

.loading-container > div {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 10% auto;
  z-index: 99999;
}

.loading-container > div > div {
  width: 100%;
  height: 100%;
}

.header-section-grid {
  position: relative;
}

.top-50-logo-image {
  z-index: 9999;
  position: absolute;
  width: auto;
  right: 60px;
  top: 0;
}

.top-50-logo-image a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.top-50-logo-image a span {
  color: #fff;
  text-decoration: underline;
}

.top-50-logo-image img {
  height: 205px;
}

.top-50-logo-image img:lang(th) {
  height: 215px;
}

@media screen and (max-width: 1599px) {
  .top-50-logo-image {
    right: 155px;
  }

  .top-50-logo-image img {
    height: 184px;
  }

  .top-50-logo-image img:lang(th) {
    height: 193px;
  }
}

@media screen and (max-width: 1024px) {
  .top-50-logo-image {
    display: none;
  }
}


.dropdown__bg {
  background-color: white;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
  border-radius: 5px;
  overflow: hidden;
  z-index: -1;
}
.dropdown__bg, .dropdown__arrow {
  position: absolute;
}
.mdl-shadow--2dp {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.dropdown__wrap {
  overflow: hidden;
  position: absolute;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
  z-index: 1;
}
.dropdown-menu {
  visibility: hidden;
}
.dropdown-menu.active {
  visibility: visible;
}
.dropdown-holder {
  z-index: 9;
  position: relative;
}
.dropdown__arrow {
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent white;
  top: -20px;
  opacity: 0;
  -webkit-transition: .20s ease;
  -o-transition: .20s ease;
  transition: .20s ease;
  pointer-events: none;
}
#employer .dropdown-menu__content .top-section {
  display: flex;
  font-size: 11px;
  padding: 20px;
}
#employer .dropdown-menu__content .top-section span {
  color: #1268E0;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 10px;
  padding-bottom: 2px;
  position: relative;
  display: block;
}
.dropdown-menu__content ul {
  list-style: none;
  padding-left: 0;
  margin: 5px 0;
  font-size: 14px;
  line-height: 24px;
}
.dropdown-menu__content a {
  color: #22425F;
  text-decoration: none;
  font-weight: 500;
  display: block;
  padding: 5px 10px 3px 10px;
  cursor: pointer;
}
.dropdown-menu__content a:hover {
  background-color: #FFD946;
  color: #444 !important;
  border-radius: 4px;
}
#employer .dropdown-menu__content .top-section span.add-margin-top {
  margin-top: 40px;
}

.testimonial-section {
  background-color: #f4f4f4;
}

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

@media screen and (max-width: 767px) {
  .campaigns-section {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

#employer-form button {
  min-width: 200px;
  font-size: 16px;
}

.show-demo-dashboard-div {
  margin-top: 30px;
}

.show-demo-dashboard {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  height: 53px;
  font-size: 18px;
  min-width: 230px;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  #employer-form button {
    font-size: 16px;
  }

  .show-demo-dashboard {
    margin-top: 0;
    margin-bottom: 10px;
  }
}



#employer-new .dropdown-menu__content {
  width: 100%;
}

.dropdown-content {
  display: flex;
  width: 100%;
  background: white;
  border-radius: 5px;
  box-shadow: none;
  position: relative;
  z-index: 100;
}
.dropdown-content .dropdown-column {
  flex: 1;
  padding: 0 15px;
}
.dropdown-content .dropdown-column h3 {
  color: #0c2057;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}

.dropdown-content .dropdown-column .dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 15px;
  text-decoration: none;
  color: #333;
  border-radius: 8px;
  transition: background 0.15s;
}

.dropdown-content .dropdown-column .dropdown-item:hover {
  background: #f5f6fa;
}

.dropdown-content .dropdown-column .dropdown-item .icon-container {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.dropdown-content .dropdown-column .dropdown-item .icon-container img {
  max-width: 30px;
  max-height: 16px;
}

.dropdown-content .dropdown-column .dropdown-item .item-content {
  text-transform: none;
}
.dropdown-content .dropdown-column .dropdown-item .item-content h4 {
  color: #0c2057;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 600;
  margin-top: 0;
  line-height: normal;
}

.dropdown-content .dropdown-column .dropdown-item .item-content p {
  color: #666;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}

.dropdown-content .dropdown-column.best-places .icon-container {
  background-color: #e5f7e5;
  color: #4caf50;
}

.dropdown-content .dropdown-column.employer-branding .icon-container {
  background-color: #f0e5ff;
  color: #9c27b0;
}

.dropdown-content .dropdown-column.employer-branding .dropdown-item .item-content:lang(th) {
  min-width: 320px;
}

.dropdown-content .dropdown-column.jobs .icon-container {
  background-color: #e3e9ff;
  color: #0c2057;
}
