.bannertext {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bannertext > div {
    position: relative;
    top: 35%;
    opacity: 0;
    margin-left: -10%;
}
.bannertext.active > div {
    transition: margin-left .5s;
    opacity: 1;
    margin-left: 0;
}
.bannertext p {
  margin-bottom: 0;
  font-size: 2.5vw;
  line-height: 1.055;
  text-align: center;
  color: white;
  font-weight: bold;
  text-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
.bannertext.mobile p {
    font-size: 5.5vw;
    letter-spacing: .075em;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.bannertext.mobile > div {
    top: 43%;
}

.bannertel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	pointer-events: none;
}
.bannertel > div {
    position: absolute;
    right: 5%;
    bottom: 0;
    text-align: right;
    font-size: 6vw;
    color: #51a8dd;
    line-height: 1.125;
    margin-bottom: .5em;
}
.bannertel p {
  margin-bottom: 0;
}
.bannertel p:nth-of-type(1) {
  margin-bottom: .15em;
}
.bannertel p:nth-of-type(2) {
  border-top: 2px solid #51a8dd;
  margin-bottom: -.15em;
}
.bannertel p:nth-of-type(2),
.bannertel p:nth-of-type(3) {
    font-weight: bold;
    font-size: 8vw;
}
.bannertel p:nth-of-type(4) {
  font-size: 3vw;
  letter-spacing: .05em;
}
.bannertel p i {
  background-color: #51a8dd;
  color: white;
  font-size: .45em;
  line-height: 1.25em;
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  margin-top: .5em;
  padding: .2em;
}

.bannerlinktext {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.bannerlinktext > div {
    width: 100%;
    height: 100%;
}
.bannerlinktext h2 {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.bannerlinktext h2 a {
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: 3.5vw !important;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-55%) scale(1);
	transition: transform .25s;
}
.bannerlinktext h2 a:hover {
	transform: translate(-50%,-55%) scale(1.1);
}
.bannerlinktext h2 a,
.bannerlinktext h2 a:hover {
    color: #51a8dd !important;
}

.bannerlink1,
.bannerlink2,
.bannerlink3 {
    opacity: 0;
    /*margin-left: -20%;*/
}
.bannerlink1.active,
.bannerlink2.active,
.bannerlink3.active {
    transition: all .5s;
    opacity: 1;
    /*margin-left: 0;*/
}

.bannerlink1 {
    position: absolute;
    width: 21% !important;
    height: auto;
    left: 3.75%;
    top: 29.3%;
    z-index: 100;
}
.bannerlink1 {
    position: absolute;
    width: 26% !important;
    height: auto;
    left: 3%;
    top: 55%;
    z-index: 100;
}
.bannerlink2 {
    position: absolute;
    width: 16.7% !important;
    height: auto;
    left: 20.6%;
    top: 57.43%;
    z-index: 100;
}
.bannerlink2 {
    position: absolute;
    width: 20% !important;
    height: auto;
    left: 24%;
    top: 72%;
    z-index: 100;
}
.bannerlink3 {
    position: absolute;
    width: 12.47% !important;
    height: auto;
    left: 7.8%;
    top: 71%;
    z-index: 100;
}
.bannerlink3 {
    position: absolute;
    width: 19% !important;
    height: auto;
    left: 5.6%;
    top: 80%;
    z-index: 100;
}
.hss2txt  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hss2txt > div {
    width: 100%;
    height: 100%;
}
.hss2txt > div > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.hss2txt p {
    margin-bottom: 0;
    font-size: 2.5vw;
    font-weight: bold;
    color: white;
    margin-right: 3em;
    text-align: center;
    letter-spacing: .05em;
    font-size: 3.5vw;
}
.hss2txt p a, .hss2txt p a:hover {
    color: white;
}
.hss2box > div {
    transition: transform .25s;
    transform: scale(1);
}
.hss2box > div:hover {
    transform: scale(.95);
}

#homebox .carousel-slider .carousel-slider__caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#homebox .carousel-slider .carousel-slider__caption .title {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-weight: bold;
    font-size: 7vw;
    margin-top: 1.75em;
}


#section-h5, #section-h6 {
    height: 0;
}

.home-s1 .elementor-column-wrap {
  background-size: 100% 100%;
}
.home-s1-head p {
    margin: 0;
}

#proteam .carousel-slider.owl-drag .owl-item {
    padding: 1em;
    background: #51a8dd;
    border-radius: 3em;
}
#proteam .carousel-slider .carousel-slider__caption .title {
    color: white;
    text-transform: initial;
    font-size: 1.125em;
    line-height: 1.5;
    white-space: nowrap;
}
#proteam .carousel-slider .carousel-slider__caption .caption {
    color: white;
    font-size: 1.125em;
    line-height: 1.5;
    font-weight: normal;
    margin: 0;
    white-space: nowrap;
}
#proteam .carousel-slider .carousel-slider__item {
    height: auto;
    overflow: hidden;
}
#proteam .carousel-slider .carousel-slider__item img {
    border-radius: 2em;
    width: 50%;
    float: left;
}
#proteam .carousel-slider .carousel-slider__caption {
    width: 50%;
    float: left;
    padding-left: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#proteam .owl-nav {
    display: none;
}

