* {
  padding: 0;
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.clear {
  clear: both;
}

body {
  margin: 0;
  background-color: #F5F5F5;
}

body a {
  text-decoration: none;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

i {
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #3F4048;
  line-height: 23px;
}

h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #3F4048;
  text-align: left;
  font-size: 32px;
  line-height: 39px;
}

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #3F4048;
  text-align: left;
  font-size: 24px;
  line-height: 29px;
}

h3,
h4,
.heading-three {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  color: #3F4048;
  text-align: left;
  font-size: 20px;
  line-height: 25px;
}

h4,
.heading-four {
  font-weight: 700;
}

h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  color: #3F4048;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
}

p,
div {
  font-weight: 300;
  font-size: 14px;
  color: #3B454C;
  text-align: left;
  line-height: 21px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

@media (min-width: 1180px) {

  p,
  div {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (min-width: 1180px) {

  p,
  div {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (min-width: 1180px) {

  p,
  div {
    font-size: 16px;
  }
}

a,
.ui-widget-content a {
  color: #124395;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus,
.ui-widget-content a:focus,
a:hover,
.ui-widget-content a:hover,
a:active,
.ui-widget-content a:active {
  outline: 0;
}

.link-disabled {
  color: #6F6C67;
}

.body {
  overflow-y: hidden
}

.body-after {
  overflow-y: auto
}

@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  .hidden-tablet {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-tablet-up {
    display: none;
  }
}

#header {
  /* height: 50px; */
  width: 100%;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  /* z-index: 0; */
  border-bottom: 1px solid #EEE;
}

/* @media (min-width: 1180px) {
    #header {
      height: 75px;
      width: 100%;
      float: left;
      background: #FFFFFF;
    }
  } */
#header .container {
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1179px) {
  #header .container {
    padding: 0;
  }
}

@media (min-width: 1180px) {
  #header .container {
    width: 1160px;
  }
}

#header .container .mobile-menu {
  display: inline-block;
  padding: 14px 0 15px 15px;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) and (max-width: 1179px) {
  #header .container .mobile-menu {
    vertical-align: top;
  }
}

#header .container .mobile-menu .menu-icon:before {
  font-family: FontAwesome;
  content: "\f0c9";
  color: #3F4048;
  display: inline-block;
  font-size: 25px;
  margin-right: 5px;
}

@media (max-width: 1179px) {
  #header .container .mobile-menu .menu-icon#save_job_present:after {
    font-family: FontAwesome;
    content: "\f005";
    color: #F1A121;
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    top: -10px;
    left: -10px;
    position: relative;
  }
}

@media (min-width: 1180px) {
  #header .container .mobile-menu {
    display: none;
  }
}

#header .container .logo {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  top: -56px;
  left: 0;
}

#header .container .logo.large-logo {
  top: -63px;
}

#header .container .logo img {
  width: 137px;
}

@media (min-width: 1180px) {
  #header .container .logo img {
    margin-top: 2px;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  #header .container .logo {
    text-align: left;
    top: 0;
    width: auto;
    left: 15px;
  }

  #header .container .logo.large-logo {
    top: -8px;
  }
}

@media (min-width: 1180px) {
  #header .container .logo {
    width: auto;
    text-align: left;
    float: left;
    margin-right: 30px;
    top: 0;
    padding: 24px 0 22px;
  }

  #header .container .logo.large-logo {
    top: 0;
  }
}

#header .container .search-filter-toggle,
#header .container .mobile-search-icon {
  position: absolute;
  right: 10px;
  top: 13px;
  z-index: 8;
}

@media (min-width: 768px) {
  #header .container .search-filter-toggle {
    display: none;
  }
}

@media (min-width: 1180px) {
  #header .container .mobile-search-icon {
    display: none;
  }
}

.page-search-job #header .container .mobile-search-icon {
  display: none;
}

#header .container .mobile-search-icon .menu-icon:before {
  font-family: FontAwesome;
  content: "\f002";
  color: #3F4048;
  display: inline-block;
  font-size: 25px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  #header .container #header-region {
    left: -315px;
    position: fixed;
    width: 309px;
    top: 0;
    background: #FFFFFF;
    border-bottom: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    box-shadow: 0 0 2px #F5F5F5;
    z-index: 100;
    overflow-y: scroll;
    height: 100%;
  }
}

@media (max-width: 320px) {
  #header .container #header-region {
    width: 269px;
    left: -275px;
  }
}

/* @media (min-width: 1180px) {
    #header .container #header-region {
      position: relative;
      background: none;
      display: inline-block;
      left: auto;
      width: 993px;
      float: left;
      box-shadow: none;
      border: 0;
      overflow: visible;
    }
  } */
#header .container #header-region .mega-menu {
  border-top: 1px solid #F5F5F5;
  display: none;
}

@media (min-width: 1180px) {
  #header .container #header-region .mega-menu {
    margin: 0;
    padding: 0;
    position: absolute;
    left: -9999px;
    border: 0;
    box-shadow: 0 5px 10px;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 0.3s ease-in;
  }

  #header .container #header-region .mega-menu.open {
    left: auto;
  }

  #header .container #header-region .mega-menu.open.right {
    right: 0;
  }
}

#header .container #header-region .mega-menu .pane-views-exp-job-search-job-search,
#header .container #header-region .mega-menu .views-widget-filter-field_job_salary_min,
#header .container #header-region .mega-menu .views-widget-filter-field_job_salary_max,
#header .container #header-region .mega-menu .views-widget-filter-currency_code,
#header .container #header-region .mega-menu .panel-separator {
  display: none;
}

#header .container #header-region .mega-menu .panel-panel {
  width: 100%;
}

@media (min-width: 1180px) {
  #header .container #header-region .mega-menu .panel-panel {
    width: 324px;
    padding: 0 30px;
    float: left;
    margin-top: -7px;
  }
}

#header .container #header-region .mega-menu .panel-panel .inside {
  margin: 0;
}

#header .container #header-region .mega-menu .panel-divider {
  display: none;
}

@media (min-width: 1180px) {
  #header .container #header-region .mega-menu .panel-divider {
    border-left: 1px solid #E3E5EA;
    float: left;
    min-height: 250px;
    display: block;
  }
}

#header .container #header-region .mega-menu .pane-views-exp-job-search-job-search .pane-title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

#header .container #header-region .mega-menu .pane-views-exp-job-search-job-search .views-exposed-widget {
  padding: 10px 0 0;
}

#header .container #header-region .mega-menu .menu-box-content {
  display: none;
}

@media (min-width: 1180px) {
  #header .container #header-region .mega-menu .menu-box-content {
    display: block;
  }
}

#header .container #header-region .mega-menu .menu-box-content ul {
  margin: 0;
}

#header .container #header-region .mega-menu .menu-box-content ul li {
  padding-left: 37px;
}

@media (min-width: 1180px) {
  #header .container #header-region .mega-menu .menu-box-content ul li {
    padding-left: 0;
  }
}

#header .container #header-region .mega-menu .menu-box-content ul li.first {
  display: none;
}

@media (min-width: 1180px) {
  #header .container #header-region .mega-menu .menu-box-content a.active {
    padding-bottom: 12px;
    border: 0;
  }
}

@media (min-width: 1180px) {
  #header .container #header-region .mega-menu a.active {
    padding-bottom: 12px;
    border: 0;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  #header .container #header-region .menu {
    left: -368px;
    width: 368px;
    position: fixed;
    top: 0;
    background: #FFFFFF;
    border-bottom: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    box-shadow: 0 0 2px #F5F5F5;
    z-index: 100;
    overflow-y: scroll;
    height: 100;
    padding-top: 0;
    height: 100%;
  }
}

#header .container #header-region .menu ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #F5F5F5;
}

@media (min-width: 1180px) {
  #header .container #header-region .menu ul li {
    display: inline-block;
    padding: 0;
    border: 0;
    border-left: 1px solid #F5F5F5;
    position: relative;
  }
}

