.icon-wa-float {
  width: 60%;
}

.icon-wa {
  padding-left: 3px;
}

.icon-mail-float {
  width: 3%;
}

.btn-mail {
  font-size: 1.2vw;
  font-weight: 500;
  border-radius: 0;
  padding: 10px 16px;
}

.btn-mail.btn-sm {
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
}

.btn-mail.btn-lg {
  font-weight: 600;
  font-size: 2rem;
  padding: 10px 40px;
  letter-spacing: 2px;
}

.btn-mail.btn-round-oval {
  border-radius: 25px;
}

.btn-mail.btn-round-oval.btn-lg {
  border-radius: 20px;
}

.btn-mail.btn-blue-sp {
  color: #fff;
  background-color: #18469C;
  border-color: #18469C;
}

.btn-mail.btn-blue-sp:hover,
.btn-mail.btn-blue-sp:active {
  color: #fff;
  background-color: #113270;
  border-color: #113270;
}

.btn-mail.btn-blue-sp:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 70, 156, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(24, 70, 156, 0.5);
}

.btn-mail.btn-blue-sp.btn-outline {
  color: #446cb4;
}

.btn-mail.btn-blue-sp.btn-outline:hover {
  color: white;
}

.btn-mail.btn-purple-sp {
  color: #fff;
  background-color: #b772a0;
  border-color: #b772a0;
}

.btn-mail.btn-purple-sp:hover,
.btn-mail.btn-purple-sp:active {
  color: #fff;
  background-color: #a35388;
  border-color: #a35388;
}

.btn-mail.btn-purple-sp:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(183, 114, 160, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(183, 114, 160, 0.5);
}

.btn-mail.btn-purple-sp.btn-outline {
  color: #b772a0;
}

.btn-mail.btn-purple-sp.btn-outline:hover {
  color: white;
}

.btn {
  font-size: 1.2vw;
  font-weight: 500;
  border-radius: 0;
  padding: 6px 12px;
}

.btn.btn-sm {
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
}

.btn.btn-lg {
  font-weight: 600;
  font-size: 2rem;
  padding: 10px 40px;
  letter-spacing: 2px;
}

.btn.btn-purple {
  color: #fff;
  background-color: #b772a0;
  border-color: #b772a0;
}

.btn.btn-purple:hover,
.btn.btn-purple:active {
  color: #fff;
  background-color: #a35388;
  border-color: #a35388;
}

.btn.btn-purple:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(183, 114, 160, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(183, 114, 160, 0.5);
}

.btn.btn-green {
  color: #fff;
  background-color: #008000;
  border-color: #008000;
}

.btn.btn-green:hover,
.btn.btn-green:active {
  color: #fff;
  background-color: #004d00;
  border-color: #004d00;
}

.btn.btn-green:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 128, 0, 0.5);
}

.btn.btn-green-wa {
  color: #fff;
  background-color: #51b559;
  border-color: #51b559;
}

.btn.btn-green-wa:hover,
.btn.btn-green-wa:active {
  color: #fff;
  background-color: #3f9446;
  border-color: #3f9446;
}

.btn.btn-green-wa:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(81, 181, 89, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(81, 181, 89, 0.5);
}

.btn.btn-white {
  color: #446cb4;
  background-color: white;
  border-color: white;
}

.btn.btn-white:hover,
.btn.btn-white:active {
  color: #446cb4;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.btn-white:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 108, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(68, 108, 180, 0.5);
}

.btn.btn-fat {
  padding: 12px 24px;
}

.btn.btn-white-purple {
  color: #b772a0;
  background-color: white;
  border-color: white;
}

.btn.btn-white-purple:hover,
.btn.btn-white-purple:active {
  color: #b772a0;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.btn-white-purple:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(183, 114, 160, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(183, 114, 160, 0.5);
}

.btn.btn-blue {
  color: #fff;
  background-color: #446cb4;
  border-color: #446cb4;
}

.btn.btn-blue:hover,
.btn.btn-blue:active {
  color: #fff;
  background-color: #36568f;
  border-color: #36568f;
}

.btn.btn-blue:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 108, 180, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(68, 108, 180, 0.5);
}

.btn.btn-blue.btn-outline {
  color: #446cb4;
}

.btn.btn-blue.btn-outline:hover {
  color: white;
}

.btn.btn-orange {
  color: #fff;
  background-color: #fe7011;
  border-color: #fe7011;
}

.btn.btn-orange:hover,
.btn.btn-orange:active {
  color: #fff;
  background-color: #db5801;
  border-color: #db5801;
}

.btn.btn-orange:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 112, 17, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(254, 112, 17, 0.5);
}

.btn.btn-yellow {
  color: #fff;
  background-color: #e0b011;
  border-color: #e0b011;
}

.btn.btn-yellow:hover,
.btn.btn-yellow:active {
  color: #fff;
  background-color: #b18b0d;
  border-color: #b18b0d;
}

.btn.btn-yellow:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 176, 17, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(224, 176, 17, 0.5);
}

.btn.btn-red {
  color: #fff;
  background-color: red;
  border-color: red;
}

.btn.btn-red:hover,
.btn.btn-red:active {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}

.btn.btn-red:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn.btn-bold {
  position: relative;
  font-size: 1.5vw;
  font-weight: 700;
  padding: 16px 58px;
  border-radius: 12px;
  -webkit-transition: -webkit-box-shadow 0s;
  transition: -webkit-box-shadow 0s;
  transition: box-shadow 0s;
  transition: box-shadow 0s, -webkit-box-shadow 0s;
  min-width: 250px;
}

.btn.btn-bold:active,
.btn.btn-bold:focus {
  top: 4px;
}

.btn.btn-bold.btn-orange {
  -webkit-box-shadow: 0 8px 0 #db5801, 0 13px 24px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 8px 0 #db5801, 0 13px 24px rgba(0, 0, 0, 0.5) !important;
}

.btn.btn-bold.btn-orange:hover,
.btn.btn-bold.btn-orange:active {
  background-color: #f46301;
  border-color: #f46301;
}

.btn.btn-bold.btn-orange:active,
.btn.btn-bold.btn-orange:focus {
  -webkit-box-shadow: 0 4px 0 #db5801, 0 9px 24px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 4px 0 #db5801, 0 9px 24px rgba(0, 0, 0, 0.5) !important;
}

.btn.btn-bold.btn-white {
  -webkit-box-shadow: 0 8px 0 #e6e5e5, 0 13px 24px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 8px 0 #e6e5e5, 0 13px 24px rgba(0, 0, 0, 0.5) !important;
}

.btn.btn-bold.btn-white:hover,
.btn.btn-bold.btn-white:active {
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}

.btn.btn-bold.btn-white:active,
.btn.btn-bold.btn-white:focus {
  -webkit-box-shadow: 0 4px 0 #e6e5e5, 0 9px 24px rgba(0, 0, 0, 0.5) !important;
          box-shadow: 0 4px 0 #e6e5e5, 0 9px 24px rgba(0, 0, 0, 0.5) !important;
}

.btn.btn-round {
  border-radius: 4px;
}

.btn.btn-round.btn-lg {
  border-radius: 20px;
}

