/** MAIN ============================================*/
/** Banner */
.gv_banner_block {
  position: relative;
  overflow: hidden;
}
.gv_banner_block .banner-item a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 33%;
}
.gv_banner_block .banner-item a 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%;
}

/** Instruct */
.gv_section_instruct {
  position: relative;
  padding: 48px 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gv_section_instruct {
    padding: 32px 0 0;
  }
}
.gv_section_instruct .recent-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_section_instruct .recent-item .inner {
  background: #fff;
  height: 100%;
}
.gv_section_instruct .recent-item .inner .image {
  position: relative;
}
.gv_section_instruct .recent-item .inner .image a {
  position: relative;
  padding-bottom: 50%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
}
.gv_section_instruct .recent-item .inner .image a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
.gv_section_instruct .recent-item .inner .info {
  padding: 20px 0 0;
  position: relative;
}
.gv_section_instruct .recent-item .inner .info .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.5;
}
.gv_section_instruct .recent-item .inner .info .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}
.gv_section_instruct .recent-item .inner .info .title a i {
  margin-left: 0;
  display: inline-block;
  opacity: 0;
  transition: all 0.3s;
  margin-left: 6px;
}
.gv_section_instruct .recent-item .inner .info .title a:hover {
  color: var(--primary-Color);
}
.gv_section_instruct .recent-item .inner .info .desc {
  text-align: justify;
}
.gv_section_instruct .instruct-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.gv_section_instruct .instruct-item:last-child {
  border-bottom: 0;
}
.gv_section_instruct .more-x {
  position: relative;
}
.gv_section_instruct .more-x a {
  background: #FFFFFF;
  border: 1px solid var(--primary-Color);
  box-sizing: border-box;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-Color);
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.gv_section_instruct .more-x a::after {
  border: 1px solid #D1D2D4;
  box-sizing: border-box;
  padding: 10px 24px;
  position: absolute;
  content: "";
  bottom: 5px;
  right: 5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.gv_section_instruct .more-x a:hover {
  background: var(--primary-Color);
  color: #FFF;
}
.gv_section_instruct .more-x a:hover::after {
  opacity: 0;
  visibility: hidden;
}
.gv_section_instruct .ins_banner .image {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 20%;
}
.gv_section_instruct .ins_banner .image 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%;
}

/** Product */
.gv_section_product {
  position: relative;
  padding: 48px 0 0;
}
@media (max-width: 767px) {
  .gv_section_product {
    padding: 32px 0 0;
  }
}
.gv_section_product .owl-carousel .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  background: var(--primary-Color);
  color: #FFF;
  border-color: var(--primary-Color);
}
.gv_section_product .product-item .inner {
  height: 100%;
}
.gv_section_product .product-item .inner .image {
  display: block;
  overflow: hidden;
  position: relative;
}
.gv_section_product .product-item .inner .image a {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.gv_section_product .product-item .inner .image a img {
  position: absolute;
  top: 0;
  left: 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_product .product-item .inner .info {
  padding-top: 15px;
}
.gv_section_product .product-item .inner .info .title {
  display: block;
  margin: 0;
  padding-bottom: 10px;
  font-weight: 500;
  height: 46px;
  font-size: 15px;
  position: relative;
}
.gv_section_product .product-item .inner .info .title::before {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--primary-Color);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}
.gv_section_product .product-item .inner .info .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  color: var(--second-Color);
}
.gv_section_product .product-item .inner .info .title a:hover {
  color: var(--primary-Color);
}
.gv_section_product .more-x {
  position: relative;
}
.gv_section_product .more-x a {
  background: #FFFFFF;
  border: 1px solid var(--primary-Color);
  box-sizing: border-box;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-Color);
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.gv_section_product .more-x a::after {
  border: 1px solid #D1D2D4;
  box-sizing: border-box;
  padding: 10px 24px;
  position: absolute;
  content: "";
  bottom: 5px;
  right: 5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.gv_section_product .more-x a:hover {
  background: var(--primary-Color);
  color: #FFF;
}
.gv_section_product .more-x a:hover::after {
  opacity: 0;
  visibility: hidden;
}
.gv_section_product .prd_banner .image {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 20%;
}
.gv_section_product .prd_banner .image 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%;
}

