#employee {
  width: 100%;
}

#employee .banner-box {
  width: 100%;
  position: relative;
  background-image: url('/files/employee/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 30vw;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

#employee .banner-box .banner-bar {
  position: relative;
  background-image: url('/files/employee/banner-bar.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  height: 30vw;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

#employee .banner-box .banner-bar .banner-title {
  position: absolute;
  left: 13vw;
  bottom: 2vw;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.benefits {
  padding: 80px 0;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.75rem;
}

.bg {
  height: 37vw;
  background-image: url('/files/employee/hand.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  margin-bottom: -10vw;
  position: relative;
  z-index: 99;
}

.activity {
  padding: 80px 0;
  text-align: center;
  background-color: #EFEFEF;
  letter-spacing: 2px;
  line-height: 1.75rem;
}

.benefits .title,
.activity .title {
  margin-bottom: 20px;
  color: #222;
}

.benefits .content,
.activity .content {
  font-size: 1.15rem;
  line-height: 2.25rem;
}

.benefits-photo {
  background-image: url('/files/employee/benefits.png');
  background-repeat: no-repeat; 
  background-size: contain;background-position: center;
  height: 25vw;
  margin-top: 5vw;
}

.activity .gallery > div > h4 {
  text-align: left;
  margin-top: 10px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 1.15rem;
  letter-spacing: 2px;
  color: #222;
  background-image: url('/files/employee/pill-icon.png');
  background-repeat: no-repeat; 
  background-size: contain;
}

@media screen and (max-width: 1440px) {
  #employee .banner-box {
    height: 35vw;
  }

  #employee .banner-box .banner-bar {
    height: 35vw;
  }
}

@media screen and (max-width: 1200px) {
  #employee .banner-box {
    height: 40vw;
  }

  #employee .banner-box .banner-bar {
    height: 40vw;
  }
}

@media screen and (max-width: 992px) {
  #employee .banner-box {
    height: 50vw;
  }

  #employee .banner-box .banner-bar {
    height: 50vw;
    background-size: 130vw;
  }

  .benefits-photo {
    height: 55vw;
    margin-top: 5vw;
  }
}

@media screen and (max-width: 768px) {
  #employee .banner-box {
    height: 60vw;
  }

  #employee .banner-box .banner-bar {
    height: 60vw;
    background-size: 140vw;
  }

  .benefits-photo {
    background-image: url('/files/employee/benefits-m.png');
    height: 75vw;
    margin-top: 5vw;
  }
}

@media screen and (max-width: 576px) {
  #employee .banner-box {
    height: 70vw;
  }

  #employee .banner-box .banner-bar {
    height: 70vw;
    background-size: 180vw;
  }

  #employee .banner-box .banner-title {
    font-size: 1.3rem;
  }

  .bg {
    height: 100vw;
    background-image: url('/files/employee/hand.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: -60vw;
    position: relative;
    z-index: 99;
  }

  .activity {
    padding-top: 30vw;
  }

  .benefits-photo {
    height: 95vw;
    margin-top: 10vw;
    margin-bottom: -20vw;
  }
}