.callcenter-section {
  margin-bottom: 63px;
}
@media (max-width: 991.98px) {
  .callcenter-section {
    background-color: #012D51;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .callcenter-section {
    margin-bottom: 35px;
  }
}
.callcenter-section .callcenter-wrap {
  padding-top: 20px;
}
@media (max-width: 991.98px) {
  .callcenter-section .callcenter-wrap {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0;
  }
}
.callcenter-section .callcenter-section-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: start;
  padding: 50px 60px;
  background-color: #012D51;
  border-radius: 6px;
}
@media (max-width: 991.98px) {
  .callcenter-section .callcenter-section-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px 40px;
    background-color: transparent;
  }
}
.callcenter-section .callcenter-section-wrap .callcenter h1,
.callcenter-section .callcenter-section-wrap .callcenter h4 {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .callcenter-section .callcenter-section-wrap .callcenter h1,
.callcenter-section .callcenter-section-wrap .callcenter h4 {
    font-size: 27px;
  }
}
@media (max-width: 767.98px) {
  .callcenter-section .callcenter-section-wrap .callcenter h1,
.callcenter-section .callcenter-section-wrap .callcenter h4 {
    font-size: 22px;
    padding-bottom: 18px;
  }
}
.callcenter-section .callcenter-section-wrap .callcenter .time-location {
  display: block;
}
@media (max-width: 991.98px) {
  .callcenter-section .callcenter-section-wrap .callcenter .time-location {
    display: none;
  }
}
.callcenter-section .callcenter-section-wrap .callcenter .time-location span {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.callcenter-section .callcenter-section-wrap .callcenter .time-location .location {
  padding-right: 20px;
}
.callcenter-section .callcenter-section-wrap .callcenter .time-location .details-time {
  padding: 0px 20px;
}
.callcenter-section .callcenter-section-wrap .callcenter .time-location-resp {
  padding-bottom: 12px;
  display: none;
}
@media (max-width: 991.98px) {
  .callcenter-section .callcenter-section-wrap .callcenter .time-location-resp {
    display: block;
  }
}
.callcenter-section .callcenter-section-wrap .callcenter .time-location-resp .separater {
  padding: 0px 12px;
}
.callcenter-section .callcenter-section-wrap .callcenter .time-location-resp span {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.callcenter-section .callcenter-section-wrap .callcenter .location-rep {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 45px;
  display: none;
}
@media (max-width: 991.98px) {
  .callcenter-section .callcenter-section-wrap .callcenter .location-rep {
    display: block;
    margin-bottom: 0px;
  }
}
.callcenter-section .callcenter-section-wrap .job-apply {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .callcenter-section .callcenter-section-wrap .job-apply {
    display: flex;
    padding-bottom: 0px;
  }
}
.callcenter-section .callcenter-section-wrap .job-apply .view-details {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  padding: 14px 47px;
  height: max-content;
  border-radius: 2px;
}
@media (max-width: 767.98px) {
  .callcenter-section .callcenter-section-wrap .job-apply .view-details {
    padding: 12px 50px;
  }
}
@media (max-width: 374.98px) {
  .callcenter-section .callcenter-section-wrap .job-apply .view-details {
    padding: 10px 35px;
  }
}
.callcenter-section .callcenter-section-wrap .job-apply .share-button {
  position: relative;
}
.callcenter-section .callcenter-section-wrap .job-apply .share-menu {
  position: absolute;
  bottom: -30px;
  right: 15px;
  transform: translateY(100%);
  background: #fff;
  padding: 30px;
  width: 279px;
  border-radius: 17px;
  box-shadow: 0 3px 6px rgba(63, 64, 191, 0.062745098);
  display: none;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .callcenter-section .callcenter-section-wrap .job-apply .share-menu {
    right: inherit;
    left: 0;
  }
}
.callcenter-section .callcenter-section-wrap .job-apply .share-menu .share-menu__title {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #2F2F2F;
  margin-bottom: 30px;
}
.callcenter-section .callcenter-section-wrap .job-apply .share-menu .share-menu__socials a {
  padding: 0 13px;
}
.callcenter-section .callcenter-section-wrap .job-apply .share-menu .share-menu__socials a:first-child {
  padding-left: 0;
}
.callcenter-section .callcenter-section-wrap .job-apply .share-menu .share-menu__socials a:last-child {
  padding-right: 0;
}
.callcenter-section .callcenter-section-wrap .job-apply .share-menu .share-menu__socials a svg circle {
  fill: #606060;
  transition: 0.3s ease all;
}
.callcenter-section .callcenter-section-wrap .job-apply .share-menu .share-menu__socials a:hover svg circle {
  fill: #3f40bf;
}
.callcenter-section .callcenter-section-wrap .job-apply .share-menu .social-close {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 25px;
  right: 25px;
}
.callcenter-section .callcenter-section-wrap .job-apply .share-menu .social-close img {
  position: absolute;
}
.callcenter-section .callcenter-section-wrap .job-apply .share-menu .social-close:hover {
  filter: brightness(1.2);
}
.callcenter-section .callcenter-section-wrap .job-apply .share {
  margin-right: 18px;
  border: 1px solid #fff;
  transition: 0.3s ease-in all;
}
.callcenter-section .callcenter-section-wrap .job-apply .share:hover {
  color: #fff;
  background-color: #00B152;
  border: 1px solid #00B152;
}
.callcenter-section .callcenter-section-wrap .job-apply .apply {
  background-color: #00B152;
  border: 1px solid #00B152;
  transition: 0.2s ease-in all;
  line-height: 1.25;
}
.callcenter-section .callcenter-section-wrap .job-apply .apply:hover {
  color: #fff;
  background-color: #012D51;
  border: 1px solid #fff;
}

.responsibilities .response-wrap {
  margin-bottom: 74px;
}
@media (max-width: 991.98px) {
  .responsibilities .response-wrap {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .responsibilities .response-wrap {
    margin-bottom: 45px;
  }
}
.responsibilities .response-wrap h2 {
  margin-bottom: 30px;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .responsibilities .response-wrap h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.responsibilities .response-wrap h4 {
  font-family: "Bai Jamjuree";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.responsibilities .response-wrap ul {
  padding: 0px;
  margin: 0px;
}
.responsibilities .response-wrap ul li {
  position: relative;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 35px;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #2F2F2F;
}
@media (max-width: 767.98px) {
  .responsibilities .response-wrap ul li {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.responsibilities .response-wrap ul li::before {
  content: url("../images/role-list.png");
  position: absolute;
  padding-right: 23px;
  left: 0;
  top: 0;
}
.responsibilities .response-wrap ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.apply {
  text-align: center;
  background-color: #EFF4F7;
  padding: 92px 0;
}
@media (max-width: 991.98px) {
  .apply {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .apply {
    padding: 40px 0;
  }
}
.apply .apply-head-wrap .wpcf7-not-valid-tip {
  text-align: left;
  position: absolute;
  bottom: -3px;
  transform: translateY(100%);
}
.apply .apply-head-wrap .wpcf7-form-control-wrap.recaptcha {
  max-width: 846px;
  margin: 0 auto;
}
.apply .apply-head-wrap .wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip {
  text-align: center;
  display: block;
  width: 100%;
}
.apply .apply-head {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 72px;
}
@media (max-width: 991.98px) {
  .apply .apply-head {
    margin-bottom: 30px;
    font-size: 27px;
  }
}
@media (max-width: 767.98px) {
  .apply .apply-head {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: left;
  }
}
.apply .apply-wrap {
  display: flex;
  flex-direction: column;
  max-width: 846px;
  width: 100%;
  margin: 0 auto;
}
.apply .apply-input-wrap {
  display: flex;
  flex-wrap: wrap;
}
.apply .apply-input-wrap .apply-input {
  max-width: 403px;
  flex: 0 0 403px;
  width: 100%;
}
.apply .apply-input-wrap .apply-input:nth-child(odd) {
  margin-right: 20px;
}
.apply .apply-input-wrap .apply-input:nth-child(even) {
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .apply .apply-input-wrap .apply-input {
    max-width: 100%;
    flex: 0 0 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.apply .apply-input-wrap .apply-input .job-title-wrap {
  position: relative;
  max-height: 55px;
  height: 55px;
}
@media (max-width: 767.98px) {
  .apply .apply-input-wrap .apply-input .job-title-wrap {
    padding: 0px;
  }
}
.apply .apply-input-wrap .apply-input .job-title-wrap .application-input {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.apply .apply-input-wrap .apply-input .job-title-wrap .application-input::placeholder {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.apply .apply-input-wrap .apply-input .job-title-wrap .application-input__label {
  pointer-events: none;
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s ease all;
}
.apply .apply-input-wrap .apply-input .job-title-wrap .application-input__label span {
  padding-right: 8px;
  opacity: 1;
  transform: translateX(0);
  display: inline-block;
}
.apply .apply-input-wrap .apply-input .job-title-wrap .application-input__label span img {
  vertical-align: text-bottom;
}
.apply .apply-input-wrap .apply-input .job-title-wrap.focused .application-input {
  border: 1px solid #00B152;
}
.apply .apply-input-wrap .apply-input .job-title-wrap.focused .application-input__label {
  opacity: 0;
  transform: translateX(5px);
}
.apply .apply-input-wrap .apply-input .job-title-wrap.focused .application-input__label span {
  opacity: 0;
  transform: translateX(5px);
}
.apply .apply-input-wrap .apply-input .job-title-wrap .job-title {
  width: 100%;
  border-radius: 2px;
  border: none;
  padding-left: 20px;
}
.apply .apply-input-wrap .apply-input .job-title-wrap .title-label {
  position: absolute;
  color: black;
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  z-index: 1;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-left: -15px;
}
.apply .apply-input-wrap .apply-input .job-title-wrap .title-label span .year-drop {
  vertical-align: baseline;
}
.apply .apply-input-wrap .apply-input .job-title-wrap .dropdown-toggle {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: none;
  outline: none;
}
.apply .apply-input-wrap .apply-input .job-title-wrap .dropdown-toggle::after {
  display: none;
}
.apply .apply-input-wrap .apply-input .job-title-wrap .dropdown-menu {
  width: 100%;
  border: none;
}
.apply .file-upload {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .apply .file-upload {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.apply .file-upload .resume,
.apply .file-upload [data-name=resume] {
  position: unset;
  flex: 0;
}
.apply .file-upload .resume .wpcf7-not-valid-tip,
.apply .file-upload [data-name=resume] .wpcf7-not-valid-tip {
  left: 0;
}
.apply .file-upload .file-upload__label {
  display: flex;
  padding: 13px 22px 13px 32px;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 2px;
  margin-bottom: 0;
  max-width: max-content;
  width: 100%;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s ease all;
}
@media (max-width: 575.98px) {
  .apply .file-upload .file-upload__label {
    max-width: 350px;
  }
}
.apply .file-upload .file-upload__label:hover {
  filter: brightness(0.95);
}
.apply .file-upload .file-upload__label::before {
  content: url("../images/resume-icon.png");
  padding-right: 10px;
  position: relative;
  top: 2px;
}
@media (max-width: 991.98px) {
  .apply .file-upload .file-upload__label {
    width: 100%;
    justify-content: center;
  }
}
.apply .file-upload .file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}
.apply .file-upload p {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4B4B4B;
  padding-left: 48px;
  margin-bottom: 0;
  flex: 1;
  text-align: left;
  width: 100%;
}
@media (max-width: 991.98px) {
  .apply .file-upload p {
    padding-top: 30px;
    padding-left: 0px;
    text-align: start;
  }
}
@media (max-width: 575.98px) {
  .apply .file-upload p {
    padding-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .apply .file-upload + .apply-input {
    margin-bottom: 30px;
  }
}
.apply .file-upload + .apply-input .job-title-wrap.form-group {
  max-height: 120px;
}
@media (max-width: 991.98px) {
  .apply .file-upload + .apply-input .job-title-wrap.form-group {
    max-height: 150px;
  }
}
.apply .file-upload + .apply-input .job-title-wrap.form-group .title-label {
  top: 30px;
}
.apply .apply-input {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .apply .apply-input {
    margin-bottom: 30px;
  }
}
.apply .apply-input .job-title-wrap {
  position: relative;
}
.apply .apply-input .job-title-wrap.form-group {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .apply .apply-input .job-title-wrap {
    padding: 0px;
  }
}
.apply .apply-input .job-title-wrap .application-input__label {
  pointer-events: none;
  opacity: 1;
  transform: translateX(0);
  transition: 0.5s ease all;
}
.apply .apply-input .job-title-wrap .application-input__label span {
  padding-right: 8px;
  opacity: 1;
  transform: translateX(0);
  display: inline-block;
}
.apply .apply-input .job-title-wrap .application-input__label span img {
  vertical-align: text-bottom;
}
.apply .apply-input .job-title-wrap.focused .application-input {
  border: 1px solid #00B152;
}
.apply .apply-input .job-title-wrap.focused .application-input__label {
  opacity: 0;
  transform: translateX(5px);
}
.apply .apply-input .job-title-wrap.focused .application-input__label span {
  opacity: 0;
  transform: translateX(5px);
}
.apply .apply-input .job-title-wrap .job-title {
  width: 100%;
  border-radius: 2px;
  border: none;
  outline: none;
  height: 56px;
}
.apply .apply-input .job-title-wrap .title-label {
  position: absolute;
  color: black;
  z-index: 1;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.apply textarea.job-title {
  padding-left: 20px;
  padding-top: 20px;
  height: 120px !important;
}
@media (max-width: 991.98px) {
  .apply textarea.job-title {
    max-height: 150px;
    height: 150px !important;
  }
}
.apply .submit-application {
  margin-top: 50px;
  display: inline-block;
  position: relative;
}
@media (max-width: 991.98px) {
  .apply .submit-application {
    margin-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .apply .submit-application {
    width: 100%;
  }
}
.apply .submit-application .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 15px !important;
  transform: translateY(-50%);
}
.apply .submit-application a,
.apply .submit-application input {
  display: block;
  width: max-content;
  margin: 0 auto;
  text-decoration: none;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  padding: 17px 60px;
  background-color: #00B152;
  border: 1px solid #00B152;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.2s ease-in all;
}
@media (max-width: 575.98px) {
  .apply .submit-application a,
.apply .submit-application input {
    width: 100%;
  }
}
@media (max-width: 374.98px) {
  .apply .submit-application a,
.apply .submit-application input {
    padding: 17px 35px;
  }
}
.apply .submit-application a:hover,
.apply .submit-application input:hover {
  color: #00B152;
  background-color: transparent;
}

@media (max-width: 767.98px) {
  .related {
    display: block;
  }
}
.related .related-parent {
  padding: 80px 0px;
}
@media (max-width: 991.98px) {
  .related .related-parent {
    padding: 60px 0px;
  }
}
@media (max-width: 767.98px) {
  .related .related-parent {
    padding: 40px 0;
  }
}
.related .related-head {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin: 0px;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .related .related-head {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.related .related-parent-wrap {
  margin: 0px -30px;
}
@media (max-width: 575.98px) {
  .related .related-parent-wrap {
    margin: 0 auto;
  }
}
.related .related-parent-wrap .error-msg {
  display: block;
  text-align: center;
}
.related .related-parent-wrap .related-wrap {
  padding: 0px 30px;
}
@media (max-width: 1198.98px) {
  .related .related-parent-wrap .related-wrap {
    padding: 15px;
  }
}
@media (max-width: 991.98px) {
  .related .related-parent-wrap .related-wrap {
    padding: 10px 15px;
  }
}
@media (max-width: 767.98px) {
  .related .related-parent-wrap .related-wrap {
    padding: 6px 15px;
  }
}
.related .related-parent-wrap .related-wrap .btn-wrap {
  text-align: left;
}
.related .related-parent-wrap .inner-wrap {
  padding: 35px 40px;
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
}
@media (max-width: 991.98px) {
  .related .related-parent-wrap .inner-wrap {
    padding: 32px 15px 32px 32px;
  }
}
@media (max-width: 767.98px) {
  .related .related-parent-wrap .inner-wrap {
    margin: 0 auto;
  }
}
.related .related-parent-wrap .inner-wrap .related-job-card {
  margin-bottom: 22px;
}
.related .related-parent-wrap .inner-wrap .related-job-card h3 {
  margin: 0px;
  padding-bottom: 8px;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1599.98px) {
  .related .related-parent-wrap .inner-wrap .related-job-card h3 {
    font-size: 18px;
  }
}
.related .related-parent-wrap .inner-wrap .related-job-card .related-location {
  display: flex;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #4B4B4B;
}
@media (max-width: 991.98px) {
  .related .related-parent-wrap .inner-wrap .related-job-card .related-location {
    font-size: 18px;
  }
}
.related .related-parent-wrap .inner-wrap .related-job-card .related-location .related-separater {
  padding: 0px 13px;
}
.related .related-parent-wrap .inner-wrap .related-details {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #012D51;
  padding-top: 30px;
}
.related .related-parent-wrap .inner-wrap .related-details::before {
  content: url("../../../../../images/careers/related-view.png");
  padding-right: 10px;
}
.related .related-view-all {
  padding-top: 56px;
  text-align: center;
  display: block;
}
.related .related-view-all .btn {
  line-height: 2.765;
}
@media (max-width: 991.98px) {
  .related .related-view-all {
    padding-top: 35px;
  }
}
@media (max-width: 767.98px) {
  .related .related-view-all {
    padding-top: 25px;
  }
}

.years-of-experience {
  position: relative;
}
.years-of-experience::after {
  content: "";
  width: 9px;
  height: 9px;
  background: transparent;
  border: 2px solid transparent;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .mobile-breadcrumb {
    background-color: #012D51;
  }
  .mobile-breadcrumb .breadcrumb-item.active,
.mobile-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.69) !important;
  }
}

@media (max-width: 991.98px) {
  .web-whatsapp {
    display: none;
  }
}

@media (min-width: 992px) {
  .mobile-whatsapp {
    display: none;
  }
}

a#copytocb span {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 15px;
  color: #00B152;
  display: block;
  text-align: right;
}

.file-name-wrapper {
  display: none;
}
.file-name-wrapper .file-name {
  padding-right: 10px;
}
.file-name-wrapper .remove_file {
  cursor: pointer;
}