#header .container #header-region .menu ul li.open {
  padding-bottom: 0;
  border: 0;
}

#header .container #header-region .menu ul li.first {
  border-top: 1px solid #F5F5F5;
  margin-top: -1px;
}

#header .container #header-region .menu ul li.active-trail>a.active {
  border-left: 3px solid #124395;
}

@media (min-width: 1180px) {
  #header .container #header-region .menu ul li.active-trail>a.active {
    border-left: 0;
  }
}

#header .container #header-region .menu ul li a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #3F4048;
  text-decoration: none;
  width: 215px;
  padding: 14px 0 14px 25px;
  display: inline-block;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  #header .container #header-region .menu ul li a {
    width: 280px;
  }
}

@media (min-width: 1180px) {
  #header .container #header-region .menu ul li a {
    width: auto;
    padding: 29px 15px 22px;
  }
}

#header .container #header-region .menu ul li a.active {
  color: #124395;
}

@media (min-width: 1180px) {
  #header .container #header-region .menu ul li a.active {
    border-left: 0;
    border-bottom: 2px solid #124395;
    padding-bottom: 21px;
  }
}

#header .container #header-region .menu ul li a.active-sub {
  color: #124395;
}

#header .container #header-region .menu ul li a.submenu-icon,
#header .container #header-region .menu ul li a.second-level {
  float: right;
  font-size: 0;
  padding: 10px 17px;
  width: 50px;
  height: 50px;
  border-left: 1px solid #F5F5F5;
}

#header .container #header-region .menu ul li a.submenu-icon.plus-icon:before,
#header .container #header-region .menu ul li a.second-level.plus-icon:before {
  font-family: FontAwesome;
  content: "\f078";
  color: #BCBEC0;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  margin: 0;
}

#header .container #header-region .menu ul li a.submenu-icon.active-icon,
#header .container #header-region .menu ul li a.second-level.active-icon {
  background-color: #F5F5F5;
  opacity: 0.5;
}

#header .container #header-region .menu ul li a.submenu-icon.active-icon:before,
#header .container #header-region .menu ul li a.second-level.active-icon:before {
  font-family: FontAwesome;
  content: "\f077";
  color: #124395;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  margin: 0;
}

@media (min-width: 1180px) {

  #header .container #header-region .menu ul li a.submenu-icon,
  #header .container #header-region .menu ul li a.second-level {
    display: none;
  }
}

#header .container #header-region .menu ul li a.second-level {
  padding-top: 12px;
}

#header .container #header-region .menu ul .menu-box-header {
  border-bottom: 1px solid #F5F5F5;
  padding-left: 20px;
}

@media (min-width: 1180px) {
  #header .container #header-region .menu ul .menu-box-header {
    border: 0;
    padding: 0 0 1px;
  }
}

#header .container #header-region .menu ul .menu-box-header a {
  padding: 13px 0 12px 25px;
  width: 190px;
}

@media (min-width: 768px) {
  #header .container #header-region .menu ul .menu-box-header a {
    width: 280px;
  }
}

@media (min-width: 1180px) {
  #header .container #header-region .menu ul .menu-box-header a {
    padding: 0;
    width: auto;
  }
}

#header .container #header-region .menu #block-mp-mypage-save-jobs-block {
  display: none;
}

#header .container #header-region .menu #block-system-main-menu {
  padding-top: 100px;
}

@media (min-width: 768px) {
  #header .container #header-region .menu #block-system-main-menu {
    padding-top: 0;
  }
}

#header .container #header-region .menu #block-system-main-menu h3.title {
  display: none;
}

#header .container #header-region #block-mp-mypage-save-jobs-block {
  display: block;
  position: absolute;
  top: 50px;
  border-top: 1px solid #F5F5F5;
  width: 100%;
  padding-top: 14px;
}

@media (min-width: 768px) {
  #header .container #header-region #block-mp-mypage-save-jobs-block {
    top: 28px;
    left: auto;
    right: 142px;
    z-index: 5;
    width: auto;
    padding: 0;
    border: 0;
  }

  .i18n-fr.site-name-MP_BE #header .container #header-region #block-mp-mypage-save-jobs-block {
    right: 125px;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  #header .container #header-region #block-mp-mypage-save-jobs-block {
    top: 14px;
    right: 202px;
  }

  .i18n-fr.site-name-MP_BE #header .container #header-region #block-mp-mypage-save-jobs-block {
    right: 185px;
  }
}

#header .container #header-region #block-mp-mypage-save-jobs-block a {
  color: #706F6F;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding: 15px 25px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 15px 0;
}

#header .container #header-region #block-mp-mypage-save-jobs-block a:before {
  font-family: FontAwesome;
  content: "\f006";
  color: #3F4048;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 400;
}

@media (max-width: 1179px) {
  #header .container #header-region #block-mp-mypage-save-jobs-block a {
    padding: 15px 0 15px 25px;
  }
}

#header .container #header-region #block-mp-mypage-save-jobs-block a.save_job_present:before {
  content: "\f005";
  color: #F1A121;
}

#header .container #header-region #block-mp-mypage-save-jobs-block a:before {
  font-size: 14px;
}

#header .container #header-region .sign-in {
  position: absolute;
  top: 15px;
  margin-left: 25px;
}

@media (min-width: 768px) {
  #header .container #header-region .sign-in {
    top: 28px;
    left: auto;
    right: 0;
    margin-left: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  #header .container #header-region .sign-in {
    top: 14px;
    right: 60px;
  }
}

#header .container #header-region .sign-in a {
  color: #124395;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding: 15px 25px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 15px 0;
}

#header .container #header-region .sign-in a:before {
  font-family: FontAwesome;
  content: "\f007";
  color: #124395;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 400;
}

#header .container #header-region .sign-in a:before {
  font-size: 14px;
}

#header .container #header-region .sign-in a:hover span,
#header .container #header-region .sign-in a:focus span {
  text-decoration: underline;
}

#header .container #header-region .user-menu {
  position: absolute;
  margin-left: 25px;
  top: 14px;
  width: 100%;
}

@media (min-width: 768px) {
  #header .container #header-region .user-menu {
    top: 28px;
    left: auto;
    right: 30px;
    width: auto;
  }
}

@media (min-width: 1180px) {
  #header .container #header-region .user-menu {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  #header .container #header-region .user-menu .username {
    text-align: right;
  }
}

#header .container #header-region .user-menu .username .name {
  display: inline-block;
}

@media (max-width: 767px) {
  #header .container #header-region .user-menu .username .name {
    width: 55%;
  }
}

#header .container #header-region .user-menu .username .name a {
  max-height: 25px;
  display: inline-block;
  padding: 0;
}

@media (max-width: 767px) {
  #header .container #header-region .user-menu .username .name a {
    max-width: 100%;
  }
}

#header .container #header-region .user-menu .username a {
  color: #124395;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding: 15px 25px;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 30px 0;
}

#header .container #header-region .user-menu .username a:before {
  font-family: FontAwesome;
  content: "\f007";
  color: #124395;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 400;
}

#header .container #header-region .user-menu .username a:before {
  font-size: 14px;
  display: initial;
}

#header .container #header-region .user-menu .username a:hover,
#header .container #header-region .user-menu .username a:focus {
  color: #124395;
}

#header .container #header-region .user-menu .user-submenu {
  position: absolute;
}

@media (max-width: 767px) {
  #header .container #header-region .user-menu .user-submenu {
    right: 40px;
    top: -5px;
  }

  #header .container #header-region .user-menu .user-submenu .mypage-link {
    display: none;
  }
}

@media (min-width: 768px) {
  #header .container #header-region .user-menu .user-submenu {
    background: #FFFFFF;
    left: -9999px;
    padding: 15px 25px 25px;
    right: -23px;
    top: 49px;
    width: 220px;
    box-shadow: 0 0 2px;
    border: 1px solid #F5F5F5;
    height: 122px;
  }

  #header .container #header-region .user-menu .user-submenu:hover,
  #header .container #header-region .user-menu .user-submenu:focus {
    left: auto;
  }
}

