/** MAIN ============================================*/
/** Banner */
.gv_banner_block {
  position: relative;
  overflow: hidden;
}
.gv_banner_block .inner {
  position: relative;
}
.gv_banner_block .inner .banner-item a {
  display: block;
  padding-bottom: 41.683%;
  background-position: center;
  width: 100%;
  position: relative;
}
.gv_banner_block .inner .banner-item a img {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.gv_banner_block .inner .owl-nav {
  margin: 0;
}
@media (max-width: 767px) {
  .gv_banner_block .inner .owl-nav {
    display: none;
  }
}
.gv_banner_block .inner .owl-nav [class*=owl-] {
  height: 40px;
  width: 40px;
  background: rgba(248, 248, 248, 0.2);
  border: 0;
}
.gv_banner_block .inner .owl-nav [class*=owl-] i {
  line-height: 46px;
  font-size: 25px;
  color: #FFF;
}
.gv_banner_block .inner .owl-nav [class*=owl-]:hover {
  background: #FFF;
}
.gv_banner_block .inner .owl-nav [class*=owl-]:hover > i {
  color: var(--primary-Color);
}
.gv_banner_block .inner .owl-nav .owl-prev {
  left: 8px;
}
.gv_banner_block .inner .owl-nav .owl-next {
  right: 8px;
}
.gv_banner_block .inner .owl-dots {
  bottom: 10px;
}
.gv_banner_block .inner .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  opacity: 0.3;
  border: 0;
  background: #fff;
}
.gv_banner_block .inner .owl-dots .owl-dot.active span {
  background: var(--primary-Color);
  opacity: 1;
}

/** PRODUCT */
.gv_section_product {
  position: relative;
  padding: 0px 0 16px;
  margin-top: 60px;
  background: #f2f2f2;
}
.gv_section_product .container .row {
  align-items: stretch;
}
@media (max-width: 575px) {
  .gv_section_product .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.gv_section_product .container .row [class*=col-] {
  min-height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 575px) {
  .gv_section_product .container .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.gv_section_product .head_special {
  display: block;
  height: 50px;
  margin-bottom: 30px;
  position: relative;
}
.gv_section_product .head_special .box-title {
  display: inline-block;
  position: absolute;
  line-height: 60px;
  margin-top: -25px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -os-transform: translate(-50%);
}
@media (max-width: 575px) {
  .gv_section_product .head_special .box-title {
    width: 80%;
  }
}
.gv_section_product .head_special .box-title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 25px;
  border-color: transparent transparent #d7d7d7;
  top: 0;
  left: -45px;
  z-index: 0;
  position: absolute;
}
.gv_section_product .head_special .box-title .title {
  padding: 0 30px;
  margin: 0;
  font-family: var(--primary-Font);
  font-weight: 700;
  color: #fff;
  font-size: 21px;
  background: #f83f3f;
  line-height: 60px;
  text-transform: uppercase;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .gv_section_product .head_special .box-title .title {
    padding: 0 10px;
    font-size: 18px;
    text-align: center;
  }
}
.gv_section_product .head_special .box-title .title::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 17px 46px 0;
  border-color: transparent #f83f3f transparent transparent;
  left: -15px;
  top: 0;
  position: absolute;
}
.gv_section_product .head_special .box-title .title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 17px 0 0;
  border-color: #f83f3f transparent transparent;
  right: -15px;
  top: 0;
  position: absolute;
}
.gv_section_product .head_special .box-title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 25px;
  border-color: transparent transparent #d7d7d7;
  top: 0;
  right: -45px;
  z-index: 0;
  position: absolute;
}
/** INTRO */
.gv_section_intro {
  padding: 16px 0 36px;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}
@media (max-width: 991px) {
  .gv_section_intro .container > .row {
    margin: 0 -6px;
  }
}
@media (max-width: 991px) {
  .gv_section_intro .container > .row > [class*=col-] {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.gv_section_intro .container > .row > [class*=col-] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.gv_section_intro .intro-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--primary-Color);
  border-radius: 6px;
  padding: 16px 10px;
  color: #fff;
}
.gv_section_intro .intro-item > a span {
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.gv_section_intro .intro-item > a svg {
  height: 20px;
  width: 20px;
  fill: #fff;
}

/** CHOOSE */
.gv_section_choose {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 40px 0;
}
.gv_section_choose .container > .row {
  align-items: center;
}
@media (max-width: 991px) {
  .gv_section_choose .container > .row > .col-left {
    padding-bottom: 24px;
  }
}
.gv_section_choose .container > .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: stretch;
  margin-top: 24px;
}
.gv_section_choose .container > .flex > [class*=col-] {
  min-height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.gv_section_choose .head_section {
  margin-bottom: 24px;
}
.gv_section_choose .image img {
  width: 100%;
  height: auto;
}
.gv_section_choose .info .desc {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 0px;
  line-height: 1.7;
}
.gv_section_choose .info .desc ul, .gv_section_choose .info .desc ol {
  padding-left: 20px;
}
.gv_section_choose .info .desc ul {
  list-style: none;
  padding: 0;
}
.gv_section_choose .info .desc ul > li {
  display: block;
  padding-left: 26px;
  position: relative;
  margin-bottom: 12px;
  font-size: 18px;
}
.gv_section_choose .info .desc ul > li::before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 6px;
  background-image: url("../images/icon/icp-check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gv_section_choose .info .desc *:last-child {
  margin-bottom: 0;
}
.gv_section_choose .choose-item .inner {
  height: 100%;
  border: 2px solid #dfdfdf;
  border-radius: 6px;
  padding: 20px 12px;
}
.gv_section_choose .choose-item .inner .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.gv_section_choose .choose-item .inner .icon span {
  position: relative;
  display: inline-block;
}
.gv_section_choose .choose-item .inner .icon span img {
  height: 50px;
  width: auto;
}
.gv_section_choose .choose-item .inner .name h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

/** NEWS */
.gv_section_news {
  position: relative;
  overflow: hidden;
  background: #f1f2f3;
  padding: 40px 0;
}
.gv_section_news .head_section {
  padding-bottom: 30px;
}
.gv_section_news .more-x {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.gv_section_news .more-x a {
  background: var(--primary-Color);
  color: #FFF;
  border: 1px solid var(--primary-Color);
  position: relative;
  z-index: 1;
  overflow: hidden;
  outline: none;
  text-align: center;
  padding: 12px 36px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 3px;
  letter-spacing: 1.6px;
  line-height: 16px;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gv_section_news .more-x a::before {
  content: "";
  background: #f1f2f3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  z-index: -1;
}
.gv_section_news .more-x a:hover {
  cursor: pointer;
  color: var(--primary-Color);
}
.gv_section_news .more-x a:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}
.gv_section_news .more-x a:nth-child(2n) {
  background: #FFF;
  color: var(--primary-Color);
}
.gv_section_news .more-x a:nth-child(2n)::before {
  background: var(--primary-Color);
}
.gv_section_news .more-x a:nth-child(2n):hover {
  color: #FFF;
}/*# sourceMappingURL=main.css.map */