.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.hidden {
  display: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-bold {
  font-weight: bold;
}
.nowrap {
  white-space: nowrap;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'DIN', arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  background: #fff;
  letter-spacing: 1px;
  min-width: 320px;
}
input,
button,
a {
  outline: none;
}
a {
  color: #000;
}
img {
  max-width: 100%;
  min-height: 1px;
}
@font-face {
  font-family: 'DIN';
  src: url('../fonts/din-webfont.eot');
  src: url('../fonts/din-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din-webfont.woff') format('woff'), url('../fonts/din-webfont.ttf') format('truetype'), url('../fonts/din-webfont.svg#DIN-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.sprite {
  background-image: url('images/spritesheet.png');
  background-repeat: no-repeat;
  display: inline-block;
}
.sprite-erno {
  width: 76px;
  height: 60px;
  background-position: -5px -5px;
}
.sprite-eurobeauty {
  width: 182px;
  height: 50px;
  background-position: -91px -5px;
}
.sprite-flag-blue-bg {
  width: 220px;
  height: 220px;
  background-position: -283px -5px;
}
.sprite-globus {
  width: 40px;
  height: 49px;
  background-position: -513px -5px;
}
.sprite-glycel {
  width: 121px;
  height: 37px;
  background-position: -5px -235px;
}
.sprite-h2o {
  width: 83px;
  height: 50px;
  background-position: -513px -64px;
}
.sprite-handshake-blue-bg {
  width: 220px;
  height: 220px;
  background-position: -136px -235px;
}
.sprite-home {
  width: 48px;
  height: 40px;
  background-position: -563px -5px;
}
.sprite-info-blue-bg {
  width: 221px;
  height: 220px;
  background-position: -366px -235px;
}
.sprite-oasis-beauty {
  width: 104px;
  height: 55px;
  background-position: -5px -124px;
}
.sprite-oasis-florist {
  width: 120px;
  height: 58px;
  background-position: -5px -465px;
}
.sprite-oasis-homme {
  width: 109px;
  height: 47px;
  background-position: -135px -465px;
}
.sprite-oasis-md {
  width: 335px;
  height: 257px;
  background-position: -621px -5px;
}
.sprite-oasis-medical {
  width: 124px;
  height: 45px;
  background-position: -597px -272px;
}
.sprite-oasis-sm {
  width: 131px;
  height: 88px;
  background-position: -731px -272px;
}
.sprite-oasis-spa {
  width: 95px;
  height: 55px;
  background-position: -5px -370px;
}
.sprite-trio-blue-bg {
  width: 220px;
  height: 220px;
  background-position: -597px -370px;
}
.padding-lr-30 {
  padding: 0 30px;
}
.padding-lr-50 {
  padding: 0 50px;
}
.padding-lr-80 {
  padding: 0 80px;
}
.padding-lr-110 {
  padding: 0 110px;
}
.main {
  max-width: 100%;
  overflow: hidden;
}
body.no-scroll {
  overflow: hidden;
}
.modal-dialog {
  max-width: 768px !important;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-header {
  color: #0090d2;
}
@media screen and (min-width: 1024px) {
  .modal.show {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
form input,
form textarea {
  border: 1px solid #000;
  padding: 5px 10px;
  width: 100%;
}
form textarea {
  height: 200px;
}
.fullwidth img {
  width: 100%;
  height: auto;
}
.button {
  display: inline-block;
  font-size: 14px;
  color: #0090d2;
  text-align: center;
  padding: 15px 48px;
  border: 1px solid #000;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.button:hover,
.button:focus,
.button:active {
  background-color: #eee;
  text-decoration: none;
}
.banner__wrap img {
  width: 100%;
}
.arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 15px;
  /* Arrow size */
  margin: auto 0;
  border: solid transparent;
  border-width: 0 0 1rem 1rem;
  -webkit-box-shadow: 2px -2px white inset;
  box-shadow: 1px -1px 0 1px white inset;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  z-index: 50;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(225deg) scale(0.8);
  -ms-transform: rotate(225deg) scale(0.8);
  transform: rotate(225deg) scale(0.8);
}
.arrow:hover,
.arrow:focus,
.arrow:active {
  -webkit-transform: rotate(225deg) scale(1);
  -ms-transform: rotate(225deg) scale(1);
  transform: rotate(225deg) scale(1);
}
@media screen and (min-width: 1300px) {
  .container {
    max-width: 1280px !important;
  }
}
@media screen and (max-width: 1200px) {
  .padding-lr-30 {
    padding: 0 15px;
  }
  .padding-lr-50 {
    padding: 0 25px;
  }
  .padding-lr-80 {
    padding: 0 40px;
  }
  .padding-lr-110 {
    padding: 0 70px;
  }
}
@media screen and (max-width: 992px) {
  .padding-lr-30 {
    padding: 0;
  }
  .padding-lr-50 {
    padding: 0;
  }
  .padding-lr-80 {
    padding: 0;
  }
  .padding-lr-110 {
    padding: 0 40px;
  }
  .button {
    font-size: 12px;
    padding: 12px 45px;
  }
}
@media screen and (max-width: 768px) {
  .padding-lr-110 {
    padding: 0;
  }
}
h1,
.h1 {
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #000;
}
.h1__subtitle {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.4;
}
h2,
.h2 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 500;
  position: relative;
}
h2:before,
.h2:before {
  display: block;
  content: '';
  width: 72px;
  height: 2px;
  position: absolute;
  top: -15px;
  left: 0px;
}
h2.section__heading--blue,
.h2.section__heading--blue {
  color: #000;
}
h2.section__heading--blue:before,
.h2.section__heading--blue:before {
  background-color: #0090d2;
}
h2.section__heading--white,
.h2.section__heading--white {
  color: #fff;
}
h2.section__heading--white:before,
.h2.section__heading--white:before {
  background-color: #fff;
}
h3,
.h3 {
  font-size: 16px;
  letter-spacing: 1px;
}
h4,
.h4 {
  font-size: 14px;
  font-weight: 500;
}
.section__content {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: 1.3px;
}
.section__content--light {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 25px;
  letter-spacing: 1.3px;
}
.heading__highlight-center {
  position: relative;
}
.heading__highlight-center:before {
  display: block;
  content: '';
  background-color: #0090d2;
  width: 72px;
  height: 2px;
  position: absolute;
  top: -15px;
  left: 0px;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 992px) {
  h1,
  .h1 {
    font-size: 18px;
  }
  h2,
  .h2 {
    font-size: 14px;
  }
  h3,
  .h3 {
    font-size: 15px;
  }
  h4,
  .h4 {
    font-size: 13px;
  }
  .h2 {
    font-size: 18px;
  }
  .h2:before {
    width: 57px;
  }
  .section__content,
  .section__content--light {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#header {
  height: 108px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}
#header .container {
  position: relative;
}
.header__lang {
  text-align: right;
  font-size: 14px;
}
.header__lang-choice {
  text-transform: uppercase;
  display: inline-block;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header__lang-choice:hover,
.header__lang-choice:focus,
.header__lang-choice:active {
  color: #0090d2;
  text-decoration: none;
}
.header__lang-choice-1 {
  margin-right: 9px;
}
.header__lang-choice-1:after {
  display: inline-block;
  content: '/';
  color: #000;
  font-size: 15px;
  margin-left: 9px;
}
.logo {
  display: block;
  background: url("images/general-icons/logo.svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 360px;
  height: 56px;
}
.header__nav {
  -webkit-transition: 0.3s transform ease;
  -o-transition: 0.3s transform ease;
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.header__nav-list {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.header__nav-item {
  margin-left: 45px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: inline-block;
  list-style: none;
}
.header__nav-item:hover .header__nav-link,
.header__nav-item:focus .header__nav-link,
.header__nav-item:active .header__nav-link {
  color: #0090d2;
}
.header__nav-item.active .header__nav-link {
  color: #0090d2;
}
.header__nav-link {
  color: #000;
  font-size: 15px;
  padding: 8px 0;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header__nav-link:hover,
.header__nav-link:focus,
.header__nav-link:active {
  text-decoration: none;
}
#header-mob__btn {
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 15px;
  z-index: 51;
  display: none;
}
#header-mob__btn span {
  width: 30px;
  height: 2px;
  background-color: rgba(51, 51, 51, 0.65);
  display: block;
  margin: 5px auto;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#header-mob__btn:hover span,
#header-mob__btn:focus span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#header-mob__btn.active span:nth-child(2) {
  opacity: 0;
}
#header-mob__btn.active span:nth-child(1) {
  -webkit-transform: translate(0px, 0px) rotate(45deg);
  -ms-transform: translate(0px, 0px) rotate(45deg);
  -o-transform: translate(0px, 0px) rotate(45deg);
  transform: translate(0px, 0px) rotate(45deg);
}
#header-mob__btn.active span:nth-child(3) {
  -webkit-transform: translateY(-14px) rotate(-45deg);
  -ms-transform: translateY(-14px) rotate(-45deg);
  -o-transform: translateY(-14px) rotate(-45deg);
  transform: translateY(-14px) rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  .header__nav-item {
    margin-left: 25px;
  }
}
@media screen and (max-width: 992px) {
  #header {
    height: 106px;
  }
  #header-mob__btn {
    display: block;
  }
  .header__nav {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 72px 0;
    margin-top: -16px;
    -webkit-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
  }
  .header__nav.header__nav-open {
    opacity: 1;
    visibility: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 0;
    background-color: rgba(238, 238, 238, 0.94);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header__nav.header__nav-open .header__nav-list {
    width: 100%;
    height: 70%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__nav-list {
    width: 100%;
    height: 70%;
  }
  .header__lang {
    font-size: 12px;
  }
}
@media screen and (max-width: 580px) {
  #header {
    height: 95px;
  }
  .logo {
    width: 299px;
    height: 42px;
  }
  #header-mob__btn {
    top: 28px;
  }
}
@media screen and (max-width: 420px) {
  .logo {
    width: 238px;
    height: 43px;
  }
  #header-mob__btn {
    top: 29px;
  }
}
.homepage-info__heading {
  text-align: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 85px;
}
.homepage-info__buttons {
  padding: 0 50px;
  margin-bottom: 80px;
}
.homepage-info__btn {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.homepage-info__icon {
  margin: auto;
  display: block;
  position: relative;
}
.homepage-info__icon-1,
.homepage-info__icon-2,
.homepage-info__icon-3,
.homepage-info__icon-4 {
  background: #0090D2;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.homepage-info__icon-1:before {
  background: url("images/icons copy-01 (about).svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
}
.homepage-info__icon-2:before {
  background: url("images/icons copy-02 (milestone).svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 40%;
  left: 55%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
}
.homepage-info__icon-3:before {
  background: url("images/icons copy-03 (management).svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
}
.homepage-info__icon-4:before {
  background: url("images/icons copy-04 (investor).svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
}
.homepage-info__btn-text {
  display: block;
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.banner {
  height: 350px;
}
.banner img {
  width: 100%;
}
.homepage-banner-1 {
  height: 350px;
}
.homepage-business {
  padding: 50px 0 60px;
}
.homepage-business .h1 {
  margin-bottom: 40px;
}
.business__img {
  margin-bottom: 25px;
}
.business__img img {
  width: 100%;
}
.business__content-wrap {
  width: 100%;
}
.business__icon {
  min-width: 50px;
}
.business__icon-home {
  background: url("images/icons copy-12-blue(service).svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 48px;
  height: 40px;
}
.homepage-business__icon-globus {
  background: url("images/icons copy-11-blue(retail).svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 39px;
  height: 48px;
}
.business__content {
  min-height: 176px;
  padding-bottom: 50px;
  position: relative;
}
#homepage .business__content {
  margin-left: 25px;
}
.business__subtitle {
  color: #0090d2;
  margin-bottom: 30px;
}
.business__text {
  margin-bottom: 40px;
}
.homepage-career {
  padding-top: 50px;
  padding-bottom: 60px;
}
.homepage-career__content-wrap {
  margin-bottom: 40px;
}
.homepage-career__content-wrap .section__content {
  max-width: 92%;
}
.homepage-career__btn-wrap {
  margin-top: 30px;
}
.section-logos img {
  /*height: 25px;*/
  float: left;
  margin-bottom: 25px;
  margin-right: 15px;
  vertical-align: top;
}
.section-logos:hover {
  text-decoration: none;
}
.homepage-career__group-logo {
  position: relative;
  background: url("images/general-icons/oasis-sm.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 81px;
  height: 54px;
}
.homepage-career__separator {
  height: 1px;
  width: 100%;
  background-color: #adadad;
  margin: 20px 0;
}
.career-logo-WOG_Logo_OCT2014-01 {
  height: 136px !important;
}
.career-logo-OMC,
.career-logo-OMC-01 {
  height: 45px !important;
}
.career-logo-OS,
.career-logo-OS-01 {
  height: 55px !important;
}
.career-logo-OB,
.career-logo-OB-01 {
  height: 55px !important;
}
.career-logo-OH,
.career-logo-OH-01 {
  height: 50px !important;
}
.career-logo-OF,
.career-logo-OF-01 {
  height: 55px !important;
}
.career-logo-GC,
.career-logo-Gc-01 {
  height: 40px !important;
}
.career-logo-EL,
.career-logo-EL-01 {
  height: 58px !important;
}
.career-logo-H2O,
.career-logo-H2O-01 {
  height: 48px !important;
}
.career-logo-EB-01,
.career-logo-EB-01 {
  height: 40px !important;
}
.section-logos__small {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.homme__logo {
  background: url("images/general-icons/oasis-homme.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 71px;
  height: 30px;
}
.medical__logo {
  background: url("images/general-icons/oasis-medical.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 82px;
  height: 29px;
}
.spa__logo {
  background: url("images/general-icons/oasis-spa.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 62px;
  height: 35px;
}
.beauty__logo {
  background: url("images/general-icons/oasis-beauty.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 68px;
  height: 35px;
}
.florist__logo {
  background: url("images/general-icons/oasis-florist.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 79px;
  height: 37px;
}
.h2o__logo {
  background: url("images/general-icons/h2o.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 54px;
  height: 32px;
}
.glycel__logo {
  background: url("images/general-icons/glycel.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 78px;
  height: 24px;
}
.erno__logo {
  background: url("images/general-icons/erno.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 46px;
  height: 36px;
}
.eurobeauty__logo {
  background: url("images/general-icons/eurobeauty.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 120px;
  height: 32px;
}
@media screen and (min-width: 991px) {
  .business__content-wrap {
    min-height: 450px;
  }
  body.lang_zh-hant .business__content-wrap {
    min-height: 290px;
  }
  .business__btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 1199px) {
  .business__content-wrap {
    min-height: 400px;
  }
  body.lang_zh-hant .business__content-wrap {
    min-height: 280px;
  }
}
@media screen and (min-width: 1300px) {
  .business__content-wrap {
    min-height: 360px;
  }
  body.lang_zh-hant .business__content-wrap {
    min-height: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .homepage-info__icon-1,
  .homepage-info__icon-2,
  .homepage-info__icon-3,
  .homepage-info__icon-4 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 992px) {
  .homepage-info__btn-text {
    font-size: 15px;
  }
  .banner {
    height: 220px;
  }
  .business__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .homepage-info__heading {
    margin-bottom: 50px;
  }
  .homepage-info__buttons {
    margin-bottom: 50px;
  }
  .homepage-business {
    padding: 55px 0 20px;
  }
  .business__content {
    min-height: auto;
    padding-bottom: 0;
  }
  .business__text {
    margin-bottom: 20px;
  }
  .business__btn-wrap {
    position: relative;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 580px) {
  .homepage-info__btn {
    margin-bottom: 25px;
  }
  .banner {
    height: 250px;
  }
}
.slick__slider .slick-dots {
  bottom: -40px;
}
.slick__slider .slick-dots li.slick-active button {
  background-color: #0090d2;
}
.slick__slider .slick-dots button {
  background-color: #949494;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.slick__slider .slick-dots button:before {
  display: none;
}
.slick__slider .slick-arrow {
  width: 30px;
  height: 54px;
  padding: 25px;
  /* Arrow size */
  margin: auto 0;
  border: solid transparent;
  border-width: 0 0 2rem 2rem;
  box-shadow: 1px -1px 0 1px white inset;
  -webkit-box-shadow: 2px -2px white inset;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  z-index: 50;
  top: 0;
  bottom: 0;
}
.slick__slider .slick-arrow:before {
  display: none;
}
.slick__slider .slick-arrow.slick-prev {
  left: 25px;
  -webkit-transform: rotate(45deg) scale(0.8);
  -ms-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.8);
}
.slick__slider .slick-arrow.slick-prev:hover,
.slick__slider .slick-arrow.slick-prev:focus,
.slick__slider .slick-arrow.slick-prev:active {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.slick__slider .slick-arrow.slick-next {
  right: 25px;
  -webkit-transform: rotate(225deg) scale(0.8);
  -ms-transform: rotate(225deg) scale(0.8);
  transform: rotate(225deg) scale(0.8);
}
.slick__slider .slick-arrow.slick-next:hover,
.slick__slider .slick-arrow.slick-next:focus,
.slick__slider .slick-arrow.slick-next:active {
  -webkit-transform: rotate(225deg) scale(1);
  -ms-transform: rotate(225deg) scale(1);
  transform: rotate(225deg) scale(1);
}
.slick-slide {
  outline: none ;
}
.slick__item {
  outline: none;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-family: 'DIN', arial, sans-serif !important;
}
.homepage__slider {
  margin-bottom: 100px !important;
}
.homepage__slider img {
  width: 100%;
}
.corporate__slider {
  margin-top: 1px;
  margin-bottom: 100px !important;
}
.corporate__slider .slick__item {
  padding: 0;
  position: relative;
}
.corporate__slider-content-wrap {
  position: absolute;
  right: 40px;
  bottom: 70px;
  line-height: 1.5;
  max-width: 395px;
  z-index: 10;
}
.corporate__slider-content-title {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 30px;
}
.corporate__slider-content {
  font-weight: 300;
  font-size: 18px;
}
.brands__slider-for {
  margin-bottom: 22px;
}
.brands__slider-nav .slick-track {
  margin: 0;
}
.brands__slider-nav-item {
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .corporate__slider .slick__item {
    max-width: 100vw;
    padding: 0;
  }
  .corporate__slider-content-wrap {
    max-width: 342px;
    right: 35px;
    bottom: 47px;
  }
  .corporate__slider-content-title {
    font-size: 40px;
  }
  .corporate__slider-content {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .homepage__slider {
    margin-bottom: 70px !important;
  }
  .corporate__slider .slick__item {
    overflow: hidden;
  }
  .slick__slider .slick-arrow {
    height: 35px;
    padding: 15px;
    border-width: 0 0 1rem 1rem;
  }
  .slick__slider .slick-arrow.slick-next {
    right: 15px;
  }
  .slick__slider .slick-arrow.slick-prev {
    left: 15px;
  }
  .corporate__slider-content-wrap {
    max-width: 234px;
    right: 25px;
    bottom: 32px;
    overflow: hidden;
  }
  .corporate__slider-content-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .corporate__slider-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 580px) {
  .corporate__slider-content-wrap {
    max-width: 209px;
    bottom: 10px;
  }
  .corporate__slider-content-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .corporate__slider-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .corporate__slider-content-wrap {
    max-width: 201px;
    bottom: 10px;
    right: 5px;
  }
  .corporate__slider-content-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .corporate__slider-content {
    font-size: 11px;
  }
}
@media screen and (max-width: 420px) {
  .corporate__slider-content-wrap {
    display: none;
  }
}
.category-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #adadad;
  margin: 0;
  padding: 15px 0;
}
.category-item {
  list-style: none;
  margin: 0px 65px 0px 65px;
}
.category-link {
  font-size: 14px;
  color: #0090d2;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.category-link:hover,
.category-link:active,
.category-link:focus {
  text-decoration: none;
  color: #0090d2;
}
.category-icon {
  display: inline-block;
  margin-right: 15px;
  vertical-align: bottom;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.category-icon-1 {
  background: url("images/icons copy-01-blue (about).svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 48px;
  height: 48px;
}
.category-icon-2 {
  background: url("images/icons copy-08-blue(milestone).svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 48px;
  height: 48px;
}
.category-icon-3 {
  background: url("images/icons copy-09-blue(management).svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 86px;
  height: 48px;
  margin-top: 3px;
}
.category-link__content {
  display: inline-block;
  vertical-align: middle;
}
.category-link__content-3 {
  margin-bottom: 3px;
}
@media screen and (min-width: 992px) {
  .category-link__content {
    line-height: 48px;
  }
}
@media screen and (max-width: 992px) {
  .category-item {
    margin: 0px 30px 0px 30px;
  }
}
@media screen and (max-width: 768px) {
  .category-link {
    font-size: 12px;
  }
  .category-icon-1 {
    width: 40px;
    height: 40px;
  }
  .category-icon-2 {
    width: 40px;
    height: 40px;
  }
  .category-icon-3 {
    width: 71px;
    height: 40px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 580px) {
  .category-list {
    padding: 15px 10px;
  }
  .category-item {
    margin: 0px 15px 0px 15px;
  }
  .category-icon {
    margin-right: 7px;
  }
  .category-icon-1 {
    width: 36px;
    height: 36px;
  }
  .category-icon-2 {
    width: 36px;
    height: 36px;
  }
  .category-icon-3 {
    width: 61px;
    height: 36px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 580px) {
  .category-link {
    text-align: center;
  }
  .category-icon {
    margin-right: 0;
    display: block;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .category-icon-3 {
    margin-bottom: 0;
    margin-top: 6px;
  }
  .category-link__content-3 {
    margin-bottom: 1px;
  }
}
.about-us__main {
  padding: 50px 0 60px;
}
.about-us__content .h2 {
  margin-bottom: 40px;
}
.about-us__img-wrap {
  text-align: center;
}
.about-us__logo {
  background: url('images/about-us/logo.png') no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 334px;
  height: 225px;
  margin: auto;
}
.about-us__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .category-item {
    margin: 0px 30px 0px 30px;
  }
}
@media screen and (max-width: 768px) {
  .about-us__content {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 580px) {
  .about-us__logo {
    width: 280px;
    height: 225px;
  }
}
@media screen and (max-width: 580px) {
  .about-us__main {
    padding: 50px 0 60px;
  }
}
.corporate-details__item {
  height: auto;
  position: relative;
  margin-bottom: 70px;
}
.corporate-details__item:after {
  display: block;
  content: "";
  margin: 35px auto;
  width: 93%;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
}
.corporate-details__img {
  width: 100%;
  height: 190px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 25px;
}
.member .label {
  padding-right: 10px;
}
@media screen and (max-width: 1200px) {
  .corporate-details__img {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  .corporate-details__img {
    margin-bottom: 10px;
    height: 162px;
  }
  .corporate-details__item:after {
    bottom: -30px;
  }
  .corporate-details__item .corporate-details__year {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .corporate-details__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 580px) {
  .corporate-details__item {
    margin-bottom: 40px;
  }
  .corporate-details__img {
    height: 207px;
  }
}
.management {
  padding: 50px 0 60px;
}
.management-1 {
  background-color: #0090d2;
}
.management__list {
  padding: 0;
}
.management__list-item {
  position: relative;
  margin-bottom: 25px;
}
.management__list-item:hover .management__item-text,
.management__list-item:focus .management__item-text,
.management__list-item:active .management__item-text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.management__item-img {
  width: 100%;
  max-height: 182px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  height: 300px;
  cursor: pointer;
}
.management__item-img img {
  width: 100%;
}
.management__item-text {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: 95%;
  background-color: #666;
  z-index: 10;
}
.management__item-name {
  margin-bottom: 30px;
  font-weight: 500;
}
.management__item-desc {
  font-weight: 300;
}
.management-2 {
  border-bottom: 1px solid #adadad;
}
.management-2 .management__item-name {
  margin-bottom: 0;
}
.management-2 .management__item-desc {
  font-weight: 500;
}
.management-3 .h2 {
  color: #0090d2;
}
.management-3 .management__item-desc {
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .management__item-name {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .management__item-text {
    font-size: 12px;
    width: 90%;
    height: 90%;
  }
}
@media screen and (max-width: 768px) {
  .management__list {
    padding: 0 15px;
  }
}
.strategy-info__wrap {
  padding: 50px 0 60px;
}
.strategy__banner {
  -webkit-background-size: contain;
  background-size: contain;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.strategy-info__section-heading {
  color: #0090d2;
  text-align: center;
  margin-bottom: 35px;
}
.strategy-info__item-inner {
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.strategy-info__item-title {
  height: 65px;
  background-color: #0090d2;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.strategy-info__title-icon {
  display: inline-block;
  margin: 0 15px;
}
.strategy-info__title-icon-1 {
  background: url("images/icons copy-06 (service).svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 47px;
  height: 39px;
}
.strategy-info__title-icon-2 {
  background: url("images/icons copy-05 (retail).svg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 39px;
  height: 47px;
}
.strategy-info__title-text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 15px;
}
.strategy-info__item-body {
  height: 500px;
  padding: 0;
}
.strategy-info__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.strategy-info__item-logo {
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}
.strategy-info__item-logo img {
  margin-bottom: 35px;
  max-height: 70px;
  max-width: 230px;
}
.strategy-info__item-logo.child {
  margin: 5px;
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}
.strategy-info__item-logo.child:nth-child(1) {
  margin-top: -6px;
}
.strategy-info__item-logo.child:nth-child(2) {
  margin-top: -6px;
  width: 105px;
}
.strategy-info__item-logo.child:nth-child(3) {
  margin-top: -1px;
  width: 43px;
}
.strategy-info__item-logo.child:nth-child(4) {
  margin-top: -5px;
  width: 48px;
}
.strategy-info__item-logo.child:nth-child(5) {
  margin-top: -10px;
  width: 63px;
}
.strategy-info__item-logo.child:nth-child(6) {
  margin-top: -10px;
  width: 53px;
}
.strategy-info__item-logo.child:nth-child(7) {
  margin-top: 0;
  width: 82px;
}
.strategy-info__item-logo.child:nth-child(8) {
  margin-top: -2px;
  width: 41px;
}
.strategy__logo-oasis {
  background: url("images/strategy/oasis.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 245px;
  height: 89px;
}
.strategy__logo-medical {
  background: url("images/strategy/medical.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 99px;
  height: 17px;
}
.strategy__logo-spa {
  background: url("images/strategy/spa.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 40px;
  height: 25px;
}
.strategy__logo-beauty {
  background: url("images/strategy/beauty.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 67px;
  height: 38px;
}
.strategy__logo-homme {
  background: url("images/strategy/homme.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 72px;
  height: 22px;
}
.strategy__logo-health {
  background: url("images/strategy/health.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 67px;
  height: 22px;
}
.strategy__logo-nail {
  background: url("images/strategy/nail.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 33px;
  height: 21px;
}
.strategy__logo-florist {
  background: url("images/strategy/florist.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 113px;
  height: 56px;
}
.strategy__logo-glycel-sm {
  background: url("images/strategy/glycel-sm.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 211px;
  height: 56px;
}
.strategy-info__item-2 .strategy-info__item-body {
  padding: 0;
  height: 510px;
}
.strategy-info__item-subtitle {
  height: 40px;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 40px;
}
.strategy-info__subtitle-text:first-child {
  border-right: 1px solid #d3d3d3;
}
.strategy-info__item-col {
  width: 51%;
  max-width: 51%;
  -webkit-box-flex: 1;
  -ms-flex: 1 51%;
  flex: 1 51%;
  padding: 30px 0;
  height: 100%;
}
.strategy-info__item-col:first-of-type {
  border-right: 1px solid #d3d3d3;
  margin-right: -1px;
}
.strategy-info__item-col:nth-child(2) .strategy-info__item-logo:nth-child(1) img {
  max-height: 65px;
}
.strategy-info__item-col:nth-child(2) .strategy-info__item-logo:nth-child(2) img {
  max-height: 50px;
}
.strategy__logo-glyvcel-md {
  background: url("images/strategy/glycel-md.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 190px;
  height: 43px;
}
.strategy__logo-eurobeauty {
  background: url("images/strategy/eurobeauty.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 191px;
  height: 35px;
}
.strategy__logo-oasis-dermo {
  background: url("images/strategy/oasis-derma.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 164px;
  height: 64px;
}
.strategy__logo-o-ko {
  background: url("images/strategy/o-ko.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 190px;
  height: 62px;
}
.strategy__logo-o-pro {
  background: url("images/strategy/o-pro.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 190px;
  height: 62px;
}
.strategy__logo-erno {
  background: url("images/strategy/erno.jpg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 98px;
  height: 74px;
  margin: 25px 0;
}
.strategy__logo-h2o {
  background: url("images/strategy/h2o.jpg") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 116px;
  height: 71px;
  margin: 25px 0;
}
.bus_oasis {
  height: 46px;
  margin-right: 10px;
}
.bus_medical {
  height: 15px;
  margin-right: 10px;
}
.bus_spa {
  height: 25px;
  margin-right: 10px;
}
.bus_beauty {
  height: 25px;
  margin-right: 10px;
}
.bus_homme {
  height: 17px;
  margin-right: 10px;
}
.bus_health {
  height: 17px;
  margin-right: 10px;
}
.bus_florist {
  height: 38px;
  margin-right: 10px;
  margin-top: 5px;
}
.bus_nail {
  height: 22px;
  margin-right: 10px;
  margin-top: -10px;
}
.bus_logo_GC {
  margin-bottom: 25px !important;
  max-height: 50px !important;
  max-width: 230px !important;
}
.bus_logo_okobeauty {
  margin-bottom: 25px !important;
  max-height: 56px !important;
}
.strategy-details {
  padding-bottom: 60px;
}
.strategy-details__heading {
  text-align: center;
  margin: auto;
  margin-bottom: 80px;
  max-width: 745px;
}
.strategy-details__list {
  padding: 0 45px;
}
.sd-list__item {
  position: relative;
  margin-bottom: 50px;
  padding-left: 91px;
  max-width: 94%;
}
.sd-list__item-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.sd-list__item-icon-1 {
  width: 68px;
  height: 72px;
  background: url("images/strategy/icon-1.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
.sd-list__item-icon-2 {
  width: 66px;
  height: 65px;
  background: url("images/strategy/icon-2.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
.sd-list__item-icon-3 {
  width: 47px;
  height: 55px;
  background: url("images/strategy/icon-3.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
.sd-list__item-icon-4 {
  width: 47px;
  height: 66px;
  background: url("images/strategy/icon-4.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
.sd-list__item-icon-5 {
  width: 44px;
  height: 61px;
  background: url("images/strategy/icon-5.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}
.sd-list__item-title {
  color: #0090d2;
  margin-bottom: 25px;
}
.sd-list__item-content {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .strategy__logo-glyvcel-md {
    width: 180px;
  }
  .strategy__logo-eurobeauty {
    width: 180px;
  }
  .strategy__logo-o-ko {
    width: 180px;
  }
  .strategy__logo-o-pro {
    width: 180px;
  }
}
@media screen and (max-width: 992px) {
  .strategy-info__wrap {
    padding: 50px 0 30px;
  }
  .strategy-info__item {
    margin-bottom: 30px;
  }
  .strategy-info__item-body {
    height: auto;
    padding: 30px 0;
    margin: 0;
  }
  .strategy-info__item-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .strategy__logo-oasis {
    width: 218px;
    height: 66px;
  }
  .strategy__logo-glycel-sm {
    width: 175px;
    height: 36px;
  }
  .strategy__logo-glyvcel-md {
    width: 125px;
    height: 27px;
  }
  .strategy__logo-eurobeauty {
    width: 119px;
    height: 21px;
  }
  .strategy__logo-oasis-dermo {
    width: 116px;
    height: 49px;
  }
  .strategy__logo-o-ko {
    width: 118px;
    height: 38px;
  }
  .strategy__logo-o-pro {
    width: 118px;
    height: 38px;
  }
  .strategy__logo-erno {
    width: 82px;
    height: 58px;
    margin: 10px 0;
  }
  .strategy__logo-h2o {
    width: 91px;
    height: 50px;
    margin: 10px 0;
  }
  .strategy-details {
    padding-bottom: 10px;
  }
  .strategy-details__list {
    padding: 0;
  }
  .sd-list__item {
    max-width: 98%;
    padding-left: 65px;
  }
  .sd-list__item-icon-1 {
    width: 60px;
    height: 61px;
  }
  .sd-list__item-icon-2 {
    width: 60px;
    height: 57px;
  }
  .sd-list__item-icon-4 {
    width: 40px;
    height: 61px;
  }
  .sd-list__item-icon-5 {
    width: 42px;
    height: 54px;
  }
}
@media screen and (max-width: 768px) {
  .strategy-info__wrap {
    padding: 50px 0 80px;
  }
  .strategy-details__heading {
    margin-bottom: 50px;
  }
  .sd-list__item-content {
    font-size: 12px;
  }
  .sd-list__item-icon-1 {
    width: 48px;
    height: 51px;
  }
  .sd-list__item-icon-2 {
    width: 58px;
    height: 46px;
  }
  .sd-list__item-icon-3 {
    width: 52px;
    height: 45px;
  }
  .sd-list__item-icon-4 {
    width: 51px;
    height: 44px;
  }
  .sd-list__item-icon-5 {
    width: 48px;
    height: 42px;
  }
  .strategy-details {
    padding-bottom: 0px;
  }
  .strategy-info__item-2 .strategy-info__item-body {
    height: auto;
  }
}
@media screen and (max-width: 580px) {
  .strategy-info__wrap {
    padding: 35px 0 30px;
  }
  .strategy-details__heading {
    margin-bottom: 60px;
  }
  .strategy-info__subtitle-text {
    padding: 0;
  }
  .strategy-info__item-logo img {
    max-width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .bus_logo_GC {
    margin-bottom: 25px !important;
    max-height: 30px !important;
    max-width: 200px !important;
  }
}
.investors__main {
  padding: 50px 0 60px;
}
.submenu-list {
  padding: 0;
}
.submenu-list__title {
  margin-top: 11px;
  margin-bottom: 88px;
}
.submenu-list__item {
  display: block;
  list-style: none;
  margin-bottom: 22px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.submenu-list__item.active .submenu-list__link {
  color: #0090d2;
}
.submenu-list__link {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.submenu-list__link:hover,
.submenu-list__link:focus,
.submenu-list__link:active {
  text-decoration: none;
  color: #0090d2;
}
.investors-accordion__title {
  color: #0090d2;
  padding: 30px 0;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 25px;
}
.investors-accordion__item {
  margin-bottom: 30px;
}
.investors-accordion__item:nth-child(2) .investors-accordion__body {
  display: block;
}
.investors-accordion__item .file a {
  text-decoration: underline;
}
.investors-accordion__head {
  position: relative;
  color: #0090d2;
  border: 1px solid #0090d2;
  padding: 0px 70px 0px 35px;
  line-height: 60px;
  margin-bottom: 25px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  height: 60px;
  cursor: pointer;
}
.investors-accordion__head .arrow {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  -webkit-box-shadow: 2px -2px #0090d2 inset;
  box-shadow: 2px -2px 0 0 #0090d2 inset;
}
.investors-accordion__head.investors-accordion__head-active {
  background-color: #0090d2;
  color: #fff;
}
.investors-accordion__head.investors-accordion__head-active .arrow {
  -webkit-transform: rotate(315deg) scale(1);
  -ms-transform: rotate(315deg) scale(1);
  transform: rotate(315deg) scale(1);
  -webkit-box-shadow: 2px -2px white inset;
  box-shadow: 2px -2px 0 0 white inset;
}
.investors-accordion__body {
  padding: 0;
  display: none;
}
.investors-accordion__content {
  margin-bottom: 10px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page-annual-and-interim-report .investors-accordion__content {
  display: inline-block;
}
.investors-accordion__date {
  width: 145px;
  margin-bottom: 0;
}
.investors-accordion__text {
  margin-bottom: 0;
}
.submenu-wrap select {
  display: none;
}
@media screen and (max-width: 1200px) {
  .investors-accordion__date {
    width: 100%;
    margin-bottom: 5px;
  }
  .investors-accordion__content {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .investors-accordion__item {
    margin-bottom: 20px;
  }
  .investors-accordion__title {
    padding: 19px 0;
  }
  .investors-accordion__body {
    padding: 15px 0;
  }
  .submenu-wrap ul {
    display: none;
  }
  .submenu-wrap select {
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .submenu-list__title {
    margin-bottom: 20px;
  }
  .submenu-list {
    padding: 0;
    text-align: center;
  }
  .investors-accordion__head {
    margin-bottom: 15px;
  }
  .submenu-list__item {
    margin: 0 15px 10px;
    display: block;
  }
  .submenu-list__link {
    font-size: 12px;
  }
}
.group-business__main {
  padding: 50px 0;
}
.group-business__list .business__icon {
  margin-top: -11px;
}
.group-business__list .business__content-wrap {
  padding: 0 25px;
}
.group-business__list .business__content {
  width: 100%;
  padding-bottom: 0;
  margin-left: 15px;
}
.group-business__list .business__btn-wrap {
  top: 0;
  right: 0;
}
.group-business__list .strategy-info__item-body {
  border-top: 1px solid #d3d3d3;
}
.group-business__list .strategy-info__subtitle-text {
  background-color: #fff;
  border-top: 1px solid #d3d3d3;
}
.group-business__list .strategy-info__subtitle-text:first-child {
  border-right: none;
}
.group-business__item-2 .strategy-info__item-body {
  height: 460px;
  position: relative;
}
.group-business__item-2 .strategy-info__item-body:after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  width: 1px;
  height: 100%;
  background-color: #d3d3d3;
}
.group-business__item-2 .strategy-info__item-body .strategy-info__item-col:first-of-type {
  border-right: none;
}
.business__item-inner {
  border: 1px solid #d3d3d3;
  border-top: 5px solid #0090d2;
  min-height: 700px;
}
.group-business__btn-wrap {
  position: absolute;
  top: -11px;
  right: 0;
}
.group-business__button {
  padding: 10px 48px;
}
.business-service .wpb_single_image .vc_single_image-wrapper,
.business-service .wpb_single_image .vc_figure {
  width: 100%;
}
.group-service img {
  height: 250px;
  margin: 0 10px;
}
@media screen and (max-width: 992px) {
  .group-business__btn-wrap {
    position: absolute;
    top: -5px;
    right: -20px;
  }
  .group-business__button {
    padding: 5px 20px;
  }
  .services.category-list {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .group-business__list .business__content {
    padding-bottom: 50px;
  }
}
.career-info {
  padding: 50px 0 60px;
}
.career-info__content-wrap {
  max-width: 485px;
  line-height: 1.5;
}
.career-info__contact-alert {
  font-size: 10px;
  font-weight: 300;
}
.career-logos {
  padding-bottom: 60px;
}
.career-logo__section-heading {
  color: #0090d2;
  padding-top: 15px;
}
.career-logo__section-heading:before {
  display: block;
  content: '';
  background-color: #adadad;
  width: 100%;
  height: 2px;
  width: 60px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 15px;
}
.career-logos__wrap {
  border-top: 1px solid #adadad;
  padding: 15px 0;
}
.career-logos__wrap img {
 /*height: 30px;*/
 float: left;
  margin-bottom: 25px;
  margin-right: 15px;
  /*vertical-align: top;*/
}
.career-logos-subtitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}
.career__group-logo {
  background: url("images/general-icons/oasis-sm.png") no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 129px;
  height: 86px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none;
  margin: 0;
  padding: 10px 0;
}
.logo_EL-01 {
  height: 50px !important;
}
.career-logos__oasis {
  margin-bottom: 50px;
}
.career-logos__oasis .homme__logo {
  width: 108px;
  height: 46px;
}
.career-logos__oasis .medical__logo {
  width: 123px;
  height: 43px;
}
.career-logos__oasis .spa__logo {
  width: 93px;
  height: 54px;
}
.career-logos__oasis .beauty__logo {
  width: 102px;
  height: 54px;
}
.career-logos__oasis .florist__logo {
  width: 119px;
  height: 56px;
}
.career-logos__small .h2o__logo {
  width: 82px;
  height: 48px;
}
.career-logos__small .glycel__logo {
  width: 119px;
  height: 36px;
}
.career-logos__small .erno__logo {
  width: 75px;
  height: 59px;
}
.career-logos__small .eurobeauty__logo {
  width: 181px;
  height: 48px;
}
.logo_WOG_Logo_OCT2014-01 {
  height: 136px !important;
}
.logo_OMC {
  height: 45px !important;
}
.logo_OS,
.logo_OS-01 {
  height: 60px !important;
}
.logo_OB,
.logo_OB-01 {
  height: 60px !important;
}
.logo_OH,
.logo_OH-01 {
  height: 50px !important;
}
.logo_OF,
.logo_OF-01 {
  height: 62px !important;
}
.logo_EL,
.logo_EL-01 {
  height: 53px !important;
}
.logo_GC,
.logo_EB-01 {
  height: 40px !important;
}
.logo_H2O {
  height: 46px !important;
}
@media screen and (max-width: 1200px) {
  .career__group-logo {
    width: 119px;
    height: 80px;
  }
}
@media screen and (max-width: 992px) {
  .career-info__contact-item {
    font-size: 12px;
  }
  .career-info__content-wrap {
    margin-bottom: 40px;
  }
  .career__group-logo {
    width: 87px;
    height: 56px;
  }
  .career-logos__oasis {
    margin-bottom: 50px;
  }
  .career-logos__oasis .homme__logo {
    width: 86px;
    height: 36px;
  }
  .career-logos__oasis .medical__logo {
    width: 98px;
    height: 34px;
  }
  .career-logos__oasis .spa__logo {
    width: 74px;
    height: 43px;
  }
  .career-logos__oasis .beauty__logo {
    width: 81px;
    height: 43px;
  }
  .career-logos__oasis .florist__logo {
    width: 95px;
    height: 44px;
  }
  .career-logos__small .h2o__logo {
    width: 65px;
    height: 38px;
  }
  .career-logos__small .glycel__logo {
    width: 95px;
    height: 28px;
  }
  .career-logos__small .erno__logo {
    width: 60px;
    height: 47px;
  }
  .career-logos__small .eurobeauty__logo {
    width: 144px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .career-logo__section-heading {
    margin-bottom: 25px;
  }
  .career-logos__wrap {
    border-top: none;
  }
}
@media screen and (max-width: 580px) {
  .career-logos__oasis {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .career__group-logo {
    width: 70px;
    height: 41px;
  }
  .career-logos__oasis {
    margin-bottom: 5px;
  }
  .career-logos__small .h2o__logo {
    width: 52px;
    height: 28px;
  }
  .career-logos__small .glycel__logo {
    width: 76px;
    height: 24px;
  }
  .career-logos__small .erno__logo {
    width: 47px;
    height: 37px;
  }
  .career-logos__small .eurobeauty__logo {
    width: 127px;
    height: 32px;
  }
}
.brands__main-inner {
  padding-top: 50px;
  padding-bottom: 60px;
}
.brands__heading {
  color: #0090d2;
  margin-bottom: 25px;
}
.brands-submnenu__list {
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  padding: 13px 0px;
  margin-bottom: 0;
  width: 100%;
}
.brands-submenu__list-item {
  list-style: none;
}
.brands-submenu__list-item:hover .brands-submenu__list-link,
.brands-submenu__list-item:focus .brands-submenu__list-link,
.brands-submenu__list-item:active .brands-submenu__list-link,
.brands-submenu__list-item.brands-submenu__list-item-active .brands-submenu__list-link {
  color: #0090d2;
}
.brands-submenu__list-link {
  font-size: 15px;
  color: #000;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
}
.brands-submenu__list-link:hover,
.brands-submenu__list-link:focus,
.brands-submenu__list-link:active {
  text-decoration: none;
  color: #0090d2;
}
.brands-info {
  padding: 60px 0 20px;
}
.brands-info__content {
  max-width: 97%;
}
.brands-info__content-logo {
  margin-bottom: 60px;
}
.brands-info__content-logo.medical__logo {
  width: 192px;
  height: 68px;
}
.brands-info__content-logo img {
  max-height: 100px;
  max-width: 280px;
}
.brands-info__content-email {
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .brands-submnenu__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .brands-submenu__list-item {
    margin: 0 10px 13px;
  }
}
@media screen and (max-width: 768px) {
  .brands-submnenu__list {
    margin-bottom: 25px;
  }
  .brands-info {
    padding: 0;
  }
  .brands-info__content-logo {
    margin-bottom: 25px;
  }
  .brands-info__content {
    margin-bottom: 25px;
  }
  .brands-submenu__list-link {
    font-size: 12px;
  }
  .brands__slider-for {
    margin-bottom: 25px;
  }
}
#footer {
  padding: 50px 0;
  height: 270px;
  color: #fff;
  background-color: #0090d2;
  position: relative;
}
.footer__address-wrap {
  margin-bottom: 25px;
}
.footer__address-subheading {
  margin-bottom: 26px;
}
.footer__contact a {
  color: #fff;
}
.footer__contact a:hover {
  color: #fff;
}
.footer__copyright-info {
  height: 40px;
  background-color: #007fb9;
  line-height: 39px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer__copyright-info .header__lang {
  margin-left: auto;
}
.footer__copyright-info .header__lang-choice {
  color: #fff;
}
.footer__copyright-info .header__lang-choice-1:after {
  color: #fff;
}
.footer__copyright-info .privacy {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 50px 0 60px;
    height: 385px;
    font-size: 12px;
  }
}
@media screen and (max-width: 580px) {
  #footer {
    padding: 50px 0 40px;
    height: 400px;
    font-size: 12px;
  }
  .footer__copyright-info {
    height: 55px;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__copyright-info .container {
    height: 100%;
  }
  .footer__copyright-info .footer__copyright-wrap {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__copyright-info .header__lang {
    margin-left: 0;
    text-align: center;
  }
}