#header .container #header-region .user-menu .user-submenu li {
  list-style: none;
  display: block;
  text-align: right;
}

#header .container #header-region .user-menu .user-submenu a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  display: inline-block;
  color: #3F4048;
  padding: 5px 0 15px;
  font-size: 16px;
  width: 100%;
}

#header .container #header-region .user-menu .user-submenu a:before {
  content: "";
  margin: 0;
}

#header .container #header-region .user-menu .tablet-logout {
  display: none;
}

#header .container #header-region .user-menu .tablet-logout a:before {
  content: '';
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1179px) {
  #header .container #header-region .user-menu {
    top: 14px;
    right: 55px;
  }

  #header .container #header-region .user-menu .tablet-logout {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
  }
}

@media (min-width: 1180px) {
  #header .container #header-region .user-menu .username .name {
    padding-bottom: 30px;
  }

  #header .container #header-region .user-menu .username .name:hover~.user-submenu {
    left: auto;
  }
}

@media (min-width: 1180px) {
  #header .container #header-region .multiple {
    position: absolute;
    top: -17px;
    right: 250px;
  }
}

@media (min-width: 1180px) {
  #header .container #header-region .single {
    position: absolute;
    top: -17px;
    right: 250px;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  .logged-in #header .container #header-region #block-mp-mypage-save-jobs-block {
    right: 215px;
  }
}

@media (min-width: 1180px) {
  #header .container #header-region .user-menu .username .name {
    padding-bottom: 30px;
  }

  #header .container #header-region .user-menu .username .name:hover~.user-submenu {
    left: auto;
  }
}

@media (min-width: 1180px) {
  #header .container #header-region .multiple {
    position: absolute;
    top: -17px;
    right: 250px;
  }
}

@media (min-width: 1180px) {
  #header .container #header-region .single {
    position: absolute;
    top: -17px;
    right: 250px;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  .logged-in #header .container #header-region #block-mp-mypage-save-jobs-block {
    right: 215px;
  }
}

@media (min-width: 1180px) {
  .logged-in #header .container #header-region #block-mp-mypage-save-jobs-block {
    right: 100px;
  }

  #header #header-region .menu li.start:hover .mega-menu,
  #header #header-region .menu li.start.active .mega-menu,
  #header #header-region .menu li.start>a:focus .mega-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0s, 0s, 0.3s;
  }

  #header #header-region .menu li.start {
    float: left;
  }

  #header #header-region .menu li.start:hover,
  #header #header-region .menu li.start.active,
  #header #header-region .menu li.start>a:focus {
    background-color: #F5F5F5;
  }

  #header #header-region .menu li.start:hover span,
  #header #header-region .menu li.start.active span,
  #header #header-region .menu li.start>a:focus span {
    color: #124395;
  }

  #header #header-region .menu li.start.first {
    display: none;
  }

  #header #header-region .menu li.start.last {
    border-right: 1px solid #F5F5F5;
  }

  #header #header-region .menu .hassubmenu:hover .mega-menu,
  #header #header-region .menu .hassubmenu a:focus~.mega-menu {
    left: auto;
  }

  #header #header-region .menu .hassubmenu:hover .mega-menu.right,
  #header #header-region .menu .hassubmenu a:focus~.mega-menu.right {
    right: 0;
  }

  #header #header-region .menu .mega-menu {
    background: #FFFFFF;
  }

  #header #header-region .menu .mega-menu .panel-one-col {
    padding: 25px 0;
  }

  #header #header-region .menu .mega-menu .panel-2col {
    width: 650px;
    padding: 25px 0 35px;
  }

  #header #header-region .menu .mega-menu .panel-3col-33 {
    padding: 25px 0 35px;
    width: 780px;
  }

  #header #header-region .menu .mega-menu .panel-3col-33 .panel-panel {
    width: 259px;
    padding: 0 30px;
    margin-top: -7px;
  }

  #header #header-region .menu .mega-menu .panel-2col .pane-views-exp-job-search-job-search,
  #header #header-region .menu .mega-menu .panel-3col-33 .pane-views-exp-job-search-job-search {
    display: block;
  }

  #header #header-region .menu .mega-menu .panel-2col .pane-views-exp-job-search-job-search .form-autocomplete,
  #header #header-region .menu .mega-menu .panel-3col-33 .pane-views-exp-job-search-job-search .form-autocomplete {
    width: 100%;
  }

  #header #header-region .menu .mega-menu .panel-pane {
    margin-bottom: 9px;
  }

  #header #header-region .menu .mega-menu .menucluster a {
    padding: 0 0 3px;
    color: #706F6F;
  }

  #header #header-region .menu .mega-menu .menucluster li {
    border: 0;
    display: block;
  }

  #header #header-region .menu .mega-menu .menucluster li a:hover,
  #header #header-region .menu .mega-menu .menucluster li a:focus {
    color: #124395;
  }

  #header #header-region .menu .mega-menu .menucluster .menu-box-header {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #3F4048;
    text-align: left;
    font-size: 20px;
  }

  #header #header-region .menu .mega-menu .menucluster .menu-box-header a {
    line-height: 25px;
    font: inherit;
    color: inherit;
  }

  #header #header-region .menu .mega-menu .menucluster .menu-box-header a.active {
    border: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  #header .container {
    width: 768px;
    margin: 0 auto;
    position: relative;
  }
}

@media (min-width: 1180px) {
  #header .container #header-region .user-menu .username .name {
    padding-bottom: 30px;
  }

  #header .container #header-region .user-menu .username .name:hover~.user-submenu {
    left: auto;
  }
}

@media (min-width: 1180px) {
  #header .container #header-region .multiple {
    position: absolute;
    top: -17px;
    right: 250px;
  }
}

@media (min-width: 1180px) {
  #header .container #header-region .single {
    position: absolute;
    top: -17px;
    right: 250px;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  .logged-in #header .container #header-region #block-mp-mypage-save-jobs-block {
    right: 215px;
  }
}

@media (min-width: 1180px) {
  .logged-in #header .container #header-region #block-mp-mypage-save-jobs-block {
    right: 100px;
  }

  #header #header-region .menu li.start:hover .mega-menu,
  #header #header-region .menu li.start.active .mega-menu,
  #header #header-region .menu li.start>a:focus .mega-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0s, 0s, 0.3s;
  }

  #header #header-region .menu li.start {
    float: left;
  }

  #header #header-region .menu li.start:hover,
  #header #header-region .menu li.start.active,
  #header #header-region .menu li.start>a:focus {
    background-color: #F5F5F5;
  }

  #header #header-region .menu li.start:hover span,
  #header #header-region .menu li.start.active span,
  #header #header-region .menu li.start>a:focus span {
    color: #124395;
  }

  #header #header-region .menu li.start.first {
    display: none;
  }

  #header #header-region .menu li.start.last {
    border-right: 1px solid #F5F5F5;
  }

  #header #header-region .menu .hassubmenu:hover .mega-menu,
  #header #header-region .menu .hassubmenu a:focus~.mega-menu {
    left: auto;
  }

  #header #header-region .menu .hassubmenu:hover .mega-menu.right,
  #header #header-region .menu .hassubmenu a:focus~.mega-menu.right {
    right: 0;
  }

  #header #header-region .menu .mega-menu {
    background: #FFFFFF;
  }

  #header #header-region .menu .mega-menu .panel-one-col {
    padding: 25px 0;
  }

  #header #header-region .menu .mega-menu .panel-2col {
    width: 650px;
    padding: 25px 0 35px;
  }

  #header #header-region .menu .mega-menu .panel-3col-33 {
    padding: 25px 0 35px;
    width: 780px;
  }

  #header #header-region .menu .mega-menu .panel-3col-33 .panel-panel {
    width: 259px;
    padding: 0 30px;
    margin-top: -7px;
  }

  #header #header-region .menu .mega-menu .panel-2col .pane-views-exp-job-search-job-search,
  #header #header-region .menu .mega-menu .panel-3col-33 .pane-views-exp-job-search-job-search {
    display: block;
  }

  #header #header-region .menu .mega-menu .panel-2col .pane-views-exp-job-search-job-search .form-autocomplete,
  #header #header-region .menu .mega-menu .panel-3col-33 .pane-views-exp-job-search-job-search .form-autocomplete {
    width: 100%;
  }

  #header #header-region .menu .mega-menu .panel-pane {
    margin-bottom: 9px;
  }

  #header #header-region .menu .mega-menu .menucluster a {
    padding: 0 0 3px;
    color: #706F6F;
  }

  #header #header-region .menu .mega-menu .menucluster li {
    border: 0;
    display: block;
  }

  #header #header-region .menu .mega-menu .menucluster li a:hover,
  #header #header-region .menu .mega-menu .menucluster li a:focus {
    color: #124395;
  }

  #header #header-region .menu .mega-menu .menucluster .menu-box-header {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #3F4048;
    text-align: left;
    font-size: 20px;
  }

  #header #header-region .menu .mega-menu .menucluster .menu-box-header a {
    line-height: 25px;
    font: inherit;
    color: inherit;
  }

  #header #header-region .menu .mega-menu .menucluster .menu-box-header a.active {
    border: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  #header .container {
    width: 768px;
    margin: 0 auto;
    position: relative;
  }
}

