/** BLOG ============================================*/
/** Heading */
.head_category {
  position: relative;
  font-family: var(--primary-Font);
}
.head_category .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0;
  text-transform: uppercase;
  color: var(--primary-Color);
}
@media (max-width: 767px) {
  .head_category .title {
    font-size: 22px;
  }
}

.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0;
  color: var(--primary-Color);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .head_single .title {
    font-size: 22px;
  }
}

.head_contact {
  position: relative;
  font-family: var(--primary-Font);
}
.head_contact .title {
  font-size: 28px;
  color: var(--primary-Color);
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
.head_contact .sub {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  margin: 8px 0 0 0;
}

.head_blog {
  position: relative;
  font-family: var(--primary-Font);
}
.head_blog .title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 0;
  color: var(--primary-Color);
}
@media (max-width: 767px) {
  .head_blog .title {
    font-size: 20px;
  }
}

/** Post Category */
.gv_post_category {
  position: relative;
  overflow: hidden;
  padding: 32px 0 48px;
}
@media (max-width: 991px) {
  .gv_post_category .container .row .col-left {
    padding-bottom: 24px;
  }
}
.gv_post_category ul.list {
  position: relative;
  list-style: none;
}
.gv_post_category ul.list li {
  padding: 15px 0;
}

/** Post Single */
.gv_post_single {
  position: relative;
  overflow: hidden;
  padding: 32px 0 48px;
}
@media (max-width: 991px) {
  .gv_post_single .container .row .col-left {
    padding-bottom: 24px;
  }
}
.gv_post_single .content-box .meta-box {
  font-family: var(--second-Font);
  font-size: 14px;
  color: #999;
  padding-bottom: 20px;
}
.gv_post_single .content-box .meta-box span i {
  margin-right: 4px;
}
.gv_post_single .content-box .tag-cloud {
  display: block;
  padding-bottom: 24px;
  font-family: var(--second-Font);
}
.gv_post_single .content-box .tag-cloud a {
  color: var(--second-Color);
}

