/** HEADING */
.head_block {
  position: relative;
  font-family: var(--primary-Font);
}
.head_block .title {
  margin: 0;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-Color);
  padding: 0px;
  text-transform: uppercase;
}

.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  display: block;
  position: relative;
}

.head_blog {
  position: relative;
  font-family: var(--primary-Font);
}
.head_blog .title {
  margin: 0;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: block;
}
@media (max-width: 575px) {
  .head_blog .title {
    font-size: 28px;
  }
}

.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.head_section {
  position: relative;
  font-family: var(--primary-Font);
}
.head_section .title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.head_section .divide {
  margin-top: 10px;
  display: block;
}
.head_section .divide::after {
  content: "";
  height: 2px;
  width: 80px;
  display: block;
  margin: 0 auto;
  background: #c4161c;
}

/** Banner Blog */
.gv_banner_blog {
  position: relative;
  overflow: hidden;
}
.gv_banner_blog .bnx-image {
  position: relative;
}
.gv_banner_blog .bnx-image picture img {
  width: 100%;
  height: auto;
}
.gv_banner_blog .bnx-intro {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .gv_banner_blog .bnx-intro {
    position: relative;
    left: initial;
    top: initial;
    transform: translateY(0);
    padding: 20px 0 20px;
  }
}
.gv_banner_blog .bnx-intro .container .box {
  width: 100%;
  max-width: 500px;
}
@media (max-width: 991px) {
  .gv_banner_blog .bnx-intro .container .box {
    margin: 0 auto;
  }
}
.gv_banner_blog .bnx-intro .container .box .name {
  color: #fff;
  font-size: 46px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .gv_banner_blog .bnx-intro .container .box .name {
    font-size: 26px;
    text-align: center;
  }
}
.gv_banner_blog .bnx-intro .container .box .desc {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}
.gv_banner_blog .bnx-intro .container .box .desc *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .gv_banner_blog .bnx-intro .container .box .desc {
    text-align: center;
  }
}

/** Service Nav */
.gvx-service-nav {
  position: relative;
  overflow: hidden;
  padding: 30px 0 30px;
}
.gvx-service-nav .menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.gvx-service-nav .menu > li {
  display: block;
  flex: 1;
  text-align: center;
}
.gvx-service-nav .menu > li a {
  font-size: 16px;
  display: inline-block;
  padding: 10px 0;
  position: relative;
  color: #fff;
  line-height: 20px;
}
.gvx-service-nav .menu > li a::after {
  content: "";
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
  visibility: hidden;
}
.gvx-service-nav .menu > li.active a::after {
  opacity: 1;
  visibility: visible;
}