#header .container .mobile-search {
  display: none;
  z-index: 20;
  position: absolute;
  top: 0;
  width: 100%;
}

#header .container .mobile-search .search-content {
  background: #124395;
  padding: 15px 20px;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

#header .container .mobile-search .search-content form {
  margin-top: 20px;
}

#header .container .mobile-search .search-content form input.form-text {
  max-width: inherit;
}

#header .container .mobile-search .close-search {
  float: right;
  z-index: 30;
  margin-top: -35px;
}

#header .container .mobile-search .close-search:before {
  font-family: FontAwesome;
  content: "\f00d";
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
}

#header .container .mobile-search label.error:after {
  top: 17px;
}

#header .container .mobile-search label,
#header .container .mobile-search .views-widget-filter-field_job_salary_min,
#header .container .mobile-search .views-widget-filter-field_job_salary_max,
#header .container .mobile-search .views-widget-filter-currency_code,
#header .container .mobile-search #browse-by-category {
  display: none;
}

#header .container .mobile-search .views-exposed-form .views-exposed-widget {
  padding: 0 0 10px;
  float: none;
  text-align: center;
}

#header .container .mobile-search .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 10px;
  float: none;
}

#header .container .mobile-search .search_title {
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 10px;
}

#header .container .mobile-search .fancy-line {
  border-top: 1px solid #3F67A8;
  width: 112%;
  position: relative;
  float: left;
  margin-left: -26px;
}

#header .container .views-submit-button {
  width: 100%;
  padding: 0;
  position: relative;
}

#header .container .views-submit-button:before {
  font-family: FontAwesome;
  content: "\f002";
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 33%;
  top: 23px;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1179px) {
  #header .container .views-submit-button:before {
    left: 43%;
    top: 24px;
  }
}

@media (min-width: 1180px) {
  #header .container .views-submit-button .form-submit {
    width: 130px;
    margin-top: 10px;
  }
}

#header .container .views-submit-button .form-submit {
  background-color: #F1A121;
  transition: background-color 0.5s;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 25px;
  text-decoration: none;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  float: right;
  width: 100%;
}

#header .container .views-submit-button .form-submit:hover {
  background-color: #E19400;
}

#header .container .views-submit-button .form-submit:before {
  font-family: FontAwesome;
  content: '';
  color: '';
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}

@media (min-width: 1180px) {
  #header .container .views-submit-button .form-submit {
    width: 130px;
    margin-top: 10px;
  }
}

#header .container .pane-content #browse-by-category {
  display: none;
}

#header .container .pane-content .views-exposed-form label {
  display: none;
}

#header .container .pane-content .views-exposed-form .form-item label {
  display: block;
}

#header .container .pane-content .views-exposed-form .form-item label.error:after {
  top: 17px;
}

#header .container .pane-content .views-exposed-form .form-autocomplete {
  width: 265px;
}

#header .container .pane-content .views-exposed-form .views-exposed-widgets {
  margin-bottom: -7px;
}

html,
body {
  height: 100%;
}

.grayscale {
  /* IE4-8 and 9 (deprecated). */
  -webkit-filter: Gray();
  filter: Gray();
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  /* future-proof */
}

#page {
  width: 100%;
  padding-top: 50px;
}

#page.no-featured-jobs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #FFFFFF;
}

@media (min-width: 1180px) {
  #page {
    padding-top: 75px;
    height: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.container {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1179px) {
  .container {
    width: 768px;
    margin: 0 auto;
  }
}

@media (min-width: 1180px) {
  .container {
    /* width: 1180px; */
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .front #main {
    margin-top: -125px;
  }
}

@media (min-width: 1180px) {
  .front #main {
    position: relative;
    margin-top: -125px;
  }

  .front #main.open {
    margin-top: -144px;
  }
}

@media (min-width: 768px) and (max-width: 1179px) {
  .front .no-featured-jobs #block-views-exp-job-search-job-search {
    top: -150px;
  }
}

.front .no-featured-jobs #main {
  margin-top: -10px;
}

@media (min-width: 768px) and (max-width: 1179px) {
  .front .no-featured-jobs #main {
    margin-top: -160px;
  }
}

@media (min-width: 1180px) {
  .front .no-featured-jobs #main {
    margin-top: -170px;
  }
}

.front #page h1.title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

#main {
  clear: both;
  margin-top: 25px;
  /* float: left; */
  width: 100%;
  word-wrap: break-word;
}

@media (min-width: 1180px) {
  #main {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

#footer #block-locale-language-content ul li a {
  padding-left: 0;
}

#modalBackdrop,
.ui-widget-overlay {
  background: #3F4048 !important;
  opacity: 0.8 !important;
}

.ui-front {
  z-index: 999999;
}

.ui-dialog.ui-widget-content {
  background: #FFFFFF;
  color: #3F4048;
  border: none;
  box-shadow: 0 5px 5px;
  border-radius: 0;
  padding: 0 0 20px;
}

@media (max-width: 767px) {
  .ui-dialog.ui-widget-content {
    width: 100% !important;
  }
}

.ui-dialog.ui-widget-content .ui-widget-header {
  background: none;
  border: 0;
}

.ui-dialog.ui-widget-content .ui-widget-header .ui-dialog-title {
  display: none;
}

.ui-dialog.ui-widget-content .ui-widget-header .ui-dialog-titlebar-close {
  right: 30px;
  top: 25px;
  z-index: 10;
}

.ui-dialog.ui-widget-content p {
  margin: 10px 0;
}

.ui-dialog.ui-widget-content p.buttons {
  text-align: right;
}

.ui-dialog.ui-widget-content .login,
.ui-dialog.ui-widget-content .primary {
  background-color: #F1A121;
  color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 25px;
  text-decoration: none;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  margin-left: 10px;
  margin-top: 20px;
  float: right;
}

.ui-dialog.ui-widget-content .login:hover,
.ui-dialog.ui-widget-content .primary:hover {
  background-color: #E19400;
}

.ui-dialog.ui-widget-content .login:before,
.ui-dialog.ui-widget-content .primary:before {
  font-family: FontAwesome;
  content: '';
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}

.ui-dialog.ui-widget-content .register,
.ui-dialog.ui-widget-content .secondary {
  background-color: #E7ECF4;
  color: #124395;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 25px;
  text-decoration: none;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  margin-top: 20px;
}

.ui-dialog.ui-widget-content .register:hover,
.ui-dialog.ui-widget-content .secondary:hover {
  background-color: #E7ECF4;
}

.ui-dialog.ui-widget-content .register:before,
.ui-dialog.ui-widget-content .secondary:before {
  font-family: FontAwesome;
  content: '';
  color: #124395;
  display: inline-block;
  font-size: 16px;
  margin-right: 5px;
}