/** Page Single */
.gv_page_single {
  position: relative;
  overflow: hidden;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .gv_page_single {
    padding: 24px 0;
  }
}
@media (max-width: 991px) {
  .gv_page_single .container .row .col-left {
    padding-bottom: 15px;
  }
}
.gv_page_single .entry-content .aligncenter img {
  margin-bottom: 15px;
}
.gv_page_single .entry-content h1, .gv_page_single .entry-content h2, .gv_page_single .entry-content h3, .gv_page_single .entry-content h4, .gv_page_single .entry-content h5, .gv_page_single .entry-content h6 {
  margin-bottom: 15px;
  font-weight: 500;
}
.gv_page_single .entry-content ul, .gv_page_single .entry-content ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
.gv_page_single .entry-content p {
  margin-bottom: 15px;
}
.gv_page_single .entry-content .wpcf7-form input,
.gv_page_single .entry-content .wpcf7-form textarea,
.gv_page_single .entry-content .wpcf7-form select {
  border: 1px solid #444;
  padding: 8px 15px;
  color: #4c4c4c;
  background: transparent;
  font-family: "Nunito Sans", arial, sans-serif;
  font-size: 14px;
  margin-bottom: 20px;
  height: 40px;
  width: 100%;
  outline: none;
  border-radius: 0px;
}
.gv_page_single .entry-content .wpcf7-form textarea {
  height: 108px;
}
.gv_page_single .entry-content .wpcf7-form span.wpcf7-radio {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.gv_page_single .entry-content .wpcf7-form span.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.gv_page_single .entry-content .wpcf7-form span.wpcf7-radio .wpcf7-list-item > label {
  display: flex;
  align-items: center;
}
.gv_page_single .entry-content .wpcf7-form span.wpcf7-radio .wpcf7-list-item > label input[type=radio] {
  margin: 0;
  width: 13px;
  height: 13px;
}
.gv_page_single .entry-content .wpcf7-form span.wpcf7-radio .wpcf7-list-item > label {
  padding: 0 10px;
}
.gv_page_single .entry-content .wpcf7-form span.wpcf7-radio .wpcf7-list-item > label .wpcf7-list-item-label {
  padding-left: 10px;
  display: block;
}
.gv_page_single .entry-content .wpcf7-form input.wpcf7-submit {
  color: #FFF;
  background: #c4161c;
  border-color: #c4161c;
  margin-bottom: 0;
  outline: none;
  width: auto;
}

/** Page Contact */
.gv_page_contact {
  position: relative;
  overflow: hidden;
  padding: 0 0 32px;
}
.gv_page_contact .contact-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 32px 0 0;
}
@media (max-width: 767px) {
  .gv_page_contact .contact-box {
    padding: 24px 0 0;
  }
}
.gv_page_contact .contact-box .ctx-left {
  max-width: 50%;
  flex: 0 0 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .gv_page_contact .contact-box .ctx-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 24px;
  }
}
.gv_page_contact .contact-box .ctx-right {
  max-width: 50%;
  flex: 0 0 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .gv_page_contact .contact-box .ctx-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gv_page_contact .contact-box .desc {
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
}
.gv_page_contact .contact-box .contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gv_page_contact .contact-box .contact > li {
  position: relative;
  display: flex;
  padding: 16px 0;
}
.gv_page_contact .contact-box .contact > li .icon {
  min-width: 44px;
  max-width: 44px;
}
.gv_page_contact .contact-box .contact > li .icon span {
  height: 44px;
  width: 44px;
  background: var(--primary-Color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gv_page_contact .contact-box .contact > li .icon span i {
  height: 20px;
  width: 20px;
  display: block !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.gv_page_contact .contact-box .contact > li .name {
  flex: 1;
  padding-left: 24px;
  max-width: 100%;
  font-family: var(--second-Font);
}
.gv_page_contact .contact-box .contact > li .name h4 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.gv_page_contact .contact-box .contact > li .name p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.4px;
}
.gv_page_contact .contact-box .form {
  background: #f2f2f2;
  padding: 15px;
}
.gv_page_contact .contact-box .form .title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 24px;
}
.gv_page_contact .contact-box .form .wpcf7-form label {
  font-family: var(--second-Font);
}
.gv_page_contact .contact-box .form .wpcf7-form input[type=text],
.gv_page_contact .contact-box .form .wpcf7-form input[type=tel],
.gv_page_contact .contact-box .form .wpcf7-form input[type=number],
.gv_page_contact .contact-box .form .wpcf7-form input[type=email],
.gv_page_contact .contact-box .form .wpcf7-form input[type=date],
.gv_page_contact .contact-box .form .wpcf7-form select,
.gv_page_contact .contact-box .form .wpcf7-form textarea {
  font-family: var(--second-Font);
  padding: 12px 20px;
  line-height: 20px;
  width: 100%;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  border-color: #e7e7e7;
  border-radius: 4px;
  color: #5c5c5c;
}
.gv_page_contact .contact-box .form .wpcf7-form span.wpcf7-radio {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  font-family: var(--second-Font);
}
.gv_page_contact .contact-box .form .wpcf7-form span.wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.gv_page_contact .contact-box .form .wpcf7-form span.wpcf7-radio .wpcf7-list-item > label {
  display: flex;
  font-family: var(--second-Font);
  align-items: center;
}
.gv_page_contact .contact-box .form .wpcf7-form span.wpcf7-radio .wpcf7-list-item > label input[type=radio] {
  margin: 0;
  width: 13px;
  height: 13px;
}
.gv_page_contact .contact-box .form .wpcf7-form span.wpcf7-radio .wpcf7-list-item > label {
  padding: 0 10px;
}
.gv_page_contact .contact-box .form .wpcf7-form span.wpcf7-radio .wpcf7-list-item > label .wpcf7-list-item-label {
  padding-left: 10px;
  display: block;
}
.gv_page_contact .contact-box .form .wpcf7-form input.wpcf7-submit {
  font-family: var(--second-Font);
  padding: 12px 20px;
  border: 0;
  outline: none;
  display: block;
  text-align: center;
  background: var(--primary-Color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.gv_page_contact .map-box {
  position: relative;
  background: var(--second-Color);
  padding: 15px;
  margin-top: 20px;
}
.gv_page_contact .map-box iframe {
  height: 450px;
  width: 100%;
  vertical-align: bottom;
}

/** Page Service */
.gv_page_service {
  position: relative;
  overflow: hidden;
  padding: 32px 0 48px;
  background: #f0f0f0;
}
.gv_page_service .service_box {
  margin-bottom: 32px;
  position: relative;
}
.gv_page_service .service_box .head_blog {
  padding-bottom: 12px;
}
.gv_page_service .service_box > .row > [class*=col-] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.gv_page_service .service_box .service-item .box {
  display: block;
  position: relative;
}
.gv_page_service .service_box .service-item .box .image {
  position: relative;
  padding-bottom: 65%;
  display: block;
  overflow: hidden;
  border-radius: 0;
  background-position: center;
  margin-bottom: 16px;
}
.gv_page_service .service_box .service-item .box .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.gv_page_service .service_box .service-item .box h3 {
  color: var(--second-Color);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.gv_page_service .content_blog {
  position: relative;
  padding-top: 12px;
}

/** Page Woocommerce */
.gv_page_woocommerce {
  position: relative;
  overflow: hidden;
  padding: 32px 0;
  background: #fff;
}
@media (max-width: 767px) {
  .gv_page_woocommerce {
    padding: 24px 0;
  }
}
.gv_page_woocommerce form.woocommerce-cart-form table.shop_table td {
  padding: 8px;
}
.gv_page_woocommerce form.woocommerce-cart-form table.shop_table td.product-thumbnail a img {
  width: 110px;
}
.gv_page_woocommerce form.woocommerce-cart-form table.shop_table td.product-name a {
  color: var(--primary-Color);
  font-size: 16px;
  font-weight: 600;
}
.gv_page_woocommerce form.woocommerce-cart-form table.shop_table td.product-name dl.variation dd.variation-Musc p {
  display: inline;
}
.gv_page_woocommerce form.woocommerce-cart-form table.shop_table td.product-subtotal span {
  font-size: 16px;
  font-weight: 600;
}

/** Related Box */
.related-box {
  position: relative;
}
.related-box .related-item {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .related-box .related-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.related-box .related-item .inner {
  position: relative;
  display: flex;
  align-items: center;
}
.related-box .related-item .inner .image {
  min-width: 64px;
  max-width: 64px;
}
.related-box .related-item .inner .image > a {
  display: block;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.related-box .related-item .inner .image > a::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.23);
  z-index: 2;
}
.related-box .related-item .inner .image > a 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%;
}
.related-box .related-item .inner .image > a span {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.related-box .related-item .inner .image > a span b, .related-box .related-item .inner .image > a span i {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #FFF;
  font-style: normal;
}
.related-box .related-item .inner .image > a span b {
  font-size: 16px;
}
.related-box .related-item .inner .image > a span i {
  font-size: 13px;
}
.related-box .related-item .inner .info {
  flex: 1;
  max-width: 100%;
  padding-left: 16px;
  font-family: var(--second-Font);
}
.related-box .related-item .inner .info .title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.related-box .related-item .inner .info .title > a {
  color: #444;
}

/** Woocommerce */
.woocommerce form .form-row-first {
  float: none;
  width: 100%;
}
.woocommerce form .form-row {
  padding: 0;
  flex-wrap: wrap;
}
.woocommerce form .form-row label {
  display: block;
  width: 100%;
}
.woocommerce form .form-row textarea {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
  height: 150px !important;
}
.woocommerce form .form-row input[type=text],
.woocommerce form .form-row input[type=email],
.woocommerce form .form-row input[type=tel],
.woocommerce form .form-row input[type=password] {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
}
.woocommerce form .form-row span.password-input {
  width: 100%;
}
.woocommerce form .form-row span.password-input input[type=password] {
  line-height: 20px;
  padding: 9px 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
}
.woocommerce form .form-row button.button {
  background: #0b6bbf;
  font-weight: 400;
  padding: 10px 19px;
  color: #FFF;
}
.woocommerce form .form-row span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce form .form-row span.selection span.select2-selection--single {
  height: 40px;
  margin: 0;
  border-radius: 0;
}
.woocommerce form .form-row span.selection span.select2-selection--single .select2-selection__arrow {
  height: 40px;
  position: absolute;
  top: 1px;
  right: 8px;
  width: 20px;
}
.woocommerce form .form-row span.selection span.select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 15px;
}
.woocommerce form p {
  margin-top: 20px;
}
.woocommerce form p button.button {
  background: black;
  font-weight: 400;
  padding: 10px 19px;
  color: #FFF;
}
.woocommerce form p button.button:hover {
  background: darkorange;
}
.woocommerce form.checkout .form-row-first {
  float: none;
  width: 100%;
}
.woocommerce form.checkout #customer_details {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce form.checkout #customer_details .col-1, .woocommerce form.checkout #customer_details .col-2 {
  float: none !important;
  width: auto !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
@media (max-width: 991px) {
  .woocommerce form.checkout #customer_details .col-1, .woocommerce form.checkout #customer_details .col-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.woocommerce form.checkout #customer_details .woocommerce-billing-fields h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
}
.woocommerce form.checkout #customer_details #ship-to-different-address {
  margin-bottom: 12px;
  float: none !important;
  font-size: 20px;
}
.woocommerce form.checkout #customer_details #ship-to-different-address .woocommerce-form__label {
  margin-bottom: 0;
}
.woocommerce form.checkout #customer_details #ship-to-different-address .woocommerce-form__label span {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 0.5em 0;
  padding: 20px 30px;
}
.woocommerce form.login .form-row-first,
.woocommerce form.checkout_coupon .form-row-first {
  float: left;
  width: 47%;
}
.woocommerce form.login .form-row-last,
.woocommerce form.checkout_coupon .form-row-last {
  float: right;
  width: 47%;
}
.woocommerce .cart_totals > h2 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}
.woocommerce .cart_totals a.button.alt {
  background: var(--second-Color) !important;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-customer-details .woocommerce-column--1 {
    padding-bottom: 24px;
  }
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--name {
  padding-left: 1.5em;
  position: relative;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--name::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e038";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-order .thankyou-box {
  display: block;
  padding-bottom: 24px;
  text-align: center;
}
.woocommerce .woocommerce-order .thankyou-box img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.woocommerce .order-payment {
  margin-top: 32px;
  border: 2px solid var(--second-Color);
  border-radius: 16px;
  padding: 24px;
}
@media (max-width: 991px) {
  .woocommerce .order-payment {
    margin-top: 0;
  }
}
.woocommerce .order-payment h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 16px;
}
.woocommerce .order-payment .image {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 12px;
}
.woocommerce .order-payment .image span {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.woocommerce .order-payment .image span img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.woocommerce .order-payment .desc {
  text-align: center;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.woocommerce .order-payment .desc p:last-child {
  margin-bottom: 0;
  font-style: italic;
}
.woocommerce .order-payment .extend {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
}
.woocommerce .order-payment .extend a {
  line-height: 20px;
  background: var(--primary-Color);
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin: 0 8px;
}
.woocommerce .order-payment .extend a.ex-zalo {
  background: var(--second-Color);
}
@media (max-width: 767px) {
  .woocommerce ul.order_details li {
    margin-bottom: 10px;
  }
}
.woocommerce .order_payment {
  text-align: center;
  display: none;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .woocommerce .order_payment {
    display: block;
  }
}
.woocommerce .order_payment a {
  display: inline-block;
  background: var(--second-Color);
  color: #fff;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 8px;
  line-height: 20px;
}

/**
 * PAGE NAV
 */
.page-nav {
  font-family: var(--second-Font);
}
.page-nav .navigation {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-nav .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-nav .navigation ul li {
  display: inline;
}
.page-nav .navigation ul li a {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
}
.page-nav .navigation ul li a:hover {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #f90;
  color: #fff !important;
}
.page-nav .navigation ul .active a {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #f90;
  color: #fff !important;
}
.page-nav .navigation ul .disabled {
  color: #666;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 5px 10px;
}

/** PAYMENT */
.payment-wrap {
  position: relative;
  margin-bottom: 20px;
  font-family: var(--second-Font);
}
.payment-wrap .pay-form .row {
  align-items: center;
  margin-bottom: 20px;
}
.payment-wrap .pay-form .row label {
  font-weight: 600;
}
@media (max-width: 767px) {
  .payment-wrap .pay-form .row label {
    margin-bottom: 5px;
    display: block;
  }
}
.payment-wrap .pay-form .row select {
  width: 100%;
  position: relative;
  border: 1px solid #dfdfdf;
  padding: 10px 16px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  border-radius: 4px;
}
.payment-wrap .pay-form .pay-action button {
  padding: 10px 24px;
  line-height: 20px;
  background: #c4161c;
  font-size: 15px;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  border: 0;
  color: #fff;
}
.payment-wrap .pay-result .pay-success {
  padding: 12px 20px;
  margin-top: 12px;
  border-top: 1px solid #ededed;
}
@media (max-width: 575px) {
  .payment-wrap .pay-result .pay-success {
    padding: 12px 0;
  }
}
.payment-wrap .pay-result .pay-success .row {
  margin-bottom: 16px;
}
.payment-wrap .pay-result .pay-success .row .clx-left label {
  display: block;
  font-size: 15px;
  margin: 0;
}
@media (max-width: 767px) {
  .payment-wrap .pay-result .pay-success .row .clx-left label {
    margin-bottom: 4px;
  }
}
.payment-wrap .pay-result .pay-success .row .clx-right {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}
.payment-wrap .pay-result .pay-success .row .clx-right.total {
  color: #c4161c;
}

/** REGISGER */
.gv_section_register {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gv_section_register::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}
.gv_section_register .container {
  position: relative;
  z-index: 3;
}
.gv_section_register .head_section {
  margin-bottom: 12px;
}
.gv_section_register .head_section .title {
  color: #FFF;
}
.gv_section_register .desc {
  color: #FFF;
}
.gv_section_register .box {
  width: 100%;
  margin: 0 auto;
}
.gv_section_register .box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.gv_section_register .box .row [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .gv_section_register .box .row [class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.gv_section_register .box .wpcf7-form p {
  margin-bottom: 0;
}
.gv_section_register .box .wpcf7-form input,
.gv_section_register .box .wpcf7-form select {
  height: 48px;
  border: 0;
  padding: 0 15px;
  color: #4c4c4c;
  background: #fff;
  font-family: var(--second-Font);
  font-size: 14px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  border-radius: 0;
}
.gv_section_register .box .wpcf7-form input.wpcf7-submit {
  height: 48px;
  width: 100%;
  font-family: var(--second-Font);
  background: var(--primary-Color);
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 15px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: 0;
  padding: 0 15px;
}
.gv_section_register .box .wpcf7-form .wpcf7-response-output {
  border-color: #dc3232;
  color: #FFF;
}
.gv_section_register .note {
  font-family: var(--second-Font);
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  color: #FFF;
  text-align: center;
}

/** INTRO */
.gv_service_intro {
  position: relative;
  overflow: hidden;
}
.gv_service_intro > .row {
  margin: 0;
}
.gv_service_intro > .row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}
.gv_service_intro .intro-item .box {
  position: relative;
  padding-bottom: 65%;
  display: block;
  overflow: hidden;
  background-position: center;
}
.gv_service_intro .intro-item .box img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.gv_service_intro .intro-item .box::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;
  background: var(--primary-Color);
  opacity: 0.2;
  transition: all 0.3s ease 0s;
}
.gv_service_intro .intro-item .box .name {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  z-index: 5;
  color: #fff;
}
.gv_service_intro .intro-item .box .name span {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}
.gv_service_intro .intro-item .box .name h4 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
.gv_service_intro .intro-item .box:hover img {
  transform: scale(1.2);
}
.gv_service_intro .intro-item .box:hover::before {
  opacity: 0.5;
}/*# sourceMappingURL=blog.css.map */