/** HOME ============================================*/
/** Banner */
.gv_banner_block {
  position: relative;
  overflow: hidden;
}
.gv_banner_block .image {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  background-position: center;
}
@media (max-width: 575px) {
  .gv_banner_block .image {
    padding-bottom: 500px;
  }
}
.gv_banner_block .image img {
  width: 100%;
  height: 100%;
  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%;
}

/** Intro */
.gv_section_intro {
  position: relative;
  padding: 48px 0;
  overflow: hidden;
  background-color: var(--primary-Color);
}
@media (max-width: 991px) {
  .gv_section_intro {
    padding: 36px 0;
  }
}
.gv_section_intro .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: top left;
  background-size: cover;
  opacity: 0.84;
}
.gv_section_intro .container {
  position: relative;
  z-index: 4;
}
.gv_section_intro .head_section .title {
  color: #fff;
}
.gv_section_intro .action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.gv_section_intro .action a {
  background: transparent;
  border: 2px solid #fff095;
  color: #fff095;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.3s ease 0s;
  border-radius: 50px;
  display: inline-block;
}
.gv_section_intro .action a:hover {
  background: #fff095;
  color: var(--primary-Color);
}
.gv_section_intro .action button {
  background-image: url("../images/gold.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  outline: none;
  cursor: pointer;
  color: var(--primary-Color);
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 50px;
  display: inline-block;
}

/** About */
.gv_section_about {
  padding: 48px 0 48px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gv_section_about {
    padding: 36px 0;
  }
}
.gv_section_about .head_section {
  margin-bottom: 20px;
}
.gv_section_about .desc {
  width: 100%;
  max-width: 999px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.69;
  text-align: center;
}
@media (max-width: 575px) {
  .gv_section_about .desc {
    text-align: justify;
  }
}
.gv_section_about .video {
  width: 100%;
  max-width: 888px;
  border: 1px solid var(--second-Color);
  padding: 5px;
  margin: 0 auto;
}
.gv_section_about .video .embed-video {
  position: relative;
  padding-bottom: 56.25%;
  display: block;
  width: 100%;
}
.gv_section_about .video .embed-video iframe {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

/** Overview */
.gv_section_overview {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.gv_section_overview .container > .row {
  margin: 0;
  align-items: center;
}
.gv_section_overview .container > .row .col-left {
  padding: 0;
  position: relative;
}
.gv_section_overview .container > .row .col-right {
  padding: 0;
}
.gv_section_overview .info {
  padding: 64px 40px;
  position: relative;
}
@media (max-width: 767px) {
  .gv_section_overview .info {
    padding: 16px 10px 36px;
  }
}
.gv_section_overview .info .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 24px;
}
.gv_section_overview .info .desc ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.gv_section_overview .info .desc ul > li {
  display: block;
  position: relative;
  padding-left: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
.gv_section_overview .info .desc ul > li::before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  background-image: url("../images/svg/icv-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 6px;
}
.gv_section_overview .info .desc ul > li:last-child {
  margin-bottom: 0;
}
.gv_section_overview .info .action-c button {
  background-image: url("../images/gold.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  outline: none;
  cursor: pointer;
  color: var(--primary-Color);
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 50px;
  display: inline-block;
}
.gv_section_overview .image {
  position: relative;
  padding: 64px 20px;
  z-index: 5;
}
@media (max-width: 767px) {
  .gv_section_overview .image {
    padding: 36px 10px 16px;
  }
}
.gv_section_overview .image .image-img {
  position: relative;
  min-height: 640px;
  display: block;
  width: 100%;
  background-position: center;
}
@media (max-width: 1023px) {
  .gv_section_overview .image .image-img {
    min-height: 540px;
  }
}
@media (max-width: 767px) {
  .gv_section_overview .image .image-img {
    min-height: 460px;
  }
}
.gv_section_overview .image .image-img::after {
  content: "";
  position: absolute;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid #fff;
  z-index: 1;
  display: block;
}
.gv_section_overview .image .image-img img {
  width: 100%;
  height: 100%;
  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%;
}
.gv_section_overview .image .bg {
  width: 48vw;
  position: absolute;
  right: 100px;
  top: 0;
  z-index: -1;
  height: 100%;
  background: var(--primary-Color);
  -webkit-clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 74% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .gv_section_overview .image .bg {
    width: 100vw;
    top: 0;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    height: 400px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
  }
}

/** Place */
.gv_section_place {
  background: #dfdfdf;
  padding-top: 48px;
  color: #fff;
  overflow: hidden;
}
.gv_section_place .container-flex > .row {
  margin: 0;
  align-items: stretch;
}
.gv_section_place .container-flex > .row .col-left {
  padding: 0;
  min-height: 100%;
}
.gv_section_place .container-flex > .row .col-right {
  padding: 0;
  min-height: 100%;
}
.gv_section_place .box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .gv_section_place .box {
    padding: 24px;
  }
}
@media (max-width: 575px) {
  .gv_section_place .box {
    padding: 24px 16px;
  }
}
.gv_section_place .box::after {
  content: "";
  height: 3px;
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  background: var(--primary-Color);
}
.gv_section_place .box .desc {
  font-size: 16px;
  text-align: justify !important;
  line-height: 1.7;
  color: #000;
  margin-bottom: 24px;
}
.gv_section_place .image {
  position: relative;
  height: 100%;
}
.gv_section_place .image .image-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .gv_section_place .image .image-img {
    height: 480px;
  }
}
.gv_section_place .image .image-img img {
  width: 100%;
  height: 100%;
  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%;
}
.gv_section_place .info {
  padding: 48px 64px;
  position: relative;
  background: var(--second-Color);
}
@media (max-width: 991px) {
  .gv_section_place .info {
    padding: 24px 24px 36px;
  }
}
@media (max-width: 767px) {
  .gv_section_place .info {
    padding: 24px 16px 36px;
  }
}
.gv_section_place .info .desc {
  font-size: 16px;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 24px;
}
.gv_section_place .info .desc ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.gv_section_place .info .desc ul > li {
  display: block;
  position: relative;
  padding-left: 24px;
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.6;
}
.gv_section_place .info .desc ul > li::before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  background-image: url("../images/svg/icx-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 6px;
}
.gv_section_place .info .desc ul > li:last-child {
  margin-bottom: 0;
}
.gv_section_place .info .action-c a {
  background: var(--primary-Color);
  border: 2px solid var(--primary-Color);
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.3s ease 0s;
  border-radius: 50px;
  display: inline-block;
}
.gv_section_place .info .action-c a:hover {
  background: var(--primary-Color);
  color: #fff;
}

/** Archite */
.gv_section_archite {
  position: relative;
  padding: 48px 0;
}
@media (max-width: 991px) {
  .gv_section_archite {
    padding: 36px 0;
  }
}
.gv_section_archite .container .flex {
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
  margin-bottom: 20px;
}
.gv_section_archite .container .flex > [class*=col-] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.gv_section_archite .box {
  background: var(--primary-Color);
  padding: 50px 40px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .gv_section_archite .box {
    padding: 24px 16px;
  }
}
.gv_section_archite .box .head_section .title {
  margin-bottom: 24px;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
}
.gv_section_archite .box .desc {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
}
.gv_section_archite .box .desc *:last-child {
  margin-bottom: 0;
}
.gv_section_archite .info > img {
  height: 120px;
  width: auto;
  max-width: 100%;
  margin-bottom: 24px;
}
.gv_section_archite .info .desc {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}
.gv_section_archite .info .desc ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.gv_section_archite .info .desc ul > li {
  display: block;
  position: relative;
  padding-left: 24px;
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 1.6;
}
.gv_section_archite .info .desc ul > li::before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  background-image: url("../images/svg/icx-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 6px;
}
.gv_section_archite .info .desc ul > li:last-child {
  margin-bottom: 0;
}
.gv_section_archite .info .desc *:last-child {
  margin-bottom: 0;
}
.gv_section_archite .archite-item {
  padding-top: 12px;
  padding-bottom: 12px;
}
.gv_section_archite .archite-item .image {
  position: relative;
  padding-bottom: 60%;
  display: block;
  width: 100%;
  background-position: center;
  overflow: hidden;
}
.gv_section_archite .archite-item .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: all 0.5s ease 0.1s;
}
.gv_section_archite .archite-item .image:hover img {
  transform: scale(1.12);
}

/** Utility */
.gv_section_utility {
  position: relative;
  padding: 48px 0 48px;
  overflow: hidden;
  background: #dfdfdf;
}
@media (max-width: 991px) {
  .gv_section_utility {
    padding: 36px 0;
  }
}
.gv_section_utility .box {
  width: 100%;
  max-width: 888px;
  margin-bottom: 32px;
}
.gv_section_utility .box .head_section {
  margin-bottom: 20px;
}
.gv_section_utility .box .head_section .title {
  font-weight: 700;
  font-size: 21;
  color: var(--second-Color);
}
.gv_section_utility .box .desc {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 24px;
}
.gv_section_utility .utility-item {
  padding-top: 12px;
  padding-bottom: 12px;
}
.gv_section_utility .utility-item a {
  display: block;
  padding-bottom: 60%;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.gv_section_utility .utility-item a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: all 0.5s ease-in-out;
}
.gv_section_utility .utility-item a:hover img {
  transform: scale(1.12);
}

/** Panora */
.gv_section_panora {
  position: relative;
  padding: 48px 0 48px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gv_section_panora {
    padding: 36px 0;
  }
}
.gv_section_panora .container-flex {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  .gv_section_panora .container-flex {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gv_section_panora .box {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 32px;
  margin-left: 10%;
}
@media (max-width: 767px) {
  .gv_section_panora .box {
    margin-left: 0;
  }
}
.gv_section_panora .box .head_section {
  margin-bottom: 20px;
}
.gv_section_panora .box .head_section .title {
  font-weight: 700;
}
.gv_section_panora .box .desc {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 24px;
}

/** Register */
.gv_section_register {
  position: relative;
  padding: 54px 0;
  background: var(--primary-Color);
  overflow: hidden;
}
.gv_section_register .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: top left;
  background-size: cover;
  opacity: 0.84;
}
.gv_section_register .container {
  position: relative;
  z-index: 4;
}
.gv_section_register .head_section .title {
  color: #fff;
}
.gv_section_register .desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
}
.gv_section_register .form .wpcf7-form input[type=text],
.gv_section_register .form .wpcf7-form input[type=tel],
.gv_section_register .form .wpcf7-form input[type=date],
.gv_section_register .form .wpcf7-form input[type=email],
.gv_section_register .form .wpcf7-form input[type=number],
.gv_section_register .form .wpcf7-form select, .gv_section_register .form .wpcf7-form textarea {
  border: 1px solid #fff;
  border-radius: 0;
  padding: 10px 16px;
  margin-bottom: 8px;
  margin-top: 8px;
  color: #000;
  outline: none;
  width: 100%;
  font-size: 15px;
}
.gv_section_register .form .wpcf7-form input.wpcf7-submit {
  border: 1px solid var(--second-Color);
  border-radius: 0;
  padding: 10px 16px;
  margin-bottom: 8px;
  margin-top: 8px;
  color: #fff;
  outline: none;
  font-weight: 600;
  font-size: 15px;
  width: 100%;
  background: var(--second-Color);
}
/** Ground */
.gv_section_ground {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
}
@media (max-width: 991px) {
  .gv_section_ground {
    padding: 36px 0;
  }
}
.gv_section_ground .head_section {
  margin-bottom: 20px;
}
.gv_section_ground .image {
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.gv_section_ground .image img {
  width: 100%;
  height: auto;
}
.gv_section_ground .name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: var(--primary-Color);
}
@media (max-width: 767px) {
  .gv_section_ground .name {
    text-align: center;
  }
}
.gv_section_ground .ground-grid {
  flex-wrap: wrap;
  margin: 0 -12px;
  margin-bottom: 24px;
}
.gv_section_ground .ground-grid .col-gx-5 {
  padding: 12px;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1023px) {
  .gv_section_ground .ground-grid .col-gx-5 {
    flex: 0 0 33.333334%;
    max-width: 33.333334%;
  }
}
@media (max-width: 767px) {
  .gv_section_ground .ground-grid .col-gx-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .gv_section_ground .ground-grid .col-gx-5 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 5px 12px;
  }
}
.gv_section_ground .ground-grid .ground-item .inner {
  background: var(--second-Color);
  padding: 12px;
  border-radius: 8px;
}
.gv_section_ground .ground-grid .ground-item .inner .gd-name {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .gv_section_ground .ground-grid .ground-item .inner .gd-name {
    font-size: 13px;
  }
}
.gv_section_ground .ground-grid .ground-item .inner .gd-value {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
}
@media (max-width: 575px) {
  .gv_section_ground .ground-grid .ground-item .inner .gd-value {
    font-size: 16px;
    line-height: 1.2;
  }
}
.gv_section_ground .ground-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
@media (max-width: 575px) {
  .gv_section_ground .ground-nav {
    gap: 6px;
  }
}
.gv_section_ground .ground-nav > li {
  display: inline-block;
  position: relative;
}
@media (max-width: 575px) {
  .gv_section_ground .ground-nav > li {
    width: 100%;
  }
}
.gv_section_ground .ground-nav > li a {
  display: block;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  background: var(--primary-Color);
  color: #fff;
  border-radius: 0px;
}
@media (max-width: 575px) {
  .gv_section_ground .ground-nav > li a {
    text-align: center;
  }
}
.gv_section_ground .ground-nav > li.active a {
  background: var(--second-Color);
}
.gv_section_ground .ground-box {
  margin-bottom: 24px;
}
.gv_section_ground .ground-box .image {
  border: 5px solid var(--second-Color);
}
.gv_section_ground .ground-box .image img {
  width: 100%;
  height: auto;
}
.gv_section_ground .action {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.gv_section_ground .action a {
  background: transparent;
  border: 2px solid var(--primary-Color);
  color: var(--primary-Color);
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.3s ease 0s;
  border-radius: 50px;
  display: inline-block;
}
.gv_section_ground .action a:hover {
  background: var(--primary-Color);
  color: #fff;
}
.gv_section_ground .action button {
  background-image: url("../images/gold.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  outline: none;
  cursor: pointer;
  color: var(--primary-Color);
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 50px;
  display: inline-block;
}

/** Design */
.gv_section_design {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  background: #f4f4f4;
}
@media (max-width: 991px) {
  .gv_section_design {
    padding: 36px 0;
  }
}
.gv_section_design .container-flex {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  .gv_section_design .container-flex {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.gv_section_design .design-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}
@media (max-width: 575px) {
  .gv_section_design .design-nav {
    margin: 0 -6px 10px;
    gap: 0;
  }
}
.gv_section_design .design-nav > li {
  display: inline-block;
  position: relative;
}
@media (max-width: 575px) {
  .gv_section_design .design-nav > li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 3px 6px;
  }
}
.gv_section_design .design-nav > li a {
  display: block;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  background: var(--primary-Color);
  color: #fff;
  border-radius: 0px;
}
.gv_section_design .design-nav > li.active a {
  background: var(--second-Color);
}
.gv_section_design .design-box {
  margin-bottom: 24px;
}
.gv_section_design .design-box .image {
  border: 5px solid var(--second-Color);
}
.gv_section_design .design-box .image img {
  width: 100%;
  height: auto;
}
.gv_section_design .action {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.gv_section_design .action a {
  background: transparent;
  border: 2px solid var(--primary-Color);
  color: var(--primary-Color);
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.3s ease 0s;
  border-radius: 50px;
  display: inline-block;
}
.gv_section_design .action a:hover {
  background: var(--primary-Color);
  color: #fff;
}
.gv_section_design .action button {
  background-image: url("../images/gold.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  outline: none;
  cursor: pointer;
  color: var(--primary-Color);
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 50px;
  display: inline-block;
}

/** Policy */
.gv_section_policy {
  position: relative;
  padding: 48px 0 48px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gv_section_policy {
    padding: 36px 0;
  }
}
@media (max-width: 767px) {
  .gv_section_policy .container > .row .col-left {
    margin-bottom: 36px;
  }
}
.gv_section_policy .image {
  z-index: 4;
  position: relative;
}
@media (max-width: 575px) {
  .gv_section_policy .image {
    width: 95%;
  }
}
.gv_section_policy .image::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 15px;
  top: 15px;
  border: 2px solid var(--primary-Color);
  z-index: -1;
}
.gv_section_policy .image img {
  width: 100%;
  height: auto;
}
.gv_section_policy .info .head_section .title {
  color: var(--second-Color);
  font-weight: 700;
}
.gv_section_policy .info .desc {
  font-size: 16px;
  text-align: justify;
  line-height: 1.7;
}
.gv_section_policy .info .desc ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.gv_section_policy .info .desc ul > li {
  display: block;
  position: relative;
  padding-left: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}
.gv_section_policy .info .desc ul > li::before {
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  background-image: url("../images/svg/icx-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 6px;
}
.gv_section_policy .info .desc ul > li:last-child {
  margin-bottom: 0;
}
.gv_section_policy .info .desc *:last-child {
  margin-bottom: 0;
}
.gv_section_policy .action {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.gv_section_policy .action a {
  background: transparent;
  border: 2px solid var(--primary-Color);
  color: var(--primary-Color);
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
  transition: all 0.3s ease 0s;
  border-radius: 50px;
  display: inline-block;
}
.gv_section_policy .action a:hover {
  background: var(--primary-Color);
  color: #fff;
}
.gv_section_policy .action button {
  background-image: url("../images/gold.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  outline: none;
  cursor: pointer;
  color: var(--primary-Color);
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 50px;
  display: inline-block;
}

/** Blog */
.gv_section_blog {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background: #f0f0f0;
  color: #000;
}
.gv_section_blog .container > .row {
  align-items: stretch;
}
@media (min-width: 1024px) {
  .gv_section_blog .container > .row {
    margin: 0 -40px;
  }
}
.gv_section_blog .container > .row > [class*=col-] {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .gv_section_blog .container > .row > [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.gv_section_blog .blog-item .post_inner .image > a {
  padding-bottom: 110%;
}
@media (max-width: 575px) {
  .gv_section_blog .blog-item .post_inner .image > a {
    padding-bottom: 68%;
  }
}/*# sourceMappingURL=home.css.map */