.home__title {
  text-align: center;
  padding-bottom: 30px;
}
.home__title .labelStyle {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}
.home__title .labelStyle::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.home__title .labelStyle::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.home__about {
  padding: 60px 0;
  overflow: hidden;
}

.home__banner {
  width: 100%;
  margin-top: 15px;
}
.home__banner .home__banner--image1 {
  margin-bottom: 0;
}
.home__banner .home__banner--image1 img {
  border: 2px solid #9D9D9D;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.home__banner .home__banner--image2 img {
  border: 2px solid #9D9D9D;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.home__banner .banner__text1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}
.home__banner .banner__text2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}
.home__banner .banner__btn--get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}
.home__banner .banner__btn--get-started:hover {
  background: var(--main-color);
  color: #fff !important;
}
.home__banner .banner__btn--watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}
.home__banner .banner__btn--watch-video:hover i {
  color: var(--main-color);
}
.home__banner .banner__btn--watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}
.home__banner .banner__image img {
  height: 100%;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.home__productLink .home__productLink--content {
  padding: 0 50px;
}
.home__productLink .home__productLink--content .content__bottom .content__bottom--item a {
  display: inline-flex;
  align-items: center;
  color: #37517e;
}
.home__productLink .home__productLink--content .content__bottom .content__bottom--item a .item--icon {
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
}
.home__productLink .home__productLink--content .content__bottom .content__bottom--item a .item--icon img {
  width: 50px;
}
.home__productLink .home__productLink--content .content__bottom .content__bottom--item a .item--right {
  text-align: center;
}
.home__productLink .home__productLink--content .content__bottom .content__bottom--item a .item--right h4 {
  margin-bottom: 5px;
  font-weight: bold;
}
.home__productLink .home__productLink--content .content__bottom .content__bottom--item a .item--right p {
  margin-bottom: 0;
}

.home__bannerAds img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home__about ul {
  list-style: none;
  padding: 0;
}
.home__about ul li {
  padding-left: 28px;
  position: relative;
}
.home__about ul li + li {
  margin-top: 10px;
}
.home__about ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}
.home__about .about__btn--learn-more {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}
.home__about .about__btn--learn-more:hover {
  background: #47b2e4;
  color: #fff !important;
  text-decoration: none;
}

.home__product--slide {
  margin-top: 20px;
}

.home__introduce {
  color: #ffffff;
  background-color: #1a73e9;
  padding: 20px 0;
  margin-top: 20px;
}
.home__introduce .home__introduce--title h2 {
  text-align: center;
  font-weight: bolder;
}
.home__introduce .home__introduce--content .content__top {
  text-align: center;
}
.home__introduce .home__introduce--content .content__bottom {
  margin-top: 20px;
}
.home__introduce .home__introduce--content .content__bottom .content__bottom--item {
  margin-bottom: 20px;
}
.home__introduce .home__introduce--content .content__bottom .content__bottom--item .item--icon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.home__introduce .home__introduce--content .content__bottom .content__bottom--item .item--icon i {
  font-size: 50px;
}
.home__introduce .home__introduce--content .content__bottom .content__bottom--item .item--right p {
  margin-bottom: 0;
}

.home__privileges .home__privileges--content {
  padding: 0 50px;
}
.home__privileges .home__privileges--content .content__bottom .content__bottom--item .item--icon {
  margin-bottom: 10px;
  text-align: center;
}
.home__privileges .home__privileges--content .content__bottom .content__bottom--item .item--icon img {
  width: 100px;
}
.home__privileges .home__privileges--content .content__bottom .content__bottom--item .item--right {
  text-align: center;
}
.home__privileges .home__privileges--content .content__bottom .content__bottom--item .item--right h4 {
  margin-bottom: 5px;
}
.home__privileges .home__privileges--content .content__bottom .content__bottom--item .item--right p {
  margin-bottom: 0;
}

.home__news--slide {
  margin-top: 20px;
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
/* Mobile */
@media all and (min-width: 320px) {
  .home__banner {
    height: auto;
  }
  .home__banner .banner__image {
    height: 250px;
  }
  .home__banner .home__banner--image1 {
    margin-bottom: 5px;
  }
  .home__banner .home__banner--image1 img {
    height: 63vw;
  }
  .home__banner .home__banner--image2 img:first-child {
    margin-bottom: 0;
  }
  .home__banner .home__banner--image2 img:last-child {
    margin-top: 0;
  }
  .home__banner .home__banner--image2 img {
    width: 49%;
    height: 46vw;
  }
  .home__bannerAds {
    height: 20vw;
  }
}
/* Tablet Medium */
@media all and (min-width: 768px) {
  .home__banner .home__banner--image1 {
    padding-right: 0;
  }
  .home__banner .home__banner--image1 img {
    height: 600px;
  }
  .home__banner .home__banner--image2 img:first-child {
    margin-bottom: 5px;
  }
  .home__banner .home__banner--image2 img:last-child {
    margin-top: 5px;
  }
  .home__banner .home__banner--image2 img {
    width: 100%;
    height: 295px;
  }
  .home__bannerAds {
    height: 250px;
  }
}
/* Tablet Large */
@media all and (min-width: 992px) {
  .home__banner {
    height: 600px;
  }
  .home__banner .banner__image {
    height: 60vh;
  }
}
/* Desktop Extra large */
