/** MAIN ============================================*/
/** Banner */
.gv_banner_block {
  position: relative;
  overflow: hidden;
}
.gv_banner_block .inner {
  position: relative;
}
.gv_banner_block .inner .banner-item a, .gv_banner_block .inner .carousel-item a {
  display: block;
}
.gv_banner_block .inner .banner-item a img, .gv_banner_block .inner .carousel-item a img {
  width: 100%;
  height: auto;
}

/** About */
.gv_section_about {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .gv_section_about {
    padding: 36px 0;
  }
}
@media (max-width: 991px) {
  .gv_section_about .container > .row [class*=col-] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.gv_section_about .slogan {
  padding-left: 32px;
  position: relative;
  border-left: 1px solid #ccc;
  font-weight: bold;
  font-size: 16px;
}
.gv_section_about .info {
  padding: 10px 12px;
  position: relative;
}
@media (max-width: 575px) {
  .gv_section_about .info {
    padding: 0;
  }
}
.gv_section_about .info .desc {
  margin-bottom: 24px;
}
.gv_section_about .info .desc h3 {
  font-size: 22px;
  line-height: 1.2;
}
.gv_section_about .info .more-x {
  position: relative;
}
.gv_section_about .info .more-x a {
  display: inline-flex;
  align-items: center;
  background: var(--primary-Color);
  border-radius: 40px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid var(--primary-Color);
  transition: all 0.3s ease-in-out;
}
.gv_section_about .info .more-x a svg {
  height: 20px;
  width: 20px;
  margin-left: 12px;
}
.gv_section_about .info .more-x a svg path {
  fill: #fff;
}
.gv_section_about .info .more-x a:hover {
  background: var(--second-Color);
  border-color: var(--second-Color);
}

/** Product */
.gv_section_product {
  position: relative;
  overflow: hidden;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .gv_section_product {
    padding-bottom: 36px;
  }
}
.gv_section_product .product-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 575px) {
  .gv_section_product .product-item {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.gv_section_product .extra-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

/** Commit */
.gv_section_commit {
  position: relative;
  padding-bottom: 48px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gv_section_commit {
    padding-bottom: 36px;
  }
}
.gv_section_commit .commit-item {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.gv_section_commit .commit-item .image {
  position: relative;
  padding-bottom: 100%;
  display: block;
  width: 100%;
  background-position: center;
  overflow: hidden;
  border-radius: 100%;
}
.gv_section_commit .commit-item .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--primary-Color);
  opacity: 0;
  transition: all 0.6s;
  visibility: hidden;
}
.gv_section_commit .commit-item .image img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_section_commit .commit-item .image a {
  position: absolute;
  left: 0;
  right: 0;
  top: 70%;
  transform: translateY(-70%);
  z-index: 2;
  color: var(--primary-Color);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #eafef1;
  margin: 0 auto;
  line-height: 40px;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.gv_section_commit .commit-item .image a svg {
  width: 16px;
  height: 16px;
}
.gv_section_commit .commit-item .info {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 80px;
  transition: 0.6s;
  text-align: center;
  color: #fff;
  padding: 24px;
  z-index: 3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .gv_section_commit .commit-item .info {
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
  }
}
.gv_section_commit .commit-item .info h3 {
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .gv_section_commit .commit-item .info h3 {
    font-size: 1.1rem;
    margin-bottom: 0;
  }
}
.gv_section_commit .commit-item:hover .image::before {
  opacity: 0.6;
  visibility: visible;
}
.gv_section_commit .commit-item:hover .image a {
  opacity: 1;
  visibility: visible;
}
.gv_section_commit .commit-item:hover .info {
  bottom: 140px;
}
.gv_section_commit .video {
  position: relative;
  display: block;
}
.gv_section_commit .video img {
  width: 100%;
  height: auto;
}
.gv_section_commit .video a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 90px;
  height: 90px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--second-Color);
  z-index: 2;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.gv_section_commit .video a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  animation: ripple 2s linear infinite;
}
.gv_section_commit .video a svg {
  width: 2rem;
  height: 2rem;
  display: block;
}
.gv_section_commit .video a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  animation: ripple 2s linear 1s infinite;
}
.gv_section_commit .solution {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border-radius: 5px;
  padding: 50px;
}
@media (max-width: 767px) {
  .gv_section_commit .solution {
    padding: 40px 0;
  }
}
.gv_section_commit .solution > .row {
  margin-left: 0;
  margin-right: 0;
}
.gv_section_commit .solution > .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.gv_section_commit .solution .solute-item .count-area-content {
  border-right: 1px dashed #209e2e;
  color: var(--primary-Color);
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .gv_section_commit .solution .solute-item .count-area-content:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 575px) {
  .gv_section_commit .solution .solute-item .count-area-content {
    border-right: 0;
  }
}
.gv_section_commit .solution .solute-item .count-area-content .number {
  font-size: 50px;
  margin-bottom: 0;
}
.gv_section_commit .solution .solute-item .count-area-content .number span {
  font-size: 50px;
}
.gv_section_commit .solution .solute-item .count-area-content .name {
  font-size: 18px;
  margin-bottom: 0;
}
.gv_section_commit .solution .solute-item:last-child .count-area-content {
  border-right: 0;
}

