html {
  font-size: 10px;
}

@media (max-width: 1550px) {
  html {
    font-size: 7px;
  }
}
.video-cover {
  overflow: hidden;
  border-radius: 20px;
  margin: 2rem;
}

.section-hero-banner {
  display: flex;
  align-items: center;
  position: relative;
  min-height: calc(100vh - 3.5rem);
}
.section-hero-banner::before {
  content: "";
  position: absolute;
}
.section-hero-banner::before {
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  width: 100%;
  z-index: 9;
}
.section-hero-banner .banner-row {
  align-items: center;
  display: flex;
  justify-content: center;
}
.section-hero-banner .banner-row .btn2 {
  font-weight: 400;
  min-width: 15rem;
  padding: 0 2rem;
}
.section-hero-banner .banner-left, .section-hero-banner .banner-right {
  width: 60%;
}
.section-hero-banner .banner-left .text {
  text-align: center;
}
.section-hero-banner .banner-left .text h1 {
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.3;
}
.section-hero-banner .banner-left .text p {
  padding-right: 4rem;
}
.section-hero-banner .banner-left .btn2-group {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.section-hero-banner .image-video {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.section-hero-banner .image-video img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-hero-banner.video-load .image-video {
  opacity: 0;
}
.section-hero-banner .arrow {
  bottom: 0;
  border-radius: 100%;
  cursor: pointer;
  left: 0;
  height: 7.3rem;
  position: absolute;
  padding: 0;
  margin: auto;
  right: 0;
  width: 27.5rem;
  z-index: 45;
}
.section-hero-banner .arrow .small-arrow {
  animation: pulse 3s ease-out infinite;
  inset: 0;
  margin: auto;
  position: absolute;
  width: auto;
}
.section-hero-banner .arrow img {
  width: 27.5rem;
}
.section-about .title {
  margin-bottom: 3rem;
}
.section-about .title span {
  background-color: #998C7B;
  border: 1px solid #998C7B;
  border-radius: 10px;
  color: #F5F3F6;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3.8rem;
  padding: 0 2rem;
  margin-bottom: 3rem;
  margin-bottom: 2rem;
}
.section-about .title .h {
  color: #263D2D;
}
.section-about p {
  color: #747474;
}
.section-about p + p {
  margin-top: 1.6rem;
}
.section-about .left {
  padding-right: 4rem;
}
.section-about .left p {
  color: #444;
}
.section-about .left .benefits {
  margin: 3rem 0 0;
  position: relative;
}
.section-about .left .benefits .h {
  color: #263D2D;
  margin-bottom: 1rem;
}
.section-about .left .benefits-points {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.section-about .left .benefits-points li {
  margin: 1rem;
  width: calc(50% - 2rem);
}
.section-about .left .benefits-points-one {
  align-items: center;
  border: 1px solid #617E68;
  border-radius: 10px;
  display: flex;
  cursor: pointer;
  padding: 1.5rem;
}
.section-about .left .benefits-points-one .icon {
  align-items: center;
  background-color: #617E68;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  height: 6rem;
  width: 6rem;
}
.section-about .left .benefits-points-one .text {
  padding-left: 2rem;
  width: calc(100% - 6rem);
}
.section-about .left .benefits-points-one .text p {
  color: #263D2D;
}
.section-about .left .benefits-points-one:hover {
  border-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.section-about .left .btn2-group {
  margin-top: 3rem;
}
.section-about .right .box {
  align-items: center;
  display: flex;
}
.section-about .right .box .img-box {
  position: relative;
  width: 38.5rem;
}
.section-about .right .box .img-box-inner {
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.section-about .right .box .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-about .right .box .img-box + .img-box {
  margin-top: 2rem;
}
.section-about .right .box .img-stemp {
  height: 23rem;
  position: absolute;
  top: -18rem;
  right: 0;
  width: 24rem;
}
.section-about .right .box .img-stemp img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-about .right .box-left {
  position: relative;
}
.section-about .right .box-left .img-box {
  height: 48rem;
}
.section-about .right .box-right {
  margin-left: 2rem;
}
.section-about .right .box-right .img-box {
  height: 35rem;
}
.section-about .btn-lm {
  margin-top: 4rem;
  padding-right: 4rem;
}
.section-services {
  position: relative;
  overflow: hidden;
}
.section-services .container {
  position: unset;
}
.section-services::after {
  content: "";
  position: absolute;
  bottom: -2px;
  background: url(../images/service-bg.svg) 0 0 no-repeat;
  background-size: cover;
  height: 280px;
  left: 0;
  width: 100%;
  z-index: -1;
}
.section-services .title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
  position: relative;
}
.section-services .title span {
  background-color: #998C7B;
  border: 1px solid #998C7B;
  border-radius: 10px;
  color: #F5F3F6;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3.8rem;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.section-services .service-list {
  text-align: center;
}
.section-services .service-list .slick-list {
  padding: 0 10% 0 0;
}
.section-services .service-list .slick-slider {
  margin: 0;
}
.section-services .service-list .slick-slide {
  margin-left: 30px;
}
.section-services .service-box {
  background-color: #617E68;
  border-radius: 10px;
  cursor: pointer;
  min-height: 25rem;
  padding: 3rem 2rem;
  transition: ease-in all 0.2s;
  width: 38.5rem;
}
.section-services .service-box:hover {
  background-color: #D784A2;
  border-radius: 20px;
}
.section-services .service-box:hover .service-icon {
  background-color: #fff;
}
.section-services .service-box:hover .service-icon .icon-normal {
  display: none;
}
.section-services .service-box:hover .service-icon .icon-hover {
  display: block;
}
.section-services .service-box:hover .service-text .h, .section-services .service-box:hover .service-text p {
  color: #fff;
}
.section-services .service-icon {
  align-items: center;
  background-color: #F7F7F7;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  height: 10rem;
  margin: 0 auto 3rem;
  width: 10rem;
}
.section-services .service-icon .icon-hover {
  display: none;
}
.section-services .service-text .h {
  color: #F5F3F6;
}
.section-services .service-text p {
  color: rgba(245, 243, 246, 0.6);
  margin-top: 3rem;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
}
.vimeo-wrapper iframe {
  width: 110vw;
  height: 66.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1550px) {
  .section-hero-banner .banner-right .img-box {
    transform: scale(1.2);
  }
}
@media (max-width: 1199px) {
  .vimeo-wrapper iframe {
    height: 96.25vw;
    width: 165vw;
  }
  .section-about .left .benefits-points {
    margin: 0;
  }
  .section-about .left .benefits-points li {
    margin: 0;
    width: 100%;
  }
  .section-about .left .benefits-points li + li {
    margin-top: 2rem;
  }
  .section-about .right .box .img-box {
    width: 30rem;
  }
  .section-about .right .box-left .img-box {
    height: 37rem;
  }
}
@media (max-width: 991px) {
  .section-hero-banner .arrow {
    display: none;
  }
  .section-hero-banner .banner-left {
    text-align: center;
    padding-right: 0;
    width: 100%;
  }
  .section-hero-banner .banner-left .text h1 {
    font-size: 5rem;
    font-weight: 500;
  }
  .section-hero-banner .banner-left .btn2-group {
    justify-content: center;
  }
  .section-hero-banner .banner-right {
    display: none;
  }
  .section-about .title {
    margin-bottom: 5rem;
  }
  .section-about .left {
    padding: 0;
  }
  .section-about .left .benefits {
    margin: 5rem 0 3rem;
  }
  .section-about .right {
    margin-top: 4rem;
  }
  .section-about .right .box .img-box {
    width: 100%;
  }
  .section-about .right .box-left, .section-about .right .box-right {
    width: 50%;
  }
  .section-about .btn-lm {
    padding-right: 0;
  }
  .video-cover {
    border-radius: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-hero-banner {
    min-height: 590px;
  }
  .section-hero-banner .banner-left .text h1 {
    font-size: 4rem;
  }
  .section-hero-banner .banner-left .btn2-group {
    margin-top: 3rem;
  }
  .section-hero-banner .arrow {
    display: none;
  }
  .section-about .right .box .img-stemp {
    height: 14rem;
    top: -13rem;
    width: 15rem;
  }
  .section-services {
    padding-bottom: 9rem;
  }
  .section-services .title {
    flex-wrap: wrap;
  }
  .section-services .title-right {
    margin-top: 3rem;
  }
  .section-services::after {
    display: none;
  }
}/*# sourceMappingURL=homepage.css.map */