body {
  font-style: normal;
  color: #676767;
  font-size: 1.6rem;
  line-height: 130%;
  font-family: 'Ubuntu', sans-serif;
  overscroll-behavior: none;
}

path {
  transition: all .5s ease-in-out;
}

/* .layout-content {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  will-change: transform;
} */

/* header animation */
  @keyframes top {
      0% {
          top: 0;
          transform: rotate(0);
      }

      50% {
          top: 22px;
          transform: rotate(0);
      }

      100% {
          top: 22px;
          transform: rotate(45deg);
      }
  }

  @keyframes top-2 {
      0% {
          top: 22px;
          transform: rotate(45deg);
      }

      50% {
          top: 22px;
          transform: rotate(0deg);
      }

      100% {
          top: 0;
          transform: rotate(0deg);
      }
  }

  @keyframes bottom {
      0% {
          bottom: 0;
          transform: rotate(0);
      }

      50% {
          bottom: 22px;
          transform: rotate(0);
      }

      100% {
          bottom: 22px;
          transform: rotate(135deg);
      }
  }

  @keyframes bottom-2 {
      0% {
          bottom: 22px;
          transform: rotate(135deg);
      }

      50% {
          bottom: 22px;
          transform: rotate(0);
      }

      100% {
          bottom: 0;
          transform: rotate(0);
      }
  }

  @keyframes scaled {
      50% {
          transform: scale(0);
      }

      100% {
          transform: scale(0);
      }
  }

  @keyframes scaled-2 {
      0% {
          transform: scale(0);
      }

      50% {
          transform: scale(0);
      }

      100% {
          transform: scale(1);
      }
  }

.swiper-container {
  width: 100%;
  position: relative;
  /* overflow: hidden; */
}

.main-container {
  margin-top: 10rem;
}

/* Search */

.search-block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}

.search-block.open {
  opacity: 1;
  visibility: visible;
}

.search-block-content {
  width: 100%;
  height: 8%;
  position: absolute;
  z-index: 2;
  top: -100%;
  left: 0;
  background: #ECF7F7;
  transition: all .5s ease-in-out;
}

.search-block.open .search-block-content {
  top: 0;
}

.search-block-content .search-close {
  position: fixed;
  top: 1%;
  right: 5%;
}

.search-block-content .search-close svg {
  width: 18%;
  margin: 0 0 0 auto;
  padding: 10px;
  cursor: pointer;
}