/** News */
.gv_section_news {
  position: relative;
  overflow: hidden;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .gv_section_news {
    padding-bottom: 36px;
  }
}
.gv_section_news .container > .row {
  align-items: stretch;
}
.gv_section_news .container > .row > [class*=col-] {
  min-height: 100%;
}
.gv_section_news .post-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 575px) {
  .gv_section_news .post-item {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.gv_section_news .post-item .post_inner {
  height: 100%;
}

/** Review */
.gv_section_review {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
  background: var(--primary-Color);
  color: #fff;
}
@media (max-width: 767px) {
  .gv_section_review {
    padding: 36px 0;
  }
}
.gv_section_review .head_section .title {
  color: #fff;
}
.gv_section_review .box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 12px;
}
.gv_section_review .box .slick-slider > [class*=arrow-] {
  top: 54%;
}
.gv_section_review .box .slick-slider .slick-list {
  padding-top: 60px;
}
.gv_section_review .box .review-item {
  padding: 0 10px;
}
.gv_section_review .box .review-item .inner {
  border-radius: 20px;
  box-shadow: 0px 0px 10px 2px rgba(199, 199, 199, 0.1);
  min-height: 400px;
  background: #fff;
  padding: 1.5rem;
  position: relative;
}
.gv_section_review .box .review-item .inner .quote {
  display: flex;
  justify-content: flex-end;
}
.gv_section_review .box .review-item .inner .avatar {
  top: -60px;
  left: 20px;
  position: absolute;
  height: 102px;
  width: 102px;
  overflow: hidden;
  border-radius: 100%;
}
.gv_section_review .box .review-item .inner .avatar img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_section_review .box .review-item .inner .info {
  color: #333;
}
.gv_section_review .box .review-item .inner .info h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
}
.gv_section_review .box .review-item .inner .info span {
  display: block;
  margin-bottom: 16px;
}
.gv_section_review .box .review-item .inner .info p {
  font-size: 15px;
  font-weight: normal;
}

/* Extra Inner */
.extra_inner {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border: 1px dashed var(--primary-Color);
  transition: all 0.6s ease 0s;
  text-align: center;
  z-index: 2;
}
.extra_inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #209e2e;
  z-index: -1;
  transition: all 0.6s;
}
.extra_inner .image {
  position: relative;
}
.extra_inner .image a {
  display: block;
  position: relative;
  width: 100%;
}
.extra_inner .image a svg {
  height: 100%;
  width: 100%;
}
.extra_inner .info {
  padding-top: 48px;
  padding-bottom: 32px;
  position: relative;
}
.extra_inner .info .more-x {
  display: flex;
  justify-content: center;
}
.extra_inner .info .more-x a {
  padding: 12px 20px;
  font-size: 14px;
  border: 1px solid var(--primary-Color);
  display: inline-block;
  margin: 0 6px;
  background: #fff;
  font-weight: 400;
  color: var(--primary-Color);
  border-radius: 30px;
  line-height: 18px;
  transition: all 0.6s ease 0s;
}
.extra_inner:hover {
  text-align: center;
  border-color: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06);
}
.extra_inner:hover::before {
  height: 39%;
}
.extra_inner:hover .info .more-x a {
  border-color: #fff;
}/*# sourceMappingURL=main.css.map */