.btn.btn-round-oval {
  border-radius: 25px;
}

.btn.btn-round-oval.btn-lg {
  border-radius: 20px;
}

.btn.btn-full-round {
  border-radius: 40px;
}

.btn.btn-outline {
  background-color: transparent;
  border-width: 2px;
}

.btn.btn-outline.btn-outline-light {
  border-width: 1px;
}

.btn.btn-outline.btn-outline-purple {
  border-color: #b772a0;
}

.btn.btn-fw {
  min-width: 12vw;
}

.btn.btn-fwl {
  min-width: 180px;
}

.btn.btn-dashed {
  padding: 5px 11px;
  border: 2px dashed rgba(51, 51, 51, 0.5);
}

.btn.btn-dashed:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.icon-flag {
  width: 20px;
  text-transform: uppercase;
  font-size: 7px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
}

.icon-flag img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-control {
  border-color: #bfbfbf;
}

.form-control:focus {
  border-color: #446cb4;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(68, 108, 180, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(68, 108, 180, 0.25);
}

.form-control.form-bold {
  border-width: 2px;
}

.form-control.form-line {
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  color: #333333;
  border-color: rgba(51, 51, 51, 0.5);
}

.form-control.form-line:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control.form-line-white {
  color: white;
  border-color: rgba(255, 255, 255, 0.5);
}

.form-control.form-line-white::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}

.form-control.form-line-white::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}

.form-control.form-line-white:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}

.form-control.form-line-white:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}

.form-control.form-line-white:focus {
  border-color: white;
}

.custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #446cb4;
  background-color: #446cb4;
}

.custom-control-purple .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #b772a0;
  background-color: #b772a0;
}

.form-group {
  position: relative;
  min-height: 35px;
}

.form-group.has-select:before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Font Awesome 5 Free';
  content: '\F0D7';
  font-weight: 900;
  font-size: 14px;
  pointer-events: none;
}

.job-item {
  border: 2px solid #e5e5e5;
  background: white;
  display: block;
  text-decoration: none !important;
  padding: 15px 20px;
  color: rgba(51, 51, 51, 0.75) !important;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-decoration: none;
}

.job-item .item-title {
  color: #446cb4;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  position: relative;
}

.job-item .item-salary,
.job-item .item-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.job-item .item-salary i.fas,
.job-item .item-location i.fas {
  font-size: 0.75em;
  margin-right: 10px;
  color: #446cb4;
}

.job-item .item-time {
  font-size: 0.75em;
  margin-top: 15px;
}

.job-item .item-applied {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job-item .item-applied img {
  width: auto;
  height: 18px;
  margin-right: 10px;
}

.job-item .item-delete {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: rgba(51, 51, 51, 0.75);
  cursor: pointer;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job-item .item-love {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: rgba(51, 51, 51, 0.5);
  cursor: pointer;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job-item .item-love.loved {
  color: #fe7011;
}

.job-item .item-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.job-item .item-logo.dollar {
  background-color: #73b57b;
}

.job-item .item-logo.dollar:before {
  font-family: 'Font Awesome 5 Free';
  color: white;
  font-weight: 900;
  font-size: 0.75em;
  content: '\F155';
}

.job-item .item-logo.fg {
  background-color: #7f2fb1;
}

.job-item .item-logo.fg:before {
  content: 'FG';
  color: white;
  font-weight: bold;
  font-size: 0.75em;
}

.job-item .item-logo.noexp {
  background-color: #d23c44;
}

.job-item .item-logo.noexp:before {
  content: 'NO';
  color: white;
  font-weight: bold;
  font-size: 0.25em;
}

.job-item .item-logo.noexp:after {
  content: 'EXP';
  color: white;
  font-weight: bold;
  font-size: 0.5em;
  margin-top: -5px;
}

.job-item:hover {
  background-color: #fafafa;
}

.box {
  border: 2px solid #e5e5e5;
  background: white;
  padding: 20px;
}

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.25em;
}

.pagination li {
  margin: 0 10px;
}

.pagination li a,
.pagination li span {
  color: #b3b2b2;
  text-decoration: none;
}

.pagination li.active a,
.pagination li.next a,
.pagination li.prev a {
  color: #446cb4;
  font-weight: 600;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.layer {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.layer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #f1f1f1;
}

.layer.layer-light-10:before {
  opacity: 0.1 !important;
}

.layer.layer-light-20:before {
  opacity: 0.2 !important;
}

.layer.layer-light-30:before {
  opacity: 0.3 !important;
}

.layer.layer-light-40:before {
  opacity: 0.4 !important;
}

.layer.layer-light-50:before {
  opacity: 0.5 !important;
}

.layer.layer-light-60:before {
  opacity: 0.6 !important;
}

.layer.layer-light-70:before {
  opacity: 0.7 !important;
}

.layer.layer-light-80:before {
  opacity: 0.8 !important;
}

.layer.layer-light-90:before {
  opacity: 0.9 !important;
}

.layer.layer-light-100:before {
  opacity: 1 !important;
}

.layer.has-image img {
  width: 100%;
  height: 100%;
}

.legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.15em;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding: 17px;
  position: relative;
  cursor: pointer;
}

.legend-item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.15);
}

.legend-item:last-child:before {
  display: none;
}

.legend-item .item-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.legend-item .item-logo.dollar {
  background-color: #73b57b;
}

.legend-item .item-logo.dollar:before {
  font-family: 'Font Awesome 5 Free';
  color: white;
  font-weight: 900;
  font-size: 0.75em;
  content: '\F155';
}

.legend-item .item-logo.fg {
  background-color: #7f2fb1;
}

.legend-item .item-logo.fg:before {
  content: 'FG';
  color: white;
  font-weight: bold;
  font-size: 0.75em;
}

.legend-item .item-logo.noexp {
  background-color: #d23c44;
}

.legend-item .item-logo.noexp:before {
  content: 'NO';
  color: white;
  font-weight: bold;
  font-size: 0.25em;
}

.legend-item .item-logo.noexp:after {
  content: 'EXP';
  color: white;
  font-weight: bold;
  font-size: 0.5em;
  margin-top: -5px;
}

html {
  font-family: 'Raleway', sans-serif;
}

body {
  color: #333333;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

b {
  font-weight: bold !important;
  font-family: 'Raleway', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Raleway', sans-serif;
}

header {
  font-family: 'Raleway', sans-serif;
}

ul li {
  font-family: 'Raleway', sans-serif;
}

ul li a {
  font-family: 'Raleway', sans-serif;
}

footer {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: #f2f2f2;
  font-family: 'Raleway', sans-serif;
}

.section-header {
  margin: 0;
  font-size: 50px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 200;
}

.section-header.decoration-left,
.section-header.decoration-center {
  position: relative;
  padding-bottom: 20px;
}

.section-header.decoration-left:before,
.section-header.decoration-center:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #446cb4;
}

.section-header.decoration-center:before {
  left: calc(50% - 25px);
}

.section-description {
  font-size: 1.25em;
}

.section-label {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #b772a0;
  margin-bottom: 40px;
}

