/** BLOG ============================================*/
/** Heading */
.head_category {
  position: relative;
  font-family: "UTM HelvetIns";
}
.head_category .title {
  font-size: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 0px;
  color: var(--second-Color);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .head_category .title {
    font-size: 22px;
  }
}
.head_category .divide {
  padding-top: 10px;
  display: flex;
}
.head_category .divide span {
  height: 2px;
  width: 70px;
  display: block;
  background: var(--second-Color);
}

.head_single {
  position: relative;
  font-family: "UTM HelvetIns";
}
.head_single .title {
  font-size: 30px;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--second-Color);
}
@media (max-width: 767px) {
  .head_single .title {
    font-size: 22px;
  }
}
.head_single .divide {
  padding-top: 10px;
  display: flex;
}
.head_single .divide span {
  height: 2px;
  width: 70px;
  display: block;
  background: var(--second-Color);
}

.head_single.text-center .divide,
.head_category.text-center .divide {
  justify-content: center;
}

.head_single.text-right .divide,
.head_category.text-right .divide {
  justify-content: flex-end;
}

.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;
}

.head_blog {
  position: relative;
  font-family: var(--primary-Font);
}
.head_blog .title {
  font-size: 26px;
  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;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .gv_post_category {
    padding: 24px 0;
  }
}
.gv_post_category .container .row {
  align-items: stretch;
}
.gv_post_category .container .row [class*=col-] {
  min-height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.gv_post_category .meta-box {
  color: #999;
  margin-bottom: 12px;
}
.gv_post_category .meta-box i {
  margin-right: 5px;
}
.gv_post_category .meta-toc {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}
.gv_post_category .meta-toc .box-readmore {
  max-height: 135px;
  overflow: hidden;
  transition: 1s;
}
.gv_post_category .meta-toc .box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}
.gv_post_category .meta-toc .box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}
.gv_post_category .meta-toc .box-readmore ul li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.gv_post_category .meta-toc .box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: normal;
  font-family: "MuliBold";
}
.gv_post_category .meta-toc .box-readmore ul li a:hover {
  color: #767676;
}
.gv_post_category .meta-toc .box-readmore ul li ul li {
  margin: 0;
  margin-bottom: 8px;
}
.gv_post_category .meta-toc .box-readmore ul li ul li::before {
  content: counters(item, ".") " ";
}
.gv_post_category .meta-toc .thugon {
  display: flex;
  justify-content: center;
}
.gv_post_category .meta-toc .thugon a {
  padding: 8px 25px;
  background: var(--second-Color);
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
}
.gv_post_category .service-content h2 {
  color: var(--primary-Color);
  font-family: "MuliBold";
  font-size: 24px;
}
.gv_post_category .service-content h3 {
  color: var(--primary-Color);
  font-family: "MuliBold";
  font-size: 20px;
}
.gv_post_category .service-content h4 {
  font-size: 16px;
  color: var(--primary-Color);
  font-family: "MuliBold";
}
.gv_post_category .service-content ul,
.gv_post_category .service-content ol {
  padding-left: 35px;
}
.gv_post_category .service-content table {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 16px;
}
.gv_post_category .service-content table tr th {
  padding: 6px 12px;
  border: 1px solid #e49abc;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--second-Color);
  color: #fff;
}
.gv_post_category .service-content table tr td {
  padding: 6px 12px;
  border: 1px solid #ddd;
  color: #000;
}
.gv_post_category .service-content table tr:nth-child(even) td {
  background: #f6f6f6;
}
.gv_post_category .sidebar-block {
  position: sticky;
  top: 90px;
}
.gv_post_category .list .blog-item {
  padding-bottom: 32px;
  display: block;
}
/** 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 .meta-box {
  font-size: 14px;
  color: #999;
  padding-bottom: 20px;
}
.gv_post_single .meta-box span i {
  margin-right: 4px;
}
.gv_post_single .meta-toc {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}
.gv_post_single .meta-toc .box-readmore {
  max-height: 135px;
  overflow: hidden;
  transition: 1s;
}
.gv_post_single .meta-toc .box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}
.gv_post_single .meta-toc .box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}
.gv_post_single .meta-toc .box-readmore ul li::before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.gv_post_single .meta-toc .box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: normal;
  font-family: "MuliBold";
}
.gv_post_single .meta-toc .box-readmore ul li a:hover {
  color: #767676;
}
.gv_post_single .meta-toc .box-readmore ul li ul li {
  margin: 0;
  margin-bottom: 8px;
}
.gv_post_single .meta-toc .box-readmore ul li ul li::before {
  content: counters(item, ".") " ";
}
.gv_post_single .meta-toc .thugon {
  display: flex;
  justify-content: center;
}
.gv_post_single .meta-toc .thugon a {
  padding: 8px 25px;
  background: var(--second-Color);
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
}
.gv_post_single .sidebar-block {
  position: sticky;
  top: 90px;
}
.gv_post_single .tag-cloud {
  display: block;
  padding-bottom: 24px;
}
.gv_post_single .tag-cloud a {
  color: var(--second-Color);
}
.gv_post_single .extra {
  margin-top: 15px;
  border: 2px dashed var(--second-Color);
  background: #fff6f6;
  border-radius: 10px;
  padding: 20px;
}

/** 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 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  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: 20px;
  padding-right: 20px;
}
@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: 20px;
  padding-right: 20px;
}
@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: #f6f6f6;
  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;
}
.gv_page_contact .contact-box .contact > li .name {
  flex: 1;
  padding-left: 24px;
  max-width: 100%;
}
.gv_page_contact .contact-box .contact > li .name h4 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}
.gv_page_contact .contact-box .contact > li .name p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.gv_page_contact .contact-box .form {
  background: #fff;
}
.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 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 input[type=file],
.gv_page_contact .contact-box .form .wpcf7-form select,
.gv_page_contact .contact-box .form .wpcf7-form textarea {
  padding: 12px 20px;
  line-height: 20px;
  width: 100%;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  color: #5c5c5c;
}
.gv_page_contact .contact-box .form .wpcf7-form input.wpcf7-submit {
  padding: 12px 20px;
  border: 0;
  border-radius: 2px;
  outline: none;
  display: block;
  text-align: center;
  background: var(--second-Color);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

/** 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;
  padding: 0;
  border: 1px solid #eee;
  height: 100%;
}
.blog_inner .image {
  position: relative;
  display: block;
}
.blog_inner .image > a {
  position: relative;
  padding-bottom: 70%;
  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%;
  transition: all 1s;
}
.blog_inner .image > a:hover img {
  transform: scale(1.12);
}
.blog_inner .info {
  padding: 15px;
  position: relative;
}
.blog_inner .info .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}
.blog_inner .info .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
}
.blog_inner .info .desc {
  font-size: 15px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

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