.ui-dialog.ui-widget-content #popup-flagged-job,
.ui-dialog.ui-widget-content #popup {
  padding: 10px 25px;
}

.ui-dialog.ui-widget-content .form-error {
  color: #BE1200;
  margin-bottom: 5px;
}

/* CSS for login/register popup  */

.ui-dialog.ui-widget-content {
  background: #FFFFFF;
  color: #3F4048;
  border: none;
  box-shadow: 0 5px 5px;
  border-radius: 0;
  padding: 0 0 20px;
  display: none;
}

.ui-dialog.ui-widget-content .ui-widget-header {
  background: none;
  border: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 30px;
  top: 25px;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
  z-index: 10;
  border: 1px solid #d3d3d3;
  background-color: #e6e6e6;
  border-radius: 4px;
  color: #7a7c85;
  ;
  cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
  border: 1px solid #999;
  background-color: #dadada;
  color: #212121;
}

ui-dialog .ui-dialog-titlebar-close:before {


  font-family: FontAwesome;
  content: "\f00d";
  display: inline-block;
  font-size: 14px;
  margin-left: 1px;
  margin-top: 1px;
  font-weight: 400;
  position: relative;
  top: -4px;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title,
.ui-button-text {
  display: none;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 10px 25px;
  background: 0;
  overflow: auto;
}

.ui-dialog.ui-widget-content p {
  margin: 10px 0;
}

.ui-dialog.ui-widget-content p.buttons {
  text-align: right;
}

.ui-dialog.ui-widget-content .login {
  background-color: #F1A121;
  transition: background-color 0.5s;
  color: #FFFFFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 25px;
  text-decoration: none;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  margin-left: 10px;
  margin-top: 20px;
  float: right;
}

.ui-dialog.ui-widget-content .login:hover {
  background-color: #E19400;
}

.ui-dialog.ui-widget-content .register {
  background-color: #E7ECF4;
  color: #124395;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 25px;
  text-decoration: none;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  margin-top: 20px;
  cursor: pointer;
}

.ui-widget-overlay {
  background: #3F4048;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.ui-front {
  height: auto;
  width: 500px;
  top: 15%;
  left: 30%;
  position: fixed;
  z-index: 999999;
}

@media (width: 768px) {
  .ui-front {
    left: 17%;
  }
}

@media (width: 1024px) {
  .ui-front {
    left: 25%;
  }
}

@media (max-width: 767px) {
  .ui-front {
    left: 0;
  }
}

.overlay {
  display: none;
  height: 100%;
  width: 100%;
  display: none;
  background-color: #3F4048;
  opacity: 0.5;
  position: fixed;
  z-index: 10;
  top: 0;
}

input.form-text,
.form-textarea,
.form-select {
  box-shadow: inset 2px 2px 2px #F5F5F5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  padding: 14px 35px 15px 10px;
  border: solid 1px #BCBEC0;
  width: 100%;
  color: #706F6F;
  max-width: 404px;
  font-size: 16px;
  font-style: italic;
}

input.form-text.error,
.form-textarea.error,
.form-select.error {
  border: 1px solid #BE1200;
}

div.form-item {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

/* FOOTER.CSS START */


/*
* 
* Footer styles goes here
*
*/

#footer ul {
  padding: 0;
  margin: 0;
}

#footer {
  background: #3F4048;
  clear: both;
}

@media (min-width: 1180px) {
  #footer {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

#footer .container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

@media (min-width: 1180px) {
  #footer .container {
    /* width: 1180px; */
    margin: 0 auto;
  }
}

@media (max-width: 1179px) and (min-width: 768px) {
  #footer .container {
    width: 768px;
  }
}

#footer .logo {
  text-align: center;
  padding: 45px 0 13px;
}

#footer .logo img {
  height: 30px;
}

@media (min-width: 1180px) {
  #footer .logo {
    display: inline-block;
    margin-left: 30px;
  }
}

@media (min-width: 1180px) {
  #footer .logo+.block {
    float: right;
    padding: 40px 0 6px;
    margin-right: 24px;
    min-width: 238px;
  }
}

#footer nav.socialtools {
  margin-bottom: 41px;
}

@media (min-width: 1180px) {
  #footer nav.socialtools {
    margin-bottom: 0;
    float: left;
  }
}

#footer nav.socialtools ul {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

#footer nav.socialtools li {
  display: inline-block;
}

#footer nav.socialtools li img {
  width: 34px;
  height: 34px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 1179px) {
  #footer nav.socialtools li img {
    margin-right: 12px;
  }
}

#footer nav.socialtools li span {
  display: none;
}

@media (min-width: 1180px) {
  #footer .footer-columns {
    margin: 0 0 20px 50px;
  }
}

@media (min-width: 1180px) {

  #footer .footer-columns .region-footer-left-column,
  #footer .footer-columns #block-mp-features-footer-menus-footer-expertise-list,
  #footer .footer-columns .footer-right {
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 1180px) {
  #footer .footer-columns .region-footer-left-column {
    width: 260px;
  }
}

@media (min-width: 1180px) {
  #footer .footer-columns .footer-right {
    max-width: 250px;
  }
}

@media (min-width: 1180px) {
  #footer .footer-columns #block-mp-features-footer-menus-footer-expertise-list {
    width: 525px;
    margin-right: 84px;
  }
}

@media (min-width: 1180px) {
  #footer .footer-columns #block-mp-features-footer-menus-footer-expertise-list li {
    float: left;
    width: 50%;
  }
}

#footer .footer-columns .block {
  border-top: 1px solid rgba(112, 111, 111, 0.5);
}

@media (min-width: 1180px) {
  #footer .footer-columns .block {
    border: none;
  }
}

#footer .footer-columns .block h3 {
  padding: 17px 0 15px 20px;
  margin: 0;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

#footer .footer-columns .block h3:after {
  font-family: FontAwesome;
  content: "\f078";
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  float: right;
  margin-right: 21px;
}

@media (min-width: 1180px) {
  #footer .footer-columns .block h3:after {
    display: none;
  }
}

#footer .footer-columns .block h3.down {
  border-bottom: 1px solid rgba(112, 111, 111, 0.5);
}

#footer .footer-columns .block h3.down:after {
  font-family: FontAwesome;
  content: "\f077";
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  float: right;
  margin-right: 21px;
}

@media (min-width: 1180px) {
  #footer .footer-columns .block h3 {
    border: none;
    padding-left: 0;
    font-size: 20px;
    color: #bcbec0;
    padding-bottom: 8px;
  }
}

#footer .footer-columns .block ul {
  display: none;
}

#footer .footer-columns .block ul.footer_image img {
  padding-right: 30px;
}

@media (min-width: 1180px) {
  #footer .footer-columns .block ul {
    display: inline-block;
  }

  #footer .footer-columns .block ul.footer_image {
    display: block;
    margin-top: 10px;
  }
}

#footer .footer-columns .block ul li {
  list-style-type: none;
  list-style-image: none;
  margin-left: 35px;
  padding: 13px 0;
}

@media (min-width: 1180px) {
  #footer .footer-columns .block ul li {
    margin: 0;
    padding: 0 0 3px 0;
  }
}

#footer .footer-columns .block ul a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

#footer .footer-columns .block ul a:hover,
#footer .footer-columns .block ul a:focus {
  text-decoration: underline;
}

#footer .footer-bottom {
  border-top: 1px solid rgba(112, 111, 111, 0.5);
}

#footer .footer-bottom .block-mp-responsive-block-configuration .trademark-container .trademark-content {
  padding: 15px 20px 25px;
}

@media (min-width: 1180px) {
  #footer .footer-bottom .block-mp-responsive-block-configuration .trademark-container .trademark-content {
    padding: 15px 30px 25px;
  }

  #footer .footer-columns .footer-center {
    display: inline-block;
  }
}