.section-label span {
  display: inline-block;
  padding: 10px;
  background-color: #b772a0;
  color: white;
}

.section-label.purple {
  border-color: #b772a0;
}

.section-label.purple span {
  background-color: #b772a0;
}

.section-label.blue {
  border-color: #446cb4;
}

.section-label.blue span {
  background-color: #446cb4;
}

.section-sticker {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(68, 108, 180, 0.85);
  color: white;
  padding: 40px 80px;
  margin: 0;
  font-size: 3rem;
  z-index: 2;
}

.page-banner {
  background: #f2f2f2;
  padding: 80px;
}

.page-banner.has-image {
  position: relative;
}

.page-banner.has-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.page-banner.has-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.5);
  z-index: 2;
}

.page-banner.has-image .section-header {
  position: relative;
  z-index: 2;
}

.page-banner.has-image.no-layer:before {
  display: none;
}

.page-banner.has-image.layer-blue:before {
  background: rgba(68, 108, 180, 0.75);
}

.page-banner.has-sticker {
  padding-top: 0;
  padding-bottom: 0;
}

.page-banner.has-sticker .container {
  position: relative;
  min-height: 300px;
}

a.more-link {
  font-size: 20px;
  font-weight: bold;
}

a.more-link [class*='fa-'] {
  color: #446cb4;
}

a.more-link span {
  color: #333333;
  font-weight: normal;
}

a.more-link:hover {
  text-decoration: none;
}

a.more-link:hover [class*='fa-'] {
  color: #36568f;
}

a.more-link:hover span {
  color: #a35388;
}

.link-back {
  color: #333333 !important;
  font-size: 1.25em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  text-decoration: none !important;
}

.link-back i.fas {
  font-size: 0.5em;
}

.clean-link {
  text-decoration: none !important;
  color: inherit !important;
}

.list-dashed,
.list-dotted {
  list-style: none;
  padding-left: 30px;
}

.list-dashed li,
.list-dotted li {
  position: relative;
}

.list-dashed li:before,
.list-dotted li:before {
  content: '-';
  position: absolute;
  left: -30px;
}

.list-dotted li:before {
  content: '\F111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transform: scale(0.25) translateY(-1px);
          transform: scale(0.25) translateY(-1px);
}

@media (min-width: 1350px) {
  .container {
    max-width: 1310px;
  }
}

.container {
  max-width: 1310px;
}

.active-link-tertiary {
  color: #b772a0;
  font-weight: 800;
}

.mfp-close-btn-in .mfp-close {
  color: gray;
  border: 1px solid gray;
  border-radius: 50%;
}

.section-flags {
  position: relative;
  z-index: 3;
  height: 45px;
  background-color: #f2f2f2;
}

.section-flags:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
  background: linear-gradient(black, transparent);
  pointer-events: none;
  opacity: 0.15;
}

.section-flags .icon-flag {
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.25;
}

.section-flags .icon-flag.active {
  cursor: default;
  opacity: 1;
}

.section-flags .icon-flag:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.section-flags small {
  opacity: 0.75;
}

.select2-container--job-search {
  font-size: 18px;
}

.select2-container--job-search *:focus {
  outline: none;
}

.select2-container--job-search .select2-selection--single {
  height: 40px;
}

.select2-container--job-search .select2-selection--single .select2-selection__rendered {
  color: #333333;
  border: 1px solid #bfbfbf;
  line-height: 38px;
  background-color: white;
  position: relative;
}

.select2-container--job-search .select2-selection--single .select2-selection__rendered:before {
  content: '\F107';
  position: absolute;
  top: 0;
  right: 8px;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #999999;
  font-size: 18px;
}

.select2-container--job-search .select2-selection--single .select2-selection__placeholder {
  font-size: 18px;
  color: #999999;
}

.select2-container--job-search .select2-dropdown {
  border-radius: 0;
  border-color: 1px solid #999999;
}

.select2-container--job-search .select2-dropdown .select2-search--dropdown input {
  border: 1px solid #999999;
}

.select2-container--job-search .select2-dropdown .select2-results__option--highlighted {
  background-color: #446cb4;
  color: white;
}

.home-landing {
  position: relative;
}

.home-landing .landing--slider {
  height: 600px;
  position: relative;
}

.home-landing .landing--slider .slick-list,
.home-landing .landing--slider .slick-track {
  height: 100%;
}

.home-landing .landing--slider .slider-item {
  position: relative;
}

.home-landing .landing--slider .slider-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
}

.home-landing .landing--slider .slider-image:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #bfbfbf;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}

.home-landing .landing--slider .slider-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}

.home-landing .landing--slider .slider-content h3 {
  margin: 0;
  padding: 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.home-landing .landing--slider .slider-content h3 span {
  font-size: 5vw;
}

.home-landing .landing--slider .slider-content h3 b {
  font-size: 5vw;
}

.home-landing .landing--dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.home-landing .landing--dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-radius: 50%;
  margin: 0 4px;
  position: relative;
  cursor: pointer;
}

.home-landing .landing--dots span.active:before {
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
}

.home-landing .landing--job-search {
  padding: 35px 0;
  background: rgba(68, 108, 180, 0.95);
  border-radius: 30px;
  margin-top: -140px;
  position: relative;
  z-index: 2;
}

