@charset "UTF-8";
/** BLOG ============================================*/
/** Heading */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
}
.head_taxonomy .title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 1px;
  color: #000;
  width: 100%;
  text-transform: uppercase;
}

.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0;
  color: #222;
}

.head_blog {
  position: relative;
  font-family: var(--primary-Font);
}
.head_blog .title {
  font-size: 44px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-bottom: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .head_blog .title {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
.head_blog .title::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  bottom: 0;
  width: 60px;
  position: absolute;
  background: var(--primary-Color);
}

.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
  text-transform: uppercase;
}

.head_contact {
  position: relative;
  font-family: var(--primary-Font);
}
.head_contact .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
  color: #000;
}

/** Contact Map */
.gvc-contact-map {
  position: relative;
  overflow: hidden;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gvc-contact-map .embed-map {
  height: 100%;
  position: relative;
}
.gvc-contact-map .embed-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}

/** Post Category */
.gv_post_category {
  position: relative;
  overflow: hidden;
  padding: 32px 0 40px;
}
@media (max-width: 991px) {
  .gv_post_category .container > .row > .col-left {
    padding-bottom: 24px;
  }
}
.gv_post_category .head_taxonomy {
  margin-bottom: 24px;
}
.gv_post_category .category-wrap .grid {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.gv_post_category .category-wrap .grid .large-item {
  grid-column: span 2; /* chiếm 2 cột */
}
.gv_post_category .category-wrap .grid .large-item .inner .thumb {
  position: relative;
}
.gv_post_category .category-wrap .grid .large-item .inner .thumb > a {
  position: relative;
  display: block;
}
.gv_post_category .category-wrap .grid .large-item .inner .thumb > a picture {
  position: relative;
  display: block;
  padding-bottom: 54%;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #cdcdcd;
}
.gv_post_category .category-wrap .grid .large-item .inner .thumb > a picture img {
  position: absolute;
  height: 100%;
  width: 100%;
  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_post_category .category-wrap .grid .large-item .inner .thumb .meta {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  z-index: 3;
  left: 12px;
  bottom: 12px;
  padding: 8px 12px;
  gap: 10px;
}
.gv_post_category .category-wrap .grid .large-item .inner .thumb .meta > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.gv_post_category .category-wrap .grid .large-item .inner .thumb .meta > span svg {
  height: 16px;
  width: 16px;
  fill: #000;
}
.gv_post_category .category-wrap .grid .large-item .inner .thumb .meta > span:nth-child(2) {
  font-weight: 500;
  color: var(--primary-Color);
}
.gv_post_category .category-wrap .grid .large-item .inner .info {
  padding-top: 16px;
  position: relative;
}
.gv_post_category .category-wrap .grid .large-item .inner .info h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.gv_post_category .category-wrap .grid .large-item .inner .info h3 > a {
  color: #000;
}
.gv_post_category .category-wrap .grid .large-item .inner .info h3 > a:hover {
  color: var(--hover-Color);
}
.gv_post_category .category-wrap .grid .large-item .inner .info .desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.68;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}
.gv_post_category .category-wrap .grid .large-item .inner .info .read-x > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-Color);
  padding-bottom: 0;
  border-bottom: 0;
  line-height: 1.1;
}
.gv_post_category .category-wrap .grid .large-item .inner .info .read-x > a svg {
  fill: var(--primary-Color);
}
.gv_post_category .category-wrap .grid .large-item .inner .info .read-x > a:hover {
  border-bottom: 1px solid var(--primary-Color);
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb {
  position: relative;
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb > a {
  position: relative;
  display: block;
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb > a picture {
  position: relative;
  display: block;
  padding-bottom: 54%;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #cdcdcd;
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb > a picture img {
  position: absolute;
  height: 100%;
  width: 100%;
  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_post_category .category-wrap .grid .medium-item .inner .thumb .meta {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  z-index: 3;
  left: 12px;
  bottom: 12px;
  padding: 8px 12px;
  gap: 10px;
}
@media (max-width: 767px) {
  .gv_post_category .category-wrap .grid .medium-item .inner .thumb .meta {
    display: none;
  }
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb .meta > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb .meta > span svg {
  height: 16px;
  width: 16px;
  fill: #000;
}
.gv_post_category .category-wrap .grid .medium-item .inner .thumb .meta > span:nth-child(2) {
  font-weight: 500;
  color: var(--primary-Color);
}
.gv_post_category .category-wrap .grid .medium-item .inner .info {
  padding-top: 16px;
  position: relative;
}
.gv_post_category .category-wrap .grid .medium-item .inner .info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.gv_post_category .category-wrap .grid .medium-item .inner .info h3 > a {
  color: #000;
}
.gv_post_category .category-wrap .grid .medium-item .inner .info h3 > a:hover {
  color: var(--hover-Color);
}
.gv_post_category .category-wrap .grid .medium-item .inner .info .read-x > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-Color);
  padding-bottom: 0;
  border-bottom: 0;
  line-height: 1.1;
}
.gv_post_category .category-wrap .grid .medium-item .inner .info .read-x > a svg {
  fill: var(--primary-Color);
}
.gv_post_category .category-wrap .grid .medium-item .inner .info .read-x > a:hover {
  border-bottom: 1px solid var(--primary-Color);
}
.gv_post_category .category-wrap .list .blog-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.gv_post_category .category-wrap .list .blog-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

/** Post Single */
.gv_post_single {
  position: relative;
  padding: 32px 0 48px;
}
@media (max-width: 991px) {
  .gv_post_single .container > .row > .col-left {
    padding-bottom: 24px;
  }
}
/** Page Single */
.gv_page_single {
  position: relative;
  padding: 32px 0 48px;
}
.gv_page_single .content-wrap .head_blog {
  padding-bottom: 24px;
}
.gv_page_single .content-wrap article .entry-content {
  text-align: justify;
}

/** Page Contact */
.gv_page_contact {
  position: relative;
  overflow: hidden;
  padding: 48px 0 48px;
}
.gv_page_contact .contact-box {
  margin-bottom: 40px;
}
.gv_page_contact .contact-box .head_contact {
  margin-bottom: 20px;
}
.gv_page_contact .contact-box .contact {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.gv_page_contact .contact-box .contact > li {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  padding-left: 26px;
  margin-bottom: 20px;
}
.gv_page_contact .contact-box .contact > li:last-child {
  margin-bottom: 0;
}
.gv_page_contact .contact-box .contact > li::before {
  content: "";
  height: 20px;
  width: 1px;
  background: #9e9e9e;
  position: absolute;
  left: 27px;
  top: 2px;
}
.gv_page_contact .contact-box .contact > li i {
  position: absolute;
  left: 0;
  top: 2px;
  height: 18px;
  width: 18px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0);
}
.gv_page_contact .contact-box .contact > li span {
  display: block;
  padding-left: 14px;
}
.gv_page_contact .contact-box article .entry-content {
  font-size: 15px;
}
.gv_page_contact .contact-box .form {
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.17);
  padding: 50px 40px;
  border-radius: 20px;
}
.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 {
  margin-bottom: 14px;
}
.gv_page_contact .contact-box .form .wpcf7-form input.wpcf7-submit {
  background: var(--second-Color) !important;
  width: 100%;
  padding: 15px 16px;
}
.gv_page_contact .contact-box .form .wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.gv_page_contact .product-box .head_box {
  margin-bottom: 24px;
}
.gv_page_contact .product-box .owl-carousel .owl-nav > [class*=owl-] {
  height: 34px;
  width: 34px;
  position: absolute;
  margin: 0;
  top: 32%;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  background: var(--primary-Color) !important;
}
.gv_page_contact .product-box .owl-carousel .owl-nav > [class*=owl-] i {
  font-size: 14px;
  line-height: normal;
  color: #fff;
}
.gv_page_contact .product-box .owl-carousel .owl-nav .owl-prev {
  left: -17px;
}
@media (max-width: 575px) {
  .gv_page_contact .product-box .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
}
.gv_page_contact .product-box .owl-carousel .owl-nav .owl-next {
  right: -17px;
}
@media (max-width: 575px) {
  .gv_page_contact .product-box .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}
.gv_page_contact .product-box .owl-carousel .owl-nav.disabled {
  display: block !important;
}
@media (max-width: 767px) {
  .gv_page_contact .product-box .owl-carousel .owl-nav.disabled {
    display: none !important;
  }
}
.gv_page_contact .product-box .owl-carousel .owl-dots {
  position: relative;
  bottom: initial;
  left: initial;
  width: 100%;
  margin-top: 24px;
  transform: translateX(0);
}
.gv_page_contact .product-box .owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  border-color: #ddd;
  opacity: 1;
  height: 10px;
  width: 10px;
}
.gv_page_contact .product-box .owl-carousel .owl-dots .owl-dot.active span {
  border-color: var(--second-Color);
  background: var(--second-Color);
}
/** Page Login/Register */
.gv_page_login {
  padding: 64px 0 64px;
  position: relative;
  overflow: hidden;
  background: #dfdfdf;
}
.gv_page_login .author-box {
  width: 100%;
  max-width: 600px;
  background: #fff;
  margin: 0 auto;
  padding: 60px 40px;
}
@media (max-width: 767px) {
  .gv_page_login .author-box {
    padding: 30px 20px;
  }
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-nav > li {
  flex: 0 0 50%;
  max-width: 50%;
  display: inline-block;
  padding: 10px 16px;
  font-size: 15px;
  text-transform: uppercase;
  background: #444;
  margin-right: 1px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 0px;
  cursor: pointer;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-nav > li:last-child {
  margin-right: 0;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-nav > li.active {
  background: var(--primary-Color);
  color: #fff;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item {
  display: none;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .d-flex {
  margin: 0 -10px;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .d-flex .cx-left, .gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .d-flex .cx-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-row p {
  margin-bottom: 0;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-row p label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-row p a {
  color: #000;
  display: inline-block;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .psw-wrap {
  position: relative;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .psw-wrap input {
  padding-right: 56px;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .psw-wrap .pwd-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-input {
  display: block;
  margin-bottom: 16px;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-input > label {
  display: block;
  margin-bottom: 10px;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-input input[type=email],
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-input input[type=text],
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-input input[type=password] {
  outline: none;
  padding: 10px 16px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  display: block;
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 0px;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-checkbox {
  margin-bottom: 20px;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-checkbox label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-checkbox label a {
  color: #000;
  text-decoration: underline;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-checkbox label a:hover {
  color: var(--primary-Color);
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-action {
  margin-bottom: 10px;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-action button[type=submit] {
  background: var(--primary-Color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  width: auto;
  display: block;
  border: 0;
  border-radius: 0px;
  line-height: 20px;
  padding: 12px 30px;
  min-width: 200px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
  outline: none;
  margin-top: 12px;
  margin-bottom: 10px;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-action .wc-msg {
  margin-bottom: 10px;
  font-size: 13px;
  font-style: italic;
  text-align: center;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-action .wc-msg.success {
  color: green;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .group-action .wc-msg.error {
  color: red;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .load-action {
  padding-top: 10px;
  text-align: center;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .load-action .spinner {
  width: 26px;
  height: 26px;
  border: 3px solid #e0e0e0;
  border-top-color: #d32f2f;
  border-radius: 50%;
  display: inline-block;
  animation: spin 0.8s linear infinite;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .divide {
  position: relative;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .divide::after {
  content: "";
  height: 1px;
  background: #dfdfdf;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item form .divide span {
  display: inline-block;
  padding: 2px 10px;
  background: #fff;
  color: #888;
  font-size: 12px;
  z-index: 3;
  position: relative;
  text-transform: uppercase;
}
.gv_page_login .author-box .gwc-tabs-wrapper .gc-tab-content .tab-item.active {
  display: block;
}

/** Page About */
.gv_page_about {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.gv_page_about .about-box {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.gv_page_about .about-box .fill-bg {
  background-color: var(--second-Color);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.gv_page_about .about-box .container {
  position: relative;
  z-index: 4;
}
.gv_page_about .about-box .box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.gv_page_about .about-box .box .head_blog {
  margin-bottom: 24px;
}
.gv_page_about .about-box .box .head_blog .title {
  color: #fff;
}
.gv_page_about .about-box .box .head_blog .title::before {
  background: #fff;
}
.gv_page_about .about-box .box .entry-content {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
.gv_page_about .general-box {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.gv_page_about .general-box .container > .row {
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .gv_page_about .general-box .container > .row .col-left {
    padding-bottom: 24px;
  }
}
.gv_page_about .general-box .container .flex {
  flex-wrap: wrap;
  margin: 0 -12px;
}
.gv_page_about .general-box .container .flex > [class=col-] {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.gv_page_about .general-box .head_box {
  margin-bottom: 24px;
}
.gv_page_about .general-box .head_box .title {
  color: var(--primary-Color);
}
.gv_page_about .general-box .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
}
.gv_page_about .general-box .gallery {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.gv_page_about .general-box .gallery > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px 10px;
}
.gv_page_about .general-box .gallery > li span {
  padding-bottom: 100%;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background-position: center;
}
.gv_page_about .general-box .gallery > li span img {
  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%;
  height: 100%;
  width: 100%;
}
.gv_page_about .general-box .box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.gv_page_about .general-box .box .icon {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  border: 1px solid #f3f3f3;
  border-radius: 100%;
  background: #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gv_page_about .general-box .box .icon svg {
  height: 33px;
  width: 33px;
}
.gv_page_about .general-box .box .info {
  flex: 1;
  max-width: 100%;
  padding-left: 20px;
}
.gv_page_about .general-box .box .info h3 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 10px;
}
.gv_page_about .general-box .box .info .desc {
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
}
.gv_page_about .story-box {
  background: #ffd7cd;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 991px) {
  .gv_page_about .story-box {
    margin-top: 0;
    padding: 50px 0;
  }
}
.gv_page_about .story-box .container > .row {
  align-items: stretch;
}
@media (min-width: 992px) {
  .gv_page_about .story-box .container > .row {
    margin: 0 -24px;
  }
}
@media (min-width: 992px) {
  .gv_page_about .story-box .container > .row > [class*=col-] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.gv_page_about .story-box .container > .row > [class*=col-] {
  min-height: 100%;
}
@media (max-width: 991px) {
  .gv_page_about .story-box .container > .row .col-left {
    order: 2;
  }
}
@media (max-width: 991px) {
  .gv_page_about .story-box .container > .row .col-right {
    order: 1;
    padding-bottom: 24px;
  }
}
.gv_page_about .story-box .image {
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.gv_page_about .story-box .image .img {
  position: relative;
  display: block;
  height: calc(100% + 100px);
  width: 100%;
  border-radius: 10% 10% 0 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .gv_page_about .story-box .image .img {
    height: auto;
    padding-bottom: 100%;
    border-radius: 12px;
  }
}
.gv_page_about .story-box .image .img 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%;
}
.gv_page_about .story-box .info {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .gv_page_about .story-box .info {
    padding: 0;
  }
}
.gv_page_about .story-box .info .head_box {
  margin-bottom: 24px;
}
.gv_page_about .story-box .info .desc {
  font-size: 16px;
  font-weight: 300;
}
.gv_page_about .offer-box {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.gv_page_about .offer-box .head_box {
  margin-bottom: 24px;
}
.gv_page_about .offer-box .entry-content {
  font-size: 16px;
  font-weight: 300;
}
.gv_page_about .product-box .head_box {
  margin-bottom: 24px;
}
.gv_page_about .product-box .owl-carousel .owl-nav > [class*=owl-] {
  height: 34px;
  width: 34px;
  position: absolute;
  margin: 0;
  top: 32%;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  background: var(--primary-Color) !important;
}
.gv_page_about .product-box .owl-carousel .owl-nav > [class*=owl-] i {
  font-size: 14px;
  line-height: normal;
  color: #fff;
}
.gv_page_about .product-box .owl-carousel .owl-nav .owl-prev {
  left: -17px;
}
@media (max-width: 575px) {
  .gv_page_about .product-box .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
}
.gv_page_about .product-box .owl-carousel .owl-nav .owl-next {
  right: -17px;
}
@media (max-width: 575px) {
  .gv_page_about .product-box .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
}
.gv_page_about .product-box .owl-carousel .owl-nav.disabled {
  display: block !important;
}
@media (max-width: 767px) {
  .gv_page_about .product-box .owl-carousel .owl-nav.disabled {
    display: none !important;
  }
}
.gv_page_about .product-box .owl-carousel .owl-dots {
  position: relative;
  bottom: initial;
  left: initial;
  width: 100%;
  margin-top: 24px;
  transform: translateX(0);
}
.gv_page_about .product-box .owl-carousel .owl-dots .owl-dot span {
  background: #ddd;
  border-color: #ddd;
  opacity: 1;
  height: 10px;
  width: 10px;
}
.gv_page_about .product-box .owl-carousel .owl-dots .owl-dot.active span {
  border-color: var(--second-Color);
  background: var(--second-Color);
}
/** Page Woocommerce */
.gv_page_woocommerce {
  position: relative;
  overflow: hidden;
  padding: 32px 0 48px;
  background: #fff;
}
/** 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;
  margin-bottom: 24px;
}
.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;
  padding-left: 15px;
  padding-right: 15px;
}
@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 .woocommerce-additional-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(--primary-Color) !important;
  font-size: 15px;
  font-weight: 600;
}
.woocommerce .cart_totals .shop_table tbody tr th {
  width: 50%;
}
.woocommerce .cart_totals .cart-subtotal-excl-tax th {
  font-weight: 400;
}
@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;
}
@media (max-width: 767px) {
  .woocommerce ul.order_details li {
    margin-bottom: 10px;
  }
}
.woocommerce .product-quantity .quantity label {
  display: none !important;
}
.woocommerce .product-quantity .quantity .quantity-box {
  display: flex;
  align-items: center;
}
.woocommerce .product-quantity .quantity .quantity-box input {
  border-radius: 3px;
  margin: 0 3px;
  border: 1px solid #ccc;
  padding: 0px 0px;
  height: 38px;
  line-height: 38px;
  width: 80px;
}
.woocommerce .product-quantity .quantity .quantity-box span {
  display: flex;
  height: 38px;
  background: #f0f0f0;
  align-items: center;
  justify-content: center;
  width: 20px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  border-radius: 3px;
}
.woocommerce .product-quantity .quantity .quantity-box input::-webkit-outer-spin-button,
.woocommerce .product-quantity .quantity .quantity-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .product-quantity .quantity .quantity-box input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce .coupon {
  display: none !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.woocommerce .woocommerce-MyAccount-navigation ul > li {
  padding: 5px 0;
  position: relative;
  display: block;
}
.woocommerce .woocommerce-MyAccount-navigation ul > li > a {
  display: block;
  padding: 10px 24px;
  line-height: 20px;
  border: 1px solid #ccc;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  border-radius: 4px;
}
.woocommerce .woocommerce-MyAccount-navigation ul > li.is-active > a {
  border-color: var(--primary-Color);
  background: var(--primary-Color);
  color: #fff;
}
.woocommerce .woocommerce-MyAccount-content .col2-set {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce .woocommerce-MyAccount-content .col2-set .col-2 {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 50% !important;
  max-width: 50% !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .woocommerce .woocommerce-MyAccount-content .col2-set .col-1, .woocommerce .woocommerce-MyAccount-content .col2-set .col-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/** Content Box */
.content-box {
  position: relative;
  margin-bottom: 32px;
}
.content-box .head_single {
  padding-bottom: 8px;
}
.content-box .meta-box {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  position: relative;
  display: inline-block;
  transition: 0.6s;
  z-index: 1;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .content-box .meta-box {
    font-size: 13px;
  }
}
.content-box .meta-box span {
  display: flex;
  align-items: center;
  color: #000;
  font-style: italic;
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
}
@media (max-width: 575px) {
  .content-box .meta-box span {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.content-box .meta-box span::before {
  content: "";
  height: 14px;
  width: 1px;
  background: #cdcdcd;
  position: absolute;
  right: -1px;
  top: 3px;
  transform: skew(-12deg);
}
.content-box .meta-box span svg {
  height: 14px;
  width: 14px;
  fill: var(--primary-Color);
  margin-right: 8px;
}
.content-box .meta-box span:last-child::before {
  display: none;
  margin-right: 0;
  padding-right: 0;
}
/** Related Box */
.related-box {
  position: relative;
}
.related-box > .row {
  align-items: stretch;
}
.related-box > .row > [class*=col-] {
  min-height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.related-box .head_box {
  margin-bottom: 12px;
}

/** Related List */
.related-list .head_box {
  margin-bottom: 24px;
}
.related-list .list .blog-item {
  margin-bottom: 24px;
}
.related-list .list .blog-item:last-child {
  margin-bottom: 0;
}

/** Navigation Wrap */
.navi-wrap {
  margin-bottom: 32px;
  position: relative;
}
.navi-wrap .row {
  align-items: center;
}
.navi-wrap span {
  height: 33px;
  min-width: 33px;
  background: #333;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navi-wrap span i {
  color: #fff;
  font-size: 16px;
}
.navi-wrap a {
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.1;
  font-weight: 500;
}
.navi-wrap .col-left {
  display: flex;
  align-items: center;
}
.navi-wrap .col-left span {
  margin-right: 12px;
}
.navi-wrap .col-left span i {
  margin-right: 2px;
}
.navi-wrap .col-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.navi-wrap .col-right span {
  margin-left: 12px;
}
.navi-wrap .col-right span i {
  margin-left: 2px;
}

/** Comment Box */
.comment-box {
  position: relative;
}
.comment-box .comment-list {
  padding-bottom: 24px;
}
.comment-box .comment-list .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  color: var(--second-Color);
}
.comment-box .comment-list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-box .comment-list .list > li {
  display: block;
  margin-bottom: 20px;
}
.comment-box .comment-list .list > li .inner {
  display: flex;
}
.comment-box .comment-list .list > li .inner .avatar {
  min-width: 80px;
  max-width: 80px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list > li .inner .avatar {
    max-width: 60px;
    min-width: 60px;
  }
}
.comment-box .comment-list .list > li .inner .avatar span {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
}
.comment-box .comment-list .list > li .inner .avatar span img {
  position: absolute;
  left: 0;
  top: 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%;
}
.comment-box .comment-list .list > li .inner .info {
  flex: 1;
  max-width: 100%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list > li .inner .info {
    padding-left: 12px;
  }
}
.comment-box .comment-list .list > li .inner .info .name h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
}
.comment-box .comment-list .list > li .inner .info .note {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 6px;
}
.comment-box .comment-list .list > li .inner .info .desc {
  background: #f0f0f0;
  padding: 16px;
  position: relative;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.56;
  margin-bottom: 12px;
}
.comment-box .comment-list .list > li .inner .info .desc *:last-child {
  margin-bottom: 0;
}
.comment-box .comment-list .list > li .inner .info .tool a {
  border: 1px solid var(--second-Color);
  padding: 3px 6px 2px;
  display: inline-block;
  margin-right: 10px;
  line-height: 18px;
  font-size: 13px;
  border-radius: 3px;
}
.comment-box .comment-list .list > li .inner .info .tool a:hover {
  background: var(--second-Color);
  color: #fff;
}
.comment-box .comment-list .list > li .inner .info .tool a.date {
  border: 1px solid #ccc;
  color: #000;
}
.comment-box .comment-list .list > li .inner .info .tool a.date:hover {
  background: #ccc;
  color: #000;
}
.comment-box .comment-list .list ul.children {
  padding-left: 50px;
  list-style: none;
  margin: 0;
}
.comment-box .comment-list .list ul.children > li {
  display: block;
}
.comment-box .comment-list .list ul.children > li .inner {
  display: flex;
}
.comment-box .comment-list .list ul.children > li .inner .avatar {
  min-width: 50px;
  max-width: 50px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list ul.children > li .inner .avatar {
    min-width: 40px;
    max-width: 40px;
  }
}
.comment-box .comment-list .list ul.children > li .inner .avatar span {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
}
.comment-box .comment-list .list ul.children > li .inner .avatar span img {
  position: absolute;
  left: 0;
  top: 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%;
}
.comment-box .comment-list .list ul.children > li .inner .info {
  flex: 1;
  max-width: 100%;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .comment-box .comment-list .list ul.children > li .inner .info {
    padding-left: 12px;
  }
}
.comment-box .comment-list .list ul.children > li .inner .info .name h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #000;
}
.comment-box .comment-list .list ul.children > li .inner .info .note {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 6px;
}
.comment-box .comment-list .list ul.children > li .inner .info .desc {
  background: #f0f0f0;
  padding: 16px;
  position: relative;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.56;
  margin-bottom: 12px;
}
.comment-box .comment-list .list ul.children > li .inner .info .desc *:last-child {
  margin-bottom: 0;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a {
  border: 1px solid var(--second-Color);
  padding: 3px 6px 2px;
  display: inline-block;
  margin-right: 10px;
  line-height: 18px;
  font-size: 13px;
  border-radius: 3px;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a:hover {
  background: var(--second-Color);
  color: #fff;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a.date {
  border: 1px solid #ccc;
  color: #000;
}
.comment-box .comment-list .list ul.children > li .inner .info .tool a.date:hover {
  background: #ccc;
  color: #000;
}
.comment-box .comment-form .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  color: var(--second-Color);
}
.comment-box .comment-form .cancel-comment-reply {
  font-size: 14px;
  margin-bottom: 10px;
}
.comment-box .comment-form form .form-group {
  padding-top: 8px;
  padding-bottom: 8px;
}
.comment-box .comment-form form .form-group input[type=text],
.comment-box .comment-form form .form-group input[type=email],
.comment-box .comment-form form .form-group textarea {
  border: 1px solid #ddd;
  outline: none;
  width: 100%;
  padding: 10px 16px;
  line-height: 20px;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 400;
}
.comment-box .comment-form form .form-group input[type=text]:focus,
.comment-box .comment-form form .form-group input[type=email]:focus,
.comment-box .comment-form form .form-group textarea:focus {
  box-shadow: 0px 0px 6px 0px rgba(38, 40, 39, 0.27);
}
.comment-box .comment-form form .form-group div.error {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: red;
  margin-top: 8px;
}
.comment-box .comment-form form .form-submit {
  padding-top: 8px;
  position: relative;
}
.comment-box .comment-form form .form-submit input {
  border: 0;
  outline: none;
  font-size: 15px;
  text-transform: uppercase;
  background: #333;
  color: #fff;
  padding: 10px 24px;
  border-radius: 0px;
  line-height: 20px;
}

/** Loop Post */
.post_inner {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .post_inner {
    align-items: flex-start;
  }
}
.post_inner .thumb {
  position: relative;
  flex: 0 0 44%;
  max-width: 44%;
}
.post_inner .thumb > a {
  position: relative;
  display: block;
}
.post_inner .thumb > a picture {
  position: relative;
  display: block;
  padding-bottom: 59%;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #cdcdcd;
}
@media (max-width: 575px) {
  .post_inner .thumb > a picture {
    padding-bottom: 65%;
  }
}
.post_inner .thumb > a picture img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.post_inner .thumb .meta {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  z-index: 3;
  left: 12px;
  bottom: 12px;
  padding: 8px 12px;
  gap: 10px;
}
@media (max-width: 767px) {
  .post_inner .thumb .meta {
    display: none;
  }
}
.post_inner .thumb .meta > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.post_inner .thumb .meta > span svg {
  height: 16px;
  width: 16px;
  fill: #000;
}
.post_inner .thumb .meta > span:nth-child(2) {
  font-weight: 500;
  color: var(--primary-Color);
}
.post_inner .info {
  flex: 0 0 56%;
  max-width: 56%;
  padding-left: 18px;
}
@media (max-width: 575px) {
  .post_inner .info {
    padding-left: 16px;
  }
}
.post_inner .info .meta {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  gap: 10px;
}
.post_inner .info .meta > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}
.post_inner .info .meta > span svg {
  height: 16px;
  width: 16px;
  fill: #000;
}
.post_inner .info .meta > span:nth-child(2) {
  font-weight: 500;
  color: var(--primary-Color);
}
.post_inner .info h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .post_inner .info h3 {
    margin-bottom: 6px;
  }
}
.post_inner .info h3 > a {
  color: #000;
}
.post_inner .info h3 > a:hover {
  color: var(--hover-Color);
}
.post_inner .info .desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.68;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 575px) {
  .post_inner .info .desc {
    margin-bottom: 6px;
  }
}
.post_inner .info .read-x > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-Color);
  padding-bottom: 0;
  border-bottom: 0;
  line-height: 1.1;
}
.post_inner .info .read-x > a svg {
  fill: var(--primary-Color);
}
.post_inner .info .read-x > a:hover {
  border-bottom: 1px solid var(--primary-Color);
}

.product_inner {
  position: relative;
  height: 100%;
  background: transparent;
  overflow: hidden;
  transition: all 0.6s ease 0s;
  z-index: 2;
}
.product_inner .image {
  position: relative;
  overflow: hidden;
}
.product_inner .image > a {
  position: relative;
  display: block;
  overflow: hidden;
}
.product_inner .image > a picture {
  display: block;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-position: center;
}
.product_inner .image > a picture img {
  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%;
  height: 100%;
  width: 100%;
}
.product_inner .info {
  padding: 12px 0 0;
  position: relative;
}
.product_inner .info h4 {
  display: block;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 16px;
  letter-spacing: 0;
}
.product_inner .info h4 a {
  color: #000;
}
.product_inner .info h4 a:hover {
  color: var(--hover-Color);
}
.product_inner .info .rating {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 8px;
}
.product_inner .info .rating .rt-star {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.product_inner .info .rating .rt-star::before {
  content: "★★★★★";
  position: relative;
  font-size: 18px;
  display: block;
  color: #898989;
  line-height: 1;
  white-space: nowrap;
}
.product_inner .info .rating .rt-star .rt-star-o {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.product_inner .info .rating .rt-star .rt-star-o::before {
  content: "★★★★★";
  position: relative;
  font-size: 18px;
  display: block;
  color: var(--second-Color);
  line-height: 1;
  white-space: nowrap;
}
.product_inner .info .rating .count {
  font-size: 15px;
  margin-bottom: -3px;
  line-height: 1;
  color: var(--second-Color);
}
.product_inner .info .price {
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}
.product_inner .info .price .prx-old {
  font-size: 14px;
  font-weight: 500;
  color: #878787;
  text-decoration: line-through;
}
.product_inner .info .price .prx-reg {
  font-size: 20px;
  font-weight: 500;
  color: var(--second-Color);
}
.product_inner .info .discount {
  display: block;
  margin-top: 8px;
}
.product_inner .info .discount > span {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  background: #1cae4b;
  color: #fff;
  padding: 6px 16px;
  border-radius: 23px;
  line-height: 20px;
}/*# sourceMappingURL=blog.css.map */