#footer .footer-bottom p,
#footer .footer-bottom span {
  display: inline-block;
  margin: 0;
  line-height: 1;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 400;
}

/* MAIN CSS STARTS */
/*   */

/*----- MENU FIX START ------*/
#header {
  z-index: 999;

}

.main-nav-list {
  margin-bottom: 0;
}

h2.pane-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
}

@media (min-width: 768px) {
  #header .container #header-region #block-mp-mypage-save-jobs-block {
    right: 79px;
  }
}

/* @media (min-width: 1180px){
#header .container #header-region {
    width: 940px;
}
	} */
@media (min-width: 1180px)and (max-width:1199px) {
  #header .container #header-region {
    width: 760px;
  }
}

@media (max-width: 1179px) {
  #header .container #header-region #block-mp-mypage-save-jobs-block a {
    margin-right: 54px;
  }

  h3.menu-box-header {
    color: #3F4048 !important;
    font-weight: 400;
    font-size: 14px;

  }

  h2.pane-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-left: 45px;
  }

}

@media (min-width: 1180px) {
  #header .container #header-region .single {
    right: 68px;
  }

  #header .container #header-region .menu ul li.first.zh-hans {
    border: 0;
    margin-top: -16px;
  }
}

#header .container #header-region #block-mp-mypage-save-jobs-block {
  display: none;
}

#header .container #header-region .single .language-switcher-locale-url li a {
  font-family: 'Roboto', "Microsoft YaHei", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #706F6F !important;
}

/*----- MENU FIX END ------*/

/*----- MENU FIX END ------*/
#header {
  z-index: 99;
}

strong {
  font-weight: 700;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', "Microsoft YaHei", Arial, sans-serif;
  font-weight: 300;
}

p {
  font-weight: 300;
}

.ease {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ease2 {
  transition: all 0.8s cubic-bezier(0, 0, 0, 1) 0s;
}

#hero h2 {
  font-size: 54px;
  letter-spacing: -2px;
  margin-top: 0px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
}

.font-light {
  font-weight: 100;
}

.i-num {
  font-weight: 700;
  font-size: 52px;
  display: inline;
  vertical-align: top;
  float: left;
  margin-right: 8px;
}

.i-text {
  display: inline;
  vertical-align: top;
  float: left;
  letter-spacing: 0px;
  line-height: 20px;
  margin-top: -9px;
  font-size: 18px;
}

sup {
  font-weight: 100;
  font-size: 60%;
}

.btn-cta {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  padding: 13px 28px;
  background: #f1a121;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  line-height: 20px;
}

.btn-cta:hover {
  color: #ffffff;
  background: #e19400;
}

/* Transition classes START */
.bloc1,
.bloc2,
.bloc3 {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 0;
  margin-top: 50px;
  /*transform: scale(0.8, 0.8);*/
}

.bloc4,
.bloc6,
.bloc7 {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 0;
  margin-top: 50px;

}

.bloc5 {
  transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  opacity: 0;
  margin-top: 50px;

}

.appear {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 1;
  margin-top: 0;
  transform: scale(1, 1);
}

.appear2 {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 1;
  transform: scale(1, 1);
}

.delay1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.delay2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.delay3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.delay4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.delay5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.delay6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.delay7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

/* Transition classes END */
/* arrow btn ani start */
.round {
  position: relative;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-left: 5px;
}

#cta {
  width: 100%;
  cursor: pointer;
  position: absolute;
}

#cta .arrow {
  left: 30%;
}

.arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 13px;
}

.segunda {
  margin-left: 8px;
}

.next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}

.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.round .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.round .arrow.primera {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* arrow btn ani END */

/* carousel start */
.owl-dots {
  position: absolute;
  top: -36px;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {

  font-size: 48px;
  color: white;
}

.owl-carousel .owl-item {
  min-height: 400px;
  background: #1f1d28;
  max-width: 300px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 24px 25px rgba(1, 1, 1, 0.5);
}

.owl-carousel .owl-item:hover img {
  transform: scale(1.06) !important;
}

.owl-carousel .owl-item:hover .item-text-wrap {
  bottom: 10px;
}

.owl-carousel .owl-item:hover .item-text-wrap h4 {
  opacity: 1;
}

.owl-wrap {
  max-width: 1080px;
  margin: 100px auto;
}

.item-text-wrap {
  position: absolute;
  color: #ffffff;
  bottom: 0;
  width: 100%;
  padding: 50px 34px;
}

.owl-stage {
  padding-top: 10px;
  padding-bottom: 50px;
}

.owl-carousel .owl-nav button.owl-prev {
  height: 63px;
  float: left;
  margin-top: -328px;
  margin-left: -40px;
  padding: 20px !important;
  background-image: url("../images/sprite.png");
  background-position: -11px -7px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  background: url("../images/sprite.png");
  background-position: -16px -7px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

}

.owl-carousel .owl-nav button.owl-next {
  height: 63px;
  float: right;
  margin-top: -328px;
  margin-right: -40px;
  padding: 20px !important;
  background-image: url("../images/sprite.png");
  background-position: -70px -7px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}

.owl-carousel .owl-nav button.owl-next:hover {
  background: url("../images/sprite.png");
  background-position: -65px -7px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}


.owl-carousel .owl-item img {
  margin-top: -55px;
  margin-bottom: 55px;
}

/* carousel end */
.dark-theme {
  /* background-color: #031547; */
  background-color: #031547;
  /* background-color: #f5f5f5; */
}

#hero {
  background: url(../images/hero.jpg) center top;
  background-size: 105%;
  background-repeat: no-repeat;
  margin-top: 0px;
  padding: 0;
  /* padding: 10px; */
}

.load-ani {
  /* opacity: 0.1; */
  margin-top: 10px;
}

#advisory-text {
  background-color: #f5f5f5 !important;
}


#hero-text p {
  color: #ffffff;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
  opacity: 0.8 !important;

}

.hero-back {
  width: 100%;
  position: absolute;
  opacity: 0.8;
}

.country-lbl {
  background: #44c8f5;
  display: inline-block;
  padding: 4px 8px 2px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
}

a.country-lbl:hover {
  text-decoration: none;
  font-color: #ffffff;
}

.item-text-wrap p {
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  line-height: 18px;
}

.item-text-wrap p .company {
  font-size: 30px;
  font-weight: 700;
  margin-top: 3px;
  display: block;
  line-height: 26px;
}

.item-text-wrap h4 {
  font-size: 16px;
  opacity: 0.5;
  color: #ffffff;
  max-width: 170px;
  line-height: 20px;
}

.sprite {
  background: url("../images/sprite.png");
  background-repeat: no-repeat;
}

button:focus {
  outline: none;
}

.owl-prev span,
.owl-next span {
  visibility: hidden;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 7px 10px;
}

.owl-theme .owl-dots .owl-dot span:after {
  content: ' ';
  width: 24px;
  height: 24px;
  background: #ffffff;
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  z-index: -1;
  margin-left: -12px;
  margin-top: -8px;
  transition: all 0.3s ease-in-out;
  transform: scale(0.1);
}

.owl-theme .owl-dots .owl-dot.active span:after {
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -8px;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.cloud-wrap {
  width: 100%;
  height: 1000px;
  position: absolute;
  overflow: hidden;
}

.cloud-1 {
  background: url("../images/cloud-1.png");
  width: 600px;
  height: 300px;
  position: absolute;
  margin-top: 400px;
  opacity: 0.4;
  -webkit-animation: run 40s linear infinite;
  -moz-animation: run 40s linear infinite;
  -o-animation: run 40s linear infinite;
  animation: run 40s linear infinite;
}

.cloud-2 {
  background: url("../images/cloud-2.png");
  width: 600px;
  height: 300px;
  position: absolute;
  margin-top: 500px;
  opacity: 0.6;
  left: -500px;
  -webkit-animation: run 60s linear infinite;
  -moz-animation: run 60s linear infinite;
  -o-animation: run 60s linear infinite;
  animation: run 60s linear infinite;
  animation-delay: 10s;
}

.corp {
  margin-top: 100px;
}

*/ .item {
  margin-top: 20px;
}


@-webkit-keyframes run {
  0% {
    left: -500px;
  }

  100% {
    left: 100%;
  }
}

@-moz-keyframes run {
  0% {
    left: -500px;
  }

  100% {
    left: 100%;
  }
}

@-o-keyframes run {
  0% {
    left: -500px;
  }

  100% {
    left: 100%;
  }
}

@keyframes run {
  0% {
    left: -500px;
  }

  100% {
    left: 100%;
  }
}

.logo {
  width: 121px;
  height: 61px;
  background-position: -28px -73px;
}

.logo-home {
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
}

#hero.hero-down {
  background-position-y: -100px;
}