.home-landing .landing--job-search h3 {
  padding: 0;
  margin: 0;
  color: white;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.home-landing .landing--job-search .search-form {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-landing .landing--job-search .search-form .form-group {
  -ms-flex-preferred-size: calc((100% - 20px) / 3);
      flex-basis: calc((100% - 20px) / 3);
  margin-bottom: 10px;
}

.home-landing .landing--job-search .search-form button[type='submit'] {
  margin-top: 10px;
}

.home-vacancies {
  position: relative;
  margin-top: -160px;
}

.home-vacancies:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #f2f2f2;
  content: '';
  z-index: -1;
}

.home-vacancies .vacancy--content {
  width: 80%;
  background: white;
  padding-right: 40px;
}

.home-vacancies .vacancy--content h2 {
  color: #446cb4;
  margin: 0;
  margin-bottom: 60px;
  text-align: center;
}

.home-vacancies .vacancy--content .content-text {
  margin-bottom: 60px;
}

.home-vacancies .vacancy--content .content-text b {
  font-weight: 700;
}

.home-vacancies .vacancy--content .content-item {
  text-align: center;
}

.home-vacancies .vacancy--content .content-item img {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-vacancies .vacancy--content .content-item h3 {
  margin: 0;
  padding: 0;
  color: #446cb4;
  font-weight: normal;
  text-align: left;
  margin-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.home-vacancies .vacancy--content .content-item h3:before {
  content: '';
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #446cb4;
}

.home-vacancies .vacancy--content .content-item p {
  text-align: left;
  margin: 0;
}

.home-vacancies .vacancy--news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 220px;
  padding-left: 30px;
}

.home-vacancies .vacancy--news h3 {
  color: #446cb4;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  font-size: 1em;
  margin-bottom: 20px;
}

.home-vacancies .vacancy--news h3 b {
  font-weight: bold;
}

.home-vacancies .vacancy--news .news {
  margin-bottom: 40px;
}

.home-vacancies .vacancy--news .news .news-item {
  margin-bottom: 20px;
  overflow: hidden;
  width: 200px;
}

.home-vacancies .vacancy--news .news .news-item:last-child {
  margin-bottom: 0;
}

.home-vacancies .vacancy--news .news .news-item img {
  width: 220px;
}

.home-vacancies .vacancy--news .news .news-item span {
  display: inline-block;
  color: #999999;
  margin: 10px 0 0;
}

.home-vacancies .vacancy--news .news .news-item h4 {
  font-weight: bold;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
}

.home-vacancies .vacancy--news .news .news-item h4 a {
  color: #333333;
}

.home-vacancies .vacancy--news .news-more a {
  font-size: 20px;
  font-weight: 800;
}

.home-vacancies .vacancy--news .news-more a [class*='fa-'] {
  color: #446cb4;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.home-vacancies .vacancy--news .news-more a span {
  color: #b772a0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.home-vacancies .vacancy--news .news-more a:hover {
  text-decoration: none;
}

.home-vacancies .vacancy--news .news-more a:hover [class*='fa-'] {
  color: #36568f;
}

.home-vacancies .vacancy--news .news-more a:hover span {
  color: #36568f;
}

.home-consultants {
  padding: 40px 0;
  background: #f2f2f2;
  font-size: 18px;
}

.home-consultants .icon-wa {
  vertical-align: middle;
  border-style: none;
  width: 13%;
  padding-right: 5px;
}

.home-consultants .consultant--slider {
  position: relative;
  padding: 0 50px;
  margin-top: 60px;
}

.home-consultants .consultant--slider .slider-item {
  min-height: 300px;
  margin: 0 21px;
  background: white;
}

.home-consultants .consultant--slider .slider-item img {
  width: 254px;
  height: 300px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-consultants .consultant--slider .slider-item h5 {
  font-weight: bold;
  color: #b772a0;
  padding: 0 20px 0 20px;
  margin: 0;
}

.home-consultants .consultant--slider .slider-item span {
  display: block;
  padding: 0 20px;
}

.home-consultants .consultant--slider .slider-item div {
  padding: 20px;
  padding-top: 40px;
  position: relative;
}

.home-consultants .consultant--slider .slider-item div:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 1px;
  background: #333333;
}

.home-consultants .consultant--slider .slick-slide {
  width: 254px;
}

.home-consultants .consultant--slider .slider-nav-prev,
.home-consultants .consultant--slider .slider-nav-next {
  display: inline-block;
  color: #b772a0;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  right: calc(100% - 50px);
  font-size: 70px;
  line-height: 80px;
  cursor: pointer;
}

.home-consultants .consultant--slider .slider-nav-next {
  right: auto;
  left: calc(100% - 50px);
}

.home-steps {
  position: relative;
  padding: 60px 0;
  background-position: center top;
  font-size: 18px;
}

.home-steps:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(191, 191, 191, 0.5);
  content: '';
}

.home-steps .section-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.home-steps .step--steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 55px;
}

.home-steps .step--steps .steps-indicator {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.home-steps .step--steps .steps-indicator:before,
.home-steps .step--steps .steps-indicator:after {
  content: '';
  position: absolute;
  top: 36px;
  left: 0;
  width: 50%;
  height: 6px;
  background-color: white;
}

.home-steps .step--steps .steps-indicator:after {
  left: auto;
  right: 0;
}

.home-steps .step--steps .steps-indicator:first-child:before {
  display: none;
}

.home-steps .step--steps .steps-indicator:last-child:after {
  display: none;
}

.home-steps .step--steps .steps-indicator span {
  display: inline-block;
  width: 78px;
  height: 78px;
  background: white;
  color: #446cb4;
  border-radius: 50%;
  text-align: center;
  line-height: 78px;
  font-size: 30px;
  position: relative;
  z-index: 2;
}

.home-steps .step--steps .steps-indicator h6 {
  margin: 0;
  padding: 0;
  color: #446cb4;
  margin-top: 10px;
}

.home-steps .step--steps .steps-indicator.active span {
  background-color: #446cb4;
  color: white;
}

.home-steps .step--slides .slides-slider {
  position: relative;
  width: calc(80% - 120px);
  margin: 0 auto;
}

.home-steps .step--slides .slides-slider .slide-item {
  position: relative;
  min-height: 236px;
  padding-left: calc(236px + 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-steps .step--slides .slides-slider .slide-item .item-image {
  width: 236px;
  height: 236px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: calc(50% - (236px / 2));
  left: 0;
}

.home-steps .step--slides .slides-slider .slide-item .item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-steps .step--slides .slides-slider .slide-item h4 {
  padding: 0;
  margin: 0;
  font-weight: 800;
  color: #446cb4;
  margin-bottom: 15px;
}

.home-steps .step--slides .slides-slider .slide-item p {
  margin-bottom: 0;
  font-style: italic;
}

.home-steps .step--slides .slides-slider .slider-nav-prev,
.home-steps .step--slides .slides-slider .slider-nav-next {
  display: inline-block;
  color: #446cb4;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  right: calc(100% + 40px);
  font-size: 80px;
  line-height: 80px;
  cursor: pointer;
}

.home-steps .step--slides .slides-slider .slider-nav-next {
  right: auto;
  left: calc(100% + 40px);
}

.home-jobs {
  padding: 60px 0;
}

.home-jobs .job--vacancies {
  margin-top: 60px;
  margin-bottom: 20px;
}

.home-jobs .job--vacancies .vacancy-item {
  display: block;
  padding: 20px;
  background-color: #fafbfd;
  border-radius: 2px;
  border: 1px solid #446cb4;
  text-decoration: none;
  color: #333333;
  margin-bottom: 20px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
}

.home-jobs .job--vacancies .vacancy-item .item-title {
  color: #446cb4;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

.home-jobs .job--vacancies .vacancy-item .item-location,
.home-jobs .job--vacancies .vacancy-item .item-salary,
.home-jobs .job--vacancies .vacancy-item .item-time {
  opacity: 0.5;
}

.home-jobs .job--vacancies .vacancy-item .item-time {
  margin-top: 40px;
}

.home-jobs .job--vacancies .vacancy-item .item-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-jobs .job--vacancies .vacancy-item .item-logo.dollar {
  background-color: #73b57b;
}

.home-jobs .job--vacancies .vacancy-item .item-logo.dollar:before {
  font-family: 'Font Awesome 5 Free';
  color: white;
  font-weight: 900;
  font-size: 0.75em;
  content: '\F155';
}

.home-jobs .job--vacancies .vacancy-item .item-logo.fg {
  background-color: #7f2fb1;
}

.home-jobs .job--vacancies .vacancy-item .item-logo.fg:before {
  content: 'FG';
  color: white;
  font-weight: bold;
  font-size: 0.75em;
}

.home-jobs .job--vacancies .vacancy-item .item-logo.noexp {
  background-color: #d23c44;
}

.home-jobs .job--vacancies .vacancy-item .item-logo.noexp:before {
  content: 'NO';
  color: white;
  font-weight: bold;
  font-size: 0.25em;
}

.home-jobs .job--vacancies .vacancy-item .item-logo.noexp:after {
  content: 'EXP';
  color: white;
  font-weight: bold;
  font-size: 0.5em;
  margin-top: -5px;
}

.home-jobs .job--vacancies .vacancy-item:hover {
  background-color: #f1f4fa;
}

.home-testimony {
  background-color: #f2f2f2;
  padding: 60px 0;
}

.home-testimony .testimony--slider {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 0 60px;
  position: relative;
}

.home-testimony .testimony--slider .slider-item {
  text-align: center;
}

.home-testimony .testimony--slider .slider-item img {
  margin-bottom: 15px;
  display: inline-block;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.home-testimony .testimony--slider .slider-item h5 {
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding: 0 50px;
  color: #b772a0;
}

.home-testimony .testimony--slider .slider-item > div {
  padding: 0 20px;
}

.home-testimony .testimony--slider .slider-nav-prev,
.home-testimony .testimony--slider .slider-nav-next {
  display: inline-block;
  color: #b772a0;
  height: 80px;
  position: absolute;
  top: calc(50% - 40px);
  right: calc(100% - 50px);
  font-size: 70px;
  line-height: 80px;
  cursor: pointer;
}

.home-testimony .testimony--slider .slider-nav-next {
  right: auto;
  left: calc(100% - 50px);
}

.home-clients {
  font-size: 18px;
  padding: 60px 0;
}

.home-clients .client--logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
}

.home-clients .client--logos span {
  display: inline-block;
  height: 55px;
  text-align: center;
  margin: 20px;
}

.home-clients .client--logos span img {
  height: 100%;
  width: auto;
}

.home-contact {
  padding: 60px 0;
  background: #f2f2f2;
}

.home-contact .contact--detail {
  padding-top: 40px;
}

.home-contact .contact--detail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.home-contact .contact--detail h4 {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  font-weight: bold;
  color: #446cb4;
  margin-bottom: 10px;
}

.home-contact .contact--detail .detail-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  font-size: 1.25em;
}

.home-contact .contact--detail .detail-item [class*='fa-'] {
  color: #b772a0;
  position: absolute;
  top: 6px;
  left: 0;
}

.home-contact .contact--navs {
  padding-top: 40px;
}

.home-contact .contact--navs .btn {
  font-weight: bold;
  text-align: left;
  padding: 12px 48px;
  margin: 0;
  margin-bottom: 10px;
}

.home-contact .contact--navs .btn:last-child {
  margin-bottom: 0;
}

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

.testimony-popup img {
  margin-bottom: 15px;
  display: inline-block;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.testimony-popup h5 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  padding: 0 50px;
  color: #b772a0;
}

.testimony-popup > div {
  padding: 0 20px;
}

.nav-profile-photo {
  margin-top: 10px;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  background-color: black;
}

ul {
  text-align: left;
  margin: 0;
  padding: 15px 4px 0px 0;
  list-style: none;
}

ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 17px;
  background: #fff;
  cursor: pointer;
}

ul li:hover {
  color: #fff;
}

ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  display: none;
  opacity: 0;
  visibility: hidden;
}

ul li ul li {
  display: block;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}

ul li ul li:hover {
  background: #666;
}

ul.drop li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.page-support .support-content {
  padding: 60px 0;
  position: relative;
  background-color: #fafafa;
}

.page-support .support-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f2f2f2;
}

