/** MAIN ============================================*/
/** Banner */
.gv_banner_block {
  position: relative;
  overflow: hidden;
}
.gv_banner_block .inner {
  width: auto !important;
  display: flex;
  align-items: center;
}
.gv_banner_block .inner .swp-slider {
  position: relative;
  overflow: hidden;
}
.gv_banner_block .inner .slider-button {
  display: inline-flex;
  align-items: center;
  left: 0.75rem;
  bottom: 45px;
  z-index: 3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .gv_banner_block .inner .slider-button {
    bottom: 8px;
  }
}
.gv_banner_block .inner .slider-button > [class*=button-] {
  border-radius: 6px;
  background-color: #fff;
  color: var(--primary-Color);
  font-weight: 400;
  font-size: 1em;
  display: inline-flex;
  align-items: center;
  padding: 5px 15px 3px;
  transition: all 0.3s ease-in-out;
}
.gv_banner_block .inner .slider-button > [class*=button-]:active, .gv_banner_block .inner .slider-button > [class*=button-]:hover {
  background: var(--primary-Color);
  color: #fff;
}
.gv_banner_block .inner .slider-button > .swiper-button-disabled {
  background-color: #fff;
  color: var(--primary-Color);
  opacity: 0.8;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .gv_banner_block .inner .slider-button .button-prev {
    margin-right: 5px;
  }
}
.gv_banner_block .inner .slider-button .button-prev i {
  margin-right: 8px;
  margin-top: -1px;
  font-size: 1.15em;
}
@media (max-width: 767px) {
  .gv_banner_block .inner .slider-button .button-next {
    margin-left: 5px;
  }
}
.gv_banner_block .inner .slider-button .button-next i {
  margin-left: 8px;
  margin-top: -1px;
  font-size: 1.15em;
}
.gv_banner_block .inner .slider-button .slider-pagination {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .gv_banner_block .inner .slider-button .slider-pagination {
    display: none;
  }
}
.gv_banner_block .inner .slider-button .slider-pagination > * {
  flex-shrink: 0;
}
.gv_banner_block .inner .slider-button .slider-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 !important;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
  background: transparent;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gv_banner_block .inner .slider-button .slider-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 18px;
  background: #FFF;
  height: 2px;
  margin: 0 15px 0 5px;
  display: block;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}
.gv_banner_block .inner .slider-button .slider-pagination .swiper-pagination-bullet-active::after {
  width: 36px;
}

/** Product */
.gv_section_product {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .gv_section_product {
    padding: 36px 0;
  }
}
.gv_section_product .product-tab ul.tab_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .gv_section_product .product-tab ul.tab_nav {
    flex-wrap: wrap;
  }
}
.gv_section_product .product-tab ul.tab_nav > li {
  display: inline-block;
}
@media (max-width: 767px) {
  .gv_section_product .product-tab ul.tab_nav > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gv_section_product .product-tab ul.tab_nav > li > a {
  display: block;
  min-width: 120px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 14px;
  color: #00142e;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15) !important;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0.5rem 1rem;
}
.gv_section_product .product-tab ul.tab_nav > li:hover > a {
  background: var(--primary-Color);
  color: #fff;
}
.gv_section_product .product-tab ul.tab_nav > li:first-child > a {
  border-radius: 0.25rem 0 0 0.25rem;
}
.gv_section_product .product-tab ul.tab_nav > li:last-child > a {
  border-radius: 0 0.25rem 0.25rem 0;
}
.gv_section_product .product-tab ul.tab_nav > li.active > a {
  background: var(--primary-Color);
  color: #fff;
}
.gv_section_product .product-tab .tab_content .row {
  align-items: stretch;
  margin-left: -4px;
  margin-right: -4px;
}
.gv_section_product .product-tab .tab_content .product-item {
  min-height: 100%;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.gv_section_product .product-tab .tab_content .product-item .box {
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 4px;
  padding: 12px 20px;
  box-shadow: none;
}
.gv_section_product .product-tab .tab_content .product-item .box .thumb {
  display: block;
  padding-bottom: 59%;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background-position: center;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  transform: translateX(0);
}
.gv_section_product .product-tab .tab_content .product-item .box .thumb > img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.gv_section_product .product-tab .tab_content .product-item .box .name {
  text-align: center;
  display: block;
}
.gv_section_product .product-tab .tab_content .product-item .box .name h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-align: center;
  color: var(--primary-Color);
}
.gv_section_product .product-tab .tab_content .product-item .box .name .price {
  font-size: 14px;
  color: var(--primary-Color);
}
.gv_section_product .product-tab .tab_content .product-item .box .name .price span {
  font-weight: 600;
}
.gv_section_product .product-tab .tab_content .product-item .box:hover {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}
.gv_section_product .product-tab .tab_content .product-item .box:hover .thumb {
  transform: translateX(0.5rem);
}

/** About */
.gv_section_about {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .gv_section_about {
    padding: 36px 0;
  }
}
.gv_section_about .image {
  background-color: #fff;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0 3px 18px rgba(35, 38, 40, 0.3);
  padding: 5px;
}
@media (max-width: 991px) {
  .gv_section_about .image {
    margin-bottom: 24px;
  }
}
.gv_section_about .image img {
  width: 100%;
  height: auto;
}
.gv_section_about .desc {
  margin-bottom: 16px;
}
.gv_section_about ul.param {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-right: -4px;
  align-items: stretch;
}
.gv_section_about ul.param > li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 4px;
  min-height: 100%;
}
@media (max-width: 767px) {
  .gv_section_about ul.param > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .gv_section_about ul.param > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_section_about ul.param > li a {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 12px 1.25rem;
  gap: 1rem;
  font-size: 0.875rem;
  background: #00142e;
  border-radius: 4px;
  color: #fff;
  align-items: center;
}
.gv_section_about ul.param > li a .icon {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gv_section_about ul.param > li a .icon img {
  height: 24px;
  width: 24px;
  border-radius: 100%;
}
.gv_section_about ul.param > li a .name {
  display: flex;
  flex-flow: column nowrap;
  font-size: 0.875rem;
  font-weight: 200;
}
.gv_section_about ul.param > li a .name h4 {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 0.875rem;
}
.gv_section_about ul.param > li a .name p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.2;
}

/** News */
.gv_section_news {
  position: relative;
  overflow: hidden;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .gv_section_news {
    padding-bottom: 36px;
  }
}
.gv_section_news .news-slide {
  position: relative;
}
.gv_section_news .news-slide .swiper {
  overflow: hidden;
}
.gv_section_news .news-slide .swiper .swiper-wrapper {
  padding: 0 5px 10px 5px;
}
.gv_section_news .news-slide > [class*=button-] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background-color: var(--primary-Color);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-size: 1.6rem;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .gv_section_news .news-slide > [class*=button-] {
    display: none;
  }
}
.gv_section_news .news-slide > [class*=button-] i {
  font-size: 20px;
}
.gv_section_news .news-slide .swiper-button-disabled {
  display: none;
}
.gv_section_news .news-slide .button-prev {
  left: -20px;
}
.gv_section_news .news-slide .button-next {
  right: -20px;
}