/** Service */
.gv_section_service {
  position: relative;
  padding: 48px 0 0;
}
@media (max-width: 767px) {
  .gv_section_service {
    padding: 32px 0 0;
  }
}
.gv_section_service .row [class*=col-] {
  padding-bottom: 15px;
  padding-top: 15px;
}
.gv_section_service .service-item .inner {
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #f5f5f5;
}
.gv_section_service .service-item .inner .image {
  display: block;
  overflow: hidden;
  position: relative;
}
.gv_section_service .service-item .inner .image a {
  position: relative;
  padding-bottom: 62%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.gv_section_service .service-item .inner .image a img {
  position: absolute;
  top: 0;
  left: 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_service .service-item .inner .info {
  background: rgba(255, 255, 255, 0.92);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.gv_section_service .service-item .inner .info .title {
  font-size: 15px;
  font-weight: 500;
  display: block;
  height: 48px;
  line-height: 1.6;
  margin: 0;
}
.gv_section_service .service-item .inner .info .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #484848;
  transition: all 0.3s;
}
.gv_section_service .service-item .inner .info .title a:hover {
  color: var(--primary-Color);
}
.gv_section_service .more-x {
  position: relative;
}
.gv_section_service .more-x a {
  background: #FFFFFF;
  border: 1px solid var(--primary-Color);
  box-sizing: border-box;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-Color);
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.gv_section_service .more-x a::after {
  border: 1px solid #D1D2D4;
  box-sizing: border-box;
  padding: 10px 24px;
  position: absolute;
  content: "";
  bottom: 5px;
  right: 5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.gv_section_service .more-x a:hover {
  background: var(--primary-Color);
  color: #FFF;
}
.gv_section_service .more-x a:hover::after {
  opacity: 0;
  visibility: hidden;
}
.gv_section_service .prd_banner .image {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 20%;
}
.gv_section_service .prd_banner .image 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%;
}

/** Extra */
.gv_section_extra {
  position: relative;
  padding: 48px 0 0;
}
@media (max-width: 767px) {
  .gv_section_extra {
    padding: 32px 0 0;
  }
}
.gv_section_extra .row [class*=col-] {
  padding-bottom: 15px;
  padding-top: 15px;
}
.gv_section_extra .service-item .inner {
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #f5f5f5;
}
.gv_section_extra .service-item .inner .image {
  display: block;
  overflow: hidden;
  position: relative;
}
.gv_section_extra .service-item .inner .image a {
  position: relative;
  padding-bottom: 62%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.gv_section_extra .service-item .inner .image a img {
  position: absolute;
  top: 0;
  left: 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_extra .service-item .inner .info {
  background: rgba(255, 255, 255, 0.92);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.gv_section_extra .service-item .inner .info .title {
  font-size: 15px;
  font-weight: 500;
  display: block;
  height: 48px;
  line-height: 1.6;
  margin: 0;
}
.gv_section_extra .service-item .inner .info .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #484848;
  transition: all 0.3s;
}
.gv_section_extra .service-item .inner .info .title a:hover {
  color: var(--primary-Color);
}
.gv_section_extra .more-x {
  position: relative;
}
.gv_section_extra .more-x a {
  background: #FFFFFF;
  border: 1px solid var(--primary-Color);
  box-sizing: border-box;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-Color);
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.gv_section_extra .more-x a::after {
  border: 1px solid #D1D2D4;
  box-sizing: border-box;
  padding: 10px 24px;
  position: absolute;
  content: "";
  bottom: 5px;
  right: 5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
}
.gv_section_extra .more-x a:hover {
  background: var(--primary-Color);
  color: #FFF;
}
.gv_section_extra .more-x a:hover::after {
  opacity: 0;
  visibility: hidden;
}
.gv_section_extra .prd_banner .image {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 20%;
}
.gv_section_extra .prd_banner .image 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%;
}

/** Gallery */
.gv_section_gallery {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .gv_section_gallery {
    padding: 32px 0;
  }
}
.gv_section_gallery .owl-carousel .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  background: transparent;
  color: var(--primary-Color);
  border-color: transparent;
}
.gv_section_gallery .owl-carousel .owl-nav [class*=owl-] i {
  font-size: 40px;
  color: var(--second-Color);
}
.gv_section_gallery .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.gv_section_gallery .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.gv_section_gallery .gallery-item span {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
}
.gv_section_gallery .gallery-item span img {
  position: absolute;
  top: 0;
  left: 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%;
}

/** Client */
.gv_section_client {
  position: relative;
  overflow: hidden;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .gv_section_client {
    padding: 24px 0;
  }
}
.gv_section_client .container > .row [class*=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 1023px) {
  .gv_section_client .container > .row [class*=col-] {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .gv_section_client .container > .row [class*=col-] {
    flex: 0 0 33.333334%;
    max-width: 33.333334%;
  }
}
@media (max-width: 575px) {
  .gv_section_client .container > .row [class*=col-] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gv_section_client .image span {
  position: relative;
  padding-bottom: 140%;
  width: 100%;
  display: block;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
}
.gv_section_client .image span::before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.gv_section_client .image span img {
  position: absolute;
  top: 0;
  left: 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_client .image span:hover::before {
  animation: shine 0.75s;
}/*# sourceMappingURL=main.css.map */