.page-support .support-content .section-header {
  position: relative;
}

.page-support .support-content .content-items {
  padding: 0 140px;
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

.page-support .support-content .content-items .content-item img {
  width: 100%;
  height: 280px;
}

.page-support .support-content .content-items .content-item .item-text {
  color: white;
  background-color: #446cb4;
  text-align: center;
  padding: 15px;
  height: 350px;
}

.page-support .support-content .content-items .content-item .item-text h4 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-support .support-service {
  padding: 60px 0;
  background: #fafafa;
}

.page-support .support-service .service-items .service-item {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.page-support .support-service .service-items .service-item img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-support .support-service .service-items .service-item .item-number {
  font-size: 24px;
  color: #446cb4;
  display: block;
  min-height: 200px;
  width: 200px;
  text-align: center;
  position: relative;
}

.page-support .support-service .service-items .service-item .item-number:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #446cb4;
}

.page-support .support-service .service-items .service-item .item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page-support .support-service .service-items .service-item .item-title {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #446cb4;
}

.page-support .support-career {
  padding: 60px 0;
}

.page-support .support-career .career-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

.page-support .support-career .career-columns .column-left {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.page-support .support-career .career-columns .column-left .section-header {
  position: relative;
  padding-bottom: 40px;
  font-size: 2.3vw !important;
}

.page-support .support-career .career-columns .column-left .section-header:before {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #d5deef;
  position: absolute;
  bottom: 0;
  left: 0;
}

.page-support .support-career .career-columns .column-right {
  -ms-flex-preferred-size: 1;
      flex-basis: 1;
}

.page-support .support-career .career-columns .column-right .career-slider {
  position: relative;
  padding: 0 100px;
  padding-bottom: 40px;
  margin-left: 100px;
}

.page-support .support-career .career-columns .column-right .career-slider .slide-item .consultant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.page-support .support-career .career-columns .column-right .career-slider .slide-item .consultant img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 5%;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.page-support .support-career .career-columns .column-right .career-slider .slide-item .consultant .consultant-desc {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  color: white;
  background-color: #446cb4;
  padding: 20px;
  font-size: 1.25em;
  height: 270px;
}

.page-support .support-career .career-columns .column-right .career-slider .slide-item .consultant .consultant-desc h5 {
  padding: 0;
  margin: 0;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-support .support-career .career-columns .column-right .career-slider .slide-item .consultant .consultant-desc p {
  margin: 0;
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}

.page-support .support-career .career-columns .column-right .career-slider .slide-item .consultant .consultant-desc p:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.75);
}

.page-support .support-career .career-columns .column-right .career-slider .slide-item .consultant:nth-child(even) img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.page-support .support-career .career-columns .column-right .career-slider .slide-item .consultant:nth-child(even) .consultant-desc {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.page-support .support-career .career-columns .column-right .career-slider .slider-nav {
  color: #446cb4;
  position: absolute;
  top: calc(50% - 50px);
  left: 20px;
  font-size: 4rem;
  cursor: pointer;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-support .support-career .career-columns .column-right .career-slider .slider-nav.next {
  left: auto;
  right: 10px;
}

.page-support .support-career .career-columns .column-right .career-slider .slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.page-support .support-career .career-columns .column-right .career-slider .slider-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #bfbfbf;
  background-color: #bfbfbf;
  border-radius: 50%;
  margin: 0 4px;
  position: relative;
  cursor: pointer;
}

.page-support .support-career .career-columns .column-right .career-slider .slider-dots span.active:before {
  width: 6px;
  height: 6px;
  background: #446cb4;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
}

.news-events {
  padding: 40px 0;
}

.news-events .list-events .event-item {
  font-size: 1.25em;
  color: rgba(51, 51, 51, 0.75);
}

.news-events .list-events .event-item .event-image {
  width: 100%;
}

.news-events .list-events .event-item .event-title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin: 20px 0;
  font-size: 1.25em;
}

.news-events .list-events .event-item .event-meta {
  display: block;
  margin-bottom: 20px;
}

.news-news {
  padding-bottom: 60px;
}

.news-news .list-news .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 1.25em;
  color: rgba(51, 51, 51, 0.75);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px !important;
}

