/**
 * HEADING 
 */
.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .title {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
  color: #000;
  display: block;
  position: relative;
}

.head_category {
  position: relative;
  font-family: var(--primary-Font);
}
.head_category .title {
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary-Color);
  display: block;
}
.head_category .divide {
  padding-top: 12px;
  position: relative;
}
.head_category .divide::after {
  content: "";
  height: 1px;
  width: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary-Color);
  bottom: 0;
}

.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
  color: #333;
  display: block;
}

/** POST CATEGORY */
.gv_post_category {
  padding: 32px 0 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gv_post_category .container > .row > .col-left {
    order: 2;
  }
}
@media (max-width: 991px) {
  .gv_post_category .container > .row > .col-right {
    order: 1;
    padding-bottom: 24px;
  }
}
.gv_post_category .head_category {
  padding-bottom: 24px;
}
.gv_post_category .content-box .blog-item {
  margin-bottom: 24px;
}
.gv_post_category .content-box .blog-item:last-child {
  margin-bottom: 10px;
}

/** POST SINGLE */
.gv_post_single {
  padding: 32px 0 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gv_post_single .container > .row > .col-left {
    order: 2;
  }
}
@media (max-width: 991px) {
  .gv_post_single .container > .row > .col-right {
    order: 1;
    padding-bottom: 24px;
  }
}
.gv_post_single .content-box .head_single {
  padding-bottom: 16px;
}

/** PAGE SINGLE */
.gv_page_single {
  padding: 32px 0 40px;
  position: relative;
  overflow: hidden;
}
.gv_page_single .content-box .head_category {
  padding-bottom: 24px;
}

/** Page Register */
.gv_page_register {
  position: relative;
  padding: 32px 0 50px;
  overflow: hidden;
}
.gv_page_register .register-box {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  border: 2px solid var(--primary-Color);
  padding: 10px;
}
.gv_page_register .register-box .box {
  background: var(--primary-Color);
  padding: 40px;
  color: #fff;
}
.gv_page_register .register-box .box .head_category {
  padding-bottom: 16px;
}
.gv_page_register .register-box .box .head_category .title {
  color: #fff;
}
.gv_page_register .register-box .box .desc {
  margin-bottom: 24px;
  color: #fff;
}
.gv_page_register .register-box .box .desc p {
  margin-bottom: 1px;
}
.gv_page_register .register-box .box .form .wpcf7-form p {
  margin-bottom: 0;
}
.gv_page_register .register-box .box .form .wpcf7-form p label {
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-bottom: 4px;
  color: #fff;
}
.gv_page_register .register-box .box .form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.gv_page_register .register-box .box .form .wpcf7-form input[type=text],
.gv_page_register .register-box .box .form .wpcf7-form input[type=tel],
.gv_page_register .register-box .box .form .wpcf7-form input[type=email],
.gv_page_register .register-box .box .form .wpcf7-form input[type=date],
.gv_page_register .register-box .box .form .wpcf7-form select, .gv_page_register .register-box .box .form .wpcf7-form textarea {
  border-radius: 0;
  background: #fff;
  border: 0;
  width: 100%;
  padding: 12px 16px;
  color: #000;
  margin: 0px 0 12px;
  font-size: 15px;
  outline: none;
}
.gv_page_register .register-box .box .form .wpcf7-form input.wpcf7-submit {
  border-radius: 0;
  border: 0;
  padding: 12px 16px;
  background: #000;
  color: #fff;
  padding: 12px 16px;
  margin: 12px 0 0;
  font-size: 15px;
  outline: none;
  font-weight: 600;
  width: auto;
}
.gv_page_register .register-box .box .form .wpcf7-form .wpcf7-spiner {
  position: absolute;
  right: 0;
  bottom: -20px;
}

