/** BLOG ============================================*/
/** Heading */
.head_blog {
  position: relative;
  font-family: var(--primary-Font);
  padding-bottom: 8px;
}
.head_blog .title {
  font-weight: 700;
  color: #fff;
  font-size: 2em;
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .head_blog .title {
    font-size: 1.4em;
  }
}

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

.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);
}
@media (max-width: 767px) {
  .head_single .title {
    font-size: 20px;
  }
}

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

/** Heading Blog */
.gv_heading_blog {
  position: relative;
  background: var(--primary-Color);
  color: #fff;
  padding: 1rem 0;
}
.gv_heading_blog .breadcrumb-nav {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}
.gv_heading_blog .breadcrumb-nav i {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.gv_heading_blog .breadcrumb-nav span,
.gv_heading_blog .breadcrumb-nav a {
  color: #fff;
}
.gv_heading_blog .breadcrumb-nav .breadcrumb_last {
  opacity: 0.7;
}

/** Post Category */
.gv_post_category {
  position: relative;
  overflow: hidden;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .gv_post_category {
    padding: 24px 0;
  }
}
.gv_post_category .post-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
/** Post Single */
.gv_post_single {
  position: relative;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .gv_post_single {
    padding: 24px 0;
  }
}
@media (max-width: 991px) {
  .gv_post_single .container .row .col-left {
    padding-bottom: 24px;
  }
}
.gv_post_single .content-box .meta-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 15px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 0.95em;
}
@media (max-width: 767px) {
  .gv_post_single .content-box .meta-group {
    flex-wrap: wrap;
  }
}
.gv_post_single .content-box .meta-group .meta {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #7a7a7d;
}
@media (max-width: 767px) {
  .gv_post_single .content-box .meta-group .meta {
    margin-bottom: 0.5rem;
  }
}
.gv_post_single .content-box .meta-group .meta i {
  font-style: normal;
  display: inline-block;
  padding: 0 6px;
}
.gv_post_single .content-box .meta-group .share {
  display: flex;
  align-items: center;
}
.gv_post_single .content-box .meta-group .share span {
  display: block;
  font-size: 14px;
  color: #7a7a7d;
}
.gv_post_single .content-box .meta-group .share a {
  display: flex;
  margin-left: 6px;
  height: 32px;
  width: 32px;
  transition: all 0.3s ease-in-out;
  background: transparent;
  color: #00142E;
  font-size: 1em;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.gv_post_single .content-box .meta-group .share a i {
  line-height: 0;
}
.gv_post_single .content-box .meta-group .share a.fb:hover {
  background: #07589e;
  color: #fff;
}
.gv_post_single .content-box .meta-group .share a.tw:hover {
  background: #09506c;
  color: #fff;
}
.gv_post_single .content-box .meta-group .share a.in:hover {
  background: #07589e;
  color: #fff;
}
.gv_post_single .content-box .meta-group .share a.pt:hover {
  background: #ab0534;
  color: #fff;
}
.gv_post_single .content-box .thumbnail {
  padding-bottom: 1.25rem;
  position: relative;
  text-align: center;
}
.gv_post_single .content-box .thumbnail img {
  max-width: 100%;
  height: auto;
}
.gv_post_single .sidebar-main {
  position: sticky;
  top: 110px;
}

/** Page Single */
.gv_page_single {
  position: relative;
  overflow: hidden;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .gv_page_single {
    padding: 24px 0;
  }
}
/** Page Contact */
.gv_page_contact {
  position: relative;
  overflow: hidden;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .gv_page_contact {
    padding: 24px 0;
  }
}
.gv_page_contact .contact-box {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(97, 97, 97, 0.14), 0 8px 16px rgba(97, 97, 97, 0.14);
  border-radius: 5px;
  padding: 40px;
  width: 100%;
  max-width: 856px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .gv_page_contact .contact-box {
    padding: 16px 16px;
  }
}
.gv_page_contact .contact-box article {
  margin-bottom: 24px;
}
.gv_page_contact .contact-box .form .wpcf7-form label {
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-bottom: 6px;
}
.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=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 {
  outline: none;
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #E2E6E9;
  box-sizing: border-box;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 52px;
  font-weight: 300;
  font-size: 14px;
  padding: 0.65rem 1.5rem;
  margin-bottom: 1rem;
}
.gv_page_contact .contact-box .form .wpcf7-form textarea {
  height: 150px;
}
.gv_page_contact .contact-box .form .wpcf7-form input.wpcf7-submit {
  background: var(--primary-Color);
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  margin: 0 auto;
}

/** Page Driver */
.gv_page_driver {
  position: relative;
  overflow: hidden;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .gv_page_driver {
    padding: 24px 0;
  }
}
.gv_page_driver .drive-box {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(97, 97, 97, 0.14), 0 8px 16px rgba(97, 97, 97, 0.14);
  border-radius: 5px;
  padding: 40px;
}
@media (max-width: 575px) {
  .gv_page_driver .drive-box {
    padding: 16px 16px;
  }
}
.gv_page_driver .drive-box article {
  margin-bottom: 24px;
}
.gv_page_driver .drive-box .form .wpcf7-form label {
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin-bottom: 6px;
}
.gv_page_driver .drive-box .form .wpcf7-form input[type=text],
.gv_page_driver .drive-box .form .wpcf7-form input[type=tel],
.gv_page_driver .drive-box .form .wpcf7-form input[type=email],
.gv_page_driver .drive-box .form .wpcf7-form input[type=date],
.gv_page_driver .drive-box .form .wpcf7-form select, .gv_page_driver .drive-box .form .wpcf7-form textarea {
  outline: none;
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #E2E6E9;
  box-sizing: border-box;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 52px;
  font-weight: 300;
  font-size: 14px;
  padding: 0.65rem 1.5rem;
  margin-bottom: 1rem;
}
.gv_page_driver .drive-box .form .wpcf7-form textarea {
  height: 150px;
}
.gv_page_driver .drive-box .form .wpcf7-form input.wpcf7-submit {
  background: var(--primary-Color);
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  margin: 0 auto;
}
.gv_page_driver .drive-box .form .model-slider {
  position: relative;
}
.gv_page_driver .drive-box .form .model-slider .swiper {
  padding: 1rem 0.25rem;
}
.gv_page_driver .drive-box .form .model-slider .slide-input_item {
  box-shadow: 0 2px 4px rgba(97, 97, 97, 0.18), 0 4px 8px rgba(97, 97, 97, 0.18) !important;
  border-radius: 5px;
  padding: 15px 0;
  text-align: center;
  position: relative;
  display: block;
}
.gv_page_driver .drive-box .form .model-slider .slide-input_item .thumb img {
  max-width: 100%;
  height: 100px;
  width: auto;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.gv_page_driver .drive-box .form .model-slider .slide-input_item .name {
  padding-top: 15px;
  position: relative;
}
.gv_page_driver .drive-box .form .model-slider .slide-input_item .name h3 {
  font-weight: 600;
  color: #00142E;
  font-size: 1em;
  margin-bottom: 10px;
  text-align: center;
}
.gv_page_driver .drive-box .form .model-slider .slide-input_item .name .price {
  color: #888;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}
.gv_page_driver .drive-box .form .model-slider .slide-input_item span.check {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 1px solid var(--primary-Color);
  font-size: 1em;
  color: #fff;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gv_page_driver .drive-box .form .model-slider .slide-input_item span.check i {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
}
.gv_page_driver .drive-box .form .model-slider .slide-input_item.is-check span.check {
  background: var(--primary-Color);
  color: #fff;
}
.gv_page_driver .drive-box .form .model-slider .slide-input_item.is-check span.check i {
  opacity: 1;
  visibility: visible;
}
.gv_page_driver .drive-box .form .model-slider .slide-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.gv_page_driver .drive-box .form .model-slider .slide-button > [class*=button-] {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  background-color: var(--primary-Color);
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.gv_page_driver .drive-box .form .model-slider .slide-button > [class*=button-] i {
  line-height: 0;
  font-size: 15px;
}
.gv_page_driver .drive-box .form .model-slider .slide-button .swiper-button-disabled {
  opacity: 0.2;
}

/** 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;
  }
}

/** 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;
}

.related_inner {
  position: relative;
  display: flex;
  align-items: center;
}
.related_inner .image {
  min-width: 64px;
  max-width: 64px;
}
.related_inner .image > a {
  display: block;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.related_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_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_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_inner .image > a span b, .related_inner .image > a span i {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  color: #FFF;
  font-style: normal;
}
.related_inner .image > a span b {
  font-size: 16px;
}
.related_inner .image > a span i {
  font-size: 13px;
}
.related_inner .info {
  flex: 1;
  max-width: 100%;
  padding-left: 16px;
}
.related_inner .info .title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.related_inner .info .title > a {
  color: #444;
}

.blog_inner {
  position: relative;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.blog_inner .image {
  position: relative;
}
.blog_inner .image > a {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  display: block;
  background-position: center;
  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%;
}
.blog_inner .info {
  padding: 15px;
}
.blog_inner .info .date span {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
}
.blog_inner .info .date span i {
  margin-right: 4px;
}
.blog_inner .info .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.blog_inner .info .title > a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--primary-Color);
}
.blog_inner .info .title > a:hover {
  color: var(--second-Color);
}
.blog_inner .info .desc {
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  height: 49px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}

/**
 * PAGE NAV
 */
.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;
}/*# sourceMappingURL=blog.css.map */