.news-news .list-news .news-item .news-image {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.news-news .list-news .news-item .news-image img {
  max-width: 100%;
  min-width: 60%;
}

.news-news .list-news .news-item .news-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  padding-top: 15px;
}

.news-news .list-news .news-item .news-title {
  margin: 0;
  padding: 0;
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 15px;
}

.news-news .single-news {
  color: rgba(51, 51, 51, 0.75);
  font-size: 1.25em;
  padding-right: 30px !important;
}

.news-news .single-news img {
  width: 100%;
}

.news-news .single-news .news-title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin: 20px 0 30px;
  font-size: 1.5em;
}

.news-news .single-news .news-meta {
  display: block;
  margin-bottom: 30px;
}

.apply-message {
  padding: 60px 0;
}

.apply-message .message-image {
  width: 200px;
  height: auto;
}

.apply-message .message-content {
  font-size: 1.25em;
}

.apply-jobs {
  padding: 60px 0;
  background-color: #f2f2f2;
}

.apply-jobs .list-job .job-item {
  border: 2px solid #e5e5e5;
  background: white;
  display: block;
  text-decoration: none;
  padding: 15px 20px;
  color: rgba(51, 51, 51, 0.75);
  margin-bottom: 20px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.apply-jobs .list-job .job-item .item-title {
  color: #446cb4;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

.apply-jobs .list-job .job-item .item-salary,
.apply-jobs .list-job .job-item .item-location {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.apply-jobs .list-job .job-item .item-salary i.fas,
.apply-jobs .list-job .job-item .item-location i.fas {
  font-size: 0.75em;
  margin-right: 10px;
  color: #446cb4;
}

.apply-jobs .list-job .job-item .item-time {
  font-size: 0.75em;
  margin-top: 15px;
}

.apply-jobs .list-job .job-item .item-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.apply-jobs .list-job .job-item .item-logo.dollar {
  background-color: #73b57b;
}

.apply-jobs .list-job .job-item .item-logo.dollar:before {
  font-family: 'Font Awesome 5 Free';
  color: white;
  font-weight: 900;
  font-size: 0.75em;
  content: '\F155';
}

.apply-jobs .list-job .job-item .item-logo.fg {
  background-color: #7f2fb1;
}

.apply-jobs .list-job .job-item .item-logo.fg:before {
  content: 'FG';
  color: white;
  font-weight: bold;
  font-size: 0.75em;
}

.apply-jobs .list-job .job-item .item-logo.noexp {
  background-color: #d23c44;
}

.apply-jobs .list-job .job-item .item-logo.noexp:before {
  content: 'NO';
  color: white;
  font-weight: bold;
  font-size: 0.25em;
}

.apply-jobs .list-job .job-item .item-logo.noexp:after {
  content: 'EXP';
  color: white;
  font-weight: bold;
  font-size: 0.5em;
  margin-top: -5px;
}

.apply-jobs .list-job .job-item:hover {
  background-color: #fafafa;
}

.page-article .article-main {
  padding: 40px 0;
}

.page-article .article-main .article-back {
  color: #333333;
  font-size: 1.25em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  margin-top: 5px;
}

.page-article .article-main .article-back i.fas {
  font-size: .5em;
  margin-right: 10px;
}

.page-article .article-main .article-title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 4em;
  margin-bottom: 20px;
}

.page-article .article-main .article-meta {
  font-size: 1.25em;
  color: rgba(51, 51, 51, 0.75);
  margin-bottom: 40px;
}

.page-article .article-main .article-meta span {
  display: block;
  margin-bottom: 15px;
}

.page-article .article-main .article-share {
  font-size: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-article .article-main .article-share strong {
  font-weight: bold;
  margin-right: 20px;
}

.page-article .article-main .article-share a {
  color: #446cb4;
  text-decoration: none;
  margin-right: 15px;
  font-size: 1.5em;
}

.page-article .article-main article {
  font-size: 1.15em;
  margin-bottom: 40px;
}

.page-article .article-main article p {
  margin-bottom: 20px;
}

.page-article .article-main article p:before {
  content: '';
  display: inline-block;
  width: 50px;
}

.page-article .article-main article p.no-indent:before {
  display: none;
}

.page-article .article-main article img {
  max-width: 100%;
}

.page-article .article-main .article-aside {
  margin-left: 40px;
}

.page-article .article-main .article-aside .aside-label {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  color: #446cb4;
  margin-bottom: 20px;
}

.page-article .article-main .article-aside .aside-label:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #446cb4;
}

.page-article .article-main .article-aside .aside-label.purple {
  color: #b772a0;
}

.page-article .article-main .article-aside .aside-label.purple:before {
  background-color: #b772a0;
}

.page-article .article-main .article-aside .aside-label.blue {
  color: #446cb4;
}

.page-article .article-main .article-aside .aside-label.blue:before {
  background-color: #446cb4;
}

.page-article .article-main .article-aside .aside-item {
  display: block;
  color: #333333;
  text-decoration: none;
  margin-bottom: 30px;
}

.page-article .article-main .article-aside .aside-item > img {
  width: 75%;
  margin-bottom: 15px;
}

.page-article .article-main .article-aside .aside-item > h4 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.35em;
  margin-bottom: 10px;
}

.page-article .article-main .article-aside .aside-item > span {
  color: rgba(51, 51, 51, 0.75);
}

.profile-info {
  position: relative;
  z-index: 3;
  background-color: #fafafa;
  height: 0;
}

.profile-info .info-card {
  border: 2px solid #e5e5e5;
  padding: 24px 40px;
  background-color: white;
  border-radius: 10px;
}

.profile-info .info-card .profile-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-info .info-card .profile-detail .profile-photo {
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.profile-info .info-card .profile-detail .profile-data {
  padding-left: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.profile-info .info-card .profile-detail .profile-data h4 {
  margin: 0;
  padding: 0;
  color: #446cb4;
  font-weight: bold;
  font-size: 1.75em;
  margin-bottom: 20px;
}

.profile-info .info-card .profile-detail .profile-data span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.profile-info .info-card .profile-detail .profile-data span i.fas {
  font-size: .75em;
  color: #446cb4;
  margin-right: 15px;
}

.profile-info .info-card .profile-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.profile-info .info-card .profile-action .btn-edit,
.profile-info .info-card .profile-action .btn-attach {
  font-size: .75em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.profile-info .info-card .profile-action .btn-edit {
  margin-right: 10px;
}

.profile-jobs {
  padding: 40px 0;
  padding-top: 340px;
  background-color: #fafafa;
}

.profile-jobs .job-item {
  margin: 0;
  margin-top: -2px;
}

.profile-jobs .job-item .item-title {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.profile-jobs .job-item .item-salary,
.profile-jobs .job-item .item-location {
  font-size: 1.25em;
  font-weight: normal;
}

.profile-jobs .job-item .item-logo {
  width: 30px;
  height: 30px;
}

.profile-jobs .job-item .item-time {
  font-size: 1em;
}

.profile-jobs .list-item {
  overflow: auto;
  z-index: auto;
}

.profile-jobs .list-item-history {
  overflow-x: auto;
}

.profile-jobs .list-label {
  color: white;
  background-color: #446cb4;
  padding: 14px 10px;
  font-size: 1.5em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.profile-jobs .list-label i.fab,
.profile-jobs .list-label i.fas {
  margin-right: 10px;
}

.profile-jobs .list-label.purple {
  background-color: #b772a0;
}

.job-detail-main {
  padding: 40px 0;
}

.job-detail-main .main-detail .main-title {
  margin: 0;
  padding: 0;
  color: #446cb4;
  font-weight: bold;
  font-size: 2.5em;
}

.job-detail-main .main-detail .main-subtitle {
  margin: 0;
  padding: 0;
  color: #446cb4;
  font-weight: bold;
  font-size: 1.8em;
}

.job-detail-main .main-detail .main-data .data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.job-detail-main .main-detail .main-data .data-item .item-label,
.job-detail-main .main-detail .main-data .data-item .item-content {
  padding: 15px;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  border: 2px solid #e5e5e5;
}

.job-detail-main .main-detail .main-data .data-item .item-label {
  border-color: transparent !important;
}

.job-detail-main .main-detail .main-data .data-item .item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #e5e5e5;
}

.job-detail-main .main-detail .main-data .data-item .item-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.job-detail-main .main-detail .main-data .data-item .item-logo.dollar {
  background-color: #73b57b;
}

.job-detail-main .main-detail .main-data .data-item .item-logo.dollar:before {
  font-family: 'Font Awesome 5 Free';
  color: white;
  font-weight: 900;
  font-size: 0.75em;
  content: '\F155';
}

.job-detail-main .main-detail .main-data .data-item .item-logo.fg {
  background-color: #7f2fb1;
}

.job-detail-main .main-detail .main-data .data-item .item-logo.fg:before {
  content: 'FG';
  color: white;
  font-weight: bold;
  font-size: 0.75em;
}

.job-detail-main .main-detail .main-data .data-item .item-logo.noexp {
  background-color: #d23c44;
  font-size: 1.25rem;
}

.job-detail-main .main-detail .main-data .data-item .item-logo.noexp:before {
  content: 'NO';
  color: white;
  font-weight: bold;
  font-size: 0.25em;
}

.job-detail-main .main-detail .main-data .data-item .item-logo.noexp:after {
  content: 'EXP';
  color: white;
  font-weight: bold;
  font-size: 0.5em;
  margin-top: -5px;
}

.job-detail-main .main-fav .fav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.job-detail-main .main-fav .fav-label {
  font-size: 1.25em;
  padding: 0 20px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
}

.job-detail-main .main-fav .fav-list .job-item {
  margin-top: -2px !important;
}

.page-job .jobs-legend {
  background-color: #fafafa;
}

.page-job .jobs-legend .legend-content {
  background: white;
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  padding: 30px 40px;
  margin: 0 120px;
  margin-top: -40px;
  padding-bottom: 40px;
}

.page-job .jobs-legend .legend-content h4 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 30px;
}

.page-job .jobs-legend .legend-content .legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.15em;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding: 17px;
  position: relative;
  cursor: pointer;
}

.page-job .jobs-legend .legend-content .legend-item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.15);
}

.page-job .jobs-legend .legend-content .legend-item:last-child:before {
  display: none;
}

.page-job .jobs-legend .legend-content .legend-item .item-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page-job .jobs-legend .legend-content .legend-item .item-logo.dollar {
  background-color: #73b57b;
}

.page-job .jobs-legend .legend-content .legend-item .item-logo.dollar:before {
  font-family: 'Font Awesome 5 Free';
  color: white;
  font-weight: 900;
  font-size: 0.75em;
  content: '\F155';
}

.page-job .jobs-legend .legend-content .legend-item .item-logo.fg {
  background-color: #7f2fb1;
}

.page-job .jobs-legend .legend-content .legend-item .item-logo.fg:before {
  content: 'FG';
  color: white;
  font-weight: bold;
  font-size: 0.75em;
}

.page-job .jobs-legend .legend-content .legend-item .item-logo.noexp {
  background-color: #d23c44;
}

.page-job .jobs-legend .legend-content .legend-item .item-logo.noexp:before {
  content: 'NO';
  color: white;
  font-weight: bold;
  font-size: 0.25em;
}

.page-job .jobs-legend .legend-content .legend-item .item-logo.noexp:after {
  content: 'EXP';
  color: white;
  font-weight: bold;
  font-size: 0.5em;
  margin-top: -5px;
}

.page-job .jobs-content {
  padding: 40px 0;
}

.page-job .jobs-content .job-item {
  padding: 30px;
  font-size: 1.25em;
}

.page-job .jobs-content .job-item .item-title {
  font-size: 1.25em;
  cursor: pointer;
}

.page-job .jobs-content .job-item .item-subtitle {
  font-weight: bold;
  font-size: 1.1em;
}

.page-job .jobs-content .job-item .item-love {
  font-size: 1em;
}

.page-job .jobs-content .job-item .item-logo {
  width: 40px;
  height: 40px;
  font-size: 1.25em;
  cursor: pointer;
}

.page-job .jobs-content .job-item .item-desc {
  font-size: 1.2vw;
  white-space: pre-wrap;
  text-align: justify;
}

.page-job .jobs-content .job-item:hover {
  background-color: white !important;
}

.page-job .jobs-content .content-header {
  height: 40px;
}

.page-career .employment-item img {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-career .employment-item .collapse-item {
  border-bottom: 2px solid #e5e5e5;
}

.page-career .employment-item .collapse-item .clean-link {
  position: relative;
}

.page-career .employment-item .collapse-item .clean-link:before {
  content: '\F0D7';
  position: absolute;
  top: 0;
  right: 0;
  color: #446cb4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Font Awesome 5 Free';
}

.page-career .employment-item .collapse-item .clean-link[aria-expanded='true']:before {
  content: '\F0D8';
}

.page-career .life-item {
  position: relative;
}

.page-career .life-item h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #446cb4;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  font-size: 3em;
}

.page-hiring .opening-content .content-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.page-hiring .opening-content .content-nav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25em;
  font-weight: 600;
  border: 2px solid rgba(68, 108, 180, 0.5);
  padding: 10px 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 0;
  cursor: pointer;
  color: rgba(51, 51, 51, 0.5) !important;
}