/** Gallery */
.gv_section_gallery {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .gv_section_gallery {
    padding: 36px 0;
  }
}
.gv_section_gallery .container .row {
  margin-left: -4px;
  margin-right: -4px;
}
.gv_section_gallery .container .row .col-gv-5 {
  padding-left: 4px;
  padding-right: 4px;
}
@media (max-width: 575px) {
  .gv_section_gallery .container .row .col-gv-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.gv_section_gallery .head_section .title {
  color: var(--primary-Color);
}
.gv_section_gallery .desc {
  text-align: center;
  margin-bottom: 24px;
}
.gv_section_gallery .gallery-item {
  padding-top: 4px;
  padding-bottom: 4px;
}
.gv_section_gallery .gallery-item .image {
  position: relative;
}
.gv_section_gallery .gallery-item .image a {
  display: block;
  padding-bottom: 59%;
  position: relative;
  width: 100%;
  background-position: center;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
}
.gv_section_gallery .gallery-item .image a > img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 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_gallery .gallery-item .image a span {
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.88);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  position: absolute;
}
.gv_section_gallery .gallery-item .image a span i {
  font-size: 24px;
  color: #00142e;
}
.gv_section_gallery .gallery-item .image a:hover img {
  transform: scale(1.13);
}
.gv_section_gallery .gallery-item .image a:hover span {
  opacity: 1;
  visibility: visible;
}

/** Register */
.gv_section_register {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background-size: cover;
  background-position: center;
  background-position: center;
}
.gv_section_register::after {
  position: absolute;
  background-color: #000000;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.gv_section_register .container {
  position: relative;
  z-index: 3;
}
.gv_section_register .info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.gv_section_register .info .icon {
  font-size: 3em;
  color: #fff;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .gv_section_register .info .icon {
    display: none;
  }
}
.gv_section_register .info .icon span {
  position: relative;
  display: block;
}
.gv_section_register .info .icon span i {
  animation: hand-shake 2s infinite;
}
.gv_section_register .info .name {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .gv_section_register .info .name {
    text-align: center;
  }
}
.gv_section_register .info .name h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 575px) {
  .gv_section_register .info .name h3 {
    font-size: 1.1rem;
  }
}
.gv_section_register .info .name p {
  color: #e9e9e9;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .gv_section_register .info .name p {
    font-size: 13px;
  }
}
.gv_section_register .form {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.gv_section_register .form .row {
  margin-left: 0;
  margin-right: 0;
}
.gv_section_register .form .row [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .gv_section_register .form .row [class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.gv_section_register .form .wpcf7-form p {
  margin-bottom: 0;
}
.gv_section_register .form .wpcf7-form input[type=text],
.gv_section_register .form .wpcf7-form input[type=email],
.gv_section_register .form .wpcf7-form input[type=tel] {
  height: 48px;
  border: 0;
  padding: 0 15px;
  color: #4c4c4c;
  background: #fff;
  font-family: var(--primary-Font);
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  border-radius: 0;
}
.gv_section_register .form .wpcf7-form input.wpcf7-submit {
  font-family: var(--primary-Font);
  height: 48px;
  width: 100%;
  background: var(--primary-Color);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 12px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: 0;
  padding: 0 15px;
}
.gv_section_register .form .wpcf7-form .wpcf7-response-output {
  border-color: #dc3232;
  color: #FFF;
}/*# sourceMappingURL=main.css.map */