/** 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;
}
.gv_banner_block .slider .owl-carousel .owl-nav [class*=owl-] {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 46px;
  width: 34px;
  border: 0;
  background: var(--primary-Color);
  margin: 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.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;
  border-radius: 0 6px 6px 0;
}
.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;
  border-radius: 6px 0 0 6px;
}
.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;
}

/** About */
.gv_section_about {
  position: relative;
  overflow: hidden;
  padding: 48px 0 48px;
  background: #fff;
}
@media (max-width: 767px) {
  .gv_section_about {
    padding: 36px 0;
  }
}
@media (min-width: 992px) {
  .gv_section_about .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.gv_section_about .container .row {
  align-items: stretch;
}
.gv_section_about .container .row > [class*=col-] {
  min-height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .gv_section_about .container .row > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.gv_section_about .info {
  height: 100%;
  padding: 32px;
  border-radius: 20px;
  background: var(--second-Color);
  color: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .gv_section_about .info {
    padding: 20px;
  }
}
.gv_section_about .info .head_section {
  padding-bottom: 20px;
}
.gv_section_about .info .head_section .title {
  color: #fff;
}
.gv_section_about .info .desc {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: justify;
}
.gv_section_about .info .desc h1, .gv_section_about .info .desc h2, .gv_section_about .info .desc h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.gv_section_about .info .desc *:last-child {
  margin-bottom: 0;
}
.gv_section_about .info .x-button a {
  display: inline-block;
  padding: 10px 24px;
  background: #1b97d6;
  line-height: 20px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.5px;
  border-radius: 27px;
  color: #fff;
  text-transform: uppercase;
}
.gv_section_about .image {
  position: relative;
  height: 100%;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.gv_section_about .image::before {
  border-radius: 20px;
  content: "";
  position: absolute;
  height: calc(100% - 24px);
  width: calc(100% - 24px);
  right: 10px;
  bottom: 10px;
  border: 1px solid var(--primary-Color);
  z-index: 1;
}
.gv_section_about .image::after {
  border-radius: 20px;
  content: "";
  height: calc(100% - 24px);
  width: calc(100% - 24px);
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid var(--primary-Color);
  z-index: 1;
}
.gv_section_about .image span.at-img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .gv_section_about .image span.at-img {
    height: auto;
    padding-bottom: 70%;
  }
}
.gv_section_about .image span.at-img img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/** Intro */
.gv_section_intro {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  background: var(--primary-Color);
  color: #fff;
}
@media (max-width: 767px) {
  .gv_section_intro {
    padding: 36px 0;
  }
}
.gv_section_intro .container > .row > [class*=col-] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.gv_section_intro .intro-item .inner .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.gv_section_intro .intro-item .inner .icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #fff;
  height: 70px;
  width: 70px;
}
.gv_section_intro .intro-item .inner .icon span img {
  height: 40px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}
.gv_section_intro .intro-item .inner .info h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: yellow;
  margin-bottom: 10px;
}
.gv_section_intro .intro-item .inner .info p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: justify;
  -moz-text-align-last: center;
       text-align-last: center;
}

/** Service */
.gv_section_service {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .gv_section_service {
    padding: 36px 0;
  }
}
.gv_section_service .container > .row {
  margin: 0 -8px;
  align-items: stretch;
}
@media (max-width: 575px) {
  .gv_section_service .container > .row {
    margin: 0 -6px;
  }
}
.gv_section_service .container > .row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  min-height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .gv_section_service .container > .row > [class*=col-] {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.gv_section_service .head_section {
  padding-bottom: 20px;
}

/** Prize */
.gv_section_prize {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .gv_section_prize {
    padding: 36px 0;
  }
}
.gv_section_prize .box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.gv_section_prize .box .head_section {
  margin-bottom: 24px;
}
.gv_section_prize .box .image {
  margin-bottom: 20px;
  box-shadow: 0px 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.gv_section_prize .box .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/** Review */
.gv_section_review {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  background: var(--primary-Color);
}
@media (max-width: 767px) {
  .gv_section_review {
    padding: 36px 0;
  }
}
.gv_section_review .container {
  position: relative;
  z-index: 4;
}
.gv_section_review .head_section {
  padding-bottom: 30px;
}
.gv_section_review .head_section .title {
  color: #fff;
}
.gv_section_review .head_section .sub {
  color: yellow;
}
.gv_section_review .owl-carousel .owl-nav > [class*=owl-] {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 36px;
  width: 36px;
  border: 0;
  background: var(--primary-Color);
  border-radius: 6px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
  visibility: hidden;
  z-index: -2;
}
@media (max-width: 767px) {
  .gv_section_review .owl-carousel .owl-nav > [class*=owl-] {
    height: 30px;
    width: 30px;
  }
}
.gv_section_review .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);
}
@media (max-width: 767px) {
  .gv_section_review .owl-carousel .owl-nav > [class*=owl-] > i {
    height: 15px;
    width: 15px;
  }
}
.gv_section_review .owl-carousel .owl-nav .owl-prev {
  left: 15px;
}
@media (max-width: 767px) {
  .gv_section_review .owl-carousel .owl-nav .owl-prev {
    left: 10px;
  }
}
.gv_section_review .owl-carousel .owl-nav .owl-prev:hover {
  background: var(--second-Color);
}
.gv_section_review .owl-carousel .owl-nav .owl-prev > i {
  background-image: url("../images/svg/icw-prev.svg");
}
.gv_section_review .owl-carousel .owl-nav .owl-next {
  right: 15px;
}
@media (max-width: 767px) {
  .gv_section_review .owl-carousel .owl-nav .owl-next {
    right: 10px;
  }
}
.gv_section_review .owl-carousel .owl-nav .owl-next:hover {
  background: var(--second-Color);
}
.gv_section_review .owl-carousel .owl-nav .owl-next > i {
  background-image: url("../images/svg/icw-next.svg");
}
.gv_section_review .owl-carousel:hover .owl-nav > [class*=owl-] {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.gv_section_review .review-item .inner {
  display: block;
  padding: 24px 20px;
  border-radius: 20px;
  background: #fff;
}
.gv_section_review .review-item .inner .image {
  width: 100px;
  margin: 0 auto;
  border: 1px solid var(--primary-Color);
  padding: 4px;
  border-radius: 100%;
}
.gv_section_review .review-item .inner .image > span {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  background-position: center;
  display: block;
  width: 100%;
  border-radius: 100%;
  z-index: 2;
}
.gv_section_review .review-item .inner .image > span img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.gv_section_review .review-item .inner .info {
  padding: 16px 0 0;
  position: relative;
  text-align: center;
}
.gv_section_review .review-item .inner .info h3 {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.gv_section_review .review-item .inner .info .desc {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 64px;
}

/** News */
.gv_section_news {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .gv_section_news {
    padding: 36px 0;
  }
}
.gv_section_news .container > .row {
  margin: 0 -8px;
  align-items: stretch;
}
@media (max-width: 575px) {
  .gv_section_news .container > .row {
    margin: 0 -6px;
  }
}
.gv_section_news .container > .row > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  min-height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .gv_section_news .container > .row > [class*=col-] {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.gv_section_news .head_section {
  padding-bottom: 16px;
}
.gv_section_news .more-x {
  display: block;
  text-align: center;
  padding-top: 10px;
}
.gv_section_news .more-x a {
  display: inline-block;
  background: var(--second-Color);
  color: #fff;
  padding: 12px 24px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 20px;
}/*# sourceMappingURL=home.css.map */