/** POST CATEGORY */
.gv_post_category {
  padding: 24px 0 40px;
  position: relative;
  overflow: hidden;
}
.gv_post_category .container > .row > [class*=col-] {
  padding-top: 12px;
  padding-bottom: 12px;
}
/** POST SINGLE */
.gv_post_single {
  padding: 40px 0 40px;
  position: relative;
  overflow: hidden;
}
.gv_post_single .thumbnail-box {
  display: block;
  margin-bottom: 32px;
}
.gv_post_single .thumbnail-box picture img {
  width: 100%;
  height: auto;
}
.gv_post_single .content-box .head_single {
  padding-bottom: 16px;
}
.gv_post_single .content-box .meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .gv_post_single .content-box .meta-line {
    gap: 8px;
  }
}
.gv_post_single .content-box .meta-line span {
  display: inline-block;
  position: relative;
  padding: 2px 10px;
  line-height: 20px;
  background: #fff;
  color: #000;
}
.gv_post_single .content-box .tag-list {
  margin-bottom: 20px;
}
.gv_post_single .content-box .share-box {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
.gv_post_single .content-box .share-box h4 {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
.gv_post_single .content-box .share-box h4 svg {
  margin-right: 10px;
  fill: #fff;
}
.gv_post_single .content-box .share-box .share {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.gv_post_single .content-box .share-box .share a {
  background: #fff;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gv_post_single .content-box .share-box .share a svg {
  fill: #000;
}

/** PAGE ABOUT */
.gv_page_about {
  position: relative;
  overflow: hidden;
  padding: 40px 0 40px;
}
.gv_page_about .about-intro {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .gv_page_about .about-intro {
    padding-left: 0;
    padding-right: 0;
  }
}
.gv_page_about .about-intro .entry-content {
  text-align: center;
}
.gv_page_about .about-block {
  margin-left: 0;
  margin-right: 0;
}
.gv_page_about .about-block [class*=abx-] {
  padding-left: 0;
  padding-right: 0;
}
.gv_page_about .about-block .image img {
  width: 100%;
  height: auto;
}
.gv_page_about .about-block .info {
  padding: 30px 48px;
}
@media (max-width: 767px) {
  .gv_page_about .about-block .info {
    padding: 20px 0px;
  }
}
.gv_page_about .about-block .info .desc {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
}
@media (min-width: 992px) {
  .gv_page_about .about-block:nth-child(2n+1) .abx-left {
    order: 2;
  }
}
@media (min-width: 992px) {
  .gv_page_about .about-block:nth-child(2n+1) .abx-right {
    order: 1;
  }
}

/** PAGE SERVICE */
.gv_page_service {
  padding: 40px 0 60px;
  position: relative;
  overflow: hidden;
}
.gv_page_service .service-box {
  position: relative;
  margin-bottom: 40px;
}
.gv_page_service .service-box .head_blog {
  padding-bottom: 24px;
}
.gv_page_service .service-box article {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.gv_page_service .service-box article .entry-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4rem;
  text-align: center;
}
.gv_page_service .question-box .collapx {
  position: relative;
}
.gv_page_service .question-box .collapx .collapx-item {
  margin-bottom: 5px;
}
.gv_page_service .question-box .collapx .collapx-item .svr-name {
  position: relative;
  padding: 12px 20px;
  padding-left: 50px;
  background: #fff;
  cursor: pointer;
}
.gv_page_service .question-box .collapx .collapx-item .svr-name i {
  height: 20px;
  width: 20px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.gv_page_service .question-box .collapx .collapx-item .svr-name i::before, .gv_page_service .question-box .collapx .collapx-item .svr-name i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
}
.gv_page_service .question-box .collapx .collapx-item .svr-name i::before {
  height: 2px;
  width: 20px;
}
.gv_page_service .question-box .collapx .collapx-item .svr-name i::after {
  height: 20px;
  width: 2px;
}
.gv_page_service .question-box .collapx .collapx-item .svr-name h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 575px) {
  .gv_page_service .question-box .collapx .collapx-item .svr-name h4 {
    font-size: 20px;
  }
}
.gv_page_service .question-box .collapx .collapx-item .svr-content {
  padding: 24px 24px;
}
.gv_page_service .question-box .collapx .collapx-item .svr-content .entry-content {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 0;
}
.gv_page_service .question-box .collapx .collapx-item .svr-content .entry-content *:last-child {
  margin-bottom: 0;
}
.gv_page_service .question-box .collapx .collapx-item:last-child {
  margin-bottom: 0px;
}
.gv_page_service .question-box .collapx .collapx-item.active .svr-name i::after {
  display: none;
}

/** PAGE CONTACT */
.gv_page_contact {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}
.gv_page_contact .container > .row {
  align-items: stretch;
}
.gv_page_contact .container > .row > [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 100%;
}
.gv_page_contact .head_block {
  padding-bottom: 12px;
}
.gv_page_contact .desc {
  margin-bottom: 24px;
}
.gv_page_contact .contact {
  border-radius: 5px;
  box-shadow: 0px 0px 8px -2px #ccc;
  padding: 30px 35px;
  position: relative;
  height: 100%;
}
.gv_page_contact .contact .name {
  font-size: 26px;
  font-weight: 600;
  color: var(--primary-Color);
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}
.gv_page_contact .contact .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_page_contact .contact .list > li {
  padding: 15px 0;
  display: flex;
  position: relative;
  align-items: center;
}
.gv_page_contact .contact .list > li span {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  border: 2px solid var(--primary-Color);
  color: var(--primary-Color);
  border-radius: 100%;
  max-width: 50px;
  min-width: 50px;
}
.gv_page_contact .contact .list > li p {
  flex: 1;
  padding-left: 15px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.gv_page_contact .form {
  border-radius: 5px;
  box-shadow: 0px 0px 8px -2px #ccc;
  padding: 30px 35px;
  position: relative;
  background: var(--primary-Color);
  height: 100%;
}
.gv_page_contact .form .name {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}
.gv_page_contact .form .form_box .wpcf7-form input[type=text],
.gv_page_contact .form .form_box .wpcf7-form input[type=tel],
.gv_page_contact .form .form_box .wpcf7-form input[type=email],
.gv_page_contact .form .form_box .wpcf7-form input[type=date],
.gv_page_contact .form .form_box .wpcf7-form select, .gv_page_contact .form .form_box .wpcf7-form textarea {
  width: 100%;
  border: 0;
  background: #fff;
  outline: none;
  padding: 12px 15px;
  margin: 10px 0;
  font-size: 14px;
  border-radius: 4px;
  color: #000;
  line-height: 20px;
}
.gv_page_contact .form .form_box .wpcf7-form .wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.gv_page_contact .form .form_box .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.gv_page_contact .form .form_box .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  color: #fff;
  font-weight: 600;
}
.gv_page_contact .form .form_box .wpcf7-form .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input {
  margin-bottom: 0;
  margin-left: 8px;
}
.gv_page_contact .form .form_box .wpcf7-form input.wpcf7-submit {
  width: auto;
  display: block;
  margin: 10px auto 0;
  padding: 12px 25px;
  border: 0;
  background: #fff;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  line-height: 20px;
}

/** PAGE PAYLATE */
.gv_page_paylate {
  padding: 40px 0;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.gv_page_paylate .head_section {
  padding-bottom: 24px;
}
.gv_page_paylate .paylate-box {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .gv_page_paylate .paylate-box .row .plt-left {
    padding-bottom: 24px;
  }
}
.gv_page_paylate .paylate-box .pay-form {
  color: #000;
}
.gv_page_paylate .paylate-box .pay-form .form-input {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}
.gv_page_paylate .paylate-box .pay-form .form-input .fx-left {
  flex: 0 0 32%;
  max-width: 32%;
}
@media (max-width: 1023px) {
  .gv_page_paylate .paylate-box .pay-form .form-input .fx-left {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 1023px) {
  .gv_page_paylate .paylate-box .pay-form .form-input .fx-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_page_paylate .paylate-box .pay-form .form-input .fx-right {
  flex: 0 0 68%;
  max-width: 68%;
}
@media (max-width: 1023px) {
  .gv_page_paylate .paylate-box .pay-form .form-input .fx-right {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 1023px) {
  .gv_page_paylate .paylate-box .pay-form .form-input .fx-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_page_paylate .paylate-box .pay-form .form-input label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gv_page_paylate .paylate-box .pay-form .form-input label {
    margin-bottom: 6px;
  }
}
.gv_page_paylate .paylate-box .pay-form .form-input input, .gv_page_paylate .paylate-box .pay-form .form-input select {
  width: 100%;
  line-height: 20px;
  border: 1px solid #dfdfdf;
  padding: 6px 16px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  display: block;
}
.gv_page_paylate .paylate-box .pay-form .form-input input:-moz-read-only {
  background: #ddd;
}
.gv_page_paylate .paylate-box .pay-form .form-input input:read-only {
  background: #ddd;
}
.gv_page_paylate .paylate-box .pay-form .form-action {
  display: flex;
  justify-content: center;
}
.gv_page_paylate .paylate-box .pay-form .form-action button {
  outline: none;
  background: #c4161c;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  padding: 8px 24px;
  cursor: pointer;
  line-height: 20px;
}
.gv_page_paylate .paylate-box .pay-form .form-action button svg {
  fill: #fff;
  height: 15px;
  width: 15px;
  margin-left: 6px;
}
.gv_page_paylate .paylate-box .pay-preview img {
  width: 100%;
  height: auto;
}
.gv_page_paylate .success-box {
  display: block;
  margin-bottom: 40px;
}
.gv_page_paylate .success-box .box {
  width: 100%;
  max-width: 680px;
  padding: 12px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.gv_page_paylate .success-box .box .name {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
  color: #000;
}
.gv_page_paylate .success-box .box table {
  width: 100%;
}
.gv_page_paylate .success-box .box table thead tr th {
  padding: 6px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  border: 1px solid #ddd;
  text-transform: uppercase;
}
.gv_page_paylate .success-box .box table tbody tr td {
  text-align: center;
  padding: 6px 10px;
  color: #000;
  border: 1px solid #ddd;
}
.gv_page_paylate .success-box .box table tfoot tr th {
  padding: 6px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  border: 1px solid #ddd;
  text-transform: uppercase;
}
.gv_page_paylate .success-box .box .action {
  margin-top: 16px;
  border-top: 1px solid #ccc;
  padding-top: 16px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.gv_page_paylate .success-box .box .action a {
  border: 1px solid orange;
  color: orange;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px 5px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 4px;
}
.gv_page_paylate .success-box .box .action a svg {
  fill: orange;
  height: 14px;
  width: 14px;
  margin-right: 6px;
}
.gv_page_paylate .success-box .box .action button {
  outline: none;
  background: transparent;
  cursor: pointer;
  border: 1px solid green;
  color: green;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px 5px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 4px;
}
.gv_page_paylate .success-box .box .action button svg {
  fill: green;
  height: 14px;
  width: 14px;
  margin-right: 6px;
}
.gv_page_paylate .note {
  margin-top: 40px;
}
.gv_page_paylate .note p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
}

/** PAGE ESTIMATE */
.gv_page_estimate {
  padding: 40px 0;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.gv_page_estimate .head_section {
  padding-bottom: 24px;
}
.gv_page_estimate .estimate-box {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .gv_page_estimate .estimate-box .row .est-left {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .gv_page_estimate .estimate-box .row .est-center {
    padding-bottom: 20px;
  }
}
.gv_page_estimate .estimate-box .est-preview img {
  width: 100%;
  height: auto;
}
.gv_page_estimate .estimate-box .est-form .form-input {
  display: block;
  margin-bottom: 14px;
}
.gv_page_estimate .estimate-box .est-form .form-input select {
  width: 100%;
  line-height: 20px;
  border: 1px solid #dfdfdf;
  padding: 6px 16px;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  display: block;
}
.gv_page_estimate .estimate-box .est-form .form-action {
  display: flex;
  justify-content: center;
}
.gv_page_estimate .estimate-box .est-form .form-action button {
  outline: none;
  background: #c4161c;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  padding: 8px 24px;
  cursor: pointer;
  line-height: 20px;
}
.gv_page_estimate .estimate-box .est-form .form-action button svg {
  fill: #fff;
  height: 15px;
  width: 15px;
  margin-left: 6px;
}
.gv_page_estimate .estimate-box .est-info {
  color: #000;
}
.gv_page_estimate .estimate-box .est-info .name {
  background-color: #C80F2E;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}
.gv_page_estimate .estimate-box .est-info ul {
  list-style: none;
  padding: 0 12px;
  margin: 0;
  background: #eee;
}
.gv_page_estimate .estimate-box .est-info ul > li {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}
.gv_page_estimate .estimate-box .est-info ul > li:last-child {
  border-bottom: 0;
}
.gv_page_estimate .estimate-box .est-info ul > li p.ex-name {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}
.gv_page_estimate .estimate-box .est-info ul > li p.ex-value {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0px;
}
.gv_page_estimate .estimate-box .est-info .total {
  background: #333;
  padding: 16px 12px;
  text-align: right;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.gv_page_estimate .success-box {
  display: block;
  margin-bottom: 40px;
}
.gv_page_estimate .success-box .box {
  width: 100%;
  max-width: 540px;
  padding: 12px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.gv_page_estimate .success-box .box .name {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
  color: #000;
}
.gv_page_estimate .success-box .box table {
  width: 100%;
}
.gv_page_estimate .success-box .box table tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.gv_page_estimate .success-box .box table tbody tr td {
  padding: 8px 0;
  color: #000;
  font-size: 15px;
}
.gv_page_estimate .success-box .box table tbody tr td span {
  font-weight: 600;
}
.gv_page_estimate .success-box .box table tbody tr td:last-child {
  text-align: right;
}
.gv_page_estimate .success-box .box table tfoot tr th {
  padding: 8px 0px;
  font-size: 15px;
  font-weight: 600;
  color: #ff0000;
  border-top: 1px solid #e1e1e1;
}
.gv_page_estimate .success-box .box table tfoot tr th:last-child {
  text-align: right;
}
.gv_page_estimate .success-box .box .action {
  margin-top: 16px;
  border-top: 1px solid #ccc;
  padding-top: 16px;
  display: flex;
  justify-content: left;
  gap: 10px;
}
.gv_page_estimate .success-box .box .action a {
  border: 1px solid orange;
  color: orange;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px 5px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 4px;
}
.gv_page_estimate .success-box .box .action a svg {
  fill: orange;
  height: 14px;
  width: 14px;
  margin-right: 6px;
}
.gv_page_estimate .success-box .box .action button {
  outline: none;
  background: transparent;
  cursor: pointer;
  border: 1px solid green;
  color: green;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px 5px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 4px;
}
.gv_page_estimate .success-box .box .action button svg {
  fill: green;
  height: 14px;
  width: 14px;
  margin-right: 6px;
}
.gv_page_estimate .note {
  margin-top: 40px;
}
.gv_page_estimate .note p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 0;
}

/** PAGE SINGLE */
.gv_page_single {
  padding: 40px 0 40px;
  position: relative;
  overflow: hidden;
}
/** Related List */
.related-list .head_box {
  padding-bottom: 24px;
}
.related-list .owl-carousel .owl-nav [class*=owl-] {
  border-radius: 0;
  margin: 0;
  height: 40px;
  width: 40px;
  background: var(--primary-Color);
  border: 0;
}
.related-list .owl-carousel .owl-nav [class*=owl-] i {
  color: #FFF;
}
.related-list .owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
.related-list .owl-carousel .owl-nav .owl-next {
  right: 0px;
}

/** Loop Post */
.post_inner {
  position: relative;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  border-radius: 0px;
  display: block;
}
.post_inner .image {
  position: relative;
}
.post_inner .image > a {
  display: block;
  padding-bottom: 54%;
  width: 100%;
  background-position: center;
  position: relative;
  height: auto;
  overflow: hidden;
}
.post_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;
}
.post_inner .image:hover > a img {
  transform: scale(1.1);
}
.post_inner .info {
  position: relative;
  padding-top: 20px;
}
.post_inner .info .meta {
  gap: 12px;
  margin-bottom: 6px;
}
.post_inner .info .meta span, .post_inner .info .meta a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 0.9em;
}
.post_inner .info .meta span svg, .post_inner .info .meta a svg {
  height: 15px;
  width: 15px;
  margin-right: 6px;
  fill: #fff;
  margin-bottom: 1px;
}
.post_inner .info h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 0 0 7px;
}
.post_inner .info h3 a {
  color: #fff;
}
.post_inner .info .desc {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 76px;
  overflow: hidden;
  color: #fff;
}

/** Loop Post */
.blog_inner {
  position: relative;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  border-radius: 0px;
  display: block;
}
.blog_inner .image {
  position: relative;
}
.blog_inner .image > a {
  display: block;
  padding-bottom: 54%;
  width: 100%;
  background-position: center;
  position: relative;
  height: auto;
  overflow: hidden;
}
.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 .image:hover > a img {
  transform: scale(1.1);
}
.blog_inner .info {
  position: relative;
  padding-top: 20px;
}
.blog_inner .info .meta, .blog_inner .info .cate {
  margin-bottom: 6px;
}
.blog_inner .info .meta span, .blog_inner .info .meta a, .blog_inner .info .cate span, .blog_inner .info .cate a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 0.9em;
}
.blog_inner .info .meta span svg, .blog_inner .info .meta a svg, .blog_inner .info .cate span svg, .blog_inner .info .cate a svg {
  height: 15px;
  width: 15px;
  margin-right: 6px;
  fill: #fff;
}
.blog_inner .info h3 {
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1rem;
  word-break: break-word;
}
.blog_inner .info h3 a {
  color: #fff;
}
.blog_inner .info h3 a:hover {
  color: #be3733;
}
.blog_inner .info .more a {
  display: inline-block;
  padding: 1px 5px;
  background: #fff;
  font-size: 0.625rem;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
}/*# sourceMappingURL=blog.css.map */