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: 75%;
}
.section-hero-banner .banner-left .text {
  text-align: center;
}
.section-hero-banner .banner-left .text h1 {
  color: #fff;
  font-size: 8rem;
  font-weight: 600;
  margin-bottom: 3rem;
  line-height: 1;
}
.section-hero-banner .banner-left .text p {
  font-size: 2rem;
  line-height: 3.3rem;
  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 span {
  background-color: rgba(233, 114, 76, 0.2);
  border: 1px solid #E9724C;
  border-radius: 10px;
  color: #E9724C;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3.8rem;
  padding: 0 2rem;
  margin-bottom: 3rem;
}
.section-about .left {
  padding-right: 4rem;
}
.section-about .left p {
  font-size: 2rem;
  line-height: 3.3rem;
  color: #444;
}
.section-about .left p + p {
  margin-top: 2rem;
}
.section-about .left ul {
  margin: 3rem 0;
}
.section-about .left ul li {
  font-size: 2rem;
  line-height: 3.3rem;
  display: block;
  position: relative;
  padding: 0 0 0 3rem;
}
.section-about .left ul li + li {
  margin-top: 1.5rem;
}
.section-about .left ul li::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #016D85;
  height: 8px;
  left: 0;
  top: 8px;
  width: 8px;
}
.section-about .left .benefits {
  margin: 3rem 0;
  position: relative;
  padding-bottom: 2rem;
}
.section-about .left .benefits .h {
  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 #D7D7D7;
  border-radius: 10px;
  display: flex;
  cursor: pointer;
  padding: 1.5rem;
}
.section-about .left .benefits-points-one .icon {
  align-items: center;
  background-color: #E9724C;
  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 {
  font-size: 2rem;
  line-height: 3.3rem;
  color: #000;
}
.section-about .left .benefits-points-one:hover {
  border-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.section-about .left .benefits::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  height: 1px;
  left: 0;
  width: 100%;
}
.section-about .left .btn2-group {
  margin-top: 3rem;
}
.section-about .right .box {
  align-items: center;
  display: flex;
}
.section-about .right .box .img-box {
  border-radius: 15px;
  overflow: hidden;
  width: 38.5rem;
}
.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;
  height: 26.5rem;
}
.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: auto;
}
.section-about .right .box-right {
  margin-left: 2rem;
}
.section-about .right .box-right .img-box {
  background-color: #EFD1BB;
  height: 38rem;
}
.section-event {
  background: linear-gradient(to bottom, #FBE3DB 70%, #fff 50%);
}
.section-event .title span {
  background-color: rgba(233, 114, 76, 0.2);
  border: 1px solid #E9724C;
  border-radius: 10px;
  color: #E9724C;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3.8rem;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.section-event .title .inner-box {
  max-width: 107rem;
  margin: 3rem auto;
}
.section-event .title p {
  font-size: 2rem;
  line-height: 3.3rem;
  color: #505050;
}
.section-event .event-box {
  border-radius: 10px;
  height: 39.5rem;
  overflow: hidden;
  width: 100%;
}
.section-event .event-box img {
  transition: all ease-in 0.2s;
}
.section-event .event-box:hover img {
  transform: scale(1.1);
}
.section-event .event-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-services {
  position: relative;
  overflow: hidden;
}
.section-services .container {
  position: unset;
}
.section-services .title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
  position: relative;
}
.section-services .title span {
  background-color: rgba(233, 114, 76, 0.2);
  border: 1px solid #E9724C;
  border-radius: 10px;
  color: #E9724C;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3.8rem;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.section-services .title .ic-passport {
  position: absolute;
  right: 44rem;
  bottom: -6rem;
}
.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: #F5F5F5;
  border-radius: 15px;
  cursor: pointer;
  transition: ease-in all 0.2s;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.section-services .service-box:hover img {
  transition: all ease-in 0.2s;
}
.section-services .service-box:hover:hover img {
  transform: scale(1.1);
}
.section-services .service-box:hover .service-box-hover {
  transform: rotateY(0);
  opacity: 1;
}
.section-services .service-box .img-box {
  border-radius: 15px;
  height: 44rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.section-services .service-box .img-box::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  bottom: 0;
  left: 0;
  height: 11.5rem;
  width: 100%;
}
.section-services .service-box .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-services .service-box .img-box h6 {
  bottom: 2rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  left: 2rem;
  position: absolute;
  right: 2rem;
  text-align: center;
  z-index: 5;
}
.section-services .service-box-hover {
  background-color: #016D85;
  color: #fff;
  position: absolute;
  height: 100%;
  left: 0;
  padding: 3rem 2rem;
  top: 0;
  text-align: center;
  transition: transform 0.8s;
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  opacity: 0;
  width: 100%;
  z-index: 5;
}
.section-services .service-box-hover h4 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 3.4rem;
  margin-bottom: 2rem;
}
.section-services .service-box-hover p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.section-services .service-text .h {
  color: #333;
  font-size: 2.8rem;
  line-height: 3.6rem;
  margin-bottom: 2rem;
}
.section-services .service-text p {
  font-size: 2rem;
  line-height: 3.3rem;
  color: #505050;
}
.section-currentl .title {
  margin-bottom: 6rem;
}
.section-currentl .title span {
  background-color: rgba(233, 114, 76, 0.2);
  border: 1px solid #E9724C;
  border-radius: 10px;
  color: #E9724C;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 3.8rem;
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.section-currentl .img-box {
  position: relative;
  border-radius: 10px;
  height: 52.6rem;
  margin: 1rem 0;
  overflow: hidden;
  width: 100%;
}
.section-currentl .img-box img {
  transition: all ease-in 0.2s;
}
.section-currentl .img-box:hover img {
  transform: scale(1.1);
}
.section-currentl .img-box::after {
  content: "";
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-currentl .img-box img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-currentl .img-box .h {
  color: #fff;
  position: absolute;
  margin: auto;
  left: 2rem;
  right: 2rem;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 55;
}

.right-full-width {
  right: 0;
  padding: 0;
}
.right-full-width1 {
  padding: 0 0 0 8rem !important;
  right: 0;
  position: absolute;
}

.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;
  }
  .section-services .service-box .img-box h6 {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .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 .left {
    padding: 0;
  }
  .section-about .left .benefits {
    margin: 5rem 0 3rem;
  }
  .section-about .right {
    margin-bottom: 3rem;
  }
  .section-about .right .box .img-box {
    width: 100%;
  }
  .section-about .right .box-left, .section-about .right .box-right {
    width: 50%;
  }
  .section-event .event-box {
    margin: 1rem 0;
  }
  .section-services .service-box {
    margin: 1rem 0;
  }
  .section .right-full-width1 {
    position: inherit;
    padding: 0 1rem !important;
    margin-left: -20px;
    margin-top: 3rem;
  }
  .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;
  }
  .section .right-full-width1 {
    margin: 0;
  }
}/*# sourceMappingURL=homepage.css.map */