.banner-wrapper {
  max-width: 1000px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto;
  min-height: 170px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  /* IE10+ specific styles go here */
  .banner-wrapper img {
    transform: scale(1.0) !important;
    transition: all 0.2s ease;
  }

  .owl-theme .owl-dots .owl-dot.active span::after {
    margin-left: -9px;
  }
}

.banner-wrapper:hover {
  text-decoration: none;
}

.banner-wrapper:hover img {
  transform: scale(1.05) !important;
}

.banner-text {
  position: relative;
  width: 100%;
  padding: 44px 80px;
  margin-top: -225px;
  display: flex;
  max-height: 174px;
}

/* .banner-text p, h5{
color:#ffffff;
}  */
.agenda {
  text-align: right;
  text-transform: uppercase;
  line-height: 16px;
  border-right: 1px solid rgba(256, 256, 256, 0.4);
  padding-right: 30px;
}

.agenda .b-date {
  font-weight: 700;
  font-size: 40px;
  display: block;
  line-height: 38px;
  margin-right: -6px;
}

.banner-text h5 {
  font-size: 36px;
  letter-spacing: -3px;
  padding-left: 30px;
  font-weight: 100;
  line-height: 40px;
  margin-top: -5px;
}

.banner-text h5 strong {
  font-weight: 700;
  font-size: 56px;
}

.banner-text .btn {
  min-width: 149px;
  max-height: 50px;
  margin-left: 26px;
  margin-top: 20px;
}

.b-para {
  margin-left: 50px;
  margin-top: 14px;
  font-size: 14px;
  margin-right: 36px;
  line-height: 20px;
}

.banner-img {
  border-radius: 4px;
}

.container-banner {
  max-width: 1000px !important;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}

.dark-theme .block-width h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 100;
  margin-bottom: 60px;
}

h3 strong {
  font-weight: 700;
}

.block-width {
  max-width: 1030px !important;
}

.dark-theme p,
.dark-theme h1,
.dark-theme .hero-text h2,
.dark-theme h3,
.dark-theme h5,
.dark-theme ul {
  color: #ffffff;
}

.p-sep {
  line-height: 32px;
  font-size: 14px;
}

.p-sep strong {
  font-size: 20px;
}

.p-next {
  font-size: 13px;
  opacity: 0.6;
  margin-left: 108px;
  margin-top: -142px;
}

ul.p-next {
  font-weight: 300;
}

.gap-1 {
  width: 100%;
  height: 100px;
}

.gap-2 {
  width: 100%;
  height: 15px;
}

.w-map {
  position: absolute;
  margin-top: -100px;
}

.btn-icon {
  display: inline-flex;
  text-align: left;
}

.icons {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: -214px -19px;
  vertical-align: middle;
}

.icon-quote {
  margin-bottom: 20px;
  margin-top: -53px;
  display: block;
}

.icon-back {
  background-position: -214px -83px;
}

.cta-caption {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 25px;
}

.cta-block {
  max-width: 300px;
  float: right;
}

/* load animation */
.corp2 {
  margin-top: 0px;
  /* margin-top: -50px; */
}

.item-after {
  margin-top: 0;
}

.load-run {
  transition: all 1s ease-in-out;
  background-size: 100% !important;
}

.load-run-2 {
  transition: all 0.6s ease-in-out;
  opacity: 1 !important;
  margin-top: 30px !important;
}

h2.arti-title.load-run-2 {
  margin-top: 0px !important;
}

/* // load animation */
.article-body {
  background: #ffffff;
}

.hero-fix {
  background: #ffffff;
  height: 200px;
  margin-bottom: -220px;
}

.article-body #hero {
  background: #1f1d28;
}

.article-body .hero-back {
  opacity: 1;
  margin-top: -30px;
}

.arti-head {
  padding-top: 100px;
}

.logo-arti {
  margin: auto;
  margin-right: 0;
}

.arti-head .country-lbl {
  color: #ffffff;
  width: 118px;
  font-size: 16px;
  text-align: center;
  padding: 8px 8px 6px;
  margin-top: 10px;
}

.icon-link {
  color: #ffffff;
  font-size: 18px;
}

.icon-link:hover {
  color: #ffffff;
  text-decoration: none;
  margin-left: -3px;
}

.arti-title,
#hero h2.arti-title {
  font-weight: 700;
  text-align: left;
}

.owl-wrap-arty {
  max-width: 320px;
  margin-top: 100px;
  margin-left: 50%;
}

.owl-wrap-arty .owl-carousel .owl-item {
  min-height: 50px;
  background: rgba(18, 67, 149, 0.9);
  overflow: hidden;
  box-shadow: 0px 10px 10px rgba(1, 1, 1, 0.3);
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.item-text-arti {
  padding: 15px 15px;
  display: flex;
}

.item-text-arti p,
.arti-bar .item-text-arti p {
  color: #ffffff;
  margin-bottom: 0;
  line-height: 18px;
  font-size: 16px;
  text-align: left;
}

.item-text-arti p span,
.arti-bar .item-text-arti p span {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
  margin-top: 2px;
}

.item-text-arti .icons {
  margin-right: 10px;
  min-width: 40px;
}

.arti-bar {
  position: relative;
}

.arti-bar p {
  color: #ffffff;
  text-align: center;
}

.ab-name {
  font-size: 90px;
  font-weight: 700;
}

.ab-rank {
  margin-top: 60px;
  font-size: 24px;
}

.ab-rank:before {
  content: ' ';
  position: absolute;
  background: #ffffff;
  width: 70px;
  height: 1px;
  margin-top: -20px;
  margin-bottom: 10px;
  left: calc(50% - 35px);

}

.content-body {
  background: #ffffff;
  padding: 50px;
  margin-top: 2px;
  border-radius: 4px;
  position: relative;
  max-width: 1100px;
}

.content-body p {
  margin-bottom: 1.5rem;
  line-height: 26px;
}

.content-body p.large-p {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.subhead::first-letter {
  font-size: 200%;
}

.content-body h4 {
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
  font-size: 28px;
  line-height: 33px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #000000;
}

.content-body h4:before {
  content: ' ';
  position: absolute;
  background: #44c8f5;
  width: 2px;
  height: 55px;
  margin-top: 4px;
  left: 0;
}

.quote-text,
.content-body p.quote-text {
  color: #124395;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  letter-spacing: -1px;
}

.quote-left {
  font-size: 60px;
  position: absolute;
  margin-left: -22px;
}

.quote-right {
  font-size: 60px;
  position: absolute;
  margin-left: 9px;
  margin-top: 10px;
}

.content-body .container-banner {
  transform: scale(0.8);
}

.book-lbl {
  right: 97px;
  position: absolute;
  top: 185px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 25px;
  padding-left: 25px;
}

.shadow-grad {
  padding-top: 30px;
  background: radial-gradient(at top center, rgba(204, 204, 204, 0.4) 0%, rgba(204, 204, 204, 0) 30%);
  background: -moz-radial-gradient(at top center, rgba(204, 204, 204, 0.4) 0%, rgba(204, 204, 204, 0) 30%);
  background: -webkit-radial-gradient(at top center, rgba(204, 204, 204, 0.4) 0%, rgba(204, 204, 204, 0) 30%);

}

#footer .logo img {
  max-width: initial;
}

.arti-bot-banner h3 {
  font-weight: 500;
  margin-top: 60px;
}

.arti-bot-banner ul li {
  font-weight: 300;
  list-style: none;

}

.content-body p.b-para {
  line-height: 21px;
  font-size: 16px;
}

.content-body p.agenda {
  line-height: 21px;
}

.content-body .banner-text {
  margin-top: -157px;
}

.hidden-pc {
  display: none
}

.owl-item a {
  touch-action: manipulation;
}

.container-banner.cn2 {
  overflow: visible;
  margin-bottom: -30px;
}

.cn2 .banner-text h5 strong {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -2px;
  display: block;
}

.cn2 .agenda {
  border-right: 0;
  padding-right: 0px;
  text-align: left;
  margin-top: -90px;
  max-width: 260px;
  margin-left: -10px;
}

.cn2 .banner-text {
  max-height: initial;
  padding: 6px 50px;
  margin-top: -135px;
}

.cn2 .banner-text h5 {
  font-size: 32px;
  letter-spacing: -1px;
  padding-left: 0px;
  line-height: 33px;
  margin-top: 0px;
}

.cn2 .banner-text .b-para {
  margin-left: 0;
  margin-top: 8px;
}

.cn2 .banner-text .btn {
  margin-left: 40px;
  margin-top: 28px;
}

.row-shift {
  display: block;
  clear: both;
}

.view {
  transform: translate3d(0px, 20px, 0px) !important;
}

@media (max-width: 1366px) {
  .arti-bar {
    margin-top: -130px;
  }

  .content-body {
    margin-top: 10px;
  }

  .load-run-2 {
    margin-top: 20px !important;
  }

  .arti-title,
  #hero h2.arti-title {
    font-size: 48px;
    letter-spacing: -1px;
    margin-top: 50px;
    line-height: 45px;
    max-width: 90%;
    text-shadow: 0px 0px 16px rgba(1, 1, 1, 0.5);
  }

  h2.arti-title.load-run-2 {
    margin-top: -40px !important;

  }

  .logo-home {
    margin-top: 70px;
  }

  .owl-wrap {
    margin: 80px auto;
  }

  .owl-home.owl-carousel .owl-item {
    height: 430px;
  }
}