#homebox .owl-nav {
    display: none;
}
#proteam .carousel-slider .owl-stage {
    display: flex;
}

.head p {
    margin-bottom: .25em;
}

.hss3 .owl-item .carousel-slider__item img {
    cursor: pointer;
    transition: transform .25s;
    transform: scale(1);
}
.hss3 .owl-item .carousel-slider__item img:hover {
    transform: scale(.95);
}

button.flipster__button {
    color: #575656;
}

@media screen and (min-width:767px) {

  .bannertel > div {
      position: absolute;
      right: 10%;
      bottom: 0;
      text-align: right;
      font-size: 2.5vw;
      color: #51a8dd;
      line-height: 1.125;
      margin-bottom: .35em;
  }
  .bannertel p {
    margin-bottom: 0;
  }
  .bannertel p:nth-of-type(1) {
    margin-bottom: .15em;
  }
  .bannertel p:nth-of-type(2) {
    border-top: 2px solid #51a8dd;
    margin-bottom: -.15em;
  }
  .bannertel p:nth-of-type(2),
  .bannertel p:nth-of-type(3) {
      font-weight: bold;
      font-size: 3.65vw;
      position: relative;
  }
  .bannertel p:nth-of-type(4) {
    font-size: 1.35vw;
    letter-spacing: .05em;
  }

  .bannerlink1 {
      position: absolute;
      width: 21% !important;
      height: auto;
      left: 3.75%;
      top: 29.3%;
      z-index: 100;
  }
  .bannerlink2 {
      position: absolute;
      width: 16.7% !important;
      height: auto;
      left: 20.6%;
      top: 57.43%;
      z-index: 100;
  }
  .bannerlink3 {
      position: absolute;
      width: 12.47% !important;
      height: auto;
      left: 7.8%;
      top: 71%;
      z-index: 100;
  }
  .bannerlinktext h2 a {
      font-size: 2.25vw !important;
  }
  .bannerlinktext h2 a {
      top: 50%;
      transform: translate(-50%,-50%);
  }

    .site-content {
        background-color: #f7f2ee;
        background-image: url(//paedicare.com.hk/wp-content/uploads/bg-home.jpg);
        background-size: 100% auto;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

    #section-h3 {
        background-color: white;
    }
    #section-h3:before {
        content: "";
        position: absolute;
        left: 0;
        top: -15px;
        width: 100%;
        height: 15px;
        background: rgba(126,204,239,0.5);
    }
    #section-h3:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        width: 100%;
        height: 15px;
        background: rgba(126,204,239,0.5);
    }

    .hss2 .elementor-column.elementor-col-16 {
        width: 50%;
    }

    #proteam .carousel-slider .carousel-slider__item img {
        border-radius: 2em;
        width: 100%;
        float: none;
    }
    #proteam .carousel-slider .carousel-slider__caption {
        width: 100%;
        float: none;
        padding-left: 0;
        transform: initial;
        position: initial;
    }
    #proteam .owl-nav {
        display: block;
    }
     #proteam .owl-dots {
        display: none;
    }

}

@media screen and (min-width: 1025px) {

    .hss2 .elementor-row {
        flex-wrap: wrap;
    }
    .hss2 .elementor-column.elementor-col-16 {
        width: 33.3333%;
    }

    .hss2txt p {
        font-size: 2.5vw;
    }


    #section-h3:before {
        top: -20px;
        height: 20px;
    }
    #section-h3:after {
        bottom: -20px;
        height: 20px;
    }
}

@media screen and (min-width: 1620px) {

  .hss2txt p {
      font-size: 1.75em;
  }

}