/** HOME ============================================*/
/** Banner */
.gv_banner_block {
  position: relative;
  overflow: hidden;
}
.gv_banner_block .slider {
  overflow: hidden;
}
.gv_banner_block .slider .owl-carousel .owl-nav {
  margin-top: 0;
  padding: 0;
}
.gv_banner_block .slider .owl-carousel .owl-nav [class*=owl-] {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 86px;
  width: 30px;
  border: 0;
  background: var(--primary-Color);
  margin: 0;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 767px) {
  .gv_banner_block .slider .owl-carousel .owl-nav [class*=owl-] {
    height: 60px;
  }
}
.gv_banner_block .slider .owl-carousel .owl-nav [class*=owl-] i {
  height: 18px;
  width: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  filter: brightness(0) invert(1);
}
.gv_banner_block .slider .owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
.gv_banner_block .slider .owl-carousel .owl-nav .owl-prev i {
  background-image: url("../images/svg/icb-prev.svg");
}
.gv_banner_block .slider .owl-carousel .owl-nav .owl-next {
  right: 0px;
}
.gv_banner_block .slider .owl-carousel .owl-nav .owl-next i {
  background-image: url("../images/svg/icb-next.svg");
}
.gv_banner_block .slider .banner-item > a {
  display: block;
  width: 100%;
  position: relative;
}
.gv_banner_block .slider .banner-item > a img {
  width: 100%;
  height: auto;
}

/** Intro */
.gv_section_intro {
  position: relative;
  overflow: hidden;
  background: #f1f2f3;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .gv_section_intro {
    padding: 12px 0;
  }
}
.gv_section_intro .container > .row {
  align-items: center;
}
.gv_section_intro .container > .row > [class*=col-] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.gv_section_intro .container > .row .col-right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .gv_section_intro .container > .row .col-right {
    justify-content: flex-start;
  }
}
.gv_section_intro .place p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}
.gv_section_intro .place p svg {
  height: 13px;
  width: 13px;
  fill: var(--primary-Color);
  margin-right: 6px;
  margin-top: -1px;
}
.gv_section_intro .hotline a {
  background: rgb(226, 31, 31);
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  line-height: 22px;
  color: #fff;
  gap: 8px;
}
.gv_section_intro .hotline a svg {
  height: 14px;
  width: 14px;
  fill: #fff;
}

.gv_intro_note {
  padding: 30px 0;
  position: relative;
}
.gv_intro_note .box {
  border: 2px dashed #f80000;
  border-radius: 12px;
  padding: 24px;
}
.gv_intro_note .box .name {
  font-size: 21px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.gv_intro_note .box .desc {
  font-size: 17px;
  line-height: 1.68;
}
.gv_intro_note .box .desc *:last-child {
  margin-bottom: 0;
}

/** About */
.gv_section_about {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.gv_section_about .container .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.gv_section_about .container .flex .flx-left {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .gv_section_about .container .flex .flx-left {
    padding-bottom: 24px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_section_about .container .flex .flx-right {
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 991px) {
  .gv_section_about .container .flex .flx-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_section_about .about-box .entry-content {
  font-size: 16px;
  line-height: 1.65;
}

/** Process */
.gv_section_process {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
}
.gv_section_process .container > .row {
  align-items: stretch;
}
.gv_section_process .container > .row > [class*=col-] {
  min-height: 100%;
}
.gv_section_process .head_section {
  margin-bottom: 20px;
}
.gv_section_process .review-item {
  padding-top: 12px;
  padding-bottom: 12px;
}
.gv_section_process .review-item .inner {
  height: 100%;
  background: #f1f2f3;
  padding: 32px 16px;
}
.gv_section_process .review-item .inner .image {
  margin-bottom: 20px;
}
.gv_section_process .review-item .inner .image span {
  display: block;
  text-align: center;
}
.gv_section_process .review-item .inner .image span img {
  height: 80px;
  width: 80px;
}
.gv_section_process .review-item .inner .info h3 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.gv_section_process .review-item .inner .info .desc {
  font-size: 14px;
  line-height: 1.6;
}/*# sourceMappingURL=home.css.map */