/** Page Prize */
.gv_page_prize {
  position: relative;
  padding: 24px 0 40px;
  overflow: hidden;
}
.gv_page_prize .head_category {
  margin-bottom: 32px;
}
.gv_page_prize .list {
  width: 100%;
}
.gv_page_prize article {
  padding: 30px 20px;
  background: #f2f4f6;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 6px;
}
@media (max-width: 575px) {
  .gv_page_prize article {
    padding: 20px 12px;
  }
}
.gv_page_prize article .row {
  align-items: center;
}
.gv_page_prize article h3.name {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.gv_page_prize article h3.name a {
  color: #000;
}
.gv_page_prize article .image {
  position: relative;
  padding-bottom: 54%;
  display: block;
  width: 100%;
}
.gv_page_prize article .image img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gv_page_prize article .info {
  color: var(--primary-Color);
}
.gv_page_prize article .info table {
  width: 100%;
  margin-bottom: 15px;
}
.gv_page_prize article .info table tbody tr {
  border-bottom: 1px dashed #ccc;
}
.gv_page_prize article .info table tbody tr td {
  padding: 10px 0px;
  font-size: 15px;
}
.gv_page_prize article .info table tbody tr td.name {
  color: #000;
  font-weight: 500;
}
.gv_page_prize article .info table tbody tr td.price {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
.gv_page_prize article .info .action > a {
  display: inline-block;
  padding: 7px 20px;
  background: var(--primary-Color);
  color: #FFF;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
}
.gv_page_prize article .info .action > a i {
  margin-left: 6px;
}
.gv_page_prize article .info .action > a.link {
  background: var(--second-Color);
}

/** Page Contact */
.gv_page_contact {
  position: relative;
  padding: 24px 0 40px;
  overflow: hidden;
}
.gv_page_contact .container > .row {
  align-items: stretch;
}
.gv_page_contact .container > .row > [class*=col-] {
  min-height: 100%;
}
@media (max-width: 991px) {
  .gv_page_contact .container > .row .col-left {
    padding-bottom: 24px;
  }
}
.gv_page_contact .head_category {
  padding-bottom: 30px;
}
.gv_page_contact .contact-box {
  background: #f2f2f2;
  padding: 30px;
  border-radius: 0px;
  margin-bottom: 24px;
}
.gv_page_contact .contact-box h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--primary-Color);
  margin-bottom: 16px;
}
.gv_page_contact .contact-box .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}
.gv_page_contact .contact-box .desc *:last-child {
  margin-bottom: 0;
}
.gv_page_contact article {
  margin-bottom: 24px;
}
.gv_page_contact .form {
  background: #f2f2f2;
  padding: 30px;
  border-radius: 0px;
  height: 100%;
}
.gv_page_contact .form .name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--primary-Color);
  margin-bottom: 16px;
}
.gv_page_contact .form .wpcf7-form p {
  margin-bottom: 0;
}
.gv_page_contact .form .wpcf7-form p label {
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-bottom: 4px;
  color: #fff;
}
.gv_page_contact .form .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.gv_page_contact .form .wpcf7-form input[type=text],
.gv_page_contact .form .wpcf7-form input[type=tel],
.gv_page_contact .form .wpcf7-form input[type=email],
.gv_page_contact .form .wpcf7-form input[type=date],
.gv_page_contact .form .wpcf7-form select, .gv_page_contact .form .wpcf7-form textarea {
  border-radius: 0;
  background: #fff;
  border: 0;
  width: 100%;
  padding: 12px 16px;
  color: #000;
  margin: 10px 0;
  font-size: 15px;
  outline: none;
  display: block;
}
.gv_page_contact .form .wpcf7-form input.wpcf7-submit {
  border-radius: 0;
  border: 0;
  padding: 12px 16px;
  background: #000;
  color: #fff;
  padding: 12px 16px;
  margin: 10px 0 0;
  font-size: 15px;
  outline: none;
  font-weight: 600;
  width: auto;
}
.gv_page_contact .form .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: -20px;
}
.gv_page_contact .map {
  height: 100%;
}
.gv_page_contact .map .embed-map {
  height: 100%;
}
@media (max-width: 991px) {
  .gv_page_contact .map .embed-map {
    height: 450px;
  }
}
.gv_page_contact .map .embed-map iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/** Page Payment */
.gv_page_payment {
  position: relative;
  padding: 24px 0 40px;
  overflow: hidden;
}
.gv_page_payment .head_category {
  padding-bottom: 32px;
}
@media (max-width: 991px) {
  .gv_page_payment .payment-box > .row > .col-left {
    padding-bottom: 24px;
  }
}
.gv_page_payment .payment-box .pay-form {
  position: relative;
}
.gv_page_payment .payment-box .pay-form .form-input {
  margin: 0 -10px;
  padding-bottom: 12px;
  flex-wrap: wrap;
}
.gv_page_payment .payment-box .pay-form .form-input .fx-left {
  padding: 0 10px;
  flex: 0 0 30%;
  max-width: 30%;
}
@media (max-width: 575px) {
  .gv_page_payment .payment-box .pay-form .form-input .fx-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_page_payment .payment-box .pay-form .form-input .fx-right {
  padding: 0 10px;
  flex: 0 0 70%;
  max-width: 70%;
}
@media (max-width: 575px) {
  .gv_page_payment .payment-box .pay-form .form-input .fx-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_page_payment .payment-box .pay-form .form-input label {
  font-size: 15px;
  font-weight: 400;
  display: block;
  margin: 0;
}
@media (max-width: 575px) {
  .gv_page_payment .payment-box .pay-form .form-input label {
    margin-bottom: 10px;
  }
}
.gv_page_payment .payment-box .pay-form .form-input input[type=text],
.gv_page_payment .payment-box .pay-form .form-input input[type=date],
.gv_page_payment .payment-box .pay-form .form-input input[type=number],
.gv_page_payment .payment-box .pay-form .form-input select {
  outline: none;
  width: 100%;
  border: 1px solid #dfdfdf;
  background: transparent;
  padding: 8px 16px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  display: block;
}
.gv_page_payment .payment-box .pay-form .form-input input:-moz-read-only {
  background: #ddd;
}
.gv_page_payment .payment-box .pay-form .form-input input:read-only {
  background: #ddd;
}
.gv_page_payment .payment-box .pay-form .form-action button {
  outline: none;
  width: auto;
  border: 0;
  background: #000;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
.gv_page_payment .payment-box .pay-image .img-view img {
  width: 100%;
  height: auto;
}
.gv_page_payment .result-box {
  padding-top: 20px;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.gv_page_payment .result-box > .name {
  font-size: 19px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.gv_page_payment .result-box .box {
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .gv_page_payment .result-box .box {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
.gv_page_payment .result-box table {
  width: 100%;
  border: 0;
}
.gv_page_payment .result-box table thead tr {
  background: #000;
}
.gv_page_payment .result-box table thead tr th {
  padding: 6px 12px;
  border: 1px solid #fff;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.gv_page_payment .result-box table tbody tr th {
  padding: 6px 12px;
  border: 1px solid #fff;
  font-size: 15px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.gv_page_payment .result-box table tbody tr {
  border-bottom: 1px solid #ddd;
}
.gv_page_payment .result-box table tbody tr td {
  padding: 6px 12px;
  font-size: 15px;
}
.gv_page_payment .result-box .ttx-interest {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.gv_page_payment .result-box .ttx-total {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

/** Page Estimate */
.gv_page_estimate {
  position: relative;
  padding: 24px 0 40px;
  overflow: hidden;
}
.gv_page_estimate .head_category {
  padding-bottom: 20px;
}
.gv_page_estimate .estimate-box > .row > [class*=col-] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.gv_page_estimate .estimate-box .est-image .img-view {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.gv_page_estimate .estimate-box .est-image .img-view img {
  width: 100%;
  height: auto;
}
.gv_page_estimate .estimate-box .est-form .form-input label {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 0 0 6px;
}
.gv_page_estimate .estimate-box .est-form .form-input input[type=text],
.gv_page_estimate .estimate-box .est-form .form-input input[type=date],
.gv_page_estimate .estimate-box .est-form .form-input input[type=number],
.gv_page_estimate .estimate-box .est-form .form-input select {
  outline: none;
  width: 100%;
  border: 1px solid #dfdfdf;
  background: transparent;
  padding: 8px 16px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 14px;
}
.gv_page_estimate .estimate-box .est-form .form-input input:-moz-read-only {
  background: #ddd;
}
.gv_page_estimate .estimate-box .est-form .form-input input:read-only {
  background: #ddd;
}
.gv_page_estimate .estimate-box .est-form .form-action button {
  outline: none;
  width: auto;
  border: 0;
  background: var(--primary-Color);
  padding: 10px 20px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 10px;
}
.gv_page_estimate .estimate-box .est-info .name {
  background: #c8102e;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-transform: uppercase;
  padding: 14px 20px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}
.gv_page_estimate .estimate-box .est-info .info {
  background: #f6f6f6;
  padding: 20px 20px;
}
.gv_page_estimate .estimate-box .est-info .info ul {
  list-style: none;
  padding: 0px !important;
  margin: 0px !important;
}
.gv_page_estimate .estimate-box .est-info .info ul > li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.gv_page_estimate .estimate-box .est-info .info ul > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.gv_page_estimate .estimate-box .est-info .info ul > li h6 {
  font-size: 13px;
  line-height: 21px;
  font-weight: 600;
  margin-bottom: 0;
}
.gv_page_estimate .estimate-box .est-info .info ul > li .ifx-info {
  font-size: 12px;
  line-height: 20px;
  color: #555555;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.gv_page_estimate .estimate-box .est-info .price {
  background: #4d4d4d;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 15px 25px;
}
.gv_page_estimate .result-box {
  padding-top: 20px;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.gv_page_estimate .result-box > .name {
  font-size: 19px;
  font-weight: 400;
  color: var(--second-Color);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.gv_page_estimate .result-box .est-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  vertical-align: middle !important;
  height: 60px;
  gap: 0px;
  margin-bottom: 0;
}
.gv_page_estimate .result-box .est-item:first-child {
  border-top: 1px solid #DDDDDD;
}
.gv_page_estimate .result-box .est-item span {
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  padding: 0 12px;
}
@media (max-width: 575px) {
  .gv_page_estimate .result-box .est-item span {
    line-height: 24px;
  }
}
.gv_page_estimate .result-box .est-item span.xt-right {
  text-align: right;
}

/** Meta Box */
.meta-box {
  font-style: italic;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  margin-bottom: 16px;
}
.meta-box span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-right: 10px;
  margin-right: 10px;
}
.meta-box span::before {
  content: "";
  height: 16px;
  width: 1px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.meta-box span i {
  margin-right: 7px;
}
.meta-box span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.meta-box span:last-child::before {
  display: none;
}

/** Tag List*/
.tag-list {
  margin-bottom: 20px;
}

/** Related */
.related-list {
  margin-top: 32px;
  position: relative;
}
.related-list .head_box {
  padding-bottom: 12px;
}
.related-list > .row [class*=col-] {
  padding-top: 12px;
  padding-bottom: 12px;
}
/** Loop Blog */
.blog_inner {
  position: relative;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  display: flex;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 575px) {
  .blog_inner {
    flex-wrap: wrap;
  }
}
.blog_inner .image {
  max-width: 300px;
  min-width: 300px;
  order: 2;
}
@media (max-width: 767px) {
  .blog_inner .image {
    max-width: 200px;
    min-width: 200px;
  }
}
@media (max-width: 575px) {
  .blog_inner .image {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
  }
}
.blog_inner .image > a {
  display: block;
  padding-bottom: 60%;
  position: relative;
  width: 100%;
}
@media (max-width: 575px) {
  .blog_inner .image > a {
    padding-bottom: 65%;
  }
}
.blog_inner .image > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: all 0.4s ease 0s;
}
.blog_inner .info {
  flex: 1;
  max-width: 100%;
  padding: 20px;
  order: 1;
  text-align: right;
}
@media (max-width: 575px) {
  .blog_inner .info {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 16px 0px;
    order: 2;
    text-align: left;
  }
}
.blog_inner .info h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.blog_inner .info h3 a {
  color: #000;
}
.blog_inner .info h3 a:hover {
  color: var(--second-Color);
}
.blog_inner .info .date {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 8px;
  font-style: italic;
}
.blog_inner .info .desc {
  font-size: 15px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 43px;
  overflow: hidden;
  font-weight: 300;
  color: #000;
}

/** Loop Post */
.post_inner {
  position: relative;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  border-radius: 6px;
  display: block;
}
.post_inner .image {
  display: block;
  padding-bottom: 80%;
  width: 100%;
  background-position: center;
  position: relative;
  height: auto;
}
@media (max-width: 575px) {
  .post_inner .image {
    height: 100%;
  }
}
.post_inner .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: all 0.4s ease 0s;
}
.post_inner .image::after {
  content: "";
  height: 55%;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.9) 90%);
}
@media (max-width: 575px) {
  .post_inner .image::after {
    height: 99%;
  }
}
.post_inner .info {
  position: absolute;
  z-index: 4;
  padding: 10px;
  left: 0;
  bottom: 0;
}
.post_inner .info h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff;
}
.post_inner .info .desc {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 43px;
  overflow: hidden;
  color: #fff;
}/*# sourceMappingURL=blog.css.map */