.inner-block-content {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-inner {
  width: 100%;
  position: relative;
}

.search-title {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 300;
    color: #167A84;
    font-size: 5rem;
    line-height: 110%;
    font-weight: 300;
}

.searchbar-form {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.searchbar-form input.form-text {
    height: 6rem;
    background: #fff;
    border: 1px solid #167A84;
    width: 100%;
    font-size: 1.8rem;
    line-height: 110%;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    color: #676767;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}

.searchbar-form input#edit-submit {
    display: table;
    background: #167A84;
    color: #fff;
    padding: 2rem 3rem;
    font-size: 1.4rem;
    line-height: 100%;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    margin-left: 1rem;
    transition: all .5s ease-in-out;
}

.searchbar-form input#edit-submit:hover {
    background: #F3B838;
}

.search-block-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@keyframes size2 {
  0% {
      width: 0;
  }

  /*load to left*/
  100% {
      width: 100%;
  }
}

.search-results .inner-news-section {
  padding: 30rem 0 20rem;
}

.search-results .field-content a {
  transition: all .5s ease-in-out;
}

.search-results .views-field-title .field-content a:hover {
  color: #157A84;
}

.search-results .views-field-created {
  margin-top: 1.5rem;
  color: #157A84;
}

.search-results .news-filter-bloc .views-exposed-form {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.search-results .views-exposed-form input.form-text {
    height: 6rem;
    background: #fff;
    border: 1px solid #167A84;
    width: 100%;
    font-size: 1.8rem;
    line-height: 110%;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    color: #676767;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}

.search-results .views-exposed-form input#edit-submit-search {
    display: table;
    background: #167A84;
    color: #fff;
    padding: 2rem 3rem;
    font-size: 1.4rem;
    line-height: 100%;
    text-transform: uppercase;
    cursor: pointer;
    border: 0;
    margin-left: 1rem;
    transition: all .5s ease-in-out;
}

.search-results .views-exposed-form input#edit-submit-search:hover {
    background: #F3B838;
}


/* header */
header {
  height: 10rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  transition: all .5s ease-in-out;
}

header.hidden {
  display: none;
}

header.fixed {
  height: 10rem;
}

.pre-header {
  height: 100%;
  background: transparent;
  transition: all .5s ease-in-out;
  border-bottom: .1rem solid #707070;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px */
}

header.fixed .pre-header {
  height: 100%;
  background: #fff;
}

/* .inner-pre-header {
  max-width: 97%;
  margin: 0 auto;
} */

.nav-ham {
  display: none;
}

.pre-header .right-pre-header li {
  padding: 0 1.2rem;
  cursor: pointer;
  position: relative;
}

.pre-header .right-pre-header li path {
  transition: all .5s ease-in-out;
}

.pre-header .right-pre-header li:hover path {
  fill: #F3B838;
}

.pre-header .right-pre-header li:first-child {
  padding-left: 0;
  padding-right: 2rem;
}

.pre-header .right-pre-header li:nth-child(2) {
  padding-left: 2rem;
}

.pre-header .right-pre-header li:first-child:after {
  content: '';
  background: #167A84;
  width: 1px;
  height: calc(100% + 10%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.pre-header .right-pre-header li:last-child {
  padding-right: 0;
}

.center-pre-header > nav > ul > li {
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 1.5rem;
  position: relative;
}

.center-pre-header> nav > ul > li.logo {
  display: none;
}

.center-pre-header> nav > ul > li > a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 110%;
  color: #167A84;
  transition: all .5s ease-in-out;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.center-pre-header > nav > ul > li:after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #157A84;
  transition: all .5s ease-in-out;
}

.center-pre-header > nav > ul > li:hover:after {
  width: 100%;
}

.center-pre-header > nav > ul > li > a.is-active:after {
  width: 100%;
}

.center-pre-header .submenu {
  position: absolute;
  top: 12rem;
  left: 50%;
  transform: translateX(-50%);
  width: 35rem;
  background: #EDF6F7;
  padding: 3rem 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.center-pre-header > nav > ul > li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 10rem;
}

.center-pre-header .submenu li:not(:last-child) {
  margin-bottom: 1rem;
}

.center-pre-header .submenu li a {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 110%;
  color: #167A84;
  /* transition: all .5s ease-in-out; */
}

.center-pre-header .submenu li a:hover {
  font-weight: 700;
}

/* main header */
.main-header {
  height: 20rem;
  background: #fff;
  transition: all .5s ease-in-out;
}

header.fixed .main-header {
  display: none;
}

.main-header nav {
  max-width: 97%;
  margin: 0 auto;
}

.main-header li.logo {
  order: 1;
  margin: 0 10rem;
  transition: all .5s ease-in-out;
  height: auto;
  width: 12%;
}

.main-header li.logo .normal {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.main-header li.logo .fixed {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

header.fixed .main-header li.logo {
  width: 4%;
  margin: 0 5rem;
}

header.fixed .main-header li.logo .normal {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

header.fixed .main-header li.logo .fixed {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.main-header>nav>ul>li {
  height: 6rem;
  display: flex;
  align-items: center;
  margin: 0 3rem;
  position: relative;
}

.main-header li:nth-of-type(n+5) {
  order: 2;
}

.main-header>nav>ul>li>a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 110%;
  color: #167A84;
  transition: all .5s ease-in-out;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

/* .main-header > nav > ul > li > a:hover {
  color: #F3B838;
  } */
.main-header>nav>ul>li:after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #157A84;
  transition: all .5s ease-in-out;
}

.main-header>nav>ul>li.logo:after {
  display: none;
}

.main-header>nav>ul>li:hover:after {
  width: 100%;
}

.submenu {
  position: absolute;
  top: 8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 35rem;
  background: #EDF6F7;
  padding: 3rem 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.main-header>nav>ul>li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 6rem;
}

.submenu li:not(:last-child) {
  margin-bottom: 1rem;
}

.submenu li a {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 110%;
  color: #167A84;
  /* transition: all .5s ease-in-out; */
}

.submenu li a:hover {
  font-weight: 700;
}

.academic-partners-slider .swiper-wrapper {
  align-items: center;
  justify-content: center;
}

/* homepage */
.maxCte {
  max-width: 92.5%;
  margin: 0 0 0 auto;
}

.inner-bannerHome {
  padding: 32rem 0 20rem;
}

.left-bannerHome {
  width: 40%;
}

.left-bannerHome h1 {
  font-size: 8rem;
  line-height: 110%;
  color: #167A84;
  font-weight: 300;
}

.left-bannerHome .discover-text {
  animation: rotating 15s linear infinite;
}

.left-bannerHome .discover-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.right-bannerHome {
  width: 52%;
  z-index: 1;
}

.right-bannerHome:after {
  content: '';
  background: url('../images/icn-yellow-shape.svg') no-repeat;
  width: 59.6rem;
  height: 64.5rem;
  position: absolute;
  top: 5%;
  left: 7%;
  background-size: cover;
  z-index: -1;
}

.bannerHome-image-left {
  width: 42%;
  z-index: 2;
}

/* .bannerHome-image-left .photo:after {
  content: '';
  background: url('../images/icn-topBannerHome.svg') no-repeat;
  width: 29.8rem;
  height: 32.4rem;
  position: absolute;
  right: -29.8rem;
  top: -10rem;
  background-size: cover;
} */

.icn-rightBannerHome {
  width: 14.4rem;
  height: 28.8rem;
  position: absolute;
  right: 0;
  bottom: -14.4rem;
}

.bannerHome-image-right {
  width: 58%;
  background: #3DA9B0;
  margin-top: 12.5rem;
  z-index: 1;
}

/* .bannerHome-image-right:after {
  content: '';
  background: url('../images/icn-rightBannerHome.svg') no-repeat;
  width: 14.4rem;
  height: 28.8rem;
  position: absolute;
  right: 0;
  bottom: -14.4rem;
  background-size: cover;
} */

.bannerHome-image-right .photo {
  margin-bottom: 10rem;
}

/* .bannerHome-image-right .photo:before {
  content: '';
  background: url('../images/icn-leftBannerHome.svg') no-repeat;
  width: 17.5rem;
  height: 17.6rem;
  position: absolute;
  left: -13rem;
  bottom: 0;
  background-size: cover;
} */

.icn-bottomBannerHome {
  width: 17.5rem;
  height: 17.6rem;
  position: absolute;
  left: -13rem;
  bottom: 0;
  z-index: 2;
}

/* .wwa-section:before {
  content: '';
  background: url('../images/icn-left-wwa.svg') no-repeat;
  width: 37rem;
  height: 37rem;
  position: absolute;
  top: -10rem;
  left: 0;
  background-size: cover;
  z-index: -1;
  transition: all .5s ease-in-out;
} */

.icn-top-wwa {
  width: 37rem;
  height: 37rem;
  position: absolute;
  top: -10rem;
  left: 0;
  /* transition: all .5s ease-in-out; */
  will-change: transform;
  z-index: -1;
}

.entered .wwa-section:before {
  animation: move ease-in-out 3s forwards;
}

@keyframes move {
    to { top: -15rem;}
}

.left-wwa-section:after {
  content: '';
  background: url(../images/icn-yellow-shape.svg) no-repeat;
  width: 40rem;
  height: 43.5rem;
  position: absolute;
  top: 50%;
  right: -18rem;
  transform: translateY(-50%);
  background-size: cover;
  z-index: -1;
}

.right-wwa-section {
  background: #ECF7F7;
  left: -10%;
  bottom: -5rem;
}

.right-wwa-section .desc-wwa {
  color: #167A84;
  line-height: 130%;
  font-weight: 300;
}

/* .right-wwa-section:after {
  content: '';
  background: url(../images/icn-leftBannerHome.svg) no-repeat;
  width: 17.5rem;
  height: 17.6rem;
  position: absolute;
  left: 20%;
  top: -13rem;
  background-size: cover;
} */

.icn-right-wwa {
  width: 17.5rem;
  height: 17.6rem;
  position: absolute;
  left: 20%;
  top: -13rem;
  /* transition: all .5s ease-in-out; */
}

.vision-section:before {
  content: '';
  background: url('../images/bg-semRound.svg') no-repeat;
  width: 24.2rem;
  height: 24.2rem;
  top: 9.15rem;
  left: 0;
  position: absolute;
  background-size: cover;
}

.inner-vision-section {
  margin-top: 10rem;
  margin-bottom: 20rem;
}

/* .inner-vision-section:after {
  content: '';
  background: url(../images/icn-vision.svg) no-repeat;
  width: 21.3rem;
  height: 21.3rem;
  position: absolute;
  bottom: -10.65rem;
  left: 50%;
  background-size: cover;
  z-index: 1;
} */

.icn-center-vision {
  width: 21.3rem;
  height: 21.3rem;
  position: absolute;
  left: 50%;
  bottom: -10.65rem;
  z-index: 1;
}

.left-vision-section {
  background: #ECF7F7;
}

.left-vision-title {
  position: absolute;
  top: -9.15rem;
  left: 0;
  z-index: 1;
}

.left-vision-title .photo {
  width: 35.9rem;
  height: 18.3rem;
}

.left-vision-title .content {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 5rem;
  line-height: 110%;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.left-vision-section .inner {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

.left-vision-section .text .clip-text {
  background: linear-gradient(to right, transparent 50%, #167A84 50%);
  background-size: 200%;
  color: transparent;
  -webkit-text-stroke-width: 0.063rem;
  -webkit-text-stroke-color: rgba(22, 122, 132, 1);
  background-repeat: none;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  margin-inline-end: 0.3em;
  font-size: 5rem;
  line-height: 110%;
}

.left-vision-section .text .clipped {
  color: #167A84;
  display: inline-block;
  margin-inline-end: 0.3em;
}

.right-vision-section .photo:after {
  content: '';
  background: #3DA9B0;
  width: 100%;
  height: calc(100% + 15%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.bloc-two-section:after {
  content: '';
  background: rgba(61, 169, 176, 0.1);
  width: 30%;
  height: 75%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.growth-section:before {
  content: '';
  background: #3DA9B0;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

/* .growth-section:after {
  content: '';
  width: 17.5rem;
  height: 17.5rem;
  position: absolute;
  top: -8.75rem;
  left: 0;
  background: url('../images/icn-top-international.svg') no-repeat;
  background-size: cover;
  z-index: -1;
} */

.icn-growth-section {
  width: 17.5rem;
  height: 17.5rem;
  position: absolute;
  top: -5rem;
  left: 0;
}

.inner-growth-section {
  max-width: 68%;
  margin: 0 auto;
}

.left-growth-section .photo {
  z-index: 1;
}

/* .left-growth-section .photo:before {
  content: '';
  width: 35rem;
  height: 35rem;
  position: absolute;
  bottom: -28%;
  left: -10%;
  background: url('../images/bg-semRound.svg') no-repeat;
  background-size: cover;
  z-index: 1;
} */

.icn-left-growth {
  width: 35rem;
  height: 35rem;
  position: absolute;
  bottom: -22%;
  left: -10%;
  z-index: 2;
}

/* .left-growth-section .photo:after {
  content: '';
  width: 36.3rem;
  height: 36.6rem;
  position: absolute;
  bottom: -14%;
  right: -15%;
  background: url('../images/bg-semRound-yellow.svg') no-repeat;
  background-size: cover;
  z-index: -1;
  } */
.inner-international-section {
  max-width: 84%;
  margin: 0 0 0 auto;
  padding: 30rem 0;
}

.desc-international {
  margin: 3rem 0;
}

.right-international-section {
  width: 58%;
  position: relative;
  z-index: 1;
}

.right-international-section:before {
  content: '';
  width: 35.7rem;
  height: 38.6rem;
  position: absolute;
  bottom: -14rem;
  left: 40%;
  background: url('../images/icn-yellow-shape.svg') no-repeat;
  background-size: cover;
  z-index: -1;
}

.right-international-section .photo-big {
  z-index: 1;
}

/* .right-international-section .photo-big:before {
  content: '';
  width: 14.4rem;
  height: 14.4rem;
  position: absolute;
  bottom: -7.2rem;
  left: -7.2rem;
  background: url('../images/bg-semRound.svg') no-repeat;
  background-size: cover;
  z-index: 1;
} */

/* .right-international-section .photo-big:after {
  content: '';
  width: 14.4rem;
  height: 14.4rem;
  position: absolute;
  top: -6.4rem;
  left: 30%;
  background: url('../images/icn-top-international.svg') no-repeat;
  background-size: cover;
  z-index: -1;
} */

.icn-top-international {
  width: 14.4rem;
  height: 14.4rem;
  position: absolute;
  top: -6.4rem;
  left: 30%;
  background-size: cover;
  z-index: -1;
}

.icn-left-international {
  width: 14.4rem;
  height: 14.4rem;
  position: absolute;
  bottom: -7.2rem;
  left: -7.2rem;
  z-index: 2;
}

.right-international-section .photo-small {
  position: absolute;
  right: 10rem;
  bottom: -20rem;
  background: #167A84;
  z-index: 2;
}

.latest-news-section {
  background: #ECF7F7;
}

.title-cte {
  color: #167A84;
  font-size: 5rem;
  line-height: 110%;
  font-weight: 300;
}

.left-latest-news .desc {
  padding: 3rem 0;
}

.cta-cte a {
  display: table;
  background: #167A84;
  color: #fff;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  line-height: 100%;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
}

.cta-cte a:hover {
  background: #F3B838;
}

.home-latestNews-repeat {
  width: 45%;
  position: relative;
}

.home-latestNews-repeat:first-child .pretitle-bloc a {
  display: none;
}

.home-latestNews-repeat .pretitle {
  font-size: 1.4rem;
  line-height: 110%;
  text-transform: uppercase;
  width: 75%;
}

.home-latestNews-repeat .pretitle-bloc a {
  color: #167A84;
  font-size: 1.4rem;
  line-height: 100%;
  padding-bottom: .3rem;
  position: relative;
  transition: all .5s ease-in-out;
}

.home-latestNews-repeat .pretitle-bloc a:after {
  content: '';
  background: #167A84;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s ease-in-out;
}

.home-latestNews-repeat .pretitle-bloc a:hover {
  color: #F3B838;
}

.home-latestNews-repeat .pretitle-bloc a:hover:after {
  background: #F3B838;
}

.home-latestNews-repeat .photo {
  margin-top: 2rem;
}

.home-latestNews-repeat .content {
  width: 100%;
  position: relative;
  padding: 2rem 3rem 3rem;
  color: #fff;
  top: -5rem;
  right: -5rem;
  overflow: hidden;
  z-index: 1;
}

.home-latestNews-repeat:nth-child(odd) .content:after {
  content: '';
  background: url('../images/bg-halfRoundG.svg') no-repeat;
  width: 33rem;
  height: 18rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}

.home-latestNews-repeat:nth-child(even) .content:after {
  content: '';
  background: url('../images/bg-halfRoundB.svg') no-repeat;
  width: 33rem;
  height: 18rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}

.home-latestNews-repeat:nth-child(odd) .content {
  background: #3DA9B0;
}

.home-latestNews-repeat:nth-child(even) .content {
  background: #4FBDE0;
}

.home-latestNews-repeat .top-content .date {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.home-latestNews-repeat .top-content .social {
  opacity: 0;
  top: 2rem;
  transition: all .5s ease-in-out;
}

.home-latestNews-repeat .top-content .social li {
  margin-right: 1.5rem;
}

.home-latestNews-repeat .content .share .icn a:hover path {
  fill: #F3B838;
}

.home-latestNews-repeat .top-content .social.active {
  opacity: 1;
  top: 0;
}

.home-latestNews-repeat .desc {
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 400;
  margin: 2rem 0 3rem;
}

.home-latestNews-repeat .cta a {
  font-size: 1.4rem;
  line-height: 110%;
  font-weight: 500;
  display: table;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
}

.home-latestNews-repeat .cta a:hover {
  color: #F3B838;
}

.leading-section {
  background: #ECF7F7;
  margin-top: 20rem;
}

.icn-top-leading {
  position: absolute;
  top: -14.5rem;
  left: 0;
}

.icn-bottom-leading {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* .leading-section:before {
  content: '';
  background: url('../images/icn-left-leading.svg') no-repeat;
  width: 14.6rem;
  height: 29.2rem;
  position: absolute;
  top: -14.5rem;
  left: 0;
  background-size: cover;
  z-index: 1;
} */

.leading-section:after {
  content: '';
  background: url('../images/icn-right-leading.svg') no-repeat;
  width: 32rem;
  height: 32rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: cover;
  z-index: 1;
}

.left-leading-section {
  width: 50%;
}

.left-leading-section .desc-bloc strong {
  color: #167A84;
  font-size: 2rem;
  margin-bottom: 2rem;
  display: table;
  font-weight: 500;
}

.bottom-leading-leftIcn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottom-leading-rightIcn {
  position: absolute;
  right: 0;
  top: -20rem;
  width: 20rem;
}

.right-leading-section {
  width: 45%;
}


/* Leadership academy */
.banner-inner .inner-bannerHome {
  padding: 30rem 0 0;
}

.banner-inner .left-bannerHome {
  width: 37%;
  margin-top: -15rem;
}

.banner-inner .right-bannerHome {
  width: 57%;
}

.banner-inner .right-bannerHome:after {
  left: 55%;
  transform: translateX(-50%);
}

.banner-inner .bannerHome-image-left {
  width: 48%;
}

.banner-inner .bannerHome-image-left .photo:after {
  display: none;
}

/* .banner-inner .bannerHome-image-left .photo:before {
  content: '';
  background: url('../images/icn-left-bannerInner.svg') no-repeat;
  width: 26.5rem;
  height: 26.8rem;
  position: absolute;
  bottom: -26.8rem;
  right: 0;
  background-size: cover;
} */

.icn-innerBanner-left {
  width: 26.5rem;
  height: 26.8rem;
  position: absolute;
  bottom: -26.8rem;
  right: 0;
  z-index: 2;
}

.icn-leftBannerHome {
  width: 29.8rem;
  height: 32.4rem;
  position: absolute;
  right: -29.8rem;
  top: -12rem;
}

.banner-inner .bannerHome-image-right {
  width: 52%;
  background: transparent;
}

.banner-inner .bannerHome-image-right .photo {
  margin-bottom: 0;
}

.banner-inner .bannerHome-image-right .photo:before {
  display: none;
}

.inner-laDesc-bloc {
  max-width: 95%;
}

.left-la-bloc {
  margin-top: 5%;
}

.left-la-bloc .square {
  z-index: 1;
}

.left-la-bloc .square:before {
  content: '';
  background: url('../images/icn-yellow-shape.svg') no-repeat;
  width: 41.4rem;
  height: 44.5rem;
  position: absolute;
  bottom: -10rem;
  left: 20%;
  background-size: cover;
  z-index: -1;
}

.left-la-bloc .square:after {
  content: '';
  width: 100%;
  height: 80%;
  background: #3DA9B0;
  position: absolute;
  bottom: 5%;
  left: 0;
  z-index: -2;
}

.left-la-bloc .photo:before {
  content: '';
  background: #3DA9B0;
  width: 93%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* .left-la-bloc .photo:after {
  content: '';
  background: url('../images/icn-vision.svg') no-repeat;
  width: 21.3rem;
  height: 21.3rem;
  position: absolute;
  bottom: -10rem;
  left: 0;
  background-size: cover;
  z-index: 1;
} */

.icn-laDesc-bottom {
  width: 21.3rem;
  height: 21.3rem;
  position: absolute;
  bottom: -10rem;
  left: 0;
  z-index: 1;
}

.right-la-bloc {
  left: -3%;
}

.right-la-bloc .inner {
  padding: 10rem;
  background: #ECF7F7;
}

.la-programme-section {
  background: #ECF7F7;
}

.la-programme-section .swiper-button-prev {
  background-image: url('../images/icn-slider-arrowPrev.svg');
  background-repeat: no-repeat;
  width: 3.9rem;
  height: 3.7rem;
  background-repeat: no-repeat;
  left: auto;
  right: 18%;
  bottom: 8%;
  top: auto;
  margin: 0;
  background-size: cover;
}

.la-programme-section .swiper-button-next {
  background-image: url('../images/icn-slider-arrowNext.svg');
  background-repeat: no-repeat;
  width: 3.9rem;
  height: 3.7rem;
  background-repeat: no-repeat;
  right: 14%;
  bottom: 8%;
  top: auto;
  margin: 0;
  background-size: cover;
}

.la-programme-section .swiper-button-prev:after,
.la-programme-section .swiper-button-next:after {
  display: none;
}

.inner-la-programme {
  /* max-width: 60%; */
  max-width: 85%;
  margin: 0 auto;
}

.left-programme-la li {
  position: relative;
  font-size: 5rem;
  line-height: 110%;
  font-weight: 300;
  color: rgba(22, 122, 132, .5);
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.left-programme-la li:after {
  content: '';
  width: 0;
  height: .3rem;
  background: #F3B838;
  position: absolute;
  top: 50%;
  left: -33rem;
  transform: translate(0, -50%);
  transition: all .5s ease-in-out;
}

.left-programme-la li.active:after {
  width: 30rem;
}

.left-programme-la li:hover {
  color: rgba(22, 122, 132, .75);
}

.left-programme-la li.active {
  color: rgba(22, 122, 132, 1);
}

.left-programme-la li:not(:last-child) {
  margin-bottom: 3rem;
}

.right-programme-repeat {
  animation: hide .5s ease 0s 1 normal forwards;
}

.right-programme-repeat.active {
  animation: show2 .5s ease 0s 1 normal forwards;
}

.right-programme-repeat li {
  width: 32%;
  position: relative;
  margin-right: 1%;
  margin-bottom: 8%;
  z-index: 1;
}

.right-programme-repeat li:before {
  content: '';
  background: url('../images/icn-programme.svg') no-repeat;
  width: 9rem;
  height: 9.3rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}

.right-programme-repeat li:nth-child(3n) {
  margin-right: 0;
}

.right-programme-repeat li .text {
  max-width: 82%;
  margin: 10% 0 0 auto;
}

.left-curtin-programme {
  width: 63%;
  position: relative;
}

.curtin-programme-accordion {
  background: #ECF7F7;
  margin-top: 5rem;
  padding: 0.025rem 0;
}

.curtinPro-accordion-shown {
  background: #fff;
  margin: .5%;
  padding: 1.5rem;
  width: 99%;
  font-size: 1.8rem;
  line-height: 100%;
  cursor: pointer;
  color: rgba(22, 122, 132, .5);
  text-transform: uppercase;
  transition: all .5s ease-in-out;
}

.curtinPro-accordion-shown.active {
  color: rgba(22, 122, 132, 1);
  font-size: 2rem;
}

.curtinPro-accordion-hidden {
  display: none;
}

.curtinPro-accordion-hidden li a {
  font-size: 3rem;
  line-height: 110%;
  color: #167A84;
  font-weight: 300;
  transition: all .5s ease-in-out;
}

.curtinPro-accordion-hidden li a:hover {
  color: #F3B838;
}

.curtinPro-accordion-hidden li:not(:last-child) {
  margin-bottom: 2rem;
}

.right-curtin-programme {
  width: 37%;
  position: relative;
  background: #3DA9B0;
}

.plusminus {
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.plusminus.active:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}

.plusminus.active:after {
  transform: translatey(-50%) rotate(0);
}

.plusminus:before, .plusminus:after {
  content: "";
  display: block;
  background-color: #F3B838;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 3px;
}

.plusminus:before {
  transform: translatey(-50%);
}

.plusminus:after {
  transform: translatey(-50%) rotate(90deg);
}

.icon-left-curtin {
  position: absolute;
  left: 0;
  top: -8%;
}

.icon-right-curtin {
  position: absolute;
  right: 0;
  bottom: -20%;
}

.left-la-programme .title {
  font-size: 2.1rem;
  line-height: 110%;
  text-transform: uppercase;
  color: #167A84;
}

.la-programme-bloc li {
  font-size: 5rem;
  line-height: 110%;
  color: #167A84;
  font-weight: 300;
}

.la-programme-bloc li:not(:last-child) {
  margin-bottom: 3rem;
}

.testimonials-section {
  margin-bottom: 10rem;
}

.testimonials-arrow-bloc .swiper-button-prev {
  background-image: url('../images/icn-slider-arrowPrev.svg');
  background-repeat: no-repeat;
  width: 3.9rem;
  height: 3.7rem;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  margin: 0;
  background-size: cover;
  position: relative;
  margin-right: 1.5rem;
}

.testimonials-arrow-bloc .swiper-button-next {
  background-image: url('../images/icn-slider-arrowNext.svg');
  background-repeat: no-repeat;
  width: 3.9rem;
  height: 3.7rem;
  right: auto;
  bottom: auto;
  top: auto;
  margin: 0;
  background-size: cover;
  position: relative;
  margin-left: 1.5rem;
}

.testimonials-arrow-bloc .swiper-button-prev:after,
.testimonials-arrow-bloc .swiper-button-next:after {
  display: none;
}

.testimonials-arrow-bloc .swiper-pagination {
  width: unset;
  position: unset;
}

.inner-testimonials-section {
  max-width: 85%;
}

.testimonials-bloc .image-left {
  width: 38%;
  position: relative;
}

.testimonials-bloc .image-right {
  width: 62%;
  position: relative;
}

.testimonials-bloc .info-job {
  font-weight: 300;
}

.international-section.la {
  background: #ECF7F7;
  z-index: 1;
}

.international-section .title-cte {
  max-width: 35%;
}

.international-section .cta-cte {
  padding-top: 2rem;
}

.international-section.la .inner-international-section {
  padding: 5rem 0 10rem;
}

.international-section.la .right-international-section:after {
  content: '';
  background: url('../images/icn-la-talk.svg') no-repeat;
  width: 29.5rem;
  height: 29.5rem;
  position: absolute;
  top: -22rem;
  right: 0;
  background-size: cover;
  z-index: 1;
}


/* vacancies */
.vacancies .inner-bannerHome {
  padding: 35rem 0 0;
}

.vacancies .left-bannerHome {
  width: 30%;
}

.vacancies .left-bannerHome .cta-cte a {
  background: transparent;
  border: 1px solid #167A84;
  color: #167A84;
}

.vacancies .left-bannerHome .cta-cte a:hover {
  background: #167A84;
  color: #fff;
}

.vacancies .right-bannerHome {
  width: 65%;
}

.vacancies .bannerHome-image-left {
  width: 50%;
}

.vacancies .bannerHome-image-right {
  width: 48%;
  background: transparent;
  margin-top: 15rem;
  z-index: 3;
}

.vacancies .bannerHome-image-left .photo:before {
  content: '';
  background: url('../images/icn-vacancies-banner1.svg') no-repeat;
  width: 36.1rem;
  height: 43.9rem;
  position: absolute;
  top: 0;
  right: -36.1rem;
  background-size: cover;
  z-index: -1;
}

.vacancies .bannerHome-image-left .photo:after {
  display: none;
}

.vacancies .bannerHome-image-right .photo:before {
  display: none;
}

.vacancies .bannerHome-image-right .photo:after {
  content: '';
  background: url('../images/icn-vacancies-banner2.svg') no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  z-index: -1;
}

.vacancies .bannerHome-image-right:after {
  display: none;
}

.vacancies .right-bannerHome:after {
  width: 39.7rem;
  height: 42.5rem;
  top: -10%;
  left: 42%;
  transform: translateX(-50%);
}

.vacancies-accordion-repeat {
  z-index: 1;
}

.vacancies-accordion-repeat:not(:last-child) {
  margin-bottom: 8rem;
}

.vacancies-accordion-repeat .inner-repeat {
  color: #fff;
  background: #3DA8AF;
  overflow: hidden;
  z-index: 1;
}

.vacancies-accordion-shown {
  cursor: pointer;
  padding: 3rem 5rem;
  z-index: 1;
}

.vacancies-accordion-repeat .inner-repeat:after {
  content: '';
  background: url('../images/bg-vacancies-round.svg') no-repeat;
  width: 105.7rem;
  height: 57.1rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0;
  transition: all .5s ease-in-out;
  z-index: -1;
}

.vacancies-accordion-repeat.active .inner-repeat:after {
  opacity: 1;
}

.vacancies-accordion-repeat:before {
  content: '';
  background: url('../images/icn-vacancies-acc.svg') no-repeat;
  width: 11.8rem;
  height: 14.6rem;
  position: absolute;
  top: -3.2rem;
  left: -5.9rem;
  background-size: cover;
  z-index: -2;
}

.vacancies-title {
  transition: all .5s ease-in-out;
}

.vacancies-accordion-shown.active .vacancies-title {
  font-size: 1.8rem;
}

.vacancies-cta .text {
  transition: all .5s ease-in-out;
  text-align: right;
}

.vacancies-cta .text-close {
  opacity: 0;
  max-height: 0;
}

.vacancies-accordion-shown.active .vacancies-cta .text-rm {
  opacity: 0;
  max-height: 0;
}

.vacancies-accordion-shown.active .vacancies-cta .text-close {
  opacity: 1;
  max-height: 100%;
}

.vacancies-accordion-hidden {
  /* background: #3DA8AF; */
  display: none;
  z-index: 2;
}

.vacancies-accordion-hidden .text {
  font-weight: 300;
  line-height: 130%;
}

.vacancies-accordion-hidden .text a {
  transition: all .5s ease-in-out;
}

.vacancies-accordion-hidden .text a:hover {
  color: #F3B838;
}

.left-spontaneous-section {
  z-index: 1;
}

.left-spontaneous-section:before {
  content: '';
  background: #167A84;
  width: 30%;
  height: 40%;
  position: absolute;
  left: -30%;
  bottom: 0;
  z-index: -1;
}

.left-spontaneous-section:after {
  content: '';
  background: url(../images/icn-spontaneous-bottom.svg);
  width: 39.6rem;
  height: 16.3rem;
  position: absolute;
  left: -28%;
  bottom: -16.3rem;
  background-size: cover;
  z-index: -1;
}

.left-spontaneous-section {
  width: 47%;
  position: relative;
  padding-top: 8rem;
  padding-right: 5rem;
  background: #3DA9B0;
}

.right-spontaneous-section {
  width: 53%;
  position: relative;
}

.right-spontaneous-section .title-bloc {
  padding: 0 7.5rem 3rem;
}

.right-spontaneous-section .spontaneous-form {
  padding: 5rem 7.5rem;
  background: #ECF7F7;
}

/* student accomodation */
.studAccom .inner-bannerHome {
  padding: 25rem 0 0;
}

.studAccom .left-bannerHome {
  width: 37%;
}

.studAccom .right-bannerHome {
  width: 58%;
}

.studAccom .right-bannerHome:after {
  display: none;
}

.studAccom .bannerHome-image-left {
  width: 52%;
  margin-top: 8rem;
}

.studAccom .bannerHome-image-left .icn {
  margin: 0 0 0 auto;
}

.studAccom .bannerHome-image-left .photo:after {
  display: none;
}

.studAccom .bannerHome-image-right {
  width: 48%;
  margin-top: 0;
  background: transparent;
}

.studAccom .bannerHome-image-right:after {
  display: none;
}

.studAccom .bannerHome-image-right .photo:before {
  display: none;
}

.studAccom .bannerHome-image-right .photo {
  margin-bottom: 0;
}

.accomodation-pros-repeat {
  width: 16.5%;
  position: relative;
  /* margin-bottom: 5%; */
}

.accomodation-pros-repeat .text {
  font-size: 1.8rem;
  line-height: 110%;
  color: #167A84;
  text-transform: uppercase;
  margin-top: 2rem;
}

.ise-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.inner-ise-section {
  padding: 25rem 0 20rem;
}

.left-ise {
  width: 63%;
  position: relative;
}

.right-ise {
  width: 37%;
  position: relative;
  top: -15rem;
  margin-bottom: -15rem;
}

.right-ise .title-bloc {
  background: #ECF7F7;
  padding: 8rem;
  left: -18%;
}

.right-ise .desc-bloc {
  padding: 8rem;
}

.right-ise .desc {
  font-size: 1.8rem;
}

.inner-ise-section:after {
  content: '';
  background: url('../images/icn-ise-cteCircle.svg') no-repeat;
  width: 74.1rem;
  height: 78.1rem;
  position: absolute;
  bottom: 10%;
  right: 0;
  background-size: cover;
  z-index: -1;
}

/* contact us */
.contact .inner-bannerHome {
  padding: 25rem 0 0;
}

.contact .left-bannerHome {
  width: 35%;
}

.contact .right-bannerHome {
  width: 60%;
}

.contact .right-bannerHome:after {
  /* display: none; */
  width: 50.6rem;
  height: 55.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact .bannerHome-image-left {
  width: 50%;
  margin-top: 20rem;
}

.contact .bannerHome-image-left .icn {
  margin: 0 0 0 auto;
}

.contact .bannerHome-image-left .photo:after {
  display: none;
}

.contact .bannerHome-image-right {
  width: 50%;
  margin-top: 0;
  background: transparent;
}

.contact .bannerHome-image-right:after {
  display: none;
}

.contact .bannerHome-image-right .photo:before {
  content: '';
  background: url('../images/icn-right-bannerContact.svg') no-repeat;
  width: 25rem;
  height: 25rem;
  position: absolute;
  left: 0;
  bottom: -25rem;
  background-size: cover;
  z-index: -1;
}

.contact .bannerHome-image-right:before {
  content: '';
  background: #00666B;
  width: 35rem;
  height: 40rem;
  position: absolute;
  right: 0;
  top: 10rem;
  background-size: cover;
  z-index: -2;
}

.contact .bannerHome-image-right .photo {
  margin-bottom: 0;
  width: 72%;
  z-index: 1;
}

.left-contactus {
  background: #ECF7F7;
}

.contactus-form {
  padding: 5rem 0;
}

.contactus-form p {
  font-weight: 100;
}

.contactus-form ul li {
  list-style: disc;
  margin-left: 2rem;
  margin-bottom: 1rem;
  font-weight: 100;
}

.contactus-form img {
  width: 55rem;
  height: 55rem;
}


.contactus-form > div {
  width: 100%;
  position: relative;
  padding: 0 20rem 0 5rem;
}

.right-contactus .photo {
  left: -10rem;
  z-index: 1;
}

.right-contactus .photo:after {
  content: '';
  background: url('../images/icn-map-contact.svg') no-repeat;
  width: 29.8rem;
  height: 16.3rem;
  position: absolute;
  bottom: -16.3rem;
  left: 10rem;
  background-size: cover;
  z-index: -1;
}

.right-contactus .map-bloc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 65%;
}

/* news */
.news .inner-bannerHome {
  padding: 30rem 0 0;
}

.news .left-bannerHome {
  width: 45%;
}

.news .right-bannerHome {
  width: 50%;
}

.news .right-bannerHome:after {
  display: none;
}

.news .bannerHome-image-left {
  width: 42%;
}

.news .bannerHome-image-left .icon {
  width: calc(100% + 20%);
  left: -20%;
}

.news .bannerHome-image-left .photo:before {
  content: '';
  width: 85%;
  height: 100%;
  position: absolute;
  right: -85%;
  top: 0;
  background: #3DA9B0;
  z-index: -3;
}

.news .bannerHome-image-left .photo:after {
  display: none;
}

.news .bannerHome-image-right {
  width: 58%;
  background: transparent;
  z-index: 3;
}

.news .bannerHome-image-right:after {
  display: none;
}

.news .bannerHome-image-right:before {
  content: '';
  background: url(../images/icn-yellow-shape.svg) no-repeat;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 50.8rem;
  height: 55rem;
  background-size: cover;
  z-index: -1;
}

.news .bannerHome-image-right:after {
  display: none;
}

.news .bannerHome-image-right .photo {
  margin-bottom: 0;
}

.news .bannerHome-image-right .photo:before {
  display: none;
}

.news-section {
  background: #ECF7F7;
}

.news-filter-search {
  margin-right: 2rem;
}

.news-filter-search input {
  height: 6rem;
  background: #fff;
  border: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 110%;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  color: #676767;
  font-weight: 500;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
}

.dropdown-toggle {
  height: 6rem;
  background: #fff;
  border: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 110%;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  color: #676767;
  font-weight: 500;
  cursor: pointer;
  font-family: 'Ubuntu', sans-serif;
}

.dropdown-toggle:after {
  content: '';
  background: url(../images/icn-select.svg) no-repeat;
  width: 1.1rem;
  height: 1.2rem;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%)
}

.button-group {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 0;
  z-index: 9999;
}

.button-group li {
  padding: 1rem 2rem;
  color: #676767;
  cursor: pointer
}

.button-group li:hover {
  background: #676767;
  color: #fff
}

.button-group.open {
  display: block
}

.news-filter-bloc .cta-cte {
  margin-left: 2rem;
}

.news-list .views-row {
  width: 30%;
  position: relative;
  margin-right: 5%;
}

.news-list .views-row:nth-child(3n) {
  margin-right: 0;
}

.news-list .home-latestNews-repeat {
  width: 100%;
  margin: 0;
  padding: 0;
}

.news-list .home-latestNews-repeat:nth-child(3n) {
  margin-right: 0;
}

.news-list .home-latestNews-repeat .pretitle {
  display: none;
}

.news-list .home-latestNews-repeat .photo {
  margin-top: 0;
}

.home-latestNews-repeat.news1 .content:after {
  content: '';
  background: url('../images/bg-halfRoundG.svg') no-repeat;
  width: 33rem;
  height: 18rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}

.home-latestNews-repeat.news2 .content:after {
  content: '';
  background: url('../images/bg-halfRoundB.svg') no-repeat;
  width: 33rem;
  height: 18rem;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -1;
}

.home-latestNews-repeat.news1 .content {
  background: #3DA9B0;
}

.home-latestNews-repeat.news2 .content {
  background: #4FBDE0;
}

/* news item */
/* .inner-news-details-banner {
  padding: 32rem 0 0;
  align-items: flex-start;
} */

.news-details-banner .inner-news-details-banner .bloc-news-sm {
  max-width: 100%;
}

.right-newsDetails-banner:after {
  content: '';
  background: #3DA9B0;
  width: 80%;
  height: calc(100% + 15%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: -1;
}

.left-newsDetails-banner .title {
  font-size: 3rem;
  line-height: 110%;
  color: #167A84;
}

.left-newsDetails-banner .share {
  margin: 2rem 0 5rem;
}

.left-newsDetails-banner .social {
  opacity: 0;
  top: 2rem;
  transition: all .5s ease-in-out;
}

.left-newsDetails-banner .social li:not(:last-child) {
  margin-right: 1.5rem;
}

.left-newsDetails-banner .social li path {
  fill: #00666B;
}

.left-newsDetails-banner .social li a:hover path {
  fill: #F3B838;
}

.left-newsDetails-banner .icn {
  margin-right: 1.5rem;
}

.left-newsDetails-banner .icn a:hover path {
  fill: #F3B838;
}

.left-newsDetails-banner .social.active {
  opacity: 1;
  top: 0;
}

.left-newsDetails-banner .text {
  font-size: 1.8rem;
  font-weight: 400;
}

.video-bloc:after {
  content: '';
  background: rgba(255, 255, 255, .5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.video-bloc .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-bloc .content a:hover path {
  fill: #F3B838;
}

.news-desc-textBloc .news-desc-text {
  font-size: 1.8rem;
  line-height: 150%;
  font-weight: 400;
}

.news-desc-textBloc .news-desc-text a {
  color: #167A84;
  transition: all .5s ease-in-out;
}

.news-desc-textBloc .news-desc-text a:hover {
  color: #F3B838;
}

.news-desc-textBloc .news-desc-text h2 {
  color: #167A84;
  font-size: 3rem;
  line-height: 100%;
  margin-bottom: 1.5rem;
}

.news-desc-text img {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

/* error */
.error-section .photo {
  background-repeat: no-repeat;
  height: 100rem;
}

.error-section .content {
  width: 100%;
  height: 83%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}

.error-section .content h1 {
  font-size: 5.5rem;
  color: #fff;
  font-weight: 300;
}

.error-section .content a {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 2rem 5rem;
}

.error-section .content a:hover {
  background: #fff;
  color: #167A84;
}


/* career portal */

.portal .inner-bannerHome {
  padding: 30rem 0 0;
}

.portal .left-bannerHome {
  width: 35%;
}

.portal .right-bannerHome {
  width: 60%;
}

.portal .right-bannerHome:after {
  display: none;
}

.portal .bannerHome-image-left {
  width: 50%;
}

.portal .bannerHome-image-left .photo:after {
  display: none;
}

.portal .bannerHome-image-left .icn {
  margin: 0 0 0 auto;
}

.portal .bannerHome-image-right {
  width: 50%;
  background: transparent;
}

.portal .bannerHome-image-right:after {
  content: '';
  background: #167A84;
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.portal .bannerHome-image-right:before {
  content: '';
  background: url(../images/icn-yellow-shape.svg) no-repeat;
  width: 32rem;
  height: 35rem;
  position: absolute;
  left: -15%;
  bottom: 15%;
  background-size: cover;
  z-index: -1;
}

.portal .bannerHome-image-right .photo {
  margin-bottom: 0;
}

.portal .bannerHome-image-right .photo:before {
  display: none;
}

/* .portal .bannerHome-image-right:after {
  display: none;
} */

.career-portal-section {
  background: #ECF7F7;
}

.career-portal-section .views-row {
  margin-bottom: 3rem;
}

.portal-accordion-shown {
  background: #fff;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.portal-accordion-shown .icn {
  width: 3%;
  position: relative;
}

.portal-accordion-desc {
  padding-left: 3%;
  padding-right: 5%;
  width: 97%;
  position: relative;
}

.portal-accordion-desc .job-title-bloc {
  width: 50%;
}

.portal-accordion-desc .title {
  font-size: 1.8rem;
  color: #167A84;
  transition: all .5s ease-in-out;
}

.portal-accordion-desc .company {
  color: #167A84;
  font-weight: 400;
  transition: all .5s ease-in-out;
}

.portal-accordion-desc .country {
  width: 30%;
  color: #167A84;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
}

.portal-accordion-desc .category {
  background: #167A84;
  color: #fff;
  border-radius: 2rem;
  font-weight: 400;
  padding: 1rem 2rem;
  transition: all .5s ease-in-out;
}

.portal-accordion-desc .date-bloc {
  margin: 0 5rem 0 3rem;
  font-weight: 400;
  transition: all .5s ease-in-out;
}

.portal-accordion-desc .date-bloc strong {
  text-transform: uppercase;
}

.portal-accordion-desc .cta-cte a {
  border: 1px solid #167A84;
  color: #167A84;
  background: transparent;
}

.portal-accordion-desc .cta-cte a:hover {
  background: #167A84;
  color: #fff;
}

.portal-accordion-desc .close {
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0 auto;
  display: none;
}

.portal-repeated:not(:last-child) {
  margin-bottom: 3%;
}

.portal-accordion-shown:hover {
  background: #3DA8AF;
}

.portal-accordion-shown:hover .portal-accordion-desc .title {
  color: #fff;
}

.portal-accordion-shown:hover .portal-accordion-desc .company {
  color: #fff;
}

.portal-accordion-shown:hover .portal-accordion-desc .country {
  color: #fff;
}

.portal-accordion-shown:hover .portal-accordion-desc .category {
  background: #fff;
  color: #167A84;
}

.portal-accordion-shown:hover .portal-accordion-desc .date-bloc {
  color: #fff;
}

.portal-accordion-shown:hover .portal-accordion-desc .cta-cte a {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.portal-accordion-shown:hover .portal-accordion-desc .cta-cte a:hover {
  background: #fff;
  color: #3DA8AF;
}

.portal-accordion-shown.active {
  background: transparent;
}

.portal-accordion-shown.active .portal-accordion-desc .title {
  color: #fff;
}

.portal-accordion-shown.active .portal-accordion-desc .company {
  color: #fff;
}

.portal-accordion-shown.active .portal-accordion-desc .country {
  display: none;
}

.portal-accordion-shown.active .portal-accordion-desc .category {
  display: none;
}

.portal-accordion-shown.active .portal-accordion-desc .date-bloc {
  display: none;
}

.portal-accordion-shown.active .portal-accordion-desc .cta-cte {
  display: none;
}

.portal-accordion-shown.active .portal-accordion-desc .close {
  display: table;
}

.portal-repeated.active > .inner {
  z-index: 1;
  overflow: hidden;
}

.portal-repeated > .inner:before {
  content: '';
  background: url('../images/bg-portal.svg') no-repeat;
  width: 97.1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: cover;
  z-index: -1;
}

.portal-repeated > .inner:after {
  content: '';
  background: #3DA8AF;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s ease-in-out;
  z-index: -2;
}

.portal-repeated.active > .inner:after {
  height: 100%;
}

.portal-accordion-hidden {
  background: transparent;
  padding: 3% 5% 3% 6%;
  width: 100%;
  position: relative;
  margin: 0 0 0 auto;
  display: none;
}

.portal-accordion-hidden:before {
  content: '';
  background: #ECF7F7;
  width: 3%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.left-portal-desc {
  color: #fff;
}

.left-portal-desc:not(:last-child) {
  margin-bottom: 4rem;
}

.left-portal-desc .tit {
  font-weight: 700;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.left-portal-desc ul {
  margin-bottom: 3rem;
}

.left-portal-desc li {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 400;
  line-height: 100%;
}

.left-portal-desc li:not(:last-child) {
  margin-bottom: 1rem;
}

.left-portal-desc li:after {
  content: '';
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
}

.right-portal-hidden {
  color: #fff;
  width: 33%;
  position: relative;
}

.right-portal-companyDesc .tit {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.right-portal-companyDesc .desc {
  font-weight: 400;
  margin-bottom: 2rem;
}

.right-portal-companyDesc a {
  text-decoration: underline;
  transition: all .5s ease-in-out;
}

.right-portal-companyDesc a:hover {
  color: #F3B838;
}

.right-portal-hidden .cta-cte {
  margin: 0 0 0 auto;
  display: table;
}

.right-portal-hidden .cta-cte a {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.right-portal-hidden .cta-cte a:hover {
  background: #fff;
  color: #3DA8AF;
}














/* added online */

.inner-spontaneous-section {
  align-items: flex-start;
}

.spontaneous-form>div>div:first-child {
  display: none;
}

.spontaneous-form .js-form-item {
  margin-bottom: 2rem;
}

.spontaneous-form .js-form-item label {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.spontaneous-form .js-form-item input {
  height: 6rem;
  background: #fff;
  border: 1px solid #167A84;
  width: 100%;
  font-size: 1.6rem;
  line-height: 110%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #676767;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
}

.spontaneous-form .js-form-item select {
  height: 6rem;
  background-color: #fff;
  border: 1px solid #167A84;
  width: 100%;
  font-size: 1.6rem;
  line-height: 110%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #676767;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icn-select.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
}

.spontaneous-form .webform-submission-job-application-form .js-form-item select {
  background-image: none;
}

.spontaneous-form .js-form-item textarea {
  height: 20rem;
  background-color: #fff;
  border: 1px solid #167A84;
  width: 100%;
  font-size: 1.6rem;
  line-height: 110%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #676767;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  cursor: pointer;
  position: relative;
}

.spontaneous-form .js-form-item .select2-container {
  height: 6rem;
  background: #fff;
  border: 1px solid #167A84;
  width: 100%;
  font-size: 1.6rem;
  line-height: 110%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #676767;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
}

.spontaneous-form .js-form-item .select2-container .selection {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.spontaneous-form .js-form-item .select2-container .selection * {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

.spontaneous-form .js-form-item .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.spontaneous-form .js-form-item .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #676767;
  background-image: url(../images/icn-select.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  position: relative;
}

.spontaneous-form .js-form-item .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: auto !important;
  height: auto !important;
  left: auto;
  right: 3%;
  display: none !important;
}

.spontaneous-form fieldset {
  margin: 0 !important;
}

.spontaneous-form #ajax-wrapper .description {
  display: none;
}

.spontaneous-form .custom-checkbox input {
  position: absolute;
  opacity: 0;
  height: auto;
  width: auto;
}
.spontaneous-form .custom-checkbox input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.spontaneous-form .custom-checkbox input + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #167A84;
  transition: all .5s ease-in-out;
}
.spontaneous-form .custom-checkbox input:hover + label:before {
  background: #167A84;
}
.spontaneous-form .custom-checkbox input:checked + label:before {
  background: #167A84;
}
.spontaneous-form .custom-checkbox input:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: #fff;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
  transform: rotate(45deg);
}

.spontaneous-form .webform-button--submit.form-submit {
  display: table;
  background: #167A84;
  color: #fff;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  margin-top: 5rem;
  transition: all .5s ease-in-out;
}

.spontaneous-form .webform-button--submit.form-submit:hover {
  background: #F3B838;
}

.spontaneous-form .webform-flexbox {
  margin: 0 -0.5em;
}

.spontaneous-form .js-form-item input.js-hide {
  display: none;
}

.contactus-form .js-form-item {
  margin-bottom: 2rem;
}

.contactus-form .js-form-item label {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.contactus-form .js-form-item input {
  height: 6rem;
  background: #fff;
  border: 1px solid #167A84;
  width: 100%;
  font-size: 1.6rem;
  line-height: 110%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #676767;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
}

.contactus-form .js-form-item select {
  height: 6rem;
  background-color: #fff;
  border: 1px solid #167A84;
  width: 100%;
  font-size: 1.6rem;
  line-height: 110%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #676767;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icn-select.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
}

.contactus-form .js-form-item textarea {
  height: 20rem;
  background-color: #fff;
  border: 1px solid #167A84;
  width: 100%;
  font-size: 1.6rem;
  line-height: 110%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #676767;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  cursor: pointer;
  position: relative;
}

.contactus-form .webform-button--submit.form-submit {
  display: table;
  background: #167A84;
  color: #fff;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  transition: all .5s ease-in-out;
}

.contactus-form .webform-button--submit.form-submit:hover {
  background: #F3B838;
}

article.basic-page {
  padding: 30rem 0 15rem;
  max-width: 85%;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

article.basic-page h1 {
  font-size: 8rem;
  line-height: 110%;
  color: #167A84;
  font-weight: 300;
  margin-bottom: 5rem;
}

article.basic-page li {
  position: relative;
  padding-left: 1.5rem;
}

article.basic-page li:after {
  content: '';
  background: #676767;
  border-radius: 50%;
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
}

article.basic-page table, article.basic-page th, article.basic-page td {
  border: 1px solid #676767;
}

.career-portal-filters form.views-exposed-form {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
  max-width: 60%;
}

.career-portal-filters form.views-exposed-form .wrapper-fields {
  width: 80%;
  position: relative;
  display: flex;
  align-items: center;
  order: 1;
}

.career-portal-filters form.views-exposed-form .wrapper-fields .js-form-item {
  width: 50%;
}

.career-portal-filters form.views-exposed-form .js-form-item select {
  height: 6rem;
  background-color: #fff;
  border: 1px solid #167A84;
  width: 100%;
  font-size: 1.6rem;
  line-height: 110%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #676767;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/icn-select.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
}

.career-portal-filters form.views-exposed-form .js-form-item input {
  height: 6rem;
  background: #fff;
  border: 1px solid #167A84;
  width: 100%;
  font-size: 1.6rem;
  line-height: 110%;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #676767;
  font-weight: 500;
  font-family: 'Ubuntu', sans-serif;
}

.career-portal-filters form.views-exposed-form .js-form-item {
  margin-right: 1.5rem;
}

.career-portal-filters form.views-exposed-form .form-actions {
  order: 2;
  width: 20%;
}

.career-portal-filters form.views-exposed-form .form-actions input {
  display: table;
  background: #167A84;
  color: #fff;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  line-height: 100%;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  transition: all .5s ease-in-out;
}

.career-portal-filters form.views-exposed-form .form-actions input:hover {
  background: #F3B838;
}

.career-portal-filters form.views-exposed-form .js-form-type-select.form-item-type {
  width: 100%;
  order: 4;
  margin-top: 3rem;
}

.career-portal-filters form.views-exposed-form .js-form-type-select.form-item-type ul {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.career-portal-filters form.views-exposed-form .js-form-type-select.form-item-type li:not(:last-child) {
  margin-right: 1.5rem;
}

.career-portal-filters form.views-exposed-form .js-form-type-select.form-item-type a {
  background: #fff;
  color: rgba(103, 103, 103, .4);
  border-radius: 2rem;
  font-weight: 400;
  padding: 1rem 2rem;
  transition: all .5s ease-in-out;
}

.career-portal-filters form.views-exposed-form .js-form-type-select.form-item-type a:hover,
.career-portal-filters form.views-exposed-form .js-form-type-select.form-item-type a.bef-link--selected {
  background: #3DA8AF;
  color: #fff;
}

.pager {
  width: 100%;
  position: relative;
}

.pager .pager__items {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pager__items .pager__item--previous a {
  position: relative;
}

.pager__items .pager__item--previous a span {
  display: none;
}

.pager__items .pager__item--previous a:after {
  content: '';
  background-image: url('../images/icn-slider-arrowPrev.svg');
  background-repeat: no-repeat;
  width: 3.5rem;
  height: 3.3rem;
  position: relative;
  background-size: cover;
  display: block;
}

.pager__items .pager__item--previous a.noUrl:after {
  opacity: .5;
}

.pager__items .pager__item--next a.noUrl:after {
  opacity: .5;
}

.pager__items .pager__item a {
  font-size: 1.4rem;
  color: rgba(103, 103, 103, .5);
}

.pager__items .pager__item.is-active a {
  font-size: 1.6rem;
  color: rgba(103, 103, 103, 1);
}

.pager__items .pager__item.pager__item--ellipsis {
  display: none;
}

.pager__items .pager__item:not(:last-child) {
  margin-right: 2rem;
}

.pager__items .pager__item--next a {
  position: relative;
}

.pager__items .pager__item--next a span {
  display: none;
}

.pager__items .pager__item--next a:after {
  content: '';
  background-image: url('../images/icn-slider-arrowNext.svg');
  background-repeat: no-repeat;
  width: 3.5rem;
  height: 3.3rem;
  position: relative;
  background-size: cover;
  display: block;
}

.webform-confirmation {
  width: 100%;
  position: relative;
  padding: 35rem 0 15rem;
  max-width: 85%;
  margin: 0 auto;
}

.webform-confirmation .webform-confirmation__message {
  color: #167A84;
  font-size: 5rem;
  line-height: 110%;
  font-weight: 300;
}

.webform-confirmation .webform-confirmation__back a {
  display: table;
  background: #167A84;
  color: #fff;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  line-height: 100%;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
}

.webform-confirmation .webform-confirmation__back a:hover {
  background: #F3B838;
}


/* blog new */

.banner-inner.ctec .bannerHome-image-left {
  margin-top: 35%;
}

.banner-inner.ctec .bannerHome-image-right {
  margin-top: 0;
}

.banner-inner.ctec .icn-innerBanner-left {
  width: 25.6rem;
  height: 22.4rem;
  bottom: auto;
  right: 0;
  top: -10rem;
  z-index: -1;
}

.banner-inner.ctec .icn-rightBannerHome {
  width: 21.5rem;
  height: 42rem;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.banner-inner.ctec .right-bannerHome:after {
  background: url(../images/icn-purple-shape.svg) no-repeat;
  background-size: cover;
  width: 30.6rem;
  height: 33.5rem;
  top: 54%;
  left: 34%;
  transform: translate(-50%, -50%);
}

.inner-commEdit-section {
  margin-bottom: 10rem;
  z-index: 1;
  padding-left: 4%;
  padding-right: 4%;
}

.commEdit-bloc {
  padding: 3rem 14rem;
}

.inner-commEdit-section:before {
  content: '';
  width: 35.7rem;
  height: 38.6rem;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/icn-purple-shape.svg') no-repeat;
  background-size: cover;
  z-index: -1;
}

.left-commEdit {
  background: #ECF7F7;
}

.left-commEdit.commEdit-bloc .cta-cte a {
   background: #63264A;
}

.right-commEdit.commEdit-bloc .cta-cte a {
   background: #63264A;
}

.left-commEdit:after {
  content: '';
  background: #3DA9B0;
  width: calc(100% + 7%);
  height: 55%;
  position: absolute;
  right: -5%;
  bottom: -15%;
  z-index: -1;
}

.left-commEdit .title-cte,
.right-commEdit .title-cte {
  max-width: 50%;
  font-weight: 100;
}

.left-commEdit .desc-cte {
  max-width: 90%;
  font-weight: 100;
}

.right-commEdit .desc-cte {
  font-weight: 100;
}

.right-commEdit {
  padding: 3rem 0 3rem 25rem;
}

.image-commEdit {
  top: -15rem;
  margin-bottom: -20rem;
  z-index: 2;
}

/* .news-details-banner.blg {
  background: #ECF7F7;
} */

.news-details-banner {
  padding: 5rem 0 0;
  margin: 0;
}

.news-details-banner.blg .cta-cte a {
  display: table;
  background: #167A84;
  color: #fff;
  padding: 2rem 8rem;
  font-size: 1.6rem;
  line-height: 100%;
  text-transform: uppercase;
  margin: 0 0 0 auto;
  transition: all .5s ease-in-out;
}

.news-details-banner.blg .cta-cte a:hover {
  background: #F3B838;
}

.blg .inner-international-section {
  padding: 5rem 0 30rem;
}

.newsDetails-cat-info {
  position: relative;
  margin-right: 7.5rem;
}

.news-details-banner.blg .left-newsDetails-banner .share {
  margin: 0;
}

.newsDetails-cat-info li:not(:last-child) {
  margin-bottom: .5rem;
}

.newsDetails-cat-info li:first-child {
  font-size: 1.2rem;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #167A84;
}

.newsDetails-cat-info li {
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 600;
}

.newsDetails-cat-info li:last-child {
  font-weight: 300;
}

.right-newsDetails-banner:after {
  width: 90%;
  height: 100%;
  top: auto;
  bottom: -7.5%;
  transform: none;
  z-index: 1;
}

.right-newsDetails-banner .photo {
  padding: 0 3rem 6rem 0;
  z-index: 3;
}

.icon-left-newsDetails {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.icon-right-newsDetails {
  position: absolute;
  bottom: -8%;
  right: 0;
  z-index: 2;
}


.laDesc-bloc.blg .left-la-bloc {
  margin-top: 0;
  z-index: 1;
}

.laDesc-bloc.blg .left-la-bloc:after {
  content: '';
  background-image: url('../images/bg-blg-la.svg');
  width: 50.2rem;
  height: 50.2rem;
  position: absolute;
  top: -10rem;
  right: 0;
  background-size: cover;
  z-index: -1;
}

.laDesc-bloc.blg .left-la-bloc .photo:before {
  display: none;
}

.laDesc-bloc.blg .left-la-bloc .photo:after {
  content: '';
  width: 35.7rem;
  height: 38.6rem;
  position: absolute;
  top: -10rem;
  left: 8rem;
  background: url('../images/icn-purple-shape.svg') no-repeat;
  background-size: cover;
  z-index: -1;
}

.laDesc-bloc.blg .left-la-bloc .photo {
  height: 100%;
  display: flex;
}

.laDesc-bloc.blg .left-la-bloc .photo .inner-photo {
  display: flex;
}


.laDesc-bloc.blg .icn-laDesc-bottom {
  width: 19rem;
  height: 19rem;
  left: auto;
  right: -7rem;
  z-index: -1;
  bottom: -10rem;
}

.icon-top-curtin {
  width: 19rem;
  height: 19rem;
  position: absolute;
  top: -8rem;
  left: 0;
  z-index: 1;
}

.laDesc-bloc.blg .right-la-bloc {
  left: 0;
}

.laDesc-bloc.blg .right-la-bloc .inner {
  padding: 5rem;
  font-weight: 300;
}

.laDesc-bloc.blg .right-la-bloc .inner .desc-cte:nth-child(2) {
  font-weight: 500;
}

.international-section.la .right-international-section:before {
  background: url('../images/icn-purple-shape.svg') no-repeat;
  background-size: cover;
  z-index: 1;
}

.contributors-slider .swiper-wrapper {
  align-items: flex-end;
}

.contrib-content {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all .5s ease-in-out;
}

.contrib-content .inner {
  display: none;
}

.contributors-slider .swiper-slide-active .contrib-content {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  padding: 5rem;
}

.contributors-slider .swiper-slide-active .contrib-content .inner {
  display: block;
}

.contrib-name {
  font-weight: 600;
}

.contrib-job {
  font-weight: 400;
}

.contrib-desc {
  font-weight: 400;
}

.icon-right-contributors {
  position: absolute;
  right: -5%;
  bottom: 15%;
  width: 40%;
}

.contributors-cnt .testimonials-arrow-bloc .swiper-button-prev {
  background-image: url('../images/icn-sliderPurple-arrowPrev.svg');
}

.contributors-cnt .testimonials-arrow-bloc .swiper-button-next {
  background-image: url('../images/icn-sliderPurple-arrowNext.svg');
}

.contributors-cnt .testimonials-arrow-bloc .swiper-button-prev:hover {
  background-image: url('../images/icn-sliderPurple-arrowPrevH.svg');
}

.contributors-cnt .testimonials-arrow-bloc .swiper-button-next:hover {
  background-image: url('../images/icn-sliderPurple-arrowNextH.svg');
}

.contributors-repeat {
  width: 28%;
  position: relative;
  margin-right: 8%;
  margin-bottom: 5%;
}

.contributors-repeat:nth-child(3n) {
  margin-right: 0;
}

.contributors-repeat .content {
  background: #16939e;
  padding: 5rem;
  color: #fff;
  /* border-radius: 50%; */
  text-align: center;
  width: 100%;
  /* height: 42rem; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all .5s ease-in-out;
}

/* .contributors-repeat:hover .content {
  background: #F3B838;
} */

.contributors-repeat .content .tit {
  font-size: 2.4rem;
  line-height: 110%;
}

.contributors-repeat .content .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-weight: 400;
  line-height: 130%;
  margin-top: 2rem;
}

.contributors-repeat .content .cta {
  margin-top: 3.5rem;
}

.contributors-repeat .cta a {
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 1.6rem;
  transition: all .5s ease-in-out;
}

.contributors-repeat .cta a:hover {
  color: #F3B838;
}

.contributors-repeat .ppic {
  position: absolute;
  top: -30%;
  right: -15%;
  width: 38%;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.contributors-repeat .ppic .photo {
  padding: .5rem;
}

.contributors-repeat .ppic img {
  border-radius: 50%;
}

.popup-contrib {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.popup-contrib.open {
  visibility: visible;
  opacity: 1;
}

.popup-contrib-content {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55%;
  background: #fff;
  z-index: 2;
  height: 25%;
  overflow: hidden;
}

.popcontrib-close {
  position: absolute;
  right: 1.5%;
  top: 3%;
  padding: 1rem;
  cursor: pointer;
  z-index: 2;
}

.popcontrib-repeat {
  display: none;
}

.popup-contrib-content .inner {
  overflow-y: scroll;
  height: 100%;
  padding: 5rem 5rem 10rem 5rem;
}

.popcontrib-photo .photo {
  position: sticky;
  top: 0;
}

.popcontrib-photo .photo img {
  border-radius: 50%;
}

.popcontrib-tit {
  font-size: 3.2rem;
  line-height: 110%;
}

.popcontrib-desc {
  line-height: 150%;
  padding-top: 3rem;
  font-weight: 400;
}

.popup-contrib-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.inner-governance-section .testimonials-arrow-bloc .swiper-button-prev {
  background-image: url('../images/icn-sliderPurple-arrowPrev.svg');
}

.inner-governance-section .testimonials-arrow-bloc .swiper-button-next {
  background-image: url('../images/icn-sliderPurple-arrowNext.svg');
}

.inner-governance-section .testimonials-arrow-bloc .swiper-button-prev:hover {
  background-image: url('../images/icn-sliderPurple-arrowPrev.svg');
}

.inner-governance-section .testimonials-arrow-bloc .swiper-button-next:hover {
  background-image: url('../images/icn-sliderPurple-arrowNext.svg');
}

.governance-tit-bloc .left-programme-la li {
  font-size: 3rem;
}

.curtin-programme.blg .bloc {
  padding: 5rem 3rem;
  font-weight: 300;
}

.curtin-programme.blg  .title-cte {
    max-width: 20%;
}

.curtin-programme.blg .bloc a {
  transition: all .5s ease-in-out;
}

.curtin-programme.blg .bloc a:hover {
  color: #F3B838;
}

.curtinPro-accordion-hidden .bloc .icons {
  padding-top: 1.5rem;
}

.curtinPro-accordion-hidden .bloc .icons-repeat:not(:last-child) {
  margin-right: 1rem;
}

.contactus-form.news-filter-bloc form {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contactus-form.news-filter-bloc .js-form-item {
  width: 20%;
}

.contactus-form.news-filter-bloc .js-form-item:not(:last-child) {
  margin-right: 2%;
}

.contactus-form.news-filter-bloc .form-actions input {
  display: table;
  background: #167A84;
  color: #fff;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  line-height: 100%;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
  border: 0;
  cursor: pointer;
}

.contactus-form.news-filter-bloc .form-actions input:hover {
  background: #F3B838;
}

.contactus-form.news-filter-bloc .js-form-item select {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


/* ctc */

.ctc-partners-section {
  margin-bottom: 5rem;
}

.ctc-num-bloc {
  gap: 3.125%;
}

.ctc-num-repeat {
  width: 17.5%;
  position: relative;
  text-align: center;
}

.ctc-num-repeat .num {
  color: #63264A;
  font-size: 10rem;
  line-height: 100%;
  font-weight: 500;
}

.ctc-num-repeat .desc {
  max-width: 70%;
  margin: 0 auto;
}

.news-details-banner.blg.ctc-banner .inner-news-details-banner {
  margin: 0 auto;
}

.ctc-banner .right-newsDetails-banner:after {
  display: none;
}

.icon-right-newsDetails .share {
  gap: 1rem;
  color: #fff;
  position: absolute;
  bottom: 10%;
  left: 10%;
  flex-wrap: nowrap;
}

.icon-right-newsDetails .social {
  opacity: 0;
  transition: all .5s ease-in-out;
}

.icon-right-newsDetails:hover .social {
  opacity: 1;
}

.icon-right-newsDetails .social ul {
  gap: 1.5rem;
}

.icon-right-newsDetails .social li:not(:last-child) {
  margin-right: 0;
}

.left-newsDetails-banner .text a:hover {
  color: #63264A;
}

.left-newsDetails-banner .date {
  font-size: 1.4rem;
  line-height: 110%;
  font-weight: 500;
  text-transform: uppercase;
  color: #167A84;
}

.left-newsDetails-banner .icons {
  gap: .5rem;
  display: none;
}

.ctc-news-repeat .photo {
  padding: 0 3rem 6rem 0;
  z-index: 1;
}

.right-newsDetails-banner .icon-right-newsDetails,
.ctc-news-repeat .photo .icon-right-newsDetails {
  bottom: 0;
  cursor: pointer;
  z-index: -1;
  width: 15rem;
  height: 15rem;
}

.ctc-news-repeat .photo .icon-right-newsDetails:hover .ctc-news-repeat .share{
  opacity: 1;
}

/* .ctc-news-repeat .share {
  bottom: 10%;
  left: 15%;
  flex-wrap: wrap;
} */

.ctc-news-list {
  gap: 5%;
}

.ctc-news-list nav {
  width: 100%;
}

.ctc-news-list nav .js-pager__items {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.ctc-news-repeat {
  width: 30%;
  position: relative;
}

.ctc-news-repeat .content {
  padding: 0 3rem 3rem;
}

.ctc-news-repeat .ctc-news-repeat-date {
  position: absolute;
  top: -3.5rem;
  font-size: 1.4rem;
}

.ctc-news-repeat .ctc-news-repeat-title {
  font-size: 2rem;
  line-height: 120%;
  color: #167A84;
  padding-top: 2rem;
}

.bloc-news-sm .ctc-news-repeat .ctc-news-repeat-title {
  min-height: 10rem;
}

.ctc-news-repeat .ctc-news-repeat-link {
  padding-top: 2rem;
}

.ctc-news-repeat .ctc-news-repeat-link a {
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 700;
}

.ctc-news-repeat .ctc-news-repeat-link a:hover {
  color: #63264A;
}

.news-details-banner.blg.ctc-banner .cta-cte a {
  margin: 0 auto;
  background: #63264A;
  transition: all 0.3s ease-in
}

.news-details-banner.blg.ctc-banner .cta-cte a:hover {
  background: #F3B838;
  border-color: #F3B838;
}

.ctc-ln-section {
  background: rgba(99, 38, 74, .1);
  margin: 10rem 0;
}

/* .ctc-ln-section .inner-ctc-ln {
  padding: 5rem 0;
} */

/* .ctc-ln-section .inner-ctc-ln .ctc-news-list {
  padding-top: 0;
} */

/* .inner-ctc-ln .ctc-news-list {
  gap: 2.66%;
} */

.inner-ctc-ln .ctc-news-repeat {
  width: 21%;
}

.inner-ctc-ln .ctc-news-repeat .content {
    padding: 0 1rem 1rem;
}

/* .inner-ctc-ln .share {
  gap: 2rem;
}

.inner-ctc-ln .social {
  opacity: 0;
  transition: all .5s ease-in-out;
}

.inner-ctc-ln .social ul {
  gap: 1.5rem;
}

.inner-ctc-ln .social li {
  margin-right: 0 !important;
} */

.icon-right-newsDetails:hover .social {
  opacity: 1;
}

.inner-ctc-ln .ctc-news-repeat .ctc-news-repeat-date {
  font-size: 1.2rem;
  line-height: 2.2rem;
}

.inner-ctc-ln .ctc-news-repeat .ctc-news-repeat-title {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #676767;
  min-height: 13rem;
  font-weight: 700;
}

.inner-ctc-ln .ctc-news-repeat .ctc-news-repeat-link a {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
}

.left-ctc-newsletter {
  width: 57%;
  position: relative;
  z-index: 1;
}

.leftctc-nl-shape {
  position: absolute;
  right: -2%;
  top: -2rem;
  width: 75%;
  z-index: -1;
}

.left-ctc-newsletter .inner {
  background: #ECF7F7;
}

.left-ctc-newsletter .content {
  padding: 5.7rem 3rem 0;
}

.left-ctc-newsletter .content .desc,
.right-ctc-newsletter .desc {
  font-weight: 300;
}

.right-ctc-newsletter {
  width: 43%;
  position: relative;
  padding: 0 20rem 12rem 11rem;
}

.right-ctc-newsletter .title-cte {
  max-width: 50%;
}

.right-ctc-newsletter .cta-cte a,
.left-international-section .cta-cte a {
  background: #63264A;
}

.right-ctc-newsletter .cta-cte a:hover,
.left-international-section .cta-cte a:hover {
  background: #F3B838;
}
 
.ctc .icon-right-curtin {
  bottom: -10%;
  width: 35%;
}

.top-right-curtin {
  width: 35%;
  position: absolute;
  right: 0;
  bottom: 21.5rem;
  display: none;
}

.languette-section {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
}

.languette-section li {
  width: 20rem;
  height: 6rem;
  border-radius: 2rem 0 0 2rem;
  background: #63264A;
  color: #fff;
  font-size: 1.4rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: translateX(15rem);
  transition: all 1s ease-in-out;
}

.languette-section li:hover {
  transform: translateX(0);
}

.languette-section li a {
  padding: .5rem 1.5rem;
}

.languette-section li:not(:last-child) {
  margin-bottom: .5rem;
}

.languette-section li .inner {
  gap: 1.5rem;
}

.ctc-contrib-bloc {
  gap: 3rem;;
}

.ctc-contrib-repeat {
  width: 31.25%;
  position: relative;
  background: #3DA9B0;
  cursor: pointer;
  min-height: 32rem;
}

.ctc-contrib-repeat .photo {
  z-index: 1;
}

.ctc-contrib-repeat .photo .icn {
  position: absolute;
  bottom: -30%;
  left: -20%;
  width: 85%;
  z-index: -1;
}

.left-ctc-contribRep .inner {
  color: #fff;
  max-height: 20rem;
  overflow: hidden;
}

.ctc-contribRep-job {
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 300;
}

.ctc-contribRep-desc {
  font-size: 1.4rem;
  line-height: 150%;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-width: 19rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ctc-contribRep-link
{
	z-index:10;
}

.ctc-contribRep-link a {
  display: table;
  margin: 0 0 0 auto;
  color: #fff;
  font-size: 1.4rem;
  line-height: 110%;
  text-transform: uppercase;
}

.ctc-contribRep-link a:hover {
  color: #63264A;
}

.bannerHome-section.ctc {
  background: #ECF7F7;
}

.ctc .inner-bannerHome {
  padding: 7.5rem 0 0;
}

.ctc.accomodation-pros-section {
  background: #ECF7F7;
  margin-bottom: 10rem;
}

.swiper-container.ctcValues-slider {
  height: 100%;
}

.swiper-container.ctcValues-slider .swiper-slide {
  background: #3DA9B0;
  min-height: 100%;
}

.ctc-values-cnt {
  color: #fff;
  text-align: center;
  padding: 10rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 48rem;
  cursor: pointer;
  overflow: hidden;
}

.swiper-container.ctcValues-slider .swiper-slide .ctc-values-cnt:before {
  content: '';
  background: #63264A;
  width: 15rem;
  height: 15rem;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 100%;
  transition: all 0.3s ease-in
}

.swiper-container.ctcValues-slider .swiper-slide .ctc-values-cnt:hover:before {
  width:100%;
  height: 100%;
  border-top-right-radius: initial;
}

.ctc-values-cnt:hover .desc {
  opacity: 1;
  height: auto;
}

.ctc-values-cnt:hover .tit {
  display: none;
}

.ctc-values-cnt .tit {
  font-size: 4rem;
  line-height: 120%;
  z-index: 2;
  text-align: center;
}

.ctc-values-cnt .desc {
  font-size: 1.8rem;
  padding-top: 3rem;
  opacity: 0;
  height: 0;
  z-index: 2;
  transition: all 0.3s ease-in 0.2s;
}

.laDesc-bloc.blg.ctc .right-la-bloc .inner {
  padding: 0 5rem 0 15rem;
  background: transparent;
}

.laDesc-bloc.blg.ctc .right-programme-repeat {
  animation: none;
}

.laDesc-bloc.blg.ctc .right-programme-repeat li {
  margin-bottom: 3%;
}

.laDesc-bloc.blg.ctc .right-programme-repeat strong {
  text-transform: uppercase;
  font-weight: 600;
}

.left-newsDetails-banner.contact .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  height: auto;
  z-index: 1;
}

.article-content-section .newsDetails-cat-info ul li:last-child {
  display: none;
}

.article-banner-section .photo {
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 10rem);
}

.article-banner-section .photo:after {
  content: '';
  background: transparent linear-gradient(180deg, transparent 50%, #000 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.article-banner-section .content {
  position: absolute;
  bottom: 7.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  color: #fff;
  z-index: 2;
}

.article-banner-section .content h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 7rem;
  line-height: 120%;
}

.article-info-bloc .cat a {
  background: #AAAAAA;
  color: #fff;
  font-size: 1.8rem;
  line-height: 110%;
  font-style: italic;
  display: table;
  font-weight: 400;
  padding: 1.2rem 2.5rem;
  border-radius: 1.9rem;
}

.article-info-bloc .cat a:hover {
  background: #63264A;
}

.article-info-bloc .date {
  font-size: 1.4rem;
  line-height: 110%;
  font-weight: 500;
  text-transform: uppercase;
  color: #167A84;
}

.newsDetails-cat-info li:nth-child(2) {
  font-size: 1.6rem;
  line-height: 120%;
}

.newsDetails-cat-info li:last-child {
  font-style: italic;
  line-height: 120%;
}

.article-info-bloc .icons {
  gap: .8rem;
  display: none;
}

.article-content-bloc .desc-cte {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
  color: #070707;
  font-size: 1.7rem;
  line-height: 2.8rem;
}

.article-content-bloc .desc-cte h2 {
  font-size: 2.4rem;
}

.article-content-bloc .desc-cte a {
  color: #167A84;
}

.article-content-bloc .desc-cte li {
  margin-left: 2.5rem;
}

.article-content-bloc .desc-cte ul li {
  list-style: disc;
}

.article-content-bloc .desc-cte ol li {
  list-style: auto;
}

figcaption  {
  display: block;
  font-size: 1.3rem;
}

.article-content-bloc .quote-bloc {
  font-family: "Libre Caslon Text", serif;
  font-weight: 500;
  font-style: normal;
  color: #167A84;
  font-size: 2.5rem;
  line-height: 130%;
  padding: 3rem;
  text-align: center;
}

.article-content-bloc .tit {
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-style: normal;
  color: #070707;
  font-size: 2.6rem;
  line-height: 130%;
  padding-top: 3rem;
}

.right-article-content {
  background: #ECF7F7;
}

.right-article-content .inner {
  padding: 5rem;
}

.right-article-content .title-cte {
  font-size: 3.6rem;
}

.right-article-content .ctc-news-repeat {
  width: 100%;
}

.right-article-content .ctc-news-repeat:not(:last-child) {
  margin-bottom: 5%;
}

.article-info-bloc .icon-right-newsDetails {
  top: -15rem;
  bottom: auto;
  z-index: 1;
}

.wwd-repeated .image-wrap:after {
  content: '';
  background: transparent linear-gradient(180deg, transparent 50%, #00A19A 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.7s ease-in-out .2s;
  z-index: 1;
}

.ctc-arrowBloc .top {
  gap: 2rem;
}

.ctc-arrowBloc .text {
  font-size: 1.4rem;
  line-height: 110%;
  color: #63264A;
  text-transform: uppercase;
}

.ctc-arrowBloc .bottom {
  font-size: 1.6rem;
  line-height: 120%;
  color: #63264A;
  padding-top: 2rem;
}

.right-ctc-arrowBloc {
    text-align: right;
}

.governance-cnt {
  height: auto;
  position: relative;
}

.governance-cnt .left-programme-la {
  position: absolute;
  top: 0;
  left: 10.5rem;
  font-size: 4rem;
  color: #167A84;
}

.governance-cnt.strategic-commitee {
  margin-bottom: 15rem;
}

.governance-cnt.editorial-commitee {
  margin-bottom: 5rem;
}

.governance-cnt-repeat .left-slider-part{
  width: 36%;
  position: relative;
  top: 10.3rem;
  padding: 0 3rem;
}

.governance-cnt .icon-left-curtin {
  bottom: 7rem;
  top: initial;
  z-index: 1;
}

.left-slider-part .inner .photo {
   width: 49rem;
   height: 49rem;
   margin-left: 8rem;
}

/* .left-slider-part .inner {
  position: relative;
} */

.left-slider-part .inner::after {
  content: '';
  width: 100%;
  height: 65%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #3DA9B0;
  z-index: -1;
}

.left-slider-part .governance-people-wp {
  position: relative;
  top: 3rem;
  max-width: 43rem;
  margin-left: auto;
}

.governance-people-wp .governance-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.4rem;
  padding-bottom: 0.5rem;
}

.governance-people-wp .governance-job {
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 2.4rem;
  height: 3rem;
}

.governance-cnt-repeat .right-slider-part {
  background: #ECF7F7;
  width: 52%;
  max-height: 38.3rem;
  padding: 9.3rem 12.5rem;
  overflow: hidden;
}

.content-inner .contrib-name {
  font-size: 1.8rem;
  line-height: 130%;
}

.content-inner .contrib-job {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 130%;
}

.content-inner .contrib-desc {
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 2.2rem;
} 

.thumbs-photo-wp {
    width: 52%;
    margin-left: auto;
    margin-right: 15rem;
    transform: translateY(-11rem);
    overflow: hidden;
}

.thumbs-photo-wp .inner-bottom-content {
  max-width: 17rem;
  max-height: 17rem;
  width: 100%;
}

/* .thumbs-photo-wp .inner-bottom-content img {
  border-top-right-radius: 200px;
} */

/* .left-slider-part .inner .photo img {
  border-top-right-radius: 540px;
} */

.testimonials-arrow-bloc.governance-arrow-bloc,
.testimonials-arrow-bloc.editorial-arrow-bloc {
  padding-top: 3rem;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
}

.right-governance {
  margin-bottom: 10%;
}
.right-governance .icon-left-curtin {
  position: absolute;
  right: -25%;
  left: auto;
  top: -15%;
} 

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: max-content;
}

.swiper-pagination-bullet {
  width: unset !important;
  height: unset !important;
  background: unset !important;
  opacity: 0.5 !important;
  font-size: 1.5rem;
  padding: 0 1.3rem;
  color: #676767;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

/*
.contributors-popup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
  z-index: 99;
}
*/

.contributors-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5); /* optional backdrop */
    z-index: 999;
    display: none;
}

/* .contributors-popup > * {
    max-width: 90vw;
    max-height: 90vh;
    overflow: auto;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-sizing: border-box;
} */

.contributors-popup.open {
  display: block;
}

.contributorsPop-sliderBloc {
  max-height: 75rem;
}

.content-contributors-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  z-index: 2;
}

.inner-content-contributorsPop {
  background: #3DA9B0;
  color: #fff;
  height: 65rem;
  overflow: auto;
  padding: 10rem 5rem 5rem 0;
}

.ctc-popup-close {
  position: absolute;
  top: 5%;
  right: 2.5%;
  color: #fff;
  cursor: pointer;
  transition: all .5s ease-in-out;
  z-index: 2;
}

.ctc-popup-close:hover {
  color: #63264A;
}

.left-contribPop .photo {
  z-index: 1;
}

.left-contribPop .icn {
  position: absolute;
  top: -10rem;
  right: -3rem;
  width: 100%;
  transform: scaleX(-1) rotate(90deg);
  z-index: -1;
}

.left-contribPop .ctc-contribRep-name {
  font-size: 2.2rem;
  line-height: 110%;
}

.left-contribPop .ctc-contribRep-job {
  font-size: 1.8rem;
  line-height: 110%;
}

.right-contribPop .text {
  font-size: 2rem;
  line-height: 130%;
  font-weight: 300
}

.ctc-arrowBloc-pop {
  position: absolute;
  bottom: 5%;
  right: 2.5%;
  z-index: 2;
}

.ctc-arrowBloc-pop .inner {
  gap: 3rem;
}

.ctc-arrowBloc-pop .inner .button-prev,
.ctc-arrowBloc-pop .inner .button-next {
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.ctc-arrowBloc-pop .inner .swiper-button-disabled {
  opacity: .3;
}

.bg-contributors-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .7);
  z-index: 1;
}

.contributorsPop-arrow {
  position: absolute;
  bottom: 0;
  right: -1rem;
  gap: 2rem;
}

.contributorsPop-arrow  .swiper-button-prev,
.contributorsPop-arrow .swiper-button-next {
  background-repeat: no-repeat;
  width: 3.9rem;
  height: 3.7rem;
  right: auto;
  bottom: auto;
  top: auto;
  margin: 0;
  background-size: cover;
  position: relative;
  margin-left: 1.5rem;
}

.contributorsPop-arrow .swiper-button-prev:after,
.contributorsPop-arrow .swiper-button-next:after {
  display: none;
}


.contributorsPop-arrow  .swiper-button-prev {
  background-image: url('../images/icn-sliderPurple-arrowPrev.svg');
}

.contributorsPop-arrow .swiper-button-next {
  background-image: url('../images/icn-sliderPurple-arrowNext.svg');
}

/* footer */

footer.w100
{
	padding-bottom: 10rem;
}

.top-footer {
  background: #167A84;
  z-index: 1;
}

.top-footer .inner.pda-100 {
  padding: 10rem 0 5rem
}

.top-footer-info {
  color: #fff;
}

.top-footer-info .tit {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.top-footer-info:last-child .tit {
  text-align: center;
}

.top-footer-info .partner-logo-wrapper {
  text-align: center;
}

.top-footer-info .partner-logo-wrapper svg {
  margin: 1rem auto;
}

.top-footer-info .sub .social ul {
  justify-content: center;
  margin-bottom: 7.3rem;
}

.partner-text span {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.top-footer-info .sub {
  font-size: 1.4rem;
  line-height: 130%;
  font-weight: 400;
}

.top-footer-info .sub ul.links li:not(:last-child) {
  margin-bottom: .5rem;
}

.top-footer-info .sub a {

  transition: all .5s ease-in-out;
}

.top-footer-info .sub a:hover {
  color: #F3B838;
}

.social li:not(:last-child) {
  margin-right: 3rem;
}

.social li path {
  transition: all .5s ease-in-out;
}

.social li a:hover path {
  fill: #F3B838;
}

.bottom-footer {
  background: #4A4A4A;
  height: 6rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.right-bottom-footer li:not(:last-child) {
  margin-right: 5rem;
}

.right-bottom-footer li a {
  transition: all .5s ease-in-out;
}

.right-bottom-footer li a:hover {
  color: #F3B838;
}

.messages.messages--status {
  display: none;
}

.desc-cte img {
    width: 100%;
}

/* animations */
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes hide {
  0% {
      transform: scale(1)
  }
  100% {
      transform: scale(0);
      width: 0;
      height: 0;
      margin: 0 auto
  }
}

@keyframes show2 {
  0% {
      transform: scale(0);
      width: 0;
      height: 0;
      margin: 0 auto
  }
  100% {
      transform: scale(1);
      width: 100%;
      height: 100%;
  }
}


/*Newsletter Styles Starts*/
.form-email,
.webform-button--submit {
	 margin: 3rem 0;
	 float: left;
	 padding: 1.5rem;
	 font-size:1.5rem;
	 border: 1px solid #63264A;
}

.form-email{
    width: 72%;
}

.webform-button--submit {
	background:#63264A;
	width: 25%;
	padding:1em;
	color:#fff;
	text-transform:uppercase;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.webform-button--submit:hover {
  background: #F3B838;
  border-color: #F3B838;
}


/*Newsletter Styles Ends*/

#pagination-heading {
  display: none;
}

.views-exposed-form {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 1.9rem;
  margin-bottom: 5rem;
}

.views-exposed-form select,
.views-exposed-form input {
    width: 100%;
    padding: 1.2rem 1rem;
    margin-bottom: 1rem;
    border: none;
    color: #676767;
}

/* .views-exposed-form select#edit-author {
  width: 25%;
}

.views-exposed-form select#edit-theme {
  width: 25%;
}

.views-exposed-form input#edit-text {
  width: 25%;
} */

.views-exposed-form input#edit-submit-articles-listing {
  width: 14%;
  display: table;
  background: #63264A;
  color: #fff;
  font-size: 1.4rem;
  line-height: 100%;
  text-transform: uppercase;
}

.viewsreference--view-title, .visually-hidden {
    display: none;
}

.desc-cte hr {
    height: 2px;
    background: #167A84;
    margin: 3rem 0;
}

/* Main form container */
.user-login-form {
    max-width: 400px;
    margin-top: 20rem;
    margin-bottom: 5rem;
    padding: 2rem;
    background-color: #ECF7F7;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Form elements */
.user-login-form .form-item {
  margin-bottom: 1.5rem;
}

/* Labels */
.user-login-form label {
  display: block;
  color: #167A84;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* Required field indicator */
.user-login-form .form-required::after {
  content: '*';
  color: #d63638;
  margin-left: 3px;
}

/* Text inputs */
.user-login-form input[type="text"],
.user-login-form input[type="password"] {
  width: 100%;
  padding: 12px;
  border: 2px solid #d1e5e5;
  border-radius: 4px;
  background-color: white;
  color: #167A84;
  font-size: 2rem;
  transition: border-color 0.3s ease;
}

.user-login-form input[type="text"]:focus,
.user-login-form input[type="password"]:focus {
  border-color: #167A84;
  outline: none;
  box-shadow: 0 0 0 2px rgba(22, 122, 132, 0.2);
}

/* Submit button */
.user-login-form input[type="submit"] {
  width: 100%;
  padding: 12px;
  background-color: #167A84;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.user-login-form input[type="submit"]:hover {
  background-color: #0e5a62;
}

/* Form header (if you add one later) */
.user-login-form h2 {
  color: #167A84;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.newsDetails-cat-share ul li:last-child {
  font-style: normal;
}

.partners_cat {
    text-align: center;
    font-size: 1.8rem;
    margin: 0 0 2rem;
    font-weight: 300;
}

.ctc-partners-bloc .swiper-slide .photo {
  max-width: 18rem;
}

.ctc-partners-bloc .ctc-partners-blocTwo .swiper-slide .photo,
.ctc-partners-bloc .ctc-partners-blocThree .swiper-slide .photo {
  max-width: 13rem;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .user-login-form {
    padding: 1.5rem;
    margin: 1rem;
  }
}

#klaro-cookie-notice {
    width: 100% !important;
    bottom: 0;
    right: 0;
    max-width: 100%;
    background: #63264a;
    border-radius: 0;
    align-items: center;
}

#klaro-cookie-notice .cn-body {
    padding: 2rem 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#id-cookie-title {
    font-size: 2rem;
    color: #fff;
    margin-top: 0;
    width: 100%;
}

#id-cookie-notice {
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-right: 6rem;
    color: #fff;
}

#klaro-cookie-notice .cn-buttons button {
    background: #167a84;
    border: none;
    transition: all 0.3s ease-in;
}

#klaro-cookie-notice .cn-buttons button:hover {
    background: #fff;
    color: #167a84;
}

/* new partner section style */
/* .ctc-partners-bloc {
  height: 40rem;
} */

.partner_filter-wp {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 10rem;
}

.partner_filter-wp ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.4rem;
}

.filter_partner {
    color: #676767;
    padding-bottom: 1.3rem;
    cursor: pointer;
    transition: all 0.3s ease-in;
    border-bottom: 3px solid transparent;
}

.filter_partner:hover {
    color: #63264A;
}

.filter_partner.active {
    color: #63264A;
    border-bottom: 3px solid #63264A;
}

.ctc-partners-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7rem;
    position: absolute;
    top: 6rem;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in;
}

.ctc-partners-slider.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.partner_logo {
   padding: 3.8rem 7rem;
   border-radius: 8px;
   border: 1px solid #DFDFDF;
   background: #FFF;
   width: 20%;
}