.page-hiring .opening-content .content-nav a.active {
  font-size: 1.5em;
  padding: 15px 0;
  position: relative;
  border-color: #446cb4;
  color: #333333 !important;
}

.page-hiring .opening-content .content-nav a.active:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  height: calc(100% + 4px);
  width: 2px;
  background-color: #446cb4;
}

.page-hiring .opening-content .content-nav a:first-child {
  border-left: 2px solid #446cb4;
}

.page-hiring .opening-detail .detail-content {
  border: 2px solid #446cb4;
}

.contact-location .contact-detail {
  padding: 40px 0;
}

.contact-location .contact-detail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.contact-location .contact-detail h4 {
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  font-weight: bold;
  color: #446cb4;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.contact-location .contact-detail h4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #446cb4;
}

.contact-location .contact-detail .detail-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  font-size: 1.25em;
}

.contact-location .contact-detail .detail-item [class*='fa-'] {
  color: #b772a0;
  position: absolute;
  top: 6px;
  left: 0;
}

.h-100 {
  height: 100% !important;
}

.mh-100 {
  min-height: 100px;
}

.mh-150 {
  min-height: 150px;
}

.mh-200 {
  min-height: 200px;
}

.mh-250 {
  min-height: 250px;
}

.mh-300 {
  min-height: 300px;
}