@media (max-width: 1179px) and (min-width: 1024px) {
  .container {
    width: 900px;
  }

  .cloud-1 {
    margin-top: 219px;
  }

  .cloud-2 {
    margin-top: 355px;
  }

  .owl-carousel .owl-item {
    box-shadow: 0px 16px 12px rgba(1, 1, 1, 0.4);
  }

  .arti-head {
    padding-top: 40px;
  }

  .article-body #hero {
    padding-bottom: 15px;
  }

  .b-para {
    margin-top: -3px;
  }

  .article-body .hero-back {
    margin-top: 0;
  }

  .banner-text {
    margin-top: -147px;
  }

  .cn2 .agenda {
    margin-top: -90px;
    margin-left: -27px;
    margin-right: -24px;
  }

  .cn2 .banner-text h5 strong {
    font-size: 44px;
  }

  .cn2 .banner-text .btn {
    margin-left: 28px;
  }

  .cn2 .banner-text {
    margin-top: -124px;
  }

}

@media (max-width: 1023px) and (min-width: 768px) {
  .container {
    width: 750px;
  }

  .banner-text {
    display: flex;
    max-height: 100%;
    padding: 25px;
    margin-top: 0;
  }

  .banner-img {
    display: none;
  }

  .banner-text h5 {
    font-size: 30px;
    letter-spacing: -2px;
    line-height: 34px;
  }

  .banner-text h5 strong {
    font-size: 44px;
  }

  .b-para {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .content-body p.b-para {
    line-height: 18px;
    font-size: 14px;
  }

  .banner-text .btn {
    margin-left: 0;
    margin-top: 0;
  }

  .agenda {
    padding-right: 10px;
  }

  .container-banner {
    background: url("../images/hero.jpg") center;
    background-size: cover;
    width: 90%;
  }

  .article-body .container-banner {
    transform: scale(1);
    background: url("../images/hero.jpg") center;
    background-size: cover;
    width: 100%;
  }

  .content-body .banner-text {
    margin-top: 0;
  }

  .mob-col {
    width: 100%;
    max-width: 100%;
    flex: 100%;
  }

  .mob-ct-col .cta-block {
    max-width: none;
  }

  .mob-ct-col br {
    display: none;
  }

  #cta-2 span br {

    display: inherit;
  }

  .article-body .hero-back {
    margin-top: 0px;
  }

  .owl-stage {
    padding-top: 100px;
  }

}

@media (max-width: 768px) {
  .hero-back {
    margin-top: 0px;
    width: 150%;
    max-width: 150%;
    margin-left: -25%;
  }

  #hero {
    overflow: hidden;
    position: relative;
  }

  .ab-rank {
    margin-bottom: 52px;
  }

}

@media (max-height: 420px) {
  .article-body .hero-back {
    margin-top: -30px;
  }

  .hero-back {
    margin-top: 0px;
    /* margin-top: -100px; */
  }

  #hero {
    background: none;
  }

}

@media (max-width: 768px) and (min-width: 668px) {
  .owl-home.owl-carousel .owl-stage {
    max-width: initial !important;
  }

  .owl-home.owl-carousel .owl-item {
    margin: 12px;
  }

  .agenda,
  .ban-p {
    display: inline-block;
  }

  .btn-bn-wrap {
    display: inline-block;
    margin-left: 238px;
    margin-top: -74px;
    float: left;
  }

  .container-banner {
    padding-top: 40px;
  }

  .ipad-title-show {
    display: block;
    font-size: 16px;
  }

  .ipad-title-hide {
    display: none;
  }

  .content-body {
    padding: 20px;
  }
}

/* china content css */

.item-text-wrap p .company {
  font-weight: 300;
  line-height: 5px;
}

.country-lbl {
  font-family: 'Roboto', "Microsoft YaHei", Arial, sans-serif;
  background: #124395;
  padding: 22px 18px 23px;
  position: absolute;
  top: 0;
  left: 34px;
}

.item-text-wrap h4 {
  max-width: 188px;
}

.logo-home {
  background: #124395;
  font-family: 'Roboto', "Microsoft YaHei", Arial, sans-serif;
  color: #ffffff;
  font-size: 27px;
  line-height: 30px;
  letter-spacing: 4px;
  text-align: center;
  width: 100px;
  height: 100px;
  padding-top: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn {
  font-family: 'Roboto', "Microsoft YaHei", Arial, sans-serif;
  font-weight: 500;
}

.btn-icon span {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.p-next {
  margin-top: -125px;
  max-width: 240px;
}

ul.p-next {
  margin-top: -58px;
}

.i-text {
  margin-top: -7px;
}

.agenda {
  width: 240px;
}

.ban-p {
  margin-left: 85px;
  margin-top: 20px;
}

#about {
  margin-top: 100px;
}

@media (max-width: 1024px) {
  .cn2 .agenda {
    display: none;
  }

  .ban-p {
    margin-left: 45px;
  }

  #about {
    margin-top: 55px;
  }

  .p-next {
    max-width: 100%;
    margin-bottom: 60px;
  }
}


@media (max-width: 768px) {
  .ban-p {
    margin-left: 0px;
  }

  .btn-bn-wrap {
    display: BLOCK;
    margin-left: 0;
    margin-top: 0;
    float: none;
  }

  #hero-text p {
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  .cn2 .banner-text h5 {
    font-size: 26px;
  }
}

.language-switcher-block {
  display: none;
}

#header .container #header-region .menu ul li a,
#header #header-region .menu .mega-menu .menucluster .menu-box-header,
#footer .footer-columns .block h3,
#footer .footer-columns .block ul li {
  font-family: 'Roboto', "Microsoft YaHei", Arial, sans-serif;
}

a {
  touch-action: none;
}

/* .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
} */