.mh-350 {
  min-height: 350px;
}

.mh-400 {
  min-height: 400px;
}

.mh-450 {
  min-height: 450px;
}

.mh-500 {
  min-height: 500px;
}

.w-52 {
  width: 13rem;
}

.h-auto {
  height: auto;
}

.h-40 {
  height: 10rem;
}

.text-font {
  color: #333333 !important;
}

.text-primary,
.text-blue {
  color: #446cb4 !important;
}

.text-purple {
  color: #b772a0 !important;
}

.text-orange {
  color: #fe7011 !important;
}

.text-gray {
  color: #b3b2b2 !important;
}

.text-lead {
  font-size: 1.5em;
}

.font-bold {
  font-weight: bold !important;
}

.font-semi-bold {
  font-weight: 600 !important;
}

.font-size-75 {
  font-size: 0.75em !important;
}

.font-size-85 {
  font-size: 0.85em !important;
}

.font-size-100 {
  font-size: 1em !important;
}

.font-size-115 {
  font-size: 1.15em !important;
}

.font-size-125 {
  font-size: 1.25em !important;
}

.font-size-150 {
  font-size: 1.5em !important;
}

.font-size-175 {
  font-size: 1.75em !important;
}

.font-size-200 {
  font-size: 2em !important;
}

.font-size-1-px {
  font-size: 1px !important;
}

.font-size-2-px {
  font-size: 2px !important;
}

.font-size-3-px {
  font-size: 3px !important;
}

.font-size-4-px {
  font-size: 4px !important;
}

.font-size-5-px {
  font-size: 5px !important;
}

.font-size-6-px {
  font-size: 6px !important;
}

.font-size-7-px {
  font-size: 7px !important;
}

.font-size-8-px {
  font-size: 8px !important;
}

.font-size-9-px {
  font-size: 9px !important;
}

.font-size-10-px {
  font-size: 10px !important;
}

.font-size-11-px {
  font-size: 11px !important;
}

.font-size-12-px {
  font-size: 12px !important;
}

.font-size-13-px {
  font-size: 13px !important;
}

.font-size-14-px {
  font-size: 14px !important;
}

.font-size-15-px {
  font-size: 15px !important;
}

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

.font-size-17-px {
  font-size: 17px !important;
}

.font-size-18-px {
  font-size: 18px !important;
}

.font-size-19-px {
  font-size: 19px !important;
}

.font-size-20-px {
  font-size: 20px !important;
}

.font-size-21-px {
  font-size: 21px !important;
}

.font-size-22-px {
  font-size: 22px !important;
}

.font-size-23-px {
  font-size: 23px !important;
}

.font-size-24-px {
  font-size: 24px !important;
}

.font-size-25-px {
  font-size: 25px !important;
}

.font-size-26-px {
  font-size: 26px !important;
}

.font-size-27-px {
  font-size: 27px !important;
}

.font-size-28-px {
  font-size: 28px !important;
}

.font-size-29-px {
  font-size: 29px !important;
}

.font-size-30-px {
  font-size: 30px !important;
}

.drop-shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 1rem;
}

.bg-primary,
.bg-blue {
  background-color: #446cb4 !important;
}

.bg-blue-light {
  background-color: #d5deef !important;
}

.bg-gray-light {
  background-color: #fafafa !important;
}

.bg-orange {
  background-color: #fe7011 !important;
}

.bg-red {
  background-color: red !important;
}

.bg-yellow {
  background-color: #e0b011 !important;
}

.bg-green {
  background-color: #008000 !important;
}

.bg-purple {
  background-color: #b772a0 !important;
}

.b-radius-0 {
  border-radius: 0 !important;
}

.object-fit-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.master-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}

.master-header .header--top {
  padding: 10px 0;
}

.master-header .header--bottom {
  padding: 5px 0px;
}

.master-header .header--logo a {
  height: 76px;
}

.master-header .header--logo a img {
  height: auto;
  width: auto;
}

.master-header .header--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 40px;
}

.master-header .header--nav a {
  display: inline-block;
  text-transform: none;
  font-size: 18px;
  color: #333333;
}

.master-header .header--nav a:last-child {
  margin-right: 0;
}

.master-header .header--nav a.active {
  color: #446cb4;
  font-weight: 700;
}

.master-header .header--lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.master-header .header--lang a {
  display: inline-block;
  margin-right: 30px;
  color: #333333;
  position: relative;
  font-size: 18px;
  text-decoration: none;
  color: #bfbfbf;
}

.master-header .header--lang a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -9px;
  width: 1px;
  height: 18px;
  background-color: #333333;
}

.master-header .header--lang a.active {
  font-weight: 700;
  color: #b772a0 !important;
}

.master-header .header--lang a:last-child {
  margin-right: 0;
}

.master-header .header--lang a:last-child:after {
  display: none;
}

.master-header .header--lang a:hover {
  color: #333333;
}

.master-header .header--search {
  margin-right: 10px;
  margin-left: 40px;
  position: relative;
}

.master-header .header--search .form-control {
  padding-right: 46px;
}

.master-header .header--search .form-icon {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 12px;
  pointer-events: none;
}

.master-header .header--search i.fas {
  font-size: 1vw;
  color: #446cb4;
}

.master-header .header--buttons {
  width: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  bottom: -5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.master-header .header--buttons .btn {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.25);
}

.master-header .header--buttons .btn:first-child {
  border-top-left-radius: 4px;
}

.master-header .header--buttons .btn:last-child {
  border-top-right-radius: 4px;
}

.master-header .header--buttons .btn.active {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.master-header .header--sign {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.master-header .header--sign .btn {
  margin-right: 10px;
}

.master-header .header--sign .btn:last-child {
  margin-right: 0;
}

.master-header .header--social a {
  font-size: 30px;
  color: #446cb4;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
}

.master-header .header--social a:last-child {
  margin-right: 0;
}

.master-header .header--social a:hover {
  color: #446cb4;
}

.master-header.dc-header-sticky {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.master-header.dc-header-sticky .header--buttons {
  display: none;
}

.master-header.dc-header-sticky .header--search {
  margin-left: 0;
}

.master-footer .copyright {
  padding: 15px 0;
  font-weight: 400;
}

.master-footer .copyright a {
  color: #333333;
}

.master-footer.darker {
  background-color: #f2f2f2;
}

.slick-slide,
.slick-slide